body{
	font-family: 'Calibri';
    background: none !important;
}
body.overflow-hidden{
  overflow: hidden;
}
.email-main-wrapper{
	float: left;
	width: 100%;
	background-image: url(../../css/img/bg-pattern.png);
	height: calc(100vh - 100px);
	background-color: #f7f7f7;
}
.email-top-head{
	width: 100%;
	float: left;
	border-bottom: 1px solid #ebedf1;
	background: #f8f9fb;
	height: 60px;
}
.email-top-head-in-gray{
	float: right;
	background: #f8f9fb;
	padding: 11px 0;
}
.email-top-head ul{
	float: left;
	font-family: 'Calibri';
	font-size: 14px;
	color: #474f60;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.email-top-head li{
	font-family: 'Calibri';
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px;
}
.email-top-head-in-white{
	float: right;
	background: #fff;
	padding: 5px 0;
}
.email-top-head .guarantor-heads li {
    float: left;
}
.email-top-head .guarantor-heads li.page-setting1 {
    padding: 14px 10px;
    padding-left: 0;
}
.email-top-head li .round-img{
	width: 32px;
	height: 32px;
	border-radius: 32px;
}
.email-top-head li .round-img .person-icon img{
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.page-setting{
    position: relative;
    padding-right: 25px!important;
}
.page-setting:after{
    content: '\f0dd';
    font-family: fontAwesome;
    position: absolute;
    right: 8px;
    top: 6px;
}
li.page-setting a:hover,
li.page-setting a:focus,
li.page-setting a:active{
    color: #000;
}
.page-setting-dropdown{
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 9;
    width: 100%;
    border: 1px solid #ebedf1;
    background-color: #F8F9FB;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.page-setting-dropdown ul{
    float: left;
    width: 100%;
}
.page-setting-dropdown li{
    width: 100%;
    padding: 0;
}
.page-setting-dropdown li a{
    width: 100%;
    display: block;
    color: #474f60;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
}
.page-setting-dropdown li a:hover{
    color: #fff;
    background-color: #1bb24e;
    transition: all 0.3s;
}
.login-wrap{
    width: 50%;
    min-height: 100vh;
    background: #333;
}
.login-inner{
    width: 100%;
    float: left;
    display: table;
    /*transform: translate(0px, 30%);*/
    height: calc( 100vh - 110px );
}
.right-wrap{
    min-width:  390px;
    /*width: 35%;
    background-color: #fff;*/
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.login-wrapp-in{
    width: 390px;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 15px;
    border: solid 1px #f0f0f0;
    position: relative;
}
.login-wrapp-in.email-password{   
    padding: 15px 0;
}
.logo-outer{
	margin-bottom: 15px;
}
.form-login{
    width: 100%;
/*    margin: 35px 0 55px 0;*/
    margin: 0;
}
.form-login .btn.focus, .form-login .btn:focus, .form-login .btn:hover {
    color: #333;
    text-decoration: none;
}

.form-login .form-control {
	font-family: 'Calibri';
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    -webkit-box-shadow: 0;
}
.form-login .form-group .custom-dropdown::after, .form-login .form-group .custom-datepicker::after, .form-login .form-group .custom-search::after {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    z-index: 4;
    width: 30px;
    height: 33px;
    font-family: 'fontAwesome';
    font-size: 13px;
    color: #000000;
    text-align: center;
    pointer-events: none;
    border-left: transparent;
    background-color: transparent;
    text-transform: uppercase;
}
.login-inner .right-wrap .form-login .form-group{
  margin-bottom: 10px;
}
.right-wrap .powered-by p{
	font-family: 'Calibri';
  color: #717171;
  text-align: center;
  font-size: 13px;
  letter-spacing: -.3px;
}
.right-wrap .text{
    width: 100%;
    position: absolute;
    bottom: 0;
    bottom: 20px;
}
.right-wrap .text p{
    color: #717171;
    text-align: center;
    font-size: 12px;
}
.form-login .btn-default  {
    font-family: 'Calibri';
    background: #1bb24e;
    width: 100%;
    color: #fff;
    border: solid 1px #1bb24e;
    text-align: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0;
    margin: 10px 0;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.form-login .btn-default:hover {
    color: #1bb24e;
    background: #fff;
    border: solid 1px #1bb24e;
}
.form-login .btn-default.blue  {
    font-family: 'Calibri';
    background: #033779;
    width: 100%;
    color: #fff;
    border: solid 1px #033779;
    text-align: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0;
    margin: 10px 0;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.form-login .btn-default.blue:hover {
    color: #033779;
    background: #fff;
    border: solid 1px #033779;
}
.form-login .btn-default.orange  {
    font-family: 'Calibri';
    background: #fab531;
    width: 100%;
    color: #fff;
    border: solid 1px #fab531;
    text-align: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0;
    margin: 10px 0;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.form-login .btn-default.orange:hover {
    background: #eaae3a;
    border-color: #eaae3a;
    color: #fff;
}
.form-login .btn-default.orange:focus{
  outline: none;
}
.right-wrap .text{
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0
}
.right-wrap .text p{
	font-family: 'Calibri';
    color: #717171;
    text-align: center;
    font-size: 14px;
}
.email-top-txt{
  font-family: 'Calibri';
  color: #808080;
  font-size: 15px;
  line-height: 22px;
  padding: 5px 0;
}
.email-top-txt span{
  color: #000;
  font-weight: 600;
}
.footer-email-box{
	width: 100%;
	float: left;
	background: #f8f9fb;
	border-top: 1px solid #ebedf1;
	padding: 1px 0;
	position: fixed;
	bottom: 0;
	height: 40px;
}
.footer-email-box-left a .fa{
	color: #474f60;
	font-size: 20px;
	vertical-align: top;
}
.footer-email-box-left a{
	font-family: 'Calibri';
	color: #474f60;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	vertical-align: top;
}
.footer-email-box-left {
	float: left;
	padding: 8px 10px 8px 0px;
    
}
.footer-email-box-right {
	float: right;
	padding: 8px 15px;
}
.footer-email-box-right p{
	font-family: 'Calibri';
    color: #474f60;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}
.inbox-icon {
	margin: 0 0 0 5px;
  font-size: 14px;
}

.portal-credentials{ 
    background: #f0f0f0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.btn-icons{     
  position: absolute;
  top: 0;
  right: 0px;
  padding: 6px;
  padding-left: 0;
  background: #f0f0f0;
}
.btn-icons button{
    border: none;
    background: none;
    color: #033779;
    padding-left: 4px;
}
.button-grp{
    padding: 15px;
}
.button-grp button{ 
    width: 100%;
    float: left;
    background: #033779;
    padding: 4px;
    text-align: center;
    color: #fff;
    height: 40px;
    border: none;
    margin-bottom: 10px;
}
/**********START LOGIN**********/
.login-design-main-wrapper{
    float: left;
    width: 100%;
    background: #fff;
    height: calc(100vh - 110px);
}
.login-design-head-in-gray{
    float: left;
    background: #f8f9fb;
    padding: 0 10px;
}
.login-design-head-in-white{
    float: right;
    padding: 0 10px;
    text-align: left; 
    line-height: 48px;
}
.login-design-head-in-white a {
    border-left: 1px solid #474f60;
    padding-left: 7px;
    line-height: 36px;
    margin-left: -7px;
    color:#808080;
}
.login-design-head-in-white p{
    font-family: 'Calibri';
    color: #000;
    font-size: 15px;
    font-weight: 400;
    /*margin: 14px 0 0 0;*/
    margin: 2px 0 0 0;
}
.login-design-head-in-white p .fa{
    padding-left: 2px;
}
.form-login .form-control-add {
    border-left: 2px #23b210 solid;
    border-top: transparent;
    border-right: transparent;
    border-bottom: transparent;
    background: #f7f7f7;
    width: 100%;
    height: 42px;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin: 0 0 36px 0;
    line-height: 28px;
}
.login-design-right-wrap{
    min-width:  320px;

    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.login-design-login-wrapp-in{
    width: 320px;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 30px;
    position: relative;
}
.login-design-top-head{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebedf1;
    background: #f8f9fb;
    text-align: center; 
}
.login-design-top-head ul{
    float: right;
    font-family: 'Calibri';
    font-size: 14px;
    color: #474f60;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.login-design-top-head li{
    font-family: 'Calibri';
    text-decoration: none;
    display: inline-block;
    padding: 10px 10px 5px 10px;
}
.login-design-top-head li .round-img{
    width: auto;
    height: 32px;
    border-radius: 32px;
}
.login-design-top-head li .round-img img{
    max-height: 100%;
}
.login-logo{
  width: 100%
}
.footer-login-box{
    width: 100%;
    float: left;
    background: #f8f9fb;
    border-top: 1px solid #ebedf1;
    padding: 3px 0;
    position: fixed;
    bottom: 0;
}
.footer-login-box-left p{
    font-family: 'Calibri';
    color: #474f60;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}
.footer-login-box-left {
    float: left;
    padding: 8px 10px;
}
.footer-login-box-right {
    float: right;
    padding: 8px 15px;
}
.footer-login-box-right p{
    font-family: 'Calibri';
    color: #474f60;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}
/**********END LOGIN**********/

/**********START POPUP unlock**********/
.unlock-popupbox {
    width: 370px;
    border-radius: 0;
    background: #fff;
    top: 12% !important;
    margin-top: 60px
}
.unlock-popupbox-modal {
    border-radius: 0;
    border :transparent;
}
.unlock-popupbox-modal-header {
    border-bottom: 0;
    padding: 25px;
    position: relative;
    top: 20px;
}
.unlock-popupbox-modal-title{
    font-family: 'Calibri';
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #454444;
    line-height: 36px;
}
.unlock-popupbox-round {
    width: 77px;
    height: 77px;
    background: #ed1c24;
    border-radius: 77px;
    position: absolute;
    left: 40%;
    right: 0;
    top: -40px;
    border: 2px solid #fff;
    margin: 0 0 25px 0;
}
.unlock-popupbox-round p{
    font-family: 'Calibri';
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    padding: 8px 0 0 0;
}
.unlock-popupbox-modal-header p {
    font-family: 'Calibri';
    color: #454444;
    font-weight: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}
.unlock-popupbox-modal-body {
    padding: 5px 35px;
}
.unlock-popupbox-form-control {
    text-align: center;
}
.unlock-popupbox-button {
    text-transform: capitalize;
}
.form-login .form-control {
    font-family: 'Calibri';
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    -webkit-box-shadow: 0;
}
.unlock-popupbox-modal-footer {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}
.btn-unlock-popupbox {
    width: 100%;
    display: inline-block;
    font-family: 'Calibri';
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 14px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f5f5f5;
}
.btn-default-unlock-popupbox {
    color: #454444;
    background-color: #f5f5f5;
    border-color: #fff;
}
.btn-default-unlock-popupbox:hover {
    color: #000;
    background-color: #e2e1e1;
    border-color: #e2e1e1;
}
.unlock-popupbox-modalstyle {
    background-color: rgba(255,255,255,1);
}
/**********end POPUP unlock**********/

.alert-danger{
/*   position: fixed;
    left:30%;
    right:30%;
    top:0;
    z-index: 200000;*/    
    position: fixed;
    left: 35%;
    right: 35%;
    bottom: 620px;
    z-index: 200000;
}

.alert-warning,
.alert-success{
    position: fixed;
    left:30%;
    right:30%;
    top:0;
    z-index: 200000;
}

.form-login .inncorrect-pass {
    position: relative;
    bottom: 32px;
    
    right: 10px;
    float: right;
    color: #cb0000;
}


/*confirmation-popup-wrapper style start*/

.confirmation-popup-wrapper{
    height: 100%;
}
.confirmation-popup-wrapper .modal-sm{
    width: 400px;
    position: relative;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    z-index: 1050;
}
.confirmation-popup-wrapper.modal.in .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.confirmation-popup-wrapper .modal-content{
    border-radius: 0;
}
.confirmation-popup-wrapper .modal-header{
    padding: 5px 15px;
    background-color: #1bb24e;
    border-bottom: 0;
}
.confirmation-popup-wrapper .modal-title{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.confirmation-popup-wrapper .modal-header .close{
    margin-top: 0;
    color: #fff;
    opacity: 1;
    outline: none;
}
.confirmation-popup-wrapper .modal-body{
    padding: 25px 15px;
    text-align: center;
}
.confirmation-popup-wrapper .modal-body p{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.confirmation-popup-wrapper .modal-footer{
    padding: 0 15px 25px;
    border-top: none;
    text-align: center;
}
.confirmation-popup-wrapper .btn{
    width: 118px;
    text-align: center;
    font-size: 14px;
}
.confirmation-popup-wrapper .btn-default{
    background-color: #eaf5ea;
    border: 1px solid #eaf5ea;
    border-radius: 0;
    color: #000;
}
.confirmation-popup-wrapper .btn-primary{
    background-color: #1bb24e;
    border: 1px solid #1bb24e;
    border-radius: 0;
    color: #fff;
}
.view-more-button-bottom {
    display: table;
    float: left;
    width: 100%;
    background: #fff;
    height: 62px;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Calibri';
    position: relative;
}
.view-more-button-bottom button {
    color: #808080;
    font-size: 14px;
    font-family: 'Calibri';
    text-align: center;
    background: #fff;
    line-height: 60px;
    z-index: 99;
    border: none;
    position: relative;
    padding: 0px 10px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-more-button-bottom button.viewall:after {
    font-family: "FontAwesome";
    color: #808080;
    padding-left: 6px;
    content: "\f107";
}
.view-more-button-bottom button.viewhide:after {
    font-family: "FontAwesome";
    color: #808080;
    padding-left: 6px;
    content: "\f106";
}
.view-more-button-bottom button:hover {
    color: #000;
    border: none;
    outline: none;
}
.view-more-button-bottom button:focus {
    outline: none;
}
.view-more-button-bottom button:hover:after {
    color: #000;
    border: none;
    outline: none;
}
.expired-circle a {
    text-decoration: line-through !important;
}
.expired-circle a:after {
    content: '\f05e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 17px;
    font-size: 12px;
}
.bottom-button-line {
    position: absolute;
    left: 0;
    top: 30px;
    height: 1px;
    width: 100%;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(204,204,204,1) 47%, rgba(204,204,204,1) 51%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(20%, rgba(255,255,255,1)), color-stop(47%, rgba(204,204,204,1)), color-stop(51%, rgba(204,204,204,1)), color-stop(83%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(204,204,204,1) 47%, rgba(204,204,204,1) 51%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(204,204,204,1) 47%, rgba(204,204,204,1) 51%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(204,204,204,1) 47%, rgba(204,204,204,1) 51%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(204,204,204,1) 47%, rgba(204,204,204,1) 51%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    @-webkit-keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }

.intake-provider-quit {
    position: relative;
    right: 3px;
    margin-top: -44px;
	z-index:20;
}   

/* Loading Popup */
.loading-modal .modal-dialog {
    width: 363px;
    margin: 30px auto;
    float: right;
    margin-right: 10px;
    margin-top: 54px;
}
.loading-modal .modal-content {
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17);
}
.loading-modal .modal-body {
    text-align: center;
    font-size: 14px;
    color: #515151;
    padding: 20px 15px;
}
.loading-modal .modal-body:after {
    font-family: 'FontAwesome';
    content: '\f0d8';
    position: absolute;
    font-size: 17px;
    color: #fff;
    top: -15px;
    right: 14px;
}
.loading-modal .modal-body img {
    margin: 0px 5px;
    margin-top: -7px;
}
.loading-modal .modal-body .btn-default {
    background: #1bb24e;
    color: #fff;
    font-size: 12px;
    border: 1px solid #1bb24e;
    border-radius: 2px;
    padding: 7px 15px;
    min-width: 105px;
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.loading-modal .modal-body .btn-default:hover {
    border: solid 1px #1bb24e;
    background: #fff;
    color: #1bb24e;
}    
.appointment-confirm {
    padding: 6px 15px;
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    position: absolute;
    right: 147px;
    top: 4px;
    font-size: 14px;
    height: 34px;
}
.appointment-confirm i {
    font-size: 12px;
}
 
.form-login.passwd-set{
    padding: 0px 20px;
    padding-top: 5px;
} 
h6 span {
        color: #e60000;
    }
/* Aligned - Patient Portal Modal */  
.intake-form-inst .modal-content {
    border-radius: 0;
}
.intake-form-inst .modal-header {
    padding: 7px 10px;
    height: 35px;
    text-align: right;
    background: #eceef2;
    border-bottom: transparent;
}
.intake-form-inst .modal-header h5 {
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.intake-form-inst .modal-header .close {
    margin-top: 0;
    float: none;
    font-size: 15px;
    color: #999;
    opacity: 1;
    text-shadow: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.intake-form-inst .modal-footer {
    padding: 5px 10px;
    text-align: right;
    border-top: transparent;
    background: #eceef2;
}
.intake-form-inst .modal-footer .btn {
    width: 125px;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
    color: #999;
    border: 1px solid #ebebeb;
    border-radius: 0;
}
.intake-form-inst .modal-footer .btn:hover,
.intake-form-inst .modal-footer .btn:focus {
    background: #ebebeb;
    color: #000;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* Aligned - Patient Portal Modal */ 

/* Modal Vertically Center */
.modal.modal-center {
    text-align: center;
    padding: 0!important;
}
.modal.modal-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/* Modal Vertically Center */
    
.login-design-head-in-white .page-setting-new{
  float: left;
}
.login-design-head-in-white .page-setting-new a{
  border-left: 0!important;
  margin-left: 0!important;
}
.login-design-head-in-white .page-setting-new.page-setting:after{
  line-height: 34px;
}
/*    .login-design-head-in-white .quit-div{
  float: left;
}*/
.login-design-head-in-white .page-setting-new .page-setting-dropdown ul li{
  padding: 0;
float: left;
}
.login-design-head-in-white .page-setting-new .page-setting-dropdown ul li a{
  line-height: 18px;
  margin-left: 0;
  border-left: 0;
}
.btn-intake {
    font-family: 'Calibri';
    background: #65736e;
    width: 100%;
    color: #fff;
    border: solid 1px #65736e;
    text-align: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0;
    margin: 10px 0;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

/* Right Pop-up */
.common-right-slider *{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.common-slider-backdrop{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background-color: #000;
  opacity: .2;
}
.common-right-slider{
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #1bb24b;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: opacity 0.5s linear, right 0.5s ease-out;
  -moz-transition: opacity 0.5s linear, right 0.5s ease-out;
  -o-transition: opacity 0.5s linear, right 0.5s ease-out;
  transition: opacity 0.5s linear, right 0.5s ease-out;
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
  box-shadow: 0 0 15px rgba(0,0,0,.5);
}
.common-right-slider.program-popup{
  width: 800px;
  right: -1000px;
  max-width: 100%;
}
.common-right-slider .right-slider-header{
  background-color: #f5f8fa;
  border-bottom: 1px solid #e4edf2;
  padding: 8px 15px;
  height: 36px;
}
.common-right-slider .right-slider-header h4{
  display: inline-block;
  position: relative;
  float: left;
  color: #333a44;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.common-right-slider .right-slider-header .btn-close{
  float: right;
  color: #333a44;
  font-size: 14px;
  cursor: pointer;
}
.common-right-slider .right-slider-body{
  padding: 15px;
  height: calc(100% - 81px);
  overflow: auto;
}
.common-right-slider .right-slider-footer{
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 8px 15px;
  height: 45px;
}
.common-right-slider .right-slider-footer .btn{
  width: 140px;
  padding: 4px 12px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 14px;
  text-align: center;
  margin-left: 5px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.common-right-slider .right-slider-footer .btn-primary{
  border-color: #1bb24e !important;
  background: #1bb24e !important;
  color: #fff;
}
.common-right-slider .right-slider-footer .btn-primary:hover,
.common-right-slider .right-slider-footer .btn-primary:focus{
  border-color: #1bb24e !important;
  background: transparent !important;
  color: #1bb24e;
}
.common-right-slider .right-slider-footer .btn-default{
  border-color: #e2e2e2 !important;
  background: #ebebeb !important;
  color: #7f838e;
}
.common-right-slider .right-slider-footer .btn-default:hover,
.common-right-slider .right-slider-footer .btn-default:focus{
  border-color: #e2e2e2 !important;
  background: transparent !important;
  color: #7f838e;
}
.common-right-slider .right-slider-header .popup-search{
  float: right;
  width: 200px;
  margin-top: -8px;
  margin-right: 18px;
}
.common-right-slider .right-slider-header .popup-search .form-group{
  margin-bottom: 0;
  position: relative;
}
.common-right-slider .right-slider-header .popup-search .form-control{
 background: #fff !important;
  height: 35px;
  font-size: 14px;
  padding: 3px 30px 3px 10px;
  border-top: 0;
  border-bottom: 0;
}
.common-right-slider .right-slider-header .popup-search .custom-search:after{
  top: 5px;
  bottom: auto;
  font-size: 14px;
}
.common-right-slider .card{
  border-radius: 0px;
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
}
.common-right-slider .card-header{
  height: 38px;
  padding: 10px 10px;
  float: left;
  width: 100%;
}
.common-right-slider .card-header .checkbox{
  float: left;
  margin: 0;
}
.common-right-slider .card-header .card-right p span{
  color: #000;
  line-height: 1;
  font-weight: 600;
  margin-left: 1px;
  vertical-align: bottom;
}
.common-right-slider .card-header .card-right p{
  margin: 0;
  float: left;
  color: #808080;
  line-height: 1;
  font-size: 11px;
  margin-left: 10px;
}
.common-right-slider .card-header .card-right{
  float: right;
  margin: 2px 0;
}
.common-right-slider .card-body .checkbox-wrap .checkbox{
  margin: 0;
}
.common-right-slider .card-body .checkbox-wrap{
  width: 33.3%;
  padding: 5px 10px;
  float: left;
}
.common-right-slider .card-body{
  padding: 4px 0;
  background: #f9f6ee;
  float: left;
  width: 100%;
  border-top: 1px solid #eaeaea;
}
.common-right-slider .card .checkbox .text:before {
  color: #1bb24b;
  font-size: 16px;
  width: auto;
  height: auto;
  vertical-align: top;
  top: 1px;
}
.common-right-slider .card .checkbox label {
  line-height: 16px;
}
.common-right-slider .card .checkbox .text {
  padding: 0;
  vertical-align: top;
}

.footer-email-box-left p.mandatory-warning span.asteric {
    color: #E50000;
}

@media only screen and (max-width : 1199px) {
    .footer-email-box-left,
    .footer-email-box-right {
        width: 100%;
        text-align: center;
    }
    .footer-email-box-left {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .footer-email-box-right {
        padding: 6px 15px;
    }
    .footer-email-box-left p,
    .footer-email-box-right p {
        text-align: center;
    }
}

@media only screen and (max-width : 991px) {
    .unlock-popupbox {
        margin: 0 auto;
        margin-top: 60px;
    }
    .login-design-head-in-white p {
        margin: 2px 0 0 0;
    }
}

@media only screen and (max-width : 360px) {
    .right-wrap{
        min-width: auto;
    }
    .footer-email-box-left p{
        text-align: center;
    }
    .footer-email-box-right p{
        text-align: center;
    }
    .login-wrapp-in{
        width: 320px;
    }
}
.login-wrapp-in .lang-selectpicker{
  width: 250px;
  margin: 0 auto;
}
