/*
    Theme Name: Mentor
    Theme URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
   font-family: Nimbus San - Reg;
font-size: 14px;}

.green-star {
  font-size:14px;
  padding:2px;
  font-weight:bold;
  color:#00959B;
} 

select {
	-moz-appearance: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #fff !important;
	background-image: url(../images/icon-arrow-down.png);
	background-origin: padding-box;
	background-position: right 5px center !important;
	background-repeat: no-repeat;
	background-size: auto auto;
	border: 1px solid #7A7A7A  !important;
	border-radius: 0px  !important;
	cursor: pointer;
	margin-bottom: 12px;
	outline: medium none;
	padding-left: 4px;
	text-indent: 1px;
	text-overflow: "";
	width: 100%;
	height: 35px;
}
.checkout-controls{
	
}
.checkout-label {
	padding: 0px; 
	text-align: center; 
	height:34px; 
	font-size:15px; 
	font-family:Segoe UI; 
	background-color: #2e2f5c; 
	color: #fff;
	opacity: 0.6;
    filter: alpha(opacity=60);
}
.checkout-label label {
	padding-top: 6px;
}

.checkout-input {
	width:100%; display: inline; background-color: #fff;
}
.organization p {
	font-size:11px;
	font-weight:bold;
}

label {
	font-size:14px;
    font-weight: normal !important;
}

.add-more-btn{
	background:#8C8C8C;
	height:35px;
	width:100%;
	color:#fff;
	border-radius:0px;
	margin-bottom:10px;
	margin-top:0px;
	
}
.edit-icon
	 {
    color: #e71921;
    font-size: 16px;
	margin-left:10px;
}
.cross
	 {
    color: #990015 !important;
    font-size: 30px !important;
}
.tick
	 {
    color: #e71921;
    font-size: 25px;
}
.info-c
	 {
    color: #484848;
    font-size: 26px !important;
}
.ellip
	 {
    color: #484848;
    font-size: 18px !important;
}
.red-text
{
	color:#990015;
	font-size:12px;

}
.green-text
{
	color:#009999;
	font-size:12px;
	
}
.green-color
{
	color:#e71921;
	
}
.finish-btn{
	background:#e71921;
	height:35px;
	width:100%;
	color:#fff;
	border-radius:0px;
	margin-bottom:10px;
	margin-top:0px; //change by 76 mangita
}

.add-btn{
	background:#e71921;
	height:35px;
	width:100%;
	color:#fff;
	border-radius:0px;
	margin-bottom:10px;
	font-size: 12px;
}

.table-font{
	font-size:14px;
}

 /* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight:normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  right: 10;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius:2px;
  float:right;
  border:1px solid #8A8A8A;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2e2f5c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


.scrollbar {
	margin-left: 0px;	
	height: 375px;
	width: auto;
	overflow-y: auto;
	margin-bottom: 20px;
	-webkit-overflow-scrolling: touch;
	border: 1px #3c3c3c solid  !important;
}

@media screen and (max-width: 768px) {
        .touch {
             -webkit-overflow-scrolling: touch;
			 overflow-y: scroll;
        }
}

@media(min-width:280px) and (max-width:400px){
.scrollbar {
	height: 290px;
	
}
}

.force-overflow {
	min-height: 450px;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: -0.5 !important;
}

.modal-content {

	border-radius: 0px !important;
	
}
.modal {
	 background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  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;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
	text-align:center;
	 margin: -75px 0 0 -75px;
	 position: absolute;
  left: 50%;
  top: 40%;
  z-index: 1;
}
@media(min-width:280px) and (max-width:400px){
.loader {
	height: 60px;
	width: 60px;
	left: 60%;
	z-index: 1;
}
#text{
font-size:30px;
}
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.help-link{
	font-size:12px;
	font-weight:bold;
	margin-right:15px;
	margin-bottom:10px;
	color:#990015;
	text-align:right;
}
.help-link a{
	color:#990015;
	
}

.help-link a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}
.help-text{
	font-size:14px;
}
.help-text p{
	font-size:12px;
}
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  padding-top:0px !important;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #e71921;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 
.moving{
	font-size:12px;
}
.moving.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 0px;
	
}

.sub-heading {
	margin: 0;
	padding: 0px 0;
	color: #00959B;
	font-size:17px;
	line-height: 24px;
	font-family: muli, sans-serif;
	font-weight: 400;
}
.organization .carousel-indicators .active {
	background-color: #158181;
}

.organization .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	/* background-color: #000 \9; */
	background-color: #919191;
	border: 1px solid #919191;
	border-radius: 10px;
}

.organization .carousel-indicators {
	bottom: 0px !important;
	background: #4a4a4a;
	
	
}
.organization .carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 0% !important;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0 !important;
	text-align: center;
	list-style: none;
}
.organization .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 570px;
	vertical-align:bottom;
}
.organization ul, ol {
	margin-top: 0;
	margin-bottom: 0px !important;
}

.modal-title {
	font-size: 1.7em !important;

}


.help-link a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}
 
.skip-cont {

	background: #999999 !important;
	color: #000000 !important;
	border: 1px solid #3c3c3c !important;
	border-radius: 0 !important;
	height: 35px;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
.skip-cont {
	 
	width: 141px !important;
	background: #999999 !important;
	color: #000000 !important;
	border: 1px solid #3c3c3c !important;
	border-radius: 0 !important;
	font-size: 12px;
	height: 35px;
}}

.modal-sm {
	/*border: 1px solid #1589FF !important;*/
}

.now-btn {
	background: #cccccc;
	height: 35px;
	width: 100%;
	color: #000;
	border-radius: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}
 
.later-btn {
	background: #990015;
	height: 35px;
	width: 100%;
	color: #fff;
	font-size: 14px; 
	color: #ffffff;
	border-radius: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.change-of-address-container {
	background-color: #fff;
	margin-top:25px !important;
	margin-bottom:81px !important;
	padding-right: 0px;
    padding-left: 0px; 
}

@media(min-width:280px) and (max-width:400px){

.sendNotyfWrapp button, .sendNotyfWrapp a, .doneNotify {
	width: 120px;	
}
.add-more-btn {
	padding-left: 5px;
	font-size: 12px;
}
}

.space-pd {
    padding-left: 75px !important;
    padding-right: 0px !important;
}

.cnt-space {
	width: 100%;
	padding-right: 0px !important;
	
	}
	
	.step-2-pd {
	padding-right: 0px !important;
	}

@media(min-width:280px) and (max-width:991px){

.space-pd {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.cnt-space {
	width: 100%;
	padding-right: 15px !important;
	
	}
.step-2-pd {
	padding-right: 15px !important;
	}
}
.inner-addon {
    position: relative !important;
}
.right-addon .glyphicon {
    right: 0px !important;
}
.inner-addon .glyphicon {
    position: absolute !important;
    padding: 10px !important;
    pointer-events: none !important;
}
select::-ms-expand {
    display: none;
}
.container.subheader {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
}

#selectDiv:after {
    content: '\f078' !important;
    font: normal normal normal 17px/1 FontAwesome !important;
    left: 31px !important;
    top: 3px !important;
    height: 34px !important;
    padding: 8px 8px 6px 8px !important;
    position: absolute !important;
    pointer-events: none ;
}

#selectDiv select {
  -webkit-appearance: none ;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
   display: block;
  float: left;
  margin: 5px 0px !important;
  font-size: 16px;
  line-height: 1.75;
 
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #0ebeff;
  -ms-word-break: normal;
  word-break: normal;
}
	
.grey-txt
{
	font-size:13px;
	color:#a3a3a3;
	
}
.padding-my-acct
{
	padding-right:10px !important;
	padding-left:10px !important;
	
}
.step-img {
	background-image: url('../images/step-arw.jpg');
	background-repeat: no-repeat;
	background-position: center right;

}
@media(min-width:280px) and (max-width:1220px){
.step-img {
	background-image:none;
}	
	

.nav1-text {
	color: #fff;
	line-height: 20px;
	font-size: 15px;
	margin-left: 0px;
}

.nav1-text-inactive {
	color: #bdb5b5;
	line-height: 20px;
	font-size: 15px;
	margin-left: 0px;
}
}
.step3-top{
background: #E8E8E8;
padding: 4px; 
border: 1px solid #95989A;
height:135px; 
margin-top: 26px;
}

@media(min-width:280px) and (max-width:767px){
.change-of-address-container {
	background-color: #fff;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.container-sm {
	padding-right: 0px !important;
	padding-left: 0px !important;
	
}

.table-responsive {
	border: 0px !important;
}

.step3-top{
background: #E8E8E8;
padding: 4px; 
border: 1px solid #95989A;
height:135px; 
margin-top: 0px;
}

}


@media(min-width:280px) and (max-width:991px){
	.comp-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
	
}}

.address-sm {
	padding-top:0px ;
	font-size:20px ;
	margin-top:10px ;
	margin-right:10px; 
	font-family:'Segoe UI' ;
	float:left;
}
.sm-font {
	font-size:20px ;
}

@media(min-width:280px) and (max-width:400px){
	.comp-padding {
	font-size:18px ;
	
}
.sm-font {
	font-size:18px ;
}