﻿/* CSS Document */
@font-face {
    font-family: 'Rochester';
   /*src: url('../../Newtemplate/template/assets/fonts/Rochester/Rochester-Regular.ttf');*/
    src: url('../../fonts/Rochester/Rochester-Regular.ttf');
}

html {
    height: 100%;
}


/*Start Intro*/
/*.intro {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    top: 0px;
    left: 0px;
    cursor: pointer;
    height: 100%;
    background-image: url('../images/BgComp6.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .intro .container-intro {
        position: absolute;
        left: 50%;
        top: 5%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }


.container-intro .intro-title {
    position: relative;
}

    .container-intro .intro-title h1 {
        width: 100%;
        white-space: nowrap;
        font-size: 6rem;
        margin: 0px;
        font-weight: 900;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url('../images/7.jpg') no-repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: cover;
        background-position: center;
        font-family: 'Rochester', cursive;
    }
        .container-intro .intro-title h1.Welcome-text {
            top: 3rem;
        }
        .container-intro .intro-title h1.comp-text {
            top: 12rem;
            font-size: 9rem;
        }

.intro .intro-img img {
    position: absolute;
    height: 85vh;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}*/
/*End Intro Page*/
/*Start Login Page*/
.container-fluid {
    z-index: 9999;
}

.center {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%,-30%);
    -ms-transform: translate(-50%,-30%);
    transform: translate(-50%,-30%);
}

.container_login {
    display: flex;
    justify-content: space-between;
    width: 28rem;
    height: fit-content;
    margin: 0 auto;
}

.flip {
    -webkit-transform: rotateY(-160deg);
    transform: rotateY(-160deg);
}

.logo-img {
    background-image: url(../images/Logo.png);
    width: 10rem;
    height: 10rem;
    background-size: 100% 100%;
    position: absolute;
    left: 1rem;
    top: 4rem;
}

.content_login {
    width: 28rem;
    border-radius: 10px;
    box-shadow: 1px 1px 7px #FFF;
    background-color: #FFF;
    text-align: right;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 39%, rgba(243, 243, 243, 1) 97%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(39%,rgba(255,255,255,1)), color-stop(97%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 39%, rgba(243, 243, 243, 1) 97%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 39%, rgba(243, 243, 243, 1) 97%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 39%, rgba(243, 243, 243, 1) 97%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 39%, rgba(243, 243, 243, 1) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=1 );
    padding-bottom: 17px;
}

.large-header {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    top: 0px;
    left: 0px;
    cursor: pointer;
    height: 100%;
    background-image: url('../images/Bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-title {
    background: #337ab7;
    /*background: linear-gradient(56deg, rgba(148,24,114,1) 0%, rgba(51,122,183,1) 50%, rgba(148,24,114,0.700717787114846) 100%);*/
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}

    .login-title h1,
    .login-title span {
        font-size: 1.5rem;
        padding: .5rem;
        margin: 0px;
        text-align: left;
        color: #fff;
        text-transform: capitalize;
    }

.login_input,
select {
    height: 29px;
    border-radius: 7px;
    border: 1px solid #CCC;
    margin-top: 10px;
    outline: none;
    font-size: 1rem;
}

.login_input,
.select-info {
    width: 53%;
}

input[type="number"],
select {
    width: 41%;
}

.select-info {
    margin-top: 2.25rem;
}

.form-body {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

label {
    font-size: 13px;
    margin-top: 0px;
    margin-right: 95px;
}

.check-container {
    align-self: center;
    padding-left: 10rem;
}

.div-content {
    display: flex;
    justify-content: flex-end;
}

.btn-container {
    margin-top: 1rem;
}

.btn-main,
.btn-red ,
.btn-back {
    margin-top: 8px;
    border: none;
    background-color: #337ab7;
    color: #FFF;
    padding: 0.5rem 1rem;
    font-size: 13px;
    box-shadow: 1px 1px 5px #999;
    transition: 0.5s;
    outline: none;
    border-radius: 5px;
}

.btn-main {
    background-color: #337ab7;
}

.btn-red,
.btn-back {
    background-color: #8b0006;
}

.btn-main:hover {
    background-color: #143F6B;
}

.btn-red :hover,
.btn-back:hover {
    background-color: #660000;
}
/*End Login Page*/
/*Start Media*/
@media only screen and (max-width: 767px) {
    .container-intro .intro-title {
        height: 142px;
    }

        .container-intro .intro-title h1 {
            font-size: 80px;
            top: 35%;
        }
}

@media (min-width:500px) and (max-width:700px) {
    .center {
        left: 60%;
    }
}

@media (min-width:299px) and (max-width:570px) {
    .center {
        left: 50%;
    }

    .login-title h1, .login-title span {
        font-size: 1.5rem;
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    }

    .logo-img {
        display: none;
    }

    .content_login {
        width: 100%;
    }

    .login_input, select {
        width: 95%;
    }

    .check-container {
        align-self: flex-start;
        padding-left: 1rem;
    }

    .div-content {
        width: 95%;
    }
}
/*End Media*/
/*Start modal*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0 ,0 ,0 , .69);
}

.modal-open {
    padding-right: 0 !important;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.4s ease;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 20px);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 20px);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #337ab7;
    background-clip: padding-box;
    border: 1px solid #2c2e33;
    border-radius: 0.3rem;
    outline: 0;
    margin-top:50%;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    background: #337ab7;
    /*background: linear-gradient(56deg, rgba(148,24,114,1) 0%, rgba(51,122,183,1) 50%, rgba(148,24,114,0.700717787114846) 100%);*/
}

.help-pop .modal-header {
    background-color: #337ab7;
}


.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: .8rem;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0.9375rem;
    padding-bottom: 0;
    background-color: #fff;
    color: #337ab7;
    max-height: 200px;
    overflow: auto;
    font-size: 1rem;
    font-weight: bold;
}

    .modal-body .text-right {
        text-align: right;
    }

    .modal-body .text-center {
        text-align: center;
    }

.help-pop .modal-body {
    height: 350px;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.6875rem;
    background-color: #fff;
}

    .modal-footer .btn-danger {
        background-color: darkred;
        border-color: darkred;
    }

    .modal-footer > * {
        margin: 0.25rem;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 60px);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 60px);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 90%;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0;
        }
}
.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
/*End modal*/
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        user-select: none;
        opacity: 0.25;
    }

