/*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{
    min-width: 600px;
    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 #ccc;
}
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;
}
/*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;
}
/*ProgressBar*/
div.progress{
    height: 24px;
}

div.progress .progress-bar{
    line-height: 24px;
    font-size: 14px;
}

/*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;
}

.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;
    }
}

/*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 .modal-content {
    width:100%;
}

.textarea-100{
    width: 100%;
}

.textarea-fixed{
    resize: none;
    height: 120px;
}

.textarea-button-fixed{
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

/*Image Uploader*/

.gc-upload-image-container{
    display: none;
    position: relative;
    margin: 5px 0;
    border: solid 1px #ccc;
    max-width: 240px;
    clear: left;
}

.gc-upload-image-container .gc-upload-close {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f00;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
}

.gc-upload-image-container:hover .gc-upload-close {
    display: block;
}

.gc-upload-image{
    clear: left;
    float:none;
}

.fltlft{
    float:left;
}

#sbox-window {
    left: 5% !important;
    width: 90% !important;
    max-height: 90% !important;   
}

#sbox-overlay{
    width: 100% !important;
    height: 100% !important;   
}

#sbox-window #sbox-content iframe{
    width: 100% !important;
    height: 100% !important;   
}


.padding-xs { padding: .25em !important ;}
.padding-sm { padding: .5em !important ;}
.padding-md { padding: 1em !important ;}
.padding-lg { padding: 1.5em !important ;}
.padding-xl { padding: 3em !important ;}

.padding-x-xs { padding: .25em 0 !important ;}
.padding-x-sm { padding: .5em 0 !important ;}
.padding-x-md { padding: 1em 0 !important ;}
.padding-x-lg { padding: 1.5em 0 !important ;}
.padding-x-xl { padding: 3em 0 !important ;}

.padding-y-xs { padding: 0 .25em !important ;}
.padding-y-sm { padding: 0 .5em !important ;}
.padding-y-md { padding: 0 1em !important ;}
.padding-y-lg { padding: 0 1.5em !important ;}
.padding-y-xl { padding: 0 3em !important ;}

.padding-top-xs { padding-top: .25em !important ;}
.padding-top-sm { padding-top: .5em !important ;}
.padding-top-md { padding-top: 1em !important ;}
.padding-top-lg { padding-top: 1.5em !important ;}
.padding-top-xl { padding-top: 3em !important ;}

.padding-right-xs { padding-right: .25em !important ;}
.padding-right-sm { padding-right: .5em !important ;}
.padding-right-md { padding-right: 1em !important ;}
.padding-right-lg { padding-right: 1.5em !important ;}
.padding-right-xl { padding-right: 3em !important ;}

.padding-bottom-xs { padding-bottom: .25em !important ;}
.padding-bottom-sm { padding-bottom: .5em !important ;}
.padding-bottom-md { padding-bottom: 1em !important ;}
.padding-bottom-lg { padding-bottom: 1.5em !important ;}
.padding-bottom-xl { padding-bottom: 3em !important ;}

.padding-left-xs { padding-left: .25em !important ;}
.padding-left-sm { padding-left: .5em !important ;}
.padding-left-md { padding-left: 1em !important ;}
.padding-left-lg { padding-left: 1.5em !important ;}
.padding-left-xl { padding-left: 3em !important ;}

.margin-xs { margin: .25em !important ;}
.margin-sm { margin: .5em !important ;}
.margin-md { margin: 1em !important ;}
.margin-lg { margin: 1.5em !important ;}
.margin-xl { margin: 3em !important ;}

.margin-x-xs { margin: .25em 0 !important ;}
.margin-x-sm { margin: .5em 0 !important ;}
.margin-x-md { margin: 1em 0 !important ;}
.margin-x-lg { margin: 1.5em 0 !important ;}
.margin-x-xl { margin: 3em 0 !important ;}

.margin-y-xs { margin: 0 .25em !important ;}
.margin-y-sm { margin: 0 .5em !important ;}
.margin-y-md { margin: 0 1em !important ;}
.margin-y-lg { margin: 0 1.5em !important ;}
.margin-y-xl { margin: 0 3em !important ;}

.margin-top-xs { margin-top: .25em !important ;}
.margin-top-sm { margin-top: .5em !important ;}
.margin-top-md { margin-top: 1em !important ;}
.margin-top-lg { margin-top: 1.5em !important ;}
.margin-top-xl { margin-top: 3em !important ;}

.margin-right-xs { margin-right: .25em !important ;}
.margin-right-sm { margin-right: .5em !important ;}
.margin-right-md { margin-right: 1em !important ;}
.margin-right-lg { margin-right: 1.5em !important ;}
.margin-right-xl { margin-right: 3em !important ;}

.margin-bottom-xs { margin-bottom: .25em !important ;}
.margin-bottom-sm { margin-bottom: .5em !important ;}
.margin-bottom-md { margin-bottom: 1em !important ;}
.margin-bottom-lg { margin-bottom: 1.5em !important ;}
.margin-bottom-xl { margin-bottom: 3em !important ;}

.margin-left-xs { margin-left: .25em !important ;}
.margin-left-sm { margin-left: .5em !important ;}
.margin-left-md { margin-left: 1em !important ;}
.margin-left-lg { margin-left: 1.5em !important ;}
.margin-left-xl { margin-left: 3em !important ;}

.text-decoration-none {
    text-decoration: none !important;
}

.text-dark {
    color: #343a40 !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !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;}

.h1 {
    font-size: 2.5rem !important;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

.nl-slick .slick-prev:before {
    color: #343a40;
    background: transparent;
    font-size: 30px;
}
.nl-slick .slick-next:before {
    color: #343a40;
    background: transparent;
    font-size: 30px;
}

.nl-slick.nl-slick-no-margin .slick-track{
    margin-left: 0;
    margin-right: 0;
}

.nl-slick .slick-prev,
.nl-slick .slick-next{
    z-index: 11111;
}

.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 ;}

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-55px{
    height: 55px !important;
}

body .h-60px{
    height: 60px !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 .h-600px{
    height: 600px !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 .mw-80{
    max-width: 80% !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;
}

body .fs-10px{
    font-size: 10px !important;
}

body .fs-20px{
    font-size: 20px !important;
}

body .fs-30px{
    font-size: 30px !important;
}

body .fs-40px{
    font-size: 40px !important;
}

body .fs-50px{
    font-size: 50px !important;
}

body .fs-70px{
    font-size: 70px !important;
}

body .fs-100px{
    font-size: 100px !important;
}

body .fs-150px{
    font-size: 150px !important;
}

body .fs-200px{
    font-size: 200px !important;
}

body .fs-250px{
    font-size: 250px !important;
}

body .fs-300px{
    font-size: 300px !important;
}

body .fs-400px{
    font-size: 400px !important;
}

body .fs-500px{
    font-size: 500px !important;
}

.left-10px{
    left: 10px !important; 
}

.right-10px{
    right: 10px !important; 
}

.top-10px{
    top: 10px !important; 
}

.bottom-10px{
    bottom: 10px !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;
}

hr {
    opacity: 0.10 !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: 0.25 !important;
}

.bs-datepicker{
    display:block !important;
}

.card-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.4);
}

.card:hover .card-image-overlay{
    opacity: 1;
}

.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,
.form-group.has-error.has-danger .chzn-container{
    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,
.form-group.has-feedback.has-success .chzn-container
{
    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);
}