﻿@font-face {
    font-family: 'MazdaTypeTT-Regular';
    src: url('Fonts/MazdaTypeTT-Regular.ttf') format('truetype');
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Overpass', Verdana;
    font-size: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    background-color: lightgray;
}

.body-login {
    font-family: 'Overpass', Verdana;
    font-size: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: lightgray;
}

.login-background {
    background: url('Images/Common/login-background.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    color: #FFF;
}

.body-content-1 {
    background-color: transparent;
    padding: 20px;
    margin: 0;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    position: relative;
    background: inherit;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.loading-data {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .3 ) url('Images/Common/loading-01.gif') 50% 50% no-repeat;
}

body.loading .loading-data {
    overflow: hidden;
}

body.loading .loading-data {
    display: block;
}


/*SPINNER*/

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*margin-top: 20% !important;*/
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-animation {
    width: 100% !important;
    height: 111% !important;
    position: fixed;
    z-index: 1000;
    background: rgba(78, 95, 112, 0.82);
    margin-top: -5% !important;

    flex-flow: column wrap;
    align-items: center;
}

/*END SPINNER*/



/* fix padding under menu after resize */
/*@media screen and (max-width: 767px) {
    body {
        padding-top: 70px;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    body {
        padding-top: 110px;
    }
}

@media screen and (min-width: 992px) {
    body {
        padding-top: 70px;
    }
}*/
.rounded-lg {
    border-radius: 1.5em !important;
}

.bg-orange {
    background-color: rgb(248,156,14);
}

.bg-green {
    background-color: rgb(64,185,60);
}

.bg-blue {
    background-color: rgb(21,117,197);
}

.text-blue {
    color: rgb(21,117,197);
}

.text-orange {
    color: rgb(248,156,14);
}

.text-green {
    color: rgb(64,185,60);
}

.form-certification {
    width: 100%;
}

.cert-form {
    margin-top: 0 !important;
}

.nav-bar {
    margin-bottom: 0 !important;
}

.border-20 {
    border-width: 20px !important;
}

.border-orange {
    border-color: rgb(248,156,14) !important;
}

.border-green {
    border-color: rgb(64,185,60) !important;
}

.border-blue {
    border-color: rgb(21,117,197) !important;
}

.btn-outline-orange {
    border-color: rgb(248,156,14);
    color: rgb(248,156,14);
}

.btn-outline-orange:hover {
    background-color: rgb(248,156,14) !important;
    color: white;
}

.btn-outline-blue {
    border-color: rgb(21,117,197);
    color: rgb(21,117,197);
}

    .btn-outline-blue:hover {
        background-color: rgb(21,117,197) !important;
        color: white;
    }

.card {
    margin-top: 10px;
    border: 0px !important;
    border-radius: 0px !important;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.ui-dialog-titlebar-close {
    display: none!important;
}

.customalert .ui-dialog-titlebar {
    background-color: rgb(248,156,14);
    color: white;
}

.customalert .ui-dialog-buttonset button {
    background-color: rgb(64,185,60);
    color: white;
}

.table-hover tbody tr:hover {
    background-color:rgba(248,156,14, 0.25)!important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none!important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none !important;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none !important;
}
tr td {
    cursor: default;
}

.pointer {
        cursor: pointer;
}

@media (max-width: 767px) {
    .border-20 {
        border-width: 0px !important;
    }
}

.Icon-img {
    width: 24px;
}

.imageRquired::after {
    content: "*";
    /*font-weight: bold;*/
    color: #dc3545 !important;
}

#formCheckList {
    font-family: 'MazdaTypeTT-Regular';
    font-size: 0.8em;
}

#formCheckList b {
    font-size: 0.8em;
}
#formCheckList legend {
    font-size: 1.2em;
}
#formCheckList div {
    margin: 2px 0 2px 0;
}

.modal {
    z-index: 90 !important;
}

.modal-backdrop {
    z-index: 80 !important;
}

.fixed-top {
    z-index: 70 !important;
}

/*Custom Checkbox*/

.custom-control-label::before,
.custom-control-label::after {
    //top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}

.customPadding{
    padding:1.7rem !important;
}


/*Custom Button Color BS*/

.btn-primary.custom-btn {
    background-color: rgb(21,117,197) !important;
    color: #FFF;
    border-color: #0266a8;
}

    .btn-primary.custom-btn:hover, .btn-primary.custom-btn:focus, .btn-primary.custom-btn:active, .btn-primary.custom-btn.active {
        background-color: #115187 !important;
        color: #FFF;
        border-color: #31347B;
    }
    /*Custom alertt danger*/

.alert-danger-login {
    color: #e2dfe0;
    background-color: #b00111;
    border-color: #958385;
}

/*CUSTOM MODAL*/

.modal-content-login {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #080808d9;
    background-clip: padding-box;
    border: 1px solid rgba(255, 252, 252, 0.18);
    border-radius: 0.6rem;
    outline: 0;
    box-shadow: 1;
    -webkit-box-shadow: -1px 0px 54px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 54px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 54px 1px rgb(54, 54, 71);
}

.modal-header-login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #82828240;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-footer-login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #6e6e6e6b;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.close-login {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #f4f0f0;
    text-shadow: 0 1px 0 #f5f1f1;
    opacity: .5;
}

.alert-success-login {
    color: #e1e8e2;
    background-color: #387b48fa;
    border-color: #77a581;
}

/*MODAL GENERICO*/

.modal-header-Generic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: rgb(21,117,197);
}

#ChecklistModal,
.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 98%;
    width: 100%;
}

#ChecklistModal,
.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 0px);
    overflow-y: scroll;
    padding: 0rem;
}



.toltip {
    /*position: relative;
    display: inline-block;*/
    display: inline-block;
    position: relative;
    /*border-bottom: 1px dotted #666;*/
    /*text-align: left;*/
}

.toltip .toltiptext {
    visibility: hidden;
    width: 360px;
    background-color: #555;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 5px 10px 5px;
    position: absolute;
    z-index: 1;
    /*bottom: -300%;*/
    left: -715%;
    font-size: small;
    margin-left: -60px;
    font-family: SamsungOne;
    src: url("Fonts/Samsung_One/SamsungOne/SamsungOne-200C_v1.1.ttf");
    opacity: 1 !important;
    transition: opacity 0.3s;
}

    .toltip .toltiptext::after {
        /*content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;*/
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -12px;
        width: 12px;
        height: 24px;
        overflow: hidden;
    }

.toltip:hover .toltiptext {
    visibility: visible;
    opacity: 1 !important;
}

/*.tooltip .left i {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;  
}*/

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    height: 80%;
}
.rotation-style{
  /*  display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;*/
  text-align: center;
}
.rotation-style .btn{
    /*padding: 10px 20px;*/
    margin: 0 10px;
}