﻿html {
    height: 100%;
}

body {
    min-height: 100%;
    /*display: flex;*/
    flex-direction: column;
    background: #f5f5f5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: black;
}

/*@media (min-width: 1600px) {
  .container {
    width: 1560px;
  }
}*/

.col-sm-2h, .col-2h {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.form-control:focus {
    color: black;
}

.input-group-sm .input-group-addon {
    padding: 7px 7px !important;
}

.min-h-35 {
    min-height: 35px !important;
}

.col-2h {
    float: left;
}

.col-2h {
    width: 20%;
}

.uppercase {
    text-transform: uppercase;
}


.d-content {
    display: contents !important;
}

.col-sm-5h {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-0h {
    position: relative;
    min-height: 1px;
}

.flex {
    display: flex;
}

.flex-2 {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.flex-10 {
    -ms-flex: 0 0 83.33%;
    flex: 0 0 83.33%;
    max-width: 83.33%;
}

.flex-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.flex-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.flex-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.flex-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.flex-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.flex-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.flex-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.flex-cell {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.srdeal {
    width: 25px;
}

@media (min-width: 768px) {
    .srdeal {
        width: 60px;
    }

    .col-sm-2h {
        float: left;
    }

    .col-sm-2h {
        width: 20%;
    }

    .col-sm-5h {
        float: left;
    }

    .col-sm-5h {
        width: 48%;
    }

    .col-sm-0h {
        width: 4%;
    }
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.error {
    color: #a94442;
}

.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1100 !important;
}

.text-white {
    color: white;
}

.btn-active {
    background: white;
    border-color: #ced4da !important;
}

    .btn-active.active {
        color: #fff !important;
        background-color: #337ab7 !important;
        border-color: #2e6da4 !important;
    }

li.ui-autocomplete-category.ui-menu-item {
    /*font-weight: bold;*/
    background: lightgray !important;
    color: black;
    font-weight: bold;
}

.cntl-group .form-control {
    margin-bottom: 15px;
}

.cntl-group-sm .form-control {
    margin-bottom: 7px;
}


.cntl-group .input-group .form-control {
    margin-bottom: 0px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.font-bold {
    font-weight: bold;
}

.widemodal .modal-dialog {
    width: 800px;
}

.bold {
    font-weight: bold;
}

.pre-wrap {
    white-space: pre-wrap;
}

.darker .form-control {
    color: #000;
}

.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
    width: auto;
}



.ui-widget-content {
    border: 1px solid steelblue;
    color: #222222;
    background-color: white;
    cursor: default;
    z-index: 100;
}

.ui-menu .ui-menu-item {
    display: block;
    padding: 3px 6px 3px 10px;
    clear: both;
    letter-spacing: 1.2px;
    /*font-weight: bold;*/
    line-height: 18px;
    color: black;
    white-space: pre-wrap;
    font-size: 14px;
}

.ui-menu-item-wrapper {
    vertical-align: middle;
}

.ui-menu .ui-menu-item:hover {
    background-color: ButtonHighlight;
}

.right-label {
    text-align: left;
    padding: 6px 0px;
}

.radius-15 {
    border-radius: 15px;
}

.content {
    text-align: left;
    padding: 6px 0px;
    display: block;
}

.block-rounded {
    background: white;
    border-radius: 5px;
    padding: 10px;
    border: #557491 solid 1px;
}

.button-spacing {
}

/*.border {
    border: solid 1px #557491;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    background: white;
}*/

/*.border {
    margin: 15px;
    padding: 0px 1px 0px 1px;
    border-radius: 5px 5px 5px 5px;
    background: white;
    box-shadow: 0px 1px 3px 3px gray;
}*/

.borderX {
    border: #557491 solid 1px !important;
    margin: 15px;
    padding: 0px;
    background: white;
}


.whiteblock {
    background: white;
    border-radius: 5px;
    padding: 10px;
    border: lightgray solid 1px;
    margin-bottom: 10px;
    min-height: 70px;
}


.topBorder {
    border-top: lightgray dotted 1px;
}

.rowBorder td {
    border-top: lightgray dashed 1px;
    border-bottom: lightgray dashed 1px;
}

.pageTitle {
    margin-top: 15px;
    border-bottom: 2.5px double gray !important;
    margin-bottom: 10px;
    height: 35px;
}

    .pageTitle h3 {
        margin-top: 10px;
        float: left;
        display: block;
        vertical-align: middle;
    }

    .pageTitle h4 {
        margin-top: 5px;
        float: left;
        display: block;
        vertical-align: middle;
    }

    .pageTitle .titleButton {
        margin-right: 5px;
        text-align: right;
        float: right;
        display: inline-block;
    }

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.fa-1hx {
    font-size: 1.5em;
}

.block {
    display: block;
}

.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width25 {
    width: 25%;
}

.width20p {
    width: 20px;
}

.width25p {
    width: 25px;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width33 {
    width: 33.333%;
}

.width30 {
    width: 30%;
}

.width40 {
    width: 40%;
}

.width50 {
    width: 50%;
}

.width75p {
    width: 75px;
}

.width50p {
    width: 50px;
}

.width60p {
    width: 60px;
}

.width100p {
    width: 100px !important;
}

.width125p {
    width: 125px !important;
}

.width150p {
    width: 150px !important;
}

.width175p {
    width: 175px !important;
}


.width200p {
    width: 200px;
}

.width250p {
    width: 250px;
}

.mawx-250p {
    max-width: 250px;
}

.width300p {
    width: 300px !important;
}


.marginr5 {
    margin-right: 5px;
}


.marginv1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}




.marginv5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.marginv30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.margint60 {
    margin-top: 60px !important;
}

.margint30 {
    margin-top: 30px;
}




.underline {
    text-decoration: underline;
}

.marginb30 {
    margin-bottom: 30px;
}

.marginh5 {
    margin: auto 5px;
}

.marginh0 {
    margin-left: 0px;
    margin-right: 0px;
}

.marginh15 {
    margin: auto 15px;
}

.marginh10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margint5 {
    margin-top: 5px;
}

.margin5 {
    margin: 5px;
}

.margin15 {
    margin: 15px;
}

.expandedSpace {
    letter-spacing: 2px;
}

.myalert {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 50;
}

    .myalert table {
        padding: 10px;
        /*background-color: lightyellow;*/
        /*background-image: linear-gradient(darkgray, black, darkgray);*/
        background-image: linear-gradient(#32CD32,#57D657);
        color: white;
        /*font-weight: bold;*/
        border-radius: 5px;
        margin: auto;
        text-align: center;
        width: 400px;
    }

        .myalert table td {
            vertical-align: top;
        }

    .myalert .msg {
        padding: 15px 10px 13px 0px;
        text-align: left;
        font-size: medium;
    }

    .myalert .fas {
        color: white;
        padding: 15px;
    }


.erroralert {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 50;
}

    .erroralert table {
        padding: 10px;
        /*background-color: lightyellow;*/
        /*background-image: linear-gradient(darkgray, black, darkgray);*/
        background-image: linear-gradient(#ffff76,#ffff89);
        color: black;
        /*font-weight: bold;*/
        border-radius: 5px;
        margin: auto;
        text-align: center;
        width: 400px;
    }

        .erroralert table td {
            vertical-align: top;
        }

    .erroralert .msg {
        padding: 15px 10px 13px 0px;
        text-align: left;
        font-size: medium;
    }

    .erroralert .fas {
        color: black;
        padding: 15px;
    }

.spacing-1x {
    letter-spacing: 1.5px;
}

.spacing-1 {
    letter-spacing: 1px;
}

.spacing-07 {
    letter-spacing: 0.7px;
}

.large {
    font-size: large;
}


.gray-hr {
    border-color: lightgray;
    border-style: solid none;
    border-width: thin;
    margin: 18px 0;
}

.tempgrid-table td {
    border-bottom: lightgray solid 1px;
    border-right: lightgray solid 1px;
    font-size: 12px;
    word-break: normal;
    word-wrap: break-word;
}

.video-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .3rem;
    z-index: 0;
}

.modal-transparent {
    background: transparent;
    border: 0px none;
}

.srp-content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.break-word {
    word-break: break-word !important;
}

.webgrid-table {
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-size: small;
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 0px;
    border: solid 1px #dee2e6;
    border-radius: 5px 3px 0px 0px;
    background-color: white;
    table-layout: auto;
}

    .webgrid-table td {
        padding: 3px 7px 2px;
        word-break: normal;
        word-wrap: break-word;
        color: black;
        background: white;
    }

    .webgrid-table th {
        padding: 7px;
    }

    .webgrid-table td {
        border-bottom: #dee2e6 solid 1px;
    }

.webgridfullborder td {
    border-right: #dee2e6 solid 1px;
}



/*.webgrid-header {
    background-color: lightgray;
    color: black;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: left;
}*/

.webgrid-header {
    background-color: #9b9b9b;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    font-size: 12px;
}

.srgrid-header {
    background-color: lightgray;
    color: #333333;
    padding-bottom: 2px !important;
    padding-top: 2px;
    text-align: left;
    font-size: 12px;
}

    .srgrid-header th {
        padding: 4px 7px !important;
    }

.webgrid-header a {
    color: white;
}


.webgrid-header {
    background-color: #9b9b9b;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    font-size: 12px;
}

.webgrid-footer {
}

/*.webgrid-row-style {
    padding: 3px 7px 2px;
}*/

.webgrid-row-style {
    padding: 5px 7px 5px;
}

.webgrid-alternating-row {
    background-color: #EAF2D3;
    padding: 3px 7px 2px;
}

.list-group-submenu .list-group-item {
    border: none;
    background: #ddddff;
}

    .list-group-submenu .list-group-item a {
        color: #333 !important;
        text-decoration: none;
    }

.list-group-item-success {
    margin: 5px 0px;
}

.list-group-item-success {
    color: #101010;
    background-color: #cbe4ec;
}

    .list-group-item-success:focus, .list-group-item-success:hover {
        color: #101010;
        background-color: skyblue !important;
    }

.headerTable {
    width: 100%;
}

    .headerTable td {
        padding: 4px;
        font-weight: bold;
        text-align: left;
    }

.mainTable {
    width: 100%;
}

    .mainTable td, .mainTable th {
        padding: 5px;
        vertical-align: middle;
    }


.grayBox {
    background: url(../Images/SRBackground.jpg) whitesmoke;
    background-size: cover;
    border-radius: 10px;
    padding: 10px 25px;
    margin-bottom: 20px;
    border: solid darkgray 1px;
}




.navbar-inverse {
    background-color: #194689 !important;
    border-color: #194689 !important;
    margin-bottom: 0px;
}

    .navbar-inverse .navbar-nav > li > a {
        color: white;
        font-size: 16px;
    }

    .navbar-inverse .navbar-nav > li:hover > a {
        color: lightgray;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .btn-link {
        color: black;
    }

    .navbar-inverse .btn-link {
        color: black;
    }

        .navbar-inverse .btn-link:hover {
            color: gray;
        }

    .navbar-inverse .navbar-brand {
        color: white;
    }

.desktopt50 {
    margin-top: 50px;
}

@media (min-width: 768px) {



    .navbar {
        border-radius: 0;
    }

    .navbar-inverse .navbar-nav {
        float: none;
        margin: auto;
        display: inline-block;
    }

        .navbar-inverse .navbar-nav li {
            display: inline;
            text-align: left;
        }
}

.navbar-inverse .navbar-nav li {
    text-align: left;
    font-size: 16px;
}

.navbar-inverse .navbar-nav {
    font-size: 16px;
}

.imgLogo {
    height: 75px;
    padding-bottom: 10px;
}

.fullheight {
    height: 100%;
}

.fullwidth {
    width: 100%;
}

.imgThumb {
    height: 80px;
    width: 100%;
}

.scroll-y {
    overflow-y: scroll;
}

.logoWelcome {
    padding: 10px 5px;
    text-align: right;
    letter-spacing: 1.2px;
}

footer {
    /*margin-top: 15px;*/
    margin: auto 0px;
    background: rgba(255,255,255,.7);
    border-top: 1px solid rgba(0,0,0,.1);
    color: black;
    font-size: small;
    padding: 15px 0px;
    letter-spacing: 1.5px;
}

    footer p {
        margin: 0px;
    }

.datetimepicker1 .btn {
    margin-top: -6px;
}

.row0 {
    margin-right: 0px;
    margin-left: 0px;
}


.paddingh3 {
    padding-left: 3px;
    padding-right: 3px;
}


.pr-6 {
    padding-right: 35px !important;
}

.padding1 {
    padding: 1px;
}

.marginhr15 {
    margin-left: -15px;
    margin-right: -15px;
}

.paddingt5 {
    padding-top: 5px;
}

.paddingt3 {
    padding-top: 3px;
}

.paddingr5 {
    padding-right: 5px;
}

.paddingr10 {
    padding-right: 10px !important;
}






.paddinglb30 {
    padding-left: 30px;
    padding-bottom: 30px;
}

.selectivity-input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.selectivity-multiple-input-container {
    background: transparent !important;
}

.selectivity-dropdown {
    z-index: 9999999999 !important;
}


.blank-ul {
    list-style-type: none;
}




.largeDialog {
    width: 800px;
}


.mapDialog {
    width: 850px;
}

@media (max-width: 768px) {
    .mapDialog {
        width: 95vw;
    }

    .desktopt50 {
        margin-top: 10px;
    }
}

.vhDialog {
    height: 80vh;
}

.vhsModal {
    max-height: 70vh;
}

.vh-75 {
    height: 75vh;
}

.dialog-h60 {
    height: 80vh;
}

.smallDialog {
    max-width: 450px;
}

.ssmall {
    font-size: 11px;
}

.small1 {
    font-size: 13px !important;
}

.vssmall {
    font-size: 10px;
}

.text-red {
    color: red;
}

.force-center {
    text-align: center !important;
}

.force-left {
    text-align: left !important;
}

.mainGrid {
    width: 100%;
    border: 1px solid lightgray;
}

    .mainGrid td, .mainGrid th {
        padding: 5px;
        border: 1px solid lightgray;
    }



.contentGrid td, .contentGrid th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

.m-0 {
    margin: 0px;
}

.marginb0 {
    margin-bottom: 0px !important;
}

.panel-light {
    background: whitesmoke;
    padding: 15px;
}

    .panel-light p {
        padding: 0px;
        margin: 0px;
    }

.panel-gray {
    margin-bottom: 0px !important;
}

    .panel-gray > .panel-heading {
        color: #333;
        background-color: lightgray;
        padding: 5px 15px;
    }

        .panel-gray > .panel-heading label {
            margin-bottom: 0px;
        }

    .panel-gray > a {
        color: #f0ad4e;
    }

        .panel-gray > a:hover {
            color: #df8a13;
        }


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    color: yellow;
    background-color: transparent;
    font-weight: bold;
}

.huge {
    font-size: x-large;
}

.vertical-top {
    vertical-align: top !important;
}

.font-22 {
    font-size: 22px;
}

.font-14 {
    font-size: 14px;
}

.photoHeight {
    height: 125px;
}

.photoSPHeight {
    height: 150px;
}


.btn-vs, .btn-group-vs > .btn {
    padding: 2.5px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.srPhoto {
    /*height:125px;*/
    margin: auto;
    width: 100%;
    height: 160px;
}

.stPhoto {
    /*height:125px;*/
    margin: auto;
    width: 100%;
    max-height: 160px;
}

.control-sm-label {
    font-size: small
}

.bx-wrapper .bx-viewport {
    border: 0px !important;
    left: 0px !important;
    background: transparent !important;
    padding: 2px !important;
}

.transferBox {
    border: 1px;
    /*padding: 10px 5px;*/
    letter-spacing: 1.5px;
    margin: 10px;
    border: #557491 solid 1px;
    border-radius: 5px;
    background: white;
}


.hoverEff {
    cursor: pointer;
    min-width: 64px;
}

    .hoverEff:hover {
        background-color: rgb(248, 242, 242);
    }

.g-expand {
    background-image: url(/Images/Close.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 64px 36px !important;
}

.g-collapse {
    background-image: url(/Images/Open.png) !important;
    background-position-x: -2px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 64px 36px !important;
}

.noBorderGrid {
    width: 100%;
}

    .noBorderGrid td {
        border: solid 1px lightgray;
    }


.popover.arrow::after {
    border: darkblue;
}

.bs-popover-top .arrow::before {
    border-top-color: darkblue;
}

.bs-popover-right .arrow::before {
    border-right-color: darkblue;
}

.bs-popover-bottom .arrow::before {
    border-bottom-color: darkblue;
}

.bs-popover-left .arrow::before {
    border-left-color: darkblue;
}

.popover-title {
    background: lightsteelblue;
    font-weight: bold;
    color: white;
}

.popover-content {
    background-color: #AAffff;
    color: black;
}

.popover {
    min-width: 450px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    border: 4px outset darkblue;
}

.mediumpopup .popover {
    min-width: 520px !important;
}

.bigpopup .popover {
    min-width: 750px !important;
}

.cancelpopup .popover {
    min-width: 480px !important;
}

.popover .arrow::after {
    border: white;
}

.largepopup .popover {
    min-width: 480px !important;
}



.zoneSR {
    color: black;
    font-weight: bold;
    padding-left: 0px;
}


.normalBorder {
    border: groove 2px lightgray;
    background: white;
    margin-bottom: 25px;
    padding: 10px 25px;
    font-size: small;
}

.regBorder {
    border: solid 1px #557491;
    background: white;
    margin-bottom: 25px;
    padding: 10px 25px;
    font-size: small;
    letter-spacing: 1.5px;
}

.miBorder {
    border: solid 1px darkgray;
    background: #f2ffff;
    margin-bottom: 25px;
    padding: 15px 25px;
    font-size: small;
    letter-spacing: 1.5px;
    border-radius: 7px;
}

    .miBorder ul {
        padding-left: 15px;
    }


.regBorder .medium {
    font-size: 15px;
}

.medium {
    font-size: 17px;
}

.regBorder .d-inline-block .form-group {
    /*padding: 5px 3px;*/
    position: relative;
}

.text-orange {
    color: #ff971b;
}

.btn-orange {
    background-color: #ff971b;
    border-radius: 0px;
}

    .btn-orange:hover {
        background-color: orangered;
    }

.regTitle {
    background: #025490;
    color: white;
    font-size: large;
    text-align: left;
    padding: 10px 10px;
}

.regRightBorder hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.regRightBorder {
    border: solid 1px #557491;
    background: white;
    margin-bottom: 25px;
}

    .regRightBorder .small {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

@media (min-width: 992px) {
    .row .no-float {
        display: table-cell;
        float: none;
    }

    .fullrow {
        height: 100%;
        display: table-row;
    }

    .homecontainer {
        display: table;
        width: 100%;
    }

    #sidebarCollapse {
        display: none;
    }
}

@media (max-width: 992px) {
    .imgLogo {
        height: 60px;
        padding-bottom: 10px;
    }

    .borderX {
        margin: 15px 0px !important;
    }
}


.leftmenu {
    border-left: #194689 solid 10px;
    border-right: #194689 solid 10px;
    background: #c9c9c9;
}

#MainMenu .panel {
    background-color: transparent;
}

.list-group-item {
    margin: 1px 0px;
    background: white;
    color: #333 !important;
}

    .list-group-item:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .list-group-item.active, .list-group-item:focus {
        border-color: transparent !important;
        background: #04b3f6 !important;
    }

.focus-default .btn-default:active, .focus-default .btn-default.active, .focus-default .btn-default:hover, .focus-default .btn-default.active:focus {
    color: white;
    background-color: #337ab7;
    border-color: lightblue;
}

.focus-default .btn-default:focus {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.no-click {
    pointer-events: none;
    opacity: 0.8;
}

.no-pointer {
    pointer-events: none;
}

.text-blue {
    color: #0099cc
}

.btn-lock {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.blink-me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.smaller {
    font-size: smaller;
}


.input-validation-error {
    border: 1px solid #ff0000;
    background-color: lightyellow;
}

.normal-header {
    background: transparent;
    border-bottom: 1px solid black;
    color: black;
}

    .normal-header th {
        border-bottom: 1px solid darkgray;
        color: black;
    }

    .normal-header a {
        color: black;
    }

.span-block {
    margin: 10px auto;
    display: block;
}

.borderlessGrid td {
    border: none;
}

.roomtext {
    max-width: 225px !important;
}

    .roomtext span {
        overflow-x: auto;
    }

.box {
    display: inline-block;
}

.box {
    vertical-align: top;
}


.vertical-center {
    vertical-align: middle;
}

.minheight35 {
    min-height: 35px;
}

/*.roomtext
{
    max-width:200px !important;
}

.roomtext span
{
    overflow-x: auto;
}*/



.bottomBorderGrid td {
    border-bottom: solid 1px lightgray;
}

.bottomBorderGrid tr:last-child td {
    border-bottom: none;
}

.no-ul li {
    list-style: none;
}



.bookingCountdown .countdownHolder {
    width: auto !important;
    margin: 0 auto;
    font: 16px/1.5 'Open Sans Condensed',sans-serif !important;
    text-align: left;
    letter-spacing: -3px;
    background: white;
    border: solid 1px #557491;
    border-radius: 0px;
}

    .bookingCountdown .countdownHolder .digit {
        top: 5px !important;
    }

.btn-xs {
    font-size: 10px;
    letter-spacing: 0.9px;
}

.btn-cloud {
    font-size: 12px;
}

    .btn-cloud.btn-sm {
        font-size: 11px;
    }

    .btn-cloud.btn-xs {
        font-size: 10px;
        padding: 5px;
    }

.btn-cloud {
    color: white;
    border: unset;
    border-radius: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    background: rgb(208,228,247); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 );
}

    .btn-cloud:hover {
        color: white;
        border-radius: 20px;
        background: rgb(30,87,153); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    }


.btn-ocloud {
    border: 0px solid #2e8b57;
    background-color: #53cbc3;
    font-size: 12px;
    border-radius: 20px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    /*border: 1px solid #53cbc3;
    font-size: 12px;
    border-radius: 20px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #53cbc3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#53cbc3), to(#00cbc3));
    background-image: -webkit-linear-gradient(top, #53cbc3, #00cbc3);
    background-image: -moz-linear-gradient(top, #53cbc3, #00cbc3);
    background-image: -ms-linear-gradient(top, #53cbc3, #00cbc3);
    background-image: -o-linear-gradient(top, #53cbc3, #00cbc3);
    background-image: linear-gradient(to bottom, #53cbc3, #00cbc3)*/
}

    .btn-ocloud.btn-xs {
        font-size: 10px;
        padding: 5px;
    }

    .btn-ocloud:hover, .btn-ocloud.active {
        border: 0px solid #2e8b57;
        background-color: #2096b2;
        color: #FFFFFF;
        /*background-image: -webkit-gradient(linear, left top, left bottom, from(#2e8b57), to(#90ee90));
        background-image: -webkit-linear-gradient(top, #2e8b57, #90ee90);
        background-image: -moz-linear-gradient(top, #2e8b57, #90ee90);
        background-image: -ms-linear-gradient(top, #2e8b57, #90ee90);
        background-image: -o-linear-gradient(top, #2e8b57, #90ee90);
        background-image: linear-gradient(to bottom, #2e8b57, #90ee90);
        color: #FFFFFF;*/
    }


.btn-gcloud {
    border: 1px solid #d3d3d3;
    font-size: 12px;
    border-radius: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,245,0.3);
    font-weight: bold;
    color: #000000;
    background-color: #d3d3d3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#a9a9a9));
    background-image: -webkit-linear-gradient(top, #d3d3d3, #a9a9a9);
    background-image: -moz-linear-gradient(top, #d3d3d3, #a9a9a9);
    background-image: -ms-linear-gradient(top, #d3d3d3, #a9a9a9);
    background-image: -o-linear-gradient(top, #d3d3d3, #a9a9a9);
    background-image: linear-gradient(to bottom, #d3d3d3, #a9a9a9);
}

    .btn-gcloud.btn-xs {
        font-size: 10px;
        padding: 5px;
    }

    .btn-gcloud:hover {
        border: 1px solid #a9a9a9;
        background-color: #a9a9a9;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#d3d3d3));
        background-image: -webkit-linear-gradient(top, #a9a9a9, #d3d3d3);
        background-image: -moz-linear-gradient(top, #a9a9a9, #d3d3d3);
        background-image: -ms-linear-gradient(top, #a9a9a9, #d3d3d3);
        background-image: -o-linear-gradient(top, #a9a9a9, #d3d3d3);
        background-image: linear-gradient(to bottom, #a9a9a9, #d3d3d3);
        color: black;
    }

.srrating label {
    padding: 5px 0px;
    font-size: smaller
}

.srrating {
    display: inline-block;
}

.v-small {
    font-size: x-small;
}

.border1 {
    margin-top: 3px;
    border: 1px solid lightgray;
    border-radius: 1px;
}

.table-cell {
    display: table-cell;
}

.docContent {
    letter-spacing: 1.5px;
}

    .docContent code {
        background-color: white;
        padding: 10px;
    }

    .docContent .tab-content {
        background-color: #f9f2f4;
        padding: 5px 15px;
    }

    .docContent .nav-tabs {
        margin-top: 20px;
    }

        .docContent .nav-tabs > li > a {
            border-radius: 0;
            font-size: small;
        }


    .docContent blockquote {
        padding: 10px 20px;
        margin: 0 0 20px;
        font-size: medium;
        border-left: 5px solid maroon;
        background: white;
    }

    .docContent pre {
        background: white;
    }

.tryInputs {
    background: white !important;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .tryInputs .tryTextArea .tryInputResponse {
        min-height: 300px;
        max-height: 300px;
    }

.tryPreResponse {
    /*outline: 1px solid #ccc;*/
    padding: 5px;
    margin: 5px;
    color: green;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
}

.loaderBg {
    display: none;
    width: 100%;
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    z-index: 999;
    text-align: center;
}

    .loaderBg .fa {
        top: 50vh;
        position: relative;
    }

.btn-sr {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


@media (max-width: 1024px) {
    .btn-sr {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .font-22 {
        font-size: 14px;
        color: darkblue;
    }

    .font-14 {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .srPhoto {
        max-height: 125px;
        margin: auto;
        width: 100%;
        height: auto;
        /* height: 160px; */
    }

    .zoneSR {
        font-size: 12px;
    }

    .logoWelcome label {
        font-size: small;
    }

    .logoWelcome a {
        font-size: unset;
    }

    .logoWelcome {
        padding: 16px 5px;
    }

    footer {
        font-size: smaller;
        padding: 10px 0px;
    }


    .regTitle {
        color: white;
        font-size: 14px;
        text-align: left;
        padding: 10px;
    }

    .regRightBorder {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .regBorder {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 10px;
        font-size: 12px;
        letter-spacing: 1.2px;
    }

        .regBorder .control-group .form-control {
            margin-bottom: 5px;
        }

    .bookingCountdown .countdownHolder {
        font: 12px/2.0 'Open Sans Condensed',sans-serif !important;
    }

    .validation-summary-valid ul {
        margin-bottom: 0px;
    }


    #MessageDiv .large {
        font-size: 14px;
    }

    .datetimepicker1 .btn {
        margin-top: 0px;
    }

    .ui-autocomplete .ui-menu-item {
        font-size: 12px;
    }

    /*.checkbox-inline input[type=checkbox], input[type=radio] {
        margin: 1px 0 0;
    }*/

    .popover-content {
        font-size: 12px;
    }

    .input-small {
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .input-group-small {
        padding: 7px 7px !important;
    }

    .mobileview {
        font-size: small;
    }



    .form-inline .form-group {
        margin-bottom: 0px;
    }

    .btn-small {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
}

.headerBox {
    background: lightskyblue;
}

.no-radius {
    border-radius: 0px;
}

.text-darkblue {
    color: darkblue;
}

.text-navy {
    color: navy;
}


.vertical-bottom {
    vertical-align: bottom;
}

.paddingh0 {
    padding-left: 0px;
    padding-right: 0px;
}

.small .checkbox-inline, .small .checkbox {
    line-height: 1.9;
}

.backarrow {
    padding: 10px;
    margin-right: 15px;
    color: white;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.errorbox .error {
    font-size: 12px;
}

.errorbox .cntl-group .form-control {
    margin-bottom: 0px;
}

.errorbox .cntl-group {
    margin-bottom: 10px;
}

.text-green {
    color: lightgreen;
}

.text-green1 {
    color: green !important;
}

.text-green2 {
    color: #00dc00 !important;
}

.sr-table td, .sr-table a {
    font-size: 13px;
}

.btn-green {
    background: lightgreen;
}

    .btn-green:hover {
        background: green;
    }


#searchParameters td {
    vertical-align: top;
}

.btn-none {
    color: #333;
    border-color: transparent;
    background: transparent !important;
}


.font-13 {
    font-size: 14px !important;
}

.center-modal {
    text-align: center;
    padding: 0 !important;
}

    .center-modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.center-dialog {
    display: inline-block;
    text-align: left;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    padding-top: 100px;
    display: flex;
    width: 100%;
    align-items: stretch;
    /*perspective: 1500px;*/
}

.bg-wrapper {
    /*background: url(../Images/SearchBackground.jpg);
	background-size: cover;*/
    width: 100vw;
    position: fixed;
    height: 100vh;
    z-index: -1;
    background: #a9c2f8;
}

.bg-white {
    background: #FFFFFF !important;
}


#sidebar {
    /*border-left: 18px solid darkgray;*/
    position: fixed;
    height: 100%;
    min-width: 220px;
    max-width: 220px;
    /*background: #dadada;*/
    background: rgba(4,45,109, 0.7);
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

    #sidebar.active {
        margin-left: -220px;
        transform: rotateY(100deg);
    }



    #sidebar .sidebar-header {
        padding: 12px 10px 12px 10px;
        background: lightgray;
        color: #0c2367;
        text-align: center;
        letter-spacing: 1.5px;
    }

        #sidebar .sidebar-header .head {
            letter-spacing: 3px;
        }

    #sidebar ul.components {
        padding: 20px 0;
        /*border-bottom: 1px solid #47748b;*/
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        font-size: 1.1em;
        display: block;
        /*color: #0c2367;*/
        color: white;
        letter-spacing: 1.5px;
        padding: 10px;
        padding-left: 15px;
    }

        #sidebar ul li a:hover {
            /*color: #7386D5;*/
            /*background: #fff;*/
            background: skyblue;
            color: black;
            text-decoration: none;
        }

    /*, a[aria-expanded="true"]*/
    #sidebar ul li.active > a {
        color: #fff;
        background: #6d7fcc;
    }

    /*#sidebar ul li {
		border-bottom: solid 1px lightgray;
	}*/

    #sidebar ul ul li {
        border-bottom: none;
    }


    #sidebar a[data-toggle="collapse"] {
        position: relative;
    }

    #sidebar .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    #sidebar ul ul a {
        font-size: 0.93em !important;
        padding-left: 25px !important;
        /*background: #dadada;*/
        /*background: #e5e5e5;*/
        /*background: white;*/
        background: rgba(109,127,204, 0.5)
    }

    #sidebar ul.CTAs {
        padding: 20px;
    }

        #sidebar ul.CTAs a {
            text-align: center;
            font-size: 0.93em !important;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

    #sidebar a.download {
        background: #fff;
        color: #7386D5;
    }

    #sidebar a.article, a.article:hover {
        background: #6d7fcc !important;
        color: #fff !important;
    }

    #sidebar #logout_sidebar_button {
        /*position: absolute;
    display: inline-block;*/
        /*bottom: 0;
    left: 15px;*/
    }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    transition: all 0.3s;
}

.searchBackground {
    display: none;
}

.searchBookingButton {
    position: fixed;
    right: 0px;
    z-index: 100;
    top: calc(50% - 50px);
    padding: 15px 5px;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    font-size: 14px;
}

@media (min-width: 1368px) {
    .SearchTabs {
        position: relative;
        padding: 60px 0px 80px 0px;
    }

    .searchBackground {
        display: block;
        position: absolute;
        width: 100%;
        padding-right: 30px;
    }

        .searchBackground img {
            width: 100%;
        }

    .searchBox {
        position: relative;
        max-width: 1050px;
        margin: auto;
        padding: 0px 50px;
    }
}

.transBack {
    background: #eeffe6 !important;
    border-color: #ccffcc !important;
}

.roomBack {
    /*background: #caf1f8 !important;*/
    background: #FFFFFF !important;
    border-color: #c9cffb !important;
}

.roomBack-content {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0px 10px 10px 10px;
}

a.transBack, a.roomBack {
    /*background: transparent !important;*/
    background: rgba(255,255,255,0.75) !important;
}

    a.transBack.active {
        background: #eeffe6 !important;
    }

    a.roomBack.active {
        /*background: #caf1f8 !important;*/
        background: #FFFFFF !important;
    }

a.transBack, a.roomBack {
    border-bottom: none !important;
}

.transBack:active {
    background: #eeffe6 !important;
}





.nav-tabs .nav-link:not(.active) {
    border-color: transparent !important;
}




.mainContent {
    /*padding: 10px 20px 20px 20px;*/
    padding-bottom: 20px;
    min-height: 94vh;
}

.mh-100 {
    min-height: 100vh;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: whitesmoke;
    cursor: pointer;
    border-radius: 1px;
}

.w-40p {
    width: 40px;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: black;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

    #sidebarCollapse span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }

    #sidebarCollapse span:nth-of-type(2) {
        opacity: 0;
    }

    #sidebarCollapse span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

.playArea {
    margin-left: 220px;
}

    .playArea.active {
        margin-left: 0px;
    }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -220px;
        transform: rotateY(90deg);
    }

    .playArea {
        margin-left: 0px;
    }

        .playArea.active {
            margin-left: 220px;
        }

    #sidebar.active {
        margin-left: 0;
        transform: none;
    }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapse.active span {
        margin: 0 auto;
    }

        #sidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }
}



.wrapper .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    background: white;
}

/*.SearchTabs .nav-tabs {
    border-bottom: none;
}*/

.SearchTabs
{
    background-image: url("../Images/SearchBox.jpg?2");
    background-size: cover;
}

.SearchTabs .nav-tabs .nav-link {
    color: #0c2367;
    /*background: #e4eff5;*/
    /*border: none;*/
    margin-right: 5px;
    font-weight: bold;
    font-size: medium;
    letter-spacing: 1.5px;
}

    .SearchTabs .nav-tabs .nav-link:hover {
        color: #009900;
    }

/*.SearchTabs .nav-tabs .nav-link.active {
            color: #0c2367;
            background-color: #c9eafb;
            border: none;
        }*/
/*.SearchTabs .nav-tabs .nav-item {
        margin-bottom: 0px;
    }*/
.SearchTabs .tab-content {
    font-size: small;
    letter-spacing: 1.5px;
}

.SearchTabs .control-label, .SearchTabs .roomTitle {
    font-weight: 600;
}

label {
    font-weight: 600;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.validation-summary-valid ul {
    margin-bottom: 0px;
}

.btn-normal {
    color: black;
    border-color: #adadad;
    background-color: white;
}

.srrating .btn {
    color: black;
    border-color: #adadad;
    background-color: white;
}

    .btn-normal.active, .srrating .btn.live {
        background: #AAFFFF !important;
    }

.twolineLabel {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mnl-3 {
    margin-left: -15px;
}

.NormalTab .nav-tabs .nav-link {
    color: #0c2367;
    background: #e4eff5;
    border: none;
    margin-right: 5px;
    font-weight: bold;
    font-size: medium;
    letter-spacing: 1.5px;
}

    .NormalTab .nav-tabs .nav-link.active {
        color: #0c2367;
        background-color: #c9eafb;
        border: none;
    }

.iconBar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .iconBar .btn {
        border-radius: 0px 10px 10px 0px;
        padding-left: 5px;
    }

.input-group.date .input-group-addon {
    padding: 10px 7px;
    border: 1px solid lightgray;
    border-radius: 0px 4px 4px 0px;
}

.input-group.date .input-group-sm {
    padding: 7px 7px !important;
}

.topNav {
    background: rgba(4,45,109, 0.75);
    height: 6px;
}

    .topNav .btn {
        background: rgba(4,45,109, 0.75);
        border: navy solid 1px;
        border-radius: 4px;
        margin-top: -20px;
        border: none !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
        padding: 1px 5px;
    }

        .topNav .btn:hover {
            background: navy;
        }

.bottom-radius {
    border-radius: 0px 0px 5px 5px
}

.pagination {
    justify-content: center;
}

.center-label {
    align-self: center;
}

    .center-label label {
        margin-bottom: 0px;
    }

.bigsidebar {
    min-width: 260px !important;
    max-width: 260px !important;
}

.font-smaller {
    font-size: smaller;
}

.modal-long {
    height: 90vh;
}

    .modal-long .modal-content {
        height: 100%;
    }

.vertical-flex {
    display: flex;
    flex: 1;
    flex-flow: column;
}

/*.digit {
    top: 5px !important;
    color: white !important;
    font-size: small;
}

.countDiv::after, .countDiv::before {
    background-color: white !important;
}*/

.datepickerbutton {
    padding-left: 0px;
    padding-right: 0px;
}

.w-33 {
    width: 33.33% !important;
}

.mw-33 {
    max-width: 33.33% !important;
}

.w-66 {
    width: 66.66% !important;
}

.w-200p {
    width: 200px !important;
}

.w-250p {
    width: 250px !important;
}

.mw-300p {
    max-width: 300px !important;
}



.w-350p {
    width: 350px !important;
}

.mw-66 {
    max-width: 66.66% !important;
}

.specialInformationDiv {
    max-width: 1050px;
    margin: auto;
    padding: 0px 50px;
}

.specialInformation {

    background: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1.5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    .specialInformation ul, .specialInformation ol {
        padding-left: 1rem
    }


.faq .card {
    margin-bottom: 10px;
}

    .faq .card .card-header {
        background-color: transparent;
    }

        .faq .card .card-header a {
            color: navy !important;
        }

            .faq .card .card-header a .fa {
                padding-right: 5px;
            }


.btn-turquoise {
    background-color: #00b9d7 !important;
}

.btn-darkorange {
    background-color: #ff8a00 !important;
    color: white !important;
}

.btn-bcloud {
    border: 0px solid #2e8b57;
    background-color: #53cbc3 !important;
    color: white !important;
}



.chab {
    display: block;
    /*  width: 56px;
    height: 56px;
    border-radius: 50%;*/
    text-align: center;
    color: #f0f0f0;
    margin: 25px auto 0;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);*/
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
    /*background: #42a5f5;*/
    position: fixed;
    right: 10px;
    bottom: 45px;
}

    .chab > i {
        font-size: 2em;
        line-height: 55px;
        -webkit-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .chab:not(:last-child) {
        width: 0;
        height: 0;
        margin: 20px auto 0;
        opacity: 0;
        visibility: hidden;
        line-height: 40px;
    }

        .chab:not(:last-child) > i {
            font-size: 1.4em;
            line-height: 40px;
        }

        .chab:not(:last-child).is-visible {
            width: 40px;
            height: 40px;
            margin: 15px auto 10;
            opacity: 1;
            visibility: visible;
        }

    .chab:nth-last-child(1) {
        -webkit-transition-delay: 25ms;
        transition-delay: 25ms;
    }

    .chab:not(:last-child):nth-last-child(2) {
        -webkit-transition-delay: 20ms;
        transition-delay: 20ms;
    }

    .chab:not(:last-child):nth-last-child(3) {
        -webkit-transition-delay: 40ms;
        transition-delay: 40ms;
    }

    .chab:not(:last-child):nth-last-child(4) {
        -webkit-transition-delay: 60ms;
        transition-delay: 60ms;
    }

    .chab:not(:last-child):nth-last-child(5) {
        -webkit-transition-delay: 80ms;
        transition-delay: 80ms;
    }

.chab(:last-child):active,
.chab(:last-child):focus,
.chab(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
/*Chatbox*/

.chabs .chat {
    position: fixed;
    right: 10px;
    bottom: 110px;
    width: 450px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 10;
}

.chabs .chat_fullscreen {
    position: fixed;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.chat_header {
    /* margin: 10px; font-family: 'Roboto'; */
    font-size: 13px;
    font-weight: 500;
    color: white;
    height: 45px;
    /*    background: #42a5f5;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
    display: flex;
}

.chabs .chat_header a {
    color: white;
}

.chabs .chat_header .dropdown-menu a {
    color: black;
}

.chabs #prime {
    color: white;
}


.chat_header2 {
    /* margin: 10px; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.chat_header .span {
    float: right;
}

.chat_fullscreen_loader {
    display: none;
    float: right;
    cursor: pointer;
    /* margin: 10px; */
    font-size: 20px;
    opacity: 0.5;
    /* padding: 20px; */
    margin: -10px 10px;
}

.chat.is-visible {
    display: block !important;
    opacity: 1;
    -webkit-animation: zoomInA .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomInA .2s cubic-bezier(.42, 0, .58, 1);
}

.chabs .is-hide {
    opacity: 0
}

.chat_option {
    float: left;
    list-style: none;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 5px 10px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: bold;
}


.chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left;
}


.chat_body {
    background: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow-y: auto;
}

#chat_body {
    height: 450px;
}

.chabs .chat_login p, .chat_body li, .chabs p, .chabs a {
    -webkit-animation: zoomInA .5s cubic-bezier(.42, 0, .58, 1);
    animation: zoomInA .5s cubic-bezier(.42, 0, .58, 1);
}

.chat_body p {
    padding: 20px;
    color: #888
}

.chat_body a {
    width: 10%;
    text-align: center;
    border: none;
    box-shadow: none;
    line-height: 40px;
    font-size: 15px;
}



.chat_field {
    position: relative;
    margin: 5px 0 5px 0;
    width: 50%;
    /*font-family: 'Roboto';*/
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    display: inline-block;
}

.chat_field {
    width: 100%;
}

    .chat_field.chat_message {
        margin: 0px 10px;
        height: 40px;
        resize: none;
        font-size: 15px;
        font-weight: 400;
        overflow-y: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.chat_category {
    text-align: left;
}

.chat_category {
    margin: 20px;
    background: rgba(0, 0, 0, 0.03);
    padding: 10px;
}

    .chat_category ul li {
        width: 80%;
        height: 30px;
        background: #fff;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
        border-radius: 3px;
        border: 1px solid #e0e0e0;
        font-size: 13px;
        cursor: pointer;
        line-height: 30px;
        color: #888;
        text-align: center;
    }

    .chat_category li:hover {
        background: #83c76d;
        color: #fff;
    }

    .chat_category li.active {
        background: #83c76d;
        color: #fff;
    }

/*.tags {
    margin: 20px;
    bottom: 0px;
    display: block;
    width: 120%
}

    .tags li {
        padding: 5px 10px;
        border-radius: 40px;
        border: 1px solid rgb(3, 117, 208);
        margin: 5px;
        display: inline-block;
        color: rgb(3, 117, 208);
        cursor: pointer;
    }*/

.chab_field {
    width: 100%;
    display: flex;
    text-align: center;
    background: #fff;
    border-top: 2px solid steelblue;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 10px;
}

.chab_field2 {
    bottom: 0px;
    position: absolute;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 999;
}

.chab_field a {
    display: inline-block;
    text-align: center;
}


#ChatLink {
    /*float: right;
    background: rgba(0, 0, 0, 0);*/
    margin: 5px 10px;
    /*font-size: 16px;*/
    align-self: center;
    color: white;
}

.chab_field .chab {
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 5px;
}

    .chab_field .chab > i {
        font-size: 1.6em;
        line-height: 35px;
        color: #bbb;
    }

        .chab_field .chab > i:hover {
            color: #42a5f5;
        }

.chat_conversion {
}

.chat_converse {
    position: relative;
    background: #fff;
    margin: 0px 0 0px 0;
    height: 65vh;
    min-height: 0;
    font-size: 15px;
    letter-spacing: 1.1px;
    line-height: 18px;
    overflow-y: auto;
    width: 100%;
    float: right;
    padding-bottom: 100px;
}

.chat_converse2 {
    height: 100%;
    max-height: 800px
}

.chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.chatby {
    text-align: right;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
}

.chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden;
}

.chat .chat_converse .chat_msg_item {
    position: relative;
    margin: 5px 0 5px 0;
    max-width: 60%;
    display: block;
    word-wrap: break-word;
    border-radius: 3px;
    -webkit-animation: zoomInA .5s cubic-bezier(.42, 0, .58, 1);
    animation: zoomInA .5s cubic-bezier(.42, 0, .58, 1);
    clear: both;
    z-index: 999;
}

.chat .chat_converse .chat_msg_item_admin .text {
    background: whitesmoke;
    color: black;
}

.chat .chat_converse .chat_msg_item_user .text {
    background: lightgreen;
}

.chat .chat_converse .chat_msg_item .text {
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    text-align: left;
    white-space: pre-wrap;
}

.chabs .status {
    margin: 45px -50px 0 0;
    float: right;
    font-size: 11px;
    opacity: 0.3;
}

.chabs .status2 {
    margin: -10px 20px 0 0;
    float: right;
    display: block;
    font-size: 11px;
    opacity: 0.3;
}

.chat .chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    left: -52px;
    top: 10px;
    background: rgba(0, 0, 0, 0.03);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
    right: -52px;
    background: rgba(0, 0, 0, 0.6);
}

.chat .chat_converse .chat_msg_item .chat_avatar, .chat_avatar img {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.chat .chat_avatar span {
    padding-top: 10px;
    font-size: 1.5em;
    color: steelblue;
    display: inline-block;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 60px;
    display: block;
    /*    background: rgba(0, 0, 0, 0.03);*/
    color: #666;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 20px;
    display: inline-block;
    /*background: #eceff1;*/
    color: black;
    float: right;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, .4);
}



.chabs input {
    position: relative;
    width: 90%;
    /* font-family: 'Roboto';*/
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
}



strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 8px;
    display: block;
}

/*Chatbox scrollbar*/
:: -webkit-scrollbar {
    width: 6px;
}

.chabs ::-webkit-scrollbar-track {
    border-radius: 0;
}

.chabs ::-webkit-scrollbar-thumb {
    margin: 2px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}
/*Element state*/



.chabs .is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.chabs .is-loading {
    display: block;
    -webkit-animation: loadA 1s cubic-bezier(0, .99, 1, 0.6) infinite;
    animation: loadA 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}
/*Animation*/

/*Color Options*/



.blue .chab {
    background: #42a5f5;
    color: #fff;
}



.chat {
    background: steelblue;
    color: #999;
    display: none;
}


/* Ripple */

.chabs .ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, 0.4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    webkit-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
    /*animation effect*/

    .chabs .ink.animate {
        -webkit-animation: rippleA 0.5s ease-in-out;
        animation: rippleA 0.5s ease-in-out;
    }


@-webkit-keyframes zoomInA {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomInA {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes loadA {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loadA {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
    .chat {
        width: 250px;
    }
}
/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
    .chat {
        width: 300px;
    }
}
/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
    .chat {
        width: 300px;
    }

    .w-sm-66 {
        width: 66.66% !important;
    }
}
/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
    .chat {
        width: 300px;
    }
}

.table-medium-font td, .table-medium-font th {
    font-size: medium !important;
}

@-webkit-keyframes rippleA {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

@keyframes rippleA {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

::-webkit-input-placeholder { /* Chrome */
    color: #bbb;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #bbb;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #bbb;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #bbb;
}

/*.is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}*/

.chabs #prime .is-active .prime {
    display: none;
}


.chabs #prime img {
    height: 75px;
}

.chabs #prime .is-active .prime {
    display: none;
}

.chabs #prime .is-active .primeClose {
    display: block;
}

.chabs .primeClose {
    color: white;
    background: #337ab7;
    padding: 15px;
    border-radius: 50%;
    width: 56px;
    margin: 0px 15px;
}

/*.chabs #ChatButtonDiv {
    background: white;
}*/

.chabs #ChatButtonDiv p {
    font-size: medium;
    color: black;
    margin-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
}

.chabs .chat_footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: white;
}

.chabs .waitMessage {
    position: absolute;
    top: 48%;
    bottom: 0;
    width: 100%;
    vertical-align: middle;
    font-size: large !important;
    letter-spacing: 1.1px;
}

.chabs ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray;
    opacity: 1; /* Firefox */
}

.chabs :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: gray;
}

.chabs ::-ms-input-placeholder { /* Microsoft Edge */
    color: gray;
}

.chabs .large {
    font-size: large !important;
}

.timepicker1 .bootstrap-datetimepicker-widget table td {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}


.prime:hover .chatText {
    display: inline-block;
}

.prime .chatText {
    display: none;
}

.w-25p {
    width: 25px;
}

/*.chabs #StartChatDiv {
    display: block;
}

.chabs .chat-started #StartChatDiv {
    display: none;
}

.chabs .chab_field {
    display: none;
}

.chabs .chat-started .chab_field {
    display: flex;
}



.chabs #EndChatDiv {
    display: none;
}*/

/*.chabs .chat-started #EndChatDiv {
    display: block;
}

.chabs #StartChatDiv, .chabs #EndChatDiv {
    background: white;
}*/

.medium-table td {
    font-size: 15px !important;
}

.medium-table1 td, .medium-table1 th {
    font-size: 14px !important;
}

.font-medium {
    font-size: 15px !important;
}


.form-control {
    color: black;
    letter-spacing: 0.8px;
}

.divider {
    font-size: 1px;
    background: rgba(0, 0, 0, 0.5);
}

.field-validation-error {
    font-weight: bold;
}

.logoBar {
    height: 100px;
}

    .logoBar .img {
        height: 100%;
    }


.topArea {
    position: fixed;
    height: 110px;
    width: 100%;
    z-index: 10;
    top: 0px;
}

.bg-child {
    background: rgba(255,255,255,0.85);
    width: 100%;
    height: 100%;
}

.bg-child2 {
    /*background: transparent;
		width: 100%;
		height: 100%;*/
}

.font-135 {
    font-size: 1.35rem
}

.v-hidden {
    visibility: hidden;
}

.font-15{
    font-size: 15px;
}

.h-0
{
    height:0px !important;
}

.acedatetimepicker .dropdown-menu {
    margin-top: -15px !important;
}

.acedatetimepicker .dropdown-menu {
    border
}

.acedatetimepicker .bootstrap-datetimepicker-widget .timepicker {
    border-left: 1px solid lightgray;
}

    .acedatetimepicker .bootstrap-datetimepicker-widget .timepicker .headerrow td {
        line-height: 25px;
        height: 25px;
    }

        .acedatetimepicker .bootstrap-datetimepicker-widget .timepicker .headerrow td h6 {
            margin-bottom: -25px;
            text-align: center;
            font-size: small;
            padding: 0px;
            font-weight: bold;
            margin-top: 0px;
            letter-spacing: 1px;
        }


.bootstrap-datetimepicker-widget .datepicker-years td span.disabled {
    display: none !important;
}

.select2-container--open .select2-dropdown .select2-results__options {
    max-height: 240px !important;
    overflow-y: auto !important;
}

.select2-container {
    margin-left: 3px !important;
    margin-right: 3px !important;
}


.select2-container .select2-selection--single
{
    font-size: 1rem;
    color: #000000;
}

.select2-container .select2-selection__rendered {
    color: #000000 !important;
}

.mediumBox {
    background: #025490;
    color: white;
    font-size: medium;
    text-align: left;
    padding: 5px 10px;
}