﻿.load-icon-new {
    text-align: center;
    padding: 70px 0;
}

.ezr-root-layout_2022-2023 {
    background: url(../Content/Images/bg-2022-2023.jpg) no-repeat center bottom fixed;
    background-size: cover;
    opacity: .95;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100%;
}

.ezr-root-layout_2023-2024 {
    background: url(../Content/Images/bg-2023-2024.jpg) no-repeat center bottom fixed;
    background-size: cover;
    opacity: .95;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100%;
}

.ezr-root-layout_2024-2025 {
    background: url(../Content/Images/bg-2024-2025.jpg) no-repeat center bottom fixed;
    background-size: cover;
    opacity: .95;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100%;
}

.ezr-root-layout_2025-2026 {
    background: url(../Content/Images/bg-2025-2026.jpg) no-repeat center bottom fixed;
    background-size: cover;
    opacity: .95;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100%;
}

a:hover {
    text-decoration: none;
}

/*For angle theme, box-shadow and ouline is set to hidden*/
button:active, button:focus, a:active, a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.ezr-customer {
    color: #fff;
    font-size: 1.1rem !important;
    padding-top: .9rem !important;
    padding-bottom: .9rem !important;
}

.ezr-root-footer {
    background-color: #cfd2d7;
    font-size: .9rem;
}

.ezr-ssl-seal {
    width: 130px;
    height: 61px;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
}

.ezr-ssl-seal img {
    height: 58px;
	padding-top: 3px !important;
}

.border-body{
    border-color:#787878!important;
}

input[type=checkbox] {
    transform: scale(1.25);
}

input[type=radio] {
    transform: scale(1.25);
}

.form-check-input {
    position: static;
}

.form-control {
    color: #000;
    line-height: 1.8;
    height: 2.8rem;
    padding-top: .75em;
    padding-left: .75em;
    padding-bottom: 0;
    font-size: 1rem;
}

.input-group-text {
    padding-top: .5rem;
}

.date .input-group-text {
    padding-top: .4rem!important;
}

.has-float-label label, .has-float-label > span {
    font-size: 85% !important;
    top: .2em !important;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 110% !important;
    opacity: 1 !important;
    top: .85rem !important;
}

.has-float-label label::after, .has-float-label > span::after {
    height: 0 !important;
}

.has-float-label {
    margin-bottom: 0 !important;
}

/*has-float-label-multiline*/
.has-float-label-multiline label, .has-float-label-multiline > span{
    top: 0.08em !important;
    background-color: #fff !important;
    padding-top: .2em !important;
    padding-bottom: .2em !important;
    width: calc(100% - 45px);
}

.has-float-label-multiline .form-control:placeholder-shown:not(:focus) + * {
    top: .45rem !important;
}

.has-float-label-multiline .form-control:disabled ~ span, .has-float-label-multiline .form-control[readonly] ~ span{
	 background-color: #edf1f2!important;
 }
/*has-float-label-multiline*/

.input-validation-error {
    border-color: red !important;
}

body {
    font-size: 1rem;
    color: #222222;
}

.content-wrapper .content-heading {
    color: #656565;
    background-color: #fff;
}

.h5, h5 {
    font-size: 1rem;
}

.btn {
    font-size: 1rem;
}

.input-group-text {
    font-size: 1rem;
}

.wrapper .section-container, body {
    background-color: #eceff4;
}

.footer-container {
    background-color: #f5f7fa !important;
}

.card-default {
    border-top-width: 1px;
    border-color: #cfdbe2;
}

.text-md {
    font-size: 1.5rem !important;
    font-weight: 300;
}

.text-lg {
    font-size: 2rem !important;
    font-weight: 300;
}

.card-hover:hover {
    box-shadow: 0 4px 4px rgba(0,0,0,.2) !important;
}


.lock::after, .lock::before {
    opacity: 0 !important;
}

.searchNameField {
    height: 2.3rem;
}

body .whirl:after {
    z-index: 1000000 !important;
    position:fixed !important;
}

body .whirl:before {
    z-index: 999999 !important;
}

.checked input[type=radio]:disabled + span {
    border-color: #5d9cec !important;
}

    .checked input[type=radio]:disabled + span.fa-circle:before {
        color: #5d9cec !important;
    }

.checked input[type=checkbox]:checked:disabled + span {
    border-color: #5d9cec !important;
    background-color: #5d9cec !important;
    color: #fff !important;
}

.right {
    right: 5%;
    z-index: 1000;
}

/*Used for "View Only" icon with "Quick Help" icon*/
.right-with-quickhelp {
    right: 2.5rem !important;
    z-index: 1000;
}

.h-10{
   min-height: 10rem!important;
}

.h-70 {
    min-height: 70px;
}

.text-danger {
    color: red;
}

.modal-dialog {
    overflow-y: initial !important;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

    .modal-body.no-scrollbar {
        max-height: calc(100vh) !important;
        overflow-y: initial !important;
    }

    .modal-body.adjusted-footer {
        max-height: calc(100vh - 300px);
        overflow-y: auto;
    }

	.modal-body.no-scrollbar-rem {
        max-height: calc(100rem) !important;
        overflow-y: initial !important;
    }

/* Modification of swal css*/
.swal-icon {
        width: 50px!important;
	    height:50px!important;
        /*border-width: 0px;*/
        border-style: none;
        margin-bottom: 0 !important;
        margin-top: 15px !important;

    }

.swal-button {
    color: #fff;
    background-color: var(--primary);
}

    .swal-button:not([disabled]):hover {
        background-color: var(--primary-dark) !important;
    }

    .swal-button:focus {
        outline: 0;
        box-shadow: none;
    }

.swal-button--cancel {
    color: #5d9cec !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #5d9cec !important;
}

    .swal-button--cancel:not([disabled]):hover, .swal-button--cancel:hover {
        background-color: #5d9cec !important;
        color: #fff !important;
    }

    .swal-button--cancel:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }

.swal-footer {
    text-align: center !important;
}

/* Info...............*/
.swal-icon--info {
    width: 50px!important;
	height:50px!important;
    border-style: solid;
    border-color: #23b7e5 !important;
}

.swal-icon--info__body {
    height: 28px !important;
    top: 4px !important;
}

.swal-icon--info:before {
    background-color: #23b7e5 !important;
}

.swal-icon--info:after {
    top: 35px!important;
    background-color: #23b7e5 !important;
}

/* Warning...............*/

.swal-icon--warning {
    width: 50px!important;
	height:50px!important;
    border-style: solid;
}

.swal-icon--warning__body {
    height: 28px !important;
    top: 4px !important;
}

.swal-icon--warning__dot {   
    bottom: -10px;
}

/* Error...............*/

.swal-icon--error {   
    width: 50px!important;
	height:50px!important;
    border-style: solid;
}

.swal-icon--error__body {
    height: 18px !important;
    top: 4px !important;
}

.swal-icon--error__line--left {
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    left: 0px;
}

.swal-icon--error__line {
    position: absolute;
	top: 23px!important;
	width: 38px!important;
	height: 4px!important;
    left: 6px!important;
    width: 27px;    
    display: block;
    border-radius: 2px;
}

/* Success..................*/    

.success-icon-color
{
    color: #a5dc86 !important;
}

.swal-icon--success__hide-corners {
    height: 0px;
}

.swal-icon--success__ring {
    width: 50px!important;
	height:50px!important;
    border: 4px solid #a5dc86 !important;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.swal-icon--success__line--long {
    width: 28px!important;
	right: 8px!important;
    left: 17px!important;
	top: 22px!important;
    
    /*-webkit-transform: rotate( -45deg );
    transform: rotate( -45deg );
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s;*/
}

.swal-icon--success__line--tip {
    width: 16px!important;
	left: 10px!important;
	top: 25px!important;

    /*-webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s;*/
}

.swal-icon--success__line {
    height: 5px;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

/*Custom css for fixed width.............................*/

/*1. col-12 for XS & SM, fixed width from MD*/
@media (min-width:768px) {
    .swal-fixed-md {
	    width: 36.5rem!important;
		flex-basis: revert;
    	flex-grow: revert;
    }
}

/* End of swal css modification*/

a.btn-pin {
    transition: transform .2s;
}

    a.btn-pin:hover {
        background-color: white !important;
        -webkit-box-shadow: inset 2px 2px 12px 4px rgba(93, 156, 236, 0.40);
        -moz-box-shadow: inset 2px 2px 12px 4px rgba(93, 156, 236, 0.40);
        box-shadow: inset 2px 2px 12px 4px rgba(93, 156, 236, 0.40);
        -ms-transform: scale(1.06); /* IE 9 */
        -webkit-transform: scale(1.06); /* Safari 3-8 */
        transform: scale(1.06);
    }

    a.btn-pin:focus {
        background-color: #ebf5ff !important;
        -webkit-box-shadow: inset 2px 2px 12px 4px rgba(93, 156, 236, 0.40) !important;
        -moz-box-shadow: inset 2px 2px 12px 4px rgba(93, 156, 236, 0.40) !important;
        box-shadow: inset 2px 2px 12px 4px rgba(93, 156, 236, 0.40) !important;
        -ms-transform: scale(1.00); /* IE 9 */
        -webkit-transform: scale(1.00); /* Safari 3-8 */
        transform: scale(1.00);
    }

    a.btn-pin:active {
        background-color: white !important;
        -webkit-box-shadow: inset 2px 2px 12px 4px rgba(93, 156, 236, 0.40);
        -moz-box-shadow: inset 2px 2px 12px 4px rgba(93, 156, 236, 0.40);
        box-shadow: inset 2px 2px 12px 4px rgba(93, 156, 236, 0.40);
        -ms-transform: scale(1.06); /* IE 9 */
        -webkit-transform: scale(1.06); /* Safari 3-8 */
        transform: scale(1.06);
    }


.a-disabled a {
    pointer-events: none !important;
    cursor: default;
    text-decoration: none;
}

a {
	color: #2c78d9;
}
a:hover{
	color: #2564b4;
}

.popover {
    -webkit-box-shadow: 2px 2px 6px -1px rgba(0,0,0,.55);
    -moz-box-shadow: 2px 2px 6px -1px rgba(0,0,0,.55);
    box-shadow: 2px 2px 6px -1px rgba(0,0,0,.55);
    border: 0;
}

.popover-header {
    background-color: var(--gray);
    color: #fff !important;
}


@media (max-width: 767px) {
    .ViewOnly {
		right: 0.8rem;
        top: 0.4rem;
        z-index: 1000;
    }
}

.top-0 {
    top: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}
.bottom-0 {
    bottom: 0 !important;
}

.bold
{
    font-weight: bold;
}

.mt-Adjust{
	margin-top:7.35px!important;
}

.w-101px{
    width:101px;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 100000;
}

.wrap{
	white-space: normal!important;
}
.no-wrap{
	white-space: nowrap;
}

/*Selectbox Floating level custom css part*/ 
.floating-label { 
  position:relative;  
 }
 .floating-label select {
   display:block;
 }
 
@-moz-document url-prefix() {
    .floating-label select {
        padding-left: 0.5rem !important;
    }
}

.floating-label .custom-select-label:after{
	top:46%!important;
	z-index: 0!important;
	position: absolute;
}
.floating-label select ~ span {
  font-size:1.1rem!important;
  position:absolute;
  pointer-events:none;
  left:0.7rem;
  padding-bottom: 7px;
  top:13px!important;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  background-color: #fff;
  width: 65%;
 display: block;
}
.floating-label select.disabled {
   cursor: default;
   pointer-events: none;
   border-color:#dde6e9 !important;
   z-index: 0!important;
   background-color: #edf1f2 !important;
   color:black;
 }
.floating-label select.disabled ~ span {
	background-color: #edf1f2 !important;
}

.floating-label .disabled-select-label{
	cursor: default;
    pointer-events: none;
}
.floating-label .disabled-select-label:after{
	cursor: default;
    pointer-events: none;
}

/* [value="0"] added to handle dropdowns having <option value="0">Select</option> instead of <option value="">Select</option> */
/* EXAMPLE :- Staff > Prof Dev */
.floating-label select:focus ~ span , .floating-label select:not([value=""],[value="0"]):valid ~ span {
  top:4px!important;
  font-size:85% !important;	
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;	
  padding-bottom: 0;
}
/* active state */
.floating-label select:focus ~ .floating-label select:focus ~  {
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* active state */
 .floating-label select:focus ~  {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

 .ezr-mandatory {
    color: #a4a4a4;
    margin: 0;
    padding: 0;
}

/** css for disabled value show for floating label of dropdown**/
.floating-label.disabled-value .ezr-mandatory {
  font-size: 85% !important;
  top: 2px !important;
  background: none !important;
}

.text-overflow {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .text-overflow:hover {
            overflow: visible;
            width: auto !important;
            display: inline;
            white-space: normal;
        }

.dropdown-menu .dropdown-item:hover{
	background-color: #5d9cec!important;
	color: #fff!important;
}

/* new css for signin screen */
.wd-3xl {
    width: 440px!important;
}
@media (min-width: 361px) and (max-width: 575.99px){
    .wd-3xl {
        width: 340px !important;
    }
}
@media (max-width: 360.99px){
    .wd-3xl {
        width: 300px !important;
    }
    .input-group {
        flex-wrap: inherit !important;
    }
}
