body {
    font-size: 14px;
    background: #eee;
    font-family: 'Lato', sans-serif;
    height: 100%;
    min-height: 100%;
}

.admin-body-bg {
    background: #eeeeee;
}

/*heading*/

h1 {
    color: #00a0e3;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    margin-top: 0;
}

.content-header h2 {
    float: left;
}

h3 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #00a0e3;
    text-transform: uppercase;
}

h4 {
    font-weight: 500;
    font-size: 16px;
    color: #222d32;
    margin-top: 10px;
}



p {
    font-size: 16px;
    line-height: 28px;
    color: #44484f;
}

.italic {
    font-style: italic;
}

b, strong {
    font-weight: 500;
}

.txt-blue {
    color: #00a0e3;
}

.txt-sm {
    font-size: 12px !important;
    line-height: 18px;
    color: #7a8184;
    font-weight: normal;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

    .roboto p {
        font-size: 14px;
    }


.white-text {
    color: #fff !important;
}




.btn, a, button, i {
    -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
    transition: all .3s ease;
}
/*Navbar*/
.navbar-default {
    background: #fff;
    border: 0;
}

.navbar-brand {
    height: auto;
    padding: 30px 15px;
}

.navbar {
    margin-bottom: 0;
}

    .navbar .navbar-nav {
        margin: 35px -15px 35px 0;
    }

.nav > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #6e6e6e;
    padding: 10px 15px;
}

.nav li.active a {
    color: #019fe2 !important;
    background-color: transparent !important;
}

.nav li a.signup {
    background: #019fe2;
    border-radius: 2px;
    color: #fff;
    font-size: 14px !important;
    padding: 10px 35px;
}

    .nav li a.signup:hover {
        background: #1067c0;
        color: #fff;
    }

.navbar-nav > li > a.signup:focus {
    background: #1067c0;
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #00a0e3;
}

.navbar-toggle {
    border: 0;
    margin-top: 37px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #f8f8f8;
}

.logo-common {
    padding: 30px 0;
    background: #fff;
}


.navbar-custom-menu .navbar-nav {
    margin: 0;
}

.user-menu {
    margin: 11px 15px 0 0;
}

    .user-menu a {
        color: #444;
    }

    .user-menu .dropdown-toggle {
        line-height: 40px;
        color: #444444;
        font-size: 16px;
    }

.sidebar-menu > li > a > i {
    display: inline-block;
    width: 25px;
}

/*Navbar End*/

/*Dropdrown*/
.physician-login .nav .open > a, .physician-login .nav .open > a:focus, .physician-login .nav .open > a:hover {
    background: rgba(48,101,181,1);
}

.physician-login .nav > li > a:hover {
    background: #3065b5;
}

.physician-login .dropdown-menu {
    margin-top: 0;
    border-color: #0da5e4;
    border-radius: 0;
    padding: 0 !important;
}

    .physician-login .dropdown-menu form {
        padding: 35px 40px 20px;
    }

.patient-login .nav .open > a, .patient-login .nav .open > a:focus, .patient-login .nav .open > a:hover {
    background: rgba(1,159,226,1);
}

.patient-login .nav > li > a:hover {
    background: rgba(1,159,226,1);
}

.or {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 10px;
    text-align: center;
    float: left;
    width: 100%;
}

.patient-login .dropdown-menu {
    padding: 35px 40px 35px;
}

.patient-login .dropdown-menu {
    margin-top: 0;
    border-color: #0da5e4;
    border-radius: 0;
}
/*Dropdrown End*/

/*Form*/
.form-control:focus {
    border-color: #e3e3e3;
}

.form-control {
    background: #f8f8f8;
    border-color: #cdcdcd;
    border-radius: 2px;
    padding: 8px 10px;
    height: auto;
    box-shadow: none;
}

    .form-control:focus {
        box-shadow: none;
    }

.content .form-control {
    background: #fff;
    padding: 7px 10px;
}


.stylish-input-group .input-group-addon {
    background: white !important; 
    padding: 4px 12px;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #d1d1d1;
    background: #fff;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
    font-size: 18px;
    padding-right: 0;
}

.user-mng .checkbox {
    padding-left: 20px;
    margin: 0;
    text-align: center;
}

.user-mng .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 0px;
    padding-top: 2px;
    font-size: 11px;
    color: #555555;
    border: 0px !important;
        background: red;
    }

  .checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox {
    padding-left: 20px;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
}


    .checkbox input:focus {
        outline: none;
    }

  .checkbox label {
    display: inline-block;
    position: relative;
        padding-left: 4px;
        font-weight: lighter;
    }

    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #b0ac9d;
      border-radius: 0px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 5px;
    padding-top: 2px;
    font-size: 11px;
    color: #555555;
    border: 0px !important;
            background: red;
        }

  .checkbox input[type="checkbox"] {
        opacity: 0;
    }
     
        .checkbox input[type="checkbox"]:focus + label::before {
            outline: 0;
      }

    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
            content: "\f00c";
            color: #fff;
        }

    .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
                cursor: not-allowed;
            }

  .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

  .checkbox.checkbox-inline {
        margin-top: 0;
    }

.disabled { 
    pointer-events: none;
}

.radio {
    padding-left: 20px;
    padding-top: 6px;
}

  .radio label {
    display: block;
      font-weight: lighter;
    position: relative;
    padding-left: 5px;
}

    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #009be3;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

  .radio input[type="radio"] {
        opacity: 0;
    }

    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

    .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

      .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

  .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #009ce3;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #cccccc;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #009ce3;
}


  .radio.question-calendar label::before {
    margin-top: 10px;
}

     .radio.question-calendar label::after {
    margin-top: 10px;
}


.time-set .bootstrap-select {
    width: 100% !important;
}

.time-set-hrs {
    padding-top: 5px;
    padding-left: 5px;
}

.time-set-min {
    padding-right: 0;
    padding-top: 5px;
}

/*Form End*/

/*button*/
.btn-wrap {
    text-align: right;
}

.btn-primary {
    background: #019fe2;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    border: 0;
    padding: 10px;
}

.btn-wrap .btn-primary {
    text-transform: capitalize;
    min-width: 190px;
    font-size: 14px;
}

.content-area-sub .btn-wrap .btn-primary, .content-area-sub .btn-wrap .btn-default {
    min-width: 110px;
}

.btn-second {
    background: #f6b431;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    border: 0;
    padding: 10px;
}

    .btn-second:hover {
        background: #bd810b;
        color: #fff;
    }

.btn-third {
    background: #6ba52a;
    font-size: 16px;
    color: #fff;
    border: 0;
    padding: 7px 15px;
}

    .btn-third:hover {
        background: #444444;
        color: #fff;
    }

    .btn-third i {
        padding-right: 5px;
    }

    .btn-third:focus {
        color: white;
    }

.q-optn .btn-third {
    padding: 9px 5px;
}

.btn-wrap .btn-third {
    padding: 10px 40px;
}

.btn-default {
    border-color: #00a0e3;
    border-radius: 0;
    font-size: 14px;
    color: #00a0e3;
    padding: 9px 30px;
    background: transparent;
}

.btn-wrap .btn-default {
    text-transform: capitalize;
    min-width: 190px;
    font-size: 14px;
}

.table .btn-default {
    border-color: #00a0e3;
    border-radius: 2px;
    font-size: 14px;
    color: #00a0e3;
    padding: 7px 30px;
    background: #fff;
}

.read-more i {
    margin-left: 10px;
    font-size: 17px;
}

.doxi-login {
    background: #eaeaea !important;
    float: left;
    width: 100%;
    padding: 0 !important;
    border: #cdcdcd solid 1px;
    border-radius: 2px;
}

    .doxi-login .navbar-header {
        float: left;
    }

    .doxi-login .navbar-text {
        margin: 10px;
        color: #000;
        font-size: 17px;
        text-align: center;
        display: block;
        float: none;
    }

    .doxi-login img {
        margin: 5px 0 0 15px;
    }

.health-login {
    background: #eaeaea !important;
    float: left;
    width: 100%;
    padding: 0 !important;
    border: #cdcdcd solid 1px;
    border-radius: 2px;
}

    .health-login .navbar-header {
        float: left;
    }

    .health-login .navbar-text {
        margin: 10px;
        color: #000;
        font-size: 17px;
        text-align: center;
        display: block;
        float: none;
    }

    .health-login img {
        margin: 10px 0 0 15px;
    }

.btn-link {
    padding: 5px 0;
    font-size: 16px;
    color: #019fe2;
}

.send-btn {
    min-width: 150px;
}

.edit {
    font-size: 20px;
    color: #000;
}
/*Button End*/

/*label*/
.label {
    padding: 3px 15px;
    border-radius: 10px;
}

.sidebar-menu li a .label {
    margin-left: 10px;
}

.table td .label {
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 25px;
}

.label-private {
  background-color: #f6b431;
}

.label-public {
  background-color: #22baa0;
}
/*label*/

/*Table*/
.table {
    margin-bottom: 0;
    min-width: 800px;
}

    .table p {
        margin-bottom: 0;
    }

.table-responsive {
    background: #fff;
}

.table thead tr th {
    font-size: 14px;
    padding: 10px 25px;
    font-weight: bold;
    color: #344d71;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
    padding: 10px 0px;
}

.table-responsive > table > tbody > tr > td {
    color: #344d71;
    font-weight: lighter;
}
/*Table*/


/*Tab*/
.nav-tabs {
    border-bottom: 0;
}

    .nav-tabs > li > a {
        padding: 10px 135px;
        background: #f2f3f3;
        color: #222d32;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 500;
        border: #dbdee5 solid 1px;
        margin-right: 0;
        border-radius: 0;
        margin-left: -1px;
    }

    .nav-tabs > li:first-child a {
        border-radius: 3px 0 0 3px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-bottom-color: #dbdee5;
        background: #fff !important;
    }


/*End Tab*/



.home-contact-main .form-control {
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom-color: #667c8a;
    color: #fff;
    padding-left: 0;
    font-size: 16px;
    padding-bottom: 16px;
    border-radius: 0;
}

/*Registration*/



.content-sub {
    background: #fff;
    padding: 15px 15px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.07);
}

.content-sub-heading {
    padding: 13px 15px 12px;
    border-bottom: #e1dfda solid 1px;
    background: #f4f4f4;
}

    .content-sub-heading b {
        font-weight: 500;
    }

    .content-sub-heading a {
        line-height: 16px;
        color: #97a0b3;
    }

        .content-sub-heading a:hover {
            color: #000;
        }

    .content-sub-heading .checkbox label {
        font-weight: normal;
    }

.content-area-sub {
    padding: 20px;
    float: left;
    width: 100%;
}

    .content-area-sub p {
        line-height: 20px;
        margin-bottom: 0;
        font-weight: lighter;
    }

    .content-area-sub b {
        font-weight: 500;
    }

.q-list img {
    float: left;
    margin-right: 22px;
}

.q-list p {
    color: #5f5f5f;
    font-weight: lighter;
}

.sponsored {
    display: block;
    font-weight: 500;
    color: #00a0e3;
}

    .sponsored i {
        color: #f6d709;
        padding-right: 10px;
    }

.usr-down-arrow {
    font-size: 19px;
    float: right;
    line-height: 42px;
    padding-left: 15px;
}

.user-menu .dropdown-menu {
    border: none;
    background: transparent;
}

    .user-menu .dropdown-menu > li > a {
        padding: 10px 0px !important;
        color: #fff !important;
        text-align: center;
        background-color: #f4f4f4;
    }

    .user-menu .dropdown-menu i.fa-caret-up {
        float: right;
        font-size: 22px;
        color: #444;
        line-height: 8px;
        margin-right: 15px;
    }

.question-options {
    float: right;
}

    .question-options i {
        font-size: 16px;
        color: #97a0b3;
    }

    .question-options .btn:hover i {
        color: #000;
    }

    .question-options .btn {
        background: #f4f5f9;
        border: #d1d1d1 solid 1px;
        line-height: 16px;
        padding-left: 9px;
        padding-right: 9px;
        margin-left: -1px;
    }

.bootstrap-select.form-control {
    padding: 0;
}

.narrative-edit {
    padding: 15px;
    border: #d1d1d1 solid 1px;
}

    .narrative-edit .form-control {
        display: inline-block;
        width: auto;
        box-sizing: content-box;
        margin: 0 5px 10px;
    }

        .narrative-edit .form-control:first-child {
            margin-left: 0;
        }

.content-sub .table > tbody > tr:first-child {
}

.mrgn-0 {
    margin: 0;
}

.mrgn-tp-2 {
    margin-top: 2px;
}

.mrgn-tp-5 {
    margin-top: 5px;
}

.mrgn-tp-10 {
    margin-top: 10px;
}

.mrgn-tp-15 {
    margin-top: 15px;
}

.mrgn-tp-20 {
    margin-top: 20px;
}

.mrgn-tp-25 {
    margin-top: 25px;
}

.mrgn-lft-15 {
    margin-left: 15px;
}

.mrgn-lft-50 {
    margin-left: 50px;
}

.mrgn-btm-0 {
    margin-bottom: 0px !important;
}

.mrgn-btm-10 {
    margin-bottom: 10px !important;
}

.mrgn-btm-15 {
    margin-bottom: 15px !important;
}

.mrgn-btm-20 {
    margin-bottom: 20px;
}

.mrgn-btm-25 {
    margin-bottom: 25px;
}

.mrgn-tp-35 {
    margin-top: 35px;
}

.mrgn-tp-70 {
    margin-top: 70px;
}

.mrgn-rgt-0 {
    margin-right: 0;
}

.mrgn-rgt-10 {
    margin-right: 10px;
}

.mrgn-rgt-50 {
    margin-right: 50px;
}

.pdng-lft-25 {
    padding-left: 25px;
}

.pdng-lft-30 {
    padding-left: 30px;
}

.pdng-0 {
    padding: 0;
}

.pdng-10 {
    padding: 10px !important;
}

.pdng-15 {
    padding: 15px !important;
}

.pdng-lft-0 {
    padding-left: 0;
}

.pdng-lft-15 {
    padding-left: 15px;
}

.pdng-lft-20 {
    padding-left: 20px !important;
}

.pdng-rgt-0 {
    padding-right: 0;
}

.pdng-rgt-15 {
    padding-right: 15px;
}

.pdng-btm-0 {
    padding-bottom: 0px !important;
}

.pdng-tp-12 {
    padding-top: 12px;
}

.pdng-tp-7 {
    padding-top: 7px;
}

.pdng-tp-3 {
    padding-top: 3px;
}

.pdng-tp-20 {
    padding-top: 25px;
}

.pdng-10-15 {
    padding: 9px 15px;
}

.pdng-lft-10 {
    padding-left: 10PX;
}

.pdng-tp-bm-0 {
    padding-top: 0;
    padding-bottom: 0px;
}

.pdng-bm50 {
    padding-bottom: 50PX;
}

.brdr-0 {
    border: 0;
}

.display-block {
    display: block;
}

/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */





/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .flex-container {
        display: flex;
        align-items: flex-end;
    }

    .banner-text {
        position: absolute;
        left: 0;
        top: 250px;
    }
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}




@media only screen and (min-width:1100px) {
    .banner-text {
        font-size: 50px;
    }

    .banner-main .container {
        padding-top: 250px;
    }
}




/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .banner-main .container {
        padding-top: 100px;
    }

    .banner-text {
        font-size: 30px;
    }

    .about-text {
        padding-bottom: 50px;
    }

    .address-main {
        padding-top: 50px;
    }

    .search-cust {
        width: 100% !important;
        margin-right: 0px;
        margin-top: 10px;
    }
} 

    @media only screen and (min-width: 768px) {
    .sidebar-toggle {
    display: none;
}
}

@media only screen and (max-width: 767px) {
    
    .banner-main .container {
        padding-top: 15px;
    }

    .banner-text {
        margin: 50px 0;
        text-align: center;
        font-size: 40px;
    }

    .navbar .navbar-nav {
        margin-right: 0;
    }

    .sponsored {
        text-align: center;
    }

    .q-list {
        margin-bottom: 20px;
    }

    .search-heading {
        margin-bottom: 15px;
    }

    .input-main {
        padding: 0;
    }

    .time-set-hrs {
        padding-right: 0;
    }

    .time-set-min {
        padding-left: 5px;
    }

    .ago.pdng-lft-15 {
        padding-left: 25px;
    }

    .question-options {
        float: none;
        margin-bottom: 15px;
    }

    .narrative-output {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 640px) {
        .radio {
    padding-left: 35px;
}
}


/* Extra Small Devices, Phones */


/*----------------------*/
.content-wrapper {
    background: #eeeeee;
}

h2 {
    color: #444444;
}

.main-header .logo .logo-lg {
    text-align: center;
}

.navbar-static-top h2 {
    padding: 16px;   
    font-size: 24px;
}

.fa-plus-circle {
    font-size: 21px;
}

.fa-power-off {
    color: #ec1a23;
    padding: 5px;
    font-size: larger;
}

.content-sub .table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #dbdad5;
    padding: 15px 5px;
}

.table > thead:first-child > tr:first-child > th {
    text-transform: uppercase;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-top: 1px solid #dbdad5;
}

.table > thead:first-child > tr:first-child > th, .table-responsive > table > tbody > tr > td {
    padding: 10px;
}

.label-success {
    margin-left: 10px;
    padding: 1px 10px !important;
}

.btn-red {
    background: #ec1a23;
}

.btn-gray {
    background: #444444;
}

.navigation-custom {
    text-align: center;
}

.pagination > .active > a, .pagination > li > a:hover {
    background: #ec1a23;
    color: white;
    border-color: #ec1a23;
}

.tabbe-name {
    color: #1ab3ec;
}

.btn-resend {
    width: auto;
    text-transform: none;
    margin: 0 auto;
    padding: 5px;
    font-size: 15px;
    background: #1ab3ec;
}

.btn-viewalert {
    background: #ec1a23;
}

.search-cust {
    width: 25%;
    float: right;
    margin-right: 10px;
}

    .search-cust input {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.select-menu {
    width: 100%;
}

.search-cust .input-group-addon {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select-menu .dropdown-toggle {
    border: 1px solid #cecece;
    color: #333333;
    background: white;
    padding: 7px 28px 8px 11px;
}

.select-menu .dropdown-toggle {
    border: 1px solid #cecece;
    color: #333333;
    background: white;
    padding: 7px 10px;
    padding-right: 24px;
}

.content-sub-heading .checkbox {
    float: right;
}

.fa-angle-up {
    font-size: 22px;
    line-height: 2px;
    padding: 3px 7px;
    position: relative;
    top: 2px;
}

.content-sub-heading.checkbox {
}

.btn-resend:hover, .btn-viewalert:hover {
    background: #444444;
}

.btn-resend:focus {
    background: #1ab3ec;
}

.btn-viewalert:focus {
    background: #ec1a23;
}

.content-sub .table > tbody > tr > td {
    border-bottom: none;
}

.content-sub .table > tbody > tr {
    border-bottom: 1px solid #dbdad5;
}

    .content-sub .table > tbody > tr:last-child {
        border-bottom: none;
}

.content-sub-heading .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 15px;
      height: 15px;
      left: 0;
      margin-left: -13px;
      border: 1px solid #b0ac9d;
      border-radius: 0px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    margin-top: 3px;
}

.content-sub-heading .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
    margin-left: -13px;
    padding-left: 2px;
    padding-top: 0;
    font-size: 11px;
    color: #555555;
    border: 0px !important;
    background: red;
}

.content-sub-heading .checkbox + .checkbox {
    margin-top: 0;
    margin-top: 4px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 0;
}

.text-red {
    color: #ec1a23;
}

.users-list li {
    background: #eeeeee;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    margin-bottom: 15px;
}

.drag-box {
    background: #eeeeee;
    margin-top: 15px;
    height: 200px;
    display: table;
    width: 100%;
    position: relative;
    padding-bottom: 45px;
}

    .drag-box span {
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 24px;
        color: #bdbdbd;
        position: absolute;
        width: 100%;
        padding-bottom: 6px;
        bottom: 0;
    }

.ext-user-box {
    background: #eeeeee;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 100px;
    display: table;
    width: 100%;
    position: relative;
}

    .ext-user-box span {
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 24px;
        color: #bdbdbd;
        position: absolute;
        width: 100%;
        padding-bottom: 6px;
        bottom: 0;
    }

.add-popup {
    width: 400px;
}

    .add-popup .modal-header {
        background: #444444;
        padding: 10px 15px;
    }

        .add-popup .modal-header .modal-title {
            color: white;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 15px;
        }

.view-popup {
    width: 450px;
}

    .view-popup .modal-header {
        background: #444444;
        padding: 10px 15px;
    }

        .view-popup .modal-header .modal-title {
            color: white;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 15px;
        }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .9;
}

.navbar-static-top {
    padding-top: 7px;
}
/*.user-menu .popover{background: WHITE; border-radius: 0;top: 48.5px !important; padding-left: 15px;padding-right: 15px;}
.user-menu .popover-content::before{
   font-family: FontAwesome;
   content: "\f08b";  
   padding-right: 3px;
   vertical-align: middle;
    padding-right: 10px;
}*/
.admin-box {
    width: 400px;
    padding: 0px;
    background: white;
    margin-top: 150px;
    box-shadow: 1px 1px 5px #cacaca;
}

.signup-box {
    width: 400px;
    padding: 0px;
    background: white;
    box-shadow: 1px 1px 5px #cacaca;
    /*margin-top: 50px;
    margin-bottom:50px;*/
    margin: 50px auto;
    left: 50%;
}

.register-bg {
    padding: 0 30px 30px 30px;
}

    .register-bg h3 {
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        color: #444;
        font-size: 17px;
        margin-bottom: 25px;
    }

    .register-bg .checkbox a {
        float: right;
        font-size: 13px;
        text-decoration: none;
    }

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: -15px;
    left: auto;
    top: 52px;
}

.user-menu .dropdown-menu > li > a {
    border-color: #444;
    background: #444;
}

.con-stp {
    margin-right: 15px;
}

.con-stp2 {
    margin-right: 0px;
}

    .con-stp2 label {
        margin: 2px 10px 0px 0px;
        font-weight: lighter;
        margin-top: 8px;
    }

.user-mang .select-menu .dropdown-toggle {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    color: #999;
    padding: 7px 10px;
}

.dr-step {
    float: right;
    width: 300px;
}

.dropdown-menu {    
    left: auto;
}
/*---------   accordian -------------*/
.glyphicon {
    margin-right: 10px;
}

.panel-body {
    padding: 0px;
}

    .panel-body table tr td {
        padding-left: 15px;
    }

    .panel-body .table {
        margin-bottom: 0px;
    }

.acco-custom .panel-heading .panel-title {
    font-weight: normal;
    width: 54%;
    height: 30px;
}

.panel-body-acco {
    padding: 15px;
}

    .panel-body-acco h3 {
        text-transform: capitalize;
        color: #444;
    }

.acco-custom .panel-heading {
    padding: 13px 15px;
}

.acco-custom, .acco-custom .panel-heading {
    border-radius: 0px !important;
}

.panel-heading a:focus, .panel-heading a:hover {
    color: #444 !important;
}

.delete-icon {
    color: red;
}

.action-cont .delete-icon {
    margin-top: -4px;
}

.action-cont {
    background: #eeeeee;
    padding: 10px;
}

.add-step-icn {
    color: #6ba52a;
    float: right;
    font-size: 27px;
}

.delete-icon-gray {
    color: #909090;
}

.panel-heading .accordion-toggle.collapsed::after {
    content: "\f107";
}

.panel-heading .accordion-toggle::after {
    font-family: FontAwesome;
    content: "\f106";  
    color: grey;
    font-size: 20px;
    padding-left: 5px;
}

.emerg-alert .table > tbody > tr > td:last-child {
    text-align: center;
}

.emerg-alert .table > tbody > tr > td > span > a > i {
    margin-top: 0;
    float: none;
}

.doc-mng .table > tbody > tr > td i {
    font-size: 28px;
    color: #ec1a23;
    padding-right: 15px;
}

.btn-primary:focus {
    background-color: #444;
}

.srt-up {
    background: url(../images/srt-img-up.png) no-repeat center;
}

.srt-down {
    background: url(../images/srt-img-dwn.png) no-repeat center;
}

.srt-both {
    background: url(../images/srt-img.png) no-repeat center;
}

.edit-btn {
    color: #635f5f;
    font-size: 22px;
    padding-top: 3px;
}

.action-edit-cont input {
    width: 96%;
    float: left;
}

.edit-remove {
    float: right;
}

    .edit-remove i {
        color: #ec1a23;
        margin-top: 2px;
    }

.save-edit, .cancel-edit {
    padding: 5px 10px;
border-radius: 3px;
border-color: #ccc;
color: #999;
    background: white;
}

.cancel-edit {
    margin-right: 10px;
    background: #e7e7e7;
}

.error, .error_validate, .field-validation-error, .error_validate_phone {
    font-size: 12px;
    color: red;
    padding-top: 3px;
    display: block;
    font-weight: normal;
}

.error-msg {
    text-align: center;
    font-size: 14px;
    color: red;
    display: block;
    margin-bottom: 20px;
}

.forgotLink {
    margin-top: -40px;
    float: right;
}

.loginChkbox {
    width: 44%;
}

.sort-up {
    background: url(../images/srt-img-up.png) no-repeat right center;
    display: inline-block;
    padding-right: 20px;
}

.sort-down {
    background: url(../images/srt-img-dwn.png) no-repeat right center;
    display: inline-block;
    padding-right: 20px;
}

.sort-both {
    background: url(../images/srt-img.png) no-repeat right center;
    display: inline-block;
    padding-right: 20px;
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 9999;
}

.main-footer p {
    margin-left: -201px;
}

.user-info label {
    width: 35%;
}

.user-info span {
    width: 63%;
    display: inline-table;
    margin-bottom: 20px;
}

.edit-btn {
    color: #635f5f;
font-size: 22px;
    padding-top: 3px;
}
/*---------   ==================  -------------*/

@media screen and (min-width:768px) {
    .sidebar-toggle {
        display: none;
    }
    
    .dr-step {
        width: 200px;
    }
}
    
@media screen and (max-width:767px) {
    .search-cust {
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
    }
    
    .main-sidebar {
        padding-top: 145px;
}
    
    .main-footer p {
        margin-left: 0;
    }
}
    
@media only screen and (max-width: 320px) {
}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 320px) and (max-width: 480px) { 
    .btn-wrap .btn {
        float: right;
    }

    .content {
        padding: 15px;
    }

    .user-menu .dropdown-toggle {
        font-size: 12px;
    }

    .navbar-static-top h2 {
        padding-left: 0px;
    }

    .top-btn {
        display: inline-block;
        float: right;
    }

    .search-cust {
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
    }

    .navbar-static-top h2 {
        padding-top: 22px;
        font-size: 15px;
        margin-bottom: 0px;
    }

    .content-header {
        padding: 15px;
    }

    .content-sub-heading .checkbox {
        float: none;
        margin-top: 5px;
    }

    .add-popup {
        width: auto;
    }

    .view-popup {
        width: auto;
    }

    .admin-box {
        width: 100%;
        margin-top: 50px;
    }

    .admin-body-bg {
        margin: 15px;
    }

    .register-bg {
        padding: 20px;
    }

    .con-stp {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .btn-resend, .btn-viewalert {
        width: 100%;
    }
}


.progressIndicator {    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    height: 100%;
}

.draged-user {
    position: relative;
left: 0px;
margin-left: 20px;
list-style: outside none none;
margin-top: 15px;
padding: 10px 15px;
border-radius: 5px;
min-width: 200px;
    float: left;
    background: white;
}

    .draged-user i {
        margin-top: 2px;
        color: #999;
}

.progressIndicatorModal {
    width: 400px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -200px;
    text-align: center;
}

.fieldrequired {
    color: red;
}

.edit-profile {
    position: relative;
}

    .edit-profile .field-validation-error {
    position: absolute;
     right: 0;
}

.contactuser {
    cursor: move;
}

.modal-body {
    overflow: visible;
}

.hide {
    display: none !important;
}

.greyout {
    opacity: 0.6;
}

.content-sub1 {
    background: #fff;
    padding: 15px 15px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.07);
    margin-bottom: 20px;
    padding: 0;
}

.content-sub1-grey {
    background: #fff;
    padding: 15px 15px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.07);
    margin-bottom: 20px;
    padding: 0;
    opacity: 0.6;
    cursor: not-allowed;
}

.userViewLink {
    cursor: pointer;
}

    .userViewLink :hover {
        cursor: pointer;
    }

.close-usr {
    cursor: pointer;
}

.link {
    cursor: pointer;
}

/*scrolling*/
.scroll-max400 {
    max-height: 400px;
    overflow-y: auto;
}

.custom-fileupload {
    margin-bottom: 20px;
}

    .custom-fileupload .btn-default {
        padding: 8px 30px;
        background: #d3151d;
        color: #fff;
        border-color: #d3151d;
}

.edit-dropdown.btn-group .dropdown-menu li a span.text {
    display: inline-block;
    white-space: initial;
}

.edit-dropdown.btn-group .dropdown-menu ul {
    /*max-width:200px;*/
}

.viewuser {   
}

.edit-dropdown.btn-group .dropdown-menu ul {
    max-width: 200px;
}

.readonly_input {
    pointer-events: none;
}

.label-active {
    margin-left: 0px;
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
background-color: #5cb85c;
}

    .label-active a {
        color: white;
    }

.label-blocked {
    display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
background-color: #d9534f;
    margin-left: 0px;
}

    .label-blocked a {
        color: white;
}

.hide-delete {
    display: none;
}

.show-delete {
    display: block;
    float: right;
}

.content-sub-heading-external {
    background: #f4f4f4;
}

.disabled-select {
    pointer-events: none !important;
    background: #ccc !important;
}

.internal-background {
    background: #ff0000e8;
    padding: 10px;
    border: 1px solid red;
    margin-bottom: 10px;
}

.external-bacground {
    background: #b0a8a8;
    padding: 10px;
    border: 1px solid #b0a8a8;
    margin-bottom: 10px;
}

.cvv {
    float: left;
    width: 35%;
    margin-bottom: 15px;
}

.expiredate {
    float: right;
    width: 50%;
}   

.support {
    float: left;
    padding-left: 30px;
    line-height: 24px;
    padding-top: 7px;
    font-weight: lighter;
}

    .support span {
        display: block;
        font-size: 18px;
        color: #d3151d;
        font-weight: 400;
    }

        .support span i {
            padding-right: 10px;
        }

.layout-margin-bottom {
    margin-bottom: 60px;
}

.layout-float-left {
    float: left;
}

.company-profile-alert-window {
    margin-bottom: 0; 
    display: none;
}

.msg-div-display-none {
    display: none;
}

.progressIndicator-div-css {
    display: none;
    margin-top: 10px;
}

.profile-list-css {
    width: 50px;
}

.alert-comment-window {
     margin-bottom: 0; 
}

.alert-comment-div-title {
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 8px 0px;
}

.emerg-alert-other {
    max-height: 300px;
    overflow: auto;
    border: 1px solid #dbdad5;
}

.td-alert-name {
    width: 30%;
    vertical-align: top;
}

.td-alert-message {
    text-align: left;
    vertical-align: top;
}

.td-width-15 {
    width: 15%;
}

.td-width-170 {
    width: 170px;
}

.td-width-100 {
    width: 100px;
}

.td-alert-center-align {
    text-align: center;
}

.visiblility-input-ctrl {
    visibility: hidden;
}

.delete-contact-grp {
    float: right;
    display: none;
}

.table-contact-members-table {
    max-height: 500px;
    overflow: auto;
}

.th-contact-setup-width {
    width: 70px;
}

.external-div-margin-bottom {
    margin-bottom: 10px;
}

.external-div-added {
    max-height: 500px;
    overflow: auto;
}

.crisis-step-container {
    margin-bottom: 20px;
}

.panel-heading-h4 {
    width: 80%;
    height: 30px;
}

.panel-heading-display-a {
    width: 100%;
    height: 100%;
    display: table;
}

.panel-heading-bg {
    background-color: #f5f5f5;
}

.crisis-step-view-div {
    margin-top: -6px;
}

.news-url-margin-bottom {
    margin-bottom: 2px;
}

.site-url {
    margin-left: 2px;
     font-size: 90%;
}

.role-td {
    text-align: center;
    width: 100px;
}

.text-overflow-div {
    text-overflow: ellipsis;
}

.no-pointer {
    pointer-events: none;
}

.login_div_margin-top {
    margin-top: 10px;
}

.new-company-link-css {
    padding-left: 30%;
    margin-top: 25px;
}

.p-password {
    font-size: 12px;
    margin: 10px;
}

.select-option option {
    width: 350px !important;
}

.login-bg {
    /*background: url(../images/login-bg.jpg) no-repeat center top !important;*/
    background: url(../images/login-bg.jpg) no-repeat center fixed aliceblue !important;
    background-size: cover !important;
}
.country-code{width: 30%;float: left;height:38px;}

.phone-number{width: 66%; float: right;}

.float-right { float: right; }
.float-left { float: left; }

.div-countrycode{ width:111px; float:left;}
.div-countrycode input{ width:100%}
.div-phone{ width:64%; float:right}
.div-phone input{ width:100%}

.radio-label-padding {
    padding-right: 55px;
}

.alert-active {
    color: #4d983e;
}
.alert-deactive {
    color: #cecece;
}

  #sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
  #sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
  #sortable li span { position: absolute; margin-left: -1.3em; }

  .attachment-popup .modal-header .modal-title {
            color: white;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 15px;
        }
.label-viewall .label-restrict  {
    margin-left: 0px;
    display: inline;
    padding: .5em .5em .5em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #5cb85c;
}

.label-viewall a {
    color: white;
}

.label-restrict {
    background-color: #d9534f;    
}

.label-restrict a {
        color: white;
}