* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	color: #777;
	font-size: 14px;
	font-weight: 600;
}
a{
	color: #808080;
}
a:hover{
	color: #444;
	text-decoration: none;
}
ul{
	padding: 0;
	margin:0;
	list-style: none;
}
.form-control{
	border-radius: 0;
}
.form-control:focus{
	box-shadow: none;
	border-color: #888;
}
.table thead th,.table td, .table th{
	border: 0;
}
.table-dark{
	color: #000;
}
.table-dark > th {
    background-color: #d1d1d1;
    font-weight: 600;
}
.bg-gray{
	background: rgba(0,0,0,0.04);
}
.bg-white{
	background: rgba(255,255,255,0);
}
.shado{
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.05);
}
.btn-default{
	color: #fff;
	background: #5d5f9a;
	min-width: 120px;
	border-radius: 0;
	padding: 7px 30px;
}
.btn-default:hover{
	color: #fff;
	background: #000;
}
.step-hedding{
	color: #444;
	font-weight: 600;
	margin-top: 14px; 
	padding-left: 40px;
}
.no-of-step{
	font-size: 30px;
	font-weight: 600;
	color: #000;
}
.no-of-step span{
	font-size: 20px;
	font-weight: 600;
	color: #000;

}
#step1 .step-body {
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.setup-step-list li{
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.setup-step-list li.active a{
	color: #444;
}
.setup-step-list li:last-child{
	border-bottom: 0;
}
.step-body .h6{
	font-weight: 600;
	color: #444;
}
.admin-layout-content{
	padding: 100px 0;
}
#step4 .step-body .thume {
    height: 150px;
    width: 150px;
    margin: 0 auto;
    border-radius: 50%;
    cursor: pointer;
    background: rgb(240,240,240);
	background: radial-gradient(circle, rgba(240,240,240,1) 100%, rgba(255,255,255,1) 0%);
}
.admin-layout-footer ul li{
	padding: 0 10px;
}
.admin-layout-footer ul li:after{
	content: "|";
	margin-left: 20px; 
}
.admin-layout-footer ul li:last-child:after{
	content: none;
}

/* Menu */
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);


/* Menu End */


@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 470px) {

}