/************************* BSS Logo *************************/
/************************************************************/
#bss_logo {
    margin-right: 30px;
    height: 48px;
    width: 160px;
}

/********************** Navigation Bar **********************/
/************************************************************/
.navbar-inverse {
    background-color: white;
    border: none;
    padding-top: 8px!important;
    margin-bottom: 35px;
}

.navbar-inverse .navbar-nav>.active>a { /* Home nav button */
    background-color: #cc0033;
    border-radius: 4px;
}

.nav.navbar-nav li a {
    margin-top: 21px;
    margin-right: 2px;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    color: black;
    font-size: 130%;
}

ul.nav a:focus {
    color: white!important;
    background-color: #cc0033!important;
    border-radius: 4px;
}

ul.nav a:hover {
    color: white!important;
    background-color: #cc0033!important;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

/********************** Dropdown Nav Bar  *******************/
/************************************************************/
.dropdown-menu li>a {
    color: black;
    border-radius: 4px!important;
}

.dropdown-menu li>a:hover {
    color: white!important;
    background-color: #cc0033!important;
}

.dropdown-menu .active a {
    color: white!important;
    background: #cc0033!important;
    border-radius: 4px!important;
}

.navbar-inverse .navbar-nav>.open>a {
    background-color: #cc0033!important;
}

/************************ Nav Bar Toggle ********************/
/************************************************************/
.navbar-toggle {
    background-color: #cc0033!important;
    margin-top: 20px;
}

.navbar-toggle:hover {
    background-color: #cc0033!important;
}

/************************** Textarea ************************/
/************************************************************/
#textarea_comment,
#submit_hours_comment,
#submit_hours_comment_small {
    resize: vertical;
    height: 10em;
    width: 18em;
    clear: right;
    margin: 10px 0 10px 0;
}

.fix_left_margin_textarea_hours_submission {
    margin-left: 10px;
}

/************************************************************/
#label_confirm_hours {
    margin-right: 50px;
}

/********************** Dialog Box Table  *******************/
/************************************************************/
#dialog_box_table th,
#dialog_box_table td {
    border: 1px solid white;
    padding: 4px;
}

#dialog_box_table_small td {
    border: 1px solid white;
    padding-left: 5px;
    padding-right: 5px;
}

#dialog_box_table th,
#dialog_box_table_small th {
    color: black;
    text-align: center;
}

.day_name_colour {
    font-weight: bold;
    color: black;
}

.justify_hours {
    text-align: center;
}

/* Hide empty table rows and tds */
#dialog_box_table tr td:empty,
#dialog_box_table_small tr td:empty {
    display: none;
}

#message_dialog_box,
#message_dialog_box_small {
    margin-bottom: 10px;
}

/********************** Audit Logs Table  *******************/
/************************************************************/
@import url('//cdn.datatables.net/1.10.2/css/jquery.dataTables.css');
td.details-control {
    background: url('http://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('http://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

/********************* Set up label tags ********************/
/************************************************************/
#standard_sites_hours label {
    font-weight: normal !important;
}

/****************** employeeDetails.html.twig ***************/
/************************************************************/
.employee_active {
    color: darkgreen;
}

.employee_inactive {
    color: #cc0033;
}

/************************** Footer **************************/
/************************************************************/
footer {
    text-align: center;
    font-size: 120%;
    box-shadow: 0 50vh 0 50vh #202020;

}

/* ----- Footer ----- */
.footer-widget{
    color:#999;
    margin-top: 55px;
}


footer .widget h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

footer .widget p {
    line-height: 24px;
}

footer .widget i {
    padding-right: 7px;
}
footer{
    margin-top:40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #202020;
}

footer h3 {
    color: #dadada;
    margin-bottom: 20px;
}

.footer-contact{
    color: #999;
}


/*Social Buttons */
#social-icons{
    font-size: 22px;
}

#social-icons .btn-group {
    color: #55CBD2;
    margin-right: 15px;
}
#social-icons .btn-group:hover {
    color: #ffffff;
}

.copyright {
    color: #999;
    margin-top: 20px;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    font-size: 12px;
}

/************ Scroll To Top fading in/out Button ************/
/************************************************************/
.scroll_to_top {
    display: none;
    width: 46px;
    height: 46px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: white;
    background-color: #666;
    padding: 14px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border-radius: 4px;
}

.scroll_to_top:hover {
    text-decoration: none;
    color: white;
    background-color: #cc0033;
}

.scroll_to_top:focus {
    color: white;
}

.hover {
    -ms-transform: rotateX(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

.reverse {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

/************ Login Page - JS unblocking instruction ********/
/************************************************************/
.browser_option {
    color: #cc0033;
    font-weight: bold;
}

/*********************** Groups Buttons *********************/
/************************************************************/
.groups_button {
    /*margin-left: 20px;*/
    margin-top: 5px;
}

.groups_button_timesheet {
    margin-left: 20px;
    margin-top: 5px;
}

/**************** Client Requests indentation ***************/
/****************** Exceptions indentation ******************/
/****************** Audit Logs indentation ******************/
/************************************************************/
.audit_logs_fix_indent,
.exceptions_fix_indent_day {
    display: inline-block;
    width: 90px;
}

.exceptions_fix_indent_break {
    margin-left: 20px;
    margin-right: 10px;
}

.client_requests_fix_indent {
    display: inline-block;
    width: 150px;
}

.clients_fix_indent,
.companies_fix_indent {
    display: inline-block;
    width: 140px;
}

.employees_fix_indent {
    display: inline-block;
    width: 180px;
}

.sites_fix_indent {
    display: inline-block;
    width: 250px;
}

.client_groups_fix_indent {
    display: inline-block;
    width: 190px;
    padding-top: 12px;
}

.client_sites_button_fix_indent {
    display: inline-block;
    margin-top: 10px;
    margin-left: -20px;
}

.sites_margin_fixed {
    margin-bottom: 5px;
    margin-top: 30px;
}

.client_details_sites_fix_indent {
    margin-left: 140px;
}

/********************* admin/employeeHours ******************/
/******************* Fix buttons indentation ****************/
/************************************************************/
.fix_width_button {
    width: 90px!important;
}

/************************************************************/
/******************* Confirm Hours by Employee **************/
/************************************************************/
.confirm_hours_day_small,
.confirm_hours_day {
    font-style: italic;
    color: red;
}

.style_font_color_red {
    color: red;
    font-weight: bold;
}

/************************************************************/
/************* Vertical centered bootbox modal **************/
/************************************************************/
.modal-open .modal {
    /*display: flex !important;*/
    align-items: center;
    justify-content: center;
}

/************************************************************/
/************ Admin index Accepting Hours button ************/
/************************************************************/
.button_margin_left {
    margin-left: 30px;
}

.email_warning_info {
    color: red;
    font-style: italic;
}

/********************** Loading Animation *******************/
/************************ File Uploading ********************/
/************************************************************/
#loading_background_edited_site_hours,
#loading_background_small,
#loading_background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
}

#loading_gif {
    width: 350px;
    height: 300px;
    background-color: white;
    text-align: center;
    font-weight: bold;
    color: red;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#loading_gif_small {
    width: 300px;
    height: 250px;
    background-color: white;
    text-align: center;
    font-weight: bold;
    color: red;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*********** Fix the width of the td for a table ************/
/*********************** File Details ***********************/
/************************************************************/
.fix_column_width {
    font-weight: bold;
    width: 160px;
}

.admin_file_upload_fix_indent {
    font-weight: bold;
    display: inline-block;
    width: 180px;
}

.file_upload_fix_indent {
    font-weight: bold;
    display: inline-block;
    width: 50px;
}

/************************************************************/
/************ Edit and Submit Hours by Admin ****************/
/************************************************************/
.background_shadow_saturday {
    background-color: #f1f1f1;
}

.background_shadow_sunday {
    background-color: #d3d3d3;
}

/************************************************************/
/*************************** Footer *************************/
/************************************************************/
.panel-footer {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/************************************************************/
/******************** Bootstrap popover *********************/
/************************************************************/
.popover {
    border: 1px solid #cc0033;
}

.popover-title {
    color: #cc0033;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    border-bottom: 1px solid #cc0033;
}

.arrow {
    border-top-color: #cc0033!important;
}