@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;1,400;1,500&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans); 

html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Rubik', sans-serif;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
    background-color: #00ae4d
}

/*start login*/
.login-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.signin-left, .signup-right {
	display: table-cell;
	width: 50%;
    vertical-align: middle;
}
/*.signup-right {
    vertical-align: middle;
}*/

.signup-right {
    /*background: #465aa1 url(../images/login-bg.png) no-repeat;
	background-size: cover;*/
    background: url(https://promosuite.com/wp-content/uploads/2020/04/PS_texture-scaled.jpg);
    background-size: cover;
}

button{
	border:0px;
}
.login-logo{
   text-align: center;
   margin-bottom: 50px;
}
.login-logo img {
	max-width:280px;
}
.login-form{
	width: 85%;
	max-width: 90%;
	margin: 30px auto
}
.form-group {
	margin-bottom: 20px;
}
label.control-label {
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #555555;
    font-weight: 600;
    font-size: 14px;
}

.form-control.radius {
    border-radius: 15px;
}
.login-logo h4 {
    font-size: 3rem;
    text-transform: uppercase;
    margin-top: 25px;
    color: #4168b1;
}
.form-control {
    height: 40px;
    padding-right: 33px;
	border-color: #cccccc;
	color: #9a9a9a;
}
.custom-btn{
    background:#4cbbeb;
    border-radius: 35px;
    padding: 13px 0;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
}
.custom-btn:hover, .custom-btn:focus, .custom-btn.focus, .signup-sec .btn:hover, .signup-sec .btn:focus, .signup-sec .btn.focus{
	color: #EEE;
}

.btn:hover
{
	color: #FFF;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	
}
.input-group.login-control {
	width: 100%;
}
.input-group.login-control .form-control {
	border-radius: 5px;
	font-size: 16px;
	color: #000;
}
.input-group.login-control i.fa {
	position: absolute;
    right: 15px;
    top: 13px;
    color: #dadada;
    z-index: 3;
	display: none;
}

.login-form .custom-btn i.fa {
    margin-left: 5px;
}
.login-form .custom-btn + p {
    color: #b2b9c9;
    display: block;
    text-align: center;
    margin: 20px 0 15px 0;
}
a{
	color: #3d55a9;
}
.input-group.login-control i.fa.fa-check {
    border: 1px solid #dadada;
    border-radius: 100%;
    padding: 3px;
    top: 9px;
}
p.copyright {
    color: #b4bac8;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 12px;
}

/* signup side */

.signup-side{
	padding: 40px 60px 0;
}
.signup-sec{
	display: block;
	color: #FFF;
	text-align: right;
}
.signup-sec button {
	color: #FFF;
	background: #795afa;	
    border-radius: 35px;
	padding: 7px 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-left: 10px;
	-webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);	
}
.signup-content {
    color: #FFF;
    font-size: 17px;
    text-align: center;
    /*margin-top: 162px;*/
    position: relative;
}

    .signup-content::after, .signup-content::before {
        content: "";
        height: 2px;
        background-image: none;
        position: absolute;
        width: 100%;
        left: 0;
    }

    .signup-content::before {
        margin: -40px 0 0px;
    }
    .signup-content h2 {
        font-weight: 500;
        font-size: 35px;
		line-height: 42px;
        text-transform: uppercase;
        margin: 40px 0 50px;
		font-family: 'Rubik', sans-serif;
    }
.signup-content h3{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.signup-content h3 span{
	font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
    .signup-content p {
        margin: 0 40px 40px 40px;
        line-height: 27px;
    }
.login-form .signup-sec{
display: none;
}
.error {
    color: #ff0000;
    font-weight: 500;
    /* float: left; */
    text-transform: none;
    font-size: 12px;
}
.text-danger {
    color: #e30161;
    font-size: 12px;
}
/*end login*/


/*Start Model CSS*/

.fade.in {
    display: block;
}

.model-popup {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, .3);
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
}

.modal-header {
    background: rgb(39, 75, 142);
}

    .modal-header h4 {
        margin: 0;
        color: #FFF;
    }

.modal-body label {
    font-size: 14px;
    margin-bottom: 7px;
}

.modal-body .dataTables_wrapper {
    padding: 0px;
}

.modal-header span .close {
    margin-top: -2px;
    margin: -13px -15px 0px 0;
    background: #FFF;
    border-radius: 100%;
    height: 20px;
    width: 20px;
}

.model-popup label {
    text-transform: none;
}

.note-mybutton .btn {
    padding: 0 5px 0 2px;
}

#lblError {
    color: red;
    font-size: 13px;
    text-transform: none;
}

.modal-header .close {
    color: #FFF;
    opacity: 0.5;
}

.close:hover,
.close:focus {
    opacity: 0.9;
}

.dataTables_wrapper .dataTables_scrollHead {
    background: transparent;
}

.back-color {
    position: absolute;
    width: 100%;
    height: 69%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.alert-icons {
    display: block;
    text-align: center;
    font-size: 50px;
    position: relative;
    margin-bottom: 5px;
}

.warning .alert-icons,
.warning .modal-body {
    color: #404040;
}

.warning .btn {
    /*background: #a07415;*/
}

.warning .modal-header,
.warning .modal-body {
    background: #ebc063;
    text-align: center;
}

    .warning .modal-header h4 {
        display: none;
    }

.warning .modal-header {
    padding: 5px;
}

.warning .modal-header,
.warning .modal-footer {
    border: transparent;
}


.success .alert-icons,
.success .modal-body {
    color: #FFF;
}

.success .btn {
    background: #3fc59d;
}

.success .modal-header,
.success .modal-body {
    background: #3fc59d;
    text-align: center;
}

.success .modal-header,
.success .modal-footer {
    border: transparent;
}

    .success .modal-header h4 {
        display: none;
    }

.success .modal-header {
    padding: 5px;
}

p.success {
    color: #00ae4d;
}

.error .alert-icons,
.error .modal-body {
    color: #FFF;
}

.error .btn {
    background: #e30161;
	font-weight: 600;
    border-radius: 35px;
}

.error .modal-header,
.error .modal-body {
    background: #e30161;
    text-align: center;
	font-size: 15px;
    font-weight: 600;
}

.error .modal-header,
.error .modal-footer {
    border: transparent;
}

    .error .modal-header h4 {
        display: none;
    }

.error .btn.greenbtn {
    background: #00ae4d;
}

.error .modal-header {
    padding: 5px;
}

.modal-header {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.caption_image {
    height: 30px;
    max-height: 22px;
    width: 65px;
}

.edit-line .control-label {
    text-transform: none;
    /*font-weight:500;*/
}

/*End Model CSS*/
/*Start modal middle CSS*/
.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header.bg-success {
    background: #22c77b;
}

.js-title-step .label-success {
    display: none;
}

.ui-sortable-handle .btn:active:focus {
    color: #00ae4d;
}
/*End modal middle CSS*/



.chk-rss-align {
    /*position: relative !important;
    right:0px !important;*/
}

.right-radius {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group-btn .btn {
    height: 36px;
    background: #f4f4f4;
    color: #2c4e92;
    border-color: #ccc;
    margin: 0;
}

.form-group .btn i.fa-times {
    color: #FFF;
}

.input-group-btn .btn:hover,
.input-group-btn .btn:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.greenbtn {
    background: #00ae4d;
    color: #FFF;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
}

input.btn.m_view.border-button.greenbtn {
    background: #00ae4d;
    color: #FFF;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
}

.greenbtn:hover,
greenbtn:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #FFF;
}

.bluebtn {
    background: #274b8e;
    color: #FFF;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
}

    .bluebtn:hover,
    .bluebtn:focus {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        color: #FFF;
    }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover {
    color: #333;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background: transparent;
}

.graybtn {
    background: #9a9a9a;
    color: #FFF;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
}

.redbtn {
    background: #de6262;
    color: #FFF;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
}

.uploadbtn {
    background: #9e8a23;
    color: #FFF;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.09);
    min-width: 111px;
    margin: 4px 5px;
    font-size: 12px;
    padding: 3px 7px;
}

.modal-footer.text-center {
    text-align: center;
}

@media only screen and (max-width: 991px) {
	.signup-right {
		display: none;
	}    
	.signup-side, .signup-background {
		display: none;
	}
	.login-form .signup-sec {
		display: block;
	}
	.signup-sec {
		color: #585858;
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {	  
	.signin-left, .signup-right {
		vertical-align: middle;
	}
	.login-logo img {
		max-width: 90%;
	}
	.login-outer {
		display: block;
		height: auto;
		width: 90%;
		padding: 40px;
	}
	.login-inner {
		display: block;
	}
	.login .form-horizontal {
		padding: 40px;
		max-width: 100%;
	}
	.form-radio, .form-group {
		position: relative;		
	}
	.login-form .custom-btn {		
		margin-top: 10px;		
	}	
	.signup-sec{
		color: #585858;
		text-align: center;
	}
	.signup-sec button {
		padding: 7px 30px;
		margin-top: 10px;
	}
	.login-form .custom-btn + p {		
		margin: 15px 0 0px 0;
	}		
}

@media only screen and (max-width: 680px) {    
	.login-logo img {
		max-width: 96%;
	}	
	.login .form-horizontal {
		padding: 20px;
		max-width: 100%;
	}
}

@media only screen and (max-width:480px){
	.login-form{
		width: auto;
	}
	.custom-btn{
		padding: 10px 0;
    font-size: 20px;
	}	
	.login-logo h4 {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 375px) {
	.login-logo h4{
		font-size: 2rem;
	}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (orientation : landscape) { 
	.signup-side, .signup-background{
		display: none;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.login-form .signup-sec{
		display: none;
		}
		
}
