/*FONT - ROBOTO*/

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_bold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_medium';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.woff') format('woff'), url('../fonts/Roboto-Medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_thin';
    src: url('../fonts/Roboto-Thin.ttf');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin-webfont.woff2') format('woff2'),
         url('../fonts/roboto-thin-webfont.woff') format('woff'),
         url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
}
@font-face {
    font-family: 'roboto_light';
    src: url('../fonts/Roboto-Light.ttf');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*FONT- OPEN SANS*/

@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#opensans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans_light';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'opensans_semibold';
    src: url('../fonts/OpenSans-Semibold.ttf');
    src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'opensans_semibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'opensans_bold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*-GENERAL---------------------------------*/
html {
  height: 100%;
}
body {
  position: relative;
  /*padding-bottom: 135px;*/
  background-color: #f1f1f1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
body.login-body {
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  body {
    padding-bottom: 0px;
  }
}
h1 {
    font-family: 'roboto_medium';
}
h2 {
    font-family: 'roboto_medium';
}
h3 {
    font-family: 'roboto_medium';
}
p {
    font-family: 'roboto_medium';
}
/*
LOADER
--------------------*/
.loader {
    position: fixed;
    background-color: rgba(41,90,130, 0.5);
    width: 100%;
    top: 0;
    z-index: 1000;
}
.loader div {
    height: 0;
    display: block;
    width: 100%;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.loader span.ring {
    width: 80px;
    height: 80px;
    display: none;
    border-top: 8px solid #ffffff;
    border-left: 8px solid #70c3e7;
    border-bottom: 8px solid #ffffff;
    border-right: 8px solid #70c3e7;
    border-radius: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: loading;
    animation-name: loading;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
}

.loader.loading span.ring {
    display: block;
}

.loader.loading {
    height: 100%;
    position: fixed;
}
.loader.loading > div {
    height: 100%;
}
@-webkit-keyframes loading {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
LOGIN
-------------------=*/

.login-error {
  display: none;
  color: #ff0000;
  font-family: 'roboto_medium';
  padding-top: 10px;
  /* padding-left: 30px; */
  /* height: 45px; */
  font-size: 14px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  padding: 20px;
  position: absolute;
  line-height: 2;
}

.login-error p {
    font-family: 'roboto_light';
    margin: 0;
}


.error.close {
      position: relative;
      /*display: inline-block;*/
      width: 25px;
      height: 25px;
      float: right;
      /* margin-top: 10px; */
      margin-right: 0px;
      overflow: hidden;
      border: 1px solid #39393a;
      border-radius: 50%;
      padding: -1px;
      cursor: pointer;
      /* margin: 4px; */
}
.error.close::before, .error.close::after {
    content: '';
    position: absolute;
    width: 75%;
    top: 50%;
    left: 3px;
    background: #3e3e3e;
    height: 1px;
    margin-top: -1px;
}

.login-body {
    background-color: #2c6178;
    background-image: url('../images/login/bg.jpg');
    background-size: cover;
    background-position: center;
}
.login-box {
    width: 300px;
    height: 530px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login-logo {
    position: relative;
    display: block;
    margin: auto;
    width: 185px;
    height: 185px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow:  0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow:  0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:  0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
.login-logo img {
    width: 100%;
    position: absolute;
    width: 146px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.page-login {
    position: relative;
    width: 100vw;
    height: 100vh;
}
.page-login-2 {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url('../images/login2-body-bg.jpg');
    background-size: cover;
}
/*.login-box .login-image {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	height: 100%;
}*/

.login-box .login-details {
    display: block;
    width: 100%;
    padding-top: 50px;
    box-sizing: border-box;
}
.login-box .login-details img {
    /*width: 100%;*/
    display: inline-block;
    padding: 12px 0px 12px 0px;
    vertical-align: middle;
}
.login-box .login-details img.password-icon {
  margin-left: 3px;
  margin-right: 3px;
}
.login-box .login-details .line {
    background-color:  #82beee;
    width: 295px;
    margin: 0px;
    height: 1px;
}
.login-box .login-details .line.last {
  background-color: #4f7fa4;
  height: 2px;
}

.login-box .login-details input[type=text],
.login-box .login-details input[type=password] {
    display: inline-block;
    background: transparent;
    border: none;
    font-family: 'roboto_light';
    font-size: 14px;
    width: 260px;
    color: #82beee;
    padding: 5px 0;
    margin: 0 0 0 10px;
    height: 22px;
}
.login-box .login-details input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset;
    -webkit-box-shadow: none;
    background-color: transparent !important;
}
.login-box .login-details input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.1) inset;
}
.login-box .login-details input[type=text]::placeholder,
.login-box .login-details input[type=password]::placeholder {
    color: #82beee;
    opacity: 1;
}
.remember-me {
    display: block;
    margin-top: 40px;
    text-align: center;
}
.checkbox-remember {
    display: none;
}
.checkbox-remember + label {
    position: relative;
    font-family: 'roboto_medium';
    font-size: 14px;
    /*font-weight: bold;*/

    cursor: pointer;
    color: #71afea;
    padding: 0;
    margin-left: 5px;
    vertical-align: middle;
}
.checkbox-remember + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #82beee;
    vertical-align: middle;
}
.checkbox-remember:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.checkbox-remember:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 3px;
    width: 2px;
    height: 7px;
    border: solid #82beee;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    /*vertical-align: middle;*/
}
.login-box .login-details i {
    color: #82beee;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.login-box .login-details .login-submit-button {
    font-family: 'roboto_medium';
    display: block;
    margin: auto;
    color: #1b354f;
    font-size: 17px;
    text-decoration: none;
    background-color: #59e5e1;
    border: none;
    height: 45px;
    border-radius: 5px;
    width: 294px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    margin-top: 45px;
    text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 440px) {
    .login-body {
        background-image: url('../images/login/mobile-bg.jpg');
    }
    .login-box .login-details {
        padding-top: 68px;
    }

}
/* HEADER -------------------=*/

.page {
    font-family: 'opensans';
    background-color: #f1f1f1;
    /*min-height: 100vh;*/
    position: relative;
}


/*Header*/

header {
    position: fixed;
    width: 100%;
    background-color: #295a82;
    border-left: 10px solid #70c3e7;
    height: 75px;
    z-index: 2;
}
header h1 {
    display: none;
    font-family: 'opensans';
    margin: 5px;
    font-size: 22px;
    font-weight: 200;
}
/* For mobile phones: */

@media only screen and (max-width: 768px) {
    header {
        height: auto;
        border-left: none;
        background-color: #e8e8e8;
    }
    header h1 {
        display: inline-block;
    }
}
header .mobile-nav-button {
    padding: 22px 0px;
}
.mobile-nav-button {
    margin-left: 35px;
    z-index: 9999;
    cursor: pointer;
    width: 20px;
    /*height: 30px;*/

    display: none;
    padding: 10px 0px;
}
.mobile-nav-button.nav-menu {
    padding: 15px 0px;
}
.mobile-nav-button .mobile-nav-button__line {
    width: 100%;
    height: 2px;
    background: #0e0e0e;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
.mobile-menu header .mobile-nav-button .mobile-nav-button__line {
      background: #224562;
}
.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
    margin: 0.2rem 0;
}
.mobile-nav-button .mobile-nav-button__line--1 {
    transform: rotate(45deg);
    top: 13px;
    position: absolute;
}
.mobile-nav-button .mobile-nav-button__line--2 {
    display: none;
}
.mobile-nav-button .mobile-nav-button__line--3 {
    transform: rotate(135deg);
    top: 13px;
    position: absolute;
}
.mobile-logo {
    height: 60px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.mobile-nav-icons {
  position: relative;
  width: auto;
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  height: 30px;
      margin-right: 25px;
}
.mobile-nav-icons:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  z-index: -1;
  background-color: #59e5e1;
  border-radius: 50%;
  display: block;
  width: 30px;
}
.mobile-nav-icons.mobile-link-active:before {
  background-color: #82beee;
}
.mobile-nav-icons img {
  position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
}
/* For mobile phones: */

@media only screen and (max-width: 768px) {
    .mobile-nav-button {
        display: inline-block;
        vertical-align: middle;
    }
}
/* MOBILE NAV */

.mobile-menu {
    display: block;
    max-width: 400px;
    width: 70%;
    left: -100%;
    height: 100vh;
    background: #fff;
    position: absolute;
    z-index: 9998;
    transition: 0.6s ease;
    top: 0;
    opacity: 0;
    box-shadow: 4px 0px 11px 0px #0000008a;
    -moz-box-shadow: 4px 0px 11px 0px #0000008a;
    -ms-box-shadow: 4px 0px 11px 0px #0000008a;
    -webkit-box-shadow: 4px 0px 11px 0px #0000008a;
}
.mobile-menu--open {
    left: 0;
    opacity: 1;
}
.mobile-menu header {
    position: relative;
    background-color: #e8e8e8;
    border-left: none;
    height: 40px;
}
.mobile-menu header h1 {
    font-weight: 200;
    line-height: 1;
    margin-left: 10px;
    vertical-align: middle;
    color: #1b354f;
    font-size: 18px;
}
.close {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 40px;
    float: right;
    /* margin-top: 10px; */

    margin-right: 25px;
    overflow: hidden;
}
.close::before,
.close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: #383838;
    height: 2px;
    margin-top: -2px;
}
.close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu header .close::after, .mobile-menu header .close::before {

    background: #224562;

}
/*MOBILE-USER-DETAIL*/

.mobile-user-details {
    min-height: 140px;
    background: #224562;
}
.mobile-user-details .profile-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}
.mobile-user-details .profile-img {
    position: relative;
    display: inline-block;
    margin: auto;
    font-size: 40px;
    color: #224562;
    z-index: 2;
    padding: 3px 10px;
    left: 50%;
    margin-top: 20px;
    transform: translateX(-50%);
}
.mobile-user-details .user-name {
    display: block;
    margin: auto;
    text-align: center;
    color: #4de1d9;
    font-family: 'opensans_semibold';
    font-size: 18px;
    margin-top: 15px;
}
.mobile-user-details .acc-number {
    text-align: center;
    display: block;
    margin: auto;
    font-family: 'opensans';
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    /*margin-bottom: 20px;*/
}
.mobile-user-details .acc-number a {
    text-decoration: underline;
        color: #fff;
}
/*MOBILE-LINKS*/

.mobile-links {
    list-style: none;
    padding-left: 10px;
    font-family: 'opensans';
    font-size: 18px;
    margin: 0px;
}
.mobile-links li {
    padding: 15px;
}
.mobile-links li a {
    text-decoration: none;
    color: #383838;
    font-family: 'opensans_semibold';
    /*font-weight: bold;*/
    position: relative;
}
.mobile-links li a i {
    position: relative;
    font-size: 20px;
    vertical-align: middle;
    /*padding-right: 10px;*/

    color: #fff;
    /*height: 20px;
	width: 20px;*/

    padding: 8px;
    margin-right: 20px;
    width: 20px;
}
.mobile-links li a i:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #59e5e1;
    border-radius: 50%;
    z-index: -1;
}
.mobile-links li a i.mobile-link-active {
    border-radius: 50%;
    background-color: #82beee;
}
.nav-notification {
  position: absolute;
  left: 20px;
  top: -3px;
  font-size: 10px;
  color: #fff;
  z-index: 3;
  width: 12px;
  text-align: center;
}
.nav-notification:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  background-color: #d0021b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: -1;
}
/*.nav-icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #59e5e1;
    border-radius: 50%;
    z-index: -1;
}*/
/* CONTROL */

.control-container {
    display: inline-block;
    padding-top: 5px;
    width: 350px;
    height: 75px;
    box-sizing: border-box;
    border-right: 1px solid #f1f1f1;
}
.control-container p {
    font-size: 12px;
    text-align: center;
    color: #60b5e1;
    width: 100%;
    margin: 0;
    font-family:  'opensans';
}
.control-container img {
    vertical-align: middle;
}

/*
Control dropdown
*/

.control-dropdown {
    display: block;
    margin: 0;
    padding: 0;

    width: 100%;
    border: 0;
    color: #EEE;
    background: transparent;
    font-family: 'opensans';
    cursor: pointer;
}

.control-dropdown li {
    display: inline-block;
    list-style: none;
    width: 100%;
    margin-bottom: 12px;
}
.control-dropdown li img {
  margin-right: 5px;
}

.control-dropdown .button-dropdown {
    position: relative;
}

.control-dropdown li a {
    display: block;
    background-color: #295a82;
    padding: 10px 20px 19px 55px;
    text-decoration: none;
}
.control-dropdown li a:hover img.dropdown-arrow {
  opacity: 0.6;
}

.control-dropdown li a span {
    display: inline-block;
    font-family: 'opensans';
    /*margin-left: 5px;*/
    font-size: 16px;
    color: #ffffff;
}
.control-dropdown .dropdown-arrow {
  float: right;
  margin-top: 10px;
}



.control-dropdown li a:hover span, .control-dropdown li a.dropdown-toggle.active span {
    color: #fff;
}

.dropdown-toggle.site-option:hover {
  /*opacity: 0.8;*/
}
.control-dropdown li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: left;
    background-color: #295a82;
    border-top: 1px solid #70c3e7;
	max-height: 500px;
	overflow-y: scroll;
	z-index: 10;
}
.control-dropdown li .dropdown-menu form {
	display: block;

}
.control-dropdown li .dropdown-menu.active {
    display: block;
}

.control-dropdown li .dropdown-menu{
    width: 100%;
}
.dropdown-menu li.control-option.data-selected {
  background-color: #70c3e7;
}
.control-dropdown li .dropdown-menu li{
  padding: 10px 5px 10px 55px;
  box-sizing: border-box;
  margin: 0px;
  font-size: 16px;
}
.control-dropdown li .dropdown-menu li:hover {
  background-color: #fff;
  color: #295a82;
}
.control-dropdown li .dropdown-menu li:hover img {
  /*border: 2px solid #295a82;*/
  /*border-radius: 50%;*/
}

.control-dropdown li .dropdown-menu li:last-of-type{
  padding-bottom: 10px;
}

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





.control {
    width: 250px;
    border: 0;
    color: #EEE;
    background: transparent;
    font-family: 'opensans';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    border: none;
    background: url("../images/dashboard/control icon.png") left center no-repeat, url("../images/dashboard/select-arrow.png") right center no-repeat;
    background-color: #295a82;
    /* fallback color if gradients are not supported */

    font-size: 14px;
    margin: 4px 0 5px 20px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    white-space: nowrap;
}
/*IE ONLY*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .control {
        padding-left: 15%;
    }
}
.control::-ms-expand {
    display: none;
}
.control:focus {
    border: none;
    outline: none;
}
.control option {
    margin-top: 5px;
    padding-top: 10px;
    outline: none;
    border: none !important;
}
.control option:focus {
    outline: none;
}
/* For mobile phones: */

@media only screen and (max-width: 1000px) {
  .control-container {
    width: 35%;
  }

}

@media only screen and (max-width: 840px) {
    .control {
        width: 180px;
    }
    .control-container {
        width: 33%;
    }
}
@media only screen and (max-width: 768px) {
    .control-dropdown li .dropdown-menu {
      margin-top: 0;
    }
    .control-dropdown li a {
      padding: 15px 20px 15px 55px;
      /*text-align: center;*/
    }
    .control-container {
        width: 100%;
        padding: 0;
        height: 55px;
    }
    .control-container p {
        display: none;
    }
    .control-container .control {
        width: 100%;
        height: 60px;
        margin: 5px 0 5px 0;
        background: url("../images/dashboard/control icon.png") 5% center no-repeat, url("../images/dashboard/select-arrow.png") 95% center no-repeat;
        background-color: #295a82;
        /* fallback color if gradients are not supported */

        text-indent: 35px;
        font-size: 20px;
    }
    .control-container .control option {
        font-size: 14px;
    }
    /*FIREFOX STYLES*/

    @-moz-document url-prefix() {
        .control-container .control {
            text-align: center;
            text-indent: 0;
        }
        .control-container .control option {
            text-indent: 0;
        }
    }
}
/* LOGO */

.logo {
    position: absolute;
    display: inline-block;
    height: 75px;
    left: 50%;
    transform: translateX(-50%);
}
/* For mobile phones: */

@media only screen and (max-width: 768px) {
    .logo {
        display: none;
    }
}
/* USER DETAILS */

.user-details {
    display: inline-block;
    float: right;
    margin: 0px 0;
    text-align: center;
    padding-right: 10px;
    height: 75px;
}
.user-details li {
    display: inline-block;
    vertical-align: middle;
}
.user-details .account {
    margin-right: 30px;
    vertical-align: middle;
    height: 75px;
}
.user-details p {
    display: block;
}
.user-details p.user-name {
    font-family: 'opensans_semibold';
    color: #60b5e1;
    font-size: 15px;
    margin: 0;
    margin-top: 21px;
}
.user-details p.acc-number {
    font-family: 'opensans';
    font-size: 13px;
    color: #fff;
    margin: 0;
}
.user-details p.acc-number a {
    text-decoration: underline;
    color: #fff;
}
.user-profile {
    height: 75px;
    border-right: 1px solid white;
}
.user-profile img {
    margin-right: 35px
}
.user-profile img {
    display: inline-block;
    text-align: right;
    margin-top: 18px;
    vertical-align: middle;
}
.logout {
    margin: 0px 28px;
    vertical-align: middle;
}
/* For mobile phones: */
@media only screen and (max-width: 1000px) {
  .user-details .account {
    margin-right: 15px;
  }
  .user-profile img {
      margin-right: 15px;
  }
}

@media only screen and (max-width: 840px) {
  .user-details p.acc-number {
    font-size: 12px;
  }
}
/* For mobile phones: */

@media only screen and (max-width: 768px) {
    .user-details {
        display: none
    }
}
/* SIDEBAR ---------------- */

.sidebar {
    position: fixed;
    height: 100vh;
    border-right: 1px solid #cccccc;
    padding-right: 20px;
    z-index: 1;
}
.sidebar ul {
    padding-left: 20px;
    margin-top: 120px;
}
.sidebar ul li {
    position: relative;
    list-style: none;
    margin: 20px 0;
    width: 75px;
    height: 75px;
    background-color: #e8e8e8;
    border-radius: 15px;
}
.sidebar ul li:hover {
    background-color: #fff;
}
.sidebar ul li.side-bar-active {
    background-color: #fff;
}
.sidebar ul li a IMG {
    position: absolute;
    font-size: 25px;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.sidebar ul li a i:after {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    background-color: #70c3e7;

    border-radius: 50%;
    z-index: -1;
}
.sidebar .notification {
  position: absolute;
  left: 46px;
  top: 15px;
  font-size: 10px;
  color: #fff;
  z-index: 3;
  width: 12px;
  text-align: center;
}
.sidebar .notification:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  background-color: #d0021b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
    .sidebar {
        /*padding-right: 10px;*/
    }
}
@media only screen and (max-width: 768px) {
    .sidebar {
        display: none;
    }
}
/* Footer --------------------------------- */

footer {
    /*position: fixed;*/

    position: relative;
    bottom: 0;
    height: 135px;
    width: 100%;
    background-color: #295a82;
    border-bottom: 5px solid #70c3e7;
    box-sizing: border-box;
    z-index: 2;
}
footer .footer-inner {
    max-width: 1140px;
    width: 80%;
    /* height: 1000px; */

    display: block;
    margin: auto;
}
footer .footer-inner .footer-logo {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 0px 3px 16px 0px #0000008a;
    -moz-box-shadow: 0px 3px 16px 0px #0000008a;
    -ms-box-shadow: 0px 3px 16px 0px #0000008a;
    -webkit-box-shadow: 0px 3px 16px 0px #0000008a;
    transform: translatey(-20%);
}
footer .footer-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* image-rendering: pixelated; */
  }
footer .footer-nav {
    display: inline-block;
    margin: 0px;
    margin-left: 100px;
    padding: 0px;
    padding-top: 10px;
}
footer .footer-nav li {
    list-style: none;
}
footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'opensans';
    line-height: 2;
}
footer .footer-nav li a:hover {
  color: #60b5e1;
}
footer .footer-nav li a img {
    vertical-align: middle;
    padding-left: 10px
}
footer .copyright {
    display: inline-block;
    float: right;
    font-family: 'opensans';
    font-size: 14px;
    color: #60b5e1;
    margin-top: 65px;
    vertical-align: middle;
}
footer .elemental-link {
  text-decoration: none;
  color: #60b5e1;
}
footer .elemental-link:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
    footer {
        position: relative;
        height: auto;
        z-index: 1
    }
    footer .copyright {
        float: none;
        text-align: center !important;
        width: 100% !important;
        margin-top: 45px;
        margin-bottom: 20px;
    }
    footer .footer-nav {
        margin-left: 55px;
        vertical-align: super
    }
}

@media only screen and (max-width: 900px) {
  footer .copyright {
    width: 177px;
    text-align: right;
    margin-top: 50px;
  }
}

/* VIEWS --------------------------------- */
.space.left {
  display: inline-block;
  width: 160px;
  height: 100vh;
}
.main {
    max-width: 1140px;
    width: 90%;
    /*height:1000px;*/
    vertical-align: top;
    display: inline-block;
    margin: auto;
    margin-bottom: 40px;
    padding-top: 120px;
    min-height: calc(100vh - 160px);
}

@media only screen and (min-width: 1400px) {
    .space.left {
      display: none;
    }
    .main {display: block;}
}

@media only screen and (max-width: 1155px) {
    .main {
        width: 75%;
    }
}

@media only screen and (max-width: 1068px){
  a.graph-type.bar {
      /* margin-right: 22px!important; */
  }

}


@media only screen and (max-width: 1000px){
  a.graph-type.bar {
      /* margin-right: 50px!important; */
  }
}
@media only screen and (max-width: 970px) {
    .main {
        width: 72%;
    }
}
@media only screen and (max-width: 768px) {
  .main {
      width: 100%;
      padding-top: 140px;
      padding-left: 0px;
      padding-right: 0px;
      box-sizing: border-box;
    }
    .breadcrumbs {
        display: none;
    }
    .space.left {
      display: none;
    }
    .main {display: block;}
}
.breadcrumbs {
  padding-bottom: 40px
}
.breadcrumbs img {
    display: inline-block;
    margin-right: 5px;
}
.breadcrumbs p {
    display: inline-block;
    font-family: 'opensans';
    font-size: 14px;
    color: #898989;
    margin: 0px;
}
/* Cards --------------------------------- */

.card {
  position: relative;
    display: inline-block;
    /*max-width: 500px;*/
    width: calc(50% - 25px);
    background-color: #fff;
    font-family: 'opensans';
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    vertical-align: top;
    box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.20);
}
/*Card margin*/

.card.left {
    margin-right: 45px;
}
@media only screen and (max-width: 1340px) {
  .card.left {
    margin-right: 45px;
  }
}

/*Card Breakpoint*/

@media only screen and (max-width: 1000px) {
    .card {
        width: 100%;
        max-width: none;
        box-shadow: none;
        margin-bottom: 40px;
    }
    .card.left {
        margin-right: 0;
    }
  .graph-controls {
    height: 50px;
  }

}
.card .card-header {
    position: relative;
    height: 45px;
    background-image: url('../images/dashboard/carad-header.png');
    background-size: cover;
}
.card .card-header h3 {
    color: #fff;
    font-family: 'opensans_semibold';
    font-size: 12px;
    font-weight: 200;
    margin: 10px 0 2px 20px;
    float: left;
    text-rendering: optimizeLegibility;
}
.card.graph{
  position: relative;
}
.card.graph .card-header h3 {
    margin: 15px 0 2px 20px;
}
.card.graph .card-header .info-action {
    margin-top: 10px;
}
.card .card-header .date {
    color: #1c354e;
    font-family: 'opensans';
    font-size: 10px;
    margin: 0 20px;
    float: left;
    clear: left;
    text-rendering: optimizeLegibility;
}
.card .card-header .info-action {
    float: right;
    margin-right: 20px;
    margin-top: -14px;
    position: relative;
}
/*info popup*/

.info-popup.left {
    right: 42px;
}
.info-popup.right:before {
    content: "";
    width: 0;
    height: 0;
    margin-left: -30px;
    margin-top: -34px;
    position: absolute;
    border-left: 7px inset transparent;
    border-right: 7px inset transparent;
    border-bottom: 22px solid #fff;
    content: "";
    transform: rotate(-45deg);
}
.info-popup.left:before {
    content: "";
    width: 0;
    height: 0;
    margin-top: -33px;
    position: absolute;
    right: -10px;
    border-left: 7px inset transparent;
    border-right: 7px inset transparent;
    border-bottom: 22px solid #fff;
    content: "";
    transform: rotate(47deg);
}
.info-popup {
    position: absolute;
    display: none;
    z-index: 50;
    width: 300px;
    background-color: #fff;
    right: -290px;
    top: 35px;
    box-sizing: border-box;
    padding: 20px;
    text-decoration: none;
    box-shadow: 0px 2px 5px 0px #0000006a;
    -moz-box-shadow: 0px 2px 5px 0px #0000006a;
    -ms-box-shadow: 0px 2px 5px 0px #0000006a;
    -webkit-box-shadow: 0px 2px 5px 0px #0000006a;
}
.info-popup.show {
    display: block;
}
.info-popup h1 {
    font-family: 'opensans';
    font-size: 16px;
    color: #39393a;
    margin-top: 0px;
}
.info-popup p {
    font-family: 'opensans_light'!important;
    font-size: 12px!important;
    color: #39393a!important;
}
.close-info-popup {
    font-family: 'opensans';
    font-size: 12px;
    color: #60b5e1;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}
.close-info-popup:hover {
  color: #295a82;
}
.close-info-mobile.close {
      display: none;
      position: relative;
      /*display: inline-block;*/
      width: 25px;
      height: 25px;
      float: right;
      /* margin-top: 10px; */
      margin-right: 0px;
      overflow: hidden;
      border: 1px solid #39393a;
      border-radius: 50%;
      padding: -1px;
      cursor: pointer;
      /* margin: 4px; */
}
.close-info-mobile.close::before, .close-info-mobile.close::after {
    content: '';
    position: absolute;
    width: 75%;
    top: 50%;
    left: 3px;
    background: #3e3e3e;
    height: 1px;
    margin-top: -1px;
}
@media only screen and (max-width: 1000px) {
  .close-info-popup {
    display: none
  }
  .close-info-mobile.close {
    display: inline-block;

  }
}
@media only screen and (max-width: 1000px) {
    .info-popup {
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        /*position: inherit;*/

        position: absolute;
    }
    .info-popup:before {
        display: none;
    }
    body.overlay:after {
        content: "";
        /*display: none;*/

        position: fixed;
        /*width: 100vw;*/

        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 0;
    }
}
.card-content {
    padding: 20px;
}
@media only screen and (max-width: 1192px) {
  .card-content.card-table {
      /*padding: 10px;*/
  }

}
@media only screen and (max-width: 768px) {
.card .card-header h3 {
  font-size: 13px;
}
.card .card-header .date {
  font-size: 12px;
  }
}
/* Graph --------------------------------- */

.graph .card-content {
    padding: 0 10px 0 10px;
}
/*Graph Controls*/

.graph-controls {
    text-align: left;
    /* height: 50px; */
    padding-top: 8px;
    margin-left: 35px;
}
.graph-controls button {
	width: calc((100% / 3) - 8px);
	background: #70c3e7;
	color: #fff;
	border: none;
	/* padding: 2px 5px !important; */
	/* width: 75px; */
	height: 22px;
	font-family: 'opensans';
	font-size: 11px;
	cursor: pointer;
	outline: inherit !important;
	/* margin: 10px 2px; */
	margin-right: 5px;
}
.graph-controls button.graph-type {
    background-color: #295a82;
}
.graph-controls button.graph-type:hover {
    background-color: #70c3e7;
}

a.graph-type.accumulative {
  display: inline-block;
  height: 28px;
  width: 28px;
  cursor: pointer;
  background-image: url('../images/dashboard/accum-graph-icon-disabled.png');
  background-repeat: no-repeat;
  vertical-align: top;
}
a.graph-type.accumulative.selected {
  background-image: url('../images/dashboard/accum-graph-icon.png');
}
a.graph-type.bar {
  display: inline-block;
  height: 28px;
  width: 28px;
  cursor: pointer;
  background-image: url('../images/dashboard/bar-graph-icon-disabled.png');
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 30px;
}
a.graph-type.bar.selected {
  background-image: url('../images/dashboard/bar-graph-icon.png');
}
.card  p.date {
    color: #1c354e;
    font-family: 'opensans';
    font-size: 12px;
    margin: 0px 10px;
    text-rendering: optimizeLegibility;
    display: inline-block;
}

.btn-container {
  display: inline-block;
  margin-top: 2px;
  width: 62%;
}
.date-control {
  text-align: center;
  margin-top: 8px;
}
.graph-controls button.active {

  }

 .graph-controls button.control-arrow {
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-position: center;
    background-size: 100%;
    background-color: #295a82;
    border-radius: 50%;
    /* margin: -2px 0 0 5px; */
}
.graph-controls button.control-arrow:before, .graph-controls button.control-arrow:after {
    border-right: 1px solid;
    content: '';
    display: block;
    height: 6px;
    margin-top: -5px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 8px;
    top: 50%;
    width: 0;
}
.graph-controls button.control-arrow:after, .graph-controls button.control-arrow::after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.graph-controls button.control-arrow:hover,
.graph-controls button.control-arrow:hover:before,
.graph-controls button.control-arrow:hover:after{
  color: #70c3e7;
}

.graph-controls button.control-arrow:focus,
.graph-controls button.control-arrow:focus:before,
.graph-controls button.control-arrow:focus:after {
  animation-name: fadeColor;
  animation-duration: 2s;
}

button.control-arrow.disabled{
  background-color: #b5b5b5;
}

@keyframes fadeColor {
  0% {
  background-color: #295a82;
  }

  30% {
    background-color: #70c3e7;
  }

  100% {
    background-color: #295a82;
  }
}


.graph-controls button.control-arrow.prev {
    /* background-image: url('../images/dashboard/control-left.png'); */
    float: left;
    -webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
.graph-controls button.control-arrow.next {
    /* background-image: url('../images/dashboard/control-right.png'); */
    float: right;
}
.graph-range.active {background-color: #295a82}


@media only screen and (max-width: 768px) {

  .notification-header h3 {
    font-size: 13px;
  }
  .notification-header .results {
    font-size: 11px;
  }
  .notification-table th {
    font-size: 13px;
  }
}
/* Usage Table --------------------------------- */

.card-content.card-table {
    height: 320px;
}
.usage-table {
    width: 100%;
}
.usage-table th {
    font-family: 'opensans_bold';
    font-size: 12px;
    font-weight: normal;
    color: #505050;
    position: relative;
    text-align: right;
}
.usage-table td {
  font-family: 'opensans_bold';
  font-weight: normal;
  font-size: 12px;
  color: #505050;
  border-bottom: 1px solid #d3d3d3;
  height: 44px;
}
.usage-table td span {
    font-family: 'opensans';
}
.usage-table td:nth-of-type(2) {
    text-align: right;
    font-family: 'opensans';
    color: #757575;
}


 .usage p {
    font-family: 'opensans';
    font-size: 12px;
    color:#505050;
    line-height: 1.2;
    margin: 0;
    margin-top: 5px;
}
.date-control .usage p {
    font-family: 'opensans';
    font-size: 12px;
    color:#505050;
    line-height: 1.2;
    margin: 0;
    margin-top: 5px;
}

.usage p span {
    /* text-decoration: underline; */
}
.usage p span.warning {
    color: #5cb5e3;
}
.usage p span.limit {
    /*color:#46e2db;*/

    color: #5cb5e3;
}
.usage p.last-reading {
  /* margin-top: 20px; */
  margin-bottom: 10px;
}

.usage p.threshold {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Notifications ---------------------------------*/

.unread-notifications {
  width: 222px;
  background-color: #d7d7d7;
  display: inline-block;
  /*margin-right: 40px;*/
  /*padding: 8px;*/
  box-sizing: border-box;
}
.unread-notifications img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.unread-notifications p {
  display: inline-block;
  font-size: 14px;
  font-family: 'opensans';
  color: #295a82;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  line-height: 37px
}
.notification-amount {
  display: inline-block;
  font-family: 'opensans';
  width: 37px;
  height: 37px;
  float: right;
  background-color: #295a82;
  color: #ffffff;
  text-align: center;
  BOX-SIZING: border-box;
  font-size: 12px;
  line-height: 37px;
}

.locations {
  display: inline-block;
  width: 222px;
  background-color: #d7d7d7;
  /*padding: 8px;*/
  height: 37px;
  box-sizing: border-box;
  vertical-align: bottom;
}
.locations.show-all-sites-events:hover {
  cursor: pointer;
  background-color:#70c3e7;
  color:
}

.locations img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.locations p {
  display: inline-block;
  font-size: 14px;
  font-family: 'opensans';
  color: #295a82;
  line-height: 37px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  padding-left: 8px;

}
.notification-container {
    max-width: 1140px;
    margin-top: 40px;
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 40px;
    box-shadow: 3px 3px 20px 0px #0000005e;
    -moz-box-shadow: 3px 3px 20px 0px #0000005e;
    -ms-box-shadow: 3px 3px 20px 0px #0000005e;
    -webkit-box-shadow: 3px 3px 20px 0px #0000005e;
}
.notification-header {
    height: 46px;
    /*background-color: #70c3e7;*/

    background-image: url('../images/notification/card-header.png');
    background-size: cover;
    position: relative;
}
.notification-header h3 {
    color: #fff;
    font-family: 'opensans';
    font-size: 12px;
    font-weight: 200;
    margin: 10px 0 2px 20px;
    float: left;
}
.notification-header .results {
    color: #1c354e;
    font-family: 'opensans';
    font-size: 10px;
    margin: 0 20px;
    float: left;
    clear: left;
}
.notifications-edit {
  display: inline-block;
  margin-top: 13px;
  margin-left: 50px;
  cursor: pointer;
}
.notifications-edit:hover {
 opacity: 0.8;
}

.notification-header .info {
    float: right;
    margin-right: 20px;
    margin-top: -10px;
}
.notification-header .info-action {
  position: absolute;
  right: 20px;
  top: 13px;
  cursor: pointer;
}
 .info-action:hover {
  opacity: 0.8;
}

.edit-view {
  /*display: none;*/
  /*height: 45px;*/
  max-height: 0;
  background-color: #ebebeb;
    transition: all 0.5s ease;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.edit-view.enabled {
  /*display: block;*/
  overflow-y: hidden;
	max-height: 45px; /* approximate max height */

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.edit-view  *{
  display: none;
}
.edit-view.enabled  *{
  display: inline-block;
}

.edit-view p {
  display: none;
  color: #4a4a4a;
  font-family: 'roboto';
  font-size: 12px;
  line-height: 45px;
  margin: 0;
  margin-left: 10px
}

.edit-view a.select-all {
  width: auto;
  height: 20px;
  background-size: 20px;
  background-image: url('../images/notification/checkbox - unchecked.png');
  margin-left: 20px;
  vertical-align: middle;
  margin-left: 29px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.edit-view a.select-all:hover {
  opacity: 0.8;
}
.edit-view a.select-all.checked {
  background-image: url('../images/notification/checkbox - checked.png');
  background-repeat: no-repeat;
  cursor: pointer;

}
.edit-view a.select-all p {
    margin-left: 35px;
    line-height: 1;
}
.edit-view a.mark-as-viewed {
  height: 45px;
	padding-left: 25px;
  background-size: 20px;
  background-image: url('../images/notification/viewed.png');
  background-repeat: no-repeat;
	background-position: center left;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 22px;
	line-height: 45px;
}
.edit-view a.mark-as-viewed:hover {
  opacity: 0.8;
}
.edit-view a.mark-as-viewed p {
	line-height: 42px;
}
.edit-view a.trash {
  width: 20px;
  height: 20px;
  background-size: 15px;
  background-image: url(../images/notification/popup-trash.png);
  float: right;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-top: 10px;
  cursor: pointer;
}
.edit-view a.trash:hover {
  opacity: 0.8;
}
/*NOTIFACTION TABLE*/

.table-wrap {
  padding: 15px 20px 0px 20px;
  box-sizing: border-box;
  position: relative;
}
.notification-table {
    width: 100%;
    padding: 15px 20px 0px 20px;
    border-collapse:collapse
}
.notification-table th {
    height: 30px;
    margin-top: 15px;
    font-family: 'roboto_medium';
    font-size: 10px;
    color: #39393a;
    cursor: pointer;
    position: relative;
    text-align: left;
}
.notification-table th.severity-heading {
  width: 110px
}

.notification-table th:first-of-type {
    padding-left: 11px;
    font-weight: bold;
    /*width: 80%;*/
    /*min-width: 300px;*/
}
.notification-table th.desc:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 4px;
    margin-left: 5px;
    background-image: url('../images/dashboard/notification-table-arrow.png');
    cursor: pointer;
}
.notification-table th.asc:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 4px;
	margin-left: 5px;
	background-image: url('../images/dashboard/notification-table-arrow-asc.png');
	cursor: pointer;
}
.notify-headings:hover {
  background-color: transparent !important;
}
.notification-table th.date {
    width: 200px;
}
.notification-table tr.unread {
	background-color: #f5f5f5;
	border-bottom: 1px solid #d3d3d3;
}
.notification-table tr {
  border-bottom: 1px solid #d3d3d3;
  cursor: pointer;
}
.notification-table tr:hover {
  background-color: #f5f5f5;
}
.notification-table tr:hover {
  background-color: transparent;
}
.notification-table thead tr {
  border-bottom: none;
}
.notification-table tr:last-child {
  border-bottom: none;
}
.notification-table td {
	font-family: 'opensans';
    font-size: 11px;
    color: #39393a;
    height: 40px;
    line-height: 2;
}
.notification-table .unread td {
	font-family: 'opensans_bold';
}
.notification-table td:first-of-type {
    position: relative;
    font-weight: 800;
    padding-left: 40px;
}

/*circle before "Leak Detection"*/
/*CIRCLES*/
.notification-table td.severity:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #d8d8d8;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 14px;
}
.notification-table td.severity.red:before {
    background-color: #d0021b;
}
.notification-table td.severity.green:before {
    background-color: #6fb439;
}
.notification-table td.severity.yellow:before {
    background-color: #ffc624;
}
.notification-table td.severity.blue:before {
    background-color: #1763a1;
}

/*CHECKBOXES*/

.notification-table.miltyselect td.severity:before {
    content: "";
    border-radius: 0px;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-image: url('../images/notification/checkbox - unchecked.png');
    margin-left: -1px;
}
.notification-table.miltyselect td.severity.checked:before {
  background-image: url('../images/notification/checkbox - checked.png');
}

/*RESPONSIVE TABLE LAYOUT*/

@media screen and (max-width: 768px) {

  .edit-view a.select-all {
    margin-left: 10px;
    width: 105px;

  }

  .unread-notifications {
    width: 100%;
    margin-bottom: 20px
  }
  .locations {
    width: 100%;
  }

  .table-wrap {
    padding: 0px;
  }
  .notification-container {
    margin-top: 20px
  }
  .notification-table th {
    /*width: 110px;*/
  }
  .notification-table th.severity-heading {
    width: 55px;
  }
  .notification-table th.date {
      width: 125px;

  }
  .notification-table td {
    border-bottom: 0px;
  }
  .notification-table tbody tr:nth-child(odd) {
      /*background-color: #f1f1f1;*/
  }
  .notification-container {
    padding-bottom: 0px
  }
  .notification-table {
    border: 0;
    padding: 0px;
    /*padding-bottom: 20px;*/
  }
  .notification-table th {
    height: 30px;
    font-size: 12px;
  }
  .notification-table td:first-of-type {
    padding:5px 0px 5px 50px;
  }
  .notification-table td:first-of-type:before {
    left: 15px;
    top: 13px;
  }
  .notification-table td:last-of-type {
    /*padding-right: 20px;*/
  }
}
@media screen and (max-width: 600px) {
    /*hide the border*/
    table .mysite {
        display: none
    }
    table .td-mysite {
        display: none
    }
    table .time {
        display: none;
    }
    table .td-time {
        display: none;
    }
}

/*Load More btn*/

a.load-more {
  display: block;
  margin: auto auto;
  text-align: center;
  width: 110px;
  height: 36px;
  line-height: 35px;
  background-image: url(../images/notification/load-more-bg.png);
  background-size: 110px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-family: 'opensans';
  color: #295a82;
  text-decoration: none;
}
a.load-more:hover {
  color: #d7d7d7;
  cursor: pointer;
}

.canvasjs-chart-tooltip h4 {
	margin: 0;
}

.canvasjs-chart-tooltip {
  z-index: 1!important;
}

/*Notification popup*/
.notification-popup {
  display: none;
  position: fixed;
  width: 335px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /*height: 325px;*/
  max-width: 1140px;
  background-color: #fff;
  box-shadow: 3px 3px 20px 0px #0000005e;
  -moz-box-shadow: 3px 3px 20px 0px #0000005e;
  -ms-box-shadow: 3px 3px 20px 0px #0000005e;
  -webkit-box-shadow: 3px 3px 20px 0px #0000005e;
  z-index: 1;
}
.notification-popup.display {
  display: block;
}
.notification-popup .header {
    height: 45px;
    background-color: #70c3e7;
}
.notification-popup .header p {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  line-height: 45px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-family: 'opensans';
}

.notification-popup .header a.notification-back {
  width: 10px;
  height: 15px;
  background-image: url(../images/notification/popup-back.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 9px;
  vertical-align: middle;
  margin-left: 15px;
  background-position: center;
}

.notification-popup .header a.notification-trash {
  width: 20px;
  height: 18px;
  background-image: url(../images/notification/popup-trash.png);
  display: inline-block;
  background-repeat: no-repeat;
  float: right;
  background-size: 14px;
  margin-top: 12px;
  margin-right: 10px;
}
.notification-popup .notification-content {
  padding: 5px 15px 15px 40px;
}

.notification-popup table {
  border-collapse: collapse;
  width: 100%;
}
.notification-popup table tr {
    border-bottom: 1px solid #d3d3d3;
    height: 45px;
    font-family: 'opensans';
    font-size: 11px;
    color: #4a4a4a;
}
.notification-popup table tr:last-child {
  border-bottom: none;
}

.notification-popup .popup-table-heading {
  font-family: 'opensans_bold';
  font-size: 11px;
  color: #4a4a4a;
  width: 100px

}

@media screen and (max-width: 768px) {

  .notification-popup {
    width: 100%;
  }
  .notification-popup .notification-content {
    padding: 20px;
  }
  .notification-popup .header a.notification-back {
    margin-left: 20px;
  }
  .notification-popup .popup-table-heading {
    width: 160px;
  }
}

.delete-notification {
	display: none;
	position: fixed;
	width: 335px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*height: 325px;*/
	max-width: 1140px;
	background-color: #fff;
	box-shadow: 3px 3px 20px 0px #0000005e;
	-moz-box-shadow: 3px 3px 20px 0px #0000005e;
	-ms-box-shadow: 3px 3px 20px 0px #0000005e;
	-webkit-box-shadow: 3px 3px 20px 0px #0000005e;
	z-index: 1;
}
.delete-notification.display {
	display: block;
}
.delete-notification .header {
	height: 45px;
	background-color: #70c3e7;
}
.delete-notification .header p {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	line-height: 45px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-family: 'opensans';
}
.delete-notification .body {
	padding: 10px;
	overflow: hidden;
}
.delete-notification .body a {
	float: right;
	display: inline;
	height: 35px;
	line-height: 35px;
	width: 80px;
	text-align: center;
	font-size: 12px;
	font-family: 'opensans';
	color: #fff;
	background-color: #70c3e7;
	margin-left: 20px;
	cursor: pointer;
}
.delete-notification .body a:hover {
	background-color: #295A82;
}
.delete-selected-notification {
	display: none;
	position: fixed;
	width: 335px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*height: 325px;*/
	max-width: 1140px;
	background-color: #fff;
	box-shadow: 3px 3px 20px 0px #0000005e;
	-moz-box-shadow: 3px 3px 20px 0px #0000005e;
	-ms-box-shadow: 3px 3px 20px 0px #0000005e;
	-webkit-box-shadow: 3px 3px 20px 0px #0000005e;
	z-index: 1;
}
.delete-selected-notification.display {
	display: block;
}
.delete-selected-notification .header {
	height: 45px;
	background-color: #70c3e7;
}
.delete-selected-notification .header p {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	line-height: 45px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-family: 'opensans';
}
.delete-selected-notification .body {
	padding: 10px;
	overflow: hidden;
}
.delete-selected-notification .body a {
	float: right;
	display: inline;
	height: 35px;
	line-height: 35px;
	width: 80px;
	text-align: center;
	font-size: 12px;
	font-family: 'opensans';
	color: #fff;
	background-color: #70c3e7;
	margin-left: 20px;
	cursor: pointer;
}
.delete-selected-notification .body a:hover {
	background-color: #295A82;
}

.edit-limits {
	background-image: url('../images/notification/edit.png');
	background-size: cover;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-bottom: -3px;
	margin-left: 9px;
	cursor: pointer;
}
.edit-limits:hover {
  opacity: 0.8
}



.edit-limits-popup {
	display: none;
	position: fixed;
	width: 335px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*height: 325px;*/
	max-width: 1140px;
	background-color: #fff;
	box-shadow: 3px 3px 20px 0px #0000005e;
	-moz-box-shadow: 3px 3px 20px 0px #0000005e;
	-ms-box-shadow: 3px 3px 20px 0px #0000005e;
	-webkit-box-shadow: 3px 3px 20px 0px #0000005e;
	z-index: 1;
}
.edit-limits-popup.display {
	display: block;
}
.edit-limits-popup .header {
	height: 45px;
  background-image: url('../images/dashboard/carad-header.png');
  background-size: cover;
}
.edit-limits-popup .header p {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	line-height: 45px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-family: 'opensans';
}
.edit-limits-popup .body {
	padding: 10px;
	overflow: hidden;
}
.edit-limits-popup .body a {
	float: right;
	display: inline;
  height: 25px;
  line-height: 25px;
	width: 80px;
	text-align: center;
	font-size: 12px;
	font-family: 'opensans';
	color: #fff;
	background-color: #70c3e7;
	margin-left: 20px;
	cursor: pointer;
}
.edit-limits-popup .body a:hover {
	background-color: #295A82;
}
.edit-limits-popup .body ul {
	margin: 0;
	padding: 0 0 20px;
	overflow: hidden;
}
.edit-limits-popup .body ul li {
	float: left;
	display: inline;
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}
.edit-limits-popup .body ul li label {
	color: #1c354e;
	font-family: 'opensans';
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
.edit-limits-popup .body ul li input {
	width: 100%;
	background-color: #295A82;
	border: none;
	height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #fff;
	font-family: 'opensans';
	font-size: 12px;
}
.edit-limits-popup .body .error {
	margin-left: 10px;
	font-family: 'opensans';
	font-size: 12px;
	color: #ff0000;
	margin-top: -11px;
	margin-bottom: 10px;
	display: block;
}
.edit-limits {
	background-image: url('../images/notification/edit.png');
	/* background-size: cover; */
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-bottom: -3px;
	margin-left: 9px;
	cursor: pointer;
}
.edit-limits:hover {
  opacity: 0.8
}
.edit-details-popup {
	display: none;
	position: fixed;
	width: 335px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*height: 325px;*/
	max-width: 1140px;
	background-color: #fff;
	box-shadow: 3px 3px 20px 0px #0000005e;
	-moz-box-shadow: 3px 3px 20px 0px #0000005e;
	-ms-box-shadow: 3px 3px 20px 0px #0000005e;
	-webkit-box-shadow: 3px 3px 20px 0px #0000005e;
	z-index: 1;
}
.edit-details-popup.display {
	display: block;
}
.edit-details-popup .header {
	height: 45px;
  background-image: url('../images/dashboard/carad-header.png');
  background-size: cover;
}
.edit-details-popup .header p {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	line-height: 45px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-family: 'opensans';
}
.edit-details-popup .body {
	padding: 10px;
	overflow: hidden;
}
.edit-details-popup .body a {
	float: right;
	display: inline;
	height: 25px;
	line-height: 25px;
	width: 80px;
	text-align: center;
	font-size: 12px;
	font-family: 'opensans';
	color: #fff;
	background-color: #70c3e7;
	margin-left: 20px;
	cursor: pointer;
}
.edit-details-popup .body a:hover {
	background-color: #295A82;
}
.edit-details-popup .body ul {
	margin: 0;
	padding: 0 0 0;
	overflow: hidden;
}
.edit-details-popup .body ul li {
	float: left;
	display: inline;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
  margin-bottom: 20px;
}
.edit-details-popup .body ul li label {
	color: #1c354e;
	font-family: 'opensans';
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
.edit-details-popup .body ul li input {
	width: 100%;
	background-color: #295A82;
	border: none;
	height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #fff;
	font-family: 'opensans';
	font-size: 12px;
}
.edit-details-popup .body .error {
	margin-left: 10px;
	font-family: 'opensans';
	font-size: 12px;
	color: #ff0000;
}
.card.mysite-details .card-header .info-action {
  margin-top: 12px;
}
.card.mysite-details  .card-header h3 {
  margin-top: 15px;
}
.card.mysite-details .edit-details {
  width: 20px;
  height:  20px;
  margin-top: 12px;
  background-image: url('../images/notification/edit.png');
  background-size: cover;
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 9px;
  cursor: pointer;
}
.card.thresholds .edit-details {
  width: 20px;
  height:  20px;
  margin-top: 12px;
  background-image: url('../images/notification/edit.png');
  background-size: cover;
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 9px;
  cursor: pointer;
}
.mysite-table {
    width: 100%;
}
.mysite-table th {
    font-family: 'opensans_bold';
    font-size: 12px;
    font-weight: normal;
    color: #505050;
    position: relative;
    text-align: right;
}
.mysite-table td {
  font-family: 'opensans_bold';
  font-weight: normal;
  font-size: 12px;
  color: #505050;
  border-bottom: 1px solid #d3d3d3;
  height: 44px;
}
.mysite-table td span {
    font-family: 'opensans';
}
.mysite-table td:nth-of-type(2) {
    text-align: right;
    font-family: 'opensans';
    color: #757575;
}
.card.thresholds .thresholds-details p{
  display: inline-block;
  width: 49%;
  font-family: 'opensans_bold';
  font-weight: normal;
  font-size: 12px;
  color: #505050;
}
.card.thresholds.thresholds span {
  font-family: 'opensans';
}

.card.thresholds .card-header .info-action {
  margin-top: 12px;
}
.card.thresholds  .card-header h3 {
  margin-top: 15px;
}
.card.thresholds .edit-limits {
  width: 20px;
  height:  20px;
  margin-top: 12px;
  margin-left: 15px;
}
.card-wrapper {
  display: inline-block;
  max-width: 500px;
  width: 46%;
}
.card-wrapper section.card{
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .card-wrapper {
    display: inline-block;
    max-width: none;
    width: 100%;
  }
  .card-wrapper section.card {
    width: 100%;
  }
}
@media only screen and (max-width: 768px){
  .edit-details-popup {
      display: none;
      position: absolute;
      width: 100%;
      top: 275px;
    }
  .edit-limits-popup {
      display: none;
      position: absolute;
      width: 100%;
      top: 200PX;
    }
}
.custom-tooltip {
  position: absolute;
  top: 113px;
  visibility: hidden;
  left: 74px;
  width: auto;
  height: auto;
  min-width: 50px;
  margin: 0px;
  padding: 5px;
  font-family: 'Calibri', Arial, Georgia, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  color: black;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  text-align: left;
  border: 2px solid rgb(41, 90, 130);
  background: rgba(255, 255, 255, 0.9);
  text-indent: 0px;
  white-space: nowrap;
  border-radius: 5px;
  user-select: none;
}
.custom-tooltip h4 {
    margin: 0;
}
.custom-tooltip p {
	margin: 0;
	font-family: 'Calibri', Arial, Georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}
.general-popup {
    display: none;
    position: fixed;
    width: 335px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*height: 325px;*/
    max-width: 1140px;
    background-color: #fff;
    box-shadow: 3px 3px 20px 0px;
    -moz-box-shadow: 3px 3px 20px 0px;
    -ms-box-shadow: 3px 3px 20px 0px;
    -webkit-box-shadow: 3px 3px 20px 0px;
    z-index: 10;
}
.general-popup.display {
    display: block;
}
.general-popup .header {
    height: 45px;
    background-image: url('../images/dashboard/carad-header.png');
    background-size: cover;
}
.general-popup .header p {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    line-height: 45px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-family: 'opensans';
}
.general-popup .body {
    padding: 10px;
    overflow: hidden;
}
.general-popup .body a {
    float: right;
    display: inline;
    height: 25px;
    line-height: 25px;
    width: 80px;
    text-align: center;
    font-size: 12px;
    font-family: 'opensans';
    color: #fff;
    background-color: #70c3e7;
    margin-left: 20px;
    cursor: pointer;
}
.general-popup .body a:hover {
    background-color: #295A82;
}
.general-popup .body .content {
    color: #1c354e;
    font-family: 'opensans';
    font-size: 12px;
    margin: 0 10px 10px;
}
.general-popup .body .buttons {
    overflow: hidden;
}
.usage p span.warning-threshold {
    text-decoration: none;
    color: #ffa500;
}
.usage p span.limit-threshold {
    text-decoration: none;
    color: #ff0000;
}
.info-action {
  display: none;
}
.tab-btn {
  width: 222px;
  background-color: #e0e0e0;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  color: #295a82;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-position: 5px;
  background-size: 25px;
  padding-left: 46px;
}
.tab-btn:hover, .tab-btn.active {
  background-color: #295a82;
  color: #fff;
}
.tab-btn.personal {
  background-image: url('../images/myaccount/User_Icon.png');
}
.tab-btn.notification {
  background-image: url('../images/myaccount/notifications_Icon.png');
}
.tab-btn.password {
  background-image: url('../images/myaccount/Password_Icon.png');
  margin-right: 0px;
}
.tab-btn.active {
  background-color: #295a82;
  color: #fff;
}
.tab-btn img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.tab-btn p {
  display: inline-block;
  font-size: 14px;
  font-family: 'opensans';
  vertical-align: middle;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  line-height: 37px
}
/* Personal Information */
#myaccount .card {
  width: 500px;
  margin-top: 40px;
  display: none;
}
#myaccount .card.active {
  margin-top: 40px;
  display: block;
}
#myaccount .card .card-header .info-action {
  margin-top: 12px;
}
#myaccount .card  .card-header h3 {
  margin-top: 15px;
}
#myaccount .card .edit {
  width: 20px;
  height:  20px;
  margin-top: 12px;
  background-image: url('../images/notification/edit.png');
  background-size: cover;
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 9px;
  cursor: pointer;
}
.card.personal .personal-details {
  font-size: 11px;
  color: #4a4a4a;
}
.card.personal .personal-details label{
  width: 75px;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
}
.card.personal .personal-details input[type='text']{
  width: calc(100% - 78px);
  display: inline-block;
  height: 20px;
  margin-bottom: 15px;
  background-color: #f3f3f3;
  border: none;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  font-family: 'opensans';
	color: #3a3a3a;
}
.card.personal input.editible{
  background-color: #295A82!important;
  color: #fff!important;
}
.card.password input.editible{
  background-color: #295A82!important;
  color: #fff!important;
}
.card.personal .dropdown .visible-field.editible{
  background-color: #295A82!important;
  color: #fff!important;
  background-image: url(../images/dashboard/notification-table-arrow-white.png);

}
.card.personal hr {
  border-color: #d3d3d3;
  margin: 10px 0px 20px 0px;
}
.card.personal .property{
  font-size: 11px;
  color: #4a4a4a;
}
.card.personal .property label{
  display: inline-block;

  width: 102px;
  margin-bottom: 15px;
  }
.card.personal .property input[type='text']{
  width: calc(100% - 105px);
  display: inline-block;
  height: 20px;
  margin-bottom: 15px;
  background-color: #f3f3f3;
  border: none;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  font-family: 'opensans';
	color: #3a3a3a;
}
.card.personal input[type='text'].half{
  width: calc(100% - 290px);
  margin-right: calc(100% - 317px);
}
.card.personal input[type='text'].quarter{
  width: calc(100% - 401px);
  margin-right: calc(100% - 315px);
}
.card a.save {
  height: 35px;
  line-height: 35px;
  background-color: #70c3e7;
  display: inline-block;
  width: 80px;
  text-align: center;
  color: #295a82;
  font-size: 14px;
  border-radius: 30px;
  margin: auto;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 20px
}
.card a.save.display {
  display: inline-block;
}
.card a.cancel {
  display: inline-block;
    height: 35px;
    line-height: 35px;
    background-color: #e0e0e0;
    width: 80px;
    text-align: center;
    color: #295a82;
    font-size: 14px;
    border-radius: 30px;
    margin: auto;
    cursor: pointer;
    margin-top: 10px;
}
.card a.cancel:hover {
  background-color: #295a82;
  color: #e0e0e0;
}
.card .btn-control {
  /* display: none; */
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.card.personal .btn-control {
  position: relative;
  display: none;
  text-align: center;
  bottom: 0;
}
.card .btn-control.show {
  display: block;
}
.card.personal .dropdown {
  width: calc(100% - 78px);
  display: inline-block;
  vertical-align: top;
  vertical-align: text-bottom;
  position:  relative;
}
.card.personal .dropdown .visible-field {
  height: 20px;
  line-height: 20px;
  background-color: #f3f3f3;
  border: none;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  background-image: url('../images/dashboard/notification-table-arrow.png');
  background-position: 99% 50%;
  background-repeat: no-repeat;
}
.card.personal .dropdown .options {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0px;
}
.card.personal .dropdown .options.open {
  display: block;
  position:  absolute;
  width:  100%;
  z-index: 9;
  max-height: 193px;
  overflow-y: scroll;
}
.card.personal .dropdown .options li{
  background-color: #f3f3f3;
  cursor: pointer;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 20px;
}
.card.personal .dropdown .options li:hover{
  background-color: #fff;
}
.card.personal .dropdown  ul.options input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.card a.save:hover {
  background-color: #295a82;
  color: #f3f3f3;
}


/* Checkbox styles */
label.checkbox {
  width: calc(100% - 190px)!important;
  margin-right: 1rem;
  padding-left: 1.75rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  cursor:  pointer;
}
label.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  left: 50%;
  cursor:  pointer;
  transform: translateX(-50%);
}

label.checkbox input[type="checkbox"]:checked ~ span {
background-image: url('../images/checked.png');
background-position: center;
background-repeat: no-repeat;

}
label.checkbox span {
  border-radius: 0;
  position: absolute;
  left: 0;
  top: -2px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 1px solid #5a5a5a;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor:  pointer;
}
.card.personal .property .checkbox input {
  left: 0;
transform: translateX(0%);
}
.card.notification{
  min-height: 360px;
}
.card.notification table {
  color: #4a4a4a;
  font-size: 11px;
  /* font-family: 'roboto_medium'; */
    font-family: 'opensans';
  width: 100%;
}
.card.notification table th {
  font-weight: 400!important;

}
.card.notification table tr {
  font-weight: 400!important;
  height: 30px;

}
.card.notification table td{
  border-bottom: 1px solid #d3d3d3;
}
.card.notification table td.check{
  text-align: center;
  width: 30px;

}
.card.notification table td.check label{
  left: 50%;
  transform: translateX(-50%)
}
.card.notification table td.check label{
  left: 50%;
  transform: translateX(-50%)
}
.card.notification table td.check label span{
  left: 50%;
  transform: translateX(-50%)
}

.card.notification a.save {
  margin-left: 20px;
    display: inline-block;
}
.card.password a.save {
  margin-left: 20px;
    display: inline-block;
}

.card.password{
  font-size: 11px;
color: #4a4a4a;
  min-height: 360px;
}
.card.password label{
  width: 130px;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
}
.card.password  input[type='password']{
  width: calc(100% - 145px);
  display: inline-block;
  height: 20px;
  margin-bottom: 15px;
  background-color: #f3f3f3;
  border: none;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  vertical-align: middle;
      font-family: 'opensans';
}
@media only screen and (max-width: 1000px) {
  .tab-btn {
    display: inline-block!important;
    margin: 10px 0px 0px 0px;
    height: 37px;
    width: 37px;
    padding-left: 36px;
    margin-right: 20px
}
  .tab-btn p{display: none}
}
@media only screen and (max-width: 768px) {
  #myaccount  .card {
        width: 100%;
        max-width: none;
        box-shadow: none;
        margin-bottom: 40px;
    }
    .tab-btn.password {
      /* background-image: url('../images/myaccount/icon-password-greyed.jpg'); */
      margin-right: auto;
    }
    .tab-btn {
      display: block;
      margin: auto;
      margin-bottom: 0px;
      margin-left: 20px;
    }

    .card.personal input[type='text'].cell {
      width: calc(100% - 79px);
      margin-right: auto;
    }
    .card.personal input[type='text'].property {
      width: calc(100% - 105px)!important;
      margin-right: auto!important;
    }
    .card.personal input[type='text'].unit {
      width: 80px;
      margin-right: auto;
    }
  }
.error-404 {
	position: relative;
	height: calc(100% - 210px);
	display: block;
	padding-top: 75px;
	padding-left: 115px;
	padding-right: 155px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.error-404  h1 {
	font-size: 100px;
	margin: 0 0 30px;
	color: #295A82;
}
.error-404  h2 {
	font-size: 40px;
	margin: 0 0 50px;
	color: #295A82;
}
.error-404 a {
	height: 60px;
	line-height: 60px;
	width: 250px;
	text-align: center;
	color: #70C3E7;
	display: block;
	margin: 0 auto;
	background-color: #295A82;
	text-decoration: none;
}
.error-404 a:hover {
	color: #fff;
}
