body{
	background-color: #EDEDED;
}
.col-md-12, .col-md-6 {
    padding: 0;
}
.alredy-main-div {
	width: 71%;
	margin: auto;
}

.orgType {
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px !important;
}
.normal-school-details-div {
    margin: 20px 0;
}
.orgType label {
	font-weight: bold;
}
.input-row {
	display: flex;
}

/*------------------------------
        School Details
------------------------------*/
.clever-school-details-div {
    display: none;
    flex-direction: column;
    margin-bottom: 10px;
}
.clever-school-details-div input{
    width: 100%;
}
.normal-school-details-div {
	padding: 0 !important;
}
.imp-star {
	color: red;
}
#prsnl-dtls-lbl {
	padding-top: 10px;
	font-weight: bold;
}
.frm-label {
	color: black;
	font-size: 14px;
	font-weight: 500;
}
.form_col3 {
	margin: 10px 0;
}
.input_div-left {
	margin-right: 5px;
}
.input_div-right {
	margin-left: 5px;
}


.alr-reg-user {
	font-size: 14px;
	font-weight: bold;
	padding-top: 14px;
	text-align: center;
}

.login-link-css {
	color: #ffb400;
}

.login-link-css:hover, .login-link-css:active {
	color: #ffb400;
}

.sucess-msg-css {
	width: 99%;
	margin: auto;
	position: absolute;
	z-index: 10000;
}

.use-con-head {
	font-size:  24px;
	font-weight: bold;
	border-bottom: 1px solid #d6d2d2;
	padding-bottom:10px;
}

.bul-css {
	font-size: 24px;
}

.sample-excel-css {
	color: #000 !important;
	font-size: 14px;
	padding-left: 3px;
	line-height: 2.5;
	text-decoration: underline;
}

.errorDiv {
	color: red;
	font-size: 12px;
	margin-top: 5px;
}
.common_text_field{
	border: 1px solid #d6d6d6;
	background: #fff;
}
.common_text_field, .multipleFiles {
	width: 100%;
	height: 35px !important;
	font-size: 12px !important;
	letter-spacing: 0.6px;
	text-indent: 10px;
	border-radius: 2px;
}

#xlfileErrDiv {
	position: relative;
}

::placeholder {
	color: #959494;
}

#saveUserDetailsButtons {
	padding: 0px 20px;
	border-radius: 50px;
	background-color: #ffb400;
	color: white;
	border: none;
	font-size: 14px;
	height: 40px;
	text-transform: uppercase;
	color: #313131;
	font-weight: bold;
	line-height: 40px;
}

.sub-div-user1-text {
	font-weight: bold;
	padding: 50px 0px 0px 75px;
}

.sub-content-div-user-text {
	padding: 10px 0px 0px 75px;
}

.main-div-user {
	margin: 0 auto;
	width: 100%;
	background: #EDEDED;
}

.user_con_bu_main {
	text-align: center;
	padding: 0px;
}

.sub-div-user1 {
	background: white;
	padding: 0 76px;
}

.popup_main_row {
	/*  background-color: #e5e5e5; */
	padding: 20px 0px 30px 0px;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.form_col1 {
	padding: 0;
	padding-bottom: 20px!important;
}

.form_col1 input:focus, .form_col2 input:focus {
	outline: none;
	border-color: #d6d6d6;
	box-shadow: 0 0 0 1px #a5a5a5;
}

.custom-file-input1 {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
	 margin-top: 5px; 
}

.custom-file-input1 input[type="file"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity = 0);
	zoom: 1; 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.cus_file_text {
	width: 87%;
	height: 35px !important;
	font-size: 12px !important;
	letter-spacing: 0.6px;
	text-indent: 16px;
	/*     background: #EDEDED; */
}

.file_input_btn {
	width: 13%;
	height: 35px !important;
	font-size: 12px !important;
	border: none;
	letter-spacing: 0.6px;
	background-color: #ffb400;
	margin-left: -5px;
}

.file_input_btn img {
	width: 35px;
}

.choose_file_div a b {
	text-decoration: underline;
}

.choose_file_div a {
	color: #000 !important;
	font-size: 14px;
	padding-left: 3px;
	line-height: 2.5;
}

.choose_file_div i {
	padding-left: 2%;
	font-size: 16px;
}

.btn_p {
	padding: 0 4%;
}

.cus_sel_input {
	height: 35px;
	font-size: 12px;
	width: 76px;
	background-color: #eee;
	font-size: 11px;
	border: 1px solid #cecece;
}


.school_type_input {
	height: 35px;
	font-size: 12px;
	background-color: #eee;
	font-size: 11px;
	border: 1px solid #cecece;
}

/* <mark> */
.radio-button {
    display: flex;
    align-items: center;
}

.radio-button img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: white;
    width: 50%;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
/* </mark> */

.input-group-addon {
	outline: none;
	border: none;
	color: #000 !important;
	padding: 0;
}

.alert-success, .portlet-msg-success {
	width: 90%;
	top: 3%;
	left: 5%;
}

/* media queries */
@media screen and (min-width:480px) and (max-width: 550px) {
	#prsnl-dtls-lbl {
		padding-top: 10px;
		font-weight: bold;
	}
	.sub-div-user1 {
		width: 100%;
		padding: 0 15px;
	}
	.main-div-user {
		width: 100%;
		padding: 10px;
	}
	.cus_file_text {
		width: 75%;
	}
	.file_input_btn {
		width: 20%;
	}
	.sucess-msg-css {
		width: 72%;
		top: 50px;
		left: 5%;
	}
}

@media screen and (min-width:320px) and (max-width: 480px) {
	.input-row {
	    display: block;
	}
	#prsnl-dtls-lbl {
		padding-top: 10px;
		font-weight: bold;
	}
	.orgType {
	    display: block;
	}
	.sub-div-user1 {
		width: 100%;
		padding: 0 12px;
	}
	.main-div-user {
		width: 100%;
	}
	.cus_file_text {
		width: 75%;
	}
	.file_input_btn {
		width: 20%;
	}
	.sucess-msg-css {
		width: 72%;
		top: 50px;
		left: 5%;
	}
	
	.alredy-main-div {
		width: 100%;
	}
}

@media screen and (min-width: 550px) and (max-width: 900px) {
	.alr-reg-user {
		text-align: inherit;
	}
	.sub-div-user1 {
		width: 100%;
		padding: 0 15px;
	}
	.sucess-msg-css {
		width: 72%;
		top: 50px;
		left: 5%;
	}
}

@media screen and (min-width: 900px) and (max-width: 1250px) {
}