/*====================
BEM Naming convention used when possible
    1. Block: .block
    2. Element: .block__elem
    3. Modifier:  .block--mod    

Table of Contents
    1. Layout
    2. Typography
    3. Bootstrap Overrides
    4. Designs
  ====================*/

/*====================
    1. Layout
  ====================*/
  body {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #212529;
}

.background-login {
    background-image: url('/Content/images/cover_photo.png');
    background-size: cover;
    background-attachment: fixed;
}

.scroll--tall {
    height: 50rem;
    overflow-y: auto;
}

.scroll--short {
    height: 20rem;
    overflow-y: auto;
}


.clickable {
    cursor: pointer !important;
    color: #007bff !important;
}

    .clickable:hover {
        color: #1d79dc !important;
        text-decoration: underline !important;
    }

.table-counter {
    justify-content: center;
    padding: 0.75rem 1.25rem;
}

.notification-body {
    padding: 0px;
    top: 115%;
    width: 500px;
}

.dropdown-item-notif {
    display: block;
    width: 100%;
    padding: 20px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    background-color: white;
/*    border-top: 1px solid black;
    margin-left: 5px;
    margin-right: 5px;*/
}

.dropdown-item-notif-header {
    background-color: rgb(0,43,73);
    color: #c3c3c3;
    font-weight: 800;
}

.item-notif {
    cursor:pointer;
}
.item-notif:hover {
    background-color: #eee;
}
/*====================
    2. Typography
  ====================*/
h1, h2, h3, h4 {
    font-weight: 700;
}

.form-control::placeholder {
    color: #C7C7C7;
    opacity: 1;
}
.required:after {
    content: " \1F7B3";
    color: red;
    font-size:0.5rem;
    vertical-align: super;
}

.required__before:before {
    content: "\1F7B3";
    color: red;
    font-size:0.5rem;
    vertical-align: super;
}

a.settings-link {
    color: #4286f4;
}

#password_validator .fa-times {
    color: #E74C3C;
    font-size: 10px;
}

#password_validator .fa-check {
    color: #2ECC71;
    font-size: 10px;
    display: none;
}

.font-lg {
    font-size: 1.25rem;
}

.font-md {
    font-size: 0.875rem;
}

.font-sm {
    font-size: 0.75rem;
}

.theme--delete {
    color: #FC361D !important;
}

    .theme--delete:hover,
    .theme--delete:focus {
        text-decoration: none !important;
        color: rgb(202, 24, 0) !important;
    }

.theme--edit {
    color: #689ACA;
}

    .theme--edit:hover,
    .theme--edit:focus {
        text-decoration: none !important;
        color: rgb(51, 104, 155) !important;
    }

/*====================
    3. Bootstrap Overrides
  ====================*/

.badge-override {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 10px !important;
}

.width-200 {
    width: 200px !important;
}

.width-150 {
    width: 150px !important;
}

.bg-light-green {
    background-color: #43bf57 !important;
}

.bg-dark-green {
    background-color: #049587 !important;
}

.bg-dark-blue {
    background-color: #244794 !important;
}

.bg-light-blue {
    background-color: #619ffc !important;
}

.bg-orange {
    background-color: #f49025 !important;
}

.bg-light-gray {
    background-color: #6991a7 !important;
}

.bg-purple {
    background-color: #a93790 !important;
}

.bg-dark {
    background-color: #313742 !important;
}

.navbar {
    padding: 0;
}

    
.navbar-light {
    background: #bfa75d !important;
}

.navbar-dark {
    background-color: #040027 !important;
}

.nav-link {
    color: white;
    font-weight: 700;
}

.navbar-toggler {
    border: none !important;
    font-size: 30px !important;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        color: white;
        transition: 0.3s ease;
    }

.card {
    border-radius: 0.5rem;
}

.btn {
    border-radius:3px;
}

.btn-radius-0 {
    border-radius: 0px !important;
}

/* DataTables Overrides */
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    display: inline-block;
    width: 320px;
}

tr.selected {
    background-color: #d9effb !important;
}

/* Form Overrides */
.form-control {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}



.form-group {
    margin-bottom: 1rem;
}

.form-row {
    margin-bottom: 0.5rem;
}
.col-form-label {
    font-weight: 700;
}

/* Semantic-ui overrides */

.ui.selection.dropdown { /* Adjust the dropdown container */
    padding: 0.375rem 0.75rem !important;
    min-height: 2.25rem !important;
    line-height: 1.5rem !important;
}
.ui.label { /* content inside the dropdown container */
    background-color: #EEE;
    color: #666 !important;
    font-size: 13px !important;
}

    .ui.label .icon:before {
        content: '\2716';
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        padding-left: 5px;
        position: relative;
        top: -1px;
    }

    .ui.label .icon:hover:before {
        color: #F00;
    }
/*====================
    4. Design
  ====================*/

/* Buttons */

.point-of-contact-tag {
    border-radius: 30px !important;
    color: #027BFF !important;
    padding: 0.2em 1em !important;
    border-color: #027BFF !important;
    /*    margin: 0 !important;*/
}

.btn-green {
    background: #6ACA6B;
    color: #FFF;
}

    .btn-green:hover,
    .btn-green:focus {
        background: rgb(75, 146, 76);
        box-shadow: 0 0 0 0.2rem rgb(75, 146, 76, 0.5);
        color: #FFF;
    }

.btn-orange {
    background: #FD9941;
    color: #FFF;
}

    .btn-orange:hover,
    .btn-orange:focus {
        background: rgb(192, 116, 49);
        box-shadow: 0 0 0 0.2rem rgb(192, 116, 49, 0.5);
        color: #FFF;
    }

.btn-user {
    background: #689ACA;
    color: #FFF;
    border-radius:50%;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    font-weight:700;
}

    .btn-user:hover {
        box-shadow: 0 0 0 0.2rem rgba(104, 138, 202, 0.5);
        color: #FFF;
    }

.btn-settings {
    color:black;
    display:block;
    width:100%;
}

    .btn-settings:hover {
        color:white;
        background-color: #5f8cb7;
        text-decoration:none;
    }

.text-green {
    color: #6ACA6B !important;
}

.badge-light {
    border: 1px solid #212529 !important;
}

/*Input*/
span.deleteicon {
    position: relative;
}

    span.deleteicon span {
        position: absolute;
        display: block;
        top: 5px;
        right: 0px;
        width: 16px;
        height: 16px;
        background: url('http://cdn.sstatic.net/stackoverflow/img/sprites.png?v=4') 0 -690px;
        cursor: pointer;
    }

/*    span.deleteicon input {
        padding-right: 16px;
        box-sizing: border-box;
    }*/

/* General */
.shawdow--bottom {
    box-shadow:0px 5px 5px rgb(0, 0, 0, 0.5);
}

.shadow--around {
/*    box-shadow:0px 5px 10px 0px rgb(0, 0, 0, 0.5);*/
}


/* Navbar */
#navbarList {
    justify-content: space-around;
}

.navbar--btn {
    padding: 0em 1em;
    font-weight: 700;
}

.navbar__upper {
    height: 60px;
}

.navbar__lower {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .navbar__lower .dropdown-menu {
        background: #689ACA;
        border: none;
        box-shadow: 0px 5px 10px rgb(0, 0, 0, 0.4);
    }

    .navbar__lower .dropdown-item {
        color: #FFF;
        font-weight: bold;
    }

        .navbar__lower .dropdown-item:hover {
            color: #0A72BF;
            font-weight: bold;
        }

.nav-profile-group {
    line-height: 0;
    height: 40px;
    border-radius: 20px;
}

    .nav-profile-group:hover,
    .nav-profile-group:focus {
        color: white;
        background: #414958;
        transition: 0.3s ease;
    }

    .nav-profile-group label {
        color: #85929E;
        font-size: 0.6rem;
    }

    .nav-profile-group img {
        height: 30px;
        border-radius: 100%;
    }

.selected-settings {
    color: white;
    background-color: #0056b3;
}

    .selected-settings:hover {
        color: white;
        background-color: #0056b3;
        text-decoration:none;
    }
/* Dashboard */
.search-bar {
    width: 60%;
    max-width: 20rem;
}

.task-filter {
    background: #699CFC;
    color: #FFF;
}
    .task-filter:hover, 
    .task-filter:focus {
        background: rgb(25, 105, 255);
        color: #FFF;
    }

    .task-filter.selected {
        background: rgb(25, 105, 255);
        transition: 0.3s ease;
        box-shadow: 0px -1px 2px #065881 inset,
                    0px 1px 1px 1px #ccc;
    }

#task-list__container .list-group {
    display: none;
}

    #task-list__container .list-group.selected{
        display: block;
    }

@media screen and (max-width: 640px) {
    .dropdown-timer {
        width: 300px;
        left: -120px;
    }

    .notification-body {
        width: 400px !important;
        right: -50px !important;
    }
}

/* For Tablets */
@media screen and (min-width: 640px) and (max-width: 2480px) {
    .dropdown-timer {
        width: 500px;
    }

}


/* View Pages */
.view-header h2{
    float:left;
}
.view-header a, .view-header button {
    width: 200px;
}
.view-header .btn-edit {
    margin-left:20px;
    width: 200px;
}
.view-display {
    font-weight: 700;
    margin-bottom: 0px !important;
}

.view-value {
    color: #8c8b8b;
}

/* Table Pages */
.dataTable > thead > tr > th:last-of-type[class*="sort"]:after {
    content: "" !important;
}

.dataTable > thead > tr > th:last-of-type[class*="sort"]:before {
    content: "" !important;
}

.sort-Dated, .sort-Filed, .sort-Received, .sort-DocumentName, .sort-DateUploaded, .sort-Transmitted, .sort-DocumentType {
    cursor: pointer;
}


.dataTables_scrollHead {
    overflow: visible !important;
}
/*====================
    5. Debugging Tools
  ====================*/
.b-salmon {
    background: lightsalmon;
}

.b-green{
    background: lightgreen;
}
