html,
body {
  height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
    background-color: #3e495f;
}

ul li {text-align: left;line-height: 18.5714px;}
input[type=search] {line-height: 18.5714px;}

/*Datepicker*/
.wizard .bootstrap-datetimepicker-widget .collapse:not(.in){display: none!important; }
.datepicker-days  {padding: 10px;}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: #1AB394;
    border-color: #048A81;
}

.datepicker table tr td.active.day:hover {
    background-color: #1AB394;
    border-color: #048A81;
}

.datepicker table tr td.day.disabled {
    color: #e5e5e5;

}

/*loader_overlay*/
.no-js #loader-overlay { display: none;z-index: -1; }
.no-js #row-loader-overlay { display: none;z-index: -1; }

#loader-overlay {
    display: none;
    transition: opacity 1s;
    opacity: 1;
    position: fixed;
    padding: 0;
    margin: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background:  rgba(34, 34, 34, .3);
    min-height: 100%;max-height: 100%;
    overflow: hidden;
}

#row-loader-overlay {
    display: none;
    transition: opacity 1s;
    opacity: 1;
    position:  fixed;
    padding: 0;
    margin: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999990;
    background:  rgba(34, 34, 34, .3);
    min-height: 100%;max-height: 100%;
    overflow: hidden;
    vertical-align: middle;
}

#row_spinner {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 999990;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.overlay-hidden {display: none;}

#page-wrapper {height: 100%;}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #4aaf51;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #3e495f;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #4aaf51; color: #fff; text-shadow: none; }
::selection { background: #4aaf51; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #4aaf51;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/
.top-content {width: 100%;height: 100%; display: table;}
.container {text-align: center;max-width: 680px;}

.inner-bg {
    padding: 100px 0 170px 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {  
    padding: 15px;
	margin: 5px;
    -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
    height: 70px;
}

.form-top-left {
	float: left;
	width: 75%;  
    line-height: 70px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;    
	font-size: 36px;
	color: #ddd;
	line-height: 70px;
	text-align: right;
}

.form-bottom {
	padding: 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
    border-top: 5px solid #3e495f;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #4aaf51;
}

.form-bottom div.alert {
    margin-top: 0px;
    margin-bottom: 10px;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.inner-bg { padding: 60px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}

.login-form input[type="text"],
.login-form input[type="password"],
.login-form textarea,
.login-form textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.login-form textarea,
.login-form textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus,
.login-form textarea:focus,
.login-form textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.login-form input[type="text"]:-moz-placeholder, .login-form input[type="password"]:-moz-placeholder,
.login-form textarea:-moz-placeholder, .login-form textarea.form-control:-moz-placeholder { color: #888; }

.login-form input[type="text"]:-ms-input-placeholder, .login-form input[type="password"]:-ms-input-placeholder,
.login-form textarea:-ms-input-placeholder, .login-form textarea.form-control:-ms-input-placeholder { color: #888; }

.login-form input[type="text"]::-webkit-input-placeholder, .login-form input[type="password"]::-webkit-input-placeholder,
.login-form textarea::-webkit-input-placeholder, .login-form textarea.form-control::-webkit-input-placeholder { color: #888; }



button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #1ab394;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #1ab394; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #1ab394; color: #fff; }

.form-control.error {
    border: 3px solid #cc5965!important;
}

.login-form .form-control:focus, .single-line:focus {
    border-color: #1ab394 !important;
}


/*select2*/
.select2-dropdown {z-index: 2065;}

.input-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.select2-dropdown {
    border-color: #e7eaec;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(219,219,219,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(219,219,219,1);
    box-shadow: 1px 1px 5px 0px rgba(219,219,219,1);
}
ul.select2-results__options {padding: 0 4px 5px 4px;}
ul.select2-results__options > li {margin-top: 4px;}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e7eaec;
}

.select2-container .img-flag {
    height: 16px;
    width: 18px;
    margin-right: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e7eaec;
}

.select2-container .select2-selection--single{
    height: 34px;
    font-size: 14px;
    padding-top: 6px;
    line-height: 1.42857143;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {border-radius: 0;}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered  {
    line-height: 1.42857143;
    color: #676a6c;
    padding-left: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice  {
    border-color: #e5e5e5;
    background-color: #f8fafb;
    color: #1ab394;;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f3f3f4;
    color: #676a6c;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(59, 192, 162, 0.75);
    color: white;
}

.select2-selection--single.error, .select2-selection--multiple.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

span.default-selected {color: #1ab394;}
.select2-container--default .select2-results__option[aria-selected=true] span.default-selected {color: #fff;}

