﻿#loading {
    position:fixed;
    top:50%;
    left:50%;
    z-index:1104;
}

.top-buffer {
    margin-top: 10px;
}

 .no-wrap {
    white-space: nowrap;
}

.hiddenElement {
visibility: hidden;
display: none;
}

.noBorder {
    border: 0;
}

.setWidth450{
    width: 450px;
}

#idletimeout { 
    background:#CC5100; 
    border:3px solid #FF6500; 
    color:#fff; 
    font-family:arial, sans-serif; 
    text-align:center; 
    font-size:12px; 
    padding:10px; 
    position:relative; 
    top:0px; 
    left:0; 
    right:0; 
    z-index:100000;  
}
#idletimeout a { 
    color:#fff; 
    font-weight:bold 
}
#idletimeout span { 
    font-weight:bold 
}

.has-error {
    color:red;
}
.error {
    color:#FF0000;
}
.color-red {
    color: red;
}
img {
    max-width: 100%;
    height: auto;
}
.text-white{
    color: black;
}
.res-input{
    background-color:rgba(255,255,255,0.75)
}
.res-wrapper {
		float: left;
		width: 100%;
        height: 600px;
		margin:0 0 0 0;
		padding:0 0 0 0;
		
		border-bottom: 10px solid #fff;
		
		background-image: url('images/jarek-ceborski-250955-unsplash.jpg');
		background-size:cover;
		background-repeat: no-repeat;
	}
	.res-margins {
		margin:0 0;
		width: 1170px;
	}
	.res-container {
		float: left;
        display: block;
		margin-left: auto;
        margin-right: auto;
		padding:10px 0 350px 0;
	}
	@media screen and (max-device-width: 1200px), (max-width: 1200px) {
		.res-margins {
			margin:0;
			width: auto;
		}
		.res-container {
			padding:10px 0 200px 0;
		}
	}
	@media screen and (max-device-width: 960px), (max-width: 960px) {
		.res-container {
			padding:10px 0 150px 0;
		}
	}
	@media screen and (max-device-width: 767px), (max-width: 767px) {
		.res-wrapper {
			background-position: center center;
		}
		.res-container {
			width: 65%;
			padding:10px 0 70px 0;
		}
		.res-container h1 {
			font-size: 24px;
		}
		.res-container h2 {
			font-size: 18px;
		}
	}
	@media screen and (max-device-width: 650px), (max-width: 650px) {
		
        .res-container {
			width: 100%;
			padding:10px 0 35px 0;
		}
		.res-container h1 {
			font-size: 20px;
		}
		.res-container h2 {
			font-size: 16px;
		}
	}
.res-btn {
    background-color: #93d50a;
    border-color: #93d50a;
}
.padding-clear{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
}
p, div {
    font-family: 'Open Sans', sans-serif !important;
}
body {
   font-family: 'Open Sans', sans-serif !important;
}
.mimicH3{
    font-size:22px;
    font-weight:500;
    line-height:1.2;
    color:#343434;
}
.bg-baldwin-blue{
    background-color: #003468;
}
.bg-baldwin-green{
    background-color: #c2cd23;
}

.baldwin-logo{
    height: 75px;
    width: 148px;
    background-color: #003468;
}

.logo-bar{
    background-color: #003468 !important;
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #ffffff;
    background-color: #333;
}
td {
	border: 1px solid black;
}

.table-padding {
	padding-right: 25%;
}

.column-sizing {
	width: 70%;
}

#div-cc-cvv .popover {
	width: 300px;
	max-width: none;
}

.privacybox {
	background-color: white;
	color: black;
	border: 3px solid black;
}

.scrollToTop {
	position: fixed !important;
	bottom: 20px !important;
	right: 20px !important;
	z-index: 1000 !important;
}

.add-margin-bottom {
	margin-bottom: 15px;
}

.black-text {
	color: #000000;
}

.white-text {
	color: white;
}

.underline {
	text-decoration: underline;
}

.modal-title {
	color: white;
}