﻿.mb8{
margin-bottom:8px !important;
}
.mb22{
margin-bottom:22px !important;
}
.mb23{
margin-bottom:23px !important;
}
.mb25{
margin-bottom:25px !important;
}
.mb30{
margin-bottom:30px !important;
}
.mb50{
margin-bottom:50px !important;
}
.pr100{
padding-right:100px !important;
}
.mb42{
margin-bottom:42px !important;
}
.mb47{
margin-bottom:47px !important;
}
.pr20{
padding-right:20px !important;
}
.cursorPointer{
cursor:pointer !important;
}
.accessDeneid {
    cursor: grab !important;
}
.mt80{
margin-top:80px !important;
}
.mb54{
margin-bottom:54px !important;
}
.mb83{
margin-bottom:83px !important;
}
.mb40{
margin-bottom:40px !important;
}
.mb46{
margin-bottom:46px !important;
}
.mb58{
margin-bottom:58px !important;
}
.mb49{
margin-bottom:49px !important;
}

.mb18{
margin-bottom:18px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.mt25{
margin-top:25px !important;
}

.mb15{margin-bottom:15px !important;}
.mt53{margin-top:53px !important;}

.alignVertical {
    vertical-align: middle !important;
}

.mt50{
margin-top:50px !important;
}

.mb80{
margin-bottom:80px !important;
}

.mb32{
margin-bottom:32px !important;
}

.mt60{margin-top:60px !important;}

/* disabled status */
.form-select.disabled {
    border: 1px solid #D9E1E2;
    border-radius: 11px;
    background-color: #fff !important;
    text-align: left !important;
    font: normal normal 300 15px/20px Segoe UI !important;
    letter-spacing: 0.15px !important;
    color: #D9E1E2 !important;
}

.form-control.disabled,
.inpudate.disabled {
    border: 1px solid #D9E1E2;
    border-radius: 11px;
    background-color: #fff !important;
    text-align: left !important;
    font: normal normal 300 15px/20px Segoe UI !important;
    letter-spacing: 0.15px !important;
    color: #D9E1E2 !important;
}

.btnIconCalendar.disabled {
    background: #D9E1E2  !important;
}

.mrNegative10{
margin-right:-10px !important;
}


/* Webkity per il tag <video> */
@layer base {
    video:: -webkit-media-controls {
        display: none;
    }

    video::-webkit-media-controls-play-button {
        display: none;
    }

    video::-webkit-media-controls-volume-slider {
        display: none;
    }

    video::-webkit-media-controls-mute-button {
        display: none;
    }

    video::-webkit-media-controls-timeline {
        display: none;
    }

    video::-webkit-media-controls-current-time-display {
        display: none;
    }
}
