/*Gestione Iscrizioni*/
div.iscrizione-messagio{
    font-size: 1.1em;
    line-height: 2em;
}
/*Gestioen Bottoni*/
.button.jcorsi-button{
    font-size: 16px;
    min-height: 41px;
    line-height: 41px;
    color: #FFF;
    border: medium none;
    padding: 0px 20px;
    background: #39C5DE none repeat scroll 0% 0%;
}
/*Gestione Bottoni Iscrizione*/
.button.jcorsi-button.iscrizione-button{
    float:right !important;
}
/*Gestione Bottoni Iscrizioni*/
.button.jcorsi-button.iscrizioni-button{
    width:100%;
    line-height: 100%;
    padding: 0px 10px;
}
/*Gestione Bottoni Transazioni*/
.button.jcorsi-button.transazioni-button{
    width:100%;
    line-height: 100%;
    padding: 0px 10px;
}
.button.jcorsi-button:hover{
    background: #5a5a5a none repeat scroll 0 0;
}
.button.jcorsi-button:disabled{
    background: #ababab none repeat scroll 0 0;
}
.button.jcorsi-button.jcorsi-button-grey{
    background: #ababab none repeat scroll 0 0;
}
.button.jcorsi-button.jcorsi-button-yellow{
    background: #F1D031 none repeat scroll 0 0;
}
.button.jcorsi-button.jcorsi-button-green{
    background: #53ba06 none repeat scroll 0 0;
}
/*Gestione Bottoni Navigazione Tabs*/
.jcorsi-nav-button-tabs{
    bottom: 20px;
    /*position: absolute;*/
    padding-top: 20px;
}
/*Gestione Tabs*/
.ui-tabs .ui-tabs-panel {
    overflow: auto;
}

/*Gestione Text - Label - Title*/
input[type="text"].jcorsi-textfield,
select.jcorsi-textfield{
    float: left;
    height: 24px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.bootstrap-tagsinput{
    width: 100%;
}
.bootstrap-tagsinput > input[type="text"]{
    display: inline-block;
}
.bootstrap-tagsinput .label{
    vertical-align: middle;
}
.jcorsi-labelfield{
    float: left;
    padding-right: 10px;
    min-width: 120px;
    margin-bottom: 0px;
}
.jcorsi-titlefield{
    font-size: 26px;
    /*font-weight:lighter;*/
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.jcorsi-small-titlefield{
    font-size: 16px;
    font-weight:bold;
    padding-bottom: 5px;
}
.jcorsi-titlefield::before{
    width: 60px;
    height: 3px;
    background: #E8E8E8 none repeat scroll 0% 0%;
    position: absolute;
    top: 100%;
    content: "";
}
.jcorsi-small-contentfield{
    font-size: 18px;
    font-weight:bold;
    padding-bottom: 5px;
    color:#000;
}
.jforsi-clearfix{
    clear:left;
}
.required-star{
    color:#f00;
}
/*Gestione - Textarea*/
.jcorsi-textareafield{
    float: left;
    min-height: 150px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    resize: none;
}
/*Iframe*/
.jform-iframe{
    width: 100%;
    border: 0px none;
    padding: 0px;
    margin: 0px;
}

html.component.window body.contentpane div#window-mainbody.window-mainbody{
    padding-left:0px;
    padding-right:0px;
}
html.component.window body.contentpane div.bodyLoading{
    display:none;
}

/*Autocomplete*/
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/*Tabs*/
.ui-tabs .ui-tabs-panel{
    max-height: 780px;  
    min-height: 680px;
}
/*Gestione Table*/
table.jcorsi-table{
    border-collapse:collapse;
    width:100%;
}
table.jcorsi-table.table, 
table.jcorsi-table.table tr,
table.jcorsi-table.table th, 
table.jcorsi-table.table td
{
    border: 1px solid #000;
}
table.jcorsi-table.table th, 
table.jcorsi-table.table td{
    vertical-align: middle;
    text-align:center;
    padding:4px;
}
table.jcorsi-table th {
    height:30px; 
    background-color: #39C5DE;
    color: #fff;
}
table.jcorsi-table tfoot{
    height: 42px;
}
table.jcorsi-table tfoot td {
    padding-left: 8px;
    padding-right: 8px;
}
table.jcorsi-table tfoot td .limit, 
table.jcorsi-table tfoot td .my-pagination
{
    float:left;
}
table.jcorsi-table tfoot td .limit,
table.jcorsi-table tfoot td .counter{
    width:15%;
}
table.jcorsi-table tfoot td .my-pagination{
    width:70%;
    text-align: center;
}
table.jcorsi-table tfoot td .my-pagination li.page-number,
table.jcorsi-table tfoot td .my-pagination li.pagination-prev,
table.jcorsi-table tfoot td .my-pagination li.pagination-next,
table.jcorsi-table tfoot td .my-pagination li.pagination-start,
table.jcorsi-table tfoot td .my-pagination li.pagination-end{
    background: #fff;
}
table.jcorsi-table tfoot td .counter{
    margin-top: 0px;
    text-align: right;
    padding: 4px 12px;
    float:right;
    height:30px;
}
.row0{
    background-color: #fff;  
}
.row1,
table.jcorsi-table tfoot,
.gc-search-filter{
    background-color: #F0F0EE;
}
.table-responsive > .table {
    /*min-width: 1024px;*/	
}

@media screen and (max-width: 768px) {

    table.nl-table-responsive { border: 0; min-width: 0px !important;	}

    table.nl-table-responsive caption { font-size: 1.3em; }

    table.nl-table-responsive thead { display: none; }
    table.nl-table-responsive tfoot { display: none; }

    table.nl-table-responsive tr {
        /*! border-bottom: 3px solid #ddd; */
        display: block;
        /*! margin-bottom: .625em; */
    }

    table.nl-table-responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table.nl-table-responsive td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        color:#005e8a;
        margin-right: 20px;
    }

    table.nl-table-responsive td:last-child { border-bottom: 0; }
}

/*Gestione Titolo Pagina*/
h3.jcorsi-h3{
    position: relative;
}
h3.jcorsi-h3::before{
    width: 60px;
    height: 3px;
    background: #E8E8E8 none repeat scroll 0% 0%;
    position: absolute;
    top: 100%;
    content: "";
}
/*Gestione Uploader*/
#fileUploader{
    border: 1px solid #000;
}

.fileUploader-text{
    float:left; 
    min-height: 41px;
    width:100% !important;
}

/*Gestione Tags*/
.bootstrap-tagsinput input{
    width: auto !important;
}

/*Modal Container*/

/*ProgressBar*/
div.progress{
    height: 24px;
}

div.progress .progress-bar{
    line-height: 24px;
    font-size: 14px;
}

div.progress.progress-shadow{
    border: 1px solid rgba(0,0,0,.2); 
    box-shadow: 0px 5px 15px #7474747a;
}

/*Alert Box*/
#alertBox #closeBtn{
    background: #39C5DE none repeat scroll 0% !important;
}
#alertBox #closeBtn:hover{
    background: #5A5A5A none repeat scroll 0px !important;
}

#alertBox h1{
    background: #39C5DE none repeat scroll 0% !important; 
}


/*Loader*/
#jform-loader,
#jform-loader-http{
    background-color:rgba(255, 255, 255, 0.8);
    position: fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:60000;
    /*background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
    display: none;
}
#jform-loader-info,
#jform-loader-http-info{
    position: relative;
    z-index: 2000000;
    text-align: center;
    width: 100%;
    /*top: 48%;*/
    top: 55%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}
/*Search Filter*/
.gc-search-filter select.inputbox{
    width:100%;
}

.gc-search-filter label{
    margin-bottom: 0px;
}

/*MAIL PANEL*/

.panel .well{
    height: 100%;
    overflow-y: auto;
    color: #000 !important;
}

/*NewsLetter Content*/
.newsletter-content{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.view-newsletter .t3-content{
    overflow-x: auto;
}

/*Ui Alert Dialog*/
.ui-dialog-content.ui-widget-content ul{
    padding-left: 20px;
    padding-right: 20px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.nl-bootstrap .pagination > li:not(.next) {
    margin-right: 0px;
}



.nl-bootstrap .pagination > li.last,
.nl-bootstrap .pagination > li.next {
    float: unset;
}

@media only screen and (min-width: 768px){
    .nl-bootstrap .pagination > li.last {
        right: 15px;
        position: absolute;
    }

    .nl-bootstrap .pagination > li.first {
        left: 15px;
        position: absolute;
    }

    .nl-bootstrap .pagination > li.next {
        right: 90px;
        position: absolute;
    }

    .nl-bootstrap .pagination > li.prev {
        left: 90px;
        position: absolute;
    }

    .nl-bootstrap .pagination > li.first a ,
    .nl-bootstrap .pagination > li.prev a ,
    .nl-bootstrap .pagination > li.last a,
    .nl-bootstrap .pagination > li.next a{
        width: 70px;
    }
}

.nl-bootstrap .pagination > li.first a ,
.nl-bootstrap .pagination > li.prev a ,
.nl-bootstrap .pagination > li.last a,
.nl-bootstrap .pagination > li.next a{
    border-radius: 4px !important;
}


.nl-bootstrap .pagination {
    border-radius: 4px !important;
}

.nl-bootstrap .pagination>li>a, 
.nl-bootstrap .pagination>li>span {
    margin-left:0px;
}
@media only screen and (max-width: 345px){
    .nl-bootstrap .pagination > li:not(.next):not(.prev):not(.first):not(.last){
        display: none;
    }
}


.nl-bootstrap .modal-content {
    width:100%;
}

.textarea-100{
    width: 100%;
}

.textarea-fixed{
    resize: none;
    height: 120px;
}

.textarea-button-fixed{
    position: absolute;
    bottom: 10px;
    right: 30px;
}

ul.pagination {
    margin-bottom: 0px;
}

.pagination-counter{
    width: 140px;
    margin-bottom: 0rem;
    border: 1px solid rgb(227, 227, 227);
    background-color: #f8f9fa;
    color: #000;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.66;
    border-radius: .2rem;
}

.sortable .icon-arrow-up-3::before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
}

.sortable .icon-arrow-down-3::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
}

.sortable [class^="icon-"]::before, [class*=" icon-"]::before {
    font: normal normal normal 15px/1 Font Awesome 5 Free;
    speak: none;
    font-weight: bold;
}

.sortable [class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: .25em;
    line-height: 14px;
}
.bootstrap-select.dropdown{
    border: 1px solid rgba(227, 227, 227, 1);
    border-radius: .2rem;
}

.cursor-pointer{
    cursor: pointer;
}


.nl-img-box{
    min-width: 6rem !important;
    min-height: 6rem !important;
    width: 6rem !important;
    height: 6rem !important;
    max-width: 6rem !important;
    max-height: 6rem !important;
    object-fit: contain !important;
}

.nl-img-box-small{
    min-width: 4rem !important;
    min-height: 4rem !important;
    width: 4rem !important;
    height: 4rem !important;
    max-width: 4rem !important;
    max-height: 4rem !important;
    object-fit: contain !important;
}

.nl-img-box-xsmall{
    min-width: 3rem !important;
    min-height: 3rem !important;
    width: 3rem !important;
    height: 3rem !important;
    max-width: 3rem !important;
    max-height: 3rem !important;
    object-fit: contain !important;
}



.upload-btn-wrapper {
    width: 79%;
    margin-right: 1%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    float: left;
}

.upload-btn-wrapper-remove{
    width:20%; 
    float: left;
}

.upload-btn-wrapper .btn{
    width: 20%;
    float:left;
    cursor: pointer;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

#richiesta-rispondi-file-list,
#richiesta-condividi-file-list,
#richiesta-richiedi-file-list{
    width: 79%;
    margin-right: 1%;
    float:left;
    padding: .32rem .5rem;
}

#fd-modal-notice,
#fd-modal-confirm,
#fd-modal-confirm-yes-no-cancel,
.fd-modal{
    z-index:11111 !important;
}

.w-auto {
    width: auto !important;
}

.form-control.error{
    border:1px solid #ff0000;
}
label.error{
    color:#ff0000;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 140px !important;
}

#editcell input[type="text"].form-control.form-control-sm.w-auto{
    max-width: 140px;
}

.modal-backdrop ~ .modal-backdrop {
    display: none;
}

.modal-full-screen .modal-dialog{
    height: 90%;  
}

.modal-full-screen .modal-dialog .modal-content{
    height: 100%;  
}

.modal-full-screen .modal-dialog .modal-content iframe{
    height: 100%;  
    width: 100%;  
    border: 1px solid #ddd;
}

.audioplayer .audioplayer-volume{
    display: none;
}

.plupload_wrapper .moxie-shim{
    position: initial;
}

.overflow-wrap {
    overflow-wrap: break-word;
}

.fancybox-caption__body{
    overflow-wrap: break-word;
}

.gallery-wrap .img-big-wrap img {
    height: 450px;
    width: auto;
    display: inline-block;
    cursor: zoom-in;
}


.gallery-wrap .img-small-wrap .item-gallery {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    margin: 7px 2px;
    display: inline-block;
    overflow: hidden;
}

.gallery-wrap .img-small-wrap {
    text-align: center;
}
.gallery-wrap .img-small-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/*FAST SELECT*/
.fstControls{
    z-index:1;
}

.fstResults .fstResultItem {
    font-size: 14px;
}

.fstElement .fstToggleBtn {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

/* Bootstrap */
/* Trackbar */
.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}

.track .step.active:before {
    background: #FF5722;
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}

.track .step.active .icon {
    background: #ee5435;
    color: #fff;
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
    font-size: 20px;
    color: #fff;
}

.track .step.active .text {
    font-weight: 400;
    color: #000;
}

.track .text {
    display: block;
    margin-top: 7px;
}

.track.track-primary .step.active:before,
.track.track-primary .step.active .icon{
    background-color: #007bff !important;
}


.track.track-secondary .step.active:before,
.track.track-secondary .step.active .icon{
    background-color: #6c757d !important;
}

.track.track-success .step.active:before,
.track.track-success .step.active .icon{
    background-color: #28a745 !important;
}

.track.track-danger .step.active:before,
.track.track-danger .step.active .icon{
    background-color: #dc3545 !important;
}

.track.track-warning .step.active:before,
.track.track-warning .step.active .icon{
    background-color: #ffc107 !important;
}

.track.track-dark .step.active:before,
.track.track-dark .step.active .icon{
    background-color: #343a40 !important;
}


.track.track-primary-light .step.active:before,
.track.track-primary-light .step.active .icon{
    background: #3490df !important;
}

.track.track-secondary-light .step.active:before,
.track.track-secondary-light  .step.active .icon{
    background-color: #6c757d !important;
}

.track.track-success-light .step.active:before,
.track.track-success-light .step.active .icon{
    background: #6cbf6c !important;
}

.track.track-danger-light .step.active:before,
.track.track-danger-light .step.active .icon{
    background: #dc6460 !important;
}

.track.track-warning-light .step.active:before,
.track.track-warning-light .step.active .icon{
    background: #f1b55f !important;
}

.track.track-dark-light .step.active:before,
.track.track-dark-light .step.active .icon{
    background-color: #5A5A5A !important;
}

body .w-0{
    width: 0px !important;
    max-width: 0px !important;
}

body .w-5{
    width: 5% !important;
}

body .w-10{
    width: 10% !important;
}

body .w-15{
    width: 15% !important;
}

body .w-20{
    width: 20% !important;
}

body .w-30{
    width: 30% !important;
}

body .h-0{
    height: 0px !important;
    max-height: 0px !important;
}

body .h-5{
    height: 5% !important;
}

body .h-10{
    height: 10% !important;
}

body .h-15{
    height: 15% !important;
}

body .h-20{
    height: 20% !important;
}

body .h-30{
    height: 30% !important;
}

body .h-10px{
    height: 10px !important;
}

body .h-20px{
    height: 20px !important;
}

body .h-30px{
    height: 30px !important;
}

body .h-40px{
    height: 40px !important;
}

body .h-50px{
    height: 50px !important;
}

body .h-70px{
    height: 70px !important;
}

body .h-100px{
    height: 100px !important;
}

body .h-150px{
    height: 150px !important;
}

body .h-200px{
    height: 200px !important;
}

body .h-250px{
    height: 250px !important;
}

body .h-300px{
    height: 300px !important;
}

body .h-400px{
    height: 400px !important;
}

body .h-500px{
    height: 500px !important;
}

body .w-5{
    width: 5% !important;
}

body .w-10{
    width: 10% !important;
}

body .w-15{
    width: 15% !important;
}

body .w-20{
    width: 20% !important;
}

body .w-30{
    width: 30% !important;
}

body .w-10px{
    width: 10px !important;
}

body .w-20px{
    width: 20px !important;
}

body .w-30px{
    width: 30px !important;
}

body .w-40px{
    width: 40px !important;
}

body .w-50px{
    width: 50px !important;
}

body .w-70px{
    width: 70px !important;
}

body .w-100px{
    width: 100px !important;
}

body .w-150px{
    width: 150px !important;
}

body .w-200px{
    width: 200px !important;
}

body .w-250px{
    width: 250px !important;
}

body .w-300px{
    width: 300px !important;
}

body .w-400px{
    width: 400px !important;
}

body .w-500px{
    width: 500px !important;
}

body .mw-5{
    max-width: 5% !important;
}

body .mw-10{
    max-width: 10% !important;
}

body .mw-15{
    max-width: 15% !important;
}

body .mw-20{
    max-width: 20% !important;
}

body .mw-30{
    max-width: 30% !important;
}


body .mh-5{
    max-height: 5% !important;
}

body .mh-10{
    max-height: 10% !important;
}

body .mh-15{
    max-height: 15% !important;
}

body .mh-20{
    max-height: 20% !important;
}

body .mh-30{
    max-height: 30% !important;
}

body .mh-10px{
    max-height: 10px !important;
}

body .mh-20px{
    max-height: 20px !important;
}

body .mh-30px{
    max-height: 30px !important;
}

body .mh-40px{
    max-height: 40px !important;
}

body .mh-50px{
    max-height: 50px !important;
}

body .mh-70px{
    max-height: 70px !important;
}

body .mh-100px{
    max-height: 100px !important;
}

body .mh-150px{
    max-height: 150px !important;
}

body .mh-200px{
    max-height: 200px !important;
}

body .mh-250px{
    max-height: 250px !important;
}

body .mh-300px{
    max-height: 300px !important;
}

body .mh-400px{
    max-height: 400px !important;
}

body .mh-500px{
    max-height: 500px !important;
}

body .mw-5{
    max-width: 5% !important;
}

body .mw-10{
    max-width: 10% !important;
}

body .mw-15{
    max-width: 15% !important;
}

body .mw-20{
    max-width: 20% !important;
}

body .mw-30{
    max-width: 30% !important;
}

body .mw-10px{
    max-width: 10px !important;
}

body .mw-20px{
    max-width: 20px !important;
}

body .mw-30px{
    max-width: 30px !important;
}

body .mw-40px{
    max-width: 40px !important;
}

body .mw-50px{
    max-width: 50px !important;
}

body .mw-70px{
    max-width: 70px !important;
}

body .mw-100px{
    max-width: 100px !important;
}

body .mw-150px{
    max-width: 150px !important;
}

body .mw-200px{
    max-width: 200px !important;
}

body .mw-250px{
    max-width: 250px !important;
}

body .mw-300px{
    max-width: 300px !important;
}

body .mw-400px{
    max-width: 400px !important;
}

body .mw-500px{
    max-width: 500px !important;
}

.object-fit-fill {object-fit: fill !important;}
.object-fit-contain {object-fit: contain !important;}
.object-fit-cover {object-fit: cover !important;}
.object-fit-scale-down {object-fit: scale-down !important;}
.object-fit-none {object-fit: none !important;}

.crop-text-1 {
    -webkit-line-clamp: 1;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.crop-text-2 {
    -webkit-line-clamp: 2;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.crop-text-3 {
    -webkit-line-clamp: 3;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cursor-alias {cursor: alias !important ;}
.cursor-all-scroll {cursor: all-scroll !important ;}
.cursor-auto {cursor: auto !important ;}
.cursor-cell {cursor: cell !important ;}
.cursor-context-menu {cursor: context-menu !important ;}
.cursor-col-resize {cursor: col-resize !important ;}
.cursor-copy {cursor: copy !important ;}
.cursor-crosshair {cursor: crosshair !important ;}
.cursor-default {cursor: default !important ;}
.cursor-e-resize {cursor: e-resize !important ;}
.cursor-ew-resize {cursor: ew-resize !important ;}
.cursor-grab {cursor: -webkit-grab; cursor: grab !important ;}
.cursor-grabbing {cursor: -webkit-grabbing; cursor: grabbing !important ;}
.cursor-help {cursor: help !important ;}
.cursor-move {cursor: move !important ;}
.cursor-n-resize {cursor: n-resize !important ;}
.cursor-ne-resize {cursor: ne-resize !important ;}
.cursor-nesw-resize {cursor: nesw-resize !important ;}
.cursor-ns-resize {cursor: ns-resize !important ;}
.cursor-nw-resize {cursor: nw-resize !important ;}
.cursor-nwse-resize {cursor: nwse-resize !important ;}
.cursor-no-drop {cursor: no-drop !important ;}
.cursor-none {cursor: none !important ;}
.cursor-not-allowed {cursor: not-allowed !important ;}
.cursor-pointer {cursor: pointer !important ;}
.cursor-progress {cursor: progress !important ;}
.cursor-row-resize {cursor: row-resize !important ;}
.cursor-s-resize {cursor: s-resize !important ;}
.cursor-se-resize {cursor: se-resize !important ;}
.cursor-sw-resize {cursor: sw-resize !important ;}
.cursor-text {cursor: text !important ;}
.cursor-w-resize {cursor: w-resize !important ;}
.cursor-wait {cursor: wait !important ;}
.cursor-zoom-in {cursor: zoom-in !important ;}
.cursor-zoom-out {cursor: zoom-out !important ;}

.zoom{
    overflow: hidden;
}
.zoom:hover img, .zoom:hover video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.zoom img, .zoom video {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.z-index{
    z-index: 111111;
}

.badge-notify{
    position: absolute !important;
    top: 0px !important;
    left: auto;
    margin-left: -6px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 111111;
}


.checkbox-lg .custom-control-label::before, 
.checkbox-lg .custom-control-label::after {
    top: 0;
    width: 1.55rem;
    height: 1.55rem;
}

.checkbox-lg .custom-control-label {
    padding-top: 13px;
    padding-left: 6px;
}


.checkbox-xl .custom-control-label::before, 
.checkbox-xl .custom-control-label::after {
    top: 0;
    width: 1.85rem;
    height: 1.85rem;
}

.checkbox-xl .custom-control-label {
    padding-top: 23px;
    padding-left: 10px;
}

.btn-white{
    color: #000;
    border: 1px solid #dee2e6 !important;
    background-color: #fff;
}

.btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-white:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-white.focus, .btn-white:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

.text-height-0 { 
    line-height:0 !important; 
} 
.text-height-1 { 
    line-height:1rem !important; 
} 
.text-height-2 { 
    line-height:1.5rem !important; 
} 
.text-height-3 { 
    line-height:2rem !important; 
} 
.text-height-4 { 
    line-height:3rem !important; 
} 
.text-height-5 { 
    line-height:4rem !important; 
} 
.text-height-auto { 
    line-height:auto !important; 
} 

.font-size-8rem{
    font-size: 8rem  !important; 
}

.nl-validate.is-invalid{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.nl-validate.is-valid{
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

@media (max-width:480px){
    .nl-validate.is-valid,
    .nl-validate.is-invalid{
        background-position: right calc(.175em + .1375rem) center;
        background-size: calc(.25em + .375rem) calc(.25em + .375rem);
    }
}


.nl-slick .slick-prev,
.nl-slick .slick-next
{
    width: 30px;
    height: 30px;
}

.nl-slick .slick-prev:before {
    color: #343a40;
    background: transparent;
    font-size: 30px;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
}
.nl-slick .slick-next:before {
    color: #343a40;
    background: transparent;
    font-size: 30px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
}

.nl-slick.nl-slick-no-margin .slick-track{
    margin-left: 0;
    margin-right: 0;
}

.bootstrap-select .dropdown-menu{
    z-index: 1111111;
}

/* Custom Form Validation*/
.dropdown-toggle.custom-select:after{
    content: none !important;
}

.help-block {
    color: #dc3545;
}
.form-group.has-error.has-danger .form-control:not(.bootstrap-select):not(.no-validation),
.form-group.has-error.has-danger .form-control.bootstrap-select .btn{
    box-shadow: none;
    border: 1px solid #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-group.has-feedback.has-success .form-control:not(.bootstrap-select):not(.no-validation),
.form-group.has-feedback.has-success .form-control.bootstrap-select .btn
{
    box-shadow: none;
    border: 1px solid #28a745 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-group.has-error.has-danger .form-control.bootstrap-select .btn{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-group.has-feedback.has-success .form-control.bootstrap-select .btn{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
/*
.spinner.loading {
    padding: 50px;
    text-align: center;
}

.spinner.loading:before {
    content: "";
    height: 80px;
    width: 80px;
    margin: -40px auto auto -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #000 #000;
    border-radius: 100%;
    animation: spinner-rotation 1s infinite linear;
}

@keyframes spinner-rotation {
    from {
        transform: rotate(0deg);
    } to {
        transform: rotate(359deg);
    }
}
*/

.spinner.loading,
.spinner.loading:before,
.spinner.loading:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.4s infinite ease-in-out;
    animation: load7 1.4s infinite ease-in-out;
}
.spinner.loading {
    color: #000;
    margin: -1.25rem auto auto -1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.spinner.loading:before,
.spinner.loading:after {
    content: '';
    position: absolute;
    top: 0;
}
.spinner.loading:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner.loading:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
}

.slider-thumbs {
    max-height: 420px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.no-validation {
    background-image: none !important;
    border: 1px solid #ced4da !important;
}

.no-validation:focus{
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25) !important;  
}

.no-validation.disabled{
    background-color: #e9ecef;
    opacity: 1;  
}

.text-black{
    color: #000000 !important;
}

.rounded-bottom-0{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-top-0{
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.right-10px{
   right: 10px !important; 
}

.top-10px{
   top: 10px !important; 
}

.pagination-md .page-link {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.2;
}

.form-control-xs {
    height: calc(1em + .375rem + 2px) !important;
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}


.form-check-inline input[type="radio"] {
    display: inline !important;
}