.clearfix {
    height: 0;
    clear: both;
}

.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-end{
    justify-content: flex-end;
}
.justify-content-center{
    justify-content: center !important;
}
.flex-va {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-ha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.w-100 {
    width: 100%;
}
.flex-justify-content-flex-end{
    justify-content: flex-end;
}
@media all and (min-width: 992px){
    .no-margin-desktop{
        margin: 0 !important;
    }
    .row.margin-l-r-15{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@media all and (max-width: 991px){
    .flex-direction-column-md{
        flex-direction: column;
    }
    .w-100-md{
        width: 100% !important;
    }
    .btn.w-100-md{
        width: 100% !important;
    }
}
@media all and (max-width: 767px){
    .flex-direction-column-sm{
        flex-direction: column;
    }
    .w-100-sm{
        width: 100% !important;
    }
    .no-padding-sm{
        padding: 0 !important;
    }
}

.icon-holder {
    align-items: center;
}


.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* Align the flex-items vertically */
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
    font-weight: bold;
}
.text-primary-color{
    color: var(--primary-color) !important;
}
.text-secondary-color{
    color: var(--secondary-color) !important;
}

img.img-circle {
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

img.img-circle.img-big {
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
}

img.img-border {
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 1px 2px;
    box-shadow: 0px 1px 2px;
}

.text-bold{
    font-weight: bold !important;
}
.text-normal{
    font-weight: normal !important;
}
.view-header {
    padding: 0 15px !important;
}

.wrapper.header-fix-width > .unwrap {
    margin-top: 45px;
}

/*.custom-button-default {*/
    /*width: auto !important;*/
/*}*/

.form-group > a.cancel-button {
    width: auto !important;
    height: auto !important;
    padding: 9px 23px !important;
    border: 0px solid #ccc !important;
    text-transform: uppercase;
    border-radius: 3px !important;
    font-weight: bold;
}

table > tbody > tr.custom-table-header {
    background: #f9e9c2 !important;
    color: #000;
    font-weight: bold !important;
}


/* TODO IMPORTANT REMOVE THIS AND USE PROPER STYLINGS */

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* row-obs = row original boostrap */

.row-obs {
    margin-right: -15px;
    margin-left: -15px;
}

.row-obs:after,
.row-obs:before {
    clear: both;
    display: table;
    content: " ";
}

/* END TODO IMPORTANT REMOVE THIS AND USE PROPER STYLINGS */

.panel.panel-default {
    border: none;
    /* box-shadow: 0px 3px 0px #bbb !important; */
    border-radius: 9px;
    background: transparent !important;
    padding: 0px 0px !important;
    /* width: 50%; */
    margin: auto;
    /* border: 1px solid #e1e1e1; */
    /* height: 100% !important; */
    /* min-height: 900px; */
    margin-bottom: 17px;
    display: block;
}

#confirm_delete {
    /*width: 150px;*/
    margin: auto;
    display: block;
}

#addLessonStudyMaterialsModal {
    z-index: 1001;
}

.custom-bell {
    position: absolute !important;
    top: 11px !important;
    left: 3px !important;
    color: var(--secondary-color) !important;
    /* text-shadow: 0px 1px 5px red !important; */
}

.custom-bell-legend {
    position: relative !important;
    /* text-shadow: 0px 1px 5px red !important; */
    color: var(--secondary-color) !important;
    font-size: 19px;
}

.margin-left-10 {
    margin-left: -10px !important;
}

.bank-description {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-reset-filter {
    margin-right: 20px;
}

.custom-dropdown-agenda {
    position: fixed;
    width: 100% !important;
    max-width: 30%;
    top: 138px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.pl-75 {
    padding-left: 75px !important;
}

.pr-45 {
    padding-right: 45px;
}

.pl-10 {
    padding-left: 10px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.margin-0 {
    margin: 0 !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.mb-min-15 {
    margin-bottom: -15px !important;
}

.custom-ch-sel {
    position: fixed;
    top: auto;
    left: 34.9%;
    width: 30%;
}

.orders-trash-icon {
    font-size: 19px !important;
    /*padding-top: 2px !important;*/
    /*margin-left: -3px !important;*/
}

#dashboard.dashboard-min-height {
    min-height: 100px !important;
}

@media all and (min-width: 900px) and (max-width: 1480px) {

    .wrapper {
        position: relative;
        width: 100% !important;
        height: auto;
        min-height: 100%;
        margin: auto;
        margin-top: 0px;
    }
}



.modal-open .wrapper {
    z-index: 1;
}

.ui-dialog-content {
    width: auto;
    min-height: 26px;
    max-height: none;
    height: auto;
    padding: 20px;
    /* DO NOT USE !important HERE*/
}

.popover .btn.btn-default {
    padding: 10px 0 !important;
}

.popover .btn.btn-default:hover {
    border: 1px solid transparent !important;
}

div.filter-holder {
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

th {
    background: #fff;
    color: #111;
    font-weight: bold;
}

.icon-holder {
    padding: 0 !important;
    border: 1px solid gray !important;
}

.icon-holder:hover {
    border: 1px solid #ddd !important;
}

.custom-delete-icon {
    font-size: 19px;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-button-trash-hover {
    color: #424242 !important;
    padding: 0 !important;
    /* margin: 10px 0 !important; */
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    /*border: 1px solid #ccc;*/
    border-radius: 0 !important;
    /*text-transform: uppercase;*/
    /*box-shadow: 0 2px #fff;*/
    background: #ccc !important;
    border: none !important;
    border-radius: 3px !important;
    border-radius: 100px !important;
    background: white !important;
    border: 1px solid gray !important;
    width: 35px;
    height: 35px;
}

.custom-button-trash-hover:hover {
    /*background: #dc3545 !important;*/
    /*color: white !important;*/
    /*border: 1px solid #dc3545 !important;*/
    border: 1px solid #ddd !important;
}

.custom-button-icons-one {
    border-radius: 100px !important;
    background: white !important;
    color: grey !important;
    border: 1px solid gray !important;
    width: 35px !important;
    height: 35px !important;
}

.custom-button-icons {
    border-radius: 100px !important;
    background: white !important;
    color: #424242 !important;
    border: 1px solid gray !important;
    width: 35px !important;
    height: 35px !important;
}

#custom-button-eye-hover {
    border-radius: 50px !important;
    background: white !important;
    color: grey !important;
    border: 1px solid gray !important;
    width: 35px;
    height: 35px;
}

/*tr {*/

/*margin: 20px 0 !important;*/

/*!*display: block !important;*!*/

/*border-bottom: 0px solid #e1e1e1;*/

/*background: #fff;*/

/*padding: 15px;*/

/*border-radius: 5px !important;*/

/*}*/

body {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: #f6f6f6 !important;
}

tr:nth-of-type(odd) {
    background: #fff;
    /* DO NOT USE !important HERE*/
}

.dashboard-image {
    height: 200px;
    /*display: none !important;*/
}

div.panel.widget > div > a {
    background: #fff !important;
}

div.panel.widget > div > a > div {
    margin-left: 5px;
    color: #444 !important;
}

.widget.panel,
.widget .panel {
    overflow: visible;
    border-radius: 0;
    padding: 0 !important;
    background: #fff !important;
}

.row-table {
    display: block !important;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}

.row-table > [class*="col-"] {
    display: block !important;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
}

div.panel.widget > div > a {
    background: #fff !important;
    width: 100%;
    text-align: center;
}

.bg-danger-dark {
    background-color: transparent;
    color: #ffffff !important;
}

.bg-purple-dark {
    background-color: transparent !important;
    color: #ffffff !important;
}

.row-table > [class*="col-"] {
    display: block !important;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
    width: 100% !important;
    padding: 0px 0 !important;
}

.pv-lg {
    margin-left: 0 !important;
    font-size: 15px;
    color: #fff !important;
    text-transform: uppercase;
}

.fa-3x {
    font-size: 7em !important;
}

div.panel.widget > div > a {
    background: #fff !important;
    width: 100%;
    text-align: center;
    padding: 20px !important;
    border-radius: 0% !important;
    min-height: 85px;
}

.sub-menu-top-holder {
    background: transparent !important;
    margin: auto;
    max-width: 100%;
    /*margin-top: 30px !important;*/
}

div.sub-menu-top-holder > div.wrapper {
    padding: 10px 12px 16px;
}

.panel.white-panel {
    background: #fff !important;
    margin-bottom: 30px;
}

.under-menu-item {
    background: #fff !important;
}

.under-menu-item {
    float: left;
    display: inline-block;
    margin: 5px;
    color: #111;
    font-weight: bold;
    list-style-type: none;
}

#__lpform_email {
    max-height: 16px;
    vertical-align: top;
    position: absolute;
    top: 1627.63px;
    left: 1619.88px;
    z-index: 1010;
    display: none !important;
}

div.under-footer-holder {
    text-align: center;
    display: block;
    background: #ED6F2B !important;
    font-size: 18px;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    width: 103% !important;
    max-width: 100.8% !important;
}

.grey-icon {
    color: #777;
    font-size: 60px !important;
    padding: 23px;
    border-radius: 50%;
    background: #fff !important;
    margin-top: -85px !important;
    height: 100px !important;
}

.pv-lg {
    border-radius: 50% !important;
    /*height: 100px;*/
    padding: 0 !important;
    width: 94px !important;
    margin: auto !important;
    display: block !important;
}

.widget,
.bg-green-dark,
.bg-warning-dark,
.bg-info-dark {
    background-color: transparent !important;
    color: #ffffff !important;
    z-index: 0;
}

.white-background {
    background: transparent !important;
    background-color: transparent !important;
    margin-top: 8px !important;
    border: 1px solid #e5e5e5 !important;
}

body > section > div.wrapper.header-fix-width > div > div > div > div.col-md-9.col-sm-12.col-xs-12.no-padding-right > div > div > div.row.white-background {
    margin-top: 0 !important;
}

.white-background-form {
    background: #fff !important;
}

.form-margin-top {
    margin-top: 10px !important;
}

.admin-separator {
    height: 1px !important;
    display: block;
}

a.dash-image-link {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

table > tbody > tr.custom-table-header > td {
    border-right: 0px solid var(--primary-color) !important;
}

.custom-right-menu {
    min-width: 38%;
    padding-right: 40px;
}

.btn-xs {
    padding: 5px 10px !important;
}

.icon-holder.btn-xs {
    padding: 0 !important;
}

.btn.btn-default {
    border-color: #eaeaea;
    background: #fff;
    color: #111;
    padding: 5px 10px;
    /* width: 36px; */
    /* height: 36px; */
}

.custom-button-icons-close {
    border-color: #eaeaea;
    background: #fff;
    color: #111;
    padding: 5px 10px;
    width: 90px;
    height: 39px;
    border-radius: 4px !important;
}

.custom-button-icons-close:hover {
    border-radius: 4px !important;
}

.row-2:hover {
    background: #ffc;
    border-radius: 5px;
    padding: 20px 0 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
}

.custom-button-icons {
    border-radius: 87px !important;
}

.row-info {
    padding: 8px 15px;
    text-align: left;
    overflow: hidden;
    white-space: normal;
    min-height: 42px; /* hot fix because dropdown-inv-holder is stupidly made */
}

.row-info-no-border {
    /*padding: 8px 15px;*/
    text-align: center;
}

/* todo use another name */
.vertical-align-middle {
    padding: 0px 0px 0px 7px;
    font-size: 13px;
    color: #424242;
    text-align: left !important;
    margin-top: -2px;
}

.vertical-align-middle-bold {
    padding: 7px 0px 0px 7px;
    /*text-align: center !important;*/
    font-size: 15px;
    font-weight: bold;
    color: #424242;
}

.vertical-align-middle2 {
    vertical-align: middle;
}

.panel.filter-holder {
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 1px;
    box-shadow: 0px 0px 1px;
    background: #fff !important;
    border-radius: 3px !important;
    padding: 15px 20px 15px 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid #ddd;
    margin: 15px 0px !important;
    margin-top: 0px !important;
}

.filter-holder-no-margin {
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 1px;
    box-shadow: 0px 0px 1px;
    background: #E3E3E3 !important;
    border-radius: 3px !important;
    padding: 14px !important;
    margin-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.user-profile-wrapper {
    margin-top: -10px !important;
}

.section-name {
    font-size: 13px;
}

.active-tab {
    padding: 13px 10px !important;
}

body > section > div.wrapper > div > div > div.container-fluid.hidden-md.hidden-sm.hidden-xs.no-padding > div:nth-child(2) > div > a {
    font-weight: bold;
    font-size: 15px;
}

h1.sub-heading-h1 {
    font-size: 16px !important;
    font-weight: normal !important;
    /* font-style: italic; */
    color: #444 !important;
    text-transform: uppercase !important;
    margin-top: 28px !important;
    margin-left: 18px;
    border-left: 1px solid;
    padding-left: 20px;
    color: var(--primary-color) !important;
    text-shadow: none !important;
}

h1{
    text-transform: lowercase !important;
}

h1::first-letter {
    text-transform: capitalize;
}

.dashboard-static-pages {
    background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSTbW2k4M7YshCn2-ewTZS1h8eSscUZeXzHO42ZmMJHCa9N1Vd_');
    background-size: cover;
    background-position: center center;
}

.dashboard-newsletter {
    background: url('https://www.magentocommerce.com/magento-connect/media/catalog/product/cache/9/image/468x300/9df78eab33525d08d6e5fb8d27136e95/i/c/icon_dotsquares-export_newsletter_subscribers_1.png');
    background-size: cover;
    background-position: center center;
}

.white-title {
    color: #fff !important;
    text-align: center;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 10px;
    text-transform: uppercase;
}

.bordered-block {
    border: 1px solid #f2f2f2;
}

.filter-holder-no-margin {
    margin-bottom: 0px;
}

.ui-widget-overlay {
    background: #111 !important;
    opacity: 0.6 !important;
    filter: Alpha(Opacity=60) /*{opacityOverlay}*/;
}

.ui-widget-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-dialog .ui-dialog-title {
    float: none !important;
    margin: .1em 16px .2em 0;
    font-size: 21px;
}

body > div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    position: absolute;
    height: auto;
    width: 690px;
    top: 25% /* DO NOT USE !important HERE*/;
    left: 606.5px;
    display: block;
    min-width: 600px;
}

.status-marker {
    background: #1fc427 !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 7px auto;
    padding: 13px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.white-background {
    background: #fff !important;
    border-radius: 5px;
    padding: 10px !important;
}

.message-holder {
    background: transparent !important;
    background-color: transparent !important;
    margin-top: 10px !important;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0% !important;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 1;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    margin: 1px 5px;
    border-color: var(--primary-color);
}

.carousel-indicators li.active {
    margin: 0px 4px;
    background-color: var(--primary-color);
}

body > section > div.wrapper > div > div > div.container-fluid.hidden-md.hidden-sm.hidden-xs.no-padding > div:nth-child(2) > div.col-xs-12.col-sm-4 {
    padding: 10px;
}

.dashboard-marketing {
    background: url(http://minfow.com/wp-content/uploads/law-firm-marketing-tools.jpg);
    background-size: cover;
    background-position: center center;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.imagepreview_noimg {
    /* max-width: 600px; */
    display: block !important;
    min-height: 150px !important;
    /*!*background: beige !important;*!*/
    /*background: url(http://noodleblvd.com/wp-content/uploads/2016/10/No-Image-Available-300x204.jpg) no-repeat center center;*/
    background-size: cover;
}

.imagepreview_img {
    /* max-width: 600px; */
    display: block !important;
    min-height: 150px !important;
    /*background: beige !important;*/
    background-size: cover;
}

.panel.panel-default.program-wrapper {
    background: #fff !important;
    padding: 0px !important;
}

.featured-image {
    height: 400px !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 5px;
}

.program-description {
    margin-top: 30px !important;
    margin-bottom: 30px;
}

.upload-button {
    background: #7dc3c7 !important;
    border-bottom: 0px solid #57989c !important;
    -webkit-box-shadow: 0 3px #57989c;
    box-shadow: 0 3px #57989c;
    border-radius: 5px !important;
    float: right;
    margin-top: 30px;
    color: #fff !important;
    padding: 10px 20px !important;
}

.upload-button:hover {
    border-radius: 5px !important;
}

input.custom-button-default {
    background: var(--primary-color) !important;
    -webkit-box-shadow: 0 4px var(--primary-color);
    box-shadow: 0 4px var(--primary-color);
    color: #fff !important;
    /*border: none !important;*/
}

input.custom-button-default:hover {
    background: transparent !important;
    -webkit-box-shadow: 0 4px var(--primary-color);
    box-shadow: 0 4px var(--primary-color);
    color: var(--primary-color) !important;
    border: 1px solid !important;
}

.purple_dot {
    background: var(--primary-color) !important;
    padding: 8px;
    border-radius: 50%;
    width: 5px !important;
    height: 5px !important;
    display: inline-block;
}

.label-success {
    background-color: #5cb85c;
    color: #fff !important;
    font-size: 12px !important;
}

.event-participants-holder {
    background: #e1e1e1;
    padding: 10px !important;
}

@media all and (min-width: 900px) {
    #ui-datepicker-div {
        width: 418px;
    }

    #ui-timepicker-div > table > tbody > tr > td.ui-timepicker-hours > table > tbody > tr > td {
        /* padding: 0.55vw !important; */
        border: 1px solid #ccc;
        /* font-weight: bold; */
        /* text-align: left; */
        /* padding: 1.2vw 1vw !important; */
        /* font-size: 12px !important; */
        /* font-size: 0.85vw; */
        font-family: 'Montserrat', sans-serif !important;
        padding: 5px !important;
    }
}

@media all and (min-width: 1024px) {
    .full-width-wrapper {
        position: relative;
        width: 98%;
        height: auto;
        /* min-height: 100%; */
        margin: auto;
        /*margin-top: 20px;*/
        /* max-width: 1450px; */

    }

    div.filter-holder {
        margin-top: 16px;
        padding: 20px 20px 0px 15px !important;
        -webkit-box-shadow: 0px 0px 1px;
        box-shadow: 0px 0px 1px;
    }

    .onecalendar {
        cursor: pointer;
        margin-bottom: 2px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 15px 3px 3px 15px;
        -khtml-border-radius: 15px 3px 3px 15px;
        border: 1px solid #8F8F8F;
        border-radius: 15px 3px 3px 15px;
        background-color: #838383;
        text-decoration: none;
        color: #FFF;
        padding: 4px 25px !important;
        font-family: tahoma, arial;
    }

    .tick_on {
        margin: 6px 0 0 12px !important;
        cursor: pointer;
        float: left;
        width: 1.4em;
        cursor: pointer;
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .left-60 {
        padding-left: 60px !important;
    }

    .left-50 {
        padding-left: 50px !important;
    }
}

.switch span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: red;
    border: 1px solid #dddddd;
    border-radius: 100px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
    vertical-align: middle;
}

.switch input:checked + span {
    background-color: #54ce8d;
    border-color: #54ce8d;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ui-dialog .ui-dialog-titlebar {
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    padding: 14px;
}

.items-table tr {
    background: transparent !important;
    color: #fff !important;
    text-align: center;
    padding: 10px 10px !important;
    /* height: 40px; */
    border: none !important;
}

.switch span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: #DC0066;
    border: 1px solid #dddddd;
    border-radius: 100px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
    vertical-align: middle;
}

.switch input:checked + span {
    background-color: #55d69e;
    border-color: #55d69e;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.row-1 > div, .row-2 > div {
    text-align: left;
}

@media all and (max-width: 767px) {
    .under-menu-item {
        float: left;
        display: inline-block;
        margin: 5px;
        color: #111;
        font-weight: bold;
        list-style-type: none;
        width: 46%;
    }

    .no-padding-mobile {
        padding: 0 !important;
    }

    .custom-margin-btngroup {
        margin-right: -4px;
    }

    .custom-ic-margin {
        margin-left: -6px !important;
        margin-top: -3px !important;
    }

    /*.orders-trash-icon {*/
    /*font-size: 19px !important;*/
    /*padding-top: 0 !important;*/
    /*margin-left: -6px !important;*/
    /*}*/
    #indoor > div.row.row-1.custom-row-1 > div.col-xs-4.col-sm-7.col-md-3.col-lg-3.change-width1 {
        padding-left: 0 !important;
    }

    .row.row-sub1,
    .row.row-1,
    .row.row-2 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .row.row-2 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .custom-row-1 {
        padding-right: 5px;
        padding-left: 5px;
    }

    /*.nm-admin-footer {*/
    /*    display: none !important;*/
    /*}*/
}

button#myheader-button {
    /*border-radius: 50% !important;*/
    color: #fff !important;
    padding: 0 !important;
    margin-right: 10px;
}

.mb-mail-meta {
    font-weight: bold;
}

.message-item:hover {
    background: #f2f2f2;
}

.replies-holder {
    padding: 15px;
    margin-left: 20px;
    margin-top: 30px;
}

.reply-item {
    border: 1px solid #cecece;
    margin-top: 30px;
    padding: 15px;
}

.message-subject {
    font-size: 20px;
    font-weight: bold;
}

.message-content {
    font-size: 14px;
    font-weight: bold;
}

.send-message-icon > i {
    background: var(--primary-color);
    /* width: 18px; */
    /* height: 18px; */
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 12px;
}

.message-item {
    border: 1px solid #f2f2f2;
    padding: 10px;
    margin: 10px 0;
}

div.mb-mail-meta > div.pull-right > i.fa-eye {
    margin-top: 0 !important;
    color: #37BC9B !important;
    font-size: 26px;
}

div.mb-mail-meta > div.pull-right > i.fa-eye-slash {
    margin-top: 0 !important;
    color: #DF006A !important;
    font-size: 26px;
}

.fa-download {
    font-size: 24px;
    color: #fff;
}

.sender-name {
    color: var(--primary-color) !important;
    font-weight: bold;
    font-style: italic;
}

.invoice-totals-label {
    margin-right: 30px !important;
}

.invoice-totals {
    background: #ccc;
    padding: 10px;
    margin-top: 30px;
}

diva.invoice-total_amount.pull-right {
    font-size: 14px;
}

div.white-background {
    background: #fff !important;
}

.custom-form-group-header {
    margin: 0 10px;
}

.label-red {
    color: red;
    background-color: #fff;
    padding: 2px;
}

.label-green {
    color: #37bc9b;
    background-color: #fff;
    padding: 2px 5px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 10px /* DO NOT USE !important HERE*/;
    margin-bottom: 10px;
}

@media all and (min-width: 1200px) {
    body > div.apps-holder {
        padding-top: 10px !important;
        z-index: 100 !important;
        position: static;
        top: 0px;
    }
}

@media all and (max-width: 769px) {
    .desktop-only-btn {
        margin-top: 25px !important;
        display: none !important;
    }

    div > .custom-col {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        padding-right: 15px !important;
    }
}

.courts-under-header {
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
    margin-top: 3px;
    padding: 1px 20px;
}

.login-button {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.navbar-right {
    float: right !important;
    margin-right: -15px !important;
    margin-top: -5px !important;
}

/*body > header > nav > div.custom-right-menu > div > ul.nav.navbar-nav.navbar-right.custom-navbar-responsive.hidden-xs.hidden-sm > li:nth-child(3) > div > ul {*/

/*top: 58px !important;*/

/*}*/

/*{ display: none;*/

/*}*/

/*#image-input*/

/*{*/

/*display: none !important;*/

/*}*/

.select-style {
    border-radius: 10px;
    border: var(--primary-color) 1px solid;
    border: none;
    width: auto !important;
    color: white !important;
    overflow: hidden;
    background: var(--primary-color) url(../img/caret-down-png.png) no-repeat 90% 50% !important;
    min-width: 135px;
}

button, select.custom-select {
    text-transform: none;
    margin-bottom: 0px; /* dont use !important here */
}

#myTabContent > div.bs-callout.bs-callout-warning {
    color: red;
}

.fc-unthemed td.fc-today {
    background: #fff !important;
}

.filter-holder .form-group {
    margin-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

button.mini-x-btn {
    padding: 5px 18px !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-top: 2px solid;
    border-radius: 0px;
    width: 78%;
    margin: 20px auto;
    padding: 20px 20px;
    font-size: 19px;
    font-weight: 300;
}

.select-style select:before {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 1px;
    margin-top: -3px;
    border-bottom: 1px solid #424242;
    border-right: 1px solid #424242;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

/*.hidden-role*/

/*{*/

/*display: none !important;*/

/*}*/

.custom-form-control {
    margin-bottom: 13px;
    border-radius: 20px !important;
}

.fa-minus-circle {
    color: red;
    font-size: 25px;
}

#table-closing-times textarea {
    min-height: 84px;
}

button.no-border, button.no-border:hover, button.no-border:active, button.no-border:focus {
    border: none !important;
}

/*.form-control*/

/*{*/

/*height: 33px !important;*/

/*}*/

#number_of_locations {
    text-align: center;
    font-size: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 3px 1px #bbb9bb !important;
    box-shadow: 0px 1px 3px 1px #bbb9bb !important;
    min-width: 100px;
    max-width: 150px;
    min-height: 100px !important;
}

.caret {
    position: absolute;
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    top: 50% !important;
    right: 10px;
    margin-top: -3px;
    border-bottom: 1px solid #424242;
    border-right: 1px solid #424242;
    border-top: none !important;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.multiselect {
    background: transparent !important;
    border: 1px solid #C1C1C1 !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 2px #666;
    box-shadow: 0 2px #666;
}

.exercise-description {
    max-height: 105px !important;
    min-height: 105px !important;
    overflow: hidden !important;
    color: #222 !important;
    text-align: left !important;
}

@media all and (min-width: 1024px) {
    /*{*/
    /*text-align: center;*/
    /*font-size: 50px;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0px 1px 3px 1px #bbb9bb !important;*/
    /*min-width: 100px;*/
    /*max-width: 150px;*/
    /*min-height: 100px !important;*/
    /*}*/
    .caret {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 50% !important;
        right: 10px;
        margin-top: -3px;
        border-bottom: 1px solid #424242;
        border-right: 1px solid #424242;
        border-top: none !important;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    .multiselect {
        background: transparent !important;
        border: 1px solid #C1C1C1 !important;
        border-radius: 4px !important;
        -webkit-box-shadow: 0 2px #666;
        box-shadow: 0 2px #666;
    }

    .short-info-holder {
        padding: 7px;
        font-size: 11px;
        font-weight: 400;
        color: #aaa;
    }
}

.short-info-holder {
    padding: 7px 7px !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #aaa !important;
}

select.checked-multi-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    border: none !important;
}

@media all and (max-width: 767px) {
    .exercise-holder {
        /*background: #fff !important;*/
        /*width: 100% !important;*/
        /*margin: 5px !important;*/
        margin-bottom: 10px;
    }

    .short-info-holder {
        padding: 14px;
        font-size: 11px;
        font-weight: bold;
        color: #aaa;
    }

    div > .custom-col {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        padding-right: 15px !important;
    }

    button > .custom-margin-del {
        margin-left: -1px !important;
    }
}

.row.equal {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.exercise-holder {
    /*background: #fff !important;*/
    /*width: 24.32% !important;*/
    /*margin: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #ddd !important;*/
    /*padding: 0 10px 10px 0 !important;*/
    /*padding-bottom: 0px !important;*/
    margin-bottom: 15px;
}

.exercise-holder > div {
    background: #fff !important;
    /* margin-bottom: 10px; */
    margin: 0;
    width: 100% !important;
    border-radius: 5px;
    border: 1px solid #ddd !important;
    position: relative;
}

.fa-file-excel-o {
    font-size: 24px;
    color: #fff;
}

.fa-file-pdf-o {
    font-size: 24px;
    color: #fff;
}

@media all and (min-width: 992px) {
    .fa.fa-bell.custom-bell {
        top: calc(50% - 7px) !important;
        left: -12px !important;
        color: var(--secondary-color);
        font-size: 14px;
    }

    div.legend-holder {
        padding-top: 0 !important;
    }

    /*#lists_table_content .row.row-1.custom-row-1>div{*/
    /*padding-right: 0;*/
    /*}*/
}

@media all and (max-width: 991px) {
    .custom-delete-icon {
        padding-top: 0;
        margin-left: -6px;
    }
}

@media only screen and (min-width: 768px) {
    .exercise-holder {
        /*background: #fff !important;*/
    }
}

.thumbnail-programs {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: none !important;
    min-width: 100% !important;
    min-height: 90px !important;
}

.form-inline {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.invoice-wrapper {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

@media all and (max-width: 991px) {
    .fa-file-excel-o {
        font-size: 22px;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .fa-file-pdf-o {
        font-size: 22px;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .row-info-no-border .icon-holder {
        width: 35px !important;
        height: 35px !important;
        margin-top: 0px !important;
        margin-right: 5px !important;
        float: none !important;
        margin-top: 0px !important;
    }

    div.tablet-wrapper {
        width: 97% !important;
    }

    .custom-delete-icon {
        padding-top: 2px;
        margin-left: -3px;
    }
}

.add-locations-text {
    line-height: 33px;
    font-weight: bold;
    padding-right: 10px;
}

/*@media all and (max-width: 767px) {*/

/*.organizations-wrapper {*/

/*padding-left: 0px !important*/

/*}*/

/*}*/

@media all and (max-width: 991px) {
    .custom-pass-form {
        background: #fff;
        padding: 30px 10px !important;
    }
}

@media all and (min-width: 992px) {
    .new-pass-container {
        text-align: left;
        background: #fff;
        padding: 32px 42px;
    }
}

.menu-user {
    min-width: 220px;
}

.align-center {
    text-align: center !important;
}

.buttons-row {
    text-align: right !important;
}

.packages-custom-padding {
    padding: 8px !important;
}

div.package-option-icon > i {
    font-size: 85px !important;
    color: #ccc;
}

div.package-option-icon {
    text-align: center !important;
    width: 100%;
}

.package-option-title {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 24px !important;
    padding: 20px 0 !important;
}

.package-option-item {
    background: #fff;
    padding: 0;
    width: 32% !important;
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.package-item-content-holder {
    padding: 85px 20px !important;
    width: 100%;
}

.package-option-redirect {
    text-align: center;
    width: 100%;
    padding: 10px !important;
    /*background: var(--primary-color);*/
    color: #fff;
    font-weight: bold;
}

/*system settings css*/

.material-switch {
    margin-top: 10px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
    margin-right: 10px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.system-settings .list-group-item {
    border: none;
    padding-bottom: 15px;
}

.label-netmanager {
    background-color: var(--primary-color);
    color: #fff !important;
    font-size: 12px !important;
}

.lesson-item .item-description {
    min-height: 179px !important;
    max-height: 179px;
    overflow: hidden;
}

.img-responsive-package {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 190px !important;
    /* min-height: 210px !important; */
    min-width: 100% !important;
    margin-top: 10px;
}

@media all and (max-width: 991px) {
    .package-col-left {
        margin-left: 0 !important;
    }

    .package-col-right {
        margin-left: 0 !important;
    }
}

form {
    margin-bottom: 0;
}

textarea.form-control {
    height: auto !important;
    /* resize: none; */
    overflow: auto;
}

/*body > section > div.wrapper.header-fix-width > div > div {*/

/*margin-top: -10px;*/

/*}*/

.image-preview-1 {
    margin: 0 0px 15px 0;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 5px;
    height: 190px;
}

.custom-img-height {
    max-width: 100% !important;
    min-width: 100% !important;
    margin-top: 0px;
    max-height: 195px !important;
    min-height: 195px;
}

#tab2 > div:nth-child(4) {
    padding: 20px 0 !important;
}

.invoice-product-item-name {
    color: grey;
}

.img-responsive .custom-img-height {
    max-height: 195px !important;
    min-height: 195px !important;
    min-width: 100% !important;
}

.order-details-section {
    margin-top: 15px !important;
}

.btn-edit-lesson {
    background: #F13A50 !important;
    color: #FFF;
    border-radius: 3px;
    border: none !important;
    text-transform: none !important;
}

.mt-108 {
    margin-top: 108px;
}

.number-results {
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    padding: 0;
}

.number-results > label {
    padding: 0;
    margin-right: 15px;
}

#number_results_select {
    /*background: transparent !important;*/
    width: 75px;
}

.icon-holder > .fa-eye {
    font-size: 16px;
    /*padding-top: 3px !important;*/
    /*margin-left: -1px;*/
    padding: 0 !important;
    margin: 0 !important;
}

.cust-border {
    border: 1px solid #dddddd;
    padding: 5px;
}


.sub-data-item {
    background: #ddd;
    padding: 5px 10px;
    color: #777;
    font-weight: bold;
    border-radius: 12px;
    font-size: 10px !important;
    display: inline-block;
    /* min-height: 19px !important; */
    margin: 0 2px 10px 0;
}

.short-info-holder {
    height: auto !important;
    min-height: 211px !important;
    max-height: 211px;
    overflow: hidden;
}

.item-price-holder {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px !important;
}

div.customModal {
    position: absolute;
    z-index: 100;
    padding: 0px 0px;
    background-color: white;
    border-radius: 0 !important;
    -webkit-box-shadow: 0px 0px 8px 0px #444 !important;
    box-shadow: 0px 0px 8px 0px #444 !important;
    padding: 27px;
    /* dont use !important here */
    width: 100%;
}

.feedback-improvement {
    margin-top: 20px !important;
}

/*.feedBackForm {*/

/*padding: 34px 0px !important;*/

/*}*/

.feedback-heading {
    background: var(--primary-color);
    color: #fff !IMPORTANT;
    padding: 10px;
    font-weight: 400 !important;
    margin: 0 !important;
    text-align: center;
}

.user-profile-wrapper {
    /* margin-bottom: 200px !important; */
    max-width: 100%;
    margin: auto !important;
    margin-top: 40px;
}

.featured-image-small {
    min-height: 215px !important;
}

.dashboard-holder {
    min-height: 400px !important;
}

div.welcome-heading {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
}

.item-title-media-file {
    height: 20px !important;
    max-height: 80px !important;
    overflow: hidden !important;
    /* min-height: 40px !important; */
    display: inline-block;
    margin-bottom: 7px;
}

.mini-index-thumb {
    max-width: 50px !important;
    min-width: 50px !important;
    margin-top: 3px;
}

.organization-environment {
    text-align: left;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 500px !important;
    overflow: auto !important;
}

.choose-location-title {
    text-align: center !important;
    font-weight: 100;
    margin-bottom: 40px;
    text-transform: uppercase !important;
    font-size: 40px;
    color: var(--primary-color);
}

.court-image-preview {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.sub-menu-top-holder > div > h1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    color: var(--primary-color) !important;
}

h1.pull-left {
    font-size: 36px !important;
    color: var(--primary-color) !important;
    font-weight: 300 !important;
}

.buttons-holder {
    display: block !important;
    float: none;
    height: 60px !important;
}

.container1,
.container {
    font-size: 13px !important;
    padding-top: 0px !important;
}

.refresh-filter {
    float: right !important;
}

@media all and (max-width: 767px) {
    .no-padding-mobile {
        padding: 0 !important;
    }

    .mobile-tab {
        width: 100% !important;
        padding: 10px;
    }
}

.avatar_image {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: relative;
    left: 9px !important;
    margin-top: -3px;
}

#payment_settings textarea.form-control {
    height: auto !important;
    /* resize: none; */
    overflow: auto;
    min-height: 50px !important;
    max-height: 60px !important;
}

@media all and (min-width: 992px) {
    .desktop-message-btn {
        position: relative;
        bottom: 45px;
        height: 54px;
        padding: 15px;
        padding-left: 16px;
        background: transparent !important;
        width: 66px;
        border-radius: 30%;
        z-index: 1000 !important;
        /*box-shadow: 0px 2px 30px -5px #5d5d5d !important;*/
        right: 8px;
        cursor: pointer;
        display: inline-block !important;
        top: -3px;
    }

    .history-back-btn {
        display: none;
    }
}

.sub-menu-top-holder h1.pull-left {
    text-shadow: none !important;
    font-weight: 500 !important;
}

input[name="avatar"] {
    /*display: none !important;*/
}

.checkout-image-show-view {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*.extranet-study-material-image {*/

/*height: 200px;*/

/*background-repeat: no-repeat;*/

/*background-size: cover;*/

/*background-position: center center;*/

/*}*/

.extranet-exe-description {
    max-height: 160px !important;
    overflow: hidden;
}

.exer-row {
    min-height: 300px !important;
}

.gallery-thumbnail-holder {
    margin-bottom: 30px !important;
}

.modal-dialog-custom {
    width: 80% !important;
    margin: 30px auto;
}

@media all and (max-width: 991px) {
    #main-item-container > li.ui-droppable {
        display: inline-block;
        width: 45% !important;
        border: none;
        margin: 4px;
        margin-bottom: 8px;
        padding: 0;
        vertical-align: top;
    }
}

img[src*="http"] {
    /*display: block !important;*/
    /*text-indent: 100vw !important;*/
}

.custom-img-height {
    text-indent: 100vw !important;
}

a.btn-refresh-coaches-facilities,
#event-info .btn-sm /* hot fix, todo move this styles into btn-sm */
{
    -webkit-box-align: center;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 11.3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    -o-transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    position: relative;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 8.3px !important;
}
a#get_available {
    margin: 0!important;
}

.iframe-media-holder iframe {
    width: 100%;
    height: 100%;
}

.chat_bubble__sent {
    background: var(--primary-color);
    color: white;
    float: right;
    border-bottom-left-radius: 10px;
    margin-bottom: 30px !important;
}

#overlay-black {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    z-index: -100 !important;
}

.slow-animation {
    animation: swal2-show 2s !important;
}


.swal2-popup {
    /*display: none;*/
    /*position: relative;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    width: 25em !important;
    /*max-width: 100%;*/
    /*padding: 1.25em !important;*/
    /*border-radius: 0.3125em;*/
    /*background: #fff;*/
    /*font-family: inherit;*/
    /*font-size: 2rem !important;*/
    /*-webkit-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
}

.swal2-popup .swal2-icon {
    margin-bottom: 40px;
}

.swal2-popup.swal2-toast {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto !important;
    padding: 0.625em !important;
    -webkit-box-shadow: 0 0 0.625em #d9d9d9;
    box-shadow: 0 0 0.625em #d9d9d9;
    overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
    top: .7em !important;
    right: .1em !important;
    width: 1em !important;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
    top: .7em !important;
    left: .1em !important;
    width: .6em !important;
}

.user-no-margin {
    padding: 0;
    margin-top: 10px !important;
}

div.row.message-reply-holder {
    margin-top: 20px !important;
}

.seen_at {
    font-size: 10px;
    color: green;
    font-weight: bold;
}

.currency-mobile {
    font-size: 12px !important;
}

.test-class {
}

.badges {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badges-active,
.badges-paid,
.badges-sent,
.badges-reminder_sent,
.badges-middle,
.badges-inactive,
.badges-partially,
.badges-assigned,
.badges-credit,
.badges-not_sent,
.badges-to_be_assgined,
.badges-invoice_skipped{
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    text-align: center!important;
    font-size: 10px;
    max-width: 71px;
    min-width: 71px;
}

.badges-active,
.badges-paid {
    background-color: #28a745;
}

.badges-sent {
    background: #F9D749; /* yellow */
    color: #000;
}

.badges-reminder_sent {
    background: #F39C12; /* orange */
}

.badges-assigned,
.badges-partially {
    background-color: #9acd32; /* yellowgreen */
}

.badges-inactive {
    background-color: #dc3545;
}

.badges-middle {
    background-color: var(--secondary-color);
}

.badges-credit {
    background-color: var(--primary-color);
}

.badges-not_sent,
.badges-to_be_assgined {
    color: #111;
    background-color: #fff;
    border: 1px solid;
}

.badges-invoice_skipped {
    background: #103476; /* dark blue*/
}

.filter-item-label {
    font-weight: bold;
}

.filters-labels-container .label {
    color: #505050;
    background-color: #ccc;
    border-radius: 6px;
    font-weight: normal !important;
}

.category-select {
    background: #fff;
    min-height: 200px;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 0;
    border: 2px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fieldset-padding {
    padding: 0 7.5px
}

@media all and (max-width: 991px) {
    a > .category-select {
        margin-bottom: 25px;
    }

    a:last-of-type > .category-select {
        margin-bottom: 0;
    }

    .fieldset-padding {
        padding: 0 7.5px
    }

    .mb-40 {
        margin-bottom: 40px;
    }
}

@media all and (min-width: 991px) {
    .category-select {
        width: 24%;
    }

    /*.category-select:nth-child(odd) {*/
    /*background: #fff;*/
    /*padding: 20px;*/
    /*min-height: 200px;*/
    /*margin-left: 1%;*/
    /*margin-right: 0;*/
    /*}*/
    /*.category-select:nth-child(3) {*/
    /*background: #fff;*/
    /*padding: 20px;*/
    /*min-height: 200px;*/
    /*margin-left: 1%;*/
    /*margin-right: 0;*/
    /*}*/
}

div.category-select-icon > a {
    color: #ccc;
    font-size: 30px !important;
}

div.category-select-icon > a > i {
    font-size: 75px !important;
}

.category-select-icon {
    text-align: center;
    color: #ccc !important;
    font-size: 30px;
}

div.category-select-icon > i {
    font-size: 56px !important;
}

.product-main-category {
    font-size: 23px;
    font-weight: bold;
    padding: 14px 0;
}

.category-select:hover {
    /*box-shadow: 0px 0px 15px deepskyblue;*/
    border: 2px solid var(--secondary-color);
    cursor: pointer;
    color: var(--secondary-color);
    -webkit-box-shadow: 0 7px 22px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 22px -5px rgba(0, 0, 0, 0.2);
}

div.category-select:hover i {
    /*font-size: 56px !important;*/
    color: var(--secondary-color);
}

.category-select-title {
    text-transform: uppercase;
    text-align: center;
}

#icons_area a {
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {

    position: absolute;
    right: 10px;
    top: calc(50% - 2px);
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.statistic-container {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 30px;
    padding: 0;
}

.content-row .item-span {
    font-size: 12px;
    color: #ccc;
}

.shadow-1 {
    /*box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3) !important;*/
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important;
    /*box-shadow: 0 7px 22px -5px rgba(0,0,0,0.2) !important;*/
}

.shadow-1:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2) !important;
}

.table-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.table-action .icon-holder {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-action a.icon-holder {
    margin-right: 5px;
}

.content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-row:not(:last-of-type) {
    border-bottom: 1px solid #ddd !important;
}

.content-row > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* .content-row div {
    border-bottom: 1px solid lightgray !important;
} */

.content-row-header {
    background-color: white;
    background-color: #ddd;
}

.accordion-container .accordion > .col-xs-2 {
    text-align: right;
    /*padding: 5px 0px;*/
}

.accordion .col-xs-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion-container .accordion {
    background: white;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.accordion-container .accordion-panel {
    padding: 25px 1px 0;
}

.accordion-container > .form-group {
    margin-top: 15px;
    z-index: 0;
}

.agenda-custom-filter {
    padding: 20px !important;
}

.no-padding {
    padding: 0 !important;
}

.full-content-wrapper {
    width: 100% !important;
}

.left-menu .nav-pills .active {
    /*background-color: #fff !important;*/
    color: var(--primary-color);
    cursor: default;
    pointer-events: none;
}

.left-menu .nav-pills a {
    font-size: 14px;
    font-weight: 500;
}

.left-menu .nav-pills .active a {
    color: var(--primary-color);
    z-index: 5;
}

.left-menu .nav-pills .active::before {
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    height: 100%;
    background-color: var(--primary-color);
    content: '';
    opacity: 1;
}

div.little-container {
    padding: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .left-menu .nav-pills li:hover a, .left-menu .nav-pills li:focus a, .left-menu .nav-pills li:active a {
    color: var(--primary-color);
    border-bottom: 2px solid var(--secondary-color);
    border-radius: 0 !important;
    font-size: 16px;
}
.nav > li > a, .ui-tabs .ui-tabs-nav li a {
    position: relative;
    display: block;
    padding: 2px 15px;
}
div > nav > ul > li > a > i {
    font-size: 16px !important;
}


.navbar.topnavbar {
    height: 85px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 20px -8px #aaa !important;
    box-shadow: 0px 0px 20px -8px #aaa !important;
    border-bottom: 1px solid #ccc !important;
}

.padding-large-bottom {
    padding-bottom: 150px !important;
}

#category_create .select-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 23px;
    padding: 6px;
    border: 1px solid #ccc;
}

#category_create .select-icon:hover,
#category_create .select-icon:focus {
    text-decoration: none;
}

#category_create .select-icon i {
    font-size: 18px;
    margin-left: 5px;
    color: #505050;
}

@media all and (min-width: 1200px) {
    .intranet_submenu_header {
        padding: 10px;
        height: 75px;
        background: var(--primary-color);
    }
}

@media all and (max-width: 767px) {
    .no-padding-mobile {
        padding: 0 !important;
    }
}

.order-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 230px;
    width: 100%;
}

.order-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}

.order-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.order-content .purple-text ~ span {
    font-size: 10px;
    padding-left: 3px;
}

.order-content .purple-text {
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 600;
}

.order .status > .btn {
    padding: 3px 20px;
    border-radius: 2px;
}

.order:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

@media all and (max-width: 991px) {
    .order-content,
    .order-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order-buttons .btn {
        margin-bottom: 15px;
    }

    .order .order-content > .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        color: var(--primary-color);
        background-color: white;
        border: 1px solid var(--primary-color);
        border-radius: 8px;
        margin: 15px 0 !important;
    }

    .order .title {
        text-align: center;
    }

    .order-content > div {
        display: block;
        text-align: center;
    }

    .order-content .status .btn-success {
        background: white;
        color: #5cb85c;
        border: none;
    }

    .order-img {
        height: unset;
    }

    .order {
        padding: 15px;
    }
}

.legend-holder {
    padding: 20px !important;
}

.filter-holder.filter-lessons .form-control {
    height: 31px;
}

@media all and (max-width: 767px) {
    .submenu-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 5px;
        margin-left: 0px;
    }
}

div.organization-environment {
    height: 400px !important;
    /*max-width: 480px;*/
    overflow: auto !important;
    display: block;
}

.organization-selector {
    padding: 10px 0px;
    margin-top: 8%;
}

@media all and (max-width: 767px) {
    .main-container {
        background: #fff;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px !important;
    }
}

.org-img-responsive {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.topnavbar .dropdown-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #505050 !important;
    font-weight: 200;
}

#systemNotificationsList .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#systemNotificationsList .modal-header > span {
    margin-left: auto;
    margin-right: 30px;
    text-decoration: underline;
}

#systemNotificationsList .modal-header > p {
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 5px;
    margin-left: 30px;
    color: white;
}

#systemNotificationsList .modal-header .close {
    font-size: 30px;
    margin: 0 !important;
}

#notification_area .li-notifications,
#notification_area .li-notifications .notification-buttons > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#notification_area .li-notifications .notification-buttons {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#notification_area .li-notifications {
    padding-right: 0;
}

#notification_area .li-notifications .notification-buttons .close.read_noty {
    float: unset;
    margin-right: 15px;
}

#notification_area .content-container {
    margin-left: 15px;
}

#notification_area .content-container > div > span:first-of-type {
    font-weight: 600;
    font-size: 16px;
}

#notification_area .content-container > div > span:last-of-type {
    font-size: 10px;
    opacity: 0.2;
    margin-left: 15px;
    font-weight: 600;
}

.li-notifications > .sn-icon-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#lists_table_content .row.row-2.row-2-edit-users > div,
#lists_table_content .row.row-1.custom-row-1 > div {
    padding-left: 5px;
}

#lists_table_content .row.row-2.row-2-edit-users > div {
    word-wrap: break-word;
}

.row-2-edit-users small {
    display: block;
}

@media all and (max-width: 500px) {
    #lists_table_content .row.row-2.row-2-edit-users > div:last-of-type,
    #lists_table_content .row.row-1.custom-row-1 > div:last-of-type {
        padding-right: 0 !important;
    }

    #systemNotificationsList .modal-header > p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin: 15px 0;
    }

    #systemNotificationsList .modal-header > span {
        margin: 0;
    }

    #systemNotificationsList .modal-header > p > .snoty-count2 {
        margin-right: 5px;
    }

    #systemNotificationsList .modal-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #systemNotificationsList .modal-header .close {
        position: absolute;
        top: 5px;
        right: 5px;
    }
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 72% !important;
    margin: 15px auto !important;
}

.navbar .dropdown-menu {
    padding: 0;
}

.navbar .dropdown-menu.menu-languages,
.navbar #myheader-button + .dropdown-menu {
    margin: 0;
    top: 65px !important;
}

.navbar .dropdown-menu > li {
    padding: 0;
}

.navbar .dropdown-menu > li > a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #505050 !important;
    white-space: nowrap;
    font-size: 14px;
}

.personal-progress-sort-container {
    padding: 15px 0;
    /*margin: 0 -15px;*/
    /*background: white;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: center;
    /*flex-direction: column;*/
    justify-content: space-between;
}

.personal-progress-sort-container #sort-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-progress-sort-container #sort-form > p,
.personal-progress-sort-container #sort-form > select:not(:last-of-type) {
    margin-right: 10px;
}

.personal-progress-sort-container #sort-form > p {
    font-weight: 500;
}

.personal-progress-sort-container #sort-form > select {
    border: none;
    color: #999;
}

.personal-progress-container h4 {
    font-weight: 300;
    padding-left: 15px;
}

.personal-progress-container .custom-panel {
    border: none;
}

.personal-progress-container .custom-panel > div {
    border: 1px solid lightgray;
    border-radius: 8px;
}

.personal-progress-container .custom-panel img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.personal-progress-container .custom-panel > div > .row {
    padding: 15px;
}


#render_area .exercise-holder{
    padding: 0 15px !important;
    margin-top: 30px !important;
}
.btn.personal-progress-show {
    width: 100%;
    margin-top: 0px;
    /*border-top: 1px solid #ccc;*/
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
}
.pp-filters .cancel-btn{
    margin-right: 15px !important;
}
@media all and (max-width: 991px) {
    .pp-filters .btn{
        width: 100% !important;
        margin-right: 0 !important;
    }
    .personal-progress-sort-container{
        padding: 15px;
    }
}
#render_area  .short-info-container>div{
    display: flex;
    flex-direction: column;
    justify-content: start;
}
#render_area .short-info-container > div > i {
    font-size: 25px;
}

/*.pagination>li>a, .pagination>li>span{*/

/*color: #111;*/

/*background: none;*/

/*border: 1px solid transparent;*/

/*}*/
.panel-footer .pagination {
    margin-left: 10px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border: 1px solid var(--primary-color);
    color: #111;
}

.pagination > li > a,
.pagination > li > span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #111;
    text-decoration: none;
    background: none;
    padding: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    /*z-index: 2;*/
    /*color: #fff;*/
    /*cursor: default;*/
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    background: none;
    border-color: transparent;
}

.pagination > li:first-of-type,
.pagination > li:last-of-type {
    display: none;
}

@media all and (min-width: 1025px) and (max-width: 1440px) {
    .content-wrapper {
        width: 100% !important;
        padding-top: 0;
        margin: auto !important;
        margin-bottom: 150px !important;
    }
}

.page-title .page-title-container h1 {
    font-size: 26px !important;
    color: var(--primary-color) !important;
    font-weight: 500 !important;
}

.steps-divider {
    /*margin-bottom: 35px !important;*/
}

@media all and (min-width: 1025px) and (max-width: 1440px) {
    .content-wrapper {
        width: 100% !important;
        padding-top: 0;
        margin: auto !important;
        margin-bottom: 150px !important;
    }
}

@media all and (max-width: 1440px) {
    .page-title > .page-title-container,
    .wrapper.header-fix-width > .filters-inline.filters-labels-container {
        width: 100% !important;
    }
}

i.icon-check {
    color: forestgreen;
    font-weight: bold;
}

.navbar .dropdown-menu {
    border: 1px solid #ddd !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
    line-height: 1.5;
    -webkit-box-shadow: 0 7px 22px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 5px 12px -5px rgba(0, 0, 0, 0.2) !important;
}

#agenda-dataload {
    position: absolute;
    right: 0;
    left: 0;
    top: calc(50% + 75px);
    margin: auto;
    z-index: 1010;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.custom-img-height {
    max-height: 195px !important;
}

.prices-info {
    margin-top: 5px;
}

#table-programs tbody img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

#table-programs td br {
    display: none;
}

#table-programs .lessons_text_field span:not(:last-of-type):after {
    content: '/';
}

#table-programs .sub-data-item {
    background: none;
    margin: 0;
    max-width: unset;
    max-height: unset;
    padding: 0;
}

#table-programs lessons_text_field {
    font-size: 15px;
}

#table-programs .lessons_text_field span {
    font-size: 12px;
    color: #ccc !important;
}

#table-programs td > button,
#remove_object {
    border: none !important;
}

#table-programs td > button > i,
#remove_object > i {
    background: red;
    color: white;
    border-radius: 100%;
    padding: 5px;
    width: 22.6px;
    height: 22.6px;
}

#table-programs td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#forceDelete .chosen-container-multi {
    margin: 15px 0;
}

.img-circle {
    border-radius: 50%;
    max-width: 35px !important;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-top: 2px solid;
    border-radius: 0px;
    width: 100%;
    margin: 20px auto;
    padding: 20px 20px;
    font-size: 19px;
    font-weight: 300;
}

ul.lessons_text_subtitle > li {
    display: inline-block;
    list-style: none;
    font-size: 12px;
    color: #aaa;
    margin-right: 12px;
}

ul.lessons_text_subtitle > li:not(:last-child) {
    margin-right: 12px;
}

ul.lessons_text_subtitle > li i {
    margin-right: 8px;
}

i.icon-like {
    font-size: 19px;
    color: forestgreen;
    font-weight: bold;
}

.app-item .material-icons {
    font-family: 'Material Icons';
    font-weight: 100;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px #111 !important;
}

.mini-index-thumb {
    max-width: 30px !important;
    min-width: 30px !important;
    margin-top: 0px;
    border-radius: 50%;
    max-height: 60px !important;
    height: 30px !important;
    width: 30px !important;
    background-position: center center !important;
    background-size: cover !important;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 1px 2px;
    box-shadow: 0px 1px 2px;
}

.assign-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.assign-buttons > .not {
    margin: 0 !important;
}

.short-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #777;
    font-size: 10px;
    max-width: 354px;
    /* overflow-x: scroll; */
}

.short-info-container ~ .collapse .well {
    font-size: 12px;
    padding: 10px;
    margin: 0;
    border-top: none;
    box-shadow: none;

}

.short-info-container > div {
    width: 33.33%;
    text-align: center;
    border: 1px solid #ccc;
    border-right: none;
    padding: 10px 0;
}

.short-info-container.four-columns > div {
    width: 25%;
}


.short-info-container .collapse-box {
    cursor: pointer;
}

.short-info-container > div:first-of-type {
    border-left: none;
}

.short-info-container > div > i {
    font-size: 20px;
}

.short-info-container > div > div {
    margin-top: 5px;
}

.pm-buttons-container .btn-group.custom-top-bot-margin {
    width: fit-content !important;
    margin-bottom: 10px !important;
}

.short-info-container .pm-ellipsis {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.short-info-container .collapse-box.active {
    background: #f5f5f5;
    border-bottom: none;
}

.prop-container .short-info-container > div {
    border: 1px solid #ccc;
}

.prop-container .short-info-container.four-columns > div {
    width: 22%;
}

.prop-container .info-short-holder {
    width: calc(100% - 250px);
    position: relative;
}

.prop-container .short-info-container {
    justify-content: space-between;
}

.prop-container .info-short-holder .collapse {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
}

@media (max-width: 767px) {

    .prop-container {
        flex-direction: column;
    }

    .prop-container .info-short-holder {
        width: 100%;
    }
}

.age-category-box {
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 15px;
    padding-left: 7px;
    min-height: 20px;
}
.collapse-container{
    position: absolute;
    padding: 5px 0;
    background: white;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.collapse-container>p{
    color: var(--primary-color);
    font-weight: 600;
    padding-left: 7px;
}
#backend > a > div.col-xs-10 {
    font-weight: bold;
}

element.style {
    border: 1px solid;
    border-radius: 3px;
}

.agenda-warning-holder > img {
    margin: auto;
    display: block;
    width: 113px;
    margin-bottom: 40px;
}

.info-item.courts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-item.courts > .court-image {
    margin-right: 5px;
}

.lesson-text {
    overflow: hidden;
    width: 100%;
}

.img-border {
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 1px 2px;
    box-shadow: 0px 1px 2px;
}

.row.masonry-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-purple {
    color: #ffffff;
    background-color: var(--primary-color);
    border-color: transparent;
}

.label-box {
    padding: 0 15px;
}

.description-container {
    min-height: 340px;
    padding: 25px 15px;
    background: #fff !important;
}

.prop-item {
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: space-around;*/
    min-height: 50px;
    padding: 0 15px;
}

.prop-item > i {
    margin: 6px 0;
}

.prop-item + .prop-item {
    margin-left: 10px;
}

.prop-container {
    display: flex;
    align-items: flex-start;
    margin-top: auto;
}

.prop-container .btn {
    margin-left: auto !important;
}

.btn.btn-white {
    background-color: #ffffff !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    font-weight: 500;
}

.btn.btn-white:hover {
    background-color: #ccc !important;
}

.show-lesson .lesson-content {
    background: white;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.show-lesson .lessons-holder {
    margin-top: 15px;
}

.duration-icon-holder {
    margin-right: 15px;
}

.show-lesson .lesson-title {
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.show-lesson .lessons-holder > div {
    border: none;
}

a.accordion-text-link:focus,
a.accordion-text-link:hover {
    text-decoration: none;
}

.accordion-text-link {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.prop-item {
    position: relative;
}

.accordion-content span {
    display: none;
}

.accordion-text.accordion-textered.ellipsis:after {
    content: '...';
}

.img-holder {
    max-width: 94px;
    /*height: 60px;*/
}

.img-holder > img {
    max-width: 50px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.custom-panel .selected-col {
    padding: 10px 10px !important;
    font-weight: bold;
}

a.btn.inv-dr {
    float: unset;
    margin: 0 auto;
    border-radius: 50%;
    max-width: 22px;
    max-height: 26px;
}

/*
 * Object actions dialog (Invoice, Credit note)
 */
#invoice-actions-dialog, #credit-note-actions-dialog {
    font-size: 14px;
    padding: 15px;
}

#invoice-actions-dialog .title, #credit-note-actions-dialog .title {
    text-align: center;
    padding: 19px;
    font-weight: bold;
}

/*
 * Object preview dialog status (Invoice, Credit note)
 */
.dialog-actions-status {
    font-weight: bold;
    text-align: center;
}

.dialog-actions-status .item {
    color: #ffbb33;
}

.dialog-actions-status .item .status-paid,
.dialog-actions-status .item .status-sent {
    color: #28a745;
}

.square-btn {
    padding: 0;
    width: 50px;
    height: 50px;
    border: 1px solid gray;
    border-radius: 8px !important;
    background: white;
    margin-right: 5px

}

.btn.square-btn:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.btn.square-btn.edit-invoice-price:hover {
    color: white;

}

.btn.square-btn:hover img {
    -webkit-filter: invert(100%) !important;
    filter: invert(100%) !important;
}

.bold {
    font-weight: bold !important;
}

.order-table {
    border: 1px solid #ddd;
}

.row.order-header {
    background: #ddd;
    padding: 10px 0;
    margin-top: 0 !important;
    color: #505050;
    font-weight: bold;
}

.row.order-row {
    padding: 10px 0;
    margin: 0 !important;

}

.row.order-row + .row.order-row {
    border-top: 1px solid #ddd;
}

.dropdown-inv-holder {
    margin-right: 0;
}

.text-green {
    color: #37bc9b !important;
}

.view-progress-link {
    color: #FFAD38;
    text-decoration: underline;
    font-weight: bold;
}

.view-progress-link:hover {
    color: var(--primary-color);
}

[id*="downloadPdfModa"] .modal-body {
    display: flex;
    justify-content: space-between;
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .fa-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

@media screen and (min-width: 768px) {
    .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .fa-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-control .fa-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

}

.surface-modal {
    border: 1px solid;
    padding: 8px 10px;
    border-radius: 3px;
    margin: 0px;
    vertical-align: middle;
    display: inline-block;
    float: right;
}

.surface-modal:hover {
    cursor: pointer;
    background: var(--primary-color);
    color: #fff;
}

.imaged-header-subscr {
    margin-bottom: 25px;
}

/*.row-sub1 .collapse>.row{*/
/*border: 1px solid #ccc;*/
/*background-color: #f6f6f6;*/
/*padding: 15px;*/
/*}*/
.additional-notes {
    margin-top: 15px;
}

.working-time-container {
    display: flex;
    max-width: 200px;
    margin: auto;
}

.working-time-container > p {
    margin-right: auto;
}

.working-time-container > strong {
    margin: 0 5px;
}

.working-time-container .working-time {
    min-width: 105px;
    text-align: center;
}

.ui-chosen-selectAllBtnContainer a:hover,
.ui-chosen-selectNoneBtnContainer a:hover {
    text-decoration: none;
    color: #424242;
}

.border-table > .row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);;

}

.customer-info > p > span {
    word-break: break-word;
}

.color-darkgreen {
    color: darkgreen;
}

.color-red {
    color: red;
}

.accordion + .panel > .email-group .col-xs-6, .accordion + .panel > .tab-2 > .email-group .first-col {
    padding: 0;
}

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

    .accordion + .panel > .tab-2 > .email-group h4 {
        font-size: 14px;
    }
}

.row-info-no-border.buttons-row form,
.row-info-no-border.buttons-row a {
    flex-shrink: 0;
}

/*Style Tooltip*/

.ui-tooltip {
    padding: 6px 10px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    color: #808080;
    border-color: #ccc;
}

/* End Style Tooltip*/

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-top: 100px !important;
}


.flexibox {
    display: flex;
    align-items: center;
}

.custom-panel .selected-col {
    padding: 10px 10px !important;
    font-weight: bold;
}

.custom-panel {
    padding: 10px 2px !important;
    border-radius: 0px !important;
    margin-bottom: 1px;
}

.img-column {
    padding: 0 3px !important;
}

.profile-titles {
    font-weight: 700 !important;
    font-size: 20px;
    margin-bottom: 20px;
}

.order-buttons > .btn {
    font-size: 13px;
    border-radius: 4px;
    background: white;
    color: #222;
    border: 1px solid;
}

.order .title-holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px !important;
}

.children-select-holder {
    margin-top: 10%;
}

.lesson-buttons-holder {
    margin-top: 30px;
}

.lesson-buttons-holder .btn {
    text-transform: capitalize !important;
}

.lesson-buttons-holder .btn:hover {
    text-decoration: none !important;
}

@media all and (max-width: 767px) {
    .or h3 {
        background: #fff;
        padding: 10px;
        margin-top: -24px !important;
        width: 60px;
        text-align: center;
        margin: auto;
        display: none;
    }

    .chosen-label {
        font-weight: 100;
        font-size: 0.7em;
        padding: 3px;
        display: none !important;
    }

    .lesson-buttons-holder .btn {
        width: 100% !important;
    }
}

.extranet-settings {
    padding: 0 !important;
}

.extranet-settings .row.custom-row-1 > div {
    text-align: right;
}

.extranet-settings .material-switch {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .extranet-settings .user-profile-wrapper > .col-md-3.col-sm-12.col-xs-12, .extranet-settings .user-profile-wrapper > .col-md-9.col-sm-12.col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .extranet-settings .big-container {
        margin-bottom: 15px !important;
    }

    .extranet-settings .mobile-switch {
        display: flex;
        flex-direction: column;
    }

    .extranet-settings .mobile-switch small {
        margin-bottom: 5px;
    }

    .extranet-settings .material-switch {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .extranet-settings .row.custom-row-1 > div {
        text-align: left;
    }
}


.images-thumbnails .custom-img-height {
    min-height: 50px !important;
}

.images-thumbnails:after {
    content: '';
    display: block;
    clear: both;
}

.images-thumbnails {
    padding:10px !important;
}

form[data-parsley-validate] .form-group select.parsley-error ~ .chosen-container > .chosen-choices,
form[data-parsley-validate] .form-group select.parsley-error ~ .chosen-container > .chosen-single {
    background-color: #F2DEDE !important;
    border: 1px solid #f05050;
}

form[data-parsley-validate] .form-group .parsley-errors-list.filled {
    order: 5;
}

.pagination-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    clear: both;
}
.pagination-section .pagination{
    margin: 0;
}

.pagination-section .number-results {
    display: flex;
    align-items: center;
    margin: 20px 15px;
}
.pagination-section .number-results select{
    margin: 0;
}

.pagination-section .number-results label {
    margin-right: 15px;
    margin-bottom: 0;
    font-weight: bold !important;
    flex-shrink: 0;
}

/*.vertical-align {*/
/*background: none !important;*/
/*border: none !important;*/
/*border-top: 1px solid #ddd !important;*/
/*border-radius: 0px !important;*/
/*padding: 5px !important;*/
/*padding-top: 5px !important;*/
/*display: flex;*/
/*align-items: center;*/
/*}*/

.panel-heading.accordion {
    border-bottom: 0;
    font-size: 14px;
    background: transparent;
    color: #111;
}
.short-info-container~.collapse{
    position: absolute;
    width: 100%;
    z-index: 10;
}
.age-category-box .more-btn{
    text-transform: lowercase;
    font-size: 0.9em;
    padding-left: 10px;
    font-weight: normal;
    text-decoration: underline;
}
.age-category-box .more-btn:hover{
    color: #424242;
    cursor: pointer;
}
#impersonate_bar~header{
    top: 40px !important;
}

#impersonate_bar~section.custom-top-fix.submenu-header{
    margin-top: 40px !important;
}

@media (max-width: 991px) {
    #impersonate_bar~section.custom-top-fix.submenu-header{
        margin-top: 90px !important;
    }
}

#impersonate_bar {
    height: 40px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;

}
#impersonate_bar>.title{
    font-size: 16px;
    margin: auto;
    font-weight: bold;

}
#impersonate_bar>a {
    padding: 3px 15px;
    background: black;
    color: white;
    margin-right: 15px;
    text-decoration: none;
}
@media all and (max-width: 767px)
{
    #impersonate_bar>.title{
        font-weight: bold;
        font-size: 12px;
    }
    #impersonate_bar>a {
        padding: 3px 15px;
        background: black;
        color: white;
        margin-right: 15px;
        text-decoration: none;
        font-size: 10px;
    }
    #impersonate_bar~header .apps-holder{
        top: 90px !important;
        padding-bottom: 110px;
    }
}
#impersonate_bar>a:hover{
    text-decoration: none;
}
#impersonate_bar~.sm_menu_outer{
    top: 90px;
}

#impersonate_bar~#sm_menu_ham_container #sm_menu_ham{
    top: 55px;
}

#custom-button-eye-hover:hover {
    color: #424242 !important;
}

#sortable_area{
    width: 100%;
}

#existing_files{
    display: flex;
    flex-wrap: wrap;
}

#attachments-container .attachment-row .fa{
    color: var(--primary-color);
    margin-left: 12px;
}

.no-results-find{
    background: white;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0;
    font-size: 16px;
}
.customer-info a:hover{
    color: black;
    text-decoration: none;
}

#navigation nav ul.mail-nav  li {
    border: none !important;
}
#navigation nav ul.mail-nav  li a {
    padding: 15px 20px !important;
}
#navigation nav ul.mail-nav  li a:hover,
#navigation nav ul.mail-nav  li a:focus{
    text-decoration: none;
    background-color: #f5f5f5 !important;
}

#navigation nav ul.mail-nav  li.active a{
    font-weight: normal !important;
    color: var(--primary-color);
}

#navigation nav ul.mail-nav  li.active::before {
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--primary-color);
    content: '';
    opacity: 1;
    z-index: 1;
}


.order-date {
    text-align: right;
}

.package-preference-holder {
    margin-top: 20px;
}
.system-settings-tabs .left-menu .nav-pills li:hover a,
.system-settings-tabs .left-menu .nav-pills li.active a,
.locations-nav.left-menu .nav-pills li:hover a,
.locations-nav.left-menu .nav-pills li.active a{
    border: none;
}
.system-settings-tabs .nav-pills>li+li,
.locations-nav .nav-pills>li+li{
    margin: 0;
}
.user-package-title {
    font-weight: bold;
    /*margin-left: -15px;*/
    /* padding: 15px; */
    font-size: 18px;
}
.btn.restore-object{
    margin: auto;

    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox-slide--iframe .fancybox-content{
    background-color: transparent !important;
    width: 100% !important;
}
i.fa-youtube-play{
    color: var(--primary-color);
}
/*.buttons-row.four-buttons {*/
/*    max-width: 175px;*/
/*    margin-left: auto;*/
/*}*/
.buttons-row.three-buttons {
    max-width: 120px;
    margin-left: auto;
}
.buttons-row.two-buttons {
    max-width: 102px;
    margin-left: auto;
}
/* Upload Style*/
.attachment-icon-holder {
    max-width: 190px;
    max-height: 190px;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 10px;
    margin: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 83px;
}

@media all and (max-width: 767px)
{
    .attachment-icon-holder {
        max-width: 190px;
        max-height: 190px;
        border: solid 1px #ccc;
        padding: 10px;
        border-radius: 10px;
        margin: auto;
        display: flex;
        align-items: center;
        cursor: pointer;
        height: 55px;
    }
}
.attachment-up.attachment-icon-holder>img{
    margin: auto;
    width: 100%;
}
.attachment-link img{
    width: 100%;
}

#select_attachment_type>div{
    padding: 0 5px;
}
.attachment-thumbnail-link {
    width: 70px;
    height: 70px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;

}
.attachment-thumbnail-link>a{
    line-height: 0.7;
    /*overflow: hidden;*/
    height: 100%;
}
.attachment-thumbnail-link img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.choose-media-title {
    margin: 30px 0 30px 0;
    font-weight: 700;
}

.attachment-close-link {
    position: absolute;
    top: 0;
    right: 0;
}
.accordion{
    position: relative;
}
.sidebar-collapsable-area:after {

    position: absolute;
    right: 10px;
    top: calc(50% - 2px);
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
}

.active-accordion .sidebar-collapsable-area:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-container .images-thumbnails .accordion{
    border: none;
}
.images-thumbnails .panel-body{
    border-top: 1px solid #ddd;
    padding-top: 15px !important;
}
.remove-attachment.attachment-close-link{
    position: absolute;
    top: -9px;
    right: -9px;
    line-height: 1;
}
.remove-attachment.attachment-close-link>i{
    font-size: 13px;
    line-height: 1;
    background: black;
    border-radius: 50%;
    color: white;
    padding: 3px !important;
    font-size: 13px;
}
@media all and (min-width: 768px) {
    .attachment-link[data-type=internal-link] img {
        padding: 25px;
    }
}

.header-title-modal{
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
}
#choose_area{
    padding: 0 50px 50px;
}
@media all and (max-width: 767px) {
    #choose_area{
        padding: 0 ;
    }
    #addAttachmentModal .btn{
        width: 100%;
    }
    #external_link_area>*{
        padding: 0;
    }
    #upload_area>*{
        padding: 0;
    }
}
/* End Upload Style*/
#upload_area #default_file {
    height: auto;
    background: var(--primary-color);
    color: #fff;
}

.topnavbar-wrapper.header-edit .btn{
    font-size: 14px;
}
.activity-name, .activity-stats, .activity-state {
    padding: 6px 15px;
    font-weight: bold;
}
.activity-stats {
    font-weight: normal;
    display: flex;
    align-items: center;
}
.user-profile-navigation i.material-icons{
    font-size: 16px;
}
.user-profile-navigation #components-list .list-group-item{
    display: flex;
    /*align-items: end;*/
}
nav.locations-nav  li{
    padding: 15px 20px;
}

nav.locations-nav  li a {
    font-size: 14px !important;
    padding: 0 !important;
}

.intranet-lesson-item{
    margin-bottom: 15px;
    font-size: 7px;
    margin-top: 3px;
}

.levels_btn {
    display: inline-flex !important;
    flex-direction: column !important;
    padding: 3px !important;
}

.levels_btn:hover {
    text-transform: lowercase;
}
.levels_marker {
    font-size: 5px;
    margin-top: 3px;
    font-weight: bold;
}

#preferences_link > div > div.col-xs-10 {
    display: flex;
    align-items: center;
}
.extranet-order-items {
    display: flex;
    border: 1px solid #f2f2f2;
    margin-bottom: 0px;
    margin-top: 20px;
    border-radius: 5px;
}
.mob-full-width {
    width: 100% !important;
}

.carets{
    position: relative;
}
.carets:before {
    content: '';
    border-bottom: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    width: 4px;
    height: 4px;
    position: absolute;
    right: -15px;
    bottom: 1px;
}
.carets:after {
    content: '';
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    width: 4px;
    height: 4px;
    position: absolute;
    right: -15px;
    top: 1px;
}

.extranet-child-row {
    border: 1px solid #f1f1f1;
    padding: 10px;
    display: flex;
    align-item: center;
    align-items: center;
    margin-bottom: 10px;
}

.level_abbrev {
    margin-top: -3px;
    font-weight: bold;
}

.support{
    position: fixed;
    bottom: 50px;
    right: 0;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px;
    -webkit-border-radius:5px ;
    -moz-border-radius:5px ;
    border-radius:5px ;
    z-index: 10;
}
.support .content{
    padding: 30px 15px 5px;
}
.support #support-btn{
    min-width: 180px;
    height: 30px;
    color: #ffffff;
    background: var(--secondary-color);
    border-top-left-radius:  5px;
    border-top-right-radius:  5px;
}
.support .support-close{
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    cursor: pointer;
    color: #000000;
}

.support .sending-ico .fa {
    -webkit-animation: rotation 2s infinite linear;
}
.support .alert {
    position: relative;
    padding-right: 30px;
}
.support .alert .close{
    position: absolute;
    right: 15px;
    top: 15px;
}
.btn.primary-btn{
    border-color: var(--primary-color);
    background: var(--primary-color);
    padding: 8px 20px ;
    color: white ;
    -webkit-border-radius:5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.btn.primary-btn:hover{
    color: var(--primary-color);
    padding: 8px 20px ;
    background-color: white ;
}
@media all and (max-width: 767px)
{
    body > section > div.support
    {
        display: none !important;
    }
}
.imaged-header-subscr {
    margin-bottom: 25px;
    min-height: 100px;
}

@media all and (max-width: 767px)
{
    .order-date {
        text-align: left;
        margin-left: -15px;
    }

    #preferences_link > div.row{
        padding-bottom: 16px !important;
    }
    .user-package-title
    {
        padding: 0 !important;
    }

    div.update-preference {
        width: 100% !important;
    }
    div.cancel-update-preference {
        width: 100% !important;
    }
}

.pref-subscription-title
{
   margin: 0 -15px 10px -15px !important;

}

.info-square {
    width: 20px;
    height: 20px !important;
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.legend-holder {
    padding: 10px 0 !important;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
#render_area > div.legend-holder span {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
@media all and (max-width: 820px)
{
    .chat_bubble>div {
        flex-grow: 1;
        min-height: 100px;
        border: 1px solid #ddd;
        color: black;
        position: relative;
        padding: 5px 10px;
        text-align: justify;
        border-radius: 4px !important;
    }
    .chat_bubble__stop img.avatar_image {
        display: inline-block;
        width: 20px;
        height: 20px;

    }

}

#render_area .chosen-container.chosen-container-multi{
    width: 100% !important;
}

li.chat_bubble.chat_bubble__sent.chat_bubble__stop > div > table > tbody > tr > td > p {
    font-size: 13px !important;
    line-height: 175%;
    margin-bottom: 8px;
}

.choose-location-title {
    text-align: center !important;
    font-weight: 100;
    margin-bottom: 40px;
    text-transform: uppercase !important;
    font-size: 33px;
    color: var(--primary-color);
}

.organization-environment::-webkit-scrollbar {
    width: 12px;
}

.organization-environment::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
    
}

.organization-environment::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.custom-file-upload-btn1  {
    display: flex;
    align-content: center;
    justify-content: center;
}

@media all and (max-width: 767px)
{
    .custom-button-default {
        background: var(--primary-color) !important;
        border: 1px solid var(--primary-color) !important;
        -webkit-box-shadow: 0 4px #bbb9bb;
        box-shadow: 0 4px #bbb9bb;
        text-transform: none !important;
        width: 100% !important;
    }

    h3.choose-location-title {
        text-align: center !important;
        font-weight: 100;
        margin-bottom: 40px;
        text-transform: uppercase !important;
        font-size: 24px;
        color: var(--primary-color);
    }

    i.get-location-arrow {
        position: relative !important;
        left: -14% !important;
        height: 0px !important;
        width: 0px !important;
        font-size: 55px !important;
        font-weight: bold !important;
        color: var(--primary-color) !important;
         top: 0 !important;
        right: 0;
    }

    #child > a > div.col-xs-4 > img

    {
        height: 54px !important;
        width: 54px !important;
    }
    #child > a > div.col-xs-8

    {
        padding-top: 0 !important;
    }

    .pagination-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        clear: both;
        padding: 10px;
    }

    .no-padding {
        padding: 0 !important;
    }

    .legend-holder {
        padding: 0 0 0 0;
        display: flex;
        flex-direction: column;
        margin: 0 0 14px 10px;
    }

    .custom-file-upload-btn1 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        width: 100% !important;
    }

    #custom-edit-locations-mini-container > div.form-group.col-sm-12.col-xs-12 {
        padding: 15px !important;
    }

    .image-area {
        margin-bottom: 15px;
        padding: 15px;
    }
    a.custom-file-upload-btn1 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        width: 100% !important;
    }

}

.prices-info {
    font-weight: 100 !important;
    line-height: 175%;
}

@media all and (max-width: 991px)
{

    .mobile-nav-label {
        display: block;
        font-size: 11px;
    }
}

.v-expansion-panel .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
    display: flex;
}

.cdc-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    margin-top: 1em;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    text-align: left;
    flex-direction: column;
}

.activity-percent {
    display: flex;
    align-items: center;
}

.activity-lesson-wrapper{
    width: 100%;
    display: flex;
}

.activity-lesson-item-wrapper {
    display: flex;
    width: 100%;
}

.activity-information {
    font-weight: normal;
    color: #ccc;
}


@media all and (max-width: 767px)
{
    .v-expansion-panel .row {
        margin-right: -15px !important;
        margin-left: -15px !important;
        display: flex;
        flex-direction: column;
    }
    .activity-header.row>* {
        padding: 0 5px;
        align-items: center;
        display: flex;
    }
    .activity-stats {
        display: none;
    }

    .activity-package-name{
        height: 15px;
        overflow: hidden;
        font-size: 11px;
    }

    .activity-information {
        font-weight: normal;
        color: #dedede !important;
        font-size: 8px;
    }
    .v-expansion-panel .v-expansion-panel__container {
        padding: 0 0 !important;
    }

    .activity-lesson-item-wrapper {
        display: flex;
        flex-direction: row;
        font-size: 10px;
    }

div.cdc-container > div.cdc-legend > span > span:nth-child(2) {
        font-size: 12px;
    }
    .support {
        /*display: none;*/
        position: fixed;
        bottom: 50px;
        right: 0;
        background: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        z-index: 10;
    }
    .v-expansion-panel__header {
        padding: 0;
        border-bottom: 1px solid #ccc;
    }
    .activity-table {
        margin: 5px;
    }
    .v-expansion-panel__header__icon {
        margin-right: 10px !important;
    }
    .v-chip--small {
        height: 24px !important;
        padding: 5px 5px;
    }

}

.info-holder {
    display: flex;
    flex-wrap: wrap;
}
div.email-group {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.activity-table .activity-lesson-date {
    display: inline-block;
    width: 27%;
    color: #ccc;
}

.has-feedback {
    background: green !important;
    color: #fff !important;
}

.modal-button-custom {
    margin: 0px !important;
    width: 34px !important;
    padding: 8px !important;
}
@media all and (min-width: 992px){
    .custom-row-1.no-margin-desktop{
        margin: 0 !important;
    }
}
/*@media all and (max-width: 820px)*/
/*{*/
/*    #addAttachmentModal {*/
/*        display: block;*/
/*        padding-right: 0px;*/
/*    }*/
/*}*/

.lesson-text {
    margin-bottom: 15px;
    font-size: 12px;
}

.action-container  {
    display: flex;
    align-items: center;
    position: relative;
}

.action-container .box-action-container {
    float: left;
    overflow: hidden;
    background: #fff;
    position: absolute;
    right: 0 !important;
    top: 0;
}

.action-container .box-inner-action-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
}

.kback{
    float: right;
}

.item1112{
    border-top: 3px solid;
    background: none !important;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #aaa;
    border-radius: 3px;
    height: 65px;
}

.payroll-periods {
    padding: 10px;
}
.payroll-periods ul{
    display: flex;
    overflow: auto;
}

.active-tab-payroll {
    border-bottom: 2px solid var(--secondary-color);
}
.legend-item {
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
    align-items: center !important;
}


.action-container  {
    display: flex;
    align-items: center;
    position: relative;
}

.action-container .box-action-container {
    float: left;
    overflow: hidden;
    background: #fff;
    position: relative;
    right: 0 !important;
    top: 0;
}

.action-container .box-inner-action-container {
    display: flex;
    align-items: center;
}
span.alert-green

{

    background: forestgreen;
}


.kback {
    float: right;
}

.alignright{
    display: flex;
    justify-content: flex-end;
    padding-right: 0px !important;

}

.action-container a.icon-holder.btn.btn-default.btn-xs.final-btn.has-tooltip.slide-open.tooltipstered{
    margin: 0 !important;

}

.action-container a.icon-holder.btn.btn-default.btn-xs.final-btn.has-tooltip.slide-close.tooltipstered{
    margin: 0 !important;

}

.action-container button.icon-holder.btn.btn-danger.d-flex.custom-button-trash-hover.final-btn{
    margin: 0 !important;

}
@media (max-width: 767px) {
    .display-flex {
        display: flex;
        flex-direction: column-reverse;
    }
    .info-holder{
        display: block;
    }
    .content-wrapper {
        padding: 0 !important;
        width: 100%;
        border-top: 0px solid rgba(0, 0, 0, 0.15);
        margin: auto;
    }
    .list-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        padding-top: 0px !important;
    }
    #submenu_header.intranet_submenu_header .submenu-heading h4 {
        display: block;
        color: #fff;
        text-align: center;
        width: 100%;
        font-weight: 400;
        font-size: 20px !important;
        /* z-index: 100000; */
    }
}

img.avatar_image {
    border-radius: 50% !important;
    border: 1px solid #ccc !important;
}


@media (max-width: 991px) {
    .newicon{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .showimg>.user-info-wrapper{
        display: block;
    }
    .showimg {
        display: flex;
        flex-direction: column-reverse;
    }
}

.msg-k{
    padding-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: auto;
}

video
{
    max-width: 100% !important;
}


.app-notice-badge {
    position: absolute;
    top: 8px;
    left: calc(88% - 24%);
    background: orange;
    color: #fff;
    border-radius: 50%;
    padding: 6px 4px;
    height: 30px;
    width: 30px;
    text-align: center;
}

@media (min-width: 767px) and (max-width: 991px){
    .app-notice-badge{
        left: 90px;
        top: 19px;
    }
}

@media (max-width: 767px) {
    .app-notice-badge{
        left: 80px;
    }
}

.organization-locations-wrapper .row-2 {
    background: #fff;
    border-radius: 5px;
    padding: 11px 0 11px 0!important;
    margin-bottom: 0px;
    font-size: 13px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    border: 2px solid #e3e3e3;
    text-align: center;
    display: flex;
    align-items: center;
}

@media all and (min-width: 991px)
{
    .payrol-grand-total {
        padding: 16px;
        border-top: solid 1px #ddd;
        background: #ddd;
        display: flex;
        align-items: center;
        flex-direction: row !important;
        justify-content: flex-end;
    }
    .payroll-btns-right {
        margin-right: 0px !important;
        /* text-align: right; */
        /* float: right; */
        /* display: inline-block; */
        margin-left: 20px;
    }
}
@media all and (max-width: 767px)
{
    .app-notice-badge {
        position: absolute;
        top: 8px;
        right: 71%;
        background: orange;
        color: #fff;
        border-radius: 50%;
        padding: 5px 7px;
    }

}

.new-btns{
    border-radius: 50%;
    border: 1px solid #cccccc;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 0;
}

.new-btns:hover{
     border-color: gray;
}

.action-button{
    display: inline-block;
    background-size: contain;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
}

.btn-notification-top {
    background-image: url("../../../images/cta-buttons/Notification.png");
    display: inline-block;
    background-size: contain;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-left: 28px;
}

@media (max-width: 991px){
    .btn-notification-top{;
        width: 20px;
        height: 20px;;
        margin-left: 13px;
    }
}

/* .new-btns */

.btn-delete{
    background-image: url("../../../images/cta-buttons/delete.png");
 }

.btn-edit{
    background-image: url("../../../images/cta-buttons/edit.png");
}

.btn-email-send{
    background-image: url("../../../images/cta-buttons/mail send.png");
}

.btn-email-not-send{
    background-image: url("../../../images/cta-buttons/Mail not send.png");
}

.btn-mail{
    background-image: url("../../../images/cta-buttons/mail.png");
}

.btn-impers{
    background-image: url("../../../images/cta-buttons/Impersonate.png");
}

.btn-view{
    background-image: url("../../../images/cta-buttons/view.png");
}

.btn-collapse{
    background-image: url("../../../images/cta-buttons/Collapse.png");
}

.btn-duplicate{
    background-image: url("../../../images/cta-buttons/copy.png");
}

.btn-add{
    background-image: url("../../../images/cta-buttons/Add.png");
}

.btn-download{
    background-image: url("../../../images/cta-buttons/download.png");
}

.btn-chevron-up{
    background-image: url("../../../images/cta-buttons/Chevron up.png");
}

.btn-notification{
    background-image: url("../../../images/cta-buttons/Notification.png");
}

.btn-send{
    background-image: url("../../../images/cta-buttons/send.png");
}

.btn-switch{
    background-image: url("../../../images/cta-buttons/switch.png");
}

.btn-locked{
    background-image: url("../../../images/cta-buttons/locked.png");
}

 .btn-mark-as-read{
    background-image: url("../../../images/cta-buttons/mark_as_read.png");
}
 .btn-cta-link{
    background-image: url("../../../images/cta-buttons/link.png");
}
 .btn-add_people{
    background-image: url("../../../images/cta-buttons/add_people.png");
}

.btn-chat{
    background-image: url("../../../images/cta-buttons/chat.png");
}

.new-btns.disabled .action-button {
    opacity: 0.5;
    cursor: not-allowed;
}

/* end .new-btns */


.mlr-15{
    margin-left: 15px !important;
    margin-right: 15px !important;
}


.swal2-popup .swal2-content {
    margin-bottom: 50px !important;
}

.swal2-popup .swal2-actions{
    display: flex !important;
    margin: 0 !important;
}

.swal2-popup .swal2-actions  *{
    padding: 10px 40px !important;
    font-size: 20px !important;
}


.swal2-popup .swal2-title{
    font-size: 30px !important;
}

.swal2-popup .swal2-content{
    font-size: 17px !important;
}

.mb-20 {
    margin-bottom: 20px;
}


.switch-disabled {
    filter: invert(10%) sepia(50%) saturate(9000%) hue-rotate(355deg);
}
.switch-enabled  {
    filter: invert(30%) sepia(20%) saturate(5500%) hue-rotate(80deg);
}

.iti__flag {background-image: url("/backend/app/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("/backend/app/img/flags@2x.png");}
}

.iti {
    width:100% !important;
}

.iti__selected-dial-code {
    margin-left: 10px !important;
}

#valid-msg {
    padding-right: 17px;
}

#error-msg {
    padding-right: 17px;
}

.btn-margin {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}

.btn-margin .new-btns {
    margin-right: 5px;
}

.invoice-totals, .order-table .order-header{
    background-color: #f2f2f2 !important;
}

ul.image-gallery.gallery.list-unstyled{
    width: 100%;
}

a.v-tabs__item:hover{
    color: white;
    text-decoration: none;
}

.mlr--15{
    margin-top: 15px;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.sm_menu_outer.active{
    height: auto;
    z-index: 10001 !important;
}

.form-control .validate-phone .iti_loaded

{
  padding: 0 !important;
}

span.small-italic {
    font-size: 10px;
    color: #5e5e5e;
    font-style: italic;
}

.add-cost-type {
    font-size: 23px;
    padding-top: 36px;
    color: var(--primary-color);
}

.add-cost-type:hover {
    cursor: pointer;
    color: #000;
}

#addModal .close{
    color: white;
    opacity: 0.9;
    text-shadow: none;
}

.modal {
    overflow: auto !important;
}

.dashboard .event-top-bar .left{
    font-size: 14px;
}

.icons-wrapper::-webkit-scrollbar {
    display: none;
}

.add-calendar{
    background-image: url(/images/app_icons/Day.png);
    background-size: 23px 23px;
    background-repeat: no-repeat;
    margin-left: auto;
    background-position: right 10px top 4px;
}

.add-clock{
    background-image: url(/images/app_icons/Duration-Weeks-Time.png);
    background-size: 23px 23px;
    background-repeat: no-repeat;
    margin-left: auto;
    background-position: right 10px top 4px;
}
/* remove the icon from imput type "time" */
input[type="time"].add-clock:hover, input[type="time"].add-clock:focus {
    background-image: none;
}


.user-go-profile{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

.user-go-link{
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    padding: 5px;
}

.user-go-link:hover{
    text-decoration: none;
    color: var(--secondary-color);
}

.user-link{
    background-color: var(--secondary-color);
    color: #ffffff;
    padding: 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    position: absolute;
    bottom: -35px;
    right: 10px;
}
.user-link:hover{
    background-color: white;
    text-decoration: none;
    color: var(--secondary-color);
    transition: .5s cubic-bezier(.25, .8, .5, 1), color 1ms;
}

.fancybox-slide--iframe {
    padding: 30px 20px 0 !important;
}

.exercises-holder .lessons_text_field {
    z-index: 1;
}

.image-holder-carousel{
    z-index: 1;
}

.fancybox-slide--iframe{
    padding: 44px 15px !important;
}

.swal2-popup .swal2-confirm{
    background-color: var(--primary-color) !important;
    border-left-color: var(--primary-color) !important;
    border-right-color: var(--primary-color) !important;
}

.swal2-popup .swal2-cancel{
    background-color: var(--secondary-color) !important;
    border-left-color: var(--secondary-color) !important;
    border-right-color: var(--secondary-color) !important;
}

.swal2-popup .swal2-styled:focus{
    box-shadow: none !important;
}

@media (max-width: 991px){
    .swal2-popup .swal2-confirm{
        font-size: 12px !important;
    }

    .swal2-popup .swal2-cancel{
        font-size: 12px !important;
    }
    .swal2-popup .swal2-title{
        font-size: 20px !important;
        font-weight: 400 !important;
    }

    .swal2-popup .swal2-content{
        font-size: 16px !important;
    }
}

.chat_bubble>div{
    word-break: break-word;
}


div.badges-credit .not-sent {
    background-color: #3456 !important;
}


div.badges-credit .sent {
    background-color: var(--primary-color) !important;
}

@media (max-height: 671px) {
    .open-support{
        top: 0;
        overflow: scroll;
    }
}

#lesson_info-video-container iframe, #event_exercise_media_slider iframe {
    min-height: 461px;
}

.chosen-container {
    margin-bottom: 15px;
}


.log-head {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    background: #fff;
}

.log-title {
    font-size: 24px !important;
    font-weight: bold;
}

h4 {
    font-weight: 300 !important;
    color: #41464C;
    /* text-transform: uppercase; */
    /* text-transform: capitalize !important; */
    font-size: 24px !important;
}

div.row.system-settings > ul > li > label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal !important;
    font-size: 12px;
}