﻿
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #ffeeee;
}

.validation-summary-errors {
}

    .validation-summary-errors ul, .validation-summary-errors li {
        list-style: none;
        list-style-type: none;
    }


.validation-summary-valid {
    display: none;
}

.alert-success ul, .alert-success li, .alert-danger ul, .alert-danger li, .alert-info ul, .alert-info li, .alert-warning ul, .alert-warning li {
    list-style: none;
    list-style-type: none;
}

.alert {
    position: relative !important;
    padding: .30rem 1.25rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid transparent !important;
    border-radius: 0.1rem !important;
}

body.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay {
        display: block;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #dbe1e6;
    opacity: 0.5;
}

.screenmiddlealign {
    top: 50%;
    left: 50%;
    position: relative;
}

.imgwidth {
    width: 100%;
    height: 100%;
}

.page-header {
    margin-bottom: 15px !important;
}

.dashboard-content {
    padding: 15px 10px 30px 15px !important;
}

.pageheader-title {
    font-size: 30px;
    margin-bottom: 8px !important;
    color: #225892fa !important;
}


.dashboard-wrapper {
    position: relative;
    left: 0;
    margin-left: 00px !important;
    min-height: 870px !important;
}

.custom-btn {
    color: #fff;
    border-radius: 5px;
    /*   padding: 10px 25px;*/
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(34,88,146,.98), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}


.btn-13 {
    background-color: #225892fa;
    /*background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);*/
    /*background-image: linear-gradient( 315deg, #98c73e 0%, #deff9c 74%);*/
    background-image: linear-gradient( 360deg,#225892fa 0%, #225892fa 74%);
    border: none;
    z-index: 1;
}

.d-flex {
    display: -ms-flexbox !important;
    display: grid !important;
}

.btn-13:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    /*background-color: #4dccc6;*/
    background-color: #98c73e;
    background-image: linear-gradient(315deg, #236dbdfa 0%, #236dbdfa 74%);
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    transition: all 0.8s ease;
}

.btn-13:hover {
    color: #fff;
}

    .btn-13:hover:after {
        top: 0;
        height: 100%;
    }
/* 13-END */

.btn-13:active {
    top: 2px;
}
/*use for SSO dasboard Start*/
.dashboard-wrapper {
    min-height: 00px !important;
}

.footer {
    position: fixed !important;
}

.noassignmentText {
    font-size: 22px;
    color: #800000;
}

/*.loginImage {
    background-repeat: no-repeat;
    height: 400px;
    background-size: contain;
    width:100% !important;
}*/

.loginImage {
    background-repeat: no-repeat;
    background-size: cover;
    width: auto !important;
    position: unset;
    align-content: center;
    margin: auto;
    display: block;
    width: 100% !important;
    height: 400px;
}

.grid-container {
    display: grid;
    grid-template-columns: 100%;
    box-shadow: 5px 5px 5px 5px #bbb;
}

    .grid-container > div {
    }

.carousel-caption {
    padding-bottom: 0px !important;
    top: 0cm !important;
}

.carousel-indicators {
    top: 8.5cm !important;
    padding-top: 0px;
}

.dispayimage-1000 {
    display: none !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.dispayimage-1001 {
    display: block !important;
}

@media only screen and (max-width: 1300px) {
    .carousel-caption {
        right: 10% !important;
        left: 10% !important;
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .carousel-caption {
        right: 5% !important;
        left: 5% !important;
    }

    .carousel-indicators {
        top: 9.5cm !important;
        padding-top: 0px;
    }

    .dispayimage-1000 {
        display: block !important;
    }

    .dispayimage-1001 {
        display: none !important;
    }

    .loginImage {
        height: auto !important;
    }
}

@media only screen and (max-width: 889px) {

    .carousel-indicators {
        top: 9.09cm !important;
    }
}

@media only screen and (max-width: 850px) {
    .carousel-caption {
        right: 10% !important;
        left: 10% !important;
        position: fixed !important;
        top: 1cm !important;
    }

    .carousel-indicators {
        position: sticky !important;
        top: 10.07cm !important;
    }
}

@media only screen and (max-width: 767px) {
    .carousel-caption {
        top: 4cm !important;
    }

    .carousel-indicators {
        top: 4cm !important;
    }
}

@media only screen and (max-width: 470px) {
    .carousel-caption {
        right: 5% !important;
        left: 5% !important;
        top: 4cm !important;
    }

    .carousel-indicators {
        top: 3cm !important;
    }
}

@media only screen and (max-width: 1200px) {
    .footer {
        position: absolute !important;
    }
}

@media only screen and (max-width: 380px) {
    .carousel-caption {
        top: 3cm !important;
    }
}

.custom-hight {
    overflow: hidden;
    overflow-y: auto;
    min-height: 300px;
    height: 520px;
}
.dynamicheight {
    height: 180px;
}
@media only screen and (min-width:1000px) {
    .dynamicheight {
        height: 300px;
    }
}

/*use for SSO dasboard End*/
