tableobdy main.site-main.page-main {
    background-color: #FBFBFB;
}


/*-------------- ADMIN MENU (FIXED)------------*/

.cm__adminmenu-wrapper.fixed-wrapper {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background: #F5F5F5;
    border-top: 1px solid #e7e7e7;
    z-index: 999;
}

.cm__adminmenu-wrapper.fixed-wrapper .list-group-item {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
}

.cm__adminmenu-wrapper.fixed-wrapper .list-group-item>a {
    color: #000000;
    padding: 10px 25px;
    display: block;
    line-height: 1;
    font-size: 2em;
}

.cm__adminmenu-wrapper.fixed-wrapper .list-group-item>a:hover,
.cm__adminmenu-wrapper.fixed-wrapper .list-group-item>a:focus,
.cm__adminmenu-wrapper.fixed-wrapper .list-group-item>a.active {
    background: #FFFFFF;
    text-decoration: none;
    border: 1px solid #e7e7e7;
}


/*-------------- ADMIN MENU (CARD)-------------*/

.cm__adminmenu-wrapper {
    margin-top: 1em;
}

.cm__adminmenu-wrapper .cm__adminmenu {
    padding: 0 1.5em .1em;
    list-style: none;
    flex-flow: row wrap;
    justify-content: center;
}

.cm__adminmenu-wrapper .cm__adminmenu .alc__cm-menu-item {
    margin: 0 .5em .5em;
    min-width: calc(25% - 1em);
}

.cm__adminmenu-wrapper .cm__adminmenu .alc__cm-menu-item:before {
    display: none;
}

@media (max-width: 991px) {
    .cm__adminmenu-wrapper .cm__adminmenu .alc__cm-menu-item {
        min-width: calc(50% - 1em);
    }
}

.cm__adminmenu-wrapper .cm__adminmenu .alc__cm-menu-item>div {
    display: table;
    height: 100%;
    width: 100%;
}

.cm__adminmenu-wrapper .cm__adminmenu .alc__cm-menu-item a {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    display: block;
    border: 1px solid #DEE2E6;
    padding: 1em 1.5em;
    border-radius: 3px;
    text-align: center;
    color: #333;
    text-decoration: none !important;
}

.cm__adminmenu-wrapper .cm__adminmenu .alc__cm-menu-item a.active,
.cm__adminmenu-wrapper .cm__adminmenu .alc__cm-menu-item a:hover {
    font-weight: bold;
    border-color: #333;
}

.cm__adminmenu-wrapper .cm__adminmenu .alc__cm-menu-item a .alc-icon {
    font-size: 4.5em;
    color: #DEE2E6;
    line-height: 0;
    padding-bottom: 15px;
    display: block;
}

.cm__adminmenu-wrapper .alc__cm-menu-body {
    padding: 1em 0px 1em 0px;
}


/*------- USER ACCESS ----------*/

.dropdown_user_access .dropdown-menu>ul {
    border: none;
    position: relative;
}

.dropdown_user_access .dropdown-menu ul li:before {
    content: '';
}


/*------- SEARCH BOX ----------*/

.alc__cm_search {
    width: 100%;
    padding: 0 2em 0em 1em;
    display: table !important;
    position: relative;
    border-collapse: separate;
}

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

.alc__cm_search input {
    border: 1px solid #DEE2E6;
    font-weight: 100;
    font-size: 1em;
    flex: none !important;
    width: 100% !important;
    text-transform: none;
}

.alc__cm_search input+span.input-group-addon {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 0 15px;
    color: #DDD;
    font-size: 1em;
    pointer-events: none;
    z-index: 2;
    border: none !important;
    background: none;
}


/*------------ master-detail ------------*/


/*------- CUSTOM DYNAMIC BLOCK ----------*/


/*------------ master-detail ------------*/

body.CMMasterDetail {
    overflow: hidden;
}

div#cm__masterdetailview {
    overflow: auto;
}

div#cm__masterdetailview .alc__cm_search input {
    background-color: lightyellow;
    padding: .5rem;
    border: none;
}

.custom-dynamic-block .tab {
    float: left;
    position: absolute;
    width: 320px;
    height: 80vh;
    overflow: auto;
    background-color: #FBFBFB;
    border-right: 1px solid #DEE2E6;
    border-left: 1px solid #DEE2E6;
}

.custom-dynamic-block .tab button {
    display: block;
    background-color: #FFFFFF;
    color: black;
    padding: 5px 14px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    border-top: 1px solid #DDDDDD;
}

.custom-dynamic-block .tab button:last-child {
    border-bottom: 1px solid #DDDDDD;
}

.custom-dynamic-block .tab button:hover {
    background-color: #ddd;
}

.custom-dynamic-block .tab button.active {
    position: relative;
    background-color: #ddd;
}

.custom-dynamic-block .tab button.active:after,
.custom-dynamic-block .tab button.active:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 50%;
    left: 100%;
}

.custom-dynamic-block .tab button.active:after {
    bottom: 0;
    background: linear-gradient(to right bottom, #ddd 50%, transparent 50%);
}

.custom-dynamic-block .tab button.active:before {
    top: 0;
    background: linear-gradient(to right top, #ddd 50%, transparent 50%);
}

.custom-dynamic-block .alc__cm-topbar {
    padding: 10px 10px 10px 6px;
    width: 28px;
    background-color: #FBFBFB;
    border: 1px solid #DDD;
    border-bottom-width: 0px;
}

.custom-dynamic-block .alc__cm-topbar #alc__toggle-cmsearchwrapper {
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: 0;
    outline: none;
    color: #888;
}

#cm__masterdetailview .tabcontent {
    float: left;
    padding: 0px;
    width: calc(100% - 320px);
    border-left: none;
    display: none;
    height: 100%;
    margin-left: 320px;
    /*background-color: #FBFBFB;*/
    position: relative;
}

#cm__masterdetailview .tabcontent iframe.iframe-view {
    height: calc(100% - 60px);
    overflow: auto;
}

@media (max-width: 991px) {
    #cm__masterdetailview .tabcontent iframe.iframe-view {
        height: calc(100vh - 260px);
        padding-bottom: 80px;
    }
}


/*#cm__masterdetailview .tabcontent.loading {
    background: #000;
    position:relative;
}#cm__masterdetailview  .tabcontent.loading iframe{    
    position: absolute;
    border-left: 2px solid #fff;
    border-top: 2px solid rgba(255,255,255,.2);
    border-right: 2px solid rgba(255,255,255,.2);
    border-bottom: 2px solid rgba(255,255,255,.2);
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load .8s infinite linear;
    -moz-animation: load .8s infinite linear;
    ms-animation: load .8s infinite linear;
    o-animation: load .8s infinite linear;
    animation: load .8s infinite linear;
}*/


/*#cm__masterdetailview  .tabcontent .fix-botton {
    position: absolute;
    top: 0;
    z-index: 2;
    width: calc(65% - 30px);
    border-bottom: 1px solid #CCC;
    padding: .5em;
    background-color: #FFFFFF;
    height: 3.2em;
}*/


/*.custom-dynamic-block .tabcontent .fix-botton + iframe, .custom-dynamic-block .tabcontent .fix-botton + div{
    padding-top: 4em;
}*/

.custom-dynamic-block label {
    font-size: 1em;
}

.fix-botton .btn {
    padding: 10px 20px;
    height: auto;
    color: #FFFFFF;
    width: auto;
    background-color: #000000;
}

#cm__masterdetailview .alc__cm-cdb-wrapper {
    height: 80vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #CCC;
}

#cm__masterdetailview .alc__cm-cdb-wrapper .alc__cm_breadcrumb {
    background-color: #DDD;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-size: 1em;
    line-height: normal;
    padding: .5em;
    overflow-y: hidden;
    overflow-x: auto;
}

#cm__masterdetailview .alc__cm-cdb-wrapper .alc__cm_breadcrumb a.active {
    font-weight: bold;
    cursor: not-allowed;
}

#cm__masterdetailview .alc__cm-cdb-wrapper .alc__cm_breadcrumb a.active:hover {
    text-decoration: none;
}

#cm__masterdetailview .alc__cm-cdb-wrapper .alc__cm_breadcrumb a.first {
    cursor: none;
    text-decoration: none;
    color: inherit;
}


/*#cm__masterdetailview  .alc__cm-cdb-wrapper .alc__cm_breadcrumb a.first:after{
    content: " | ";
}*/

@media (max-width: 991px) {
    #cm__masterdetailview .alc__cm-cdb-wrapper .alc__cm_breadcrumb a.first {
        cursor: pointer;
    }
    #cm__masterdetailview .alc__cm-cdb-wrapper .alc__cm_breadcrumb a.first:before {
        content: "\f100  ";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        font-size: inherit;
        text-rendering: auto;
        -moz-osx-font-smoothing: grayscale;
    }
}

#cm__masterdetailview .alc__cm-cdb-wrapper .alc__cm_breadcrumb a:after {
    content: " \f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

#cm__masterdetailview .alc__cm-cdb-wrapper .tab .tablinks {
    cursor: pointer;
}

#cm__masterdetailview .alc__cm-cdb-wrapper.right__full .alc__cm-searchwrapper {
    display: none;
}

#cm__masterdetailview .alc__cm-cdb-wrapper.right__full .tabcontent {
    width: 100%;
    margin-left: 0;
}

#cm__masterdetailview .alc__cm-topbar #alc__toggle-cmsearchwrapper {
    display: block;
}

@media (max-width: 991px) {
    #cm__masterdetailview .alc__cm-topbar {
        display: none;
    }
    #cm__masterdetailview .alc__cm-cdb-wrapper .tab.alc__cm-searchwrapper {
        width: 100%;
        position: relative;
    }
    #cm__masterdetailview .alc__cm-cdb-wrapper .tabcontent {
        display: none;
        width: 100%;
        margin-left: 0px;
    }
    #cm__masterdetailview .alc__cm-cdb-wrapper.alc__cm-cdb-tabcontentview .tab.alc__cm-searchwrapper {
        display: none !important;
    }
}


/*------- MAXI POPUP ----------*/

#alc__cm_maxipopup.maxipopup:after,
#alc__cmDialogBox:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 85%);
    z-index: -2;
}

#alc__cm_maxipopup.maxipopup:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
}

#alc__cm_maxipopup.maxipopup {
    height: 88%;
    width: 88%;
    display: none;
    position: fixed;
    z-index: 999999999;
    top: 6%;
    left: 8%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#alc__cm_maxipopup.maxipopup.alc__cm_childpopup {
    width: 100% !important;
    height: 100% !important;
    
    left: 0;
    z-index: 9999999999;
}

#alc__cm_maxipopup.maxipopup .maxipopup-content {
    position: relative;
    
    width: 100%;
    text-align: center;
    margin: 0px auto 0;
    height: 100%;
    overflow: hidden;
}

#alc__cm_maxipopup.maxipopup .maxipopup-content iframe {
    min-height: 100%;
    border: none;
}


/* Close button */

#alc__cm_maxipopup.maxipopup .closemaxipopupbtn {
    /*box-shadow : 0px 10 10px 10px rgba( 0, 0, 0, .25 );*/
    border-radius: 10px;
    background: #000;
    display: block;
    text-indent: -9999px;
}

#alc__cm_maxipopup.maxipopup .closemaxipopupbtn:before,
#alc__cm_maxipopup.maxipopup .closemaxipopupbtn:after {
    content: '';
    width: 55%;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 48%;
    left: 22%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#alc__cm_maxipopup.maxipopup .closemaxipopupbtn:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#alc__cm_maxipopup.maxipopup .closemaxipopupbtn:hover:before,
#alc__cm_maxipopup.maxipopup .closemaxipopupbtn:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#alc__cm_maxipopup.maxipopup .closemaxipopupbtn {
    position: absolute;
    top: 20px;
    right: 45px;
    width: 45px;
    height: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #000000;
    line-height: .5em;
    z-index: 9999;
}


/*Start vertical Wizard*/

.verticalwiz {
    display: block;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.verticalwiz a {
    display: block;
    text-align: left;
}

.verticalwiz a:hover,
.verticalwiz a:active,
.verticalwiz a:focus {
    text-decoration: none
}

.verticalwiz li {
    display: block;
    height: 100%;
    min-height: 90px;
    max-width: 215px;
    width: 100%;
}

.verticalwiz li:before {
    border-top: 3px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: auto;
    position: relative;
    top: 10px;
    right: 0;
    width: 100%;
    z-index: 1;
    transform: rotate(90deg) translateY(86px);
    left: 0;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}

.verticalwiz li.complete .step {
    background: #0aa66e;
    padding: 1px 6px;
    border: 3px solid #55606E
}

.verticalwiz li .step i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px
}

.verticalwiz li .step {
    background: #B2B5B9;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 13px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s
}

.verticalwiz li.active .step,
.verticalwiz li.active.complete .step {
    background: #4CAF50;
    color: #fff;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #7fe583
}

.verticalwiz li.complete .title,
.verticalwiz li.active .title {
    color: #2B3D53
}

.verticalwiz li .title {
    display: inline;
    font-size: 13px;
    position: relative;
    top: 0;
    padding-left: 5px;
    text-transform: uppercase;
}

.rightab {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 0;
    box-shadow: 1px 1px 11px #ccc;
    height: calc(100vh - 100px);
    overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .verticalwiz li:before {
        transform: rotate(90deg) translateY(65px);
        max-width: 60%;
    }
}

@media (max-width: 991px) {
    .verticalwiz li {
        float: left;
        width: 25%;
        height: auto;
        min-height: inherit;
        margin-bottom: 20px;
        max-width: inherit;
        text-align: center;
    }
    .verticalwiz li:before {
        transform: none;
        max-width: inherit;
        position: absolute;
    }
    .verticalwiz li .title {
        margin-top: 10px;
        text-align: center;
        display: block;
    }
}


/*End vertical Wizard*/

.cm__load_popup {
    cursor: pointer;
}

.cm__content-dynamic-popup {
    display: none;
    visibility: hidden;
}


/*-- dataTables --*/

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    overflow-x: auto;
}

section.custom-dynamic-block {
    padding: 0px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border-width: 0px;
    }
}

div.dataTables_wrapper div.dataTables_filter {
    padding-right: 3px;
}

#cm__DataTable_wrapper label,
div#cm__DataTable_info {
    font-size: 11px;
    font-family: inherit;
}

#cm__DataTable.table th {
    text-transform: uppercase;
}

#cm__DataTable.table td,
#cm__DataTable.table th {
    vertical-align: middle;
}

#cm__DataTable_paginate .pagination li {
    font-size: 8px;
}

#cm__DataTable_wrapper tfoot tr th input {
    font-size: 13px !important;
}

.table td p {
    margin: 0px;
}


/*---------- simple table -----------*/

.custom-dynamic-block.table-view .card {
    box-shadow: none !important;
    padding: 0px;
    margin: 0 0 1em 0;
    border-radius: 0px;
}

.custom-dynamic-block.table-view thead th {
    border-top-width: 0px;
    text-transform: uppercase;
}

.custom-dynamic-block.table-view .table {
    margin-bottom: 0px;
}

.custom-dynamic-block.table-view td .btn,
.card-action .btn {
    margin: 0 3px 3px 0px;
    height: auto;
    border-radius: 0px;
}

.custom-dynamic-block.table-view .pager li>a,
.custom-dynamic-block.table-view .pager li>span {
    border-radius: 0px;
    font-size: 14px;
}

@media (max-width:768px) {
    .custom-dynamic-block.table-view td .btn,
    .card-action .btn {
        display: block;
        word-break: keep-all;
    }
}

.custom-dynamic-block.table-view .pl-table {
    background-color: #D9D9D9;
}

.custom-dynamic-block.table-view .pl-table .row {
    margin: 5px 0;
    padding: 0 20px;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.custom-dynamic-block.table-view .pl-table .col {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 1.5em;
    text-align: center;
}

.custom-dynamic-block.table-view .pl-table .pl-thead {
    color: #979797;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    margin: 15px 0;
}

.custom-dynamic-block.table-view .pl-table .pl-thead.tall {
    background-color: #000000;
    margin: 0;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.9);
    text-transform: initial;
    letter-spacing: 1px;
    font-weight: 100;
}

.custom-dynamic-block.table-view .pl-table .pl-thead .col {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    align-self: stretch;
}

.custom-dynamic-block.table-view .pl-table .pl-thead .col:last-child {
    border: none;
}

.custom-dynamic-block.table-view .pl-table .pl-tbody .row {
    background-color: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #979797;
    font-size: 11px;
}

.custom-dynamic-block.table-view .pl-table .pl-tbody.scroll {
    height: auto;
    overflow-x: scroll;
    padding-bottom: 1.5em;
}

.custom-dynamic-block.table-view table tr td input[type="checkbox"] {
    display: block;
    opacity: 1;
    position: relative;
    pointer-events: auto;
}

.pl-table .btn {
    font-size: small !important;
    padding: 4px 8px;
    border-radius: 0px;
}

.custom-dynamic-block.table-view.table-sm .table-responsive.card {
    margin: 0;
    box-shadow: none;
    padding: 0;
}

table ul.flexi {
    list-style: none;
    justify-content: left;
    -webkit-justify-content: left;
}


/*-----------------------------*/


/*---------- LOADER -----------*/


/*-----------------------------*/

.cm__loader {
    position: absolute;
    border-left: 2px solid #000000;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.cm__loader,
.cm__loader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* dashboard */

body.dashboard .main {
    display: block;
    width: 100% !important;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}


/* */

body.dashboard .main .section-block[data-section='3'] {
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.dashboard .alc__simple-custom-block.dashboard-box {
    background-color: #F8F8F8;
    padding: 1em;
    border: 1px solid #CCC;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(50% - 2em);
    -webkit-transition: width 0.7s ease-out;
    transition: width 0.7s ease-out;
    margin: 15px;
    align-self: start;
    max-height: 40vh;
    overflow-y: auto;
}

body.dashboard .alc__simple-custom-block.dashboard-box a {
    color: #000 !important;
}

body.dashboard .alc__simple-custom-block.dashboard-box .alc__cm-contentlist p>a {
    position: relative;
    display: block;
}

body.dashboard .alc__simple-custom-block.dashboard-box .alc__cm-contentlist p>a:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}

body.dashboard .alc__simple-custom-block.dashboard-box h2 {
    margin: 0 0 10px 0px !important;
    font-size: 1.2em !important;
}

.alc__cm_search {
    padding: 0px;
    position: relative;
}

.alc__cm_search input {
    z-index: 1;
}


/*.alc__cm_search:after{
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 20%;
    right: 15px;
    z-index: 2;
    color:#CCCCCC;
}*/

@media (max-width: 767px) {
    body.dashboard .alc__simple-custom-block.dashboard-box {
        width: 100%;
        margin: 0 0 2em 0;
    }
}

.alc__avatarcircle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #000;
    float: left;
}

.alc__pl-avatarcircle {
    padding-left: 50px;
}


/*---------- big radio button -----------*/

.dynamic-radio-wrapper p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    margin-right: 5px;
}

.dynamic-radio-wrapper {
    padding-bottom: 0px;
    margin-top: 1em;
}

.dynamic-radio-wrapper [type="radio"]:not(.form-check-input):not(:checked),
[type="radio"]:not(.form-check-input):checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.dynamic-radio-wrapper input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    padding: 0;
}

.dynamic-radio-wrapper [type="radio"]:not(:checked)+label {
    padding: .5em 1em;
    border-width: 1px;
    /*background-color: transparent;*/
    border-style: solid;
}

.dynamic-radio-wrapper [type="radio"]:checked+label {
    background-color: #888888;
    color: #FFFFFF;
}


/*-------- --------*/

body[data-layout='2'] [data-section='4'] [class^="col"],
body[data-layout='3'] [data-section='4'] [class^="col"] {
    width: 100% !important;
}

.font-alt {
    letter-spacing: 2px;
}

.cm__message {
    font-family: Courier New, Courier, monospace;
    font-size: .8em;
    text-align: center;
    padding: 1em;
    letter-spacing: 2px;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.btn>i {
    pointer-events: none;
}


/*=================================*/


/*.custom-switch */

.custom-dynamic-block.table-view table tr td .custom-switch input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
}

#container .custom-select-sm {
    height: calc(1.5em + .5em + 2px);
    padding-top: .25em;
    padding-bottom: .25em;
    padding-left: .5em;
    font-size: .875em;
}


/*==== menu horizontal ====*/

div.scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover,
div.scrollmenu a.active {
    background-color: #777;
    color: rgba(255, 255, 255, .75);
}


/*==== menu vertical ====*/

div.verticalmenu a {
    display: block;
    text-align: left;
    padding: 1em 0;
    text-decoration: none;
}


/*======================*/

.cm-box {
    background-color: #F8F8F8;
    padding: 1em;
    border: 1px solid #CCC;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(50% - 2em);
    -webkit-transition: width 0.7s ease-out;
    transition: width 0.7s ease-out;
    margin: 15px;
    align-self: start;
    max-height: 500px;
    overflow-y: auto;
}

.card.card-row {
    box-shadow: none;
    margin-bottom: .75rem;
    padding: 0px;
}

.card.card-row .card-header {
    font-size: .75rem;
    background-color: #EEEEEE;
}

.alc__cm-contentlist .card {
    padding: 0px 8px;
}

.alc__cm-contentlist .card .card-body {
    padding: 16px !important;
}

.alc__cm-contentlist .card .card-body a.card-link {
    font-size: 16px;
}

@media (max-width: 1199px) {
    .card.md-half {
        margin-right: 16px;
        width: calc(50% - 16px);
    }
}

@media (min-width: 1200px) {
    .card.lg-third {
        margin-right: 16px;
        width: calc(33% - 16px);
    }
}


/*---- HEADER ----*/

#header-menuadmin.header {
    background-color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, .0625);
    display: block;
    height: 70px;
    margin-bottom: 0;
    padding: 0;
    position: fixed;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    z-index: 800;
    top: 0;
}

#header-menuadmin.header .logo img {
    max-height: 60px;
    width: auto;
}

#header-menuadmin.header .header-container {
    display: table;
    width: 100%;
}

.alc--private-page .navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.alc--private-page .navbar:not(.fixed-top) {
    position: relative;
    padding: 8px 16px;
    padding: .5rem 1rem;
}

#header-menuadmin.header .header-container .nav-left {
    display: table-cell;
    vertical-align: middle;
    margin-left: 15px;
}

#header-menuadmin.header .header-container .nav-right {
    float: right;
    padding-right: 3em;
}

#header-menuadmin.header .header-container .nav-left,
#header-menuadmin.header .header-container .nav-right {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
}

#header-menuadmin.header .header-container .nav-left>li,
#header-menuadmin.header .header-container .nav-right>li {
    float: left;
}

#header-menuadmin.header .header-container .nav-left>li>a,
#header-menuadmin.header .header-container .nav-right>li>a {
    color: #AAAAAA;
    display: block;
    line-height: 65px;
    min-height: 65px;
    padding: 0 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#header-menuadmin.header .header-container .nav-left>li>a:hover,
#header-menuadmin.header .header-container .nav-right>li>a:hover {
    color: #FBFBFB;
}

#header-menuadmin.header .header-container .nav-left>li>a i,
#header-menuadmin.header .header-container .nav-right>li>a i {
    font-size: 17px;
}

#header-menuadmin.header .header-container .nav-left>li>a i,
#header-menuadmin.header .header-container .nav-right>li>a i {
    font-size: 17px !important;
}

#header-menuadmin.header .dropdown-item {
    display: block;
    width: 100%;
    padding: .25em 1.5em;
}

#header-menuadmin.header h1,
#header-menuadmin.header .title {
    color: rgba(255, 255, 255, .65) !important;
    line-height: normal !important;
    letter-spacing: 1px;
}

#header-menuadmin.header ul.dropdown-menu {
    background-color: #333333;
    margin: 0;
    border-radius: 0px;
    right: 0;
    left: auto;
}

#header-menuadmin.header ul.dropdown-menu a {
    color: rgba(255, 255, 255, .6);
}

#header-menuadmin.header ul.dropdown-menu a:hover {
    color: white;
}

#header-menuadmin.header ul.dropdown-menu .dropdown-item:focus,
#header-menuadmin.header ul.dropdown-menu .dropdown-item:hover {
    background-color: #333333;
}

.peer {
    display: block;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.peers {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.peers:after {
    position: absolute;
    top: 30px;
    right: 0;
}

body.hastopbarmenu .page-container {
    padding-top: 5rem;
}


/*-- contact-panel --*/

.hpanel.contact-panel {
    padding: 20px;
    background: #F6F8FA;
}

.hpanel.contact-panel .panel-body,
.hpanel.widget-int-shape .panel-body {
    padding: 0;
    box-shadow: none;
}

.hpanel.contact-panel .panel-body {
    background: #fff;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.hpanel.contact-panel .custom-panel-jw h3 {
    font-size: 16px;
    color: #303030;
    margin-top: 15px;
}

.hpanel.contact-panel .custom-panel-jw .all-pro-ad {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.hpanel.contact-panel .panel-body p {
    font-size: 14px;
    color: #303030;
    line-height: 24px;
}

.hpanel.contact-panel .panel-body .actions-in {
    float: right;
}

.hpanel.contact-panel .panel-body .actions-in a {
    margin-top: 5px;
    height: 25px;
    width: 25px;
    font-size: 13px;
    border-radius: 50%;
    display: block;
    line-height: 25px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    transition: all .4s ease 0s;
}

.hpanel.contact-panel .panel-body .actions-in a:hover {
    background-color: #CCC;
}

.hpanel.contact-panel .contact-footer,
.hpanel.contact-panel .panel-footer {
    padding: 10px 15px;
    background-color: #888;
    color: white;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


/* collapsible panel */

.accordion .btn-collapsible {
    font-weight: 400;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
    outline: none !important;
    box-shadow: none !important;
}

.accordion>.card .card-header {
    margin-bottom: 0px !important;
}


/* HELP ----------------------*/

body.alc--private-page .alert.standard-content p {
    margin: 0;
}

body.alc--private-page .alert.icon-help {
    position: relative;
    padding-left: 3rem;
}

body.alc--private-page .alert.icon-help:before {
    content: "\f05a";
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    left: 2rem;
    top: 1rem;
}

body.alc--private-page .alert.alert-dismissible button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    box-shadow: none;
}


/* DATATABLES ----------------------*/

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    align-items: center;
}

.bg-iframeview {
    background-color: #DDD;
}

.bg-iframeview table#cm__DataTable {
    background-color: #FBFBFB;
    border: none;
}

@media screen and (min-width: 768px) {
    #header-menuadmin.header h1 {
        font-size: 2rem !important;
    }
    #header-menuadmin.header .username {
        display: inline;
    }
}

@media screen and (max-width: 767px) {
    #header-menuadmin.header h1 {
        font-size: 1rem !important;
    }
    #header-menuadmin.header .username {
        display: none;
    }
}


/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

object.object-view {
    height: calc(100% - 60px);
    overflow: auto;
    width: 100%;
}