@charset "utf-8";

body {}
td { color: #333333; }
.clear { clear: both; }

.topbar {
    height: 2.8rem !important;
    border-bottom: 1px solid #4e73df;
}

.bg-login-image {
    background: url('../img/login_photo.jpg') !important;
    background-position: center;
    background-size: cover;
}

h1.page_title {
    color: #5a5c69 !important;
    margin-top: 0;
    margin-bottom: 1.5rem !important;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
}
h1.page_title>span {
    color: #7a7c89 !important;
    font-size: 1rem;
    font-weight: 400;
}

.admin_top_title {
    font-variant: small-caps;
    padding-top: 10px;
    color: #4e73df;
    font-weight: 600;
    letter-spacing: 2px;
}
.sidebar-brand { height: auto !important; }

/* ====== Left menu ======= */
.sidebar .sidebar-heading { font-size: 0.75rem !important; }
.sidebar.toggled .sidebar-heading { font-size: 0.65rem !important; }
.sidebar .nav-item .nav-link span { font-size: 0.85rem !important; }
.sidebar.toggled .nav-item .nav-link span { font-size: 0.75rem !important; }
.sidebar .menu_tab_area {}
.sidebar .menu_tab_heading {
    text-align: left;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #ffffff;
    border-top: 1px solid #eaecf4;
}
.sidebar .menu_tab_heading:hover {
    color: #fff889;
    cursor: pointer;
}
.sidebar.toggled .menu_tab_heading{ font-size: 0.8rem; }
.sidebar .menu_tab_area.actual_menu .menu_tab_heading{ color: #ffff00; }
.sidebar .menu_tab{}
.sidebar .menu_tab_area.actual_menu .active_menu{ color: #ffff00; font-weight: bold; letter-spacing: 1px; }

.sidebar .nav-item .nav-link { padding: 0.7rem 1rem !important; }

.navbar .img-profile {
    width: 32px;
    height: auto;
}

.navbar li.top-user-button a {
    padding-top: 15px !important;
}


.partner_logo_a {
    background-color: white;
    border-right: 1px solid #4e73df;
}
.partner_logo { max-width: 100%; }
.admin_logo {
    max-height: 36px;
    margin-top: 16px;
}
.dropdown-menu-right {
    left: -16px !important;
    top: 80% !important;
}
footer.sticky-footer { padding: 16px 0 !important; }



#adminMain {
    width: 100%;
    height=100%;
}
#adminMain>td {
    padding: 0;
    margin: 0;
}

/* -------------------- HEADER ----------------  */
/*
#adminMain .header_bar {
    vertical-align: middle;
    color: #fff;
    height: 48px;
    border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    padding: 8px !important;

    background: rgb(97, 128, 58);
    background: -moz-linear-gradient(top, rgba(97, 128, 58,1) 0%, rgb(119, 151, 60) 30%, rgb(144, 176, 62) 66%, rgb(196, 208, 86) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97, 128, 58,1)), color-stop(30%,rgba(119, 151, 60,1)), color-stop(66%,rgba(144, 176, 62,1)), color-stop(100%,rgba(196, 208, 86,1)));
    background: -webkit-linear-gradient(top, rgba(97, 128, 58,1) 0%,rgba(119, 151, 60,1) 30%,rgba(144, 176, 62,1) 66%,rgba(196, 208, 86,1) 100%);
    background: -o-linear-gradient(top, rgba(97, 128, 58,1) 0%,rgba(119, 151, 60,1) 30%,rgba(144, 176, 62,1) 66%,rgba(196, 208, 86,1) 100%);
    background: -ms-linear-gradient(top, rgba(97, 128, 58,1) 0%,rgba(119, 151, 60,1) 30%,rgba(144, 176, 62,1) 66%,rgba(196, 208, 86,1) 100%);
    background: linear-gradient(to bottom, rgba(97, 128, 58,1) 0%,rgba(119, 151, 60,1) 30%,rgba(144, 176, 62,1) 66%,rgba(196, 208, 86,1) 100%);

}
.header_bar .logout {
    width: 40px;
    display: inline-block;
}
.header_bar .logout form input[type="submit"]{
   background: url(../images/logout.png) no-repeat center #eee;
   width: 32px;
   height: 30px;
   cursor: pointer;
}
.header_bar .admin_name {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.header_bar .top_buttons {
    float: right;
    padding: 7px 10px 0 0;
}
.header_bar .top_buttons a{
    padding: 6px 10px;
    margin-left: 10px;
}
.header_bar .room_select {
    display: inline;
    min-width: 100px;
    margin: 0 10px;
    border: 1px solid #fff;
}
.header_bar .room_select form {
    display: inline;
}


.top_buttons .top_btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
}
.top_buttons .top_btn_red {
    background-color: #900;
}
.top_buttons .top_btn_brown {
    background-color: #990;
}
.top_buttons .top_btn_blue {
    background-color: #009;
}
.top_buttons .top_btn_green {
    background-color: #090;
}
.top_buttons .top_btn_sel {
    background-color: #fff;
    border: 1px solid #090;
    color: #060;
}
*/

/* ------------------- MAIN BODY --------------  */
#adminMain .admin_content {
    padding: 5px 10px;
    background-color: white;
    vertical-align: top;
    border: 1px solid #006d26;
}

#adminMain .bar_left {
    float: left;
}
#adminMain .bar_right {
    float: right;
}
#adminMain .bar_center {
    margin: 8px ;
    text-align: center;
}
#adminMain .content_main {
    clear: both;
}

/* ------------------- LOGIN PAGE --------------  */
#loginTable {}


/* ----------------- FORM ELEMENTS ----------------- */
/*
select {
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px;
}
input[type="submit"], input[type="button"], button, .button {
    border: 1px solid #999;
    background-color: #fff;
    color: #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px 10px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    border: 1px solid #333;
    background-color: #ccc;
    color: #000;
}
*/


/* --------------- MESSAGES -------------- */
/*
.error {
	background-color:#FF0000;
	color:#FFFF00;
	font-weight:bold;
	font-size:12px;
	padding:10px;
}
.success {
    background-color:#009900;
    color:#FFFF00;
    font-weight:bold;
    font-size:12px;
    padding:10px;
}
*/
