.sidebar-collapse .main-header .navbar{
	margin-left:0px;
}
@media (max-width: 767px){
	.main-sidebar, .left-side {
	    padding-top:50px;
	}
	.control-sidebar {
	    padding-top: 50px;
	}
	.fixed .content-wrapper, .fixed .right-side {
	    padding-top: 50px;
	}
}



.country {background-image: url(../image/country.png); display: block;}
.america {background-position: -380px -190px; width: 93px; height: 93px;}
.argentina {background-position: -95px -0px; width: 93px; height: 93px;}
.bolivia {background-position: -285px -95px; width: 93px; height: 93px;}
.brazil {background-position: -380px -95px; width: 93px; height: 93px;}
.britain {background-position: -380px -285px; width: 93px; height: 93px;}
.chile {background-position: -285px -0px; width: 93px; height: 93px;}
.china {background-position: -285px -380px; width: 93px; height: 93px;}
.chinaten {background-position: -285px -380px; width: 93px; height: 93px;}
.colombia {background-position: -95px -95px; width: 93px; height: 93px;}
.costarica {background-position: -95px -285px; width: 93px; height: 93px;}
.ecuador {background-position: -0px -475px; width: 93px; height: 93px;}
.guatemala {background-position: -0px -285px; width: 93px; height: 93px;}
.honduras {background-position: -190px -190px; width: 93px; height: 93px;}
.india {background-position: -0px -380px; width: 93px; height: 93px;}
.korea {background-position: -380px -380px; width: 93px; height: 93px;}
.mexico {background-position: -285px -190px; width: 93px; height: 93px;}
.nicaragua {background-position: -0px -190px; width: 93px; height: 93px;}
.pakistan {background-position: -190px -380px; width: 93px; height: 93px;}
.panama {background-position: -380px -0px; width: 93px; height: 93px;}
.paraguay {background-position: -190px -0px; width: 93px; height: 93px;}
.peru {background-position: -190px -95px; width: 93px; height: 93px;}
.russia {background-position: -190px -285px; width: 93px; height: 93px;}
.elsalvador {background-position: -95px -190px; width: 93px; height: 93px;}
.ukraine {background-position: -285px -285px; width: 93px; height: 93px;}
.uruguay {background-position: -0px -95px; width: 93px; height: 93px;}
.venezuela {background-position: -0px -0px; width: 93px; height: 93px;}
.vietnam {background-position: -95px -380px; width: 93px; height: 93px;}

.form-logo{
	background:url("../image/common/form-logo.png") no-repeat;
	width:414px;
	height:55px;
	margin:0px auto;
}
.register-label-bannar-img {
	background:url("../image/register/register-bannar1.png") no-repeat;
	width:378px;
	height:201px;
	margin-top:30px;
}

.no-background{
	background:transparent !important;
}
.transparent{
	background:transparent !important;
	border:none !important;
	box-shadow:none !important;
}

a.disabled,
a.disabled:hover,
a.disabled:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #eee;
}

.forget-step{
	padding:5px 0px;
	border-right:1px solid #fff;
	color: #000;
	background-color:#d2d6de;
}
.forget-step::after{
	content:"";
	top:0px;
	right:-15px;
	position: absolute;
	z-index:2;
	font-size:0px;
	height:0px;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	border-left:15px solid #d2d6de;
}
.forget-step::before{
	content:"";
	top:0px;
	left:0px;
	position: absolute;
	z-index:1;
	font-size:0px;
	height:0px;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	border-left:15px solid #fff;
}
.forget-step:last-child{
	border-right:none;
}
.forget-step.active{
	color:#fff;
	background-color:#3c8dbc;
}
.forget-step.active::after{
	border-left:15px solid #3c8dbc;
}
.forget-step:first-child::before,
.forget-step:last-child::after{
	border:none;
}

.layer-btn{
	position:relative;
}
.validate-layer{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	line-height:32px;
	background:rgba(100,100,100,0.8);
	color:#fff;
}
.validate-layer.off{
	display:none;
}


.drawEdge {
	position: relative;
}

.drawEdge:after,.drawEdge:before {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	border: 1px solid transparent;
	width: 0;
	height: 0;
}

.drawEdge:after {
	top: 0;
	left: 0;
	-webkit-transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
	transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
}

.drawEdge:before {
	bottom: 0;
	right: 0;
	-webkit-transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
	transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
}

.drawEdge:hover:after,.drawEdge:hover:before {
	width: 100%;
	height: 100%;
}

.drawEdge:hover:after {
	border-top-color: #367fa9;
	border-right-color: #367fa9;
	-webkit-transition: width 0.2s ease-out,height 0.2s ease-out 0.2s;
	transition: width 0.2s ease-out,height 0.2s ease-out 0.2s;
}

.drawEdge:hover:before {
	border-bottom-color: #367fa9;
	border-left-color: #367fa9;
	-webkit-transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
	transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
}

.drawEdge {
	border: 1px solid #EDEDED;
	display: block;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.drawEdge:hover {
	border: 1px solid #367fa9;
	color:#fff;
}

.user-link-area{

}
.user-link-area .user-link-circle{
	height:85px;width:85px;line-height:85px;text-align:center;border-radius:50%;

	margin:10px auto 40px;
}
.user-link-area .user-link-circle{
	border: 1px solid #367fa9;
	color:#367fa9;
	font-size:60px;
	display: block;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}
.user-link-area:hover .user-link-circle{
	border-color:#ededed;
	-color:#ededed;
	-font-size:61px;
}
.user-link-area .user-link-circle .fa{
	vertical-align:baseline;margin:auto;
}
.user-link-area .user-link-footer{
	position:absolute;
	width:100%;
	text-align:center;
	color:#fff;
	height:25px;
	line-height:25px;
	cursor:default;
	bottom:0px;
	overflow: hidden;
	background-color: rgb(27,63,84);
	opacity:0.7;
	filter:Alpha(opacity=70);
	z-index:1;
}
.user-link-area .user-link-footer{
	height:25px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.user-link-area:hover .user-link-footer{
	height: 50px;
}

.sidebar-menu .select2-container--default .select2-selection--single{
	height:34px;
	border:1px solid #d9d9d9;
	border-radius:3px;
}
.sidebar-menu .select2-container--default .select2-selection--single:focus,
.sidebar-menu .select2-container--default .select2-selection--single:active{
	border-color:#a6a6a6;
}
.sidebar-menu .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding-left:0px;
}
.sidebar-menu .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:34px;
}

.sidebar-menu li.header{
	padding:10px 10px 10px 15px;
}
.sidebar-menu li.header .fa:hover{
	color:#3DA8F5;
}