﻿body {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight:lighter;
    line-height: 1.42857143;
    color: #414042;
    background-color: #ffffff;
}
.help-block {
	color: #aaa;
}
.navbar-brand {
	white-space: nowrap;
    overflow: hidden;
}
.alert.alert-info {
	color:#414042 !important;
}

.select2-container {width: 100% !important;}
.select2-container .select2-selection--single {height:34px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height:34px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height:32px !important;}

/****************************************************************/
/* MAIN NAVIGATION STYLES
***/

#main-navbar {
    padding:0;
    position: relative;
    z-index:100;
}
.navbar {
    border-radius: 0 !important;
    border-left:0 !important;
    border-right:0 !important;
    border-top:0 !important;
}
.navbar-default {
    height: 54px;
    background: #fefefe;
}
.navbar-default.navbar-fixed-top {
    height: 54px;
    line-height: 33px;
    margin-top:0;
    -webkit-box-shadow: 0 1px 5px #e7e7e7;
    -moz-box-shadow: 0 1px 5px #e7e7e7;
    box-shadow: 0 1px 5px #e7e7e7;
}
.navbar-fixed-top li a,
.navbar-fixed-top .navbar-nav li a:hover,
.navbar-fixed-top .navbar-nav li a:focus {
    line-height: 33px !important;
    height: 54px !important;
}
a.navbar-brand {
    height: 54px !important;
    line-height: 28px;
    text-transform: uppercase;
}
.navbar-default li a {
    line-height: 33px;
    height: 54px;
    margin: 0 15px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    border-bottom: 1px solid #E7BFB8 !important;
    border-top: 1px solid #E7BFB8 !important;
    background: #f9f9f9;
}
.navbar-nav {
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.nav.navbar-nav li {
    background: #eee;
}
.navbar-default .navbar-toggle {
    border: 0;
    border-radius: 0;
    padding:0;
    margin-top: 18px;
}
/*.navbar-toggle.off-canvas {
    margin-left: 10px;
    margin-right:-10px;
}*/
@media (min-width: 768px) {
    #main-navbar {
        position: static;
    }
    .nav.navbar-nav li {
        background: transparent;
    }
    .navbar-default.navbar-fixed-top {
        line-height: 28px;
    }
    .navbar-fixed-top li a,
    .navbar-fixed-top a.navbar-brand,
    .navbar-fixed-top .navbar-nav li a:hover,
    .navbar-fixed-top .navbar-nav li a:focus {
        line-height: 28px !important;
    }
    .navbar-default {
        text-align: left;
        height: 96px;
        min-height: 0;
        -webkit-transition: height 0.5s ease-in-out;
        -moz-transition: height 0.5s ease-in-out;
        -o-transition: height 0.5s ease-in-out;
        transition: height 0.5s ease-in-out;
    }

    .navbar-default li a {
        text-transform: uppercase;
        line-height: 67px;
        height: 96px;
        margin:0;
        vertical-align: middle;
        -webkit-transition: all 0.5s ease-in-out, line-height 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out, line-height 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out, line-height 0.5s ease-in-out;
        transition: all 0.5s ease-in-out, line-height 0.5s ease-in-out;
    }

    a.navbar-brand {
        height: 95px;
        line-height: 67px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        border-bottom: 5px solid #E7BFB8 !important;
        border-top: 0 !important;
        background: #f9f9f9;
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover{
        background: #f9f9f9;
        border-bottom: 1px solid #e7e7e7;
    }
}
.form-control-feedback {
	color:#767f84;
}
.select2-selection__arrow {
	display:none;
}
.select2-selection__clear {
	margin-right:7px;
}