﻿@font-face {
    font-family: 'MazdaTypeTT-Regular';
    src: url('Fonts/MazdaTypeTT-Regular.ttf') format('truetype');
}

html,
body {
    height: 100%;
}

.bg-green {
    background-color: #cd4dc8 !important;
}
.bg-orange 
{
    background-color: #cd4dc8 !important;
}

.text-blue {
    color: #cd4dc8 !important;
}
.border-blue {
    border-color: #cd4dc8 !important;
}

.border-orange 
{
    border-color: #cd4dc8 !important;
}

.btn-success {
    color: #fff;
    background-color: #cd4dc8;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: gray;
        border-color: #1e7e34;
    }
    .btn-success:focus {
        color: #fff;
        background-color: gray;
        border-color: #1e7e34;
    }
    .btn-success:active {
        color: #fff;
        background-color: gray;
        border-color: #1e7e34;
    }
    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: gray;
        border-color: #1c7430;
    }
body {
    font-family: 'Overpass', Verdana;
    font-size: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    background-color: lightgray;
}
.bg-secondary {
    background-color: dimgray  !important;
}
.navbar-dark .navbar-brand {
    color: black !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: black;
}

.navbar-dark .navbar-text {
    color: black;
}
.bg-dark {
    background-color: #cd4dc8 !important;
}
.bg-blue {
    background-color: #cd4dc8 !important;
}
.btn-primary {
    color: #fff;
    background-color: #cd4dc8 !important;
    border-color: #cd4dc8 !important;
}
    btn-primary:focus, .btn-primary.focus {
        box-shadow: gray !important;
    }
    .btn-primary:hover {
        color: #fff;
        background-color: gray !important;
        border-color: gray !important;
    }
    .btn-primary:active {
        color: #fff !important;
        background-color: gray !important;
        border-color: gray !important;
    }
    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff !important;
        background-color: #cd4dc8 !important;
        border-color: #cd4dc8 !important;
    }
.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-backgroundGex.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;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    background-color: white !important;
    color: black;
}

    .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;
}

/*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;
}



.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: #cd4dc8;
    color: #FFF;
    border-color: #cd4dc8;
}

    .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:#cd4dc8 !important;
}