/*

* Override Pages default styles or create your own styles here

*/
/*
.touchcode {
	display: none;
}

@media only screen and (max-width: 480px) {

	.hide-browser-phone {
		display: none !important;
	}
	.no-l-margin {
		margin-left:0px;
	}

	.header .header-inner {
	  vertical-align: inherit;
	  line-height: 45px;
	}

	.btn-csoxs-block {
		width: 100% !important;
	}

	.touchcode {
		display: block;
		color: #59636C;
	}

}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio:0) {

	.btn-csoxs-block {
		width: 100% !important;
	}

	.cso-small {
		padding-top: 1px !important;
	}

	.touchcode {
		display: block;
		color: #59636C;
	}

}

@media only screen and (max-width: 767px) {

	.btn-csoxs-block {
		width: 100% !important;
	}

	_::-webkit-full-page-media, _:future, :root .cso-small {
		margin-top: -1px !important;
	}

	@-moz-document url-prefix() { 

		.logocsobrand {
			margin-top: -1px !important;	
		}
	}

}

@media only screen and (min-width: 768px) and (max-width: 990px) {

	_::-webkit-full-page-media, _:future, :root .cso-small {
		margin-top: -1px !important;
	}

	.header .header-inner {
	  vertical-align: inherit;
	  line-height: 45px;
	  border: 5px solid #000;
	}

}

@media only screen and (min-width: 991px) {

	@-moz-document url-prefix() { 
		.sm-action-bar > a {
			margin-top: -1px !important;		
		}
		.logocsobrand {
			margin-top: -1px !important;	
		}
	}

	.sm-action-bar > a {
		margin-top: 1px;		
	}

	.cso-hambuger {
		vertical-align: baseline !important;
		padding-top: 22px;
	}

	.logocsobrand {
		margin-top: 0px;	
	}

}

.header .header-inner {
	vertical-align: middle;
	border: 0px;
	line-height: 0px !important;
}

.cso-hambuger {
	vertical-align: baseline !important;
	padding-top: 22px;
}

@-moz-document url-prefix() { 
	.padding-top-two {
		margin-top: -1px;
	}

}

.schoolpending {
	color:#fff !important;
}

.font-primary-color {
	color:#49505f;
}

.font-sub-color {
	color:#788195;
}

.btn-link:hover {
	cursor: pointer;
}

.dropdown-menu {
	margin-top: 5px;
	background: #fff;
}

a.csodropdownshading:hover {
	background-color: #daeffd !important;
	border-radius: 0 !important;
}

.profile-dropdown-toggle {
	cursor: pointer;
}

.profile-dropdown::before {
    border-bottom: 0px;
}

.profile-dropdown::after {
    border-bottom: 0px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 16px;
    top: -6px;
}

.text-normal {
	text-transform: none !important;
	line-height: normal;
	margin: 0 !important;
	padding-bottom: 10px;
}

.p-t-2 {
	padding-top: 2px !important;
}

.lh-13 {
	line-height: 13px !important;
}

.w100 {
	width: 100% !important;
}

.dnone {
	display: none;
}

.cso-radio-default {
	background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.00);
    border-radius: 2px;
    overflow: hidden;
    padding: 7px 12px 4px;
    transition: background-color 0.2s ease 0s;
}

.red {
	color: #f55753;
}

.profileImg {
    width: 33px;
}

.dropdown-default .btn.dropdown-toggle .caret {
    padding-top: 7px;
    margin: 0px;
    position: absolute;
    right: 21px;
    top: 0;
}
.btn .caret {
    margin-left: 0px;
}
.btn .caret {
    margin-left: 0;
}
.caret {
    border: 0px;
    display: inline-block;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    width: 0;
}

*/

html, body {
  height: 100%;
}

html { 
  background: url('https://cso.azureedge.net/cdn/images/registration-bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	background: transparent;
}

input, button, select, textarea {
    font-family: Arial,sans-serif !important;
    font-size: 14px !important;
}

.step-nav-completed {
	padding: 15px;
	background-color: #565CC0;
	color: #fff;
	font-family: 'Montserrat';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
}

.step-nav {
	padding: 15px;
	background-color: #D4D4D4;
	opacity: 0.8;
	color: #fff;
	font-family: 'Montserrat';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
}

.fa-5 {
    font-size: 12em;
    color: #e67e22;
    opacity: 0.85;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: rgba(98, 98, 98, 0.8);
    font-weight: bold;
}

.tick {
	padding-bottom: 20px;
}


.panel-success {
	border:0px;
}
.panel {
    background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 21px;
}

.panel-success > .panel-heading {
	background-color: #56ddb6 !important;
	border: #56ddb6 !important;
	color: white;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
	line-height:0px;
}

.panel .panel-heading {
	padding: 25px 25px !important;
	line-height:0px !important;
}

.panel-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	padding: 30px 30px !important;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}

.purple {
	color:#fff !important;
	opacity: 0.75;
}

.blue {
	color:#3A8FC8 !important;
}

.reg-content {
	font-family: "Montserrat" !important;
	font-size: 12px !important;
	text-transform: normal;
	font-weight: 400;
	padding-left: 65px;
	padding-right: 65px;
}

.form-group-default-select2 label {
	padding:7px 12px 0px !important;
}

.schoolinfo {
	color:#626262;
}

.stepwizard-step p {
    margin: 10px 11px;
    font-family: Arial;
    font-size: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    min-width: 250px;
    position: relative;
    margin-bottom: 75px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row-completed {
    display: table-row;
}

.stepwizard-row-completed:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: ""; 
    width: 78%;
    left: 10%;
    height: 1px;
    background-color: #565cc0;
    z-index: 0;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: ""; 
    width: 79%;
    left: 10%;
    height: 1px;
    color: #BAC4C5 !important;
    background-color:#BAC4C5 !important;
    opacity: 0.5 !important;
}

.btn-default {
    opacity: 1 !important;
    background-color: #BAC4C5 !important;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.step1 {
    position: absolute;
    left: -9px;
}

.step2 {
    position: absolute;
    right: -11px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    line-height: 1.25;
    background-color: #565cc0;
    border: #565cc0;
    color: white;
    border-radius: 0px;
    position: relative !important;
}

.panel .panel-heading .panel-title {
	color:#fff !important;
	opacity: 1;
}

.cso-primary label:nth-of-type(even) {
    background: rgba(236, 240, 241, 0.3);
    padding-top: 15px;
    width: 100%;
    display: block;
    padding-left: 15px;
	padding-right: 15px;
    padding-bottom: 15px;
}

.cso-primary label:nth-of-type(odd) {
    background: rgba(236, 240, 241, 0.8);
    padding-top: 15px;
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.cso-primary label:hover {
    background: #696ec7;
    padding-top: 15px;
    width: 100%;
    color: #fff;
    padding-right: 15px;
    padding-bottom: 15px;
}

input[type="text"] {
	font-family: Arial;
}

.radio-cso input[type="radio"] {
	visibility:hidden;
    /*margin-left: -15px;*/
    float: left;
	display: inline !important;
}

.radio-cso input[type="radio"]:checked + label {
    background-color: #565cc0 !important;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

/*.radio label::before {
	display: none;
}
.radio label::before {
	display: none;
}*/

.cso-radio-default {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    overflow: hidden;
    padding: 7px 12px 4px;
    transition: background-color 0.2s ease 0s;
}

/*.cso-radio-default label {
    display: inline-block;
    margin: auto !important;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
}*/

.cso-radio-default.required::after {
    color: #f55753;
    content: "*";
    font-family: arial;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 9px;
}

@media (max-width: 768px) {
  .cso-radio-default.required::after {
    right: 31px;
}
}

.cso-radio-default:hover {
    background-color: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #b8b8b8 !important;
}

.findschool {
	font-size: 11px;
	font-weight: 700;
	padding-top: 10px;
	font-family: 'Montserrat';
}

.addlink {
	color:#565cc0 !important;
}

.addlink:hover {
	color:#696ec7 !important;
}

#divschools {
	height: 320px;
	overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.iphone {
		display: none;
}


@media only screen and (max-width : 400px) {
	
	.vertical-center {
	  min-height: 100%;
	  min-height: 0;
	  padding-top:50px;
	  padding-bottom:50px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	}

	.stepwizard-row:before {
	    width: 60%;
	    left: 20%;
	}

	.stepwizard-row-completed:before {
	    width: 67%;
	    left: 15%;
	}

	.reg-content {
		font-weight: 400;
		padding-left: 0px;
		padding-right: 0px;
	}

	.hide-iphone {
		display: none !important;
	}

	.iphone {
		display: inline;
	}

}
@media only screen and (min-width : 768px) and (max-width: 991px) {
  .extralr [class*="col-"]:not(:first-child) {
    padding-left: 7px !important;
  }

  .extralr [class*="col-"]:not(:last-child) {
    padding-right: 7px !important;
  }
}
/*FIX CHECKBOX LABEL ON MOBILE*/

@media only screen and (max-width: 680px) {
    .checkbox label {
        white-space: normal !important;
    }
}

.redeem-selection:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.cso-logo:hover {
	border: 0px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.select2-container-multi .select2-choices .select2-search-field input {
	color: #444 !important;
}