.margin-top-10{
	margin-top: 10px;
}
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}body {
    background-color: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
    color: #7a7676;
    line-height: 20px;
    font-size: 14px;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
	margin: 0px;
	padding: 0px;
	position: relative;
	padding-bottom: 6rem;
	min-height: 100%;
}
#save-info {
	height: 30px;
    position: fixed;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	background-color: #4cae4c;
    color: white;
}
input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    color: #767676;
}

a {
    color: #DB5E1C;
}

a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #353F4F;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
}

.nav-side-menu {
  overflow: auto;
  font-size: 14px;
  background-color: #04397b;
  position: fixed;
  top: 0px;
  width: 260px;
  height: 100%;
  color: #e1ffff;
  z-index: 10;
}
.nav-side-menu .brand {
  background-color: #ffffff;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  padding-bottom: 8px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li a:before,
.nav-side-menu li .sub-menu li a:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
  display: block;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
	margin-top: 40px;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
	.main-content {
		margin-left: 0px;
	}
}
@media (min-width: 767px) {
	.nav-side-menu .menu-list .menu-content {
	  display: block;
	}
	.main-content {
		margin-left: 260px;
	}
}

.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-10 {
	margin-top: 10px;
}
.right-menu{
	height: 100%;
	margin-right: 50px;
}
.content{
	margin-top: 20px;
}
.pagination > span {
	margin-left: 5px;
	margin-right: 5px;
}

.panel-heading {
    background: #04397b none repeat scroll 0 0;
    color: #ffffff;
}
.panel-heading {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
	color: #ffffff;
}
.sort-th{
	color: #db5e1c;
	font-weight: bold;
}

.public-panel {
	width: 100%;
	background-color: #ffffff;
	margin-top: 50px;
	padding-top: 20px;
	min-height: 300px;
	overflow: visible;
}
.text-bold {
	font-weight: bold;
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.required {
	color: red;
}

.calendar-binding-date {
	background-color: blue !important;
}
.calendar-escrow-date {
	background-color: green !important;
}
.calendar-cutoff-date {
	background-color: yellow !important;
	color: black;
}
.calendar-cutoff-date {
	color: black !important;
}
.calendar-closing-date {
	background-color: black !important;
}
.calendar-da-date {
	background-color: red !important;
}
.calendar-day {
	padding-left: 4px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: white;
	cursor: pointer;
}
.table {
	background-color: #ffffff;
}
.content-div {
	width: 100%;
	overflow: visible;
	min-height: 400px;
}

.alert {
    background-color: #fcf8e3;
    border: 1px solid #a73a99;
    border-radius: 4px;
    color: #a73a99;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-danger, .alert-error , input.error, select.error, button.error, div.custerror {
    background-color: #f2dede;
    border-color: #c9302c;
    color: #c9302c;
}
.page-heading h3{
	margin-left: 12px;
}
.text-white, a.text-white:hover, a.text-white:active{
	color:white;
	font-weight: normal;
}

.login-body, .public-body {
    background: #DB5E1C url("../img/login-bg.jpg") no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.form-signin {
    max-width: 420px;
    margin: 100px auto;
    background: #ffffff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border-top: 10px solid #f00;
}

.form-signin .form-signin-heading {
    margin: 0;
    padding: 0 0px;
    text-align: center;
    color: #fff;
    position: relative;
    
}
.form-feedback {
    max-width: 620px;
    margin: 100px auto;
    background: #ffffff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border-top: 10px solid #f00;
}

.form-feedback .form-signin-heading {
    margin: 0;
    padding: 0 0px;
    text-align: center;
    color: #fff;
    position: relative;
    
}

.form-activate {
    max-width: 800px;
    margin: 100px auto;
    background: #ffffff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border-top: 10px solid #f00;
	color: black;
    padding: 0 0px;
    text-align: left;
}
.checkbox.log-check input[type=checkbox] {
    margin-left: 0;
	margin-top: 5px;
}

.checkbox.log-check span{margin-left:  18px;}

.sign-title {
    font-size: 24px;
    color: #04397B;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.login-form-container, .activation-form-container {
	margin: 10px;
}

.btn-red {
	background-color: #f00;
    border-color: #f00;
    color: #ffffff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
	background-color: rgb(80, 80, 80);
    border-color:  rgb(80, 80, 80);
    color: #ffffff;
}
.modal-content {
	background: #fafafa none repeat scroll 0 0;
    border-radius: 0;
    border-top: 10px solid #f00;
}

footer {
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	text-align: center;
	padding-left: 260px;
}
body.public-body footer{
	padding-left: 10px;
}
.fc-event{
	position: inherit !important;
}
.calendar-checkbox {
	margin-right: 5px !important;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
#image-slider {
	 width: 98%;
}
#image-slider .item{
	width: 100%;
	overflow: visible;
	background-color: white;
}
#image-slider .item img{
	display: block;
	width: auto;
	height: 500px;;
	max-height: 500px !important;
	margin-left: auto;
	margin-right: auto;
}
.text-red {
	color: red;
}
.text-green {
	color: green;
}
.text-blue {
	color: #a73a99;
}
.text-fb {
	color: blue;
}
.text-yellow {
	color: #f8da4e;
}
.text-orange {
	color: #f6a828;
}
.contract-checkboxes-table td{
	text-align: center;
}

.public-content {
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
	max-width: 1000px;
	background-color: #ffffff;
	margin-top: 20px;
	padding-bottom: 20px;
}
div#loader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 1100; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #333 url('../img/loading.gif') no-repeat center center; 
	opacity: 0.8;
}
tr.canceled td {
	text-decoration: line-through;
}

tr.no-border-bottom, tr.no-border-bottom > td {
	border-bottom: 0px transparent;
}
tr.no-border-top, tr.no-border-top > td {
	border-top: 0px !important;
}
tr.even {
	background-color: #ffffff;
}
tr.odd {
	background-color: #f5f5f5;
}
tr.hover{
	background-color: #e1e1e1;
}

.gg_login .form-signin{
  margin: 30px auto;
}

.gg_login .form-signin,
.gg_login .modal-content {
  border-color: #d5ad5e;
}

.gg_login{
  background-image: url('../img/gg_bg.png');
  background-color: #444;
}

.gg_login .btn-primary {
  background: #d5ad5e;
  border-color: #d5ad5e;
}

.gg_login .btn-primary:hover,
.gg_login .btn-primary:focus{
  background: #be954b;
  border-color: #be954b;
}

.gg_login .form_footer {
  background: #be954b !important;
}
.lead-buyer, .lead-buyer p{background-color: #daffd4 !important;}
.lead-seller, .lead-seller p{background-color: #fce6fc !important;}
.lead-rental, .lead-rental p {background-color: #cfe5ff !important;}
.lead-ilux, .lead-ilux p{background-color: #fae6d4 !important;}
.lead-investor, .lead-investor p{background-color: #eab8ff !important;}
.lead-cct, .lead-cct p{background-color: #fff !important;}
.lead-scr, .lead-scr p{background-color: #ff6363 !important;}
.lead-agent, .lead-scr p{background-color: #ebe8e8 !important;}
.msg-agent, .msg-agent p{background-color: #ebe8e8 !important;}
.msg-user, .msg-user p{background-color: #b2b3af !important;}
.msg-li {padding: 5px;;margin-bottom: 0px !important;}
.skyslope {background-color: #c4e3f3;}
.small-table th,.small-table td{
    font-size: 10px;
}
.market-row {
    display: none;
}
.market-sums {
    background-color: #f5f5f5;
}
.market-sum-total {
    background-color: #e1e1e1;
}


.fuel-version{
    position: fixed;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 20px;
}
.fuel-version-spacer{
    height: 30px;
}
.fuel-development{
    background-color: #d43f3a;
    color: white;
}
.fuel-staging{
    background-color: #4cae4c;
    color: white;
}
.fuel-test{
    background-color: #05B2D2;
    color: white;
}
.fuel-sandbox{
    background-color: #f00;
    color: white;
}