/*******************************************
 * SCROLLBAR
 * ex giallo: #ffbe00
*******************************************/

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #243d57; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #00b0e1; /* ex giallo */ 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #5ADBFF; 
}

.tbl-prenotazioni-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/******************************************************/

::selection {
    background: #243d57; /* ex giallo */ 
}

em {
    color: inherit;
}

.big-loader {
	background-color: rgba(36,61,87,0.75);
	background-image: url(../assets/img/paradise_loading.svg);
	background-position: center center;
	background-repeat: no-repeat;
	
	position: fixed;
	z-index: 100000000;
	width: 100%;
	height: calc(100% - 10px);
	top: 0;
	left: 0;
	display: none;
    border: solid 5px #00b0e1; 
}

.uk-logo,
.tm-color-dark {
    color: #243d57;
}

.tm-background-yellow {
    background-color: #00b0e1;
}

.tm-block {
    border-bottom: solid 3px #00b0e1;
}

.uk-text-secondary {
    color: #00b0e1 !important;
}

.tm-padding-xsmall {
    padding: 0px 7px 4px 7px;
}

.tm-nav-pic{
    width: 50px;
}

.modal-increaser-input {
    border-radius: 0px;
}

.modal-increaser-less {
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.modal-increaser-more {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
}

.tm-border-yellow {
     border: solid 1px #00b0e1;
}

.tm-border-blue {
     border: dashed 1px #243d57;
}

.tm-border-blue:not(.uk-placeholder){
    border: solid 1px #243d57;
}

.uk-modal.uk-open {
    z-index: 2000000 !important;
}

.tm-overlay-primary {
    background: rgba(76, 117, 160, 0.8);
}

.tm-overlay-secondary {
    background: rgba(59,59,59,0.50);
}

.uk-notification {
    z-index: 1040999999;
}

.tm-nav-usr {
    line-height: 8px;
}

.tm-usr-lev {
    font-size: 10px;
}

.tm-account-menu .uk-active a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    height: 2px;
    width: 20px;
    background-color: #243d57;
}

.bg-scuola {
    background-image: url("../img/bg-scuola.jpg"); 
    background-size: 60%; 
    background-repeat: no-repeat; 
    background-position: top right;
}

.tm-container-noleggio {
    max-width: 1950px;
}

.tm-dropdown-item-divider {
    border-bottom: solid 1px #DEE4E9;
    cursor: pointer;
}
.tm-dropdown-item-divider:hover {
    background: #f6f9fc;
}

#suggestions {
    border-radius: 15px;
}

#ui-datepicker-div {
    z-index: 1000 !important;
}

.tm-days-recall {
    color: #fff;
    opacity: 1;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin: 2px 0px 1px 0px;
}
.tm-days-recall span {
    background: #243d56;
    color: inherit;
    opacity: 0;
    padding: 3px 25px 3px 25px;
    border-radius: 500px;
}

/* easyPulse */
.adv-pulse { 
  opacity: 0.75; 
  -webkit-animation-name: easyPulse; 
  -webkit-animation-duration: 2s; 
  -webkit-animation-iteration-count: infinite; }

@keyframes easyPulse {
	from 	{ opacity: 1; }
	50% 	{ opacity: 0; }
	to 	{ opacity: 1; }
}
@-o-keyframes easyPulse {
	from 	{ opacity: 1; }
	50% 	{ opacity: 0; }
	to 	{ opacity: 1; }
}
@-moz-keyframes easyPulse {
	from 	{ opacity: 1; }
	50% 	{ opacity: 0; }
	to 	{ opacity: 1; }
}
@-webkit-keyframes easyPulse {
  from 	{ opacity: 1; }
  50% 	{ opacity: 0; }
  to 	{ opacity: 1; }
}

@media (max-width:960px) {
    .bg-scuola {
        background-size: 75%; 
    }
}

@media (max-width:560px) {
    .bg-scuola {
        background-image: none; 
    }
}
