﻿@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h2, h3, .h2 {
    font-weight: 300;
}

hr {
    border: none;
    height: 1px;
    color: #afafaf;
    background-color: #afafaf;
}

/****DEPARTMENT COLORS******/
.marketing {
    background-color: #66cc00;
    color: #fff;
}

.marketingSecondary {
    background-color: #61b40d;
    color: #fff;
}

.servpro {
    background-color: #EC3310;
}

.servproicon {
    color: #EC3310;
}

/****HEADER******/
.topbar {
    height: auto;
    min-height: 60px !important;
    font-size: 1.5em;
    line-height: 60px;
    border-bottom: 1px solid #afafaf;
}

.logOut {
    height: auto;
    min-height: 65px !important;
    padding-right: 5px;
    text-align: center;
    font-size: .75em;
    border-left: 1px solid #afafaf;
    white-space: nowrap;
}

.logoBg {
    height: auto;
    min-height: 65px !important;
    background-color: #fff;
    text-align: center;
    border-right: 1px solid #afafaf;
}

/****FOOTER******/
.copyRight, .versionNumber {
    height: auto;
    min-height: 45px !important;
    background-color: #ecf0f1;
    line-height: 50px;
    font-size: .75em;
}

.versionNumber {
    border-left: 1px solid #bdc3c7;
    text-align: center;
    text-transform: uppercase;
}

.copyRight {
    padding-left: 40px;
    text-align: left;
    text-transform: uppercase;
}

/****MODALS MODIFIERS*****/
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop {
    background-color: #27ae60;
}

/****BOOTSTRAP MODIFIERS*****/
label {
    font-size: 14px;
}

table > thead > tr > td {
    font-size: 14px;
    font-weight: 700;
}

.btn {
    width: 100%;
    height: 40px;
}

.btn-primary {
    color: #EC3310;
    background-color: #fff;
    border-color: #EC3310;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #EC3310;
        border-color: #EC3310;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #EC3310;
        border-color: #EC3310;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #EC3310;
        border-color: #EC3310;
    }

.btn-lg {
    line-height: 1;
}

.pagination > li > a:hover {
    background-color: #66cc00;
    color: #fff;
}

.pagination > li > a {
    color: #333;
}

.form-control:focus {
    border-color: #66cc00;
}

.table-hover > tbody > tr:hover {
    background-color: #e5f6d3;
}

h2, h3 {
    font-weight: 300;
}

h3 {
    margin-top: 0;
}

.well {
    padding: 19px 19px 9px 19px;
    background-color: #e5f6d3;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.table-borderedDark {
    border: 1px solid #ccc;
    background-color: #fff;
}

    .table-borderedDark > thead > tr > th, .table-borderedDark > tbody > tr > th, .table-borderedDark > tfoot > tr > th, .table-borderedDark > thead > tr > td, .table-borderedDark > tbody > tr > td, .table-borderedDark > tfoot > tr > td {
        border: 1px solid #ccc;
    }

a:hover, a:focus {
    text-decoration: none;
}

.dropdown-menu {
    width: 100%;
    border: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 0 0;
    background-color: #e5f6d3;
    margin-top: 0px;
}

    .dropdown-menu > li > a:hover {
        background-color: #EC3310;
        color: #fff;
    }


/****CUSTOM*****/
.addSpace {
    margin-bottom: 200px;
}

.btn-training {
    background-color: #2ecc71;
    border-color: #27ae60;
    color: #fff;
}

    .btn-training:hover {
        background-color: #27ae60;
        border-color: #2ecc71;
        color: #fff;
    }

.btn-right {
    width: 200px;
    float: right;
}

.btn-left {
    width: 200px;
    float: left;
}

.btn-upload {
    background-color: #27ae60;
    margin-bottom: 20px;
    color: #fff;
}

.clear {
    clear: both;
}

.inactiveEmployee {
    background-color: #f0eeee;
    color: #999;
}

.noProd {
    margin-top: -30px;
    float: right;
}

.backSearch {
    margin-top: -50px;
    float: right;
}

.printAll {
    margin-top: -40px;
    float: right;
}

.customForm {
    height: 40px;
    display: inline-block;
    margin-left: 5px;
    padding: 3px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.newEmployee {
    background-color: #e3fbed;
}

.newCertificate {
    color: #3498db;
    font-weight: 700;
}

.btn-center {
    width: 200px;
    margin: 0 auto;
}

.dropDown100 {
    margin-top: 100px;
}

.dropDown50 {
    margin-top: 50px;
}

.ghosted {
    background-color: #e1e1e1;
    color: #999;
}

.strikethrough {
    text-decoration: line-through;
}

.smaller {
    font-size: 14px;
}

.smallerH1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.logoSpace {
    background-color: #fff;
    height: auto;
    min-height: 60px !important;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding-top: 30px;
}

.greyBox {
    background-color: #fff;
    height: auto;
    min-height: 60px !important;
    border-radius: 10px;
}

.loginBox {
    background-color: #fff;
    height: auto;
    min-height: 65px !important;
    padding: 20px 40px 40px 40px;
    border-radius: 0 0 10px 10px;
    font-weight: 300;
    color: #333;
}

.logOutLink {
    color: #fff;
}

    .logOutLink:hover {
        color: #508916;
        text-decoration: none;
    }

.padding50 {
    padding: 0 50px;
}

.paddingTop {
    padding-top: 14px;
}

.textCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.moveDown {
    line-height: 2.25;
}

.accepted {
    color: green;
    padding-top: 20px;
}

.rejected {
    color: red;
    padding-top: 20px;
}

.accordionPanel {
    border: 1px solid #ccc;
    margin: 0 .5px 0 .5px;
    padding: 0 10px 7px 10px;
}

.dropDownProfile {
    position: relative;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    background-color: #61b40d;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: none;
}

.OverlaysBR-logoAware {
    right: 50px;
}

#mapDiv {
    width: auto !important;
}

.field-validation-error {
    color: red;
    font-weight: bold;
}

.clickable-table {
    cursor: pointer;
}

/*a label that immediately follows an input of type radio that is checked*/ 
input[type="radio"]:checked + label {
    font-weight: bold;
}

