@font-face {
font-family: 'HelveticaNeueLTCom-Th';
	src: url('../fonts/HelveticaNeueLTCom-Th.ttf');
}
@font-face {
font-family: 'HelveticaNeueLTCom-Md';
	src: url('../fonts/HelveticaNeueLTCom-Md.ttf');
}


body { 
	padding-top: 70px;
	padding-bottom: 40px;
}

/* bootstrap overrides */


@media (max-width: 978px) {

}

.white, .white a {
  color: #fff;
}
.grey, .grey a {
  color: #BDBDBD;
}
.brand-color {
  color: #FF9C2A !important;
}

/* font styles */

h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeueLTCom-Th', sans-serif !important;
	font-weight: normal;
}

label {
	font-family: 'HelveticaNeueLTCom-Th', sans-serif !important;
	font-weight: normal;
}

th {
	font-family: 'HelveticaNeueLTCom-Th', sans-serif !important;
	font-weight: normal;
}

td ul {
	margin-left: 0px !important;
	padding-left: 0px !important;
}

.pager h3 {
	display: inline-block;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 1;
}

.table .label {
	font-style: normal !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; !important;
}

/* general formatting */

.navbar {
	background:rgba(0,0,0,0.75);
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
	-webkit-appearance: none;
}

.phone-header {
	min-height: 100px !important;
	font-size: .8em !important;
	color: #737373;
}

.text-phone {
	vertical-align: top;
  background: url(../images/phone_screen-h.png?v=2) 0 0 no-repeat;
  width: 190px;
  height: 400px !important;
  border: none;
  box-shadow: none;
  padding: 60px 16px 55px 16px;
  color: #000000;
}

.phone-panel {
	vertical-align: top;
  background: url(../images/phone_screen-h.png?v=2) 0 0 no-repeat;
  width: 190px;
  height: 400px !important;
  padding: 60px 16px 55px 16px;
  color: #000000;
	text-align: center;
	margin-bottom: 20px;
}
.phone-panel h5 {
	margin-top: -28px;
	color: #FFFFFF;
}
.phone-panel-inner {
  height: 281px !important;
	overflow-y: scroll;
	overflow-x: hidden;
	word-wrap:break-word;
}
.phone-panel button {
	margin-top: 16px;
}
.msg-bg-in {
	background-color: #DFF0D8;
}
.msg-bg-out {
	background-color: #D9EDF7;
}

.text-phone.form-control:focus {
	border: none;
	box-shadow: none;
}

table.fixed-50 {
	table-layout: fixed;
}
table.fixed-50 td {
	width: 50% !important;
	word-wrap:break-word;
}
table.fixed-50 td:first-child {
	color: #A4A4A4;
	font-size: 0.8em;
}

.stats-table {
	font-size: 0.8em !important;
}
.stats-table td {
	padding: 2px;
}

/* form pages */

.form-note {
	margin-top: -10px;
	font-family: 'HelveticaNeueLTCom-Md', sans-serif !important;
	color: #BDBDBD !important;
	font-size: .8em;	
}
.form-footer {
	margin-top: 10px;
	padding-top: 20px;
}

.form-inline .form-group {
	margin-top: 5px;
}


.navbar-brand {
	padding-top: 11px !important;
	padding-bottom: 0px !important;
	font-family: 'HelveticaNeueLTCom-Th', sans-serif !important;
	font-weight: normal;
	font-size: 28px;
	color: #FFFFFF !important;
}

/* home.php */

#banner {
	width: 100%;
	height: 100%px;
	background-image: url('../images/ocean.jpg');
	background-size: 100% 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
#header_row img {
	max-width: none !important;
}
#header_row h1 {
	color: #FFFFFF;
}
#header_row h3 {
	color: #D8D8D8;
}
#home_panels .panel-footer {
	min-height: 100px;
}
#home_panels .panel-body {
	padding-top: 0px;
	padding-bottom: 0px;
}

#main_nav.nav li a {
	color: #000000 !important;
	font-family: 'HelveticaNeueLTCom-Th', sans-serif !important;
	font-weight: normal;
}
#main_nav.nav li a:hover {
	background-color: #FE9A2E;
	color: #FFFFFF !important;
}
#main_nav.nav li.active a {
	background-color: #F2F2F2;
	color: #000000 !important;
}

#home_status h4 {
	margin: 0px;
}

.console-panel td {
	padding: 4px !important;
}

#home_log_display {
	overflow-y: scroll;
	overflow-x: hidden;
	word-wrap:break-word;
	max-height: 300px !important;
}


/* log display */

#log_display {
	max-height: 800px !important;
	overflow-y: scroll;
}


/* file uploads */

form#upload ul {
	display: inline;
}
form#upload li {
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 20px;
}
form#upload li p {

}
form#upload li p i {
	display: block;
}
form#upload li.error {
  background-color: #d9534f !important;
}



.loading-modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/gif-load.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loading-modal {
    display: block;
}




/* responsive */

.resp-btns .btn {
	margin-bottom: 5px !important;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

@media (max-width: 1000px) {
	.nav-stacked > li {
		float: left;
	}


    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}