/* Minification failed. Returning unminified contents.
(844,40): run-time error CSS1046: Expect comma, found '0'
(844,44): run-time error CSS1046: Expect comma, found '/'
 */

.text-muted-soft {
    color:#aaa;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.modal-backdrop
{
    z-index:1029 !important;
}

.border-top-dark-grey {
    border-top: 1px solid #aaa !important;
}

.border-bottom-dark-grey {
    border-bottom: 1px solid #aaa !important;
}

.dropdown-item {
    color: #000;
}
    .dropdown-item.dropdown-item-selected {
        background-color:#ccc;
    }

    .dropdown-item.active, .dropdown-item:active {
        color:#000;
        background-color: #888;
    }

    .dropdown-item:hover {
        background-color: #eee;
    }

    .border-grey {
        border-color: #ccc !important;
    }

.border-top-grey {
    border-top: 1px solid #ccc !important;
}

.border-bottom-grey {
    border-bottom: 1px solid #ccc !important;
}

.border-left-grey {
    border-left: 2px solid #ddd !important;
}

.border-right-grey {
    border-right: 2px solid #ddd !important;
}


.rounded-sm {
    border-radius: 0.25rem !important;
}

.rounded {
    border-radius: 0.5rem !important;
}
.rounded-top {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.rounded-md {
    border-radius: 0.75rem !important;
}

.rounded-lg {
    border-radius: 0.9rem !important;
}

.rounded-xl {
    border-radius: 1.2rem !important;
}
.rounded-xxl {
    border-radius: 1.8rem !important;
}

.card {
    border:1px solid #ccc;
}


.text-shadow {
    text-shadow: 0px 0px 4px #000;
}


.text-underline {
   text-decoration:underline;
}

.text-strike {
    text-decoration:line-through;
}

.clickable:hover {
    cursor: pointer;
}

.activity-message p {
    margin-bottom: 0.6em;
}

.bg-secondary {
    color: #000;
    background-color: #cbcbcb !important;
}

.pre {
    white-space: pre-wrap;
}

    .pre ul {
        white-space: nowrap;
    }

        .pre ul li {
            white-space: normal;
        }

img.opacity-50 {
    opacity:0.5;
}

img.grayscale, i.grayscale {
    filter: grayscale(1);
}

.w-md-100 {
    width:auto;
}

@media (min-width: 769px) {
    .w-md-100 {
        width: 100%;
    }
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}


.btn-xs {
    font-size: .775em;
    padding: 0 4px;
}

.btn-upload {
    position: relative;
    overflow: hidden;
}

    .btn-upload input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        -webkit-transform: translate(-300px, 0) scale(4);
        -ms-transform: translate(-300px, 0) scale(4);
        -o-transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

* html .btn-upload {
    line-height: 24px;
    margin: 1px -3px 0 0;
}

* + html .btn-upload {
    padding: 2px 15px;
    margin: 1px 0 0 0;
}


.arrow-none:after {
    border: none;
    margin: 0;
    display: none;
}


/* NAV TABS */

.nav-tabs {
    border-bottom-width: 0;
}

    .nav-tabs .nav-link.active {
        color: #222;
        font-weight: 600;
        border-bottom: 3px solid #408a57 !important;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #000;
        background-color: transparent;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .nav-tabs .nav-link {
        margin-right: 16px;
        color: #555;
        padding: 0.3rem 0.5rem;
        border: 0 !important;
        border-bottom: 2px solid transparent;
    }

    .nav-tabs .nav-item {
        margin-bottom: 0;
    }

    .nav-tabs.nav-tabs-scrollable {
        display: inline-flex;
        flex-wrap: inherit;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: none; /*// IE 10+*/
        overflow: -moz-scrollbars-none; /*// Firefox*/
    }

        .nav-tabs.nav-tabs-scrollable::-webkit-scrollbar {
            display: none; /*Safari and Chrome*/
        }

        .nav-tabs.nav-tabs-scrollable > li > a {
            position: relative;
            display: block;
            padding: 10px 0;
        }
    



body.my-popup-open {    
    overflow: hidden;
    left: 0;
    right: 0;
}

.my-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1050;
}

    .my-popup .popup-700 {
        max-width: 700px;
    }

    .my-popup .popup-400 {
        max-width: 400px;
        margin:0 auto;
    }

    .my-popup > div {
    }


    .my-popup .my-popup-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        text-align: center;
        overflow-y: scroll;
    }
/*
    .my-popup-bottom-mobile .my-popup .my-popup-overlay {
        top:auto !important;
        border-radius: 12px 12px 0 0;
    }
*/

    .my-popup .my-popup-content.centered,
    .my-popup .my-popup-content .centered {
        text-align: center;
    }

    .my-popup .my-popup-content,
    .login-page-content {
        position: relative;
        display: inline-block;
        margin: 48px auto;
        padding: 24px 36px;
        background-color: #fff;
        z-index: 1051;
        border-radius: 8px;
        text-align: left;
        box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.2);
    }

.my-popup-footer {
}

.my-popup .close {
    /*display:none;*/
    position: absolute;
    top: 0;
    right: 0;
}

    .my-popup .close > * {
        padding: 16px;
    }

.my-popup img,
.login-page-content img {
    margin-bottom: 24px;
}

.my-popup h2,
.login-page-content h2 {
    color: #000;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 24px;
}

.my-popup h3,
.login-page-content h3 {
    color: #aaa;
    margin-bottom: 32px;
    margin-top: 4px;
}

.login-page-content h4 {
    margin: 32px 0 24px 0;
}

.my-popup h4 {
    margin-top: 0;
}

.my-popup li,
.login-page-content li {
    margin-bottom: 12px;
}

.my-popup .close {
    /*display:none;*/
    position: absolute;
    top: 0;
    right: 0;
}

    .my-popup .close > * {
        padding: 16px;
    }

.my-popup .login-form,
.login-page-content .login-form {
    margin-top: 16px;
}

    .my-popup .login-form input[type=text],
    .login-page-content .login-form input[type=text],
    .my-popup .login-form input[type=password],
    .login-page-content .login-form input[type=password],
    .my-popup .login-form button,
    .login-page-content .login-form button {
        width: 100%
    }


.my-popup .conditions,
.login-page-content .conditions {
    color: #888;
    margin-top: 16px;
    font-size: 12px;
}

    .my-popup .conditions a,
    .login-page-content .conditions a {
        font-weight: 600;
    }


.my-popup .separator,
.login-page-content .separator {
    background: transparent url('/Plugins/Misc.Optimum/Content/img/dot-eee.png') repeat-x left 10px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.login-page-content .separator {
    text-align: center;
}

    .my-popup .separator span,
    .login-page-content .separator span {
        display: inline-block;
        margin: 0 auto;
        padding: 0 8px;
        background-color: #fff;
    }


    .my-popup .my-popup-content .my-popup-content-absolute {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 64px;
    }


.my-popup .footer {
    margin-top: 24px
}

.my-popup .my-popup-content .my-popup-content-420 {
    min-width: 420px;
}


@media (max-width: 768px)  {

    .dropdown-item {
        padding: 0.75rem 1.5rem;
    }

    .my-popup .my-popup-content .my-popup-content-420 {
        min-width: unset;
    }

    .my-popup .my-popup-content {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        /* height: 100%; */
        /*position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;*/
        min-width:inherit;
        width: 100%;
        padding: 12px 20px;
    }
    .my-popup .my-popup-overlay {
        background-color: #fff;
    }
}



/* 
    POPUP right panel
    ==========================
*/

.my-popup-right-panel .my-popup-content {
    margin: 0;
    /* height: 100%; */
    /* width: 100%; */
    position: absolute;
    left: 128px;
    top: 0;
    bottom: 0;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.my-popup-right-panel .my-popup-overlay {
    overflow: hidden;
}

.my-popup-right-panel .my-popup-content .my-popup-content-header {
    padding: 12px 36px;
}

.my-popup-right-panel .my-popup-content .my-popup-content-footer {
    padding: 24px 36px;
}

.my-popup-right-panel .my-popup-content .my-popup-content-body {
    position: relative;
    overflow-y: auto;
}

.my-popup-right-panel .my-popup-content .my-popup-content-body {
    position: relative;
    overflow-y: auto;
}

.my-popup-right-panel .my-popup-content .my-popup-content-body-content {
    height: 100%;
    padding: 12px 0px;
}


@media (max-width: 768px) {
    .my-popup-right-panel .my-popup-content {
        left: 0;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .my-popup-right-panel .my-popup-content {
        left: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .my-popup-right-panel .my-popup-content {
        left: 64px;
    }
}

/* 
    POPUP medium
    ==========================
*/
.my-popup-medium .my-popup-content {
    min-width:700px;
}


/* 
    POPUP centered header
    ==========================
*/
.my-popup-content-header-centered {
    display: none;
}
.my-popup-centered-header .my-popup-content-header-centered {
    display: block;
}



/* 
    POPUP almost fullscreen
    ==========================
*/
.my-popup-fullscreen .my-popup-content {
    margin: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 0;
    z-index: 1000;
}

.my-popup-fullscreen .my-popup-overlay {
    overflow: hidden;
}

.my-popup-fullscreen .my-popup-content .my-popup-content-header {
    padding: 12px 36px;
}

.my-popup-fullscreen .my-popup-content .my-popup-content-footer {
    padding: 24px 36px;
}

.my-popup-fullscreen .my-popup-content .my-popup-content-body {
    position: relative;
    overflow-y: auto;
}

.my-popup-fullscreen .my-popup-content .my-popup-content-body-scroll {
    position: absolute;
    overflow: auto;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
}

.my-popup-fullscreen .my-popup-content .my-popup-content-body-content {
    height: 100%;
    padding: 12px 0px;
}

.my-popup-fullscreen.my-popup-fullscreen-left-overlay-visible .my-popup-content {
    left: 80px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}


@media (min-width: 769px) and (max-width: 991px) {
    .my-popup-fullscreen.my-popup-fullscreen-left-overlay-visible .my-popup-content {
        left: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .my-popup-fullscreen.my-popup-fullscreen-left-overlay-visible .my-popup-content {
        left: 64px;
    }
}





/* 
    POPUP almost fullscreen
    ==========================
*/
.my-popup-almost-fullscreen .my-popup-content {
    margin: 0;
    position: absolute;
    left: 16px;
    top: 16px;
    bottom: 16px;
    right: 16px;
}

.my-popup-almost-fullscreen .my-popup-overlay {
    overflow: hidden;
}

.my-popup-almost-fullscreen .my-popup-content .my-popup-content-header {
    padding: 12px 36px;
}

.my-popup-almost-fullscreen .my-popup-content .my-popup-content-footer {
    padding: 24px 36px;
}

.my-popup-almost-fullscreen .my-popup-content .my-popup-content-body {
    position: relative;
    overflow-y: auto;
}

.my-popup-almost-fullscreen .my-popup-content .my-popup-content-body-content {
    height: 100%;
    padding: 12px 0px;
}



/* ====================
    external-logins  
    ======================
*/
.external-logins {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

    .external-logins li {
        margin-left: 0;
    }

.external-login {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    border-radius: 4px;
    padding: 4px;
    width: 275px;
    height: 40px;
    text-align: center;
    margin-bottom: 16px;
}

    .external-login:hover, .external-login:focus, .external-login:active {
        color: #fff;
    }

    .external-login.google {
        background-color: #4285f4;
    }

    .external-login.facebook {
        background-color: #4267b2;
    }

    .external-login.microsoft {
        background-color: #888;
    }

    .external-login .logo {
        display: inline-block;
        background-color: #fff;
        border-radius: 2px;
        padding: 4px;
        width: 26px;
        height: 26px;
        float: left;
        margin: 3px;
    }

        .external-login .logo img {
            display: block;
            margin: 0;
        }

    .external-login img {
        width: 100%;
    }

    .external-login.facebook .logo {
        padding: 0 !important;
    }

        .external-login.facebook .logo img {
            border-radius: 2px;
        }




/*.search-field */
.search-field {
    position: relative;
}

    .search-field .has-keywords {
        background-color: #f5edb6;
    }

    .search-field i {
        /*font-size: 16px;*/
    }

    .search-field .clear {
        position: absolute;
        margin-left: -31px;
        top: 0;
        right: 0;
        z-index: 10;
        padding: 8px;
    }

        .search-field .clear.clear-sm {
            padding: 4px 8px !important;
        }



/* LIVE SAVING CONTROL */

.live-saving {
    position:relative
}

    .live-saving.live-saving-inprogress {
    }
    .live-saving.live-saving-completed {
    }

    .live-saving .live-saving-inprogress-icon,
    .live-saving .live-saving-completed-icon {
        display: none;
        position: absolute;
        right: 6px;
        top: 4px;
    }

    .live-saving.checkbox .live-saving-inprogress-icon,
    .live-saving.checkbox .live-saving-completed-icon {
        position: relative;
    }
    .live-saving.checkbox label {
        margin-right: .5rem !important;
    }

    /*inprogress*/
    .live-saving .live-saving-inprogress-icon {
    }
    .live-saving.live-saving-inprogress .live-saving-inprogress-icon {
        display: inline-block;
    }

    /*completed*/
    .live-saving .live-saving-completed-icon {
    }
    .live-saving.live-saving-completed .live-saving-completed-icon {
        display: inline-block;
    }


/* profile-popup =======================*/

.profile-popup-overlay {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
}


.profile {
    position: relative;
    text-align: left;
}

    .profile .profile-popup-content {
        position: absolute;
        white-space: nowrap;
        right: 0;
        top: 0;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #ddd;
        z-index: 10;
    }

/* Datepicker ==============================*/
.datepicker {
    border: 1px solid #ebeff8;
    padding: 8px;
    box-shadow: 2px 2px 20px 4px rgb(0 0 0 / 20%);
}

    .datepicker > div {
        display: block;
    }

    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled,
    .datepicker table tr td.active.disabled:hover, .datepicker table tr td.selected,
    .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected:hover {
        background-color: #75af42 !important;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #ffffff;
    }

    .datepicker table tr td.today, .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
        background-color: #eee !important;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #000;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > td {
    padding: 5px;
}

.input-group-text {
    font-size: 14px;
}


/* APP LEFT MENU =======================*/

.left-menu-fixed {
    padding-top: 56px;
    margin-right:16px;
}

    .left-menu-fixed i.mdi {
        font-size:24px;
    }
    .left-menu-fixed.active {
        margin-left: 0;
        transform: none;
    }

    /*.left-menu-fixed .toggle-button {
        position: absolute;
        top: 0;
        left: 210px;
    }*/

    .left-menu-fixed .sidebar-header {
        padding: 24px 16px 12px;
        border-bottom: 1px solid #eee;
    }

    .left-menu-fixed .sidebar-content {
        height: 100%;
        padding-bottom: 120px;
    }

    .left-menu-fixed ul.components {
        padding: 20px 0;
    }

    .left-menu-fixed ul p {
        color: #222;
        padding: 10px;
    }

    .left-menu-fixed ul li a {
        padding: 0 24px 0 20px;
        font-size: 0.9em;
        display: block;
        color: #000;
        font-weight: 600;
        margin-bottom: 8px;
    }

        .left-menu-fixed ul li a:hover {
            color: #000;
            background: #d3e5e7;
            text-decoration: none;
            border-top-right-radius: 24px;
            border-bottom-right-radius: 24px
        }        

        .left-menu-fixed ul li.active > a {
            color: #000;
            background: #d3e5e7;
            font-weight: 600;
            border-top-right-radius: 24px;
            border-bottom-right-radius: 24px
        }

            .left-menu-fixed ul li a.prevent-click:hover,
            .left-menu-fixed ul li.active > a.prevent-click {
                background: #eee !important;
            }

    /* SPINNER =======================*/
    .spinner {
        position: absolute;
        width: 78px;
        height: 78px;
        left: 50%;
        margin-left: -39px;
        margin-top: -39px;
    }

.spinner:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -23px;
  left: 50%;
  margin-left: -23px;
  border-width: 2px 1px;
  border-style: solid;
  border-color: #33cdff rgba(51, 205, 255, 0.3);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: spin 3.45s infinite;
  -o-animation: spin 3.45s infinite;
  -ms-animation: spin 3.45s infinite;
  -webkit-animation: spin 3.45s infinite;
  -moz-animation: spin 3.45s infinite;
}

.spinner:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  background-color: #33cdff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
  }
}

@keyframes pulse {
  0% {
    background-color: rgba(51, 205, 255, 0.2);
  }
  13% {
    background-color: rgba(51, 205, 255, 0.2);
  }
  15% {
    background-color: rgba(51, 205, 255, 0.9);
  }
  28% {
    background-color: rgba(51, 205, 255, 0.9);
  }
  30% {
    background-color: rgba(51, 205, 255, 0.2);
  }
  43% {
    background-color: rgba(51, 205, 255, 0.2);
  }
  45% {
    background-color: rgba(51, 205, 255, 0.9);
  }
  70% {
    background-color: rgba(51, 205, 255, 0.9);
  }
  74% {
    background-color: rgba(51, 205, 255, 0.2);
  }
  100% {
    background-color: rgba(51, 205, 255, 0.9);
  }
}

@-webkit-keyframes pulse {
  0% {
    background-color: rgba(51, 205, 255, 0.2);
  }
  13% {
    background-color: rgba(51, 205, 255, 0.2);
  }
  15% {
    background-color: rgba(51, 205, 255, 0.9);
  }
  28% {
    background-color: rgba(51, 205, 255, 0.9);
  }
  30% {
    background-color: rgba(51, 205, 255, 0.2);
  }
  43% {
    background-color: rgba(51, 205, 255, 0.2);
  }
  45% {
    background-color: rgba(51, 205, 255, 0.9);
  }
  70% {
    background-color: rgba(51, 205, 255, 0.9);
  }
  74% {
    background-color: rgba(51, 205, 255, 0.2);
  }
  100% {
    background-color: rgba(51, 205, 255, 0.9);
  }
}

@keyframes borderPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(51, 205, 255, 0.8);
            box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(51, 205, 255, 0.8);
  }
  40% {
    -webkit-box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(51, 205, 255, 0.8);
            box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(51, 205, 255, 0.8);
  }
  80% {
    -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(51, 205, 255, 0.8);
            box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(51, 205, 255, 0.8);
  }
}

@-webkit-keyframes borderPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(51, 205, 255, 0.8);
            box-shadow: 0 0 0 0 white, 0 0 0 1px rgba(51, 205, 255, 0.8);
  }
  40% {
    -webkit-box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(51, 205, 255, 0.8);
            box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(51, 205, 255, 0.8);
  }
  80% {
    -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(51, 205, 255, 0.8);
            box-shadow: 0 0 0 3px #ffffff, 0 0 1px 3px rgba(51, 205, 255, 0.8);
  }
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.auto-resize {
    width: 100%;
    overflow: hidden;
    resize: none;    
}

/*--------------------------------*/

html {
    overscroll-behavior: none;
}

body {    
    overscroll-behavior-y: contain;
    color:#000;
}

h5 {
    font-weight:700;
}

p {
}

a, a:hover, a:focus {
    color: #15858f;
    text-decoration:none;
}

.badge-contributor {
    /*background-color: #3897f2 !important;*/
    border: 1px solid #3897f2 !important;
    padding:0 !important;
    position:relative;
}

    .badge-contributor .badge-contributor-icon {
        /*background-color: #3897f2 !important;
        border-radius: 50%;*/
        width: 16px;
        height: 16px;
        display: inline-block;
        align-content: center;
        position: absolute;
        left: -2px;
        top: -3px;
    }

    .badge-contributor .badge-contributor-text {
        padding-top: .1em;
        padding-bottom: .1em;
        padding-right: .5em;
        padding-left: 22px;
        color: #3897f2 !important;
        display: inline-block;
    }

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}


.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.text-body {
    color: #000 !important;
}

.font-weight-medium {
    font-weight: 600 !important;
}
.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-32 {
    font-size: 32px;
}

.font-40 {
    font-size: 40px;
}

.bg-light {
    background-color: #f8f8f8 !important;
}
.bg-lightgray {
    background-color: #EEEEEE !important;
}


/* Fix: a .btn color problem*/
.btn-outline-warning:hover:focus {
    color: #212529;
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    color: #ffc107;
}

.btn-link {
}
    .btn-link:hover, .btn-link:focus {
        text-decoration: none !important;
    }

.ui-select-bootstrap .ui-select-choices {
    list-style-type: none;
    padding: 0;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    padding: .55rem 1.5rem;
}

.ui-select-bootstrap .ui-select-choices-row.active > span .text-muted {
/*    color: #eee !important;*/
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    width: 100%;
}



    .no-scroll {
        overflow: hidden !important;
    }

/* DOT MATRIX */

.dotmatrix {
}

.dotmatrix-display {
    /*font-family: DotMatrix;*/
    font-family: 'Mulish', sans-serif;
/*    font-size: 90px;
    line-height: .85em;*/
    outline: none;
    text-transform: uppercase;
    color: #db9d40;
}


.dotmatrix-display-black {
    color: #333;
    background-color: transparent;
    background-image: none;
    border:0;
}


.dotmatrix-display-big {
    /*height: 100px;*/
    /*font-family: DotMatrix;*/
    /*font-family: 'Mulish', sans-serif;*/
    font-size: 90px;
    line-height: 1em;
    /*letter-spacing: 10px;    
    margin-top: 10px*/
}

.dotmatrix-display-inline {
    display: inline-block;
    width: auto;
}

.dotmatrix-display-large {
    border-radius: 6px;
    font-size: 50px;
    padding: 10px 15px
}

.dotmatrix-display-medium {
    font-size: 32px;
    line-height: .85em;
}

.dotmatrix-display-small {
    border-radius: 6px;
    font-size: 20px
}




/*
    =========
    THEME
    =========
*/

.btn-pull-to-refresh {
    position: fixed;
    z-index: 1;
    width: 24px;
    height: 24px;
    top:84px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #222;
    padding: 16px;
    /*border:1px solid #fff;*/
    border-radius: 24px;
    margin-bottom: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .btn-pull-to-refresh {
        top: 72px;
    }
}

.medal {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    border:2px solid transparent;
}
    .medal span {
        position: absolute;
    }


    .medal.medal-outline-gold, .medal.medal-outline-1 {
        border-color: #ffd03a;
        color: #ffd03a;
    }

    .medal.medal-outline-silver, .medal.medal-outline-2 {
        border-color: #cdd1d2;
        color: #cdd1d2;
    }

    .medal.medal-outline-bronze, .medal.medal-outline-3 {
        border-color: #d36f3b;
        color: #d36f3b;
    }

    .medal.medal-gold, .medal.medal-1 {
        border-color: #ffd03a;
        background-color: #ffd03a;
        color:white;
    }
    .medal.medal-silver, .medal.medal-2 {
        border-color: #cdd1d2;
        background-color: #cdd1d2;
        color: white;
    }
    .medal.medal-bronze, .medal.medal-3 {
        border-color: #d36f3b;
        background-color: #d36f3b;
        color: white;
    }

.bg-primary {
    background-color: #15858f !important;
}

.text-primary {
    color: #15858f !important;
}

.btn-primary {
    color: #fff;
    background-color: #15858f;
    border-color: #15858f;
}
    .btn-primary:hover, .btn-primary:active {
        background-color: #126c74 !important;
        border-color: #126c74 !important;
    }
    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #15858f;
        border-color: #15858f;
    }

.btn-outline-primary {
    color: #15858f;
    border-color: #15858f;
}
    .btn-outline-primary:hover, .btn-outline-primary:active {
        color: #fff !important;
        background-color: #126c74 !important;
        border-color: #126c74 !important;
    }

.btn-link {    
    color: #15858f;
}

    .btn-link:hover, .btn-link:active {
        color: #126c74 !important;
    }


.custom-checkbox-lg .custom-control-label::before,
.custom-checkbox-lg .custom-control-label::after {
    width: 1.2em;
    height: 1.2em;
}

.custom-checkbox-xl .custom-control-label::before,
.custom-checkbox-xl .custom-control-label::after {
    width: 2em;
    height: 2em;
}


.custom-checkbox-lg.custom-checkbox-round .custom-control-label::before {
    border-radius: .6rem;
}

.custom-checkbox-xl.custom-checkbox-round .custom-control-label::before {
    border-radius: 1rem;
}

.custom-control-label::before {
    background-color: #cccccc;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #15858f;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #15858f;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #15858f;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    width: 300px;
    /*min-width: 300px;*/
    color: #222;
    transform-origin: bottom left;
    margin-left: -250px;
    transition: all 0.3s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-property: transform, margin-left;
    transform: rotateY(100deg);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1060;
    background-color: #fff;
    box-shadow: 4px 0px 12px rgba(0, 0, 0, 0.1);
}


    #sidebar.active {
        margin-left: 0;
        transform: none;
    }

    /*#sidebar .toggle-button {
        position: absolute;
        top: 0;
        left: 210px;
    }*/

    #sidebar .sidebar-header {
        padding: 24px 12px 12px;
        border-bottom:1px solid #eee;
    }

    #sidebar .sidebar-content {
        height: 100%;
        padding-bottom: 76px;
    }
        #sidebar .sidebar-content .sidebar-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

    #sidebar ul.components {
        padding: 20px 0;
    }

    #sidebar ul p {
        color: #222;
        padding: 10px;
    }

    #sidebar ul li a,
    #sidebar ul li > ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        color: #222;
    }

        #sidebar ul li a:hover {
            color: #222;
            background: #e1e1e1;
            text-decoration: none;
        }

    #sidebar ul li.active > a {
        color: #222;
        background: #eee;
        font-weight: 600;
    }

#sidebar-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1050;
    display: none;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    padding-left: 30px !important;    
}


.youtube-overlay {
    background: transparent url(/Plugins/TournamentManager/assets/images/youtube-overlay.png) center center no-repeat;
    background-size:cover;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;    
    min-height: 100vh;
    transition: all 0.3s;
}

    #content .toggle-button {
        /*display:block;*/
    }

    #content #content-header {
        /*fixed-top*/
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
        background: #fff;
        border-bottom: 1px solid #ccc;
        padding: 0;
        /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;*/ /*shadow-sm*/
        height: 64px;
    }
        
        #content #content-header #content-header-title {
            line-height: 1.3;
            display:flex;
            align-content:center;
        }

    #content #content-body {
        min-height: 100vh;
    }

    #content #content-body .content-body-content {
        padding: 84px 15px 72px;
    }
      

@media (max-width: 768px) {
    #content {
        padding: 0;
    }

        #content #content-body {
            padding-left: 0;
            padding-right: 0;
        }

        #content #content-body .content-body-content {
            padding-top: 72px;            
        }

        #content #content-header {
            height: auto;
        }

            #content #content-header .sidebar-toggle {
                width: 56px;
                height: 56px;
                padding: 12px 16px;
            }

            #content #content-header #content-header-title {
            }


    .content-tabs {
        display: flex;
    }

}

.leaderboard {
}

    .leaderboard .leaderboard-cell, .leaderboard .leaderboard-cell-header {
        padding: 0.5rem 1rem !important; /*p-2*/
    }

        .leaderboard .leaderboard-cell:first-child {
            padding: 0.5rem 0 0.5rem 1rem !important; /*p-2*/
        }


    .leaderboard .leaderboard-cell-compact {
        padding: 0.2rem 1rem !important; /*p-2*/
    }

        .leaderboard .leaderboard-cell-compact:first-child {
            padding: 0.2rem 0 0.2rem 1rem !important; /*p-2*/
        }



    .leaderboard .leaderboard-cell-header {
        font-size: 12px;
        color: #6c757d !important; /*text-muted*/
    }


.sidebar-toggle {
    width: 64px;
    height: 64px;
    padding: 16px 20px;
    cursor: pointer;
    background: transparent;
}

    .sidebar-toggle span {
        width: 80%;
        height: 2px;
        margin: 5px auto;
        display: block;
        background: #555;
        transition: all 0.3s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.2s;
    }


    .sidebar-toggle.active span {
        transform: none;
        opacity: 1;
        margin: 0 auto;
    }

        .sidebar-toggle.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        .sidebar-toggle.active span:nth-of-type(2) {
            opacity: 0;
        }

        .sidebar-toggle.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }


.content-tabs {
    display: none;
    height: 56px;
    background: #fff;
    border-top: 1px solid #aaa;
}
    .content-tabs .content-tab {
        width: 100%;
    }

    .content-tabs .content-tab .btn {
        color: #000;
        border-radius: 0 !important;
        width: 100%;
        height: 100%;
        border-bottom: 4px solid transparent;
    }

    .content-tabs .content-tab.active .btn-link,
    .content-tabs .content-tab.active .btn-link:hover,
    .content-tabs .content-tab.active .btn-link:active {
        color: #000 !important;
        background-color: #eee !important;
        border-bottom-color: #15858f;
    }

    .content-tabs .content-tab .btn.online,
    .content-tabs .content-tab .btn.offline {
        border-radius: 36px !important;
        width: 72px !important;
        height: 72px !important;
        margin-top: 0;
        box-shadow: 0 0.1em 0.8rem 0.1rem rgba(0,0,0,0.25) !important;
    }

        .content-tabs .content-tab .btn.online {
            color: #fff !important;
            background-color: #15858f !important;
            border-color: #15858f !important;
        }

        .content-tabs .content-tab .btn.offline {
            color: #dc3545 !important;
            background-color: #fff !important;
            border-color: #dc3545 !important;
        }

.controls-top {
    width: 956px;
    margin: 0 auto;
    z-index: 10;
}
    .controls-top .nav-tabs .nav-link {
        padding: 0.3em 1.2em;
        color: #aaa;
    }
    .controls-top .nav-tabs .nav-link.active {
        color:#000;
    }


.floating-button {
    position: fixed;
    max-width: 956px;
    margin: 0 auto;
    left: 24px;
    right: 24px;
    text-align: right;
    bottom: 24px;
}
    .floating-button button {
        box-shadow: 0.1em 0.1em 1rem 0.2rem rgba(0,0,0,0.25) !important;
        width: 72px !important;
        height: 72px !important;
        border-radius: 36px;
    }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {

    .content-tabs {
        display: flex;        
    }


}





/* ---------------------------------------------------
    cards mobile 
----------------------------------------------------- */
@media (max-width: 768px) {
    .card {
        border-left:0;
        border-right:0;
        border-radius:0;
    }
        .card .card-body {
            padding: 1rem;
        }
}




/* ---------------------------------------------------
    Ranking
----------------------------------------------------- */

.picture-list {
    /* scrollable */
/*    white-space: nowrap;
    width: 200px;
    overflow-x: auto;*/
    display: inline-flex;
    flex-wrap: inherit;
    width: 100%;
    overflow-x: auto;

}

    .picture-list .picture-list-item {
        display: inline-block;
        border: 2px solid transparent;
        padding: 6px;
        border-radius: 4px;
        margin-right: 8px;
        margin-bottom: 12px;
        width: 156px;
    }


    .picture-list-item-cover {
        width: 146px;
        height: 100px;
        background-size: cover;
        background-color: transparent;
        background-position: top center;
        margin-bottom: 6px;
    }

    .picture-list-item-cover-sm {
        width: 94px !important;
        height: 70px !important;
    }

            .picture-list .picture-list-item .picture-list-item-label {
                line-height: 16px;
                font-size: 12px;
            }

                .picture-list .picture-list-item .picture-list-item-label .picture-list-item-label-logo {
                    margin-right: 0.35rem !important;
                }

        .picture-list .picture-list-item.active {
            font-weight: 600 !important;
            border-color: #333;
            color: #000;
        }


/* ---------------------------------------------------
    Activities
----------------------------------------------------- */

.activities {
}
    .activities.desktop {
        max-width: 580px;
        margin: 0 auto;
    }


    .activities .activity {
        
    }

.user-picture-list {
    position: relative;
}

    .user-picture-list .user-picture-list-item {
        /* position:absolute;
                top:0;*/
        margin-left: -12px;
    }

        .user-picture-list .user-picture-list-item img,
        .user-picture-list .user-picture-list-item span {
            border: 2px solid white;
        }


/* ---------------------------------------------------
    Notifications
----------------------------------------------------- */

.notifications {
}

    .notifications.desktop {
        max-width: 680px;
        margin: 0 auto;
    }


    .notifications .notification {

    }






.form-check-input-lg {
    width: 18px;
    height: 18px;
}

.badge.badge-outline-success {
    border: 1px solid #5dd099;
    background-color: transparent;
    color: #5dd099;
}

.badge.badge-outline-danger {
    border: 1px solid #f96e5b;
    background-color: transparent;
    color: #f96e5b;
}

.badge.badge-outline-primary {
    border: 1px solid #75af42;
    background-color: transparent;
    color: #75af42;
}

.badge.badge-outline-warning {
    border: 1px solid #f8c955;
    background-color: transparent;
    color: #f8c955;
}

.badge.badge-outline-info {
    border: 1px solid #33cdff;
    background-color: transparent;
    color: #33cdff;
}
/*#*/

.badge.badge-outline-pink {
    border: 1px solid #f5468e;
    background-color: transparent;
    color: #f5468e;
}

.badge.badge-outline-purple {
    border: 1px solid #75af42;
    background-color: transparent;
    color: #75af42;
}

.badge.badge-outline-secondary {
    border: 1px solid #aaaece;
    background-color: transparent;
    color: #aaaece;
}

.badge.badge-outline-dark {
    border: 1px solid #888888;
    background-color: transparent;
    color: #888888;
}
/*# */




/* animations ============================================ */


@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.no-animate {
    -webkit-transition: none !important;
    transition: none !important;
}



.animate-slide.alert {
    overflow: hidden;
    max-height: 100px;
}

    .animate-slide.alert.ng-hide {
        max-height: 0;
        display: block;
        padding: 0 1.25rem;
    }


.animate-slide {
    overflow: hidden;
    max-height: 100px;
}

    .animate-slide.ng-hide {
        max-height: 0 !important;
        display: block;
    }

    .animate-slide.ng-hide-remove,
    .animate-slide.ng-hide-add {
        display: block !important; /* or inline-block, as appropriate */
    }

    .animate-slide.ng-hide-remove {
        transition: max-height ease-out 250ms;
    }

    .animate-slide.ng-hide-add {
        transition: max-height ease-in 250ms;
    }



.animate-fade.ng-hide {
    opacity: 0;
}

.animate-fade.ng-hide-remove,
.animate-fade.ng-hide-add {
    display: inline-block !important; /* or inline-block, as appropriate */
}

.animate-fade.ng-hide-remove {
    transition: all linear 250ms;
}

.animate-fade.ng-hide-add {
    transition: all linear 0;
}

/* Badges Feed Integration */
.activity-badges-sidebar { width: 60px; min-width: 60px; border-right: 1px solid #e0e0e0; cursor: pointer; transition: background-color 0.2s; }
.activity-badges-sidebar:hover { background-color: rgba(0,0,0,0.03); }
.activity-badges-container { flex-grow: 1; }


