.panel-default {
    border-color: #BBD1EC;
}

/* PREVENT FLICKERING OF DROP DOWN MENU */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

/* FORM INPUTS */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="file"],
select.form-control {
    background: transparent;
    border: 1px solid #417ADA;
    color:#09295B;
    font-size:16px;
    height:45px;
    box-shadow:none;
    border-radius:0;
}

textarea.form-control {
    background: transparent;
    border: 1px solid #417ADA;
    color:#09295B;
    font-size:16px;
    box-shadow:none;
    border-radius:0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select.form-control:focus,
textarea.form-control:focus {
    box-shadow:none;
    outline:none;
}

/* RADIO & CHECKBOX */
input[type="radio"],
input[type="checkbox"] {
    height:1.2em;
    width:1.8em;
    transform: scale(1.2);
    margin-top:-5px;
    vertical-align:middle;
    border:1px solid #CC3300;
}

.checkboxes label {
    display:block;
    float:left;
    padding-right:10px;
    white-space:nowrap;
}

.checkboxes input,
.checkboxes label span {
    vertical-align:middle;
}

/* NAVBAR */
.navbar-brand {
    padding:0;
}

.navbar-brand > img {
    height:100%;
    padding:15px;
    width:auto;
}

.header .navbar-brand > img {
    padding:1px 10px;
}

.navbar-brand img {
    margin-top:0;
    margin-left:0;
}

.nav.navbar-nav.navbar-right span {
    font-family:'Open Sans', sans-serif;
    font-style:italic;
    font-weight:300;
    color:#1b6977;
}

.navbar-right li a {
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    color:#1b6977 !important;
}

/* TOP BAR */
.top_bar {
    min-height:40px;

    /* FF3.6-15 */
    background:-moz-linear-gradient(left, #30bed6 0%, #38cac9 100%);

    /* Chrome10-25,Safari5.1-6 */
    background:-webkit-linear-gradient(left, #FC7E18 0%, #FFAA5C 100%);

    /* Standard */
    background:linear-gradient(to right, #FC7E18 0%, #FFAA5C 100%);

    /* IE6-9 */
    filter:progid:DXImageTransform.Microsoft.gradient(
        startColorstr='#FC7E18',
        endColorstr='#FFAA5C',
        GradientType=1
    );
}

/* TIMER */
.timer {
    list-style-type:none;
    margin-bottom:0;
    float:left;
    padding:0;
    margin-left:0;
}

.timer span {
    float:left;
    padding:0 10px;
    font-size:13px;
    line-height:40px;
    color:#FFF;
}

/* RIGHT CONTENT */
.rightc {
    list-style-type:none;
    margin-bottom:0;
    float:right;
}

.rightc li {
    margin:0 10px;
    font-size:13px;
    float:left;
    line-height:40px;
    color:#FFF;
}

.rightc li a {
    color:#FFF;
}

/* LEFT CONTENT */
.leftc {
    list-style-type:none;
    margin-bottom:2px;
    line-height:40px;
    float:left;
}

.header_image {
    margin-top:-70px;
    float:left;
}

/* FOOTER */
.footer {
    position:fixed;
    bottom:0;
    width:100%;
    height:60px;
    line-height:60px;
    background-color:#f5f5f5;
}

.footer > .container {
    padding-right:15px;
    padding-left:15px;
}

/* GENERAL */
code {
    font-size:80%;
}

.breadcrumb {
    background:white;
}

.panel-heading {
    height:45px;
    padding:5px;
}

/* BUTTONS */
.btn-circle.btn-lg {
    width:50px;
    height:50px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.33;
    border-radius:25px;
}

/* MOBILE */
.mobileHide {
    display:none;
}

@media (max-width:480px) {
    .mobileHide {
        display:inline;
    }
}

/* COLOR UTILITIES */
.blue_txt {
    color:#2381E9 !important;
    text-decoration:none;
}

.blue_bg {
    background:#2381E9 !important;
}

.green_txt {
    color:#618F21 !important;
    text-decoration:none !important;
}

.green_bg {
    background:#618F21 !important;
}

.ash_txt {
    color:#9E9E9E !important;
    text-decoration:none;
}

.ash_bg {
    background:#9E9E9E !important;
}

.white_txt {
    color:#fff !important;
    text-decoration:none !important;
}

.white_bg {
    background:#fff !important;
}

.red_txt {
    color:#DA250C !important;
    text-decoration:none !important;
}

.red_bg {
    background:#DA250C !important;
}