/*  COMMON COLORS */
.blue {
    color: #245499;
}
.green {
    color: #00A900;
}
.orange {
    color: #FF9900;
}
.red {
    color: #CC0000;
}
.maroon {
    color: maroon;
}
.dark-gray {
    color: #333;
}

/* Toastr notification, no opacity */
#toast-container.nopacity > div {
    opacity: 1;
}

/* Admin dashboard, remove border from tab content */
.tabbable-custom > .tab-content {
    border: none;
    border-top: 1px solid #ddd !important;
}

/* Archived flight link hover */
#archived:hover {
    color: #333;
}

#progressbar {
  height: 3px;
  position: relative;
  top: -12px;
}

.marker-tooltip {
    display: none;
    position:absolute;
    background-color: rgba(0,0,0,0.0);
    color: #ffda46;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    font-family: "Lucida Console", Monaco, monospace;
    text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
    z-index: 1;
}

.polyline-tooltip {
    display: none;
    position:absolute;
    background-color: rgba(0,0,0,0.0);
    color: #ffda46;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    font-family: "Lucida Console", Monaco, monospace;
    text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
    z-index: 1;
}

.fix-tooltip {
    display: none;
    position:absolute;
    background-color: rgba(0,0,0,0.0);
    color: #3399ff;
    font-size: 11px;
    line-height: 1;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    z-index: 2;
}

/* Body Background Color */
.page-wrapper .page-wrapper-middle {
    background: #eee;
}

/* LINK COLOR */
a {
    color: #245499;
}

/* MAIN PAGE WIDTH */
.container-fluid {
    width: 90%;
    padding: 0;
}

/* DASHBOARD HEADER SLIDER */
.slides {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08),0 2px 10px 0 rgba(0,0,0,0.06);
    border: 1px solid #fff;
    margin-bottom: 25px;
    position: relative;
    text-align: right;    
    text-shadow: -1px -1px 6px #000, 1px 1px 6px #000;
}

.slides a {
    text-shadow: -1px -1px 6px #000, 1px 1px 6px #000;
}

.slides-bottom-right {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.page-content {
    padding-top: 0;
}

/* BODY FONT */
body {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.bottom-line {
    border-bottom: 1px solid #eee;
}

.uppercase {
    text-transform: uppercase;
}

.heading-right {
    text-align: right;
    font-weight: 700;
    color: #000;
}

/* LATEST NEWS */

.media {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.media-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.media-body {
    line-height: 1.2;
}

.news-date {
    font-size: 14px;
    font-weight: 600;
    float: right;    
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}


/* SIGNUP FORM */
.form-wizard .steps > li.active > a.step .number {
    background-color: #337ab7;
    color: #fff;
}

.form-wizard .steps > li.done > a.step .number {
    background-color: #5cb85c;
    color: #fff;
}

.progress {
    background-color: #e1e1e1;
}

.dash-list {
    padding-bottom: 4px;
    font-size: 13px;
}

.box-title {
    font-weight: 700;
    line-height: 24px;
}

/*
*  BUTTONS
*/

.badge {
    width: 100px;
    line-height: 1.2;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.badge.green {
    color: #fff;
    background-color: #00A900;
    border-color: #00A900;
}

.badge.yellow {
    color: #fff;
    background-color: #FF9900;
    border-color: #FF9900;
}
.badge.red {
    color: #fff;
    background-color: #D80000;
    border-color: #D80000;
}

/*
*  PORTLET
*/

.portlet.light {
    /*border-top: 2px #245499 solid;*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.08),0 2px 10px 0 rgba(0,0,0,0.06);
}

.portlet.light > .portlet-title > .caption > .caption-subject {
    font-size: 18px;
    font-weight: 600;
}

/* wizard portlet */
.wizard {
    margin: 40px auto 10px;
}

/* wizard number */
.number-primary {
    background-color: #337ab7 !important;
    color: #fff;
}

/*
*  DATATABLE
*/

.daysfont {
    font-family: monospace;
}

.table.table-acars.dataTable tbody td {
    font-size: 14px;
    vertical-align: middle;
}

.table.dataTable tbody td {
    border-bottom-width: 0;
    padding-bottom: 1px;
    font-size: 12px;
    padding-top: 3px;
    vertical-align: middle;
}

/* datatables condensed height padding */
.table-condensed {
    padding: 3px;
}

/*
*  HEADER
*/

/* Top bar color */
.page-header {
    background-color: #245499;
}
/* Top bar logo */
.page-header .page-header-top .page-logo {
    padding-top: 7px;
}
/* Top bar layering for shadow */
.page-header .page-header-top {
    height: 75px;
    position: relative;
    z-index: 10;
}
/* Top bar shadow */
.bar-shadow {
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
/* Menu bar backround color */
.page-header .page-header-menu {
    background: #fff;
}
/* Menu bar font color */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a > i {
    color: #525e64;
}
/* User Pulldown Menu Font Color */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
    color: #fff;
}
/* Active menu item background and font color */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {
    color: #525e64;
    background: #C2E1FF;
}
/* Page Title bar background color */
.page-head {
    background: #eee;
}
/* Page title bar font color */
.page-head .page-title > h1 {
    color: #525e64;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.menu-right {
    float: right!important;
}

/* Menu Dropdown Box */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    background: #fafafc;
    border-top: solid 1px #477bb8;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.open > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li:hover > a {
    color: #333 !important;
    background: #fafafc !important;
    box-shadow: 0 1px 0 #477bb8;
}


/* 
*   Autocomplete
*/

/* JQuery Autocomplete styling */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.form-control:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.ui-menu-item, a.ui-corner-all {
    display: block;
    padding: 0px 25px;
    clear: both;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-focus, .ui-state-active {
    color: #555555;
    text-decoration: none;
    background-color: #FFCC66;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
/* End Autocomplete */







/*
*  FOOTER
*/

.page-footer {
    background: #245499;
    color: #fff;
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.16),0 -2px 10px 0 rgba(0,0,0,0.12);
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0;
}