@import 'bootstrap-checkbox.css';

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 23, 2014, 12:32:57 PM
    Author     : Michael
*/
body
{
    font-family: "nimbus-sans",sans-serif;
    font-weight:300;
    padding-top: 70px;
    padding-bottom:70px;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}

video {
    width:100%;
}

.h1, h1 {
    font-size: 25px;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

.row > [class*="col-"] {
    margin-bottom: 15px;
}

.row > [class*="col-"] .row > [class*="col-"]{
    margin-bottom:0;
}

.page-content {
    transition: width 0.3s ease 0s;
}

.img-block {
    width: 100%;
    height: 100%;
}

.img-block > img {
    min-width:100%;
}

.well {
    margin-top:15px;
}

.well a {
    color:#000;
}

.btn-spaced
{
    display: inline-block;
    box-shadow: none !important;
    padding: 5px 10px;
}
.btn:not(.btn-link), .nav-tabs > li > a {
   box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.nav-tabs {
    border-bottom: 2px solid rgba(29, 94, 180, 1);
}

.btn-file {
    position: relative;
    overflow: hidden;
    display: block;
}

.btn-file label {
    margin-bottom: 0;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.navbar-default .navbar-nav>li>a
{
    color:#ffffff;
}

.navbar-nav li a {
 line-height: 40px;
}

.navbar-default.navbar-fixed-bottom .navbar-nav>li>a
{
    color:rgb(18,138,204);
}

.navbar-default.navbar-fixed-bottom{
    height:30px;
}

.navbar-default.navbar-fixed-bottom .navbar-nav li a
{
    line-height:20px;
}

.portal-panel .header
{
    background-color: rgb(18,138,204);
    color:#ffffff;
    padding:5px;
    font-size:1.4em;
    font-weight:700;
}

.portal-panel .contents
{
    padding:0px;
    margin-top:10px;
    
}

.portal-panel
{
    padding:10px;
    margin-bottom:40px;
    background-color:#fafafa;
}


.bp-agent-info
{
    font-family: "nimbus-sans",sans-serif;
    font-weight:300;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#ffffff;
    border:1px solid #cccccc;
}

.agent-details
{
    text-align:right;
}

.agent-logo img:last-child
{
    margin:5px;
}

.agent-logo
{
    padding-top:0px;
}

.agent-name
{
    font-family: "nimbus-sans",sans-serif;
    font-weight:700;
}

.navbar-staging
{
    background-color:#AC0909;
    color:#ffffff;
    font-weight:bold;
}

.navbar-staging.navbar-fixed-bottom .navbar-nav>li>a
{
    color:#ffffff;
}

 {
    width: 100%;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    height: 6px;
    width: 34px;
}

.collapse.in {
    background-color: #128ACC;
}

 .nav > li > a {
    text-transform: uppercase;
    color:#FFF;
}

 .nav > li > a:hover,
 .nav > li > a:focus,
 .nav > li.active > a {
    background-color: rgba(0, 0, 0, 0.3);
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-left: 0;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
 .nav .open > a, 
 .nav .open > a:focus, 
 .nav .open > a:hover {
    background:  rgba(0, 0, 0, 0.3) !important;
    color:#fff;
    border: none;
}

.dropdown-menu {
    text-transform: uppercase;
    background-color: #128ACC;
    border: none;
    color:#fff;
}

.dropdown-menu > li > a {
    color:#fff;
}

.navbar-brand {
    max-width: 200px;
    height: auto;
    max-height: 70px;
    line-height: 35px;
}
.navbar-toggle {
    padding: 11px 0 10px 0;
}

.navbar-brand-cell {
    display:table-cell;
    vertical-align:middle;
}

.navbar-brand img {
    max-height: 33px;
    max-width: 170px;
}

#TopMenuBar.navbar {
    background-color:rgb(18,138,204); 
    width: 100%;
}

.nav-tabs > li > a {
    color:#000;    
}

.view-color {
    width: 100%;
    height:30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

iframe {
    border:#ccc solid 1px;
    border-radius: 5px;
}

.image-layout {
    padding:5px;
    border-radius: 5px;
    background-image: url("/img/transparent.png");
}

.image-layout img {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    height:30px;
    margin: 0 auto;
}

.header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 150px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 25%;
    float: left;
}

@media screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .nav > li > a {
        font-size: 9pt;
        padding: 10px 5px;
        line-height: 50px;
    }
}

@media screen and (max-width:768px) {
    #navbarCollapse{
        width: 100%;
        height: 100% !important;
        max-height: 100% !important;
        position: fixed;
    }

    .nav > li:last-child{
        margin-bottom: 60px;
    }
}
.preloader {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
}

.preloader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    width: 30px;
    margin: auto;
    background-image:url(../img/preloader.gif);
    z-index: 101;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-border {
    border: medium none !important;
}

.input-group-addon .radio label {
    min-height: 16px;
}

.ui-datepicker {
    z-index: 2 !important;
}

#EmailEditor {
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.small-warning {
    font-size:0.9em;
    color:red;
    margin-left: 20px;
    text-align:center;
    display: inline-block;
}