@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial !important;
	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;
}

.box_icon {
    margin: 15PX;
}
.box_content {
    text-align: center;
}
.box_content p{
    text-align: center;
}
.box.special p{
    text-align: center;
}

.box.special.content p{
    text-align:justify;
}
.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;
}
section#main {
    margin-top: 60px !important;
}
/**---------------------------------conent--------------------------*/

.loginhome{
	text-align:center;
}

/*---------------------------------------*footer-----------------------------*/


.foot{
	background-color:#333334;
/*	position:fixed;*/
	bottom:0;
	width:100%;
	padding:6px;
}

.foot h6{
	color: #fff;
	width: auto;
    float: left;
	margin: 6px 0 0 5px;
}

.footim{
    width: 50%;
    float: right;
	margin-bottom:0;
    margin-right: 4px;
}

.footim li{
	list-style-type:none;
	float:right;
	
    margin-left: 10px;
	}
	
.footim img{
	margin-left:-8px;
	width:15px;
	height:15px;
}
	