html {
    height:100%; 
    margin: 0px; 
    padding: 0px; 
}
body {
    font-family: 'Roboto', Arial;
    font-weight: 500;
    font-size: 16px;
    background-color: #323e48;
    line-height: 1;
    height: 100%;
    width: 100%;
}
a {
    outline: none;
}
#page {
    height: 100%;
    overflow: visible;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', Arial;
}
h1 {
    font-weight: 200;
    font-size: 40px;
}
a {
    text-decoration: none;
}
p.message {
    padding: 8px;
}
input[type="text"],
input[type="button"] {
    width: 95%;
    height: 32px;
    border: 0px;
    color: #000000;
    font-size: 22px;
    padding: 0px 8px;
}
input[type="button"] {
   border-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    display: block;
    background-color: #253746;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    margin: 8px auto;
}
table {
    width: 100%;
}
table td {
    vertical-align: top;
}
button.ui-corner-all, div.ui-input-btn.ui-corner-all {
    border-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    display: block;
    background-color: #253746;
    color: #ffd141;
    font-size: 24px;
    font-weight: 300;
    margin: 8px 0px;
}
label {
    display: block;
    font-weight: 300;
    color: #768693;
    margin: 4px 0px;
}

ul {
    list-style: none;
    padding: 0;
  
    .inner {
        padding-left: 1em;
        overflow: hidden;
        display: none;
      
        &.show {
          display: none;
        }
    }
  
    li {
        margin: .5em 0;
      
        a.toggle {
            width: 100%;
            display: block;
            background: rgba(0,0,0,0.78);
            color: #fefefe;
            padding: .75em;
            border-radius: 0.15em;
            transition: background .3s ease;
          
            &:hover {
                background: rgba(0, 0, 0, 0.9);
            }
        }
    }
}
/*------------------------------------------------------------------------------*/
#header {
    width: 100%;
    height: 68px;
    position: fixed;
    top: 0;
    z-index: 10;
}
#header .ui-navbar {
    background-color: #323e48;
}
#header .ui-navbar {
    max-width: 1200px;
    margin: 0 auto;
}
#header-content {
    background-position: left bottom;
    background-image: url(../images/header-back.jpg);
    background-size: cover;
    height: 68px;
    width: 100%;
    overflow: hidden;
}
#header-content h1 {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    font-size: 27px;
    text-align: left;
    max-width: 1200px;
    line-height: 68px;
    margin: 0px auto;
    float: left;
}
#header-content h1 .header-text {
    padding: 0 0 0 100px;
    text-wrap: none;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
.logout-link {
    font-size: 14px;
    float: right;
    display: none;
    margin-top: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
}
/*------------------------------------------------------------------------------*/
#page-content {
    position: relative;
    top: 0px;
    height: 100%;
    width: 100%;
}
#page-content-main {
    position: relative;
}
#page-content .inner-wrap, #page-content-main {
    overflow: visible;
}
#page-bottom, .users-login #page-bottom {
    position: relative;
    height: 100%;
    overflow: visible;
    z-index: 1;
}
/*------------------------------------------------------------------------------*/
#main-navbar {
    position: fixed;
    display: block;
    background: #323e48;
    left: 0px;
    top: 68px;
    height: 68px;
    width: 100%;
    z-index: 10;
}
#main-navbar h5 {
    color: #4fc5dd;
    font-size: 20px;
    margin: 0px;
}
#main-navbar ul li {
    height: auto;
    padding: 0px;
}
#main-navbar div.select {
    line-height: normal;
    background-color: #505962;
    background-image: url(../images/dropdown/dropdown-white-down.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    margin: 0 0 1rem 0;
    margin: 10px 10px 0px 10px;
}
#main-navbar input {
    font-size: 18px !important;
    top: 0;
    height: auto;
    padding: 6px 0px 6px 20px;
    margin-top: 10px;
    margin-left: 20px;
    background-color: #505962;
    border: none;
    color: #a1d784;
}
#main-navbar select {
    top: 0;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 !important;
    background: transparent;
    border: none;
    color: #a1d784;
}
#main-navbar select option {
    background-color: #505962;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
}
#main-navbar select > option:focus {
    background-color: #a1d784;
}
#main-navbar ul li a {
    font-size: 16px !important;
    font-weight: 200 !important;
}
#main-navbar input.query-input {
    height: 39px;
    margin: 0px;
    background: transparent;
    color: #ffffff;
}
#main-navbar .query-input-container {
    border-radius: 4px;
    background-color: #3b4750;
    box-shadow: 0.707px 0.707px 0px 0px rgba(255, 255, 255, 0.2),inset 0.707px 0.707px 0px 0px rgba(0, 0, 0, 0.5);
}
#main-navbar #search-btn {
    top: 0;
    padding: 8px 10px 8px 10px;
    margin-top: 10px;
    margin-left: 20px;
    background-image: url(/images/buttons/btn-search.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 34px;
    background-color: #505962;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
}
#main-navbar img {
    margin-top: 4px;
    margin-right: 10px;
    height: 60px;
    width: 60px;
    max-width: initial;
}
#main-navbar .calendar-button img {
    margin: 10px 10px 5px 10px;
    height: 34px;
    width: 34px;
    max-width: initial;
    }
#main-navbar #drop1
{
    width: initial;    
}

#scheduler-day-picker {
    display: flex;
    flex-direction: row;
}
#scheduler-day-picker .calendar-button img {
    margin: 10px 5px;
    height: 34px;
    width: 34px;
    max-width: initial;
}

@media only screen and (min-width: 64.0625em) {
    .scheduler-dropdown {
        width: 13.5%;
    }
}

/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
.subnavbar {
    display: block;
    background: #3c4751;
    z-index: 5;
}
.subnavbar-team {
    position: fixed;
    left: 0px;
    top: 136px;
}
.subnavbar-user {
    position: fixed;
    left: 0px;
    top: 68px;
}
.subnavbar-select {
    position: fixed;
    left: 0px;
    top: 112px;
}

.subnavbar h5 {
    color: #4fc5dd;
    font-size: 20px;
    margin: 0px;
}
.subnavbar ul li {
    height: auto;
    padding: 0px;
    list-style-type: none;
}
.subnavbar div.select {
    line-height: normal;
    background-color: #505962;
    background-image: url(../images/dropdown/dropdown-white-down.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    margin: 0 0 1rem 0;
    margin: 8px;
    white-space: nowrap;
}
.subnavbar select {
    top: 0;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 !important;
    background: transparent;
    border: none;
    color: #a1d784;
}
.subnavbar select option {
    background-color: #505962;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
}
.subnavbar select > option:focus {
    background-color: #a1d784;
}
.subnavbar ul li a {
    font-size: 16px !important;
    font-weight: 200 !important;
}
.subnavbar img {
    margin: 5px 5px 5px 0px;
    height: 34px;
    width: 34px;
    max-width: initial;
}
.subnavbar .calendar-scale-buttons {
    margin-top: 16px;
    text-align: center;
}
.subnavbar .calendar-scale-buttons a {
    color: #768693;
    padding: 8px 10px 8px 10px;
}
.subnavbar .calendar-scale-buttons .selected-button {
    color: #a1d784;
    padding: 8px 10px 8px 10px;
}
.subnavbar .calendar-date-buttons {
    display: block;
    text-align: center;
}

.subnavbar .calendar-date-buttons a {
    color: #768693;
    text-align: center;
}
.subnavbar .calendar-date-buttons span {
    color: #a1d784;
    padding: 8px 10px 8px 10px;
}
.subnavbar .calendar-date-buttons #drop1 {
    background-color: #505962;
    padding: 8px 10px 8px 10px;
}
/*------------------------------------------------------------------------------*/
#dp-container-calendar-fullnav {
    position: relative; 
    top: 184px;
    width: 100%; 
    height:100%;
    background-color: lightgrey;
    color: black;    
}

#dp-container-calendar-subnav {
    position: relative; 
    top: 116px;
    width: 100%; 
    height:100%;
    background-color: lightgrey;
    color: black;    
}
#dp-container-calendar-mobile {
    position: relative; 
    top: 164px;
    width: 100%; 
    height:100%;
    background-color: lightgrey;
    color: black;    
}

#dp-container-scheduler {
    position: fixed; 
    padding-top: 136px;
    width: 100%; 
    height:100%;
    background-color: lightgrey;
    color: black;    
    
}
#dp-container-utilization {
    position: fixed; 
    top: 282px; 
    width: 100%; 
    height:100%;
}

#dp-container-admin {
    padding-top: 136px;
    width: 100%; 
    background-color: lightgrey;
    color: black;    
}

/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
.row {
    max-width: 1900px;
}
.row-calendar {
    position: absolute; padding-top: 176px; width: 100%; height:100%;
    background-color: lightgrey;
    color: black;
}
.row-calendar-left {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}
.row-calendar-left #nav{
    margin-left: 30px;
}
.row-calendar-right {
    margin-left: 205px;
}
.row-padded {
    padding-top: 3px;
    padding-bottom: 3px;
}
.bordered-column {
    border-left: 1px solid #2a3239;
}
.row-calendar-left #orders {
    font-size: 11px;
}
.row-calendar-left #orders ul {
    margin-left: 10px !important;
    font-size: 11px;
    color: #fff;
    
}
.row-calendar-left #orders ul li {
    background-color: #505962;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-radius: 10px;
    margin-top: 5px;
    padding-top: 5px;
}
#map-canvas {
    width: 100%;
    height: 100%;
    border: 1px solid #666;
}
.gmaps-infowindow {
    width: 350px;
    height: 300px;
}

/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
#login-form {
    max-width: 350px;
    padding: 120px 0px;
    margin: 0 auto;
}
#login-form h1 {
      color: rgb(255, 255, 255);
}
#login-form .top-login-field, #login-form .bottom-login-field {
    width: 412px;
    height: 65px;
    margin: 1px 0px;
}
#login-form .top-login-field input {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#login-form .bottom-login-field input {
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#login-form input::-webkit-input-placeholder,
#login-form input:-moz-placeholder,
#login-form input::-moz-placeholder
#login-form input:-ms-input-placeholder
{
    color: #za3aaae;
}
#login-form input {
    background-color: #ffffff;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-color: transparent;
    height: 65px;
    outline: 0;
    font-size: 20px;
    width: 100%;
}
#login-form input.submit-btn {
    border-radius: 6px;
    background-color: rgb(0, 179, 227);
    left: 609px;
    top: 459px;
    width: 411px;
    height: 52px;
    cursor: pointer;
}
#login-form .ui-input-text {
    border: none;
}
/*------------------------------------------------------------------------------*/
#stats_main 
{
        position: fixed;
	top: 136px;
        height: 146px;
        font-family: Roboto, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
        width: 100%;
        overflow-y: scroll;
        z-index: 5;
}

.stats_event { 
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
        
        background-color: #000000;
	border-radius: 4px;
	color: #666666;
        width: 166px;
        height: 72px;
        display: block;
        float: left;
}

.stats_event_inner { 
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: 2px;
	overflow: hidden;

	background-color: #eeeeee;
	
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	padding: 6px;
	
}


/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
.current-user-info {
    position: relative;
    float: right;
    margin-right: 10px;
}
.user-photo {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    height: 60px;
    width: 60px;
}
.user-photo-bk {
    width: 60px;
    height: 60px;
    background: #ffffff;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    overflow: hidden;
}
.current-user-text {
    float: left;
    margin: 10px 50px 0 0;
}
.current-user-text h3 {
    font-size: 18px;
    margin: 0px;
    color: #ffffff;
    font-weight: bold;
}
.current-user-text h4 {
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    font-weight: 200;
}
@media only screen and (min-width: 930px) {
    .logout-link {
        display: block;
    }
}
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
.valign-middle {
    display: table;
}
.valign-middle .columns,
.valign-middle .column
{
    display: table-cell;
    vertical-align: middle;
}
.valign-middle .columns,
.valign-middle .column,
.valign-middle [class*="column"] + [class*="column"]:last-child {
    float: none;
}
/*------------------------------------------------------------------------------*/
.expandable-top-section {
    min-height: 59px;
    position: relative;
    padding: 10px 20px;
}
.expand-btn {
    background-image: url(../images/button/btn-modal-expand.png);
}
.collapse-btn {
    background-image: url(../images/button/btn-modal-contract.png);
}
.margin-bottom {
    margin-bottom: 8px !important;
}
.white-background {
    background-color: #ffffff !important;
}
.grey-background {
    background-color: #b3e7ff !important;
}
.blue-background {
    background-color: #00b4e1 !important;
}
.list .row {
    margin: 0;
}
.no-background {
    background: none !important;
}
.bold {
    font-weight: bold !important;
}
.hidden {
    display: none;
}
.hover-row:hover {
    background-color: rgba(200,200,200,0.3);
}
.dots .left {
    margin-right: 8px;
}
.drop-down-content .button {
  border-radius: 4px;
  background-color: rgb(0, 179, 227);
  box-shadow: 0px 2px 0px 0px rgba(1, 1, 1, 0.15);
  width: 134px;
  height: 37px;
}
.drop-down-content input.date-picker {
  border-radius: 6px;
  background-color: rgba(58, 61, 65, 0.149);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3),inset 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../images/icon-calendar.png);
  background-repeat: no-repeat;
  background-position: 83px center;
  padding: 0px 36px 0px 8px;
  font-size: 12px;
  line-height: 35px;
  width: 113px;
  height: 37px;
  display: inline;
}
.smaller {
    font-size: 80%;
}
.lighter {
    font-weight: 300;
}
.blurred {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);    
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.white {
    color: #ffffff !important;
}
.blue {
    color: #0075c9;
}
.dark-gray {
    color: #888 !important;
}
.red {
    color: #ff0000 !important;
}
.light-blue {
    color: #7aa4dd !important;
}
.gray {
    color: #768693;
}
.dark-white-bar {
    background-color: #d6dadc;
}
.dark-white-bar p.message {
    margin: 0;
}
/*------------------------------------------------------------------------------*/

.bad {
    color: #ff4539;
    fill:  #ff4539;
}
.great {
    color: #0195ff;
    fill: #0195ff;
}
.good {
    color: #00ad69;
    fill: #00ad69;
}
.label-right {
    text-align: right;
}
.open-search-panel-div {
    background-color: #323e48;
    padding: 8px 34px 8px 0px;
    text-align: right;
    float: right;
    width: 100px;
}

#MyCalendar-form { /*
    height: 68px;
    width: 100%;
    position: fixed;
    top: 68px;
    z-index: 10; */
}
.button-close {
    position: absolute; 
    top: 0; 
    right: 0; 
    display:block; 
    width:48px;
    height:48px;
}
.ui-loader-background {
    width:100%;
    height:100%;
    top:0;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    display:none;
    position: fixed;
    z-index:9999;
}
.ui-loading .ui-loader-background {
    display:block;
}
.ui-loader {
    display:none;
    z-index:9999999;
    position:fixed;
    width: 2.875em;
    height: 2.875em;
    top:50%;
    left:50%;
    border:0;
}
.ui-loader .ui-loader-icon {
    width: 2.875em;
    height: 2.875em;
    background: url("themes/images/spinner02.gif");
    background-size: 2.875em 2.875em;
}

.button-small {
    margin: 0 !important;
    padding: .25rem .5rem .25rem .5rem;
}
