/*	 Question Paper Generator Styles 	*/

/*	Login style  */

*{
	margin:0;
	padding:0;
	font-family: 'roboto condensed', sans-serif;	/*Quicksand,Georgia*/
}
.wrapper-div{
	width:100%;
	height: auto;
	margin: 0%;
	font-family: 'roboto condensed', sans-serif;
}
.wrap-head{
	width:100%;
	height: auto;
	margin: 0%;
	padding:15px 30px 10px 30px;
	background: #2C303B;
}
.head-h{
	width:100%;
	height: auto;
}
.wrap-head h2{
	width:100%;
	height: auto;
	padding:0px;
	font-size:1.2em;
	margin-top: 2px;
	text-align: left;
	color:#fff;
	line-height: 1em;
}
.wrap-body{
	width:100%;
	height: 100vh;
	margin: 0%;
	padding:100px 0px 100px; 
	/*background: #0d727d;*/
	background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../assetlogin/images/ss.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.form-box{
    width: 32%;
    height: auto;
    margin: 0%;
    padding: 25px 30px 20px;
    background: #fff;
    box-shadow: 0 1px 15px 1px rgba(62,57,107,.07);
    border: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}
.form-head{
	width:100%;
	height: auto;
	margin: 0%;
	padding-bottom:10px;
	text-align: center;
}
.form-head h2{
	text-align: center;
	font-size: 24px;
	font-weight: 550;
	text-transform: uppercase;
	color:#0d727d; /*#1c8ee2*/
    line-height: 32px;
    padding-bottom: 10px;
}
.seperator-div{
	width:100%;
	height: auto;
	margin: 0%;
	border-top: 1px solid #DADADA;
}
.seperator-div .title-span{
	font-size: 14px;
	color: #6B6F82;
	text-transform: capitalize;
	line-height: 1.2em;
	letter-spacing: 0.3px;
	background: #fff;
	padding:0px 5px;
	position: relative;
	top:-14px;
}
.form-div{
	width:100%;
	height: auto;
	margin: 0%;
}
.field{
	height: 40px;
	border-radius: 0px 3px 3px 0px;
	/*margin-bottom: 18px;*/
}
.check-box{
	width:20px;
	height: 30px;
	margin-left:2px;
}
.check-text{
	position: relative;
    top: -4px;
    left: 5px;
    color: #282828;
}
.butn{
	width:100%;
	height: auto;
	padding:12px;
	border: none;
	border-radius: 6px;
	background: #ff4961;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	transition: background 0.3s ease;
}
.butn:hover{
	background: #fb3f58;
}
.form-foot{
	width:100%;
	height: auto;
	margin: 15px auto 0px;
	text-align: center;

}
.form-foot .pass-link{
	color: #168DEE;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}
.form-foot .pass-link:hover{
	text-decoration:underline;
}
.seperator-div1{
	width:100%;
	height: auto;
	margin: 20px auto 0px;
	border-top: 1px solid #DADADA;
}
.seperator-div1 .title-span1{
	font-size: 14px;
	color: #202428;
	text-align: center;
	line-height: 1.2em;
	background: #fff;
	padding:0px 5px;
	position: relative;
	top:-14px;
}
#errormsg{
	color:#fb3f58;
	font-size: 14px;
	text-align: center;
}

.wrap-foot{
	width:100%;
	height: auto;
	box-shadow: 1px 0 20px rgba(0,0,0,.1);
	padding:0px 30px 0px; 
	background: #2C303B;
}
.wrap-foot .left-foot{
	width:100%;
	height: auto;
	color: #90A4AE;
	font-size: 14px;
	line-height: 24px; 
	text-align: center;
	margin-bottom: 10px;
    margin-top: 10px;
}
.wrap-foot .right-foot{
	width:100%;
	height: auto;
	color: #90A4AE;
	font-size: 14px;
	line-height: 26px; 
	text-align: right;
}

/*	dashboard style  */

.form-box1{
    width: 100%;
    height: auto;
    margin: 0%;
    padding: 0px 8px;
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.form-head1{
	width:100%;
	height: auto;
	margin: 0%;
	padding:10px 30px 5px;
	text-align: center;
	background: #fb3f58;
	border-radius: 3px 3px 0px 0px;
}
.form-head1 h2{
	text-align: center;
	font-size: 24px;
	font-weight: 550;
	text-transform: uppercase;
	color:#fff;
	padding-top:5px;
    line-height: 30px;
    text-align: center; 
}
.form-div1{
	width:100%;
	height: auto;
	margin: 0%;
	padding:10px 10px 0px;
	/*text-align: center;*/
}
.field1{
	width: 81%;
    height: 43px;
    border-radius: 1px;
    margin-bottom: 7px;
    border: 2px solid #15a59b;
}
.field1:hover{
	border:2px solid #15a59b;
}
.btn-div{
	width:100%;
	height: auto;
	margin: 0%;
	padding-left:7px;
	margin: 15px 0px 25px 5px;
	margin:left;
}
.butn1{
	padding:10px 30px;
	border: none;
	border-radius: 2px;
	background: transparent;
	color: #15a59b;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	transition: background 0.3s ease;
	border-radius:25px;
	border:2px solid #15a59b;
}
.butn1:hover{
	background: #15a59b; /*#E5343D*/
	color: #fff;
	text-decoration: none;
}
.input-container {
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -o-flexbox;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.icon {
  padding: 10px;
  background: #0d727d;
  color: white;
  min-width: 50px;
  text-align: center;
  border-radius: 3px 0px 0px 3px;
}
.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}
.input-field:focus {
  border: 2px solid #0d727d;
}

/*dropdown styles*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  /*display: inline-block;*/
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 232px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #043c56;
  padding: 9px 15px 8px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 2px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #043c56;
}
.select-styled:active, .select-styled.active {
  background-color: #043c56;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #043c56;
  border-radius: 2px;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #043c56;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-radius: 2px;
}
.select-options li:hover {
  color: #043c56;
  background: #f5f5f5;
}
.select-options li[rel="hide"] {
  display: none;
}

.fields-wrap{
	width:100%;
	height: auto;
	margin:0%;
	padding:10px 5px 5px;
	box-sizing: border-box;
/*	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
}
.labels{
	width:100%;
	height: auto;
	margin:0%;
	padding:4px 0px 0px 0px;
	box-sizing: border-box;
	text-align: left;
}
.labels p{
	font-size:17px;
	font-weight: 550;
	line-height: 30px;
	text-align: left;
	color: #282828;
	text-transform: capitalize; 
}
.field-box{
	width:100%;
	height: auto;
	margin:0%;
	padding:0%;
	text-align: left;
}
.field-margin{
	margin-bottom: 3px !important;
}
.radio-butn{
	width: 25px;
	height: 20px;
}
.radio-label{
	font-size: 17px;
	font-weight: 550;
}


/*	chapters page styles 	*/
.theads{
	background: #2a66b3 !important;
    color: #fff !important;
}
.pad-td{
	padding-top:17px !important;
}
.buttn-div{
	width: 100%;
	height: auto;
	margin:10px auto 20px;
	
}
.bottom-pad{
	margin-bottom:0px !important;
}
.pad-td1{
	padding-top:13px !important;
}
.field2{
	border:1px solid #15a59b;
	border-radius: 3px;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
}



/*	Set Question Type page styles 	*/
.box-div1{
	width: 100%;
	height: auto;
	margin:0%;
	padding:20px;
	background:#f2f1f1;   
}
.side-border{
	border-right: 1px solid #ddd;
}
.label-h3{
	color:#202428;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 26px;
	margin-bottom: 0px !important
}
.label-p{
	color: #009688 !important;
	font-size:15px !important;
}
.field2{
	width: 100%;
    height: 42px;
    border-radius: 1px;
    margin-bottom: 7px;
    border: 2px solid #15a59b;
}
.pad-top{
	padding-top: 10px !important;	
}
/*
.marks-div{
	width: 100%;
	height: auto;
	margin: 0%;
	text-align: left;
	padding:14px 0px 0px;
}
.marks-div p{
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 550 !important; 
}*/
.box-div2{
	background: #009688;
	padding:11px 30px 3px;
}
.box-div3{
	background: #0972ba;
	margin:30px 30px 20px;
}


.sections1 input[type="radio"],
.sections1 input[type="checkbox"]{
  display: none;
}
.sections1{
	margin-bottom: 10px;
}
.containers1 {
  /*margin-bottom: 10px;*/
    margin-left: 50px;
}
.containers1 label {
  position: relative;
}

/* Base styles for spans */
.containers1 span::before,
.containers1 span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Radio buttons */
.containers1 span.radio:hover {
  cursor: pointer;
}
.containers1 span.radio::before {
  left: -52px;
  width: 45px;
  height: 25px;
  background-color: #A8AAC1;
  border-radius: 50px;
}
.containers1 span.radio::after {
  left: -49px;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background-color: #6C788A;
  transition: left .25s, background-color .25s;
}
input[type="radio"]:checked + label span.radio::after {
  left: -27px;
  background-color: #EBFF43;
}



/*	auto_setquestion page styles 	*/
.theads{
	background: #3f8ea7 !important;
    color: #fff !important;
}
.pad-td{
	padding-top:17px !important;
}
.buttn-div{
	width: 100%;
	height: auto;
	margin:10px auto 20px;	
}
.bottom-pad{
	margin-bottom:0px !important;
}
.pad-td1{
	padding-top:13px !important;
}
.field2{
	border:1px solid #15a59b;
	border-radius: 3px;
}


/*Manual Question tables styles*/

.butn20{
	padding:9px 27px;
	border: none;
	border-radius: 2px;
	background: #009688;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: left;
	transition: background 0.3s ease;
	border-radius:25px;
	border:2px solid #009688;
}
.butn20:hover{
	background: #3d79c5; /*#E5343D*/
	color: #fff;
	text-decoration: none;
	border:2px solid #3d79c5;
}

.wrap-autoques{
	width: 100%;
	height: auto;
	margin:0 auto;
	padding:0;
	text-align: center;
	margin-bottom: 20px; 
}
.forms-div{
	width: 100%;
	height: auto;
	margin:0 auto;
	padding:0;		
}

/*increament/ decreament button styles*/
.value-button {
  display: inline-block;
  border: 1px solid #3f8ea7;
  margin: 0px;
  width: 50px;
  /*height: 20px;*/
  text-align: center;
  vertical-align: middle;
  font-size: 19px;
  color: #fff;
  padding: 6px 0 7px;
  background: #3f8ea7;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

/*.forms-div #decrease {
  margin-right: -4px;
  border-radius: 6px 0 0 6px;
}

.forms-div #increase {
  margin-left: -4px;
  border-radius: 0 6px 6px 0;
}

.forms-div #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #3f8ea7;
    border-bottom: 1px solid #3f8ea7;
    background: #f5f5f5;
  margin: 0px;
  width: 60px;
  padding-bottom: 12px;
  padding-top: 10px;
}*/

.forms-div .decrease {
  margin-right: -4px;
  border-radius: 6px 0 0 6px;
}

.forms-div .increase {
  margin-left: -4px;
  border-radius: 0 6px 6px 0;
}

.forms-div #input-wrap {
  margin: 0px;
  padding: 0px;
}

input.number {
  text-align: center;
  border: none;
  border-top: 1px solid #3f8ea7;
    border-bottom: 1px solid #3f8ea7;
    background: #f5f5f5;
  margin: 0px;
  width: 60px;
  /*height: 40px;*/
  padding-bottom: 11px;
  padding-top: 8px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*	Set Question Type page styles 	*/
.box-div1{
	width: 100%;
	height: auto;
	margin:0%;
	padding:20px;
	background:#f2f1f1;   
}
.side-border{
	border-right: 1px solid #ddd;
}
.labels-h3{
	color:#202428;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 26px;
    margin-bottom: 0px !important;
    padding-bottom: 20px;
    padding-top: 15px;
}
.label-p{
	color: #009688 !important;
	font-size:14px !important;
}
.field2{
	width: 100%;
    height: 42px;
    border-radius: 1px;
    margin-bottom: 7px;
    border: 2px solid #15a59b;
}
.pad-top{
	padding-top: 13px !important;
	padding-bottom: 12px !important;	
}
.marks-div{
	width: 100%;
	height: auto;
	margin: 0%;
	text-align: left;
	padding:20px 0px 0px;
}
.marks-div p{
	color: #000 !important;
	font-size: 15px !important;
	font-weight: 550 !important; 
}
.box-div2{
	background: #009688;
	padding:8px 30px 1px;
}
.box-div3{
	background: #3d79c5;
	margin: 20px 0px 0px;
}

.lobipanel>.panel-heading>.panel-title h1, .lobipanel>.panel-heading>.panel-title h2, .lobipanel>.panel-heading>.panel-title h3, .lobipanel>.panel-heading>.panel-title h4, .lobipanel>.panel-heading>.panel-title h5, .lobipanel>.panel-heading>.panel-title h6{
	color: #fff !important;
}

.fill-div{
	width: 100%;
	height: auto;
	padding:0px 0px 0px;
	margin:0 auto;
	/*border:1px solid #ddd;*/
	border-radius: 5px;
}
.fill-wrap{
	/*display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;*/
	width: 100%;
	height: auto;
	margin: 0%;
	padding:0%;
	box-sizing: border-box;

}
.form-group {
     margin-bottom: 10px !important;
}
ul.radio-ul{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

ul.radio-ul li{
    position: relative;
    float: left;
    left: -20px;
    top: -26px;
    padding-bottom:0px !important;  
  font-family: "Montserrat", sans-serif;  
}

ul.radio-ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul.radio-ul li label{
  font-family: "Montserrat", sans-serif;
     display: block;
    position: relative;
    font-weight: 500;
    font-size: 1em;
    padding: 23px 2px 4px 47px;
    margin: 10px auto 7px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

ul.radio-ul li:hover label{
  color: #222;
}

ul.radio-ul li .check{
  display: block;
    position: absolute;
    border: 4px solid #AAAAAA;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    top: 31px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

ul.radio-ul li:hover .check {
  border: 4px solid #333;
}

ul.radio-ul li .check::before {
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 4px solid #009688;
}

input[type=radio]:checked ~ .check::before{
  background: #009688;
}

input[type=radio]:checked ~ label{
  color: #009688; 
}

select {
          margin: 0px;
          width: 240px;
          padding: 5px 40px 5px 10px;
            font-size: 16px;
            border: 2px solid #159e92;
            border-radius: 2px;
            height: 37px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background: url(http://i62.tinypic.com/15xvbd5.png) 96% / 15% no-repeat #f5f5f5;
        }
        
        /* CAUTION: IE hackery ahead */
        select::-ms-expand { 
            display: none; /* remove default arrow on ie10 and ie11 */
        }
        
        /* target Internet Explorer 9 to undo the custom arrow */
        @media screen and (min-width:0\0) {
            select {
                background:none\9;
                
            } 
        }
.list1{
    border:2px solid #ddd;
    border-radius:5px;
}
.badge1{
    margin-top: -9px;
}

/*	Super Admin addclass styles*/
.select-list{
    width: 95%;
    padding: 5px 40px 5px 10px;
    font-size: 15px;
    border: 2px solid #159e92;
    border-radius: 2px;
    height: 37px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(http://i62.tinypic.com/15xvbd5.png) 96% / 15% no-repeat #f5f5f5;
}
.field-border{
	height: 38px;
	border: 2px solid #159e92;
}
.field-border1{
	height: 38px;
	border: 2px solid #374767e3;
}


/* Register page styles */
.wrap-body11{
	width:100%;
	height: auto;
	margin: 0%;
	padding:60px 0px 60px; 
	/*background: #0d727d;*/
	background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../assetlogin/images/ss.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.form-box11{
    width: 37%;
    height: auto;
    margin: 0%;
    background: #fff;
    box-shadow: 0 1px 15px 1px rgba(62,57,107,.07);
    border: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}
.info-div{
    width: 100%;
    height: 100%;
    margin: 0%;
    padding:30px;
    text-align:left;
    background:#0972ba;
    color:#f5f5f5;
    border-radius:6px 0px 0px 6px;
}
.info-div h2{
    font-size:22px;
    font-weight:600;
    line-height:30px;
    text-transform:uppercase;
    margin-bottom:20px;
}
.info-div p{
    font-size:14px;
    line-height: 22px;
    text-align: justify;
}
.info-div a{
	padding:9px 25px;
	border: none;
	border-radius: 2px;
	background: #009688;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	transition: background 0.3s ease;
	border-radius:6px;
	border:2px solid #009688;

}
.info-div a:hover{
	background: #3d79c5; /*#E5343D*/
	color: #fff;
	text-decoration: none;
	border:2px solid #3d79c5;
}
.form-section{
    width: 100%;
    height: auto;
    margin: 0%;
    padding:30px 35px 22px;
    text-align:left;
}
img#image_upload_preview{
	max-height:300px;
	
}
.panel-box{
    width:100%;
    height:100%;
    background:#fff;
    box-sizing:border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.panel-head{
    width:100%;
    height:auto;
    background:#009688;
    font-size:16px;
    color:#fff;
    line-height:26px;
    padding:7px 20px 7px 20px;
}
.lobipanel>.panel-heading .dropdown {
    display: none !important;
}
.instruction-div{
	width:100%;
	height: auto;
	border:1px solid grey;
	padding:0px 20px 0px;	
	margin:0px auto;
	background:#f5f5f5;
}
.instruction-div ul{
    margin-left: 20px;
}
.instruction-div li{
    font-size: 14px;
    line-height: 21px;
}
.instruction-div h3{
    font-size: 1em;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.instruction-div p{
	font-size: 0.9em !important;
	font-weight: 600;
	line-height: 28px;
}
.labels1{
    background-color: #eac828 !important;
    border: 2px solid #eac828 !important;
}
.label-pad{
    padding:3px 0px;
    font-size:12px;
    cursor:pointer;
    text-transform:capitalize;
}
.h4, h4 {
    font-size: 16px !important;
}
.headpanel{
    color:#f5f5f5 !important;   
}
input, textarea{
    font-size:18px !important;
}
img.mis-img{
	max-height: 300px !important;
}
                


@media only screen and (max-width: 768px){
	.form-box{
    	width: 80%;
	}
	.wrap-autoques{
		text-align: center;
		margin-bottom: 5px;
		border-bottom: 1px solid #ddd;
	}
	.forms-div{
		text-align: center;
	}
	.label-h3{
		text-align: center !important;	
	}
	.labels-h3{
		text-align: center !important;	
	}
	.label-p{
		text-align: center !important;
	}
	.marks-div{
		text-align: center;
		padding:10px 0px 0px;
	}
	.btn-div{
		text-align: center;
	}
	.badge1{
        margin-top: 0px;
    }
    .labels-h3{
	    padding-bottom: 5px;
        padding-top: 5px;
    }
    .form-box11{
        width: 90%;
    }
    .info-div{
        border-radius:6px 6px 0px 0px;
    }
    .form-section{
        padding:20px;
    }
    
    .btn-div{
	    padding-left:0px;
    }
}

@media only screen and (max-width: 450px){
	.form-box{
    	width: 90%;
	}
	.field1{
		width: 100%;
		margin-bottom: 20px;
	}
	.pad-top{
		padding-top: 0px;	
	}
	.side-border{
		border-right: none;
	}
	.marks-div{
		padding:0px 0px 0px;
	}
	.marks-div p{
		font-size: 17px !important;
	}
	.badge1{
        margin-top: -9px;
    }
    .fields-wrap {
        padding: 0px 5px 0px;
    }
    .form-head h2 {
        font-size: 20px;
    }
    .seperator-div .title-span {
        font-size: 13px;
        line-height: 1em;
        top: -13px;
    }
    .butn {
        padding: 10px;
    }
    .seperator-div1 .title-span1 {
        font-size: 13px;
        line-height: 1em;
        top: -13px;
    }
    .form-box{
    	width: 90%;
    	padding: 25px 20px 20px;
	}

}