@charset "ISO-8859-1";

@media (min-width: 992px) {
	  .modal .modal-lg {
	    width: 900px;
	  }
	}
.success-alertfntoast{
	position: fixed;
    bottom: 50px;
    right: 40px;
}
.success-alertfn{
	 background: #2ecc71;
	 border-radius: 5px;
}
.success-alertfn h6{
	color: #fff;
    padding: 10px;
    font-weight: 400;
    font-size: 13px;
}
.success-alertfn i{
    margin-right: 10px;
}


.danger-alertfntoast{
	position: fixed;
    bottom: 50px;
    right: 40px;
}
.danger-alertfn{
	 background: #fb4848;
	 border-radius: 5px;
}
.danger-alertfn h6{
	color: #fff;
    padding: 10px;
    font-weight: 400;
    font-size: 13px;
}
.danger-alertfn i{
    margin-right: 10px;
}
			
            #frmCheckPassword {
                border-top: #F0F0F0 2px solid;
                background: #808080;
                padding: 10px;
            }

            .demoInputBox {
                padding: 7px;
                border: #F0F0F0 1px solid;
                border-radius: 4px;
            }

            #password-strength-status {
                padding: 5px 10px;
                color: #FFFFFF;
                border-radius: 4px;
                margin-top: 5px;
            }

            .medium-password {
                background-color: #b7d60a;
                border: #BBB418 1px solid;
            }

            .weak-password {
                background-color: #ce1d14;
                border: #AA4502 1px solid;
            }

            .strong-password {
                background-color: #12CC1A;
                border: #0FA015 1px solid;
            }
            
          .icon {
		  padding: 10px;
		  background: dodgerblue;
		  color: white;
		  min-width: 50px;
		  text-align: center;
		}         
	#new_password-error, #confirm_password-error,#old_password-error{
	/*background: #fb4848;*/
    width: 100%;
    padding: 5px;
    font-weight: 600;
    margin-top: 10px;
    color: #fb4848;
    position:relative;
    font-size: 14px;
    }
    #new_password.error,#confirm_password.error,#old_password.error{
    	border: 1px solid #fb4848 !important;
    }
    .error {
    color: #fb4848;
}

.blink_me {
  animation: blinker 2s linear infinite;
  color: red;
}

@keyframes blinker {
  50% {
    opacity: 0;
    color: white;
  }
}

ul.login-attempt {

 margin: 0;
 display: table;
 height: 50px;
}

ul.login-attempt li {

 float: initial;
 margin: initial;
 display: table-cell;
 vertical-align: middle;
}

.profile_role {
  color: #dbd24b;
}

.last_login {
  font-size: 11px;
}

.loading {
  font-family:sans-serif;
  font-weight:200;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(17, 34, 51, 0.5);
  height: auto;
  
}
.loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 10px;
  width: 10px;
  border: #FFF 3px solid;
  border-radius: 50%;
  -webkit-animation: loading 1.5s infinite;
  -webkit-animation-delay: 250ms;
  -webkit-transform: scale(0.6);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -10px 0 0 -10px;
}
.loading span:first-child {
  margin: -10px 0 0 -35px;
  -webkit-animation-delay: 0;
}
.loading span:last-child {
  margin: -10px 0 0 15px;
  -webkit-animation-delay: 500ms;
}
.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: 'loading';
  height: 20px;
  width: 100px;
  font-size: 20px;
  margin: 20px 0 0 -50px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

@-webkit-keyframes loading {
  0%   { -webkit-transform: scale(0.6); }
  50%	{ -webkit-transform: scale(0.8); }
  100% { -webkit-transform: scale(0.6); }
}

.modal-header>.close {
    background: red !important;
}
    
    /* RTA modal css */
.rta-modal {
    border-radius: 10px;
}
.rta-card {
    padding: 10px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    border-left: 5px solid #3f51b5;
    background: #ececec;
    position: relative;
}
.rta-card p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
}
.rta-card p span {
    width: 40%;
    display: block;
    float: left;
    padding-left: 10px;
    font-weight: 600;
}
.rta-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #e76f51;
}
.rta-content label.form-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
.bg-gray {
/*     background: #ececec; */
    padding: 10px;
    border-radius: 12px;
}
.rta-content .form-control {
    font-size: 13px;
    color: #333;
}
.rta-modal .modal-header {
    color: #fff;
    border-radius: initial;
}
.rta-modal .modal-header h5 {
    width: 100%;
}
.rta-modal .btn-primary {
    color: #fff;
    background-color: #061b3a;
    border-color: #061b3a;
}
.rta-modal .modal-footer {
    display: initial;
    text-align: center;
}

.modal{
	 backdrop-filter: blur( 3px );
}

.rta-card1 p {

    /* margin-bottom: 5px; */

    font-size: 14px;

    color: #333;

}        

.rta-card1 p span {

   display: block;

   float: left;

   padding-left: 1px;

   font-weight: 600;

}

 

.rta-card1{

    padding: 10px;

    box-shadow: 0 0 10px #ddd;

    border-radius: 10px;

    /* border-left: 5px solid #3f51b5; */
    border-left: 5px solid;
    border-right: 5px solid;

    background: #ececec;

    position: relative;

    margin-bottom: 10px;

    margin-left:  5px;

    margin-top: 5px;

}

    .exitBtn {
      position: absolute;
      top: 5px;
      right: 5px;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.171);
      /* background-color: rgb(255, 255, 255); */
      border-radius: 50%;
      width: 25px;
      height: 25px;
      border: none;
      /* color: black; */
      font-size: 1.1em;
      cursor: pointer;
	  font-weight: 900;

	  background-color: #17324c !important;
	  color : "white !important";
	  outline: none;
	  text-decoration: none;
	  text-shadow: 0 1px 0 #fff;
	  opacity: .5;
    }
    .loading{
    	z-index: 999999 !important;
    }

.lds-dual-ring {
width: 100% !important;
    height: 12%;
    text-align: center !important;
    background: black;
    opacity: 0.3;
    position: absolute;
    display: inline-block;
    z-index: 999999;
    padding: 3% 45%;
    z-index: 999999;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: sans-serif
}

.container {
    width: 70%;
    max-width: 800px;
    margin-top: 50px;
    margin-left: 50px;
    position: relative
}

.parent {
    width: 100%;
    background-color: #c1c1c1;
    height: 30px;
    margin-top: 25px;
    margin-bottom: 20px
}

.child {
    width: 0%;
    background-color: #53b453;
    height: 100%
}

.clk {
    padding: 10px 20px;
    font-size: 20px;
    color: white;
    background-color: #53b453;
    cursor: pointer
}

.clk:hover {
    background-color: #c1c1c1;
}

.prog {
    position: absolute;
    display: block;
    right: 0
}

@media screen and (max-width: 700px) {
    .container{
        text-align: center;
        margin:auto;
        margin-top: 40px
    }
    h1{
        font-size: 20px
    }
    .prog{
        bottom: 20px
    }
}

#loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

#percentage {
    font-size: 20px;
    margin-top: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.full-hight {
  height: auto;
}
#loginDiv {
  padding-bottom: 70px;
}
footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
