﻿/*body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;

	background: #e7e7e7;
	background: -moz-linear-gradient(top, #e7e7e7 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #f6f6f6));
	background: -webkit-linear-gradient(top, #e7e7e7 0%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #e7e7e7 0%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #e7e7e7 0%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #e7e7e7 0%, #f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#f1f1f1', GradientType=0);

	min-width: 1200px!important; 
	overflow: auto!important;
}*/

@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

#loading {
	width: 100%;
	min-height: 1000px;
	height: 100%;
	background: #e7e7e7;
}

	#loading div {
		position: absolute;
		display: block;
		width: 250px;
		text-align: center;
		top: 40%;
		left: 45%;
	}

		#loading div h3 {
			text-align: center;
			margin: 0;
		}

/*footer {
	background-color: #02438a;
	clear: both;
	font-size: 14px;
	color: #b1d1f3;
	width: 100%;
	height: 40px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select {
    max-width: 280px;
}*/

h2, h2>span {
	color: #04498b;
	font-size: 28px;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors,
.validationMessage {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

.logos {
	padding: 5px 0 10px 0;
}

.menu-blue {
	background-color: #00488b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0055a4), to(#00488b));
	background-image: -webkit-linear-gradient(top, #0055a4, #00488b);
	background-image: -moz-linear-gradient(top, #0055a4, #00488b);
	background-image: -o-linear-gradient(top, #0055a4, #00488b);
	background-image: -ms-linear-gradient(top, #0055a4, #00488b);
	background-image: linear-gradient(top, #0055a4, #00488b);
	color: lightblue;
}

.body-content {
	min-height: 400px;
}

.blue-button {
	font-size: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #04498b;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	/*color: lightblue;*/
	color: #fff;
	border: 0;
}

	.blue-button:hover {
		background-color: #006fd7;
		/*color: lightblue;*/
		color: #fff;
	}

.red {
    color: #ed1d24;
}

.red-button {
	font-size: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	border: 0;
	/*color: lightblue;*/
	color: #fff;
	background: #ed1d24;
	text-decoration: none;
}

	.red-button:hover {
		background-color: #f14c52;
		/*color: lightblue;*/
		color: #fff;
	}


.green-button {
	font-size: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	border: 0;
	/*color: lightblue;*/
	color: #fff;
	background: #009900;
	text-decoration: none;
}

	.green-button:hover {
		background-color: #10A910;
		/*color: lightblue;*/
		color: #fff;
	}

.btn-add-user {
	background-image: url('/content/images/add-user-64.png');
}

.btn-ret-login {
	background-image: url('/content/images/login-64.png');
}

.btn-resend {
	background-image: url('/content/images/message-outline-64.png');
}

.btn-book {
	background-image: url('/content/images/planner-64.png');
}

.btn-apps {
	background-image: url('/content/images/filing-cabinet-64.png');
}

.btn-invoices {
	background-image: url('/content/images/invoice-64.png');
}

.btn-profile {
	background-image: url('/content/images/user-64.png');
}

.big-button {
	background-repeat:no-repeat;
	background-position: center 25px;
	width: 310px;
	height: 170px;
	padding-top: 90px;
}

.big-button-noicon {
	background-repeat:no-repeat;
	background-position: center 25px;
	width: 310px;
	height: 170px;
}

.reg-button {
	width: 250px;
	height: 50px;
}

.h210 {
	height: 210px;
}


.copy-addr {
	text-align: right;
	padding-right: 10px;
	margin-top: 8px;
}

.in-header {
	position: absolute;
	top: 10px;
}

.logout {
	margin-left: 30px;
	color: #fff;
}

.logout:hover {
	background: transparent!important;
	color: #fff;
}

.small-red {
	color: #ed1d24;
	font-weight: normal;
}

.small {
    font-size: 14px;
}

.nw {
	white-space: nowrap;
}

.tar {
	text-align:right;
}

.bcw {
	background: #FFF;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left!important;
}

.fs24 {
    font-size: 24px;
}

.w100 {
	width: 100px;
}

.w120 {
	width: 120px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.mt7 {
	margin-top: 7px;
}

.mt30 {
	margin-top: 30px;
}

.mt25 {
	margin-top: 25px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 60px;
}

.mt38 {
	margin-top: 38px;
}

.mb10 {
	margin-bottom: 10px;
}

.mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mt10b50 {
	margin-top: 10px;
	margin-bottom: 50px;
}

.ml7 {
	margin-left: 7px;
}

.ml30 {
	margin-left: 30px;
}

#navFrame, .nomlr {
	margin-left: 0px;
	margin-right: 0px;
}

.navbar {
    margin-bottom: 0px;
	min-height: 80px;
}

.w520 {
	width: 700px;
}

.f11 {
	font-size: 11px;
}

.hidden {
	display: none;
}

.nopad {
	padding: 0!important;
}

.dib {
	display: inline-block!important;
}

.k-autocomplete {
	border-color: #cccccc!important;
	width: 280px!important;
	white-space: nowrap;
}

.k-input {
	display: inline-block!important;
}

.k-dropdown, .k-state-default.k-dropdown-wrap, .k-timepicker, .k-datepicker {
	background-color: transparent!important;
	padding: 0!important;
	border-color: #cccccc!important;
	width: 280px!important;
}

.form-control {
	display: inline-block;
}

.error, .error2 {
	color: #ed1d24;
	font-size: 12px;
	padding-left: 7px;
}

.w100prc {
	width: 100%!important;
}

.description-box {
	width: 100%!important;
	height: 70px;
	border-color: #daecf4!important;
	border-width: 1px;
}

.toast-top-center {
top: 10px;
margin: 0 auto;
left: 40%;
}

.k-header:not(.k-autocomplete)), .k-grid-header, .k-pager-wrap {
	border-color: #02438a!important;
	background-color: #02438a!important;
	color: #fff !important;
}

.k-header a, .k-grid-header a, .k-pager-numbers li a  {
	color: #fff !important;
}

.k-dropdown {
	border-color: #daecf4!important;
	background-color: #F4F0F2!important;
}

.k-textbox {
	border-color: #cccccc !important;
	background-color: #FFFFFF !important;
	color: #555 !important;
	width: 100% !important;
	height: 34px !important;
}


/* Container */
.new-container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #f2f2f2;
}
/* Navigation */
header {
	width: 100%;
	height: 10px;
	background-color: #03438a;
	border-bottom: 1px solid #03438a;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-left: 0px;
	letter-spacing: 4px;
}
.sp_logo {
	
	width: 25%;
	max-width: 250px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
.hero_header {
	color: #333;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-color: #03438a;
	padding-top: 10px;
	padding-bottom: 10px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: bold;
	letter-spacing: 1px;
}
.van {
	width: 70%;
	height: auto;
	max-width: 250px;
	max-height: ;
	margin-top: 0px;
	padding-right: 10px;
}
/* About Section */
.text_column {
	width: 33%;
	text-align: left;
	font-weight: lighter;
	line-height: 20px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}

span,div {
    font-size: 16px;
}

/* More info */
.column1 {
	background-color: #b8c6c9;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 30px;
	height: auto;
}
.footer {
	background-color: #ffffff;
	padding-bottom: 35px;
}
.footer_column {
	width: 33%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
}
footer .footer_column h4 {
	color: #;
	text-align: center;
}
footer .footer_column p {
    font-size: 16px;
	color: #000;
	background-color: ;
}
.cards {
	width: 90%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}

footer .footer_column p {
    font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
	text-align: center;
	line-height: 20px;
	font-weight: 600;
	margin-left: 5px;
	margin-right: 5px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	background-color: #f2f2f2;
	color: #03438a;
	font-size: 13px;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	height: 90px;
	background-color: #03438a;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 2px;
	border-top-width: 2px;;
}
footer {
	display: inline-block!important;
    width: 100%;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.new-container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.new-container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
/* Bordered form */
form {
    border: 3px solid #;
	font-family: source-sans-pro;
}

/* Full-width inputs */
input[type=text], input[type=password], input[type=email] {
    width: 100%;
    padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Arial;
    color: #000;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
}

/* Set a style for all buttons */
button {
    background-color: #fb540a;
    color: white;
    padding: 8px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: Arial;
}


/* Add padding to containers */
.container1 {
    padding-left: 10px;
	padding-right: 10px;
}

/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 20px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}

.toast-close-button{
    width: 32px;
}

.form-group {
    line-height: 40px;
}

.k-autocomplete .k-input {
    height: 32px!important;
}

.k-picker-wrap .k-input {
    height: 36px!important;
}

.navbar-nav {
    color: #fff;
    position: absolute;
    top: 20px; 
    right: 10px;
}