﻿.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
    border: 1px solid #a94442 !important;
    background-color: #f2dede;
    color: #a94442;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dadada;
}

.toolbar {
    float: left;
}

#lnkProjectName:hover {
    color: #fff;
}

.headerLogin {
    font-size: 1.5em;
}

.requiredLabel::after {
    content: " *";
    color: red;
}

.input-group-addon {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.card [data-background-color="red"] {
    background: linear-gradient(60deg, #ef5350, #e53935) !important;
}

.input[type=text] {
    background-color: #fff !important;
}

#mySidenav {
    position: fixed;
    left: -150px;
    transition: 0.3s;
    padding: 2% 0px 0px 2px;
    text-decoration: none;
    color: #fff;
    border-radius: 0 5px 5px 0;
    width: 200px;
    z-index: 1;
    font-size: 0.9em;
}

    #mySidenav:hover {
        left: -2px;
        width: 300px;
    }

a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    color: #fff;
    display: block;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    color: #fff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    background-color: #e31f26;
    border-bottom: 1px solid #c30000;
}

button.dropdown-btn.active {
    color: #333;
    font-weight: 700;
}

.dropdown-btn:hover {
    /*font-weight: bold;*/
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    border-top: 1px solid white;
    display: none;
    background-color: #e31f26;
    padding-left: 8px;
    overflow-y: auto;
    min-height: 100px;
    max-height: 400px;
}

    .dropdown-container a {
        font-weight: bold;
        text-decoration: underline;
    }

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.right {
    float: right !important;
    padding: 0 10px 0 0;
    margin-top: 4px;
}

.scroll {
    height: 400px;
    background: #d00000;
    overflow-y: scroll;
}

    .scroll::-webkit-scrollbar {
        width: 12px;
    }

    .scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

#footer {
    z-index: 1
}
#lnkProjectLogo {
    padding: 6px 15px !important;
}
.img-thumbnail {
    padding: 1px !important;

}
