/*
    Created on : May 23, 2016, 9:05:21 AM
    Author     : allan.solis
*/
input.form-control.has-error {
    border: 0.5px solid red;
}

input.form-control.no-error {
    border: 0.5px solid green;
}

.navbar-header {
    margin-left: 0;
}

.navbar-brand {
    padding: 0 0 0 20px;
}

.navbar-brand img {
    vertical-align: middle;
    height: 45px;
}

.navbar-inverse {
    /*background-image: url('../../img/pattern1.png');*/
    padding: 10px 0;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    border-bottom: solid 2px #E98131;
}

.navbar-inverse .navbar-nav > li > a {
    color: #E98131;
}

.navbar-inverse .navbar-nav > li:hover > a {
    color: #E98131;
}

#navbar-mobile {
    padding: 10px 0 0 10px;
    text-align: center;
}

.page-container {
    padding: 31px 0;
}

.border-bottom-theme {
    border-bottom-color: #FF9800;
}

.datatable-header {
    border: solid 0px #ddd;
    border-bottom: solid 1px #ddd;
    padding-left: 15px;
    padding-right: 15px;
}

.datatable-footer {
    padding: 6px 15px 0px;
}

.dataTables_paginate {
    float: right;
    margin: 0 0 0px 0px;
    text-align: right;
}

.dt-buttons > .dt-button {
    line-height: 20px;
    font-size: 12px;
    background-color: #fcfcfc;
    border-color: #ddd;

}

.panel-default {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.panel-heading {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.panel-default > .panel-heading {
    background-color: #FFFFFF;
}

.pagination > .active > a {

}

.btn-primary {
    background-color: #E98131;
    border-color: #E98131;
    color: #fff;
}

.btn-primary:hover {
    background-color: #C86E1E;
    border-color: #E98131;
    color: #fff;
}

.text-primary, .text-primary:hover, .text-primary:focus {
    color: #E98131 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #E98131;
    border-color: #E98131;
    cursor: default;
}

.text-primary-600, .text-primary-600:hover, .text-primary-600:focus {
    color: #E98131 !important;
}

.nav-tabs.nav-tabs-highlight > li.active > a, .nav-tabs.nav-tabs-highlight > li.active > a:hover, .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: #E98131;
}

.errorClass {
    border: 1px solid red;
}

body {
    background-color: #E8EBF0;
    font-size: 1.2em;
}

.btn {

}

.panel-heading {
    font-size: 12px;
}

.panel-title {
    font-size: 12px;
}

.datatable-responsive td {
    white-space: nowrap;
}

.datatable-scroll-wrap {
    overflow: inherit;
}

.fc-day-number {
    display: block;
    font-size: 1.6em;
    font-weight: 500;
}

.fc-slats .fc-minor td {
    border-top-color: transparent;
}

.hr_button {
    width: 11em;
    height: 11em;
    white-space: normal;
    margin: 10px;
}

.hr_actions {
    width: 100%;
    text-align: left;
}