body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#weeksRepeaterContainer .chip{
    cursor: pointer;
}

#repeaterContainer [type="checkbox"]+label{
    padding-left: 25px;
    padding-right: 14px;
}

#repeaterContainer [type="checkbox"].filled-in:not(:checked)+label:after{
    border-color: #9e9e9e;
}

.osservazioniAlunno div.card div.row .valutazioni-card-descrizione{
    text-align: right;
    padding: 20px;
    line-height: normal;
}

.modal-content .dropdown-content{
    margin-bottom: 10px;
}

body .side-nav {
    width:250px;
}

.row .col.s1_5{
    width: 12.5%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.miniCancelButton{
    font-size: 0.8em;
    font-weight: 500;
    border-radius: 4px;
    background: #CCC;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
    display: inline-block;
    height:30px;
    line-height:30px;
}

.miniCancelButton:hover{
    cursor: pointer;
    background: #F44336;
}

div#toast-container{
    right:inherit;
    left:50%;
    top: 30%;
}

div.toast{
    left: -50%;
    font-size: 1.4rem;
    padding: 40px 80px;
}

.chip{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.impegno.flatCard:hover{
    background-color: #d8e8f9;
}

/* .impegno.flatCard .rigaAlunno::after,
.impegno.flatCard .rigaInsegnante::after{
    content: 'RIMUOVI';
    font-size: 0.8em;
    border-radius: 4px;
    background: #CCC;
    padding-left: 3px;
    padding-right: 3px;
    position: absolute;
    right: 10px;
    margin-top: 3px;
    color: #FFF;
} */

.impegno.flatCard .rigaAlunno:hover::after,
.impegno.flatCard .rigaInsegnante:hover::after{
    background: #F44336;
}

.impegno.flatCard .rigaAlunno,
.impegno.flatCard .rigaInsegnante{
    width:100%;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
    font-weight: 500;
    padding: 4px;
    border-top: 1px solid #ccc;
}

.impegno.flatCard .rigaAlunno:hover,
.impegno.flatCard .rigaInsegnante:hover{
    background: #b7d6f9;
}

.impegno.flatCard .rigaAlunno:last-of-type,
.impegno.flatCard .rigaInsegnante:last-of-type{
    border-bottom: 1px solid #ccc;
}

.flatCard {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    border-radius: 2px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #d0d0d0;
    transition: all .3s ease-out;
}

div.clockContainer{
    text-align: center;
}

.clockContainer button.btn.active:first-of-type,.clockContainer button.btn.active:last-of-type{
    background: #8bc34a;
}

.clockContainer button.btn{
    padding: 0 8px;
}

.clockContainer button.btn:first-of-type:hover, .clockContainer button.btn:last-of-type:hover{
    background: #a0c377;
}

.clockContainer button.btn:first-of-type{
    border-bottom-left-radius : 4px;
    border-top-left-radius : 4px;
    border-bottom-right-radius : 0;
    border-top-right-radius : 0;
    background: #DDDDDD;
    box-shadow: none;
}

.clockContainer button.btn:last-of-type{
    border-bottom-left-radius : 0;
    border-top-left-radius : 0;
    border-bottom-right-radius : 4px;
    border-top-right-radius : 4px;
    background: #DDDDDD;
    box-shadow: none;
}

#rette .collapsible-header{
    background: #fafafa;
    font-size: 1.2em;
}


#rette .collapsible-header.active{
    background: #1274e3;
    color:#ffffff;
}

table td.table-cell:hover, div.table-cell:hover, a:nth-of-type(odd) div.table-cell:hover{
  color: #333333;
  background-color: #b7d6f9!important;
  cursor: pointer;
  border-radius: 0;
}

table tr:hover,table tr:nth-of-type(odd):hover, div.table-row:hover, div.table-row:nth-of-type(odd):hover{
  background-color: #d8e8f9;
}
table tr:nth-of-type(odd), div>div.table-row:nth-of-type(odd), a:nth-of-type(odd)>div.table-row{
  background-color: #f5f5f5;
}

table td{
  border-radius: 0px;
}

.select-wrapper span.caret{
  z-index: 1;
  margin-right: 10px;
  color: #9e9e9e;
}

.select-wrapper input.select-dropdown {
  margin-top: 5px;
  border: 1px solid #9e9e9e;
  padding-left: 8px;
  padding-right: 8px;
  background: #FFF;
}

.valutazioni input[type=date]:not(.datepicker):before{
  content: '';
  width: 40px;
}

.input-field label[for=only-below-6]{
  top: 47px;
}

.input-field label[for=only-below-6]:before{
  top: 13px;
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border: 1px solid #8bc34a;
    box-shadow: 0px 0px 10px 1px #8bc34a;
}

input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid,
input[type=text]:focus.valid, input[type=password].valid,
input[type=password]:focus.valid, input[type=email].valid,
input[type=email]:focus.valid, input[type=url].valid,
input[type=url]:focus.valid, input[type=time].valid,
input[type=time]:focus.valid, input[type=date].valid,
input[type=date]:focus.valid, input[type=datetime].valid,
input[type=datetime]:focus.valid, input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid, input[type=tel].valid,
input[type=tel]:focus.valid, input[type=number].valid,
input[type=number]:focus.valid, input[type=search].valid,
input[type=search]:focus.valid, textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
    border: 1px solid #4CAF50;
    border-radius: 2px;
    box-shadow: 0px 0px 1px 1px #8bc34a;
}
input:not([type]), input[type=text], input[type=password], input[type=email],
input[type=url], input[type=time], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=tel], input[type=number],
input[type=search]{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

input:not([type]), input[type=text], input[type=password], input[type=email],
input[type=url], input[type=time], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=tel], input[type=number],
input[type=search], textarea.materialize-textarea {
    margin-top: 5px;
    border: 1px solid #9e9e9e;
    padding-left: 8px;
    padding-right: 8px;
    background: #FFF;
    border-radius: 2px;
}

div.hhSelector{
    line-height: 3rem;
    min-height: 3rem;
}

div.hhIndicator:first-of-type{
    margin-top: 10px;
}

div.hhIndicator{
    padding: 0 8px;
    font-size: 16px;
    min-height: 40px;
}

div.hhIndicator .filler{
    min-width: 200px;
    height: 1px;
    background: #888;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 4px;
}

.mini-box{
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.1);
    padding: 8px;
    line-height: 16px;
    margin: 8px 4px;
}

.weekday-chip{
    float: left;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    width: 14%;
    background-color: rgba(0,0,0,0.05);
    cursor: pointer;
}

.weekday-chip.active{
    color: #FFF;
    background-color: rgba(139, 195, 74, 0.8);
}

.modal-array-chip .chip-icon {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
}

.modal-array-chip .chip-icon:after{
    content:"close";
}

.modal-array-chip.active .chip-icon:after{
    content:"done";
}

.disabled .modal-array-chip{
    color: rgba(0,0,0,0.3);
    background: #f0f0f0;
}
.disabled .modal-array-chip.active{
    background-color: rgba(139, 195, 74, 0.71);
    color: #FFF;
}

.chip.active {
    background-color: #8bc34a;
    color: #FFF;
}

.input-field.input-field-select label {
  position: absolute;
  font-size: .8rem;
}
.input-field label {
    top: 1rem !important;
    font-size: 1rem;
}

.input-field label.active {
    font-size: 1rem;
    transform: translateY(-180%);
}

#content1 {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

div.no-item-to-display{
  text-align: center;
  font-size: 1.3rem;
  line-height: 80px;
  color: rgba(0,0,0,0.5);
}
.no-item-to-display i.material-icons{
  top: 5px;
  position: relative;
  right: 10px;
}


main {
  flex: 1 0 auto;
}

div.fixed-footer, .row div.col.fixed-footer{
    position: fixed;
    z-index: 100;
    bottom: -1px;
    width: 100%;
    padding-right: 250px!important;
    font-size: 0.9em;
}

.text-right{
  text-align: right !important;
}

@media only screen and (max-width : 992px) {
  div.fixed-footer, .row div.col.fixed-footer{
    padding-right: 0!important;
    font-size: 1em;
  }
}

header.mainpage, main.mainpage, footer.mainpage {
    padding-left: 250px;
    font-size: 0.9em;
}

@media only screen and (max-width : 992px) {
  header.mainpage, main.mainpage, footer.mainpage{
    padding-left: 0;
    font-size: 1em;
  }
}

.input-field .prefix{
  color:#9e9e9e;
}

main.mainpage{
    background-color: #eeeeee;
    min-height: 100%;
}

.row.table-header{
  font-weight: bold;
}

.row.table-footer{
  font-weight: bold;
  border-top: 1px solid #dddddd;
  background-color: #f5f5f5;
  color: 595959;
}

.row .col {
  padding: 0;
}

.input-field.col label{
  left:8px;
  font-size: 15px;
}

.tabs{
  height: 60px;
}

.tabs .tab a{
  padding-left: 16px;
  padding-right: 16px;
  color: #efefef;
  font-weight: 500;
  font-size: 1.2em;
}

.tabs .tab{
  width: initial;
  flex-grow:0;
  min-width: initial;
  line-height: 60px;
  height: 60px;
  overflow: visible;
  background-color: #1065c7;
}

.tabs .tab:first-of-type{
  margin-left: 20px;
}

.tabs .tab .active{
  background-color: transparent;
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}

.tabs .tab a:hover {
  background-color: #1274e3;
}

.tabs .tab a.active:hover {
  color:#ffffff;
  background-color: #1274e3;
}

.side-nav a.main-menu-item{
  color:rgba(0,0,0,0.54);
  background-color: inherit;
  transition: background-color .25s ease;
}

.side-nav li>a.white-text>i, .side-nav li>a.white-text>[class^="mdi-"], .side-nav li>a.white-text>[class*="mdi-"], .side-nav li>a.white-text>i.material-icons {
  color: #ffffff;
}

a.main-menu-item.active{
  background-color:#1274e3;
}

div.row.table-header{
  border-bottom:1px solid #d0d0d0;
  line-height: 52px;
  margin: 0px;
  font-size:1.3em;
  background: #1274e3;
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
a.table{
  display: block;
  color:#000000;
  transition: background-color .25s ease;
}

div.table-row{
  line-height: 52px;
  margin: 0px;
  font-size:1.2em;
  background-color: #ffffff;
}

div.table-row.even{
  background-color: rgba(0,0,0,0.03);
}

div.table-row.table, .table>div.table-row{
  transition: background-color .25s ease;
}

div.table-row>div.col:last-of-type{
  padding-right: 16px;
}

div.table-row>div.col.center:last-of-type{
  padding-right: 0px;
}

div.modal {
  max-height: 80%;
  width: 80%;
  max-width: 1024px;
}

.modal div.modal-content {
  padding-bottom: 0px;
  padding-right: 12px;
  overflow-x: hidden;
}

div.modal div.input-field.col{
  padding-right: 14px;
  height:68px;
}

div.modal div.input-field.col.input-textarea{
  height:initial;
  display: flex;
}

div.modal div.input-field.col.hidden{
  height:0px;
}

input.modal-checkbox+label{
  margin-top: 44px;
}

.input-field.col .select-wrapper+label.modal-o-label {
  transform:translateY(-180%);
  color: #9e9e9e;
}

.input-field.col .select-wrapper+label.modal-o-label.disabled {
  color: rgba(0,0,0,0.3);
}

.lowline{
  line-height: 1.6em !important;
}

div.card{
  margin-left: 20px;
  margin-right: 20px;
}

.circular-counter{
  display: inline-block;
  position:relative;
  top:10px;
  left:12px;
  font-size:16px;
  border-radius:17px;
  border:0px solid;
  height:34px;
  min-width: 34px;
  color:white;
  text-align: center;
  padding-top: 5;
}

span.label{
  padding: 0 16px;
  font-weight: 700;
  color: rgba(0,0,0,0.44);
}

#blue-filler{
  height:180px;
  background-color: #1065c7;
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
  overflow: hidden;
}
#blue-filler-a{
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  right: -10%;
  transform: skewX(20deg);
}
#blue-filler-b{
  height:60%;
  width:30%;
  position: absolute;
  top: 0;
  right: 5%;
}
/* custom items */
button.btn-flat.picker__clear{
  display: none;
}

.btn.btn-slimfit{
  padding: 0 10px 0 10px;
}

.btn.btn-slimfit>i.material-icons{
  margin-right: 5px;
}

.planning input.datepicker{
  width:140px;
  text-align:center;
  margin-bottom:10px;
  color:#1274e3;
  font-weight:700;
  border-bottom:none;
  cursor:pointer;
}

.osservazioniAlunno div.card div.row, .retteAlunno div.card div.row{
  line-height: 52px;
  font-size: 1.2em;
  margin-bottom: 0px;
}

.osservazioniAlunno div.card .card-header, .retteAlunno div.card .card-header{
    padding: 0 16px;
    font-weight: 500;
    height:56px;
    color:rgba(0,0,0,0.54);
    background: rgba(200,200,200,0.14);;
}

.osservazioniAlunno div.card .row>.card-header:first-of-type{
  border-top-left-radius: 2px;
}

.osservazioniAlunno div.card .row>.card-header:last-of-type{
  border-top-right-radius: 2px;
}
table#planning tr>th{
  width: 8%;
}

table#planning tr>td{
  width: 8%;
}

table#planning tr>th:first-of-type{
  width:14%;
  border-top-left-radius: 2px;
}

table#planning tr>th:last-of-type{
  border-top-right-radius: 2px;
}

table#planning tr:nth-of-type(2)>td{
  padding-top: 24px;
}

table#planning tr>td:first-of-type{
  width:14%;
  border-right: 1px solid #d0d0d0;
}

table#planning th, table#oreSettLi th{
  background: #1274e3;
  color: #fff;
  border-radius: 0;
}

table#planning tr>th:nth-of-type(9), table#planning tr>th:nth-of-type(10), table#planning tr>th:nth-of-type(11){
  width:10%;
}
table#planning tr>td:nth-of-type(9), table#planning tr>td:nth-of-type(10), table#planning tr>td:nth-of-type(11){
  width:10%;
  border-left: 1px solid #d0d0d0;
}

table#oreSettLi tr>td{
  width:12%;
  padding:8px;
}

table#oreSettLi tr>td:first-of-type{
  width:16%;
  border-right: 1px solid #d0d0d0;
}

table#oreSettLi>tbody>tr>th:first-of-type,
    table#orePostScuola>tbody>tr>th:first-of-type{
        border-top-left-radius: 2px;
}

table#oreSettLi>tbody>tr>th:last-of-type,
    table#orePostScuola>tbody>tr>th:last-of-type{
        border-top-right-radius: 2px;
}

table#oreSettLi>tbody>tr>th, table#orePostScuola>tbody>tr>th{
  background: #1274e3;
  color: #fff;
  border-radius: 0;
  height:68px;
  font-size: 1.2rem;
  padding: 0px;
}

table#oreSettLi>tbody>tr>th:last-of-type,
    table#orePostScuola th:first-of-type,
    table#orePostScuola th:last-of-type,
    table#orePostScuola td:first-of-type,
    table#orePostScuola td:last-of-type{
        width:30px;
}

table#orePostScuola th, table#orePostScuola td{
    width: 14.28%;
}

table#oreSettLi>tbody>tr>th>.day, table#orePostScuola>tbody>tr>th>.day{
  font-size: 44px;
  position: relative;
  left: 12px;
}
table#oreSettLi>tbody>tr>th>.month, table#orePostScuola>tbody>tr>th>.month{
  position: relative;
  top: -18px;
  font-size: 14px;
  left: 17px;
  color: #c8dbf0;
}
table#oreSettLi>tbody>tr>th>.dayW, table#orePostScuola>tbody>tr>th>.dayW{
  position: relative;
  left: -2px;
  font-size: 18px;
}

table#orePostScuola tr:hover{
    background-color: inherit;
}

table#oreSettLi tr:hover{
  background-color: #d8e8f9;
}

table#oreSettLi td.new-impegno{
  color: rgba(0,0,0,0.2);;
  height:90px
}


table#oreSettLi td .impegno:first-of-type{
  margin-top: 0px;
}

table#oreSettLi .impegno{
  color: #AAA;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  width:100%;
  color: rgba(0,0,0,0.6);
  line-height: 26px;
  padding: 0 2px;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.1);
  margin-top: 5px;
  position: relative;
}


table#oreSettLi .impegno .redDot {
  display: none;
  height: 12px;
  width: 12px;
  background-color: #f00;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 3px;
}


table#oreSettLi .impegno .multipleAlumn {
  display: none;
}

table#oreSettLi .table-cell:hover,table#orePostScuola .table-cell:hover{
  color: #333333;
}

table#oreSettLi .impegno.impegno-personale {
  background-color:#525252; 
  color:rgb(201, 201, 201);
}

table#oreSettLi .impegno.impegno-pacchetto {
  /* background-color:#d1d1ff;  */
  background-color:#ffec50; 
}

table#voti-table>tbody>tr>th{
  background: #1274e3;
  color: #fff;
  border-radius: 0;
  height:68px;
  /*border-top-left-radius: 2px;
  border-top-right-radius: 2px; */
}
table#voti-table>tbody>tr>th>.day{
  font-size: 44px;
  position: relative;
  left: 12px;
}
table#voti-table>tbody>tr>th>.month{
  position: relative;
  top: -18px;
  font-size: 18px;
  left: 21px;
  color: #c8dbf0;
}
table#voti-table>tbody>tr>th>.year{
  position: relative;
  left: -10px;
  font-size: 14px;
}
table#voti-table>tbody>tr>th:first-of-type{
  border-top-left-radius: 2px;
  width:20%;
}

table#voti-table>tbody>tr>td:last-of-type, table#voti-table>tbody>tr>td:last-of-type:hover{
  background-color: #fafafa;
}

table#voti-table>tbody>tr>td{
  padding:2px;
}
table#voti-table>tbody>tr>td.empty{
  /*background-color: #fafafa;*/
}
table#voti-table>tbody>tr>td:first-of-type{
  border-right: 2px solid #d0d0d0;
  width:20%;
  font-size: inherit;
}
table#voti-table>tbody>tr>td{
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  font-size: 1.3em;;
  padding-left: 15px;
  padding-right: 15px;
}
table#voti-table>tbody>tr>th:last-of-type{
  border-left:1px solid #1065c7;
  background-color: #2684ee;
}
table#voti-table>tbody>tr>td:last-of-type{
  border-left: 2px solid #d0d0d0;
  font-size: inherit;
}
table#voti-table>tbody>tr>th:last-of-type, table#voti-table>tbody>tr>td:last-of-type{
  width:20%;
  border-right: 0px;
  border-bottom: 0px;
}
table#voti-table>tbody>tr:last-of-type>td{
  border-bottom: 0px;
}
table#voti-table>tbody>tr>td>input{
  width: 100%;
  margin:0;
}
.oreSettDetails-selezionabile{
    border: none;
}

.oreSettDetails-selezionabile .collection-item.enabled,
.oreSettDetails-selezionabile .collection-item.enabled:last-of-type{
    background: #e4e4e4;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    font-weight: 500;
}

.oreSettDetails-selezionabile .collection-item.enabled.packet,
.oreSettDetails-selezionabile .collection-item.enabled.packet:last-of-type{
  /* background: #d1d1ff; */
  background-color:#ffec50; 
}

.oreSettDetails-selezionabile .collection-item.active,
.oreSettDetails-selezionabile .collection-item.active:last-of-type,
.oreSettDetails-selezionabile .collection-item.enabled.active, 
.oreSettDetails-selezionabile .collection-item.enabled.active:last-of-type
{
    background: #8bc34a;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
}

.oreSettDetails-selezionabile .collection-item.active.packet,
.oreSettDetails-selezionabile .collection-item.active.packet:last-of-type,
.oreSettDetails-selezionabile .collection-item.enabled.active.packet, 
.oreSettDetails-selezionabile .collection-item.enabled.active.packet:last-of-type
{
  background: #4aa7c3;
}

.oreSettDetails-selezionabile .collection-item, 
.oreSettDetails-selezionabile .collection-item:last-of-type{
    color: rgba(0,0,0,0.3);
    background: #f0f0f0;
    border: none;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: not-allowed;
}

.oreSettDetails-selezionabile .collection-item.packet, 
.oreSettDetails-selezionabile .collection-item.packet:last-of-type{
  background-color:#ffec50; 
  /* background: #d1d1ff; */
}


div#postScuola .table>.table-header>.s2{
    font-size: 0.9em;
    line-height: 30px;
}

div#postScuola .table>.table-row>.s2{
    padding:5px;
}

div#postScuola .table>.table-row>.s2>input{
    margin:0;
}

#orePostScuola td{
    border-right: 1px solid #d0d0d0;
}

#orePostScuola .un-insegnante-postscuola-materia{
    height:10px;
    display: flex;
    flex: 1;
}

#orePostScuola .un-giorno-postscuola{
    padding: 5px 0;
}

#orePostScuola .un-insegnante-postscuola{
    padding : 10px 8px 0px 8px;
    border-bottom: 1px solid #CCC;
}

#orePostScuola label.checkOrePostScuolaLabel{
    width:100%;
    color: #333;
    line-height: 18px;
    height: inherit;
    margin-bottom: 3px;
}


#orePostScuola .un-giorno-postscuola{
  vertical-align: top;
}

/* New time selectors */

.selectTime .dropdown-content li>span {
  font-size: 35px;
  text-align: center;
  line-height: 29px;
}

.selectTime input.select-dropdown {
  font-size: 35px;
  text-align: center;
  color: #8bc34a;
  height: 68px;
  width: 100%;
}

.selectTime{
  border-radius: 5px;
}

.selectTime span.caret {
  margin-right: 0.1;
  margin-top:18px;
  padding-right:3px;
}

.selectTime span.caret {
  display:none;
  margin-right: 0.1;
  margin-top: 18px;
  padding-right: 3px;
}

#daysRepeaterContainer{
  margin-left:25px;
}

#weeksRepeaterContainer{
  margin-left:25px;
}

span.badgePin {
  min-width: 2rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: 26px;
  color: #fff;
  position: absolute;
  right: 15px;
  box-sizing: border-box;
  background: red;
  border-radius: 6px;
  margin-top: 2px;
}

p.spDetail {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1;
}

.card-packetDetail {
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-top: 40px;
  padding: 0 10 0 10;
}


/* Spinner preload classess */

.preloader-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.7);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.dropdown-content li span {
  color: #004402;
}