* {
	outline: none !important
}
a{
	text-decoration: none !important;
}
body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	overflow-x: hidden;
	color: #686868;
	font-weight: 300;
}

html {
	position: relative;
	min-height: 100%;
	background: #ffffff
}
::-webkit-scrollbar {
	width: 3px;
}

::-moz-scrollbar {
	width: 3px;
}

::-ms-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-thumb {
	background: #dddddd;
}

::-moz-scrollbar-thumb {
	background: #dddddd;
}

::-ms-scrollbar-thumb {
	background: #dddddd;
}

::-moz-selection {
	background: #03a9f3;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #03a9f3;
	color: #fff;
	text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #2b2b2b;
    font-family: Poppins,sans-serif;
    margin: 10px 0;
    font-weight: 300;
}
h3 {
    line-height: 30px;
    font-size: 21px;
}
.p-0 {
	padding: 0 !important
}

.p-10 {
	padding: 10px !important
}

.p-20 {
	padding: 20px !important
}

.p-30 {
	padding: 30px !important
}

.p-l-0 {
	padding-left: 0 !important
}

.p-l-10 {
	padding-left: 10px !important
}

.p-l-20 {
	padding-left: 20px !important
}

.p-r-0 {
	padding-right: 0 !important
}

.p-r-10 {
	padding-right: 10px !important
}

.p-r-20 {
	padding-right: 20px !important
}

.p-r-30 {
	padding-right: 30px !important
}

.p-r-40 {
	padding-right: 40px !important
}

.p-t-0 {
	padding-top: 0 !important
}

.p-t-10 {
	padding-top: 10px !important
}

.p-t-20 {
	padding-top: 20px !important
}

.p-b-0 {
	padding-bottom: 0 !important
}

.p-b-10 {
	padding-bottom: 10px !important
}

.p-b-20 {
	padding-bottom: 20px !important
}

.p-b-30 {
	padding-bottom: 30px !important
}

.p-b-40 {
	padding-bottom: 40px !important
}

.m-0 {
	margin: 0 !important
}

.m-l-5 {
	margin-left: 5px !important
}

.m-l-10 {
	margin-left: 10px !important
}

.m-l-15 {
	margin-left: 15px !important
}

.m-l-20 {
	margin-left: 20px !important
}

.m-l-30 {
	margin-left: 30px !important
}

.m-l-40 {
	margin-left: 40px !important
}

.m-r-5 {
	margin-right: 5px !important
}

.m-r-10 {
	margin-right: 10px !important
}

.m-r-15 {
	margin-right: 15px !important
}

.m-r-20 {
	margin-right: 20px !important
}

.m-r-30 {
	margin-right: 30px !important
}

.m-r-40 {
	margin-right: 40px !important
}

.m-t-5 {
	margin-top: 5px !important
}

.m-t-0 {
	margin-top: 0 !important
}

.m-t-10 {
	margin-top: 10px !important
}

.m-t-15 {
	margin-top: 15px !important
}

.m-t-20 {
	margin-top: 20px !important
}

.m-t-30 {
	margin-top: 30px !important
}

.m-t-40 {
	margin-top: 40px !important
}

.m-b-0 {
	margin-bottom: 0 !important
}

.m-b-5 {
	margin-bottom: 5px !important
}

.m-b-10 {
	margin-bottom: 10px !important
}

.m-b-15 {
	margin-bottom: 15px !important
}

.m-b-20 {
	margin-bottom: 20px !important
}

.m-b-30 {
	margin-bottom: 30px !important
}

.m-b-40 {
	margin-bottom: 40px !important
}

/* -----------------------------------*/
/* ---->>> OVERRIDE BOOTSTRAP  <<<----*/
/* -----------------------------------*/


.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}


.form-control {
    background-color: #ffffff;
    border: 1px solid #e4e7ea;
    border-radius: 0;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.btn-default:hover, .btn-default.disabled:hover, .btn-default:focus, .btn-default.disabled:focus, .btn-default.focus, .btn-default.disabled.focus {
    opacity: .8;
    border: 1px solid #e4e7ea;
    background: #e4e7ea;
}
.input-group-btn .btn {
    padding: 8px 12px;
	border-radius: 0;
	background: #e4e7ea;
	border: 1px solid #e4e7ea
}
.form-control:focus {
    box-shadow: none;
    border-color: #2b2b2b;
}


.form-control-line {
	border-left: 0 none;
	border-radius: 0;
	border-right: 0 none;
	border-top: 0 none;
	box-shadow: none;
	padding-left: 0
}

.has-success .form-control {
	border-color: #00c292;
	box-shadow: none !important
}

.has-warning .form-control {
	border-color: #fec107;
	box-shadow: none !important
}

.has-error .form-control {
	border-color: #fb9678;
	box-shadow: none !important
}

.input-group-addon {
	border-radius: 2px;
	border: 1px solid rgba(120, 130, 140, 0.13)
}

.input-daterange input:first-child,
.input-daterange input:last-child {
	border-radius: 0
}

.form-material .form-group {
	overflow: hidden
}

.form-material .form-control {
	background-color: rgba(0, 0, 0, 0);
	background-position: center bottom, center calc(99%);
	background-repeat: no-repeat;
	background-size: 0 2px, 100% 1px;
	padding: 0;
	-webkit-transition: background 0s ease-out 0s;
	transition: background 0s ease-out 0s
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
	background-image: -webkit-linear-gradient(#9675ce, #9675ce), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
	background-image: linear-gradient(#9675ce, #9675ce), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	float: none
}

.form-material .form-control.focus,
.form-material .form-control:focus {
	background-size: 100% 2px, 100% 1px;
	outline: 0 none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.form-bordered .form-group {
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
	padding-bottom: 20px
}
.login-register {
    /*background: url(../images/banner.jpg) center center/cover no-repeat!important;*/
    height: 100%;
    /*position: fixed;*/
}
.login-box {
	width: 400px;
	background: #ffffff;
    position: absolute;
    top: 12%;
    left: 50%;
    margin-left: -200px;
}
.signup-box {
    width: 600px;
    background: #ffffff;
    position: absolute;
    top: 12%;
    left: 45%;
    margin-left: -200px;
}

.login-box .footer {
	width: 100%;
	left: 0;
	right: 0
}

.login-box .social {
	display: block;
	margin-bottom: 30px
}

#recoverform {
	display: none
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    /*box-shadow: 1px 0 50px rgba(0,0,0,.2);*/
}
.white-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
}
.white-box .box-title {
    margin: 0 0 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.form-horizontal .form-group {
	margin-left: -7.5px;
	margin-right: -7.5px;
	margin-bottom: 25px
}
.checkbox {
	padding-left: 20px
}

.checkbox label {
	display: inline-block;
	padding-left: 5px;
	position: relative
}

.checkbox label::before {
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	background-color: #ffffff;
	border-radius: 1px;
	border: 1px solid rgba(120, 130, 140, 0.13);
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 17px;
	outline: none !important
}

.checkbox label::after {
	color: #2b2b2b;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	left: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	position: absolute;
	top: 0;
	width: 16px
}

.checkbox input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: none !important
}

.checkbox input[type="checkbox"]:disabled+label {
	opacity: .65
}

.checkbox input[type="checkbox"]:focus+label::before {
	outline-offset: -2px;
	outline: none;
	outline: thin dotted
}

.checkbox input[type="checkbox"]:checked+label::after {
	content: "\f00c";
	font-family: 'FontAwesome'
}

.checkbox input[type="checkbox"]:disabled+label::before {
	background-color: #e4e7ea;
	cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%
}

.checkbox.checkbox-inline {
	margin-top: 0
}

.checkbox.checkbox-single label {
	height: 17px
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
	background-color: #ab8ce4;
	border-color: #ab8ce4
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
	color: #ffffff
}


.text-center{
	text-align: center !important;
}
.text-dark {
    color: #686868!important;
}
.btn-info, .btn-info.disabled {
    background: #03a9f3;
    border: 1px solid #03a9f3;
}
.btn{
	border-radius: 0;
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info.focus, .btn-info:focus, .btn-info:hover {
    background: #03a9f3;
    opacity: .8;
    border: 1px solid #03a9f3;
}
.login-box .social {
    display: block;
    margin-bottom: 30px;
}
.btn-facebook {
    color: #fff!important;
    background-color: #3b5998!important;
}
.btn-googleplus {
    color: #fff!important;
    background-color: #dd4b39!important;
}
.text-primary {
    color: #ab8ce4;
}
.text-muted {
    color: #8d9ea7;
}
.btn-primary, .btn-primary.disabled {
    background: #ab8ce4;
    border: 1px solid #ab8ce4;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background: #ab8ce4;
    opacity: .8;
    border: 1px solid #ab8ce4;
}
label.error{
    color: #f00;
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 0;
	position: absolute;
}
.invalid-attempt{
	color: #f00;
	text-align: center;
	margin-bottom: 7px;
}
