/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/*Select2 ReadOnly Start*/
    select[readonly].select2-hidden-accessible + .select2-container {
        pointer-events: none;
        touch-action: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
        display: none;
    }

/*Select2 ReadOnly End*/

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(0.67);
        transform-origin:0 0;
    }
}

.form-inline label {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 0;
}

.app-utenti-label {
    font-family: Rubik,Helvetica,Arial,serif;
    letter-spacing: 1px;
    margin: 0 0.2em .5rem;
    color: #BAC0C7;
}

.link:hover { color: var(--secondary)!important; } 

.card .card {
    margin-bottom: 2.2rem;
    box-shadow: -8px 12px 18px 0 rgba(25,42,70,.13)!important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #DFE3E7;
}

.card .card-documentazione {
    margin-bottom: 2.2rem;
    box-shadow: none !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #DFE3E7;
}

.card .card-documentazione-up {
    margin-bottom: 2.2rem;
    box-shadow: none !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
}


.brand-text-title {
    color: #FFF!important;
    font-size: 1rem;
    margin-right: 10px;
}

.horizontal-menu.navbar-sticky .content > .content-wrapper-nomenu {
    margin-top: 4.75rem !important;
}

html body.navbar-sticky .app-content .content-wrapper-nomenu {
    padding: 1.8rem 2.2rem 0;
    margin-top: 3rem;
}

.dropzone .dz-preview .dz-progress {
    opacity: 0;
}

/* EDITOR ------------- */

.btn i {
    position: relative;
    top: 1px;
}

.btn-group > .btn-group:not(:first-child) {
    margin-left: 5px; 
}

.btn-group, .btn-group-vertical {
    margin-left: 5px;
    margin-right: 5px;
}

div.DTE_Field input[type="color"], div.DTE_Field input[type="date"], div.DTE_Field input[type="datetime"], div.DTE_Field input[type="datetime-local"], div.DTE_Field input[type="email"], div.DTE_Field input[type="month"], div.DTE_Field input[type="number"], div.DTE_Field input[type="password"], div.DTE_Field input[type="search"], div.DTE_Field input[type="tel"], div.DTE_Field input[type="text"], div.DTE_Field input[type="time"], div.DTE_Field input[type="url"], div.DTE_Field input[type="week"] {
    padding: 5px 4px;
    width: 100%;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;

}

div.quill-wrapper {
    min-height: 12em;
    padding: 5px 4px;
    width: 100%;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.ql-container.ql-snow {
    border: 0px solid #ccc;
}

div.DTED_Lightbox_Wrapper {
    left: 10em;
    right: 10em;
    margin-left: 0;
    width: 60%;  /* auto for large */
    z-index: 1000;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    position: relative;
    zoom: 1;
    clear: both;
    padding: 5px 5%;
    border: 1px solid transparent;
}

/* per multicolumn editor   
div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    width: 50%;
    padding: 5px 20px;
    box-sizing: border-box;
}
 
div.DTE_Body div.DTE_Form_Content {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
*/

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

.horizontal-menu.navbar-sticky .content > .content-wrapper {
    margin-top: 7.75rem !important;
}

.dt-body-nowrap {
   white-space: nowrap;
}

.scroll-lista {
  /* widget timeline */
  position: relative;
  height: 415px;
  padding-right: 1rem;
}

.list-group-item {
    padding: 1rem 1rem;
}

.table thead th.disabilitato {
    background-color: #44c7c7;
}

.table tbody td.disabilitato {
    background-color: #44c7c7;
}

/* ------------------------------------------- */
/* BLOCCHI HOME PAGE COORDINATRICI 		*/
/* ------------------------------------------- */

.card-blocchi-homepage {
    margin-bottom: 2.2rem;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
/*    transition: all .1s ease-in-out;   */
    transition: all .1s linear;
    border: 1px solid transparent;
    border-radius: 1rem;
}

.card-body-blocchi-homepage {
    flex: 1 1 auto;
    padding: 1.7rem;
}

.card-blocchi-homepage:hover {
/*    background-color: #719DF0!important;   */
    border: 3px solid;
    border-color: #5A8DEE;
/*    color: #FFF!important;   */
}

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

.card-body-openday {
    flex: 1 1 auto;
    padding: 1rem;
    padding-top : 1rem;
}

/* ------------ISCRIZIONI------------------------------- */

.card-body-iscrizioni {
    flex: 1 1 auto;
    padding-top: 0.7rem;
    padding-right: 1.7rem;
    padding-bottom: 0.8rem;
    padding-left: 1.7rem;
}

.card-body-iscrizioni .table th, .table td {
    padding: 0.5rem 2rem;
    vertical-align: top;
    border-top: 1px solid #DFE3E7;
}

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

.card .card-title-openday {
    font-weight: normal;
    letter-spacing: 0.05rem;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-transform: none;
}

.card-title-iscrizioni {
    font-weight: normal;
    letter-spacing: 0.05rem;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-transform: none;
}

.card .card-title {
    text-transform: none;
}

.card-body .tab-content {
    background-color: #FFFFFF;
    padding: 1.13rem 1.16rem 0.6rem 1.13rem;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
    border-radius: 0.267rem;
    color: #475F7B;
    min-height: 240px;
}

.card-utenti .card-body .tab-content {
    background-color: #FFFFFF;
    padding: 0rem 1.16rem 0.6rem 1.13rem;
    box-shadow: none;
    color: #475F7B;
    min-height: 240px;
}

.card-body .tab-scuole-content {
    background-color: #FFFFFF;
    padding: 0;
    box-shadow: none;
    color: #475F7B;
    min-height: 240px;
}

\* .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}*/

progress-bar-vertical {
  width: 20px;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left;
}

/*  progress bar css */
/*------------------*/
.progress {
  height: 2rem;
  overflow: visible;
  background-color: #F2F4F4;
  border-radius: 1.28rem; 
    font-size: 1rem;
}

.progress .progress-bar {
  position: relative;
}

.progress.progress-sm {
  height: 0.5rem;
}

.progress .progress-bar {
  border-radius: 0;  
  box-shadow: 0 2px 6px 0 rgba(90, 141, 238, 0.6);
}

.progress .progress-label:before {
  content: attr(aria-valuenow) "%";
  position: absolute;
  color: #000;
  right: 0;
  top: -1.6rem;
  font-size: 1.0rem;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}

.divider {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 0.1rem 0 1rem 0;
}

.pre-scrollable {
    max-height: 140px;
    overflow-y: scroll;
}

input[type=radio]{
  transform:scale(1.5);
}

label input[type=radio] {
  width: 30px;
  height: 30px;
  transform: scale(1.5);
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.5rem;
}
.form-check-label {
    margin-bottom: 0.2rem;
    margin-top: 0.1rem;
    margin-left: 0.4rem;
}
.w-15 {
    width: 15% !important;
}
.w-70 {
    width: 70% !important;
}