﻿*{
	transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
}

@font-face {
	font-family: 'BYekan';
	src: url('../fonts/BYekan.eot');
	src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BYekan.woff') format('woff'),
	url('../fonts/BYekan.ttf') format('truetype'),
	url('../fonts/BYekan.svg#BYekan') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'BMitra';
    src: url('../fonts/BMitra.eot');
    src: url('../fonts/BMitra.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BMitra.woff') format('woff'),
         url('../fonts/BMitra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BoldMitra';
    src: url('../fonts/BMitraBold.eot');
    src: url('../fonts/BMitraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BMitraBold.woff') format('woff'),
         url('../fonts/BMitraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html{
	height: 100%;
}

hr{
	clear: both;
}

body{
	background: #F1F1F1;
	color: #444;
	overflow-x: hidden;
	font-family: BYekan;
	font-size: 13px;
}

a{
	color: #FF5C5C;
}

a:hover, a:focus{
	color: #db5353;
	text-decoration: none;
	outline: 0;
}

area{
	cursor: pointer;
}

i{
	vertical-align: middle;
}

section, footer, header, aside{
	display: block;
}

label{
	font-weight: normal;
	cursor: pointer;
}

/* HEADER */


/* MAIN */

#main{
	margin-top: -20px;
	min-height: 500px;
}

.page{
	padding-top: 50px;
}


/* LOGIN */

#login{
	margin-top: 5%;
	padding-bottom: 35px;
	padding-right: 10px;
	padding-left: 10px;
}

.captcha{
	border: 1px solid #DDD;
	border-radius: 5px;
	cursor: pointer;
}

#login > .panel > .register >.alert,
#login > .panel > .login >.alert{
	display: none;
}

#login label{
	margin-bottom: 10px;
	width: 100%;
}

#login input{
	margin-top: 5px;
}

#login input[type="checkbox"]{
	width: auto;
	vertical-align: middle;
	margin-top: 0;
}

#login input.left{
	text-align: left;
	direction: ltr;
}

#login > .panel{
	width: 400px;
	margin: 20px auto;
	border: 0;
	box-shadow: none;
	background: transparent;
}

div.btn{
	display: block;
}

#login > .panel > .register{
	clear: both;
	padding: 20px;
	transition: none;
	background: #FFF;
}

#login > .panel > .login{
	display: block;
	clear: both;
	padding: 20px;
	transition: none;
	background: #FFF;
}

#login > .panel > .tabs{
	background-color: #ddd;
	overflow: hidden;
}

#login > .panel > .tabs > .tab{
	background-color: #ddd;
	width: 44%;
	margin: 10px 3% 0;
	float: right;
	text-align: center;
	padding: 20px 0 14px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #A4A4A4;
	border-bottom: 0;
	cursor: pointer;
}

#login > .panel > .tabs > .tab.active{
	background-color: #FFF;
	padding: 16px 0 14px;
	border-top: 5px solid #FF5C5C;
}

.required{
	color: red;
	font-family: arial;
	top: 5px;
}

/* FOOTER */

.copyright{
	text-align: left;
	margin-top: 20px;
	clear: both;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.copyright a{
	color: #ff5c5c;
}

.sel-half{
	float: right;
	width: 49%;
	margin: .5%;
}

.sel-full{
	width: 99%;
	margin: .5%;
	clear: both;
}

.form-control{
	font-size: 13px;
}

.btn{
	font-size: 13px;
}
.btn:focus{
	outline: none;
	outline-offset: none;
}

.form-control:focus {
	border-color: #FF5C5C;
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(233, 102, 102, 0.6);
}

.no-select{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.loader{
	background: rgba(255, 255, 255, 0.6) url('images/loader.GIF') center no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 90;
	display: none;
	transition: all 0s;
	-webkit-transition: all 0s;
}

.splitter{
	margin: 10px 0 5px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #DEDEDE;
	clear: both;
}

/* RESPONSIVATION */

@media screen and (max-width: 1100px){



}

@media screen and (max-width: 992px){



}

@media screen and (max-width: 850px){

.showable{
	display: table-cell;
}

.removable{
	display: none;
}

.dropdown-menu{
	position: relative;
}

}

@media screen and (max-width: 750px){

}

@media screen and (max-width: 550px){

#login > .panel{
	width: 100%;
}

}