.aws-login #loginProcess{
	float: none;
}
.fldinerdipad{
	padding: 0 15px;
}
/* Top Navigation */
.navbar {
	background-color: #fff;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 9;
    border: 0;
    margin-bottom: 0;
}
.navbar .navbar-header{
	padding-left: 15px;
}
.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.theme-bg {margin-top: 20px;
    background-color: #484242;
}
.theme-bg p {
    color: #fff;
    margin-bottom: 0px;
}
.navbar .navbar-right{
	
}
.navbar .navbar-right > li{
	float: left;
    padding-left: 15px;
}
.navbar .navbar-right > li > a{
	padding: 0 10px;
    line-height: 42px;
    color: #58585a;
    letter-spacing: 0.7px;
}
.navbar .navbar-right  img{
	display: none;
}
.navbar .navbar-right .wallet-style img{
display: inline-block;
    margin-right: 8px;
    height: 36px;	
}
.navbar-brand{
	height: auto;
	padding: 0;
}
.navbar-brand img{
	max-height:42px;
}

.tablefilters table tbody tr td:nth-child(3){
	min-width: 150px;
}
.top-nav>.open>.dropdown-menu {
	float: left;
	position: absolute;
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-toggle::after{
	display: none;
}
.icon-info {
	position: relative;
}
.icon-info i {
	color: #0e1a35;
	font-size: 18px;
}
.icon-info .label {
	border: 2px solid #ffffff;
	font-weight: 500;
	padding: 3px 5px;
	text-align: center;
	border-radius: 50%;
	font-size: 9px;
	right: 6px;
	position: absolute;
	top: 2px;
	background-color: #428bca;
}
.search-box {
	float: left;
	position: relative;
	z-index: 1;
	border:1px #ddd solid;
	width: 130px;
}
.search-box input[type="text"] {
	outline: none;
	background: #fff;
	width: 80%;
	margin: 0;
	z-index: 10;
	font-size: 0.9em;
	color:#7A7B78;
	padding: 0.5em 0.5em;
	border: none;
	-webkit-appearance: none;
	display: inline-block;
	line-height: 20px;
}

.search-box input[type="submit"] {
	background: url(../images/search.png)no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: text-top;
	border: none;
	outline: none;
	background-size: 16px;
}

/* Main Container */
.main-container .top-header{
	background-color:#fff;
	padding-top: 70px;
	position: relative;
	   
}
.dynamic-logo-panel{
	text-align: center;
	padding-top: 8px;
}
.dynamic-logo-panel > img{
	border-radius: 50%;
}
.dynamic-logo-panel h1{
	margin-top: 26px;
	font-size: 32px;
	color:#F15A22;
}
.pop-btn{
	margin: 30px 0;
	text-align: center;
	float: left;
	width: 100%;
}
.all-btn{
	max-width: 620px;
	margin: 0 auto;
}
.pop-btn .btn-new{
	margin: 10px 10px;
	width: 46%;
	float: left;
	word-wrap: break-word;
	color:#fff;
	background-color:#5a5a5c;
	border: none;
	border-radius: 3px;
}
.pop-btn .btn-new.btn-active{
	background-color: #f85e25;
}
.pop-btn .btn-new i{
	display: block;
	margin: 5px 0;
	font-size: 20px;
}
.craete-account-btn{
	float: right;
}
.craete-account-btn a{
	padding: 5px 12px;
	background-color:#F15A22;
	color:#fff;
	border-color:#F15A22;
	font-size: 14px;
	display: inline-block;
}
.craete-account-btn a i{

}
.modal.fade.show{
	opacity:1;
}
.modal-dialog{
	margin-top:120px;
}
.modal button.close{
	background-color:#f15922;
	color:#fff;
	opacity: 1;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
} 

/* Inner Pages global */
.marketinfpges{
	margin-top: 66px;
    padding-top: 0;	
	padding-bottom: 0;
}
.greybandrequi{
	background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}
.boxesinerfld{
	display: flex;
    padding: 30px 15px;
    border: 1px solid #e7e7e7;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 30px;
    flex-direction: column;
    text-decoration: none !important;
    color: #404040;
    letter-spacing: 0.7px;
}
@media only screen and (min-width:767px){
	.boxesinerfld{
		min-height: 286px;
	}
}
.boxesinerfld button{
	background-color: #f85e25;
    border-color: #f85e25;
    letter-spacing: 0.7px;
    font-size: 14px;
    padding: 7px 10px;
}
.boxesinerfld.inactiveflddiv{
    filter: grayscale(100%);
    pointer-events: none;
}
.boxesinerfld div{
	margin-bottom: 25px;
}
.boxesinerfld  .freefld{
	    position: absolute;
    right: 15px;
    top: 0;
    margin-bottom: 0;
    padding: 3px 15px;
    background: green;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.7px;
	display: none;
}
.boxesinerfld div img{
	max-height: 60px;
}
.boxesinerfld h2{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #404040;
}
.boxesinerfld p{
    font-weight: 400;
    color: #707070;
    line-height: 1.6;
    min-height: 66px;
}
.headingcontentfld{
}
.logofldcont{
	text-align: center;	
}
.logofldcont .imageoutelo{
	
}
.logofldcont .imageoutelo img{
	max-height: 95px;	
}
.topbandflddivhr{
	padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(221, 221, 221, .5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.logofldcont p{
font-size: 18px;
    font-weight: bold;
    color: #505050;
    text-transform: uppercase;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 0px;
}
.conttopfloref{
	
}
.conttopfloref h2{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.7px;
    margin-top: 0;
}
.conttopfloref p{
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.5;
    color: #556080;
}
.requirmentfldboxs{
	display: flex;	
}
.requirmentfldboxs .reqiimg{
    padding: 0;
    border-radius: 3px;
    margin-right: 25px;
}
.requirmentfldboxs .reqiimg img{
max-height: 100px;	
}
.requirmentfldboxs .formoutere{
	letter-spacing: 0.7px;
}
.formoutere h2{
    color: #404040;
    font-weight: bold;
    margin-bottom: 10px;
}
.formoutere p{
	
}
.formoutere textarea{
    height: 80px;
    border-radius: 2px;
    border-color: #ddd;
    min-width: 550px;
    margin-bottom: 10px;
}
.formoutere .smalbtnorange{
	
}

.markeineform{
padding-top: 40px;
    padding-bottom: 40px;
}
.innerboxouter{
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    display: block;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 20px 15px;
}
.innerboxouter .imageoutelo{
	
}
.menunavfld{
	margin-top: 30px;	
}
.menunavfld ul{
	margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.menunavfld ul li{
display: block;
}
.menunavfld ul li a{
	color: #333;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    letter-spacing: 0.7px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
.menunavfld ul li a:hover{
	text-decoration: none;
}
.menunavfld ul li a.active{
	color: #fff;
	background-color: #ff692e;
}
.formhoricretfld{
	letter-spacing: 0.3px;	
}
.formhoricretfld form{
	padding: 15px;
    background-color: rgba(238, 238, 238, .3);
}
.formhoricretfld form .form-group{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.formhoricretfld h2{
font-weight: bold;
    margin-bottom: 0;
    color: #556080;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.formhoricretfld label{
margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.formhoricretfld strong{
	font-size: 13px;
}
.formhoricretfld .form-control{
	border-color: #ddd;
    border-radius: 0;
    height: auto;
    background-color: #fbfbfb;	
}
.formhoricretfld textarea{
	
}
.radioinlinefld{
display: inline-block;
    vertical-align: top;
    margin-right: 15px;	
}
.formhoricretfld .radioinlinefld label{
	font-weight: 400;
}
.formhoricretfld .radioinlinefld input{
	height: 30px;
    vertical-align: top;
    margin-top: 0;
}
.formhoricretfld .radioinlinefld span{
	    line-height: 30px;
    vertical-align: top;
    display: inline-block;
    padding-left: 3px;
}
.formhoricretfld ul{
	padding-left: 0;
    list-style: none;
    margin: 0;
}
.formhoricretfld ul li{
	    margin-bottom: 15px;
    float: left;
    width: 50%;
    padding-right: 15px;
}
.formhoricretfld ul span{
    float: left;
    width: 10%;
    font-weight: bold;
    line-height: 34px;
}
.formhoricretfld ul p{
	clear: both;
    font-size: 13px;
    padding-left: 10%;
    padding-top: 3px;
}
.formhoricretfld ul .form-control{
	width: 90%;
    float: left;
}
.bannerspepgout{
	padding-top: 40px;
	padding-bottom: 40px;
}
.backdefregion{
    padding: 15px 0;
    background-color: rgba(238, 238, 238, .3);
    float: left;
    width: 100%;
    letter-spacing: 0.7px;
}
.backdefregion h2{
    font-weight: bold;
    color: #556080;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
.bannerspleft{
    margin-bottom: 5px;
    line-height: 1.7;
}
.bannerspleft ul, .leftcontfldpart{
	padding-left: 15px;
    margin-bottom: 10px;
}
.bannerspleft ul li, .leftcontfldpart li{
	margin-bottom: 5px;
}
.bannerspright{
	    margin-top: 30px;
}
.setwidthfld h3{
	font-size: 18px;
    margin-bottom: 5px;
}
.bannerimgsamp{
	
}
.bannerimgsamp img{
	
}
.setwidthfld{
	
}

.innerwebacordin{
    padding: 15px;
    background-color: rgba(238, 238, 238, .3);
    float: left;
    width: 100%;
    letter-spacing: 0.7px;	
}
.innerwebacordin h2{
	    color: #556080;
    font-weight: bold;
    margin-bottom: 20px;
}
.innerwebacordin .panel-group{
	
}
.innerwebacordin .panel-group .panel{
    float: left;
    width: 100%;
    clear: both;
    border-radius: 0;
    border: 0;
    margin-bottom: 10px;
}
.innerwebacordin .panel-default > .panel-heading{
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0;
}
.innerwebacordin .panel-title{
	margin-top: 0;
    margin-bottom: 0;
    display: block;
}
.innerwebacordin .panel-title > a{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: bold;
}
.innerwebacordin .panel-title a i{
	    float: right;
    color: #fff;
    height: 23px;
    width: 23px;
    line-height: 23px;
    text-align: center;
    background-color: #363e52;
    font-size: 10px;
    font-weight: normal;
    top: -3px;
    right: -5px;
    border-radius: 3px;
}
.innerwebacordin .panel-collapse{
	padding: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.webbanermaipg{
	padding-top: 40px;
	padding-bottom: 40px;
}
.innerwebacordin .collapse .form-group:last-child{
	margin-bottom: 0;
}
.innerwebacordin .submitbtn {
	text-align: right;
}
.innerwebacordin .submitbtn .cancelbtnfld{
	
}
.innerwebacordin .submitbtn .smalbtnorange{
	margin-right: 0;
    margin-left: 20px;
}
.innerwebacordin > p{
    font-size: 14px;
    font-weight: bold;	
}
.innerwebacordin p{
    font-size: 14px;
    font-weight: bold;	
}
.innerwebacordin label{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;	
}
.innerwebacordin .form-control{
    border-color: #ddd;
    border-radius: 0;
    height: auto;
    background-color: #fbfbfb;	
}
.tabledisfld .table-bordered{
	border-spacing: 0 !important;
	border: 0;
	margin-bottom: 0;
}
.tabledisfld .table-bordered tr:first-child{
color: #000;
    background-color: #eee;
}
.newwebnabfld h2{
    font-weight: bold;
    color: #556080;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
.newwebnabfld p{
    font-weight: 400;
    margin-bottom: 25px;
    color: #58585a;	
}
/* Student recuirments page */
.sliderformfldag{
box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    display: block;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 20px 15px;
    letter-spacing: 0.7px;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.foldoutset{
    margin-bottom: 15px;
    clear: both;
    float: left;
    width: 100%;
	
}
.foldoutset h2{
	    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #556080;
    color: #556080;
    font-size: 16px;
    font-weight: bold;
}
.rangsliderouter{
	clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.rangsliderouter label{
float: left;
    margin: 0;
    color: #333;
    line-height: 25px;	
}
.rangsliderouter input{
	    float: right;
    border: 0;
    line-height: 25px;
    width: 50px;
    text-align: right;
    padding: 0;
}
.rangsliderouter .ui-slider{
    clear: both;
    float: left;
    width: calc(100% - 10px);
    border: 0px;
    background: #d3d3d3;
    border-radius: 7px;
    height: 7px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.rangsliderouter .ui-slider .ui-slider-range{
	background: #F15A22;
}
.rangsliderouter .ui-slider-horizontal .ui-slider-handle{
    border-radius: 50%;
    height: 14px;
    width: 14px;
    background-color: #afaeae;
    border-color: #afaeae;
}
.sliderformfldag .formsubmitfld{
	clear: both;
	float: left;
	width: 100%;
}
#chartdiv, #chartdiv2, #chartdiv3{
  width: 100%;
  height: 220px;
}
[aria-labelledby="id-66-title"], [aria-labelledby="id-148-title"]{
	display: none;
}
[fill="#6794dc"]{
	fill: #a0cbeb;
    stroke: #a0cbeb;
}
g[fill="#67b7dc"] {
    fill:#4197d7;
    stroke: #4197d7;
}
g[fill="#6771dc"] {
    fill: #fc9d5a;
    stroke: #fc9d5a;
}
g[fill="#8067dc"] {
    fill: #feceab;
    stroke: #feceab;
}
g[fill="#a367dc"] {
    fill: #dddddd;
    stroke: #dddddd;
}
.chartdivfld {
	
}
.chartdivfld  h2{
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.7px;
    margin-bottom: 5px;
    line-height: 1.3;
}
.contflddivrecy{
	display: block;
    margin-bottom: 30px;
}
.contflddivrecy ul{
	    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.7px;
    list-style: none;
}
.contflddivrecy li{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.contflddivrecy ul strong{
	    color: #f16136;
}
.requirmentfldboxs {
    display: inline-block;
    vertical-align: top;
}
/* Admin dashboard */
.spacingdefineto{
	padding-top: 30px;
}
.admdaspg .boxesinerfld h2{
	margin-bottom: 0;
}
.breadcrumbouter{
    margin-top: 67px;
    background-color: #eee;
    font-size: 13px;
    letter-spacing: 0.7px;
}
.breadcrumbouter .breadcrumb{
	    margin: 0;
    background-color: transparent;
    padding: 10px 0;
}
/* Responsive*/
@media only screen and (max-width:767px){
	.topblocks .value-box{
		width: 31.8%;
		min-height: 230px;
	}
	.value-box img.institution-img {
		height: 100px !important;
	}
	.value-box .boxshadowiner{
		min-height: 230px;
	}	
	.pop-btn .btn-new{
		font-size:16px;
		margin: 10px 5px;
		width: 47%;
	}
	.navbar-header{
		float:left;
	}
	.top-nav{
		float:right;
		padding:0;
	}
	.navbar-brand img {
		max-height: 28px;
		margin-top: 5px;
		display: inline-block;
	}
}
@media only screen and (max-width:480px){
	.topblocks .value-box{
		width:100%;
	}
	.pop-btn .btn-new{
		width:100%;
		margin:7px 0;
	}
	.navbar-header{
		width: 100%;
		text-align: center;
		float: none;
		margin:0!important;
	}	
	.navbar-brand{
		float: none;
	}
	.top-nav {
		float: right;
		padding: 0;
		width: 100%;
		margin-top:10px;
	}
}

@media only screen and (max-width:390px){
	.craete-account-btn{
		margin: 10px 0;
		float: none;
		clear: both;
		display: inline-block;
	}
}
@media only screen and (max-width:360px){
	.top-nav > li:first-child {
		padding-right: 5px;
	}
	.top-nav li.dropdown {
		padding-left: 4px;
	}
	.top-nav li.dropdown > a.dropdown-toggle {
		display: inline-block;
		padding-left: 6px;
	}
}



.buttonglobalfld{
	    background-color: #f85e25;
    border-color: #f85e25;
    letter-spacing: 0.7px;
    font-size: 14px;
    padding: 7px 10px;
	    color: #fff;
}
.contenawsspacing{
	    padding: 30px 0;
    letter-spacing: 0.7px;
    color: #58585a;
    font-size: 15px;
}
.contenawsspacing .headingfldiv{
	margin-bottom: 25px;
}
.contenawsspacing .headingfldiv h4{
	   margin-top: 0;
    margin-bottom: 15px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 38px;
}
.contenawsspacing .headingfldiv .buttonglobalfld{
float: right;
    padding: 4px 20px;
    background-color: #556080;
    border-color: #556080;
    margin-top: -53px;
}
.contenawsspacing{
	
}
.contenawsspacing .tablefilters table{
   width: 100%;
    text-align: center;
    border: 1px solid #ddd !important;
    border-collapse: initial !important;
    padding: 0;
    border-spacing: initial !important;
}
.contenawsspacing .tablefilters table tbody tr{
	border: 0;
    background-color: #fff;
    box-shadow: initial;
}
.contenawsspacing .tablefilters table tbody tr td{
        padding: 8px 10px;
    font-size: 14px;
    background-color: transparent !important;
    border: 1px solid #ddd !important;text-align: left;
}
.othercontnefld{
	    padding-top: 80px;
    letter-spacing: 0.7px;
    line-height: 1.6;
}
.othercontnefld p{
	
}
.othercontnefld .btn{
	    display: block;
    width: 100%;
}
.topcontent{
    display: inline-block;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.topcontent p{
	
}
table thead tr{
	color: #fff;
    font-size: 14px;
    background-color: #f16136;
}
table{
letter-spacing: 0.7px;
    font-size: 14px;	
}
table td, table th{
padding: 10px !important;	
}
.topfoldcondex{
	padding: 30px 0;
}
.boxesfldouterine{
padding: 20px;
    border: 1px solid #e7e7e7;
    text-align: left;
    border-radius: 3px;
    margin-bottom: 10px;
    text-decoration: none !important;
    color: #404040;
    letter-spacing: 0.7px;min-height: 201px;
}
.boxesfldouterine h4{
	margin-top: 0;
    margin-bottom: 11px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 16px;
}
.boxesfldouterine p{
    color: #58585a;
    line-height: 1.8;	
}
.boxesfldouterine p strong{
	font-weight: 400;
    color: #000;
}
.newspacindefinefld{
	padding: 30px 0;
}
.tableheadingfld{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
/* wallet Page */
.walletouterfld{
	    margin-top: 66px;
    padding-top: 30px;
    letter-spacing: 0.7px;
    font-size: 14px;
    color: #58585a;
}
.walletconflddiv{
	margin-bottom: 30px;
}
.walletinerbocx{
display: flex;
    padding: 25px 15px;
    border: 1px solid #e7e7e7;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 0;
    flex-direction: column;
    text-decoration: none !important;
    color: #404040;
    letter-spacing: 0.7px;
    min-height: 135px;
}
.walletinerbocx h4{
	font-weight: 400;
    color: #707070;
    line-height: 1.6;
    margin-top: 0;
}
.walletinerbocx p{
	    margin-bottom: 10px;
    font-weight: bold;
    font-size: 28px;
    color: #404040;
}
.walletinerbocx .btnmosta{
	display: block;
}
.walletinerbocx .btnmosta a{
	background-color: #f85e25;
    border-color: #f85e25;
    letter-spacing: 0.7px;
    font-size: 14px;
    padding: 7px 10px;
    display: block;
    color: #fff;
}
.walletinerbocx .btnmosta + .btnmosta {
	margin-top: 10px;
}
.topcontfldsearch{
	
}
.topcontfldsearch h3{
    margin-top: 0;
    margin-bottom: 5px;	
}
.topcontfldsearch p{
	padding-bottom: 15px;
}
.formouterwallet{
	
}
.formouterwallet .btnoranglefdl{
background-color: #f85e25;
    border-color: #f85e25;
    letter-spacing: 0.7px;
    font-size: 14px;
    padding: 0px 10px;
    color: #fff;
    min-width: 120px;
    margin-top: 24px;
    line-height: 34px;
    border: 0;
}
.outermap{
	margin-bottom: 20px;
}
#percentileId{
	margin-top: 10px;
}
.addmoneywallet h4{
    margin-bottom: 0;
}
.addmoneywallet{
    padding-bottom: 10px;
}
.addmoneywallet p{
        font-weight: 400;
    margin-bottom: 5px;
    color: #58585a;letter-spacing: 0;
}
.addmoneywallet .btn-success{
    padding: 5px 15px;
}
.succeswallet{
padding: 25px;
    text-align: left;
    display: block;
}
.iamgefld{
float: left;
}
.iamgefld div{
   float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eee;
    margin-right: 15px; 
}
.iamgefld img{
  width: 60px;
    height: 60px;
    border-radius: 50%;  
}
.succeswallet .contentfld{
float: left;
}
.succeswallet .contentfld p{

}
.succeswallet .contentfld h4{

}




