@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
    overflow-y: scroll;
}


.dash nav.navbar-default {
    background-color: #fafafa !important;
    border-color: #cccccc !important; 
    background-image: none;
}

.dash nav.navbar {
    min-height: 80px !important;
    border-bottom: 1px solid ;
}
.dash.dropdown-menu {
  top: 50% !important;
}

button.dropdown-toggle.nav.navbar-nav.navbar-right {
    background: none;
    border: none;
    padding: 30px;

	font-weight:900;
}


.dash .dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 100 !important;
    line-height: 1.5;
}

.dash .dropdown-menu {
    top: 60%;
    background-color: #fafafa;
}

/*-------------------content-----------------------*/

.heading{
	height:50px;
	color:#FFF;
	margin:53px 0 25px 0;
	text-align:center;
	padding: 0;
}

.heading h4{
	padding:8px 0;
	font-weight:bold;
	color:#fff;
	background-color:#00aeef;
	}

.topics, .topicslist{
	padding:0;
	width: 80%;
    margin: auto;
}

.topics	li{
	width: 19.4%;
    
    text-align: center;
	list-style:none;
	display:inline-block;

}
.topics.retailer	li{
	width: 32.5%;
    
    text-align: center;
	list-style:none;
	display:inline-block;

}
.topicslist.retailer li{
	width:32.5%;
}

.topicslist	li{
	width:20%;
	text-align:center;
	position:relative;

}

.topicslist	li a{
	background: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;    	
	margin: auto;
	padding:11px;
	line-height: 1;
	}
	
.topicslist	{
	border:none;
}
.topicslist	li:before{
	position:absolute;
	content:"";
	width:100%;
	height:5px;
	background:#333;
	margin:auto;
	top:0;
	bottom:0;
	left:0;

}
.topicslist>li.active>a, .topicslist>li.active>a:focus, .topicslist>li.active>a:hover{
	background-color: #00aeef;
	border:none;
	color:#FFF;
}

.topicslist>li.active:before{
	background:#00aeef;
	z-index:0;
	
}

.select_arrow{
		/*background-image: url(../images/downarrow.png) !important;
		background-repeat: no-repeat !important;
		background-position: 98% center !important;
		background-size: 10px !important;
        -webkit-appearance: none !important;*/
	}

/*.topicslist.act2>li.active:before:nth-child(-n+2){
		
	background:#00aeef;
	z-index:0;
	
}*/


.topicslist>li>a:hover{
	border:1px solid #333;
	background:#333;
	}
	
	

.schoolform	{
	margin:10px auto;
	width:80%;
}

/*.form-control{
	height:50px;
	}*/

.btn-default{
	border-color: #333;
	background:none;
}

.btn-default:focus, .btn-default:hover {
    color: #fff;
    background-color: #333;
}

.btn-default.active, .btn-default:active {
    background-color: #fff;
    border-color: #333;
	}

.form-group .progress_box{
	padding: 0;
	margin: 0;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{
	width:130px;

}
input[type="submit"], input[type="reset"], input[type="button"], .button{
	height:initial;
	border: 1px solid #333;
	line-height: 1;
	background-color: transparent;
	line-height: 1.42857143;
	padding: 6px 12px;
	border-color: #333;
	color:#333;
	border-bottom: 1px solid #000 !important;
}
/*---------------------------------------*footer-----------------------------*/


.foot{
	background-color:#333334;
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px;
}

.foot h6{
	color: #fff;
	width: auto;
    float: left;
	margin: 5px 0 0 0;
}

.footim{
    width: 50%;
    float: right;
	margin-bottom:0;
}

.footim li{
	list-style-type:none;
	float:right;
	
    margin-left: 10px;
	}
	
.footim img{
	margin-left:1px;
	width:15px;
	height:15px;
}
	