/* Flaticon icon font: Flaticon | Licence /engine/shared/font/flaticon_licence.pdf */
@import url('flaticon.css?cb=4');
@import url('elegant_icons.css');

:root {
    --primary: #0074cc;   --primary-hover: #0055cc;   --primary-active: #286090;
    --secondary: #f5f5f5; --secondary-hover: #e6e6e6; --default-active: #e6e6e6;
    --success: #28a745;   --success-hover: #51a351;   --success-active: #449d44;
    --info: #17a2b8;      --info-hover: #2f96b4;      --info-active: #31b0d5;
    --warning: #ffc107;   --warning-hover: #f89406;   --warning-active: #ec971f;
    --danger: #dc3545;    --danger-hover: #bd362f;    --danger-active: #c9302c;
    --light: #f8f9fa;
    --dark: #343a40;
    --light_gray: #e5e2ef;
    --lighter_gray: #f4f4f4;
}
.apexcharts-tooltip { pointer-events: auto; }


html {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0;
    padding: 0;
}
body a:focus {
    color: var(--focused-link-color, #23527c);
}
label {
    font-weight: inherit;
    margin: 0;
}
.survey-input-wrapper label{
    max-width: 95%;
}
.d-grid{
    display: grid;
}
abbr[title] {
    border-bottom: 1px dotted #777;
    text-decoration: none;
}

a,
.btn-link {
    color: var(--primary);
}
.btn.btn-small{
    font-size: 11px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.mw-150 {
    max-width: 150px;
}

:visited {
    color: var(--visited-link-color, var(--primary));
}

a:hover,
.btn-link:hover {
    color: var(--primary-hover);
}

:-ms-input-placeholder { color: #bbb; }/* IE 10-11 */
::-ms-input-placeholder { color: #bbb; }/* Edge */
::placeholder { color: #bbb; opacity: 1; }/* W3C, opacity for Firefox */

.select-schedule{ 
    /* Need to remove the JS related code after discount task completed. */
    display: none !important;
}

input[type="radio"][disabled]{
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
div[data-toggle="off"] label{
    cursor: not-allowed;
    color: var(--natural-300, #ccc);
}
/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}

.datepicker-inline:before,
.datepicker-inline-after {
    display: none;
}

.datepicker>div {
    display: none
}

.datepicker.days div.datepicker-days {
    display: block
}

.datepicker.months div.datepicker-months {
    display: block
}

.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0;
    width: 100%;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px
}

.datepicker td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker td.old, .datepicker td.new {
    color: #999
}

.datepicker td.disabled, .datepicker td.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datepicker td.active, .datepicker td.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* background-color: #04c; */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active.disabled:hover, .datepicker td.active.disabled:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.disabled:active, .datepicker td.active.disabled:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled.active, .datepicker td.active.disabled:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active.disabled.disabled, .datepicker td.active.disabled:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled], .datepicker td.active.disabled[disabled], .datepicker td.active.disabled:hover[disabled] {
    background-color: #04c;
    /* background-color: #003bb3 */
}

.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.disabled:active, .datepicker td.active.disabled:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled.active, .datepicker td.active.disabled:hover.active {
    background-color: #039    \9
}

.datepicker td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker td span:hover {
    background: #eee
}

.datepicker td span.disabled, .datepicker td span.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datepicker td span.active, .datepicker td span.active:hover, .datepicker td span.active.disabled, .datepicker td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* background-color: #04c; */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker td span.active:hover, .datepicker td span.active:hover:hover, .datepicker td span.active.disabled:hover, .datepicker td span.active.disabled:hover:hover, .datepicker td span.active:active, .datepicker td span.active:hover:active, .datepicker td span.active.disabled:active, .datepicker td span.active.disabled:hover:active, .datepicker td span.active.active, .datepicker td span.active:hover.active, .datepicker td span.active.disabled.active, .datepicker td span.active.disabled:hover.active, .datepicker td span.active.disabled, .datepicker td span.active:hover.disabled, .datepicker td span.active.disabled.disabled, .datepicker td span.active.disabled:hover.disabled, .datepicker td span.active[disabled], .datepicker td span.active:hover[disabled], .datepicker td span.active.disabled[disabled], .datepicker td span.active.disabled:hover[disabled] {
    background-color: #04c;
    /* background-color: #003bb3 */
}

.datepicker td span.active:active, .datepicker td span.active:hover:active, .datepicker td span.active.disabled:active, .datepicker td span.active.disabled:hover:active, .datepicker td span.active.active, .datepicker td span.active:hover.active, .datepicker td span.active.disabled.active, .datepicker td span.active.disabled:hover.active {
    background-color: #039    \9


}

.datepicker td span.active:hover, .datepicker td span.active:hover:hover, .datepicker td span.active.disabled:hover, .datepicker td span.active.disabled:hover:hover, .datepicker td span.active:active, .datepicker td span.active:hover:active, .datepicker td span.active.disabled:active, .datepicker td span.active.disabled:hover:active, .datepicker td span.active.active, .datepicker td span.active:hover.active, .datepicker td span.active.disabled.active, .datepicker td span.active.disabled:hover.active, .datepicker td span.active.disabled, .datepicker td span.active:hover.disabled, .datepicker td span.active.disabled.disabled, .datepicker td span.active.disabled:hover.disabled, .datepicker td span.active[disabled], .datepicker td span.active:hover[disabled], .datepicker td span.active.disabled[disabled], .datepicker td span.active.disabled:hover[disabled] {
    background-color: #04c;
    /* background-color: #003bb3 */
}

.datepicker td span.active:active, .datepicker td span.active:hover:active, .datepicker td span.active.disabled:active, .datepicker td span.active.disabled:hover:active, .datepicker td span.active.active, .datepicker td span.active:hover.active, .datepicker td span.active.disabled.active, .datepicker td span.active.disabled:hover.active {
    background-color: #039    \9


}

.datepicker td span.old {
    color: #999
}

.datepicker th.switch {
    width: 145px
}

.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover {
    background: #eee
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.datepicker.dropdown-menu {
    min-width: 220px;
}

.selectbox select.form-control {
    padding-top: 2px;
}

.label-small{
    display: flow-root;
    margin: 2px 0px;
    font-size: 10px;
    line-height: 1.1;
}

button.btn.fw-normal {
    font-weight: 400;
}
button.btn.action-btn:hover {
    border-color: unset;
}

#answers-questions-preview-list {
    padding: 0px 20px;
}
ul#answers-questions-preview-list .answers-questions a {
    color: black;
}
ul#answers-questions-preview-list > ul {
    color: #777;
    margin-bottom: 10px;
}
ul#answers-questions-preview-list li a p,
ul#answers-questions-preview-list ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#answers-questions-preview-list p {
    margin: 4px 0;
}
.modal-open .modal .modal-body{
    max-height: 75vh;
    overflow-y: auto;
}
.multiselect-container.dropdown-menu li:not(.multiselect-item) input[type="radio"] {
    width: auto;
}
.multiselect-container.dropdown-menu li:not(.multiselect-item) input[type="radio"] + .multiselect-item-text{
    top: -10px;
    position: relative;
}
/*!
 *
 * Data Tables jQuery Style
 *
 */
div.dataTables_length label {
    float: left;
    text-align: left;
    margin: 0px 10px;
    font-size: 13px;
    position: relative;
    top: 16px;    
}
div.dataTables_length select{
    height: 22px;
}

div.dataTables_length select {
    width: 75px;
    text-align: center;
}

div.dataTables_filter > label {
    float: right;
    margin-bottom: .25em;
}

.dataTables_info {
    float: left;
    padding-top: 8px
}

div.dataTables_paginate {
    box-shadow: 1px 1px 2px #ccc;
    float: right;
    margin: 7px 0 0 0;
}

.table {
    font-size: 12px;
    font-weight: 200;
}

table.table {
    background: #fff;
    clear: both;
    margin-bottom: 6px !important
}

table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
    cursor: pointer;
    /* cursor: hand */
}

table.table thead .sorting {
    background: url('../img/datatables/sort_both.png') no-repeat center right
}

table.table thead .sorting_asc {
    background: url('../img/datatables/sort_asc.png') no-repeat center right
}

table.table thead .sorting_desc {
    background: url('../img/datatables/sort_desc.png') no-repeat center right
}

table.table thead .sorting_asc_disabled {
    background: url('../img/datatables/sort_asc_disabled.png') no-repeat center right
}

table.table thead .sorting_desc_disabled {
    background: url('../img/datatables/sort_desc_disabled.png') no-repeat center right
}

.table .selected {
    font-weight: bolder;
}

table.dataTable th:active {
    outline: 0
}

.dataTables_processing {
    background: rgba(0, 0, 0, .3);
    color: transparent;
    font-size: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.dataTables_processing:after {
    content: '';
    background: url('../img/ajax-loader.gif') no-repeat;
    position: absolute;
    top: 50vh;
    top: -webkit-calc(50vh - 16px);
    top: calc(50vh - 16px);
    left: 50vw;
    left: -webkit-calc(50vw - 16px);
    left: calc(50vw - 16px);
    width: 32px;
    height: 32px;
}

.dataTable_wrapper-hidden_filter .dataTables_filter {
    display: none;
}

#bookings div.dataTables_filter {
    position: relative;
    bottom: 0px;
}
.table .btn-link {
    border: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.table select,
.table [type="text"] {
    width: 100%;
}

.dataTable-clickable-rows tbody tr {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .dataTable-collapse thead {
        display: none;
    }

    .dataTable-collapse tr,
    .dataTable-collapse th,
    .dataTable-collapse td {
        display: block;
    }

    .dataTable-collapse > tbody > tr > td,
    .dataTable-collapse > tbody > tr > td::before {
        padding: .5em;
    }

    .dataTable-collapse > tbody > tr > td[data-label] {
        color: #212121;
        min-height: 2.5em;
        padding-left: 130px;
        position: relative;
    }

    .table.dataTable.dataTable-collapse > tbody > tr > td {
        background: none;
        border: none;
        box-shadow: none;
    }

    .dataTable-collapse > tbody > tr > td[data-label]::before {
        content: attr(data-label)':';
        color: #787878;
        position: absolute;
        top: 0;
        left: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 120px;
    }

    .table.dataTable.dataTable-collapse > tbody > tr > td:first-child {
        border-top: 1px solid #ddd;
    }

    .dataTable-collapse > tbody > tr:nth-child(odd) {
        background: #f2f2f2;
    }

    .dataTable-collapse > tbody > tr:nth-child(even) {
        background: #fff;
    }
}

.navbar-inner {
    border-radius: 0;
    box-shadow: none;
    background-color: #044077;
    background-image: -moz-linear-gradient(top, #055088, #044077);
    background-image: -ms-linear-gradient(top, #055088, #044077);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#055077), to(#044077));
    background-image: -webkit-linear-gradient(top, #055077, #044077);
    background-image: -o-linear-gradient(top, #555, #222);
    background-image: linear-gradient(top, #555, #222);
}
.index-front {
    z-index: 9999;
}
.navbar-inner i {
    height: 19px
}

.navbar-top {
    background: url(../img/noise.png) repeat scroll 0 0 #fff;
    height: 70px;
    color: #fff
}

.navbar-top a {
    color: #049cdb;
    decoration: none
}

#nav-profile {
    margin: 10px 10px 0 0
}

#nav-profile img {
    margin-left: 7px;
    padding: 3px;
    background: #fff
}

#nav-profile .left {
    margin-top: 10px;
    text-align: right
}

.navbar .nav .active>a, .navbar .nav .active>a:hover {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAKCAYAAACuaZ5oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH1JREFUeNpi/P//PwORgBmIJ0DZBUD8lyhdIAuIwEJAvP0/AmyHihHUS4zhKkB8+z8muA2Vo8gCeyB++x83eAtVQ5YFOUD88z9h8AeqlmgLmIF48n/SwWSoXrwWoEcmqQAj8omJTFIBSuQTG5mkAnjkwyLzz3/qA3DkAwQYABEvANn67PzPAAAAAElFTkSuQmCC") no-repeat scroll center 33px #152966
}

.nav-sidebar li {
    margin-left: 15px
}

.nav-sidebar .nav-header li {
    margin-left: 0
}

.navbar-sub {
    padding: 0 14px;
    margin: 0;
    list-style: none;
    /*
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(top, #fff, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    */
    border: 0;
    border-bottom: 1px solid #ddd;
}

.navbar-sub li {
    position: relative;
    margin: 0 0 0 -4px;
    /*
    border-right: 1px solid #eee;
    */
    display: inline-block;
    /* display: inline; */
    /* zoom: 1; */
    padding: 0
}

.navbar-sub li a {
    display: block;
    color: #000;
}

.navbar-sub li a:hover {
    background-color: #f1f1f1;
    background-image: -moz-linear-gradient(top, #eee, #f5f5f5);
    background-image: -ms-linear-gradient(top, #eee, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #eee, #f5f5f5);
    background-image: -o-linear-gradient(top, #eee, #f5f5f5);
    background-image: linear-gradient(top, #eee, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f5f5f5', GradientType=0);
    text-decoration: none
}

@media screen and (max-width: 767px)
{
    .navbar-sub li a {
        font-size: 14px;
        padding: .5em;
    }
}

@media screen and (min-width: 768px)
{
    .navbar-sub li a {
        padding: 7px 20px 12px 12px;
    }
}

.logo {
    margin-top: 4px
}

.navbar-inner .dropdown-toggle {
    color: #fff;
    min-height: 39px;
    text-decoration: none;
}
.navbar-inner .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu span.link {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
    cursor: pointer
}

.dropdown-menu > .active > a {
    background: var(--primary-active);
    color: #fff;
}

.dropdown-menu li>span.link:hover,
.dropdown-menu > .active > a:hover,
.dropdown-menu .active>span.link,
.dropdown-menu .active>span.link:hover {
    background-color: var(--primary);
    color: #fff;
}

.login-form-container .custom_fields .form-input
{
    margin-bottom: 10px;
}

.login-form-container ::-webkit-input-placeholder { color: #a7a7a7; font-weight: 300; }
.login-form-container          ::-moz-placeholder { color: #a7a7a7; font-weight: 300; }
.login-form-container      :-ms-input-placeholder { color: #a7a7a7; font-weight: 300; }

.login form {
    margin-bottom: 0
}

.login-form-container .client-logo {
    margin: 0 auto 0 auto;
    display: block;
    filter: none !important;
}

.login .poweredby {
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center
}

.login .poweredby p {
    display: block;
    margin: 7px 0 0 0
}

.login-form-container .modal-header {
    border: none;
    padding-top: 50px;
    padding-bottom: 28px;
}

.login-form-container .modal-body {
    padding: 15px 40px;
}

.login-form-container .modal-footer {
    padding: 26px 0 34px;
}

.input_group-icon > button {
    background: none;
    border: none;
    color: inherit;
    margin: 0;
    padding: 0;
}

.login .modal-footer hr {
    margin-top: 23px;
    margin-bottom: 20px;
}

.login-input-group {
    width: 100%;
}

.login-input-group .form-control {
    height: 59px;
    font-size: 19px;
}

.login-input-group .input-group-addon {
    width: 64px;
    background: #fff;
    color: #ccc;
    font-size: 30px;
}

.login-input-group [class*=flaticon]:before {
    font-size: 25px;
}

.login-buttons {
    padding-top: 10px;
    padding-bottom: 11px;
    text-align: center;
}

.login-form-container .btn-lg {
    min-height: 50px;
    min-width: 160px;
}

.login .checkbox-styled [type="checkbox"] {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.login .checkbox-icon {
    border: 1px solid #929292;
    border-radius: 2px;
    color: #929292;
    display: block;
    float: left;
    margin-right: .1em;
    padding: 0px 2px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 10px;
}

.login :checked + .checkbox-icon:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f00c";
}

.login [type="checkbox"]:focus + .checkbox-icon {
    box-shadow: 0 0 5px rgb(81, 203, 238);
}
/* report hover css */
.report_table td {
  position: relative;
}
.report_table td div.report_box {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  display: none;
  font-weight: 400;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 60%;
  width: auto;
}
.report_table td a:hover + div.report_box {
     display:block;
}
.report_name a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (max-height: 639px)
{
    .login-form-container .modal {
        overflow-y: auto;
    }
}

@media screen and (min-height: 750px)
{
    .login-form-container .modal-content {
        margin-top: 100px;
    }
}


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

    .login-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}


.modal-reg-form {
    width: 860px;
    margin: -250px 0 0 -420px;
    max-height: none
}

.modal-reg-form .modal-body {
    max-height: none
}

.modal-reg-form .modal-footer {
    margin: 5px;
    position: absolute;
    bottom: 0;
    width: 90%
}

.widget {
    margin-bottom: 30px
}

.widget .widget-header {
    position: relative;
    background-color: #f4f4f4;
    padding: 3px 2px 3px 2px
}

.widget .widget-header h4 {
    text-align: center;
    color: #555
}

.widget .widget-header .widget-icons {
    position: absolute;
    right: 1px;
    top: 2px
}

.widget .widget-header .widget-icons a {
    color: #999
}

.widget .widget-header .widget-icons a:hover {
    text-decoration: none;
    color: #555
}

.widget .widget-header .widget-icons .widget-icon {
    float: right;
    margin-right: 6px
}

.widget .widget-header .widget-icons .dropdown-menu {
    left: auto;
    right: 0
}

.widget .widget-header .widget-icons .dropdown-menu a {
    color: #333
}

.widget .widget-header .widget-icons .dropdown-menu a:hover {
    color: #fff
}

.widget .widget-body {
    padding: 3px 5px 5px 5px
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.map-container .widget-body {
    padding: 0 5px 5px;
}

.widget_container iframe {
    height: 222px !important;
}

.map-container .widget-menu-bar {
    min-width: 0;
}

.widget-drag {
    border: 3px dashed #eee;
    border-radius: 5px;
    min-height: 100px
}

.widget_line {
    border-bottom: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px
}

.widget_line:last-child {
    border-bottom: 0
}

.dashboard_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    position: relative;
}

.dashboard_icons:after {
    clear: both;
    content: '';
    display: table;
}

.dashboard_icons_with_descriptions {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.dashboard_icons_with_descriptions:after {
    content: '';
    flex: auto;
}

.dashboard_icons_with_descriptions .dashboard_plugin {
    float: left;
    margin: 0;
    min-width: 120px;
    width: 20%;
}

.dashboard_plugin {
    display: inline-block;
    float: left;
    min-width: 6em;
    padding-right: 18px;
    padding-bottom: 16px;
    text-align: center;
}

@media screen and (max-width: 419px) {
    .dashboard_plugin{width: 50%;}
}
@media screen and (min-width: 420px) and (max-width: 479px) {
    .dashboard_plugin { width: 33.333333%;}
}
@media screen and (min-width: 480px) and (max-width: 639px) {
    .dashboard_plugin { width: 25%;}
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
    .dashboard_plugin { width: 20%;}
}
@media screen and (min-width: 1023px) {
    .dashboard_plugin { width: 16.6666667%; width: calc(100% / 6); }

    .layout-mode-fluid .dashboard_plugin {
        width: 12.5%;
    }
}

.dashboard_plugin a {
    border-radius: 4px;
    color: #044077;
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 15px
}

.dashboard_plugin a:hover {
    text-decoration: none
}

.task_row_current_forecast_plan {
    background-color: #ccc
}

#task-edit .modal-body {
    max-height: 600px
}

.plugin_icon {
    max-width: 45px;
    max-height: 40px;
    margin-right: 10px
}

.insurance_policy_vessels_table td {
    padding: 5px
}

.plugin_report {
    position: relative;
    width: 300px;
    padding: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1)
}

.plugin_report:before {
    position: absolute;
    width: 40%;
    height: 10px;
    content: ' ';
    left: 12px;
    bottom: 12px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    z-index: -1
}

.plugin_report:after {
    position: absolute;
    width: 40%;
    height: 10px;
    content: ' ';
    left: auto;
    right: 12px;
    background: transparent;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    z-index: -1
}

#report-list-tabs {
    margin-top: 0px;
    font-size: 11px;
}

#reporttab h5 {
    margin: 10px 0 0 10px;
}

#represult {
    padding: 10px;
    margin: 10px;
}

/* Calendar styling */
.fc-unthemed .fc-today {
    background: #e8eefc;
}

.fc-month-view .fc-week-number {
    color: var(--primary);
}

/* Modal styling */
.modal-header {
    background: var(--primary);
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.modal-header * {
    color: inherit;
}

.modal-footer{
    border: none;
    text-align: center;
}

.modal-header .close {
    color: inherit;
    opacity: 1;
}

.form-action-group {
    background: none;
    border: none;
    box-shadow: none;
}

.modal-footer .btn-group,
.form-action-group .btn-group {
    margin-right: 10px;
    min-width: 135px;
}

/* Bootstrap styling adds this margin to `.modal-footer .btn + .btn`.
 * However that causes things to move around when a popover is added on hover.
 */
.modal-footer .btn ~ .btn {
    margin-left: 5px;
}

/* Stat counters at the top of certain plugin screens - start */
.timeoff-reports {
    background: var(--primary);
    color: #fff;
    border: 1px solid #aaa;
    margin-top: .75em;
    text-align: center;
    width: 100%;
}

.timeoff-report-top,
.timeoff-report-bottom {
    position: relative;
}

.timeoff-report .timeoff-report-top {
    background: #0074cc;
    background: var(--primary);
    color: #fff;
    padding: 1.25rem .5em .5rem;
}

.timeoff-report-bottom {
    background: #f3f3f3;
    color: #222;
    padding: .25em .5em;
}

.timeoff-report-amount,
.timeoff-report-title {
    line-height: 1;
    margin: 0;
}

.timeoff-report-amount {
    font-size: 2.5em;
    font-weight: 700;
    line-height: .8;
}

.timeoff-report-title {
    font-size: 1.125em;
    font-weight: 500;
    white-space: normal;
}

.timeoff-report-text {
    margin: 0;
}

.timeoff-report-period {
    white-space: normal;
}
a.fc-event.will_be_replaced {
    display: none;
}
.will_be_replaced .fc-content{
    display: flex;
    justify-content: space-between;
}
.will_be_replaced .fc-content .fc-date-and-time{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: right;
}
.will_be_replaced.fc-event[data-status], .will_be_replaced.fc-event[data-type] {
    border-width: 0px 0px 0px 5px;
    border-radius: 0px;
    background: rgba(var(--status-color, --data-type), 0.35);
    color: #000;
}
.fc-date-and-time .time{
    color: #8f8f8f;
}

.fc-custom-time-span{
    display: block;float: right;font-weight: bold;
}

#header-desktop .header-right .header-cart-section{
    display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
}

.delegate_box [id^="delegate-box-"] {
    height: fit-content;
    transition: height 0.3s;
    overflow: hidden;
}

i.fa.rotate-icon {
    transition: transform 0.3s;
    width: 15px;
    height: 15px;
    font-size: 15px;
    text-align: center;
    position: relative;
    top: 5px;
}

.collapsed .rotate-icon {
    transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
    .px-mobile-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .timeoff-report + .timeoff-report {
        border-top: 1px solid #aaa;
    }
    a.fc-event.will_be_replaced {
        display: block;
    }
    .ib-fullcalendar .popover.timetable-add_slot-popover{
        width: auto !important;
        display: block !important;
        top: 0px !important;
        left: 0px !important;
    }
}

@media screen and (min-width: 768px) {
    .timeoff-reports {
        align-items: flex-end;
        border-radius: 5px;
        display: flex;
        width: 100%;
    }

    .timeoff-report {
        flex: 1;
    }

    .timeoff-report + .timeoff-report > .timeoff-report-top:after,
    .timeoff-report + .timeoff-report > .timeoff-report-bottom:after {
        content: '';
        position: absolute;
        border-left: 1px solid #fff;
        top: 13.5%;
        left: 0;
        bottom: 13.5%;
    }

    .timeoff-report:first-child .timeoff-report-top    { border-top-left-radius: 5px; }
    .timeoff-report:first-child .timeoff-report-bottom { border-bottom-left-radius: 5px; }
    .timeoff-report:last-child  .timeoff-report-top    { border-top-right-radius: 5px; }
    .timeoff-report:last-child  .timeoff-report-bottom { border-bottom-right-radius: 5px; }

    .timeoff-report + .timeoff-report > .timeoff-report-bottom:after {
        border-left-color: #aaa;
    }

    .timeoff-report-text {
        align-items: center;
        display: flex;
        min-height: 3.75em;
    }

    .timeoff-report-title {
        margin: auto;
    }
}
/* Stat counters at the top of certain plugin screens - end */
.ui-autocomplete .ui-menu-item>a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555;
    white-space: nowrap
}

.ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-active {
    color: #fff;
    text-decoration: none;
    background-color: #08c;
    background-color: var(--primary);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-image: none
}

.ui-sortable-handle {
    cursor: grab;
}

.ui-sortable-handle:active {
    cursor: grabbing;
}

/*!
 * jQuery UI Resizable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-icon-gripsmall-diagonal-se:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border: 20px solid transparent;
    border-bottom-color: #ccc;
}

#ActionMenu.floatingMenu {
    background-color: rgba(52, 55, 51, 0.22);
    border-top: 1px solid #fa951f;
    bottom: 0;
    padding: 0;
    position: fixed;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto
}

#ActionMenu.floatingMenu.displayform {
    height: 350px
}

#ActionMenu p, #ActionMenu > ul, #ActionMenu > ul > li {
    display: inline;
    font-size: 10px;
    margin: 0
}

#ActionMenu img {
    float: right;
    margin-right: 10px
}

/* Combobox */
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0;
    padding: .462em .923em;
    width: 100%;
}

.custom-combobox-toggle {
    background: #f9f9f9;
    background-clip: padding-box;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    color: #555;
    display: inline-block;
    height: 2.33em;
    margin: 0 0 0 -1px;
    padding: .5em .3em;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    text-align: center;
    vertical-align: top;
    width: 2em;
}

a.custom-combobox-toggle {
    text-decoration: none;
}

.form-control + .custom-combobox {
    width: 100%;
}

.ui-autocomplete .ui-state-focus {
    background: #205081;
    background: var(--primary);
    color: #fff;
}

.list-events-table tr td {
    cursor: default;
}
/*!
 * Bootstrap Responsive v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
    /* zoom: 1 */
}

.clearfix:before, .clearfix:after {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.hidden {
    display: none;
    visibility: hidden
}

.visible-phone {
    display: none !important
}

.visible-tablet {
    display: none !important
}

.hidden-desktop {
    display: none !important
}


.visible {
    visibility: visible !important;
}

.panel-has_subtitle > .panel-heading .panel-has_subtitle-hidden {
    display: none;
}

@media (max-width:767px) {
    .visible-phone {
        display: inherit !important
    }

    .hidden-phone {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:979px) {
    .visible-tablet {
        display: inherit !important
    }

    .hidden-tablet {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

@media (min-width:1000px) {
    .container, .navbar-fixed-top .container, .navbar-static-top .container, .navbar-fixed-bottom .container {
        width: 959.998px
    }

    .span12 {
        width: 959.998px
    }

    .span11 {
        width: 878.1800000000001px
    }

    .span10 {
        width: 796.3620000000001px
    }

    .span9 {
        width: 714.544px
    }

    .span8 {
        width: 632.726px
    }

    .span7 {
        width: 550.908px
    }

    .span6 {
        width: 469.09000000000003px
    }

    .span5 {
        width: 387.272px
    }

    .span4 {
        width: 305.454px
    }

    .span3 {
        width: 238px
    }

    .span2 {
        width: 141.818px
    }

    .span1 {
        width: 60px
    }

    .offset12 {
        margin-left: 1003.634px
    }

    .offset11 {
        margin-left: 921.816px
    }

    .offset10 {
        margin-left: 839.998px
    }

    .offset9 {
        margin-left: 758.1800000000001px
    }

    .offset8 {
        margin-left: 676.3620000000001px
    }

    .offset7 {
        margin-left: 594.544px
    }

    .offset6 {
        margin-left: 512.726px
    }

    .offset5 {
        margin-left: 430.908px
    }

    .offset4 {
        margin-left: 349.09000000000003px
    }

    .offset3 {
        margin-left: 267.272px
    }

    .offset2 {
        margin-left: 185.454px
    }

    .offset1 {
        margin-left: 103.636px
    }

    .row-fluid {
        width: 100%;
        /* zoom: 1 */
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.564102564%;
        /* margin-left: 2.510911074638298% */
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }

    .row-fluid .span12 {
        width: 100%;
        /* width: 99.94680851063829% */
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        /* width: 91.3997999636383% */
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        /* width: 82.8527914166383% */
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        /* width: 74.30578286963829% */
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        /* width: 65.7587743226383% */
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        /* width: 57.2117657756383% */
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        /* width: 48.6647572286383% */
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        /* width: 40.117748681638304% */
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        /* width: 31.5707401346383% */
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        /* width: 23.0237315876383% */
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        /* width: 14.4767230406383% */
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        /* width: 5.929714493638298% */
    }

    input, textarea, .uneditable-input {
        margin-left: 0
    }

    input.span12, textarea.span12, .uneditable-input.span12 {
        width: 949.998px
    }

    input.span11, textarea.span11, .uneditable-input.span11 {
        width: 868.1800000000001px
    }

    input.span10, textarea.span10, .uneditable-input.span10 {
        width: 786.3620000000001px
    }

    input.span9, textarea.span9, .uneditable-input.span9 {
        width: 704.544px
    }

    input.span8, textarea.span8, .uneditable-input.span8 {
        width: 622.726px
    }

    input.span7, textarea.span7, .uneditable-input.span7 {
        width: 540.908px
    }

    input.span6, textarea.span6, .uneditable-input.span6 {
        width: 459.09000000000003px
    }

    input.span5, textarea.span5, .uneditable-input.span5 {
        width: 377.272px
    }

    input.span4, textarea.span4, .uneditable-input.span4 {
        width: 295.454px
    }

    input.span3, textarea.span3, .uneditable-input.span3 {
        width: 213.636px
    }

    input.span2, textarea.span2, .uneditable-input.span2 {
        width: 131.818px
    }

    .icon-arrow-right  input.span2, textarea.span2, .uneditable-input.span2 {
        width: 100px
    }

    .icon-arrow-right  .icon-arrow-right input.span2, textarea.span2, .uneditable-input.span2 {
        width: 75px
    }

    .icon-arrow-right .icon-arrow-right  .icon-arrow-right input.span2, textarea.span2, .uneditable-input.span2 {
        width: 50px
    }

    .icon-arrow-right input.span1 {
        width: 20px
    }

    .icon-arrow-right .icon-arrow-right input.span1 {
        width: 10px
    }

    .icon-arrow-right .icon-arrow-right .icon-arrow-right input.span1 {
        width: 5px
    }

    input.span1, textarea.span1, .uneditable-input.span1 {
        width: 50px
    }

    input, textarea, .uneditable-input {
        margin-left: 0
    }

    input.span12, textarea.span12, .uneditable-input.span12 {
        width: 949.998px
    }

    input.span11, textarea.span11, .uneditable-input.span11 {
        width: 868.1800000000001px
    }

    input.span10, textarea.span10, .uneditable-input.span10 {
        width: 786.3620000000001px
    }

    input.span9, textarea.span9, .uneditable-input.span9 {
        width: 704.544px
    }

    input.span8, textarea.span8, .uneditable-input.span8 {
        width: 622.726px
    }

    input.span7, textarea.span7, .uneditable-input.span7 {
        width: 540.908px
    }

    input.span6, textarea.span6, .uneditable-input.span6 {
        width: 459.09000000000003px
    }

    input.span5, textarea.span5, .uneditable-input.span5 {
        width: 377.272px
    }

    input.span4, textarea.span4, .uneditable-input.span4 {
        width: 295.454px
    }

    input.span3, textarea.span3, .uneditable-input.span3 {
        width: 213.636px
    }

    input.span2, textarea.span2, .uneditable-input.span2 {
        width: 131.818px
    }

    input.span1, textarea.span1, .uneditable-input.span1 {
        width: 50px
    }

    .thumbnails {
        margin-left: -30px
    }

    .thumbnails>li {
        margin-left: 30px
    }

    .row-fluid .thumbnails {
        margin-left: 0
    }
}
@media (min-width:1200px) {	
    .container{ width:1170px }	
}
/*!
 * IdeaBubble Rules
 */
a, select {
    cursor: pointer;
}

.xdataTable td {
    cursor: default;
    word-wrap: break-word
}

.xdataTable {
    table-layout: fixed
}

.left {
    float: left
}

.right {
    float: right
}

#login-logo h1, #login-logo img {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px
}

#login-form {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #fff;
    margin-top: 100px;
    -webkit-box-shadow: 0 0 12px rgba(100, 100, 100, 0.7);
    -moz-box-shadow: 0 0 12px rgba(100, 100, 100, 0.7);
    box-shadow: 0 0 12px rgba(100, 100, 100, 0.7);
    padding: 20px
}

div.header {
    margin-bottom: 15px
}
#technopath  div.header {
    margin-bottom: 0px
}

.save-bar {
    padding: 17px 0 18px 0;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd
}

.save-bar .view-actions {
    padding-right: 20px;
    float: right
}

.view-actions {
    margin-bottom: 8px;
    display: block;
    height: 28px
}

.view-actions ul {
    margin: 0
}

.view-actions li {
    display: inline-block;
    vertical-align: top
}

.table td a:not(.btn) {
    text-decoration: none;
    display: block;
    padding: 0;
    height: 100%;
    color: inherit;
}

.map img {
    max-width: none
}

.nav-tabs a {
    outline: 0
}

.tab-pane {
    min-height: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content>.active {
    display: block;
}

footer #version {
    text-align: center
}

.footer_copyright {
    padding: 0;
    white-space: nowrap;
}

.page-header {
    margin-top: 10px;
    padding-bottom: 15px
}

.dashboard .widget {
    border: 1px solid #eee;
    display: inline-block;
    width: 305px;
    height: 175px
}

.bottommargin20 {
    margin-bottom: 20px
}

.location-view-full-address,
.location-view-sub-full-address{
    cursor: pointer;
}
.location-view-full-address span,
.location-view-sub-full-address span{
    color: var(--primary);
}
.location-view-full-address span svg,
.location-view-sub-full-address span svg{
    width: 15px;
    height: 15px;
    fill: var(--primary);
    margin-bottom: -2px;
}

#main.container {
    min-height: 450px
}

#ajax_loader_background {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0
}

#ajax_loader_icon {
    width: 32px;
    height: 32px;
    background-image: url('../img/ajax-loader.gif');
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: fixed
}

.ajax_loader_icon_inner {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background-image: url('../img/ajax-loader.gif')
}

#add_new_js {
    display: none
}

#new_background_js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 201;
}

#new_js {
    position: absolute;
    background-color: white;
    width: 960px;
    left: 50%;
    top: 5%;
    margin-left: -480px;
    z-index: 1041;
}

#new_js:empty {
    display: none;
}

footer div.footer-stats{
    background-repeat: no-repeat;
    background-size: cover;
}

#ib_background {
    background-color: black;
    opacity: .5;
    z-index: 20000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0
}

#ib_window {
    background-color: white;
    position: absolute;
    z-index: 20010;
    width: 800px;
    height: 600px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    background-color: #fff
}

#ib_wnd_top {
    background-color: #f8f8f8;
    width: 100%;
    height: 40px;
    text-align: right;
    line-height: 40px;
    vertical-align: middle
}

#ib_wnd_container {
    width: 100%;
    height: 555px;
    overflow: auto;
    margin-top: 2px
}

#ib_select_folder {
    margin: 0 20px 0 0
}

.ib_label {
    margin: 0 8px 0 0;
    display: inline-block
}

.ib_div_folder_hidden {
    display: none
}

.ib_hide_tn {
    display: none !important
}

.ib_tn {
    display: inline-block;
    border: 1px solid #a8a8a8;
    background-color: #f8f8f8;
    margin: 5px;
    width: 100px;
    height: 140px;
    box-shadow: 1px 1px 1px #a8a8a8;
    overflow: hidden;
    font-size: 8pt;
    text-align: center
}

.ib_tn_div {
    background-color: white;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    text-align: center
}

.ib_tn_div:not(.img) {
    background-color: white;
    width: 100px;
    height: 100px;
    display: flex;
    overflow-wrap: break-word;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    line-height: unset;
}
.ib_tn_div:not(.img) .filename{
    padding: 0 6px;    
    max-height: 60px;
    overflow: hidden;
}

.ib_tn_img {
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle
}

.ib_tn:hover {
    border-color: black
}

.total_row_amount_filtered {
    font-weight: bold
}

.total_row_amount_unfiltered {
    font-weight: normal
}

.ib_list {
    float: left;
    clear: left;
}

.ib_list_div {
    background-color: white;
    display: block;
    line-height: 15px;
    text-align: left;
    margin: 5px 10px;
    font-weight: bold;
}

.ib_list_div span {
    font-weight: normal;
}

.ib_list_div:hover {
    border-color: black;
    cursor: pointer;
    text-decoration: underline;
}

input[type="text"].ib_text_title_input {
    font-size: 20px;
    height: 2em;
    width: 430px;
}

/* Toolbars -- start */
.navbar .logo,
#application_switcher{
    position: relative;
    z-index: 1;
}

.navbar .logo ul,
#application_switcher ul{
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 0 0 4px 4px;
    display: none;
    font-size: 14px;
    list-style-type: none;
    position: absolute;
    top: 38px;
    left: 0;
    margin: 0;
    width: 140px;
}

.navbar .logo:hover {
    background: #205081;
}

.navbar .logo:hover > ul,
#application_switcher:hover > ul{
    display: block;
}

.navbar .logo li,
#application_switcher li {
    position: relative;
}

.navbar .logo li:hover > ul {
    display: block;
}

.navbar .logo ul ul {
    position: absolute;
    top: 0;
    left: 140px;
}

.navbar .logo ul > li > a,
#application_switcher li a {
    display: block;
    padding: 2px 5px 2px 21px;
    text-decoration: none;
}

.navbar .logo ul > li.current:before,
#application_switcher > li.current:before {
    color: #000;
    content: '\2022';
    float: left;
    font-size: 20px;
    margin-top: 2px;
    text-indent: 9px;
}

.navbar .logo ul > li.current:hover:before,
#application_switcher > li.current:hover:before {
    color: #FFF;
}

.navbar .logo ul > li:hover > a,
#application_switcher li:hover > a{
    background: #205081;
    background: var(--primary);
    color: #FFF;
}

.navbar .logo {
    height: 39px;
    margin-top: 0;
    padding-top: 4px;
}

.row.navbar-sub {
    clear: both;
    font-weight: 200;
    font-size: 15px;
    margin: 0 15px 18px 0;
    padding-left: 0;
    padding-right: 0;
}

.row.gutters,
.row-fluid.gutters {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.gutters--narrow.gutters--narrow {
    margin-left: -5px;
    margin-right: -5px;
}

.gutters--narrow.gutters--narrow > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-sub li.active:after {
    background: #fff;
    border: solid #ddd;
    border-width: 1px 0 0 1px;
    content: '';
    height: 8px;
    margin-left: -4px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
}

.ui-autocomplete-category {
    font-weight: bold;
    text-indent: 8px;
}

#dashboard {
    position: relative;
    z-index: 2;
}

#navbar-level2 {
    background-color: #fbfbfb;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
    background-image: -o-linear-gradient(top, #fff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fff, #f5f5f5);
    background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
    background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background-image: linear-gradient(top, #fff, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border-bottom: 1px solid #DDD;
    clear: both;
}

#navbar-level2 > .container {
    padding: 0;
}

.navbar-breadcrumbs-wrapper {
    font-size: 14px;
}

.navbar-breadcrumbs-wrapper:after {
    content: '';
    clear: both;
    display: table;
}

#navbar-breadcrumbs {
    display: inline-block;
    margin-bottom: 10px;
}

#navbar-breadcrumbs ol {
    display: inline;
}

#navbar-breadcrumbs li {
    display: inline;
    list-style-type: none;
}

#navbar-breadcrumbs li:after {
    content: '';
    border: solid #000;
    border-color: var(--primary);
    border-width: 1px 1px 0 0;
    display: inline-block;
    margin: 0 1em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: .333em;
    height: .333em;
}

#navbar-breadcrumbs li:last-child:after {
    display: none;
}

#plugin_tools {
    float: right;
    margin-bottom: 10px;
}

#plugin_tools .dropdown {
    float: right;
}

#plugin_tools .dataTables_filter {
    padding: 1px;
    margin-right: .5em;
}

#plugin_tools .dataTables_filter input {
    width: auto;
}

#plugin_tools .dropdown-menu > li > a:hover {
    color: #FFF;
    background: #08C;
    background: var(--primary);
}

#plugin_tools button, #plugin_tools input, #plugin_tools .btn {
    margin: 0;
}

#plugin_tools .btn-group {
    padding: 0;
}

@media screen and (max-width: 500px) {
    #plugin_tools .btn,
    #plugin_tools .dataTables_filter {
        width: 100%;
    }

    #plugin_tools .dataTables_filter label {
        display: flex;
        width: 100%;
        align-items: center;
    }

    #plugin_tools .dataTables_filter input {
        flex: 3;
        width: 100%;
        margin-left: .5em
    }
}

#search2 {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    color: #bababa;
    font-size: 14px;
    height: 23px;
    margin-top: 4px;
    padding-left: 23px;
    text-transform: uppercase;
    width: 250px;
}

#search2::-webkit-input-placeholder {
    color: #B1B1B1;
    font-weight: 300;
}

#search2::-moz-placeholder {
    color: #B1B1B1;
    font-weight: 300;
}

#search2:-ms-input-placeholder {
    color: #B1B1B1;
    font-weight: 300;
}

.searchbar-icon {
    color: var(--primary);
}

#search2_wrapper {
    padding-top: 5px !important;
    margin-right: 5px;
    position: relative;
}

#search2_wrapper [role=status] {
    position: absolute;
    top: -9999px;
    left: -9999px
}

#search2_wrapper #resultscount {
    position: absolute;
    right: .5em;
    bottom: 1px;
}

#search2_wrapper:before {
    color: #999;
    content: "\f002";
    display: block;
    font-family: fontAwesome;
    height: 10px;
    position: absolute;
    top: 13px;
    left: 8px;
    width: 10px;
}

#settings_icon > ul > li:first-child {
    border-bottom: 1px solid #AAA;
    margin-bottom: 5px;
}

#application_switcher {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    height: 38px;
    padding: 10px 5px;
    width: 35px;
}

#application_switcher:before {
    border-top: 9px double #fff;
    border-bottom: 3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    height: 15px;
    left: 5px;
    position: absolute;
    top: 10px;
    width: 25px;
}

.user_tools_avatar img {
    border-radius: 2px;
}

#user_tools {
    float: right;
    list-style-type: none;
    margin-right: 0;
}

#user_tools > li {
    float: left;
    padding: 0;
    position: relative;
}

#user_tools > li:not(#search2_wrapper):hover {
    background: rgba(0, 0, 0, .1);
}

#user_tools > li > a {
    padding: 9px 10px 9px;
    position: relative;
    width: 3.9em;
}

#user_tools > li > a:after {
    border: 4px solid transparent;
    border-top-color: #E6EBF0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: .5em;
    top: 1.2em;
    width: 0;
}

#user_tools > li > a:hover:after {
    border-top-color: #FFF;
}

#user_tools > li > a > i:first-child {
    font-size: 19px;
}

#user_tools > li > a > i.icon-chevron-down {
    position: absolute;
    right: 3px;
    top: 8px;
}

#user_tools > li > a > span {
    position: absolute;
    top: -999px;
    left: -999px;
}

#user_tools > li > ul {
    background: #E9EBEE;
    border-radius: 0 1px 10px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    list-style: none;
    min-width: 140px;
    padding: 5px 20px 20px;
    position: absolute;
    left: -999px;
    top: -999px;
    z-index: 3;
}

#user_tools > li > ul a:hover {
    text-decoration: underline;
}

#user_tools > li:hover > ul {
    left: auto;
    right: 50%;
    margin-right: -67px;
    top: 39px;
}

.user_tools_notification_amount {
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: 200;
    height: 16px;
    line-height: 10px;
    margin-left: 2px;
    min-width: 16px;
    position: absolute;
    top: 2px;
    right: 9px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-linear-gradient(#F60000, #AD0E0E);
    background: -moz-linear-gradient(#F60000, #AD0E0E);
    background: linear-gradient(#F60000, #AD0E0E);
    background-color: #f00;
    display: inline-block;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@-moz-document url-prefix() {
  .user_tools_notification_amount {
     padding: 2px 2px 0;
  }
}

.user_tools_notification_amount:empty {
    display: none;
}

.notifications_amount {
    color: #f00;
    position: relative;
    top: -.45em;
    left: 0;
    font-size: 85%;
    font-weight: bold;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.ideabubble_site_search > li {
    text-indent: 0;
    padding: .2em .75em
}

.ideabubble_site_search > li.ui-state-focus {
    background: #205081;
    background: var(--primary);
    color: #fff;
}

.ideabubble_site_search > li.ui-state-focus a {
    color: inherit;
}

.ideabubble_site_search > li > a {
    text-decoration: none;
}

@media screen and (min-width: 768px)
{
    .row.navbar-sub {
        margin-left: 15px;

    }
}


.question-feedback-block .btn-link.collapse-feedback-btn {
    border: 1px solid #ccc;
    color: #000;
    padding: 8px 15px;
    border-radius: 4px 0 0 4px;
}
.question-feedback-block .btn-link.event-log-btn {
    border: 1px solid #ccc;
    color: #000;
    padding: 8px 15px;
    margin-left: -4px;
    border-radius: 0 4px 4px 0;
    border-left: 0;
    margin-right: 10px;
}
.question-feedback-block span.btn-link {
    color: #000;
    padding: 0 5px;
}
textarea.feedback {
    width: 100% !important;
}
.collapse-feedback .card-body {
    padding: 5px 0 10px;
}
.open-top .ui-autocomplete {
    top: auto !important;
    bottom: 100% !important;
}
@media screen and (max-width: 767px){
    .question-feedback-block .btn-link.event-log-btn,
    .question-feedback-block .btn-link.collapse-feedback-btn {
        margin-bottom: 10px;
    }
    .question-feedback-block span.btn-link {
        color: #000;
        padding: 5px 0;
        display: block;
    }
}

/* Toolbars -- end */

.CMSdashboard {
    clear: both;
}

.CMSdashboard hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-bottom: 30px;
}

#displayWidgets {
    padding-top: 2px;
    float: left;
    width: 100%;
}

#ibTwitterFeed {
    display: block;
    float: right;
    z-index: 1;
    margin-bottom: 16px;
    min-width: 200px;
    overflow-y: auto;
    width: 100%;
    height: 800px;
}

#ibTwitterFeed iframe, #ibTwitterFeed + .panel {
    box-shadow: 2px 2px 2px #ccc;
}

#ibTwitterFeed + .content-inner {
    width: calc(100% - 321px);
    float: left;
}

@media screen and (max-width: 1200px) {
    #ibTwitterFeed {
        float: none;
        height: 180px;
        margin: 10px;
        overflow-y: scroll;
        width: auto;
    }

    #ibTwitterFeed + .content-inner {
        float: none;
        width: auto;
    }
}
/* Custom Field */
strong.age{
    position: relative;
    top: -28px;
    float: right;
}
#contact_custom_fields_section:not(.contact_form) .form-select:before{
    top: 1px;
    height: 2.375em;
}
#contact_custom_fields_section:not(.contact_form) .form-select .form-input select {
    height: 2.375em;
}

#contact_custom_fields_section:not(.contact_form) .ib-custom-fields-wrapper{
    display: grid;
}
#contact_custom_fields_section:not(.contact_form) .form-group {
    margin: 10px -30px 0;
    display: flex;
    gap: 30px;
}
.add_edit_contact #contact_custom_fields_section .form-group {
    display: block;
    gap: 0;
    margin: 10px 0 0;
}
#contact_custom_fields_section .form-input {
    width: 48%;
    flex: 0 1 48%;
    margin-bottom: 15px;
}
.add_edit_contact #contact_custom_fields_section .form-input {
    width: 100%;
    float: none;
}

#contact_custom_fields_section .form-input {
    width: auto;
    /* float: left; */
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #contact_custom_fields_section .form-group {
    display: block;
    margin: 10px 0 0;
  }
  #contact_custom_fields_section .form-input {
      width: 100%;
      flex: 0 1 100%;
      margin-bottom: 15px;
  }
  #contact_custom_fields_section .form-input {
      width: 100%;
      float: left;
      margin-bottom: 15px;
  }
}
.twitter-timeline {
    width: 300px;
}
#frontend_topics tr{
    cursor: pointer;
}
img.reply_user_avatar{
    width: 25px;
    height: 25px;
    max-width: unset !important;
}
#todo_alert {
    color: white;
    background: red;
    font-size: 14px;
}

#todo_alert a {
    color: black;
}

.serp_widget_table tr td {
    padding: 0;
}

.serp_widget_table tr th {
    padding: 0;
    padding-right: 6px;
}

.margin-left-54 {
    margin-left: 54px;
}

#selected_dates{
    min-width: 100%;
}
.timeslots_header .filter_options {
    display: flex;
    gap: 5px;
    flex-direction: row;
}

@media screen and (max-width : 425px) {
    .timeslots_header .filter_options {
        flex-direction: column;
    }
}
.timeslots_header .filter_options .form-input.datepicker{
    margin-top: 0px;
}

.fullscreen {
    margin: 10px 0 0;
    display: inline-block;
    background: #fff url('https://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/OOjs_UI_icon_fullScreen.svg/1201px-OOjs_UI_icon_fullScreen.svg.png') no-repeat;
    border: 1px solid #ccc;
    padding: 10px 15px 10px 35px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    background-size: 11px;
    background-position: 15px 50%;
}

.download {
    margin: 10px;
    display: inline-block;
    background: #fff url('../img/download.svg') no-repeat;
    border: 1px solid #ccc;
    padding: 10px 15px 10px 35px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    background-size: 16px;
    background-position: 15px 50%;
}
.fullscreen:hover,
.download:hover {
    text-decoration: none;
}

.close_fullscreen {
    margin: 10px 0 0;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    background-size: 11px;
    background-position: 15px 50%;
}
.close_fullscreen:hover {
    text-decoration: none;
}

@media screen and (max-width : 1600px) {
    #ibTwitterFeed + #main.container .span12 {
        width: -webkit-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: -ms-calc(100% - 110px);
        width: -o-calc(100% - 110px);
        width: calc(100% - 110px);
    }
}

span.description {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #000000;
    width: 450px;
    color: #000000;
    padding: 10px;
}

.dashboard_icons img {
    width: 60px;
}

.dashboard_icons svg {
    width: 60px;
    height: 60px;
    margin-top: 12px;
}

.dashboard_plugin .fa,
.dashboard_icons [class*="icon"] {
    display: block;
    font-size: 60px;
    line-height: 1;
    padding: 15px 5px 5px;
}

.dashboard_icons [class*="icon"]:before {
    font-size: inherit;
    margin-left: 0;
}

.eventsCalendar-daysList .eventsCalendar-day.current a {
    background: var(--primary, #79BDCC);
    box-shadow: inset 5px 5px 10px var(--primary, #216B7A);
    text-shadow: 2px 2px 2px var(--primary, #216B7A);
}
.dashboard_icons_inactive a {
    color: #A7A7A7;
}

.dashboard_icons_inactive svg {
    fill: #A7A7A7;
}

/* Dropout menus */
.dropout {
    background: #fff;
    border: 1px solid #aaa;
    display: none;
    list-style: none;
    margin: 0;
    min-width: 200px;
    position: absolute;
    top: 45px;
    right: 0;
    text-align: left;
    z-index: 2;
}

.dropout.dropout {
    background-color: #0074cc;
    background-color: var(--primary);
}

.dropout:before,
.user-tools .dropdown-menu:before {
    content: "";
    position: absolute;
    background: inherit;
    border: inherit;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
    top: -6px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-width: 0 1px 1px 0;
}

.dropout > li {
    border-top: 1px solid #aaa;
    border-top-color: rgba(170, 170, 170, .7);
}

.dropout > li:first-child {
    margin-top: -1px;
}

.dropout > li > a {
    display: block;
    padding: 3px .5em;
    position: relative;
    z-index: 1;
}

.dropout > li > a:hover {
    text-decoration: none;
}

.dropout-highlight {
    background: #f6f6f6;
    box-shadow: 1px 1px 1px #999, 1px -1px 1px #999, -1px -1px 1px #999, -1px 1px #999;
}

.expand-dropout {
    color: #aaa;
    display: inline-block;
    padding: 8px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.expand-dropout:hover {
    text-decoration: none;
}

.expand-dropout.expanded {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#task-tags-list .task-tag{
    color: var(--text-primary, #FFF);
    display: inline;
}
/* Widgets */

@supports ((-webkit-flex-wrap: wrap) or (-ms-flex-wrap: wrap) or (flex-wrap: wrap))
{
    [id="dashboard_report_widgets"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}

#dashboard_report_widgets .mini-widget-wrapper {
    padding: 15px 10px;
    width: 33.33333%;
}

.mini-widget {
    border-radius: 4px;
    box-shadow: 2px 2px #ccc;
}

.dashboard .widget {
    margin: 10px;
}

.widget .widget-header.widget-header {
    background: none;
}

.widget_container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 5px;
    width: 258px;
    background: #fff;
    box-shadow: 2px 2px #ccc;
    width: -webkit-calc(33% - 15px);
    width: calc(33% - 15px);
    min-width: 150px;
}

.widget_container[data-per_row="1"] {
    width: 100%;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
}

.widget_container[data-per_row="2"] {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

.widget_container[data-per_row="3"] {
    width: -webkit-calc(33% - 10px);
    width: calc(33% - 10px);
    min-width: 150px;
}

.widget_container[data-per_row="4"] {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    min-width: 150px;
}

.widget_container[data-per_row="5"] {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
    min-width: 0;
}

.widget_container[data-per_row="6"] {
    width: -webkit-calc(16% - 10px);
    width: calc(16% - 10px);
    min-width: 0;
}

.widget_type-quick_stats {
    background: none;
    border: none;
    box-shadow: none;
}

.widget-menu-bar,
.highcharts-container svg {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .widget_container[data-per_row="6"] {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

@media screen and (max-width: 700px) {
    .widget_container[data-per_row="5"] {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

@media screen and (max-width: 650px) {
    .widget_container[data-per_row="4"] {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }

    #dashboard_report_widgets .mini-widget-wrapper.mini-widget-wrapper {
        padding: 10px 0;
        width: 100%;
    }
}

@media screen and (min-width: 651px) {
    #dashboard_report_widgets {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media screen and (max-width: 600px) {
    .widget_container[data-per_row="3"] {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

@media screen and (max-width: 400px) {
    .widget_container[data-per_row="2"] {
        width: 100%;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }

    #card-element{
        border: solid 1px var(--light_gray, #ccc);
    }
    h3.checkout-heading {
        border-top: solid 1px var(--light_gray, #ccc);
        padding-top: 5px;
    }
}

.widget-body {
    display: block;
    height: 258px;
    min-height: 258px;
    overflow-y: auto;
    position: relative;
}

.custom_widget_container .widget-body {
    height: auto;
}

.widget-body .twitter-timeline {
    height: 198px;
}

a.widget-body:hover {
    text-decoration: none;
    box-shadow: 2px 2px 5px skyblue, 2px -2px 5px skyblue, -2px -2px 5px skyblue, -2px 2px 2px skyblue;
}

.widget_type-quick_stats .widget-body:hover {
    box-shadow: none;
}

.widget-menu-bar {
    background: #f1f1f1;
    box-sizing: border-box;
    color: #929292;
    cursor: move;
    font-size: 1.07692308em;
    font-weight: bold;
    padding: 0 0 0 10px;
    position: relative;
    width: 100%;
}

.widget-menu-bar:after {
    content: '';
    clear: both;
    display: table;
}

.widget-title {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    padding: 8px 75px 8px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.widget-actions {
    list-style: none;
    position: absolute;
    top: 8px;
    right: 20px;
}

.widget-actions > a {
    color: inherit;
}

.widget-actions-dropdown {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    color: #000;
    display: none;
    font-weight: normal;
    list-style: none;
    padding-bottom: 5px;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 2;
}

.widget-actions-dropdown > li {
    background: #fff;
    color: #000;
    display: block;
}

.widget-actions-dropdown > li > a {
    color: inherit;
    display: block;
    width: 100%;
    padding: 1px 10px;
    min-width: 110px;
    font-size: 14px;
    line-height: 1.8;
}

.widget-actions-dropdown > li > a:hover {
    background: #337ab7;
    background: var(--primary);
    color: #fff;
}

.widget-actions-dropdown-toggle.active + .widget-actions-dropdown {
    display: block;
}

.widget-actions a {
    text-decoration: none;
    font-size: 20px;
}

.widget-actions button {
    border: 0;
    background: #fff;
    height: 17px;
    margin: 0 0 3px;
    padding: 0 5px 5px;
    width: 17px;
}

.widget-date-range-wrapper:after {
    clear: both;
    content: '';
    display: table;
}

.widget-date-range {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #aaa;
    display: inline-block;
    float: right;
    margin: 5px;
    padding: 2px 8px;
    position: relative;
}

.widget-date-range.widget-date-range .dropout {
    background: #fff;
    box-shadow: 2px 2px 2px #999;
}

.widget-date-range-actions {
    padding: 5px
}

.widget-date-range-actions button {
    margin-top: 5px;
}

.widget-date-range-actions label {
    width: 3em;
    display: inline-block;
}

.widget-date-range-actions input {
    display: inline-block;
    width: 130px;
    margin: 5px 5px 0 0
}

.widget_type-quick_stats .widget-menu-bar {
    background: none;
}

.widget-action-remove {
    display: none; /* When the dashboards plugin drives the main dashboard, this can be removed */
}

.quick_stats {
    clear: both;
    border: solid transparent;
    border-width: 1px 0;
    height: 200px;
}

.quick_stat {
    border-radius: .3em;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    width: -webkit-calc(50% - .4em);
    width: calc(50% - .4em);
    background: #00aced;
    background: var(--primary);
    margin: .2em;
    text-align: center;
}

.quick_stat:nth-child(6n + 1) {
    background: #00aced;
    background: var(--primary);
}

.quick_stat:nth-child(6n + 2) {
    background: #9467bd;
}

.quick_stat:nth-child(6n + 3) {
    background: #fe7e03;
}

.quick_stat:nth-child(6n + 4) {
    background: #d62728;
}

.quick_stat:nth-child(6n + 5) {
    background: #2ca02c;
}

.quick_stat:nth-child(6n) {
    background: #ff0;
    color: #000;
}

.quick_stat-header {
    background: rgba(255, 255, 255, .15);
    padding: .2em;
}

.quick_stat-body {
    font-size: 2em;
    padding: 0 .2em;
}

.widget_table_wrapper {
    height: 222px;
    width: 100%;
    overflow-x: auto;
    overflow-y: scroll;
}

.widget_table {
    width: 100%;
}

.widget_table caption {
    text-align: center;
}

a.widget-move-handle {
    cursor: move;
    text-align: right;
    font-size: 20px;
}

a.widget-move-handle.widget-move-handle,
.widget-actions.widget-actions > a{
    color: #fff;
}

/*** Widgets - end ***/

#menus table td {
    vertical-align: middle;
    padding: 5px;
}

#menus table td .icon-plus {
    display: initial;
    padding: 5px;
}

#menus table td .icon-arrow-right {
    padding-left: 10px;
}

.cms_header .navbar-inner > div {
    max-width: 960px;
    max-height: 39px;
    margin: auto;
}

.cms_header .nav > li {
    float: left;
}

.cms_header .nav > li > a {
    color: #e6ebf0;
    display: block;
    float: none;
    padding: 9px 10px 11px;
    line-height: 19px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 3.9em;
}

.cms_header .nav > li:hover,
.cms_header .nav > li a:hover {
    background: none;
}

.nav-tabs {
    margin-bottom: 18px;
}

.alert {
    padding: 10px 15px;
}

/*
.btn {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    padding: 4px 10px;
}
*/
.btn {
    display: inline-block;
    padding: 4px 10px;
    color: #333;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    box-shadow: none
}

.btn-lg {
    padding: 10px 16px;
}

.btn-link.btn-lg {
    display: inline-block;
}

.input-group-btn .btn {
    padding: 6px 12px;
}

.btn-default {
    background-color: var(--secondary);
}

.btn-default,
.btn-default:hover {
    border: 1px solid #d3d3d3;
}

.btn-default:hover {
    background-color: var(--secondary-hover);
}

.btn-default:active, .btn-default.active, .btn-default:active:focus {
    background-color: var(--secondary-active);
}

.btn-primary, .btn-primary:hover,
.btn-warning, .btn-warning:hover,
.btn-danger, .btn-danger:hover,
.btn-success, .btn-success:hover,
.btn-info, .btn-info:hover,
.btn-inverse, .btn-inverse:hover,
#plugin_tools button, #plugin_tools button:hover {
    color: #fff;
}

.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
}

.btn-primary,
#plugin_tools button {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover,
.open>.dropdown-toggle.btn-primary:hover,
#plugin_tools button:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary.focus,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary:active,
.open>.dropdown-toggle.btn-primary:focus,
#plugin_tools button:active,
#plugin_tools button:focus
#plugin_tools button:active:focus {
    background: var(--primary-active);
    border-color: var(--primary-active);
}

.btn-primary:disabled,
.btn-primary:disabled:hover {
    background: #ccc;
    color: #000;
    opacity: .5;
    border: 1px solid #aaa;
}

.btn-warning {
    background-color: var(--warning);
    border-color: var(--warning);
}

.btn-warning:hover {
    background-color: var(--warning-hover);
    border-color: var(--warning-hover);
}

.btn-warning:active,
.btn-warning.active,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
    background-color: var(--warning-active);
    border-color: var(--warning-active);
}

.btn-danger {
    background-color: var(--danger);
    border-color: var(--danger);
}

.btn-danger:hover {
    background-color: var(--danger-hover);
    border-color: var(--danger-hover);
}

.btn-danger:active,
.btn-danger.active,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
    background-color: var(--danger-active);
    border-color: var(--danger-active);
}

.btn-success {
    background-color: var(--success);
    border-color: var(--success);
}

.btn-success:hover,
.open>.dropdown-toggle.btn-success:hover {
    background-color: var(--success-hover);
    border-color: var(--success-hover);
    border-color: var(--success-hover);
}

.btn-success:active,
.btn-success.active,
.btn-success:focus,
.btn-success.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.btn-success:active,
.open>.dropdown-toggle.btn-success:focus {
    background-color: var(--success-active);
    border-color: var(--success-active);
}

.btn-info {
    background-color: var(--info);
    border-color: var(--info);
}

.btn-info:hover {
    background-color: var(--info-hover);
    border-color: var(--info-hover);
}

.btn-info:active,
.btn-info.active,
.btn-info:focus,
.btn-info.focus,
.btn-info:active:focus,
.btn-info:active:hover {
    background-color: var(--info-active);
    border-color: var(--info-active);
}

.btn-outline-default,
.btn-outline-primary,
.btn-outline-success,
.btn-outline-info,
.btn-outline-warning,
.btn-outline-danger {
    background: transparent;
    border-width: 1px;
    border-style: solid;
}

.btn-outline-primary { border-color: var(--primary); color: var(--primary); }
.btn-outline-success { border-color: var(--success); color: var(--success); }
.btn-outline-info    { border-color: var(--info);    color: var(--info);    }
.btn-outline-warning { border-color: var(--warning); color: var(--warning); }
.btn-outline-danger  { border-color: var(--danger);  color: var(--danger);  }

.btn-outline-primary:focus { border-color: var(--primary-active); color: var(--primary-active); }
.btn-outline-success:focus { border-color: var(--success-active); color: var(--success-active); }
.btn-outline-info:focus    { border-color: var(--info-active);    color: var(--info-active);    }
.btn-outline-warning:focus { border-color: var(--warning-active); color: var(--warning-active); }
.btn-outline-danger:focus  { border-color: var(--danger-active);  color: var(--danger-active);  }

.btn-outline-default:hover, .btn-outline-default:active { background-color: var(--secondary); }
.btn-outline-primary:hover, .btn-outline-primary:active { background-color: var(--primary);   color: #fff; }
.btn-outline-success:hover, .btn-outline-success:active { background-color: var(--success);   color: #fff; }
.btn-outline-info:hover,    .btn-outline-info:active    { background-color: var(--info);      color: #fff; }
.btn-outline-warning:hover, .btn-outline-warning:active { background-color: var(--warning);   color: #fff; }
.btn-outline-danger:hover,  .btn-outline-danger:active  { background-color: var(--danger);    color: #fff; }

.btn-primary[disabled], .btn-default[disabled], .btn-success[disabled], .btn-info[disabled], .btn-warning[disabled], .btn-danger[disabled],
.btn-primary[disabled]:hover, .btn-default[disabled]:hover, .btn-success[disabled]:hover, .btn-info[disabled]:hover, .btn-warning[disabled]:hover, .btn-danger[disabled]:hover {
    border-color: #aaa;
}

.btn-success[disabled],
.btn-success[disabled]:hover {
    background: var(--success-active);
}

[data-toggle="buttons"] .btn:not(:only-child):not(.active) {
    opacity: .5;
    color: #aaa;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
[data-toggle="buttons"] .btn.active {
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-group-slide, .btn-group[data-toggle="buttons"] {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 31px;
    box-shadow: none;
}

.btn-group-slide .btn.btn.btn,
.btn-group[data-toggle="buttons"] .btn.btn {
    background: none;
    border: none;
    box-shadow: none;
    opacity: 1;
    padding: 7px 15px;
    text-shadow: none;
}

.btn-group-slide .btn.btn:first-child{
    border-radius: 31px 0 0 31px;
    box-shadow: none;
}

.btn-group-slide .btn.btn:last-child {
    border-radius: 0 31px 31px 0;
    box-shadow: none;
}

.btn-group-slide[data-toggle="buttons"] .btn.btn.btn.active,
.btn-group[data-toggle="buttons"] .btn.btn-default.active,
.btn-group[data-toggle="buttons"] .btn.btn-plain.active {
    background: var(--primary);
    border-radius: 31px;
    color: #fff;
    box-shadow: none;
}
.btn-group-slide[data-toggle="off"] .btn.active,
.btn-group[data-toggle="off"] .btn.active {
    background: #cdcdcd;
    border-radius: 31px;
    color: #fff;
    box-shadow: none;
}

.btn-cancel,
.btn-outline-cancel {
    box-shadow: none;
    background: none;
    display: inline-block;
    text-shadow: none;
    vertical-align: middle;
}

.btn-cancel.btn-cancel,
.btn-outline-cancel.btn-outline-cancel {
    color: #999;
}

.btn-cancel,
.btn-outline-cancel:hover {
    border: 1px solid transparent;
}

.btn-outline-cancel,
.btn-cancel:hover {
    border: 1px solid #ccc;
    text-decoration: none;
}

.control-label {
    text-align: left;
}

.control-label b,
.control-label strong {
    font-weight: bolder;
}

.popover {
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    width: 100%;
}

.popover .form-input,
.popover .form-select,
.popover .input_group {
    background-color: #fff;
}

.popover .input_group .form-input {
    background-color: transparent;
}

.popover.top    .arrow { border-top-color:    #ddd; }
.popover.right  .arrow { border-right-color:  #ddd; }
.popover.bottom .arrow { border-bottom-color: #ddd; }
.popover.left   .arrow { border-left-color:   #ddd; }

.popover.top    .arrow:after { border-top-color:    #f6f6f6; }
.popover.right  .arrow:after { border-right-color:  #f6f6f6; }
.popover.bottom .arrow:after { border-bottom-color: #f6f6f6; }
.popover.left   .arrow:after { border-left-color:   #f6f6f6; }

.pagination-wrapper {
    margin-top: 30px;
}
.pagination {
    height: 36px;
    margin: 18px 0
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination li {
    display: inline
}

.pagination a {
    color: var(--primary);
    float: left;
    padding: 0 14px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination a:hover, .pagination .active a {
    background-color: #f5f5f5
}

.pagination .active a {
    color: #fff;
    background: var(--primary);
    cursor: default
}

.dataTables_paginate .paginate_button_disabled, .dataTables_paginate .paginate_button_disabled:hover,
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px
}

.pagination li:last-child a {
    border-radius: 0 3px 3px 0
}

.api-pagination ul .active a {
    background-color: var(--ttm-blue, var(--primary));
    border: solid 1px var(--ttm-blue, var(--primary));
    color: #fff;
}
.api-pagination ul li{
    border: unset;
}
.api-pagination ul li a {
    color: var(--ttm-blue, var(--primary));
    font-weight: bold;
    background-color: #FFF;
    text-align: center;
}
.api-pagination ul li.prev,
.api-pagination ul li.prev a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-left-width: 1px;
}   
.api-pagination ul li.next,
.api-pagination ul li.next a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}   

[class="alert"] {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

/* alert with no other classes */
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}


.pagination button {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination button:hover,
.pagination .active button {
    background-color: #f5f5f5
}

.pagination .active button {
    color: #999;
    cursor: default
}

.pagination .disabled button,
.pagination .disabled button:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child button {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px
}

.pagination li:last-child button {
    border-radius: 0 3px 3px 0
}


.dataTables_filter input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 2.1em;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.dataTable .search_init {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-weight: normal;
    height: 2.1em;
    padding: 0 .5em;
    width: 100%;
}

.dataTable-list-actions > a,
.dataTable-list-actions > button {
    display: block;
    white-space: nowrap;
}

label.error {
    display: inline;
    float: none;
    color: #cd5c5c;
    padding-left: .5em;
    vertical-align: middle;
}
/*  FOR GALLERY SEARCH  */
.hide-img-wrapper
{
 display:none !important;
}
#ib_wnd_top input#gallery-search-box {
  color: #666;
  display: inline-block;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  margin: 0 5px;
}
#ib_wnd_top a#gallery-search-button {
  background-color: #0074cc;
  background-color: var(--primary);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: normal;
  margin: 7px 8px 0 0;
  padding: 4px 8px;
  vertical-align: top;
}
.list_emails {
  max-width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.toggle.btn.btn {max-height:30px;min-height: 30px;}
.toggle .btn{line-height:1.75;}

.dropdown-menu {
    color: #333;
}

.dropdown-menu>li>button {
    border: none;
    background: none;
    display: block;
}

.dropdown-submenu-toggle {
    position: relative;
}

.dropdown-submenu-toggle .dropdown-menu {
    left: 100%;
    top: 0;
}

.dropdown-submenu-toggle .dropdown-menu.dropdown-menu--move_left {
    left: -100%;
    margin-left: -2px; /* accommodate for border lines */
}

.plus-icon {
    display: inline-block;
    height: 1em;
    margin-right: 1em;
    position: relative;
    width: 20px;
}

.plus-icon:before {
    content: '';
    background: url('../img/plus-circle.svg') no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: -webkit-calc(.6667em - 10px);
    top: calc(.6667em - 10px);
    left: 0;
    width: 20px;
    height: 20px;
}
.popup_box  .close{opacity: .5;}
.alert.popup_box{
    z-index: 20;
}
.popup_box:last-child {
    margin-bottom: 0;
}

.popup_box.alert-success:before, .popup_box.alert-info:before, .popup_box.alert-danger:before, .popup_box.alert-error:before, .popup_box.alert-warning:before{ width:20px; content:""; position:absolute; left:-25px; top:0px; bottom:0px; margin:auto;}

.popup_box.alert-success{border-color: var(--success);}
/* .popup_box.alert-success:before{ background:url("../img/checking.png") no-repeat left center } */
.popup_box.alert-info{ border-color: var(--info);}
/* .popup_box.alert-info:before{ background:url("../img/info.png") no-repeat left center; background-size:100% auto;   left:-30px;} */
.popup_box.alert-warning{ border-color: var(--warning);}
/* .popup_box.alert-warning:before{ background:url("../img/warning.png") no-repeat left center; background-size:100% auto;   left:-30px; } */

.popup_box.alert-danger, .popup_box.alert-error{border-color: var(--danger);}
/* .popup_box.alert-error:before, .popup_box.alert-danger:before{ background:url("../img/danger.png") no-repeat left center; background-size:100% auto;   left:-30px;} */

.popup_box.alert-success:before {
    content: '\f058';
}

.popup_box.alert-info:before {
    content: '\f05a';
}

.popup_box.alert-warning:before {
    content: '\f06a';
}

.popup_box.alert-error:before,
.popup_box.alert-danger:before {
    content: '\f071';
}

.popup_box.alert-add:before {
    content: '\4e';
    font-family: 'ElegantIcons';
}

.popup_box.alert-remove:before {
    content: '\4b';
    font-family: 'ElegantIcons';
}

.popup_box.alert:before {
    /* content: '\f05a'; */
    color: #fff;
    display: block;
    font-family: fontAwesome;
    font-size: 20px;
    margin: auto;
    position: absolute;
    top: 12px;
    top: calc(50% - 12px);
    left: -2em;
    text-align: center;
    width: 40px;
}
.popup_box + .popup_box {
    top: 80px;
}
.popup_box + .popup_box + .popup_box {
    top: 140px;
}
.popup_box + .popup_box + .popup_box + .popup_box {
    top: 200px;
}

.popup_box.popup_box{
    z-index: 99999;
}
#container {
	background: #d2d2d2; /*Sample*/
	width:100%;
	height:100%;
}

a{
cursor: pointer;
text-decoration:none;
}

/* This is for the positioning of the Close Link */
#popupBoxClose {
	font-size:20px;
	line-height:15px;
	right:5px;
	top:5px;
	position:absolute;
	color:#6fa5e2;
    color: var(--primary);
	font-weight:500;
}

/* "Actions" button, with collapsible menu */
.action-btn {
    display: inline-block;
    position: relative;
    text-align: center;
}

.action-btn > a {
    background: #fff;
    border: 1px solid #0074cc;
    border-color: var(--primary);
    border-radius: 3px;
    color: #0074cc;
    color: var(--primary);
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    width: 50px;
    vertical-align: top
}

.action-btn > a:visited {
    color: var(--primary);
}

table.table .action-btn ul li a:hover,
.action-btn ul li a:hover {
    color: #fff;
    background: #0074cc;
    background: var(--primary);
}

.action-btn .pullBtn{height: 30px; display: inline-block; width: 50px; border: 1px solid #00a1b1; border-radius: 3px; background: #fff; text-align: center; line-height: 28px; color: #00a1b1;color:var(--primary);}
.action-btn .pullBtn .fa{font-size: 16px;}
.action-btn .pullBtn:hover{background: #00a1b1;background:var(--primary); color:#fff;}
.action-btn .pullBtn:hover .fa{color: #fff;}

.action-btn ul:after,
.action-btn ul:before {
    content: '';
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    width: 1px;
    bottom: 100%;
}

.action-btn ul:after {
    border: 10px solid transparent;
    border-bottom-color:#f8f8f8;
}

.action-btn ul:before {
    border: 11px solid transparent;
    border-bottom-color: #ccc;
}

.action-btn ul {
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
    color: #333;
    display: none;
    list-style: none;
    margin-top: 10px;
    margin-left: -65px;
    position: absolute;
    left: 50%;
    text-align: left;
    width: 130px;
    z-index: 1000;
}

.action-btn ul li {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.action-btn ul li:last-child{
    border: none;
}

.action-btn ul li a,
table.table .action-btn ul li a {
    color: #222;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
}

.action-btn ul li a:hover,
table.table .action-btn ul li a:hover{
    background: #0074cc;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
}
body[data-page|="bundle"] .popup_box.alert-info:before{
    left: -30px;
    content: '';
    width: 22px;
    top: 0;
}
.course-details-header .popup_box.alert-info:before {
    background: none;
}


/* Drag and drop area */
.drag_and_drop_area {
    background: #f4f4f4;
    border: 3px dashed #ccc;
    margin-bottom: 10px;
    padding: 20px 10px 10px;
    position: relative;
}

.drag_and_drop_area.hover {
    border-color: #FCC;
}

.upload_text {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #767a7b;
    font-weight: 300;
}

.drag_and_drop_area p {
    margin: 0;
}

.dnd_notice .fa {
    padding-right: 10px;
    color: #bdbebe;
    font-size: 20px;
}

.drag_and_drop_area .upload-button {
    display: inline-block;
    margin: 10px;
    position: relative;
}

.drag_and_drop_area .upload-button .btn {
    width: 5em;
    height: 5em;
    font-size: 14px;
    padding: 1.35em 0;
}

.drag_and_drop_area .upload-button .btn span {
    display: block;
}

.drag_and_drop_area .upload-button input[type="file"] {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    font-size: 0;
    cursor: pointer;
    opacity: 0;
}

.drag_and_drop_area .upload-button .btn .fa {
    font-size: 21px;
}

.drag_and_drop_area .note {
    font-size: 13px;
    color: #b0b0b0;
    font-weight: 300;
}

.schedule_trainer_status.Pending{
    float: right;
    color: var(--warning, #b0b0b0);
}
.schedule_trainer_status.Accept{
    float: right;
    color: var(--success, #b0b0b0);
}
.schedule_trainer_status.Decline{
    float: right;
    color: var(--danger, #b0b0b0);
}

.btn-group > label {
    float: left;
}

.btn-group > label .btn + .btn {
    margin-left: 0;
}

.text-nowrap {
    white-space: nowrap;
}

[class*="col-xl-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 1500px)
{
    .col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-11 {
        width: 91.66666666666666%
    }

    .col-xl-10 {
        width: 83.33333333333334%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-8 {
        width: 66.66666666666666%
    }

    .col-xl-7 {
        width: 58.333333333333336%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-5 {
        width: 41.66666666666667%
    }

    .col-xl-4 {
        width: 33.33333333333333%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-2 {
        width: 16.666666666666664%
    }

    .col-xl-1 {
        width: 8.333333333333332%
    }
}

.code_editor {
    font-family: monospace;
    min-width: 100%;
}
.code_editor:disabled + .CodeMirror {
    opacity: .5;
}

.CodeMirror {
    max-width: 100%;
}

.datatable-multiselect {
    /* Undo the padding of the th and re-apply it. This will align the dropdown to the th */
    margin: -7px -8px;
    padding: 7px 10px;
}

/* Datatable UI */
.update_section {
    top: 45px;
    position: relative;
}
.update_section .toolbar-section {
    display: flex;
    justify-content: space-between;
}
.update_section .left-toolbar {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    top: 0;
}
#attendance-table-empty p {
    padding-top: 50px;
}
.selection-information {
    display: flex;
    align-items: center;
}
.group-start.collapsed .student_name {
    padding-left: 25px !important;
}
.group-start .student_name {
    padding-left: 10px !important;
}
.child_row {
    background: #f8f8f8;
}
.child_row td:nth-child(1){
    padding-left: 30px !important;
    position: relative;
}
.child_row td:nth-child(1):before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    background: #fff;
    top: -1px;
    bottom: -1px;
}
.parent_tr.group-start:first-child td {
    border: none !important;
}
.collapsed.parent_tr {
    background: url('https://cdn-icons-png.flaticon.com/512/25/25638.png') no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-position: 34px 14px;
}
.parent_tr {
    background: url('https://cdn-icons-png.flaticon.com/512/25/25623.png') no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-position: 34px 14px;
}
.update_section .left-toolbar .options {
    display: flex;
    align-items: center;
}
.update_section .left-toolbar .options .selectall-options {
    border: 1px solid var(--primary);
    padding: 2px 10px;
    border-radius: 4px;
}
.update_section .left-toolbar .btn {
    border: none
}

[id="datatable-multiselect-template"] {
    display:none;
}

.datatable-multiselect .dropdown-menu {
    color: #000;
    font-weight: normal;
    width: 230px;
}

.datatable-multiselect .dropdown-menu.dropdown-menu {
    padding: .5em;
}

.datatable-multiselect-search-wrapper .input_group {
    align-items: center;
    border-radius: 2em;
    display: flex;
    margin-bottom: .5em;
}

.datatable-multiselect-search-wrapper .input_group-icon {
    background: none;
    border: none;
}

.datatable-multiselect-search-wrapper .form-input {
    padding: .5em;
}

.datatable-multiselect-found {
    color: #999;
    font-size: .92308em;
}

.datatable-multiselect .form-checkbox {
    display: block;
    padding-left: 2em;
    position: relative;
}

.datatable-multiselect .form-checkbox-helper {
    position: absolute;
    top: 0;
    left: 0;
}

.datatable-multiselect .dropdown-menu > ul {
    max-height: 21em;
    overflow-y: auto;
}

/* sticky sidebar menu */
div.mobile-menu-list.sticky:not(.hidden) {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: inherit;
}
div.mobile-menu-list.sticky-bottom:not(.hidden) {
    width: inherit;
    position: absolute;
    bottom: 20px;
    top: auto;
    left: 0px !important;
}
.justify-center{
    justify-content: center;
}
.justify-end{
    justify-content: end;
}
.justify-start{
    justify-content: start;
}
.justify-between{
    justify-content: space-between;
}
@media (min-width: 768px) {
    .modal-dialog.modal-xl {
        width: 1200px;
    }
}
.text-bold{
    font-weight: bold;
}
.my_courses-grid-wrapper table tbody tr{
    width: calc(100% / 3);
}
.my_courses-grid-wrapper #my_courses-table_wrapper{
    width: 100%;
}
.my_courses-grid-wrapper .table>tbody>tr>td:hover{
    box-shadow: 0 4px 25px rgba(0, 0, 0, .15);
}
.my_courses-grid-wrapper small,
.my_courses-table-wrapper small{
    font-size: 80%;
}
.my_courses-grid-wrapper .table>tbody tr.odd,
.my_courses-grid-wrapper .table>tbody tr.even {
    border-top: 0px solid #DADADA;
    background-color: transparent;
} 
.my_courses-grid-wrapper .table>tbody>tr>td { 
    padding: 0px;
    transition: .3s;
    box-shadow: unset;
    border: solid 1px var(--natural-100, #BFCBD1);
}
.my_courses-grid-wrapper .table tbody td:not([colspan]) { 
    max-width: 100%;
}
.my_courses-grid-wrapper table tbody{
    display: flex;
    flex-wrap: wrap;
}

progress::-webkit-progress-bar {
    background-color: #f3f3f3; 
    border-radius: 10px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

progress::-webkit-progress-value {
    background-color: var(--primary, #4caf50); 
    border-radius: 10px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}


progress::-moz-progress-bar {
    background-color: var(--primary, #4caf50); 
    border-radius: 10px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}


progress {
    color: var(--primary, #4caf50); 
    border-radius: 10px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    width: 100%;
    height: 10px;
    appearance: none; 
}

.search-filters-wrapper {
    border: solid #c5cecd;
    border-width: 1px 0;
    margin: 10px 0;
    padding: 5px 0;
}

.search-filters {
    font-weight: 300;
    list-style: none;
    width: 100%; 
}

.search-filter-item {
    float: left;
}

.search-filter-dropdown {
    font-size: 14px;
    position: relative;
}

.search-filter-dropdown .check-wrap [type="checkbox"] + label {
    font-size: 1em;
}

.search-filter-dropdown > button,
.search-filters-clear {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.search-filter-dropdown.filter-active > button,
.search-filters-clear {
    color: var(--primary, #02b6da);
}

.search-filter-dropdown-icon {
    font-size: .64286em;
    margin-left: .5em;
    position: relative;
    top: -.14286em;
}

.filter-active .search-filter-amount:before {content: '('; }
.filter-active .search-filter-amount:after  {content: ')'; }

.search-filter-dropdown .dropdown-menu {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    display: none;
    max-height: 300px;
    overflow: auto;
    margin-top: .7em;
    padding: 0;
    position: absolute;
    width: auto;
    max-width: 90vw;
    padding: .5em; 
    z-index: 3; 
}

.search-filter-dropdown.open .dropdown-menu {
    display: block;
}

.search-filter-dropdown .dropdown-menu > li {
    line-height: 1.5;
    padding: .35em 0;
    font-size: 14px; 
}

.search-filter-dropdown-item > .check-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-control.search_init {
    transition: .3s;
}
.form-control.search_init.focus {
    width: 150px;
}
table td p {
    height: auto !important;
}
.course-subject-accordion {
    overflow-y: auto;
}
.course-subject-accordion iframe {
    width: 100%;
    height: 85%;
    border: none;
    margin-bottom: 25px;
}
.course-subject-accordion .plyr__video-embed {
    max-height: 400px;
    height: -webkit-fill-available;
}
@media screen and (max-width: 766px) {
    .search-filter-dropdown-icon {
        position: absolute;
        right: 2.5em;
        top: .5em;
    }

    .my_courses-grid-wrapper table tbody tr{
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 479px) {
    .search-filter-item {
        margin-bottom: 1em;
        width: 50%;
    }
    .my_courses-grid-wrapper table tbody tr{
        width: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .search-filter-item {
        margin-bottom: 1em;
        width: 25%;
    }
}

@media screen and (min-width: 768px) {
    .search-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .search-filter-dropdown .dropdown-menu {
        max-width: 200px;
    }

    .search-filter-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

#image_modal img#image_preview{
    background: #cfcfcf66;
}

div.bar-icon div.image-upload-preview{
    margin: 19px;
    background-color: #ffffff;
}
/* Slider */
.slider-wrapper {
    background: #f8f8f8;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 68px;
    overflow: hidden;
    padding: 0 38px;
    position: relative;
}

.slider-wrapper > :only-child {
    margin: auto;
}

.slider-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 38px;
    position: absolute;
    left: 0;
    text-align: center;
}

.slider-wrapper ul ul {
    padding-left: 0;
}

.slider-wrapper ul li {
    border-left: 1px solid #cdcdcd;
    float: left;
    position: relative;
    width: 117px;
}

.slider-wrapper ul li:hover {
    background: #e9e9e9;
}

@media(max-width:767px) {
    .slider-wrapper > ul{
        white-space: nowrap;
    }

    .slider-wrapper > ul >li {
        white-space: normal;
        display: inline-block;
        float: none;
    }
}

.slider-wrapper ul li:last-child {
    border-right: 1px solid #cdcdcd;
}

.slider-wrapper li a {
    color: #00C6EE;
    color: var(--primary);
    display: table-cell;
    font-size: 16px;
    font-weight: 300;
    padding: 0 11px 0 10px;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
    height: 66px;
    min-height: 66px;
    min-width: 117px;
}

.slider_action .next_arrow,
.slider_action .prev_arrow {
    background: #fff;
    color: #00c6ee;
    color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    width: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    text-decoration: none;
}

.slider_action .prev_arrow {
    border-radius: 5px 0 0 5px;
    left: 0;
}

.slider_action .next_arrow {
    right: 0;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid rgb(205, 205, 205);
}

.slider_action .next_arrow:hover,
.slider_action .prev_arrow:hover {
    color: #fff;
    background: #00c6ee;
    background: var(--primary);
}

.slider_action .next_arrow > span,
.slider_action .prev_arrow > span {
    margin: auto;
}

.slider-wrapper li.active {
    background-color: white;
    box-shadow: 0 0 0 2px #00c6ee inset;
    box-shadow: 0 0 0 2px var(--primary) inset;
}

.child--slider {
    margin-top: 15px;
    min-height: 98px;
}

.slider-wrapper .child--slider a span {
    width: 100%;
    float: none;
}

.slider-wrapper.child--slider > ul > li > a {
    height: 96px;
    min-height: 96px;
}

.slider-wrapper.child--slider li.active:after,
.slider-wrapper.child--slider li.active:before {
    position: absolute;
    content: "";
    display: none;
    width: 1px;
    height: 1px;
    left: 0;
    right: 0;
    border: 10px solid transparent;
    margin: auto;
}

.slider-wrapper.child--slider li.active:before {
    border-bottom-color: var(--primary, #00c6ee);
    bottom: 100%;
}

.slider-wrapper.child--slider li.active:after {
    border-bottom-color: #fff;
    top: -16px;
}

.slider-wrapper.child--slider li.active:hover:after {
    border-bottom-color: #e9e9e9;
}

/* Conflict Alert */
.conflict-box.alert {
    border: 1px solid var(--danger);
    background: #ffe5e5;
    padding: 8px;
    margin: 0 15px 15px;
    font-size: 12px;
    color: #000;
}
.conflict-box.alert .red {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 10px;
}
.btn-actions a:hover span{
    color: var(--primary);
}
/* Bootstrap popover */
.tooltip-inner { background: #425ba9; background: var(--primary); }
.tooltip.top    .tooltip-arrow { border-top-color:    var(--primary); }
.tooltip.right  .tooltip-arrow { border-right-color:  var(--primary); }
.tooltip.bottom .tooltip-arrow { border-bottom-color: var(--primary); }
.tooltip.left   .tooltip-arrow { border-left-color:   var(--primary); }

.payment-option-type label {
    display: flex;
    margin-bottom: 15px;
}
.payment-option-type label input[type="radio"] ~ .form-radio-label {
    color: #a8a8a8;
}
.payment-option-type label input[type="radio"]:checked ~ .form-radio-label {
    color: #000;
    line-height: 1.1;
}

.header-cart .header-icon .header-cart-amount{
    color: var(--primary, #ccc);
}
.desktop-cart.header-cart .header-icon .header-cart-amount{
    top: -6px;
}
.payment-option-type.side-cart {
    font-size: 14px;
}
.payment-option-type.side-cart .form-radio-label {
    width: 85%;
}
.payment-option-type.side-cart .pay-installment_1 {
    position: relative;
    margin: 30px 0;
    color: #fff;
}
.payment-option-type.side-cart .pay-installment_1:before {
    content: "";
    position: absolute;
    background: var(--primary);
    left: -20px;
    right: -20px;
    bottom: -15px;
    top: -15px;
}
.pay-installment ul {
    margin: 15px 0 0 !important;
    padding: 0;
}
.pay-installment_1 ul {
    margin: 0;
    padding: 15px 0 !important;
    position: relative;
}
.pay-installment_1 ul li {
    margin: 0 !important;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}
.pay-installment_1 ul li:before {
    display: none;
}
.pay-installment_1 .payment-total {
    position: relative;
    padding-bottom: 15px;
    font-size: 14px;
}
.pay-installment_1 .payment-total strong,
.pay-installment_1 .bottom-total strong {
    display: block;
}
.pay-installment_1 .payment-total:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    right: -15px;
    height: 1px;
    background: var(--light);
}
.pay-installment_1 .payment-total {
    position: relative;
    padding-bottom: 15px;
    font-size: 14px;
}
.pay-installment_1 .bottom-total {
    position: relative;
    padding-top: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pay-installment_1 .bottom-total:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    height: 1px;
    background: var(--light);
}
.pay-installment_1 .bottom-total strong {
    display: block;
    font-size: 15px;
    line-height: 1.4;
}
.pay-installment ul li {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
}
.pay-installment_1 ul li:before,
.pay-installment ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: var(--primary);
    left: 6px;
    top: 6px;
}
.pay-installment_1 ul li + li,
.pay-installment ul li + li {
    margin-top: 15px;
}
#payment-tabs-credit_card .col-sm-11 {
    padding-left: 45px;
    width: 100%;
}
.checkout-right-sect li.sub-total.sub-total {
    margin: 1.75rem 0 1.5625rem !important;
}

.new-card .form-checkbox-label {
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    position: relative;
    top: 1px;
    left: 5px;
    line-height: 1.4;
}

td select {
    overflow: auto; 
}
td select option:hover{
    background: var(--primary-hover, #ddd);
    color: var(--text-primary, #fff);
}

ideabubble-phone input, ideabubble-phone .iti{
    height: 38px;
}
ideabubble-phone .iti__flag-container + input{
    height: 38px !important;
    padding-bottom: 5px;
}
.phone_contact_data .notification_new > label{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.phone_contact_data .remove-contactdetail-button{
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

#unanswered-questions-confirm-list {
    margin: 20px;
}

.iqc div.course-details-header#course-details-header{
    background: var(--primary);
    color: var(--cc-colour-four);
}
div .news-result-date{
    background-color: var(--primary, #45c9e9);
    color: var(--text-primary, #FFF);
}
.ttmhealthcare div .news-result-date{
    background-color: var(--ttm-blue, #45c9e9);
    color: var(--text-primary, #FFF);
}
.item_tile .item_content a{
    word-break: break-all;
}
/* Custom popover (deprecated) */
.iconbox {
    position: relative;
}

.iconbox:hover .tooltip-box {
    opacity: 1;
    transform: scale(1);
}

.tooltip-box {
    width: 150px;
    padding: 15px 5px;
    left: 50%;
    margin-left: -75px;
    font-size: 14px;
    text-align: center;
    background: #f3f3f3;
    position: absolute;
    pointer-events: none;
    border-radius: 5px;
    opacity: 0;
    white-space: nowrap;
    transform: scale(0.2);
    transition: all 0.3s ease-in-out;
    bottom: 150%;
    font-weight: 300;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.tooltip-box:after,
.tooltip-box:before {
    content: '';
    position: absolute;
    width: 1px;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
}

.tooltip-box:after {
    border: 10px solid transparent;
    border-top-color: #f3f3f3;
}

.tooltip-box:before {
    border: 12px solid transparent;
    border-top-color: #bfbfbf;
}

/* Bundles */
.bg-light { background: var(--light_gray) !important; } 
.bg-lighter { background: var(--lighter_gray) !important; } 
.bg-light-gray-gradient { 
      background: rgb(234,232,233); 
      background: radial-gradient(circle, rgba(234,232,233,1) 61%, rgba(194,194,194,1) 92%); 
  } 
.simplebox-office { 
    padding-top: 50px; 
    padding-bottom: 40px; 
} 
 
.simplebox-office h2 { 
    font-size: 35px; 
} 
 
.simplebox-office p { 
    line-height: 1.5625; 
} 
 
.simplebox-office iframe { 
    max-width: 300px; 
} 
 
.simplebox-office .simplebox-content > h2:first-child { 
    margin-top: -.34285714285em; 
} 
 
.simplebox-office .simplebox-content > p:first-child { 
    margin-top: -.125em; 
} 
.pointer{
    cursor: pointer;
}
div.course-details-header-main div.checkout-progress #checkout {
    cursor: pointer;
}

@media screen and (max-width: 767px) { 
    div.course-details-header-main {
        background-color: transparent;
    }
    div.course-details-header-main div.checkout-progress,
    div.container div.checkout-progress {
        display: block;
    }
    
    .office-intro { 
        padding: 10px 15px 24px 25px; 
    } 
 
    .office-intro h1 { 
        font-size: 35px; 
        line-height: 44px; 
        margin-top: 0; 
        margin-bottom: 17px; 
    } 
 
    .office-intro.office-intro p { 
        line-height: 1.27; 
    } 
 
    .office-intro .simplebox-content > :last-child { 
        margin-bottom: 0; 
    } 
 
    .office-intro + .simplebox-office { 
        padding-top: 16px; 
    } 
 
    .simplebox-office { 
        padding-left: 25px; 
    } 
 
    .simplebox-office .simplebox-column { 
        padding-top: 0 !important; /* todo: make the selector this overwrites less-specific */ 
        padding-bottom: 0 !important; /* todo: make the selector this overwrites less-specific */ 
    } 
 
    .simplebox-office iframe { 
        margin-top: 31px; 
    } 
} 
 
@media screen and (min-width: 768px) { 
    .office-intro { 
        font-size: 26px; 
        line-height: 1.27; 
        padding-top: 40px; 
    } 
 
    .office-intro h1 { 
        font-size: 46px; 
        margin-bottom: 33px; 
    } 
 
    .office-intro.office-intro p { 
        font-size: 26px; 
        line-height: 1.27; 
        margin-bottom: 10px; 
    } 
 
    .simplebox-office { 
        padding-top: 70px; 
        padding-bottom: 68px; 
    } 
} 

@media screen and (min-width: 768px) {
    .simplebox-overlap-right .simplebox-column:first-child .simplebox-content {
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    }
}

.simplebox-content .align-items-center, 
.simplebox-content .course-details-actions {
    padding: 0.7rem 1rem 0.6rem;
}
.bg-lighter + div.simplebox:not(.bg-lighter) .course-details-menu .form-select{
    background: transparent;
}
.bg-lighter + div.simplebox:not(.bg-lighter) .course-details-menu {
    background: rgb(from var(--lighter_gray) r g b / 60%) !important;
}

.simplebox-content .button--book:disabled{
    border-color: var(--natural-300, #CCCCCC);
}
.simplebox-content .course-details-price .course-details-vat-text{
    font-size: 20px;
}
.simplebox-content h2.course-details-price-header{
    color: var(--text-secondary);
}
.simplebox-content .form-select-plain .form-select:after{
    right: 0.55em;
    top: 0.8em;
    width: 0.25em;
    height: 0.25em;
}

/* pac dashboard */
div .text-bold{
    font-weight: bold;
}

#attendance div .apexcharts-legend .apexcharts-legend-text .legend-custom-labels{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
#attendance div .apexcharts-legend .apexcharts-legend-text{
    width: 100%;
    margin-left: 0px;
}
.per_day_attendance-and_attendance_present{
    display: flex;
    gap: 20px;
}
.per_day_attendance-and_attendance_present > div:first-child{
    margin-left: -20px;
}
.per_day_attendance-and_attendance_present > div:last-child{
    margin-right: -20px;
}
#attendance div .apexcharts-legend {
    display: block !important;
    max-height: 100px !important;
}
#per_day_attendance div .apexcharts-legend .apexcharts-legend-text{
    padding-right: 10px;
}
#per_day_attendance div .apexcharts-legend .apexcharts-legend-series{
    width: 100%;
    margin-left: 0px;
}
#per_day_attendance div .apexcharts-legend {
    display: block !important;
    left: 0px;
    direction: rtl;
    overflow-x: hidden;
}

div.justify-between{
    justify-content: space-between;
}

.filter-wrapper .filter-group{
    display: flex;
    gap: 10px;
}