/* General Section */

/* Hide Grid Lines */

.tick line {
  display: none;
}

.dashboard .main-section .date-range-box {
    background-color: #92d3e1;
    height: 30px;
    text-align: center;
}
.dashboard .main-section .date-range-box .date-range .input-cnt.datepicker {
    background: none repeat scroll 0 0 #92d3e1;
    display: inline-block;
    overflow: hidden;
}
.dashboard .main-section .date-range-box .date-range .date-picker {
    background: url("../i/date-picker-arrow-white.png") no-repeat scroll right center transparent;
    border-color: #92d3e1;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: white;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 10.11px;
    font-weight: normal;
    height: 30px;
    padding: 0 5px;
    width: 110px;
}
.dashboard .main-section .date-range-box .date-range .calendar-icon {
    background: url("../i/date-picker-icon-white.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0 7px 0 13px;
    width: 20px;
}
/* Header */

.alert.alertInfo {
    position: relative;
}
.alertInfo .countx {
    align-items: center;
    background: none repeat scroll 0 0 #0bbbdc;
    border-radius: 20px;
    display: flex;
    height: 15px;
    left: 25px;
    position: absolute;
    text-align: center;
    top: 27px;
    width: 15px;
}
.num {
    padding-left: 4px;
}

.dropDownArrow {
  background: url(../i/date-picker-arrow-white.png) 98px center no-repeat;
}

.userNameContainer {
  display: block;
  font-size: 13px;
  color: #ffffff;
  width: 95px;
  padding: 0px;
}

.userNameContainer:hover {
  cursor: pointer;
}

.dashboard header ul li div .icon2.avator-icon {
  background-position: -237px -20px;
  width: 32px;
  height: 32px;
  float: left;
  margin: 7px 0;
}

.dashboard header ul li div .userName {
  border-right: 1px solid #fff;
  padding-right: 6px;
}


.watchDropDown-popup {
  position: absolute;
  z-index: 103;
  left: 34px;
  top: 50px;
  min-height: 50px;
  background: white;
  display: none;
  border: 1px solid #DCDBDC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}

.watchDropDown-popup .popup-inner {
  border-radius: 3px;
  overflow: hidden;
  padding: 15px 2px 12px;
}

.watchDropDown-popup .popup-inner ul {
  display: block;
}

.watchDropDown-popup .popup-inner ul li {
  display: block;
  padding: 5px 18px;
  float: left;
}

.watchDropDown-popup .popup-inner ul li a {
  line-height: 18px;
  color: #05BBD3;
  font-size: 12px;
  display: block;
}

.watchDropDown-popup .popup-inner ul li span {
  line-height: 16px;
  color: black;
  font-size: 12px;
  display: block;
  text-align: center;
}

.watchDropDown-popup .arrow {
  background: url("../i/popup-arrow.png") no-repeat;
  position: absolute;
  left: 70px;
  top: -8px;
  width: 14px;
  height: 8px;
  background-position: -17px -19px;
}

.watchDropDown-popup .popup-inner ul li:last-child {
  border-bottom: none;
}

.watchDropDown-popup .popup-inner ul li .appIcons {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}

.watchDropDown-popup .popup-inner ul li .appIcons.app1 {
  background-color: rgb(0, 188, 221);
}

.watchDropDown-popup .popup-inner ul li .appIcons.app2 {
  background-color: rgb(243, 119, 32);
}

.watchDropDown-popup .popup-inner ul li .appIcons.app3 {
  background-color: rgb(105, 172, 71);
}

.watchDropDown-popup .popup-inner ul li .appIcons.app4 {
  background-color: rgb(0, 163, 203);
}

.appIcons {
  text-align: center;
  padding-top: 14px;
}

.appIcons i {
  color: #fff;
  font-size: 20px;
}


/* Utility Section */
.inline {
  display: inline;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/* Abnormal Section */

.dashboard .main-section .section .top-box .description h2, .dashboard .main-section .section .top-box-1 .description h2 {
  margin-bottom: 10px;
}

.dashboard .main-section .section .top-box .description section, .dashboard .main-section .section .top-box-1 .description span {
  font-size: 12px;
  margin: 0;
  padding: 0 5px 0 15px;
  line-height: 20px;
  width: 100%;
  word-break: break-all;
  white-space: normal;
}

.abnormalLabel {
  color: #05bbd3 !important;
}

.abnormalValue {
  color: #d84235 !important;
}

.abnormalLabel.empty {
  color: #757575 !important;
}

.abnormalValue.empty {
  color: #757575 !important;
}

/* Databasee Section*/
.log-link {
  padding: 15px;
  border-top: 1px solid #dcdbdc;
  font-weight: 500;
}

.log-link a,.log-link a:visited {
  color: #05bbd3;
  font-size: 11px;
}

.log-link a:hover{
  text-decoration: underline;
}



/* Alert Label */
.alert {
  /*
  align-items: center;
  display: -webkit-box;
      
  display: -moz-box;
        
  display: -ms-flexbox;
     
  display: -webkit-flex;
    
  display: flex;
  */
}

.title.clearfix {
    position: absolute;
}
.title.clearfix.small-container{
    position: relative; 
}
.alert a {
  color: #89C33C;
  font-size: 13px;
}

.alert a:hover {
  text-decoration: underline;
}

.alert i {
  color: white;
  font-size: 12px;
  align-self: center;
  margin-left: 4px;
}

.alert .logo {
  background: none repeat scroll 0 0 #89C33C;
  border-radius: 15px;
  text-align: center;
  display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
      /* TWEENER - IE 10 */
  display: -webkit-flex;
     /* NEW - Chrome */
  display: flex;
             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 20px;
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 3px;
  float: left;
}


/* Shrink Body */
.shrink {
  width: 80% !important;
}

.expandx{
  width: 100% !important;
  -webkit-transition: width 2s;
 /* Safari */
  transition: width 2s;
}


 /* side bar */
 
 .collapse-container{
  background: #606a70 !important; 
 }

.dashboard aside ul li a .icon.collapse-icon {
  background: url("../i/collapse-grey.png") no-repeat;
  background-position: 3px -1px;
  background-size: 61px 38px;
}

.dashboard.expand aside ul li a .icon.collapse-icon {
  background-position: -24px -1px;
  background-size: 61px 38px;
}

 /* New Header*/

.dashboard .main-section header {
  height: 46px;
  width: 100%;
  background: #d84235;
}

.dashboard .main-section header .logo {
  width: 96px;
  height: 16px;
  background-position: 0 -32px;
  float: left;
  margin-top: 16px;
  margin-left: 23px;
}

.dashboard .main-section header .logo:hover {
  cursor: default;
}

.dashboard .main-section header a.calender {
  float: right;
  width: 58px;
  height: 46px;
  margin-right: 1px;
  border-left: 1px solid #d03f31;
}

.dashboard .main-section header a.calender.active {
  background-color: #09ABC2;
}

.dashboard .main-section header a.calender .icon {
  width: 15px;
  height: 17px;
  background-position: -100px 0;
  display: block;
  margin: 14px auto;
}

.dashboard .main-section header .date-range {
  float: right;
  line-height: 46px;
  font-size: 13px;
  color: #ffffff;
  width: 295px;
  height: 46px;
}

.dashboard .main-section header a.logout {
  float: right;
  width: 58px;
  height: 46px;
  margin-right: 1px;
  margin-left: 10px;
            /*border-left: 1px solid #d03f31;*/
  line-height: 46px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
}

.dashboard .main-section header a.user {
  float: right;
  width: 98px;
  height: 46px;
  margin-right: 1px;
  line-height: 46px;
  padding: 0px;
  position: relative;
            /*border-left: 1px solid #D03F31;*/
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
}

.dashboard .main-section header a.user:hover {
  cursor: default;
}

.dashboard .main-section header a.user .avator-icon {
  background: url("../i/sprite2.png") no-repeat;
  background-position: -237px -20px;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 12px;
  margin-top: 7px;
  margin-right: -5px;
}

.dashboard .main-section header span.separator {
  float: right;
  height: 46px;
  line-height: 46px;
  color: white;
  font-weight: 400;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
}

.dashboard .main-section header a.alert {
  float: right;
  width: 46px;
  height: 46px;
  margin-right: 1px;
  line-height: 46px;
  padding: 0px;
  position: relative;
            /*border-left: 1px solid #D03F31;*/
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
}

.dashboard .main-section header a.alert .alert-icon {
  background: url("../i/sprite3.png") no-repeat;
  background-position: -13px -17px;
  width: 32px;
  height: 32px;
  float: left;
  margin: 7px 12px;
}

.dashboard .main-section header a.settings {
  float: right;
  width: 46px;
  height: 46px;
  margin-right: 1px;
  line-height: 46px;
  padding: 0px;
  position: relative;
            /*border-left: 1px solid #D03F31;*/
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
}

.dashboard .main-section header a.settings .settings-icon {
  background: url("../i/sprite3.png") no-repeat;
  background-position: -47px -17px;
  width: 32px;
  height: 32px;
  float: left;
  margin: 7px 12px;
}

.dashboard .main-section header a.alert:hover,
        .dashboard .main-section header a.settings:hover {
  background-color: #B83426;
}

.dashboard .main-section header a.alert.clicked {
  background-color: #B83426;
}

.dashboard .main-section header a.logout .icon {
  width: 19px;
  height: 18px;
  background: url("../i/ico-logout.png") no-repeat 0 0;
  display: block;
  margin: 15px auto;
}
            

  /*Alert Popup */
  
.dashboard .main-section .alerts-dashboard {
  border-left: solid 1px #DCDBDC;
  width: 239px;
  position: absolute;
  top: 46px;
  float: right;
  height: calc(100% - 46px);
  display: block;
  right: 0px;
  background-color: #ffffff;
}

.alerts-dashboard .header {
  border-radius: 0;
  font-size: 15px;
  background: white;
  padding-top: 10px;
  line-height: 28px;
  padding-left: 7px;
  width: 224px;
  margin-right: 4px;
  margin-left: 4px;
}

.alerts-dashboard .header.border-pad {
  border-bottom: 2px solid #DCDBDC;
}

.alerts-dashboard .add-events {
  width: 232px;
  background: #fff;
  min-height: 100px;
  position: relative;
  float: left;
  padding: 0 3px;
  border-bottom: 2px solid #DCDBDC;
}

.alerts-dashboard .add-events .header, .alerts-dashboard .add-events .login-header {
  height: 36px;
  border-bottom: 1px solid #dcdbdc;
  font-size: 13px;
  color: #59bae7;
  line-height: 35px;
  padding: 0 12px;
  background: transparent;
  margin-bottom: 10px;
}

.alerts-dashboard .add-events .header a, .alerts-dashboard .add-events .login-header a {
  color: #59bae7;
  font-size: 12px;
  float: right;
}

.alerts-dashboard .add-events .row {
  padding: 4px 8px 8px;
  border-bottom: 1px solid #dcdbdc;
}

.alerts-dashboard .add-events .row .label {
  color: #212121;
  font-size: 10px;
  line-height: 24px;
  display: block;
}

.alerts-dashboard .add-events .reminder {
  display: block;
  line-height: 14px;
  color: #fff;
  padding: 7px 10px 20px 20px;
}

.alerts-dashboard .add-events .reminder label {
  font-size: 10px;
  color: #59bae7;
  line-height: 20px;
  padding-left: 20px;
  cursor: pointer;
}

.alerts-dashboard .add-events .reminder label.label_check {
  background: url("../i/radio-check.png") no-repeat -2px -80px;
  margin-top: 10px;
}

.alerts-dashboard .add-events .reminder label.c_on {
  background: url("../i/radio-check.png") no-repeat -2px -100px;
}

.alerts-dashboard .add-events .btn-row {
  display: block;
  height: 58px;
  padding: 6px 8px;
  float: left;
}

.alerts-dashboard .add-events .btn-row .btn {
  width: 75px;
  margin-bottom: 25px;
  height: 27px;
  line-height: 26px;
}

.alerts-dashboard .add-events .btn-row .btn.cancelEvent {
  background: none;
  color: #59BAE7;
  text-decoration: underline;
}

.alerts-dashboard .add-events .success {
  display: block;
  text-align: center;
  padding-top: 95px;
  background: url("../i/success-icon.png") no-repeat 50% 33px;
  height: 174px;
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #49576b;
}

.alerts-dashboard .add-events .success span {
  font-size: 16px;
  color: #38cd90;
  font-weight: 600;
  display: block;
}

.alerts-dashboard .add-events .footer {
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  text-align: center;
}

.alerts-dashboard .add-events .footer a {
  color: #59bae7;
}

.alerts-dashboard .input-cnt input {
  display: block;
  width: 100%;
  height: 27px;
  border: 1px solid #dcdbdc;
  background: none;
  font-size: 9px;
}

.alerts-dashboard .input-cnt select {
  display: block;
  width: 100%;
  height: 27px;
  border: 1px solid #dcdbdc;
  background: none;
  font-size: 10px;
}

.ui-front {
  z-index: 1001;
}

.alerts-dashboard .input-cnt .ui-selectmenu-button {
  background: none;
  height: 27px;
  width: 100%;
  border: 1px solid #dcdbdc;
  font-size: 10px;
}

.alerts-dashboard .ui-selectmenu-button span.ui-selectmenu-text {
  line-height: 10px;
}

#priority-menu.ui-menu,
#reoccurence-menu.ui-menu {
  border-radius: 0px;
}

#priority-menu.ui-menu .ui-menu-item,
#reoccurence-menu.ui-menu .ui-menu-item {
  line-height: 13px;
  height: 24px;
  font-size: 10px;
}

.alerts-dashboard .input-cnt.datepicker {
  display: inline-block;
  width: 97px;
  margin-right: 14px;
  overflow: hidden;
}

.alerts-dashboard .input-cnt.datepicker input {
  background: url("../i/date-picker-icon.png") no-repeat 100% -1px;
  background-position: 73px -1px;
  background-size: 21px !important;
  cursor: pointer;
}

.alerts-dashboard .input-cnt.timepicker {
  display: inline-block;
  width: 97px;
}

.alerts-dashboard .input-cnt.timepicker input {
    /*background: url("../i/time-picker-arrows.png") 100% 50% no-repeat;*/
    /*background: url("../i/input-icons.png") no-repeat scroll -8px -120px transparent;*/
  background: url("../i/input-icons.png") no-repeat;
  background-position: 66px -116px;
  cursor: pointer;
}

.alerts-dashboard .events-cnt .header {
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  border: none;
  height: 37px;
  padding-top: 0px;
  margin-top: 0px;
}

.alerts-dashboard .events-cnt .header.margin-top {
  margin-top: 21px;
}

.alerts-dashboard .header a.add-events-btn {
  background: url("../i/sprite3.png") no-repeat;
  padding-left: 31px;
  height: 23px;
  display: inline-block;
  background-position: -106px -19px;
}

.alerts-dashboard .header a.add-events-btn span {
  font-size: 11px;
  color: #05BBD3;
}

.alerts-dashboard .header a.collapse-events, .alerts-dashboard .header a.collapse-warning, .alerts-dashboard .header a.collapse-error{
  float: right;
  background: url("../i/sprite3.png") no-repeat;
  height: 32px;
  width: 20px;
  margin-right: 6px;
  background-position: -15px -59px;
}

.alerts-dashboard .header a.collapse-events.rotate,.alerts-dashboard .header a.collapse-warning.rotate,.alerts-dashboard .header a.collapse-warning.error {
  transform: rotate(180deg);
}

.alerts-dashboard a.addEvents {
  display: block;
  float: right;
  margin: 7px 10px;
}

.alerts-dashboard .events-cnt .month {
  line-height: 28px;
  height: 20px;
  width: 100%;
  color: #e9f0f4;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.alerts-dashboard .events-cnt .month .btn-cnt {
  width: 100%;
  height: 20px;
  right: 0;
  top: 0;
  padding: 0 3px;
}

.alerts-dashboard .events-cnt {
  width: 236px;
  float: left;
}

.alerts-dashboard .events-cnt .header .month .btn-cnt .date-icon {
  background: url('../i/sprite3.png') no-repeat;
  background-position: -34px -66px;
  width: 31px;
  height: 18px;
  margin: 0px 0px;
  display: inline-block;
  cursor: pointer;
}

.alerts-dashboard .events-cnt .header .month .btn-cnt span {
  display: inline-block;
  color: #05BBD3;
  font-size: 12px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  top: -7px;
  position: relative;
  cursor: pointer;
}

.alerts-dashboard .month .btn-cnt a, .alerts-dashboard .month .btn-cnt a {
  display: block;
  width: 8px;
  height: 13px;
  margin: 7px 15px;
  background: url("../i/sprite.png") no-repeat;
}

.alerts-dashboard .month .btn-cnt a.next, .alerts-dashboard .month .btn-cnt a.next {
  background-position: -137px -33px;
  float: right;
}

.alerts-dashboard .month .btn-cnt a.prev, .alerts-dashboard .month .btn-cnt a.prev {
  background-position: -123px -33px;
  float: left;
}

.alerts-dashboard .month .btn-cnt a:hover, .alerts-dashboard .month .btn-cnt a:hover {
  opacity: 0.8;
}

.alerts-dashboard .events .addEvents {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 17px;
  height: 17px;
  display: block;
  background-color: #ffffff;
  background-position: -100px -32px;
}

.alerts-dashboard .events .addEvents:hover {
  opacity: 0.8;
  background-image: url(../i/sprite.png);
  background-color: #ffffff;
  background-position: -100px -32px;
}

.alerts-dashboard .events .addEvents {
}

.alerts-dashboard .events h2 {
  padding: 10px 0 0 20px;
  line-height: 35px;
  color: #212121;
  font-size: 17px;
  border-bottom: 1px solid #dcdbdc;
}

.alerts-dashboard .events ul {
  display: block;
  padding: 0;
  height: auto;
  border: none;
  background: #ffffff;
}

.alerts-dashboard .events ul li {
  display: block;
  min-height: 44px;
  border-bottom: 1px solid #dcdbdc;
  line-height: 16px;
  padding: 7px 15px;
  color: #fff;
  min-height: 72px;
  text-align: left;
}

.alerts-dashboard .events ul li a {
  color: #48484A;
  display: block;
  font-weight: normal;
  font-size: 12px;
}

.alerts-dashboard .events ul li span {
  display: block;
  color: #757575;
  font-weight: normal;
  font-size: 10px;
}

.alerts-dashboard .events ul li:last-child {
  border-bottom: none;
}

.alerts-dashboard #list-view .events {
  display: block;
  min-height: 178px;
}

.alerts-dashboard #list-view .events h2 {
  background: #2e3746;
}

.alerts-dashboard .weeks {
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0 -7px;
}

.alerts-dashboard .weeks ul {
  display: block;
  text-align: center;
  padding: 0;
  border: none;
  background: #2e3641;
  margin-top: 4px;
}

.alerts-dashboard .weeks ul li {
  display: inline-block;
  padding-top: 3px;
}

.alerts-dashboard .weeks ul li a {
  display: block;
  height: 21px;
  line-height: 21px;
  color: #fff;
  border-radius: 2px;
  font-size: 9px;
  font-weight: 600;
  padding: 0 3px;
}

.alerts-dashboard .weeks ul li a.active {
  background: #4b5567;
}

.alerts-dashboard .events-cnt .calendar-header {
  height: 35px;
  border-radius: 0px;
  font-size: 12px;
  background: none repeat scroll 0% 0% #05BBD3;
}

.alerts-dashboard .events-cnt .calendar-header .calendar-month {
  line-height: 28px;
  height: 20px;
  width: 100%;
  color: #E9F0F4;
  display: inline-block;
  padding-right: 25px;
  position: relative;
  margin-top: 8px;
  font-size: 12px;
  padding-left: 15px;
}

.alerts-dashboard .events-cnt .calendar-header .calendar-month .btn-cnt {
  display: inline-block;
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 3px;
}

.alerts-dashboard .events-cnt .calendar-header .calendar-month .btn-cnt a {
  display: block;
  width: 8px;
  height: 13px;
  margin: 7px 15px;
  background: url("../i/sprite.png") no-repeat scroll 0% 0% transparent;
}

.alerts-dashboard .events-cnt .calendar-header .calendar-month .btn-cnt a.next {
  background-position: -137px -33px;
  float: right;
}

.alerts-dashboard .events-cnt .calendar-header .calendar-month .btn-cnt a.prev {
  background-position: -123px -33px;
  float: left;
}

.alerts-dashboard .events-cnt .view .events {
  border-top: 1px solid #dcdbdc;
}

.ui-timepicker .ui-timepicker-table {
  border: 1px solid transparent;
  background-color: #05BBD3;
  border-radius: 4px;
}

.ui-timepicker .ui-widget-header {
  border: 1px solid #05BBD3;
  background-color: #05BBD3;
}

.ui-timepicker-table td a.ui-state-default,
.ui-timepicker-table th.periods {
  border: 1px solid #05BBD3;
  background-color: #05BBD3;
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  height: 21px;
  width: 21px;
}

.ui-timepicker-table td a.ui-state-default.ui-state-active {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #05BBD3;
  border-radius: 10px;
}

.ui-timepicker .ui-widget-header {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.ui-timepicker-hours {
  border-right: 1px solid #ffffff;
}


/* <1024 */

@media screen and (max-width: 700px) {
  
}
