@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Muli');

body {
    color: #999 !important;
    text-decoration: none !important;
	font-family: 'Muli', sans-serif !important;
}

.container {
	padding: 70px 0 !important;
}
.form-width {	
	padding: 0px 30px 15px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	box-shadow: 0px 2px 1px #ddd;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-header {	
	margin: 0 -30px;
    margin-bottom: 30px !important;
	background: #007bff;
	padding: 15px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.24);
	color:white !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, input.checkbox:focus {
	outline:0px auto -webkit-focus-ring-color !important;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
	color: #007bff !important;
    background-color: white !important;
    border: 1px solid #007bff !important;
    text-decoration: none;
}
.btn:active {
	box-shadow:none !important;
}
.btn-default {
	width:100%;
	border-radius: 2px !important;
	box-shadow:1px 4px 7px 0px rgba(99, 97, 97, 0.24);
	color:white !important;
	background-color: #007bff !important;
	border-color: transparent !important;
}
.btn.focus, .btn:focus {
	box-shadow:none !important;
}
.form-group {
	height: 40px;	
}
.form-control {
	padding-left: 36px !important;	
}
.form-control:focus {
	border-color: #ced4da !important;
    box-shadow: none !important;
}
.iconalign {	
	top: -38px;
    position: relative;
    padding: 11px;
}

.btn-browse {
	background-color:#007bff;
	color:white;
	border-radius: 0px !important;
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	height:40px;
}
.btn-browse:hover, .btn-browse:focus {
	background-color:#007bff !important;
	color:white !important;
}
.file {
	visibility:hidden;
	position:absolute;
}

.icon-button {
	background-color: #007bff;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;
}
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
	background-color: #4099ff;
}
.icon-button i {
	background: none;
	color: white;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 50px;
	z-index: 10;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}
.rating{
	direction: rtl;
}
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}
.rating:not(:checked) > label {
	direction: rtl;
    width:1em;
    padding:0.1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
}
.rating:not(:checked) > label:before {
    content: '★ ';
}
.rating > input:checked ~ label {
    color: #007bff;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #007bff;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #007bff;
}
.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}



select {
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	-o-appearance:none !important;
}




