/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-ago-2017, 11.08.30
    Author     : RubinoSoft
*/

body{
    font-weight: 200;
}

.page-error{
    margin: 0 auto;
}

form{
    position: relative;
}

.text-info{
    color: #23527c !important;
}

body.login.TGN_MANAGER{
    background: url(/templates/rs-admin/build/images/background_01.jpg) no-repeat center center;
    background-size: cover;
    color: #666;
    text-align: center;
    height: 100vh;
} 
body.login .row{
    width: 100%;
} 
body.login .logo{
    margin: 0 auto;
}
.login {
    background: #F7F7F7
}
.login .fa-paw {
    font-size: 26px
}
a.hiddenanchor {
    display: none
}

.login_wrapper {
    right: 0px;
    margin: 0px;
    margin-top: 0;
    max-width: 500px;
    position: relative
}
.registration_form,
.login_form {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(250,250,250,0.9);
    padding-top: 20%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px -1px 51px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 51px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 51px 0px rgba(0,0,0,0.75);
}
.registration_form {
    z-index: 21;
    opacity: 0;
    width: 100%
}
.login_form {
    z-index: 22
}

#loader_container{
    position: absolute;
    display: none;
    width: 100%; height: calc(100vh - 150px); z-index: 10000;
    /*background: rgba(255,255,255, 0.5);*/
}
.loader {
    position: absolute;
    z-index: 10001;
    top: calc(50% - 40px);
    margin-left: calc(50% - 40px);
    border: 8px solid #2A3F54;
    border-radius: 50%;
    border-top: 8px solid #45607a;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/***/

.maintenance_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 0;
    max-width: 700px;
    position: relative;
    font-family: "Segoe UI";
}
.maintenance_form {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(250,250,250,0.7);
    padding-top: 20%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px -1px 51px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 51px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 51px 0px rgba(0,0,0,0.75);
}
.flip-clock-wrapper {
    /* text-align: center; */
    /* position: relative; */
    /* width: 100%; */
    margin: 0 auto;
    max-width: 620px;
    margin-top: 2em;
}


/***/

@media (max-width: 480px) {
    .loader {
        top: calc(25% - 40px);
    }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-def-xs{
    padding: 0; margin :0;
}

.badge{
    padding: 0.50em 0.4em;
}

#main_panel{
}

#main_panel .app-title{
    text-align: center;
}

.app-header{
    position: relative;
}

.app-header h2{
    margin: 0; padding: 0;
    line-height: 1.8;
    color: #fff;
}

.app-header .toolbar{
    margin: 0 10px; padding: 7px 0 0 0;    
}

.app-header .toolbar.bulk-actions{
    margin: 0px;
}

.app-header .toolbar button{
    margin: 0 3px; padding: 5px 7px;
}

.app-header .toolbar.bulk-actions button{
    margin: 0 3px; padding: 5px 7px 8px;
}
.app-header .toolbar.bulk-actions button.dropdown-toggle{
    background: none;
}
.app-header .toolbar.bulk-actions button.dropdown-toggle::after{
    display: none;
}
.app-header .toolbar.bulk-actions button.dropdown-toggle i{
    margin: 0 3px 0 0;
    padding: 3px 0 0 0;
}
.app-header .app-search__input{
    width: 300px;
}

.app-header__logo{
    font-size: 20px;
    z-index: 1000;
}

.app-header__logo .small{
    font-size: 9px;
}

#nav_notifications_container{
    position: relative;
}

#nav_notifications_container .app-notification__item{
    padding: 5px;
    font-size: 12px;
}

#nav_notifications_container #notifications_badge{
    position: absolute;
    top: 10px;
    left: 26px;
}

#nav_notifications_container #notifications_badge.new{
    animation: blink 1s infinite;
}

#modalNotifications .btn .icon, .btn .fa{
    margin-right: 0;
}

#modalNotifications .modal-body{
    padding: 5px;
    height: calc(100vh - 200px);
    overflow-y: auto;
}

#modalNotifications .mycol1,
#modalNotifications .mycol2,
#modalNotifications .mycol3{
    padding: 5px;
    font-size: 13px;
}
#modalNotifications .mycol1{
    width: 22% !important;
}
#modalNotifications .mycol2{
    width: 68% !important;
}
#modalNotifications .mycol3{
    width: 10% !important;
}
#modalNotifications .btn-lg{
    padding: 5px;
}

#modalNotifications .row{
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

#modalNotifications .row.unread{
    font-weight: bold;
}

#modalNotifications .app-notification__timestamp{
    font-size: 12px;
    margin: 0;
}

@keyframes blink {
    from, to { opacity: 1 }
    50% { opacity: 0 }
}

.app-nav .toolbar button{
    margin: 3px;
}

.app-sidebar{
    padding-top: 50px;
}
.app-sidebar__user{
    margin-bottom: 0;
}
.app-menu__item{
    padding: 10px 10px;    
}
.app-menu__item i{
    text-align: center;
}

.sidebar-mini.sidenav-toggled .app-menu__label{
    padding: 10px 5px;
}

.app-menu__label{
    margin-left: 10px;
}

.sidebar-mini .treeview-menu{
    padding: 0;
    border-left: 2px solid #000;
}
.treeview-menu i{
    width: 30px; height: 28px;
    text-align: center;
    background: #3f5159;
    padding-top: 7px;
}
.sidebar-mini .treeview-item{
    padding: 1px 5px 1px 5px;
}
.treeview-item i{
    margin-right: 10px;
}
li .treeview-menu .active{
	background: #191d1e; 
}

.sidebar-mini li .treeview-menu .treeview-item{
    padding: 5px 5px 5px 20px;
}
.sidebar-mini li .treeview-menu .treeview-item i{
    margin-right: 10px;
}

@media (min-width: 480px) {
    .app-content{
        min-height: calc(100vh - 55px);
    }
    .main_row, .main_col{
        height: calc(100vh - 55px);    
    }
    .main_tile{
        height: calc(100vh - 55px);
        overflow-x: hidden;
    }
}
.app-content{
        padding: 0;
        margin-top: 0;
    }
    .main_row, .main_col{
        width: 100%; padding: 0; margin:0;
    }
    .main_tile{
        width: 100%; padding: 0; margin:0;
    }

.tile{ padding: 5px; }

.top_extra_container{
    padding: 10px 0;
}
.top_extra_container .btn{
    /*background: #fff;*/
}

/* FORMS */

.form-container{
    margin-top: 5px;
    width: 100%;
}

.form-container h2{
    padding: 0;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--primary-dark);
}

.form-container fieldset{
    padding: 0 20px 5px 20px;
    border: 1px solid var(--primary-dark);
    border-radius: 5px;
}

.form-container .btn-toolbar-centered {
    text-align: center;
}

.form-container .btn-toolbar-centered .btn-group {
    float: none !important;
}

.form-container .btn-toolbar-centered .btn-group i{
    margin:0;
}

.form-container .btn-toolbar-centered .btn-group a.btn{

}

.form-container legend{
    padding: 3px 10px;
    margin:0 0 0px 0;
    width: auto;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background: var(--primary-dark);
}

.form-container label{
    margin:0;
    color: var(--primary-dark);
    font-size: 13px;
    font-weight: bold;
}

.form-container input, .form-container select{
    padding: 0px 5px;
    height: 30px !important;
    box-shadow: none;
    border: 1px solid var(--primary-dark);
}

.form-container input:not(:disabled):focus, .form-container select:not(:disabled):focus{
    background: #cbdaed;
}

.form-container input:disabled, .form-container select:disabled{    
    border: 2px solid #ced4da;
    cursor: not-allowed;
}

fieldset:not(:last-child){
    position: relative;
    margin-bottom: 10px; 
}

fieldset .fieldset_image{
    position: absolute;
    font-size: 200px;
    left: 0;
    top: -30px;
}

.form-group{
    margin-bottom: 5px;
}

.input-group-text{
    border: 1px solid var(--primary-dark);
    background-color: var(--primary);
    color: #fff;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
}

form.disabled .input-group-text, form.disabled input:not('.jscolor'), form.disabled select,
input:disabled, select:disabled{
    border: 0px !important;
    background-color: #e9ecef !important;
}
form.disabled .input-group-text{
    color: #fff;
}

.invalid-feedback{
    display: none;
}

.form-horizontal .input-group-text{
    width: 40px;
}

#fieldset-buttons{
    padding: 5px 0 0 0;
    border: none;
}

#fieldset-buttons .btn{
    margin: 0 5px 0;
}

.subform.template .input-group{
    display: none;
}
.subform{
    width: 50%;
    border: none !important;
    padding: 0 !important;
    margin: 0 auto 1px !important;
}
.subform_row label{
    display: none;
}
.subform_row .form-group{
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text{
    height: auto;
}

.tableGridHead i{
    font-size: 14px !important;    
}


#booking_day_start, #booking_day_end
{
    padding: 0;
}
.top_extra_container .input-daterange .input-group-addon{
    padding: 4px 10px;
}

#booking_prev-btn,
#bookingto_prev-btn{
    padding: 0;
    width: 20px;
    height: 31px;
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: none;
}

#booking_next-btn,
#bookingto_next-btn{
    padding: 0;
    width: 20px;
    height: 31px;
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-left: none;
}

.select2-results__option{
    font-size: 12px;
}
.select2-dropdown{
    border: 1px solid var(--primary);
}

.rowGridFilters .select2-container--default .select2-selection--multiple{
    border: 1px solid var(--primary-dark);
    width: 100%;
}
.rowGridFilters .select2-container .select2-selection--multiple{
    min-height: 22px !important;
    border: 1px solid #ccc;
}
.rowGridFilters .select2-container .select2-selection--single{
    height: 21px !important;
    border: 1px solid #ccc;
}
.rowGridFilters .select2-container .select2-search--inline .select2-search__field{
    margin-top: 3px;
}
.rowGridFilters .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 19px !important;
}
.rowGridFilters .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 18px !important;
}
.rowGridFilters .select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 5px;
    font-size: 11px;
    margin-right: 6px;
    margin-top: 3px;
    padding: 2px 6px;
}
/**/

.form-group .select2-container--default .select2-selection--multiple{
    border: 1px solid var(--primary-dark);
    width: 100%;
}           
.form-group .select2-container .select2-selection--multiple{
    height: 30px;
    border: 1px solid #ccc;
}

.form-group .select2-container{

}
.form-group .select2-container .select2-selection--single{
    height: 30px !important;
    border: 1px solid var(--primary-dark);
}
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 26px !important;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 28px !important;
}
.form-group .select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
}
.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 2px;
}
.form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    height: 30px;
}


/* END FORMS */


/* TABLES */

.gridWrapper{
    width: 100%;
    position: relative;
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    border-radius: 7px;
    font-size: 13px;
}

.gridContainer{
    overflow-y: scroll;
    height: calc(100vh - 110px);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    /*padding-top: 24px;*/
}

.gridContainerExtraFilters{
    height: calc(100vh - 142px);
}

.tableGridFilters{
    display: none;
}

table.tableGrid {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0px !important;
}

.tableGrid .dropdown-toggle::after{
    display: none;
}

.tableGridBody{
    font-weight: normal;
}

.tableGridBody .btn:not([disabled]):not(.disabled):not(.btn-link),
.tableGridBody .btn:not([disabled]):not(.disabled):not(.btn-link):hover{
    padding : 2px 5px !important;
}

.tableGridBody .dropdown-toggle i{
    margin: 0; padding : 0px;
}

.tableGrid thead tr th,
.tableGrid tfoot tr td {
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0px 5px 1px;
    color: transparent;
    border: none;
    white-space: nowrap;
}

.tableGrid thead tr th.gridFilter{
    padding: 3px 5px 3px;
}

.tableGrid thead tr th div.cont,
.tableGrid tfoot tr td div.cont {
    position: absolute;
    color: #fff;
    padding: 4px 10px 4px 10px;
    margin-left: -10px;
    line-height: normal;
    width: 100%;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    background: var(--primary-dark);
    color: #fff;
}

.tableGrid thead tr th div.cont a{    
    color: #fff;
}

.tableGrid thead tr th div.cont{
    /*border-bottom: 1px solid #aaa;*/
}
.tableGrid tfoot tr td div.cont {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #bababa;
}

.tableGrid thead tr th div.cont {
    top: 0;
}

.tableGrid tfoot tr td div.cont {
    bottom: 0;
}

.tableGridBody .dropdown-menu button{
    padding: 3px 7px;
}

.tableGrid .rowGridFilters input,
.tableGrid .rowGridFilters select{
    width: 100%;
}

.tableGrid thead th{
    padding: 0px;
}

.tableGrid tbody td{
    padding: 3px 5px 0px 5px !important;
}

.sortingIcon sup{
    margin: 0 0 0 3px;
}

.rowGridFilters .form-control{
    height: calc(2.25rem - 15px);
    border-width: 1px;
    padding: 0 5px;
}

.rowGridFilters .selectMultiple .btn-group{
    margin:0; padding:0;
}

.rowGridFilters select.form-control:not([multiple]){
    height: 21px;
    padding: 0 5px;
}

.pager.row{
    margin: 0;
    padding: 0 10px;
}
.pager .pagination{
    margin: 0 0 5px 0;
}
.pager .page-text{
    padding: 12px 0 0px 10px;
}

.pager .pagination a{
    font-family: Times;
    font-size: 13px;
}
/* END TABLES */

/* autocomplete  */

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/* fine autocomplete  */


/* security */

.Security_passwordchange #fieldset-credential{
    width: 400px;
    margin: 0 auto;
}

.Security_passwordchange #fieldset-buttons{
    width: 400px;
    margin: 0 auto;
}

/* fine security */