h1, h2, h3, h4, h5, h6{
    font-family: "gesta",sans-serif;
}

.navbar {
    background: #404040;
}

.ace-nav > li.light-blue > a {
    background-color: #404040;
}

.ace-nav > li.light-blue > a:hover, .ace-nav > li.light-blue > a:focus, .ace-nav > li.open.light-blue > a {
    background-color: #404040;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #404040;
}

.no-skin .nav-list > li.open > a {
    background-color: #fafafa;
    color: #404040;
}

.nav-list > li:before {
    background-color: #404040;
}
 
.no-skin .nav-list > li .submenu > li > a:hover {
    color: #404040;
    background-color: #f1f5f9;
}

.no-skin .nav-list > li > .submenu:before, .no-skin .nav-list > li > .submenu > li:before {
    border-color: #404040;
}

.no-skin .navbar .navbar-toggle {
    background-color: #404040;
}

.no-skin .navbar .navbar-toggle.display, .no-skin .navbar .navbar-toggle[data-toggle=collapse]:not(.collapsed) {
    background-color: #404040;
}

.login-box .toolbar {
    background: #404040;
    border-top: 2px solid #404040;
}

.btn-primary, .btn-primary:focus {
    background-color: #404040 !important;
    border-color: #404040;
}

.login-box .forgot-password-link {
    color: #FFF;
    font-size: 13px;
}

.forgot-box .toolbar {
    background: #404040;
    border-top: 2px solid #404040;
    padding: 9px 18px;
}

.login-layout .widget-box {
	background-color: #333333;
}

.forgot-box .back-to-login-link, .signup-box .back-to-login-link {
    color: #FFF;
    font-size: 13px;
}

.id-company-text{
	margin-top: 15px;
}

#name-form-errorbox{
    padding-top:0px;
    font-size: 13px;
}

.login-layout .widget-box .widget-body .toolbar > div > a {
    font-size: 13px;
    font-weight: 400;
}

.widget-header > .widget-title , .widget-header > .widget-title a {
    color:#404040;
    font-size: 18px;
}

.widget-header > .widget-title a {
    text-decoration: none;
}

.widget-header > .widget-title .fa {
    font-size: 14px;
    color: #aaaaaa;
}

.aircraft-result .widget-header {
    padding-top: 3px;
}

.dataTable > thead > tr > th[class*=sorting_] {
    color: #404040;
    font-weight: 600;
}
.dataTable > thead > tr > th[class*=sort]:hover {
    color: #404040;
    font-weight: 600;
}
.dataTables_wrapper .row:first-child {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F2F2F2;
}
.dataTables_wrapper .row:last-child {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #F2F2F2;
}
.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus {
    background-color: #404040;
    border-color: #404040;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.dataTable > thead > tr > th.sorting_asc:after {
    content: "\f0de";
    top: 4px;
    color: #404040;
}
.dataTable > thead > tr > th.sorting_desc:after {
    content: "\f0dd";
    top: -6px;
    color: #404040;
}

.pagination > li > a, .pager > li > a {
    border-width: 1px;
    border-color: #d9d9d9;
    border-radius: 0 !important;
    color: #404040;
    background-color: #fafafa;
    margin: 0 -1px 0 0;
    position: relative;
    z-index: auto;
}

.paginate_button{
    padding: 7px;
}

.no-padding-left{
    padding-left:0px;
}

.aircraft-result{
    margin-bottom: 10px;
}

.header-span{
    font-size: 14px;
}

.no-skin .nav-list > li.active > a {
    font-weight: bold;
    color: #505050;
}

.no-skin .nav-list > li.active:after {
    border-color: #505050;
}
.no-skin .nav-list li.active > a:after {
    border-right-color: #505050;
    -moz-border-right-colors: #505050;
}

.edit-content-label{
    text-align: left !important;
}

.margin-right{
    margin-right: 5px;
}

.masked-input-holder{
    padding-left: 12px !important;
    padding-right: 12px !important;
}