@charset "utf-8";
/*
+----------------------------------------------------------------+																														
|	File Written By:																	
|	- Achintya De															
|	- http://a2zwebart.com														
|																							
|	File Information:																	
|	- Normalize CSS File																	
|	- assets/css/base.css																														
+----------------------------------------------------------------+
*/
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border-radius:0;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
a:focus, a:hover, a:active {
	outline: none;
}
.btn, .btn:hover, .btn:focus, .btn:active {
	out-line: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Placeholder configaration*/
input:-moz-placeholder, textarea:-moz-placeholder {
 color: #999999;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #999999;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #999999;
}
::selection {
	/*background: rgba(0, 0, 0, .2);*/ 
	background:#107C10;
	 color:#fff;
}
::-moz-selection {
 /*background: rgba(0, 0, 0, .2);*/
 background:#107C10;
 color:#fff; 
}
.wrapper {
	position: relative;
}
.wrapper:before, .wrapper:after {
	display: table;
	line-height: 0;
	content: "";
}
.wrapper:after {
	clear: both;
}

.container {
	position: relative;
	margin: 0 auto;
	display: block;
}

.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}
.container:after {
	clear: both;
}
.row:before, .row:after {
	display: table;
	line-height: 0;
	content: "";
}
.row:after {
	clear: both;
}
row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.clear {
	clear: both;
	display: block;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

.well {
  background-color: #F2F2F2;
  border: 1px solid #e3e3e3;
  box-shadow:none !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.well p{margin-bottom:10px !important;}

.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
	color: #686868;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0px 12px;
}
.form-control:focus {
	border-color: #107C10;
	outline: 0;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(102,175,233,.6)*/
	
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(0,0,0,.6)
}
.btn {
	-moz-user-select: none;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	padding: 0px 12px;
	height: 36px;
	outline: none;
}
.btn-primary {
	color: #fff;
	background-color: #107C10;
	border-color: #107C10
}
.btn-primary.focus, 
.btn-primary:focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover
 {
	color: #fff;
	background-color: #107C10;
	border-color: #107C10
}



.btn-primary:hover {
	color: #fff;
	background-color: #0E6F0E;
	border-color: #0E6F0E
}

.btn-default {
	color: #404040;
	background-color: #F2F2F2;
	border-color: #F2F2F2
}
.btn-default.focus, 
.btn-default:focus,
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover
 {
	color: #404040;
	background-color: #F2F2F2;
	border-color: #F2F2F2
}



.btn-default:hover {
	color: #404040;
	background-color: #E3E3E3;
	border-color: #E3E3E3
}



.dropdown-menu{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	}



.modal-content{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	}

.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}








/*Back top*/

#back-top {
	background: #087DC2 url("../images/back-top.png") no-repeat scroll 50% 50%;
	bottom: 7px;
	cursor: pointer;
	display: none;
	height: 35px;
	position: fixed;
	right: 12px;
	width: 35px;
	z-index: 9999;
	border: 1px solid #fff;
}
#back-top:hover {
	border-color: #fff;
	background: #076098 url("../images/back-top.png") no-repeat scroll 50% 50%;
}
#scrollTop a {
	color: #FFFFFF !important;
}
#scrollTop a:hover {
	color: #000000 !important;
}
