/*
Template Name: Call Tracker Theme with Bootstrap 3
Template Version: 1.0
Author: cosmic/scheduling institute
Website:
*/

body {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    /*font-family: 'Open Sans', sans-serif;*/
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;

    background: url('../img/table.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*tr {
  border-top:2px solid;
}*/

tr:hover th,
tr:hover td {
  background:#dededea9 !important;
  color: #111 !important;
}

th {
  font-weight:800;
  font-size: 18px;
}

td {
  color:#fff;
  font-weight:300;
  font-size: 16px;
  padding-bottom: 1em;
}
#staff_table td{
  text-align: left;
}
#general_table {
  border: 1px solid white;
}
#general_table td {
  text-align: left;
  border: none !important;
}
#general_table th{
  text-align: right;
  border: none !important;
}
#confirm_table{
  font-size: 18px;
  width: 400px;
  margin: 0px auto;
  text-align: left;
}
#confirm_table td{
  padding: 0px;
}
#confirm_table tr td:first-child{
  text-align: right;
  padding-right: 25px;
}
#confirm_table tr td:nth-child(2){
  text-align: left;
  padding-left: 25px;
}
label:hover{
  cursor: pointer;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
::selection {
    background: #115a7d;
    color: #fff;
}
::-moz-selection {
    background: #115a7d;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Lato', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}
a { color: #444e67 }
a:hover { color: #115a7d }
p { line-height: 22px }


/*header*/
.head-section { min-height:85px;}
.head-section .navbar {
    margin-bottom: 0;
}
.navbar-default { border: none }
.navbar-brand {
	font-family: 'Lato', 'Lato', Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 25px;
    padding: 0;
}
.navbar-brand span { color: #ffffff; }
.head-section .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
    z-index: 199;
}
.head-section .navbar-default { background:rgba(255,255,255,0); }
.head-section .nav li a,
.head-section .nav li.active ul.dropdown-menu li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    background: none;
}
ul.dropdown-menu { border: none }


/*---------- Login Form -----------*/

.form-box {
	margin-top: 50px;
}

.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;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

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

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

.form-bottom {
	padding: 25px 25px 30px 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;
}

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

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

.form-bottom form .input-error {
	border-color: #19b9e7;
}

/*---------- Zone Select Page -----------*/
.bootstrap-select button.btn {
  background: #fff !important;
  color: #000;
}

.zone .bootstrap-select button.btn {
  margin-top: 30px;
}

.bootstrap-select button.btn:hover {
  opacity: 0.8;
  color: #000;
}


.bootstrap-select button.btn:active { outline: 0; opacity: 0.8; color: #000; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.bootstrap-select button.btn:focus { outline: 0; opacity: 0.8; background: #19b9e7; color: #000; }

.bootstrap-select button.btn:active:focus, .bootstrap-select button.btn.active:focus { outline: 0; opacity: 0.8; background: #19b9e7; color: #000; }


/*---------- CUSTOM PAGE FEATURES -----------*/

.logo {
	float:left;
	width:200px;
	margin-top:25px;
	}

.logo img {
	float:right;
	width:200px;
	}

.home-link {
	color:rgba(255,255,255,0.3);
	float:right;
	margin:20px 5px;
	}
.home-link a { }

/*property*/
.property {
	min-height:768px;
}

.home-alert {
  float:right;
  margin:20px 5px;
  min-width: 200px;
  }

.property h1 {
	font-size:70px;
	font-weight:100;
	color:#ffffff;
	margin:0 auto 20px;
	}

.panel {
  background-color: #fff;
  opacity: 0.9;
}

.panel-body {
  color:#333;
}

.file_upload {
  margin: auto;
  text-align: center;
}

.margin-bottom-md {
    margin-bottom: 1.5em !important;
}

.scroll-zone-outer {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}

.scroll-zone {
  display: inline-block;
  white-space: nowrap;
}

.scroll-zone.marquee {
  animation: marqueeAnim linear infinite;
  animation-duration: var(--marquee-duration, 10s);
}
@keyframes marqueeAnim {
  0% { transform: translateX(0); }
  100% { transform: translateX(var(--marquee-translate, -100%)); }
}
