body {
    background-image: none;
    font-family: sans-serif !important;
}
.site-wrapper {
    width: 1000px;
}
.header-wrapper {
    background: #8B8786;
    width: 1000px;
    height: auto !important;
    position: relative !important;
    top: -10px !important;
}
.logo {
    background: url(../Images/guesttek/rockycuibanner.png) round transparent;
    height: 80px;
    width: 1000px;
    margin: 0 auto;
}
.contents {
    background: #8B8786;
    width: 1000px;
    height: unset;
    margin: unset;
    color: unset;
}
.footer {
    background: #8B8786;
    width: 1000px;
}

.content-wrap {
    height: auto !important;
    position: relative !important;
    background: #8B8786 !important;
    margin: 0px auto;
    color: #fff;
}

.alert {
    position: relative;
    padding: 10px;
    margin: 5px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.menu-heading, .menu ul li {
    background: #454849;
    border: 1px solid #000;
}
.menu ul li {
    width: 190px;
    text-align: left;
}
.menu ul li a.active span {
    background: linear-gradient(#469dbb, #024e68);
    position: relative;
    width: 100%;
    z-index: 999999;
    display: inline-block;
}
.menu ul li a.active {
    background: none;
    width: 180px;
    border-right: 1px solid #000;
    position: relative;
}
.menu ul li a:hover:not(.active) {
    background: linear-gradient(#469dbb, #024e68);
    width: 190px;
    margin-left: 0px;
}
.menu .fa-2x {
    font-size: 18px !important;
    padding-right: 6px;
}
.menu ul li a span{
    padding-left: 10px;
}
.menuarrow {
    margin: 15px;
    display: inline-block;
    height: 12px;
    position: absolute;
    width: 12px;
    right: -28px;
    z-index: 8;
    top: -2px;
}
.menuarrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 35px;
    top: 35px;
    width: 12px;
}
.menuarrow.is-triangle::after {
    border-style: solid;
    border-width: 0 0 18px 18px;
    height: 0;
    width: 0;
}

.menuarrow::after,
.menuarrow .menuarrow::after {
    border-color: transparent;
}
.menuarrow.is-triangle::after,
.menuarrow .menuarrow.is-triangle::after {
    border-color: transparent;
    border-image: linear-gradient(220deg, #469dbb, #024e68);
}
.menuarrow::before,
.menuarrow .menuarrow::before {
    background-color: transparent;
}
.menuarrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.sitetitleonly{
    width: 350px;
    display: inline-block;
    text-align: center;
    padding: 6px;
    font-size: 16px;
    color: #fff;
}

button.btn {
    height: 28px;
    border: 0;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    margin: 2px;
    padding: 5px 20px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}
a.btn {
    display: inline-block;
    font-size: 13px;
    height: 28px;
    border: 0;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    margin: 2px;
    padding: 5px 16px 5px 16px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none !important;
    font-family: tahoma, verdana, sans-serif;
}

input.btn {
    height: 22px;
    border: 0;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    margin: 2px;
    padding: 5px 20px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btn-default {
    background-image: linear-gradient(#fff, #fff);
    color: #000 !important;
    width: 50%;
    height: 25px !important;
}
.btn-primary {
    background-image: linear-gradient(#2e4c86, #0D2454);
}
.btn-info {
    background-image: linear-gradient(#5bc5ea, #024e68);
}
.btn-success {
    background-image: linear-gradient(#00D775, #006e3c);
}
.btn-error, .btn-danger {
    background-image: linear-gradient(#ff1e1e, #930000);
}
.btn-warning {
    background-image: linear-gradient(#ffb31e, #916206);
}
.btn-sm{
    width: 90px !important;
    height: 28px !important;
}
.text-primary {
    color: #2e4c86 !important;
}
.text-info {
    color: #5bc5ea !important;
}
.text-success {
    color: #00D775 !important;
}
.text-error, .text-danger {
    color: #ff1e1e !important;
}
.text-warning {
    color: #ffb31e !important;
}
#imageLineExportOrange {
    content: url(../Images/guesttek/line.png);
    width: 100%;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #FFFFFF;
    background-color: #5bc5ea !important;
}
table.dataTable thead .sorting_desc {
    background: url(../Images/guesttek/sort_info_desc1.png) no-repeat center right;
}
table.dataTable thead .sorting_asc {
    background: url(../Images/guesttek/sort_info_asc1.png) no-repeat center right;
}

.filterform-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: 40px;
}
.filterform-inline div {
    margin: 5px 10px 5px 0;
    float: left;
    width: 30%;
}
.filterform-inline label {
    margin: 5px 10px 5px 0;
    float: left;
}
.select2-results__options .select2-results__options--nested li {
  padding-left: 1em;
}
.select2-selection__clear{
    width: 30px !important;
    margin: 0 !important;
    padding-right: 35px !important;
    float: right !important;
    font-size: 16px !important;
    color: #000 !important;
    &:hover {
        color: #000 !important;
    }
}

.required{
    color:#fd4343;
    font-weight: bold;
}
.pull-right{
    float: right;
}
.pull-left{
    float: left;
}

/* ------- */
input,
select option,
select {
    font-size: 13px;
    height: auto;
    margin-left: 0px;
    width: 50%;
    padding: 4px;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-family: sans-serif !important;
}
input:focus {
    outline: 0;
    border-color: #5bc5ea;
}
input:focus + .input-icon i {
    color: #5bc5ea;
}
input:focus + .input-icon::after {
    border-right-color: #5bc5ea;
}
select {
  display: inline-block;
  width: 52%;
  float: left;
  border-radius: 0;
}
select:focus,
select:active {
  background-color: #fff;
  color: #000;
  border-color: #5bc5ea;
}
select {
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: #fff;
  color: #000;
}
input:where([type="checkbox"], [type="radio"]) {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: calc(0.75em - 11px) 0.25rem 7px 0;
  border: 2px solid #ddd;
  border-radius: 4px;
  background: #fff no-repeat center center;
}

input[type="radio"] {
  border-radius: 50%;
}

input:where([type="checkbox"], [type="radio"]):where(:active:not(:disabled), :focus) {
  outline: none;
}

input:where([type="checkbox"], [type="radio"]):disabled {
  background: #5bc5ea;
}

input[type="checkbox"]:checked {
  background-image: linear-gradient(#5bc5ea, #5bc5ea);
}

input[type="radio"]:checked {
    background-image: linear-gradient(#5bc5ea, #5bc5ea);
}

.p0{
    padding: 0 !important;
}
.p5{
    padding: 5px;
}
.p10{
    padding: 10px;
}
.p15{
    padding: 15px;
}
.p20{
    padding: 20px;
}

.pt0{
    padding-top: 0px !important;
}
.pt5{
    padding-top: 5px;
}
.pt10{
    padding-top: 10px;
}
.pt15{
    padding-top: 15px;
}
.pt20{
    padding-top: 20px;
}

.pr0{
    padding-right: 0px !important;
}
.pr5{
    padding-right: 5px;
}
.pr10{
    padding-right: 10px;
}
.pr15{
    padding-right: 15px;
}
.pr20{
    padding-right: 20px;
}
.mr0{
    margin-right: 0px !important;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.mr15{
    margin-right: 15px;
}
.mr20{
    margin-right: 20px;
}

.width-auto{
    width: auto !important;
}
.width-80{
    width: 80% !important;
}
.width-90{
    width: 90% !important;
}
.width-100{
    width: 100% !important;
}
.width-70{
    width: 70% !important;
}
.width-60{
    width: 60% !important;
}
.width-50{
    width: 50% !important;
}
.width-40{
    width: 40% !important;
}
.width-45{
    width: 45% !important;
}
.width-48{
    width: 48% !important;
}
.width-30{
    width: 30% !important;
}
.width-20{
    width: 20% !important;
}
.width-10{
    width: 10% !important;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group::before,
.input-group::after {
    content: "";
    display: table;
}
.input-group::after {
    clear: both;
}
.input-group-icon {
    position: relative;
}
.input-group-icon input {

}
.input-group-icon .input-icon {
    position: relative;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    line-height: 3.4em;
    text-align: center;
    pointer-events: none;
    float: right;
    background: #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.input-group-icon .input-icon i {
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 5px;
}
.container {
    max-width: 38em;
    padding: 5px;
    margin: 0em auto;
    background-color: #fff;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.row {
    zoom: 1;
    padding: 15px;
}
.row::before,
.row::after {
    content: "";
    display: table;
}
.row::after {
    clear: both;
}
.col-half {
    padding-right: 10px;
    float: left;
    width: 50%;
}
.col-half:last-of-type {
    padding-right: 0;
}
.col-third {
    padding-right: 10px;
    float: left;
    width: 33.33333333%;
}
.col-third:last-of-type {
    padding-right: 0;
}
.modal h4{
    margin: 0 0 5px 0;
    font-size: 13px;
    font-weight: normal;
}
.modal {
    padding: 0px !important;
    font-family: Verdana, Geneva, sans-serif !important;
}
.modal h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    background: #3F3F3F;
    padding: 15px;
    font-weight: 800;
    line-height: 1.1;
}
.modal p {
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));
    overflow: hidden;
}
.modal #password_must_contain{
    padding-top: 4px;
}
.modal #password_must_contain small {
    border-bottom: 0px;
    display: block;
}
.modal p#passwordmsgRight{
    padding: 5px 5px;
    margin: 0;
}
.modal p label {
    float: left;
    font-weight: bold;
    color: #333;
    font-size: 13px;
    width: 100%;
    line-height: 22px;
}
.modal p input[type="text"], .modal p input[type="password"] {
    width: 92%;
}
.stations-btn-form select {
    width: 84% !important;
}
.site-details input {
    width: 70% !important;
}
.site-details select {
    width: 73% !important;
}
.stations-info-form select {
    width: 84% !important;
}
.stations-btn-form .btn-default {
    width: 38% !important;
}
.dataTables_filter {
    padding-bottom: 7px;
}
.dataTables_filter input[type="search"]{
    width: 75%;
    height: 22px;
}
#mac0, #mac2{
    width: 23%;
    float: left;
    margin-right: 2%;
}
#mac1, #mac3{
    width: 23%;
    float: left;
}
.image-40{
    width: 40px;
}
.image-50{
    width: 50px;
}
.image-60{
    width: 60px;
}
.image-70{
    width: 70px;
}
.image-80{
    width: 80px;
}
.image-90{
    width: 90px;
}
.image-100{
    width: 100px;
}
.ovv-expired{
  padding: 10px;
  margin: 5px;
  clear: both;
  height: 150px;
}
.ovv-expired img{
  max-width: 100%;
  max-height:100%;
}
.ovv-expired .text {
  font-size: 18px;
  margin: 0;
  padding: 2px;
}

.ovv-no-messages{
  padding: 10px;
  clear: both;
  height: 150px;
}
.ovv-no-messages p{
    font-size: 13px;
}
.ovv-trial-period{
  padding: 10px;
  margin: 5px;
  clear: both;
  height: 150px;
}
.ovv-trial-period img{
  max-width: 100%;
  max-height:100%;
}
.ovv-trial-period .text {
  font-size: 18px;
  margin: 0;
  padding: 2px;
}
.p-10{
    padding: 10px;
}
.login-page-btn-center{
    margin: 0 auto;
    width: 90%;
}
.forgot-login-link{
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    float: left;
}
.ovv-reports-page label{
    float: left;
    margin: 2px;
    padding: 2px;
}
.ovv-reports-page input[type="button"], .ovv-reports-page input[type="submit"]{
    width: 100%;
    height: auto !important;
    background-image: linear-gradient(#5bc5ea, #024e68);
    border: 0;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    margin: 2px;
    padding: 5px 10px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.ovv-reports-page input[type="text"], .ovv-reports-page select option, .ovv-reports-page select {
    width: 80%;
}
.ovv-schedule-reports-page .input-with-icon input {
    width: 42% !important;
    margin-right: 8px;
}
.ovv-schedule-reports-page .checkbox {
    display: block;
}
.ovv-schedule-reports-page select option, .ovv-schedule-reports-page select {
    width: 50% !important;
}
.ovv-schedule-reports-page .input-with-select input {
    width: 48% !important;
}
.ovv-schedule-reports-page .input-with-select select option, .ovv-schedule-reports-page .input-with-select select {
    width: 20% !important;
    height: 28px;
}
#CP_hourcont {
    border: 1px solid #5bc5ea !important;
}
.CP_hour{
    font-size: 14px;
    width: 50px;
}
#CP_minutecont {
    width: 70px;
    border: 1px solid #5bc5ea !important;
}
.CP_minute {
    font-size: 13px;
}
.icon-group a{
    text-decoration: none !important;
    background: #fff;
    border-radius: 2px;
    float: left;
    color: #5bc5ea !important;
    padding: 2px;
    margin-right: 2px;
    border: 1px solid #5bc5ea;
}
.icon-group a i{
    font-size: 14px;
    padding: 4px;
}
.text-center{
    text-align: center;
}
.realtime-table {
    width:100% !important;
    background: #fff;
    border: #fff;
}

.realtime-table th {
    color: #000 !important;
    padding: 10px !important;
}

.realtime-table td {
    color: #000 !important;
    padding: 8px !important;
}
.badge {
    font-weight: normal;
    padding: 4px 6px;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
#ui-datepicker-div {
    background: #5cc4e8 !important;
}
.ui-datepicker-unselectable .ui-state-default {
    color: #b4b3b3 !important;
}
.select2-dropdown--below{
    margin-top: 10px !important;
}
.select2-search--dropdown{
    padding: 0 4px 4px 4px !important;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
    background: #fff !important;
}
#select2-siteIDdropDown-container {
    border-radius: 4px !important;
}
.select2-selection__arrow {
    top: 2px !important;
    right: 2px !important;
    width: 22px !important;
}