﻿.container-fluid {
    padding: 12px 3px 0px 3px;
}

.table-hover tbody tr:hover {
    /*color: #212529;*/
    background-color: rgba(119, 119, 119, 0.2);
    background-color: rgba(60, 141, 188, 0.3);
    /*background-color: rgba(60, 141, 188, 0.4);*/
    /*background-color: rgba(0, 0, 0, 0.075);*/
    cursor: pointer;
}

small {
    color: #666;
    font-style: italic;
    padding-left: 6px;
}

.nav {
    list-style: none;
    margin-bottom: 0;
}

    .nav > li {
        display: block;
        position: relative;
    }

        .nav > li > a {
            display: block;
            padding: 10px 15px;
            position: relative;
        }

.nav-tabs .nav-link {
    background-color: gainsboro;
    margin-right: 1px;
    /*border-left-color: #777;
    border-top-color: #777;
    border-right-color: #777;*/
    font-size: 0.9rem;
    color: gray;
}

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link.active > a,
    .nav-tabs .nav-item.show .nav-link {
        background-color: #777;
        color: white;
        font-weight: bold;
    }

/*a:hover.nav-link {
    background-color: darkorange !important;
    color: white;
}*/

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    /*background-color: #eee;*/
}

.nav > li.disabled > a {
    color: #777;
}

    .nav > li.disabled > a:hover,
    .nav > li.disabled > a:focus {
        background-color: transparent;
        color: #777;
        cursor: not-allowed;
        text-decoration: none;
    }

.nav > li.who-panel {
}


    .nav > li.who-panel > a {
        border-left: solid 1px #367fa9;
        color: white;
        font-size: 0.8em;
        height: 48px;
        max-width: 250px;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        text-align: center;
        vertical-align: middle;
        width: auto;
    }

    /*.nav > li.who-panel:hover > a {
                width: 300px;
                max-width: 300px;
            }*/

    .nav > li.who-panel span.title {
        color: #eeeeee;
        font-size: .9em;
        font-weight: bold;
        line-height: 12px;
        padding-top: 8px;
        text-align: left;
    }

    .nav > li.who-panel span.org {
        text-align: left;
    }


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #28a745;
}

.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.nav > li > a > img {
    max-width: none;
}


/*Enhanced Boostrap Styles - for admin panel*/

.border-left-light {
    border-left: 0.25rem solid #6c757d !important;
}

.border-left-secondary {
    border-left: 0.25rem solid #6c757d !important;
}


.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-primary {
    border-bottom: 0.25rem solid #4e73df !important;
}

.border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
}

.border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
}

.border-bottom-warning {
    border-bottom: 0.25rem solid #f6c23e !important;
}

.border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
}

/*Dashboard Cards with links*/

a.card-block {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.card > a.card-block:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    color: red !important;
}

.card.card-selected,
.card > a.card-block:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    color: #1cc88a;
}


/*switch override*/

.custom-control-label {
    font-size: 1.2rem;
}

.custom-control-input {
    height: 30px;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #007bff;
        background-color: green;
        border-color: #007bff;
        border-color: green;
        color: #fff;
    }

.btn-shape {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-right: 5px;
    padding: 0.375rem 0.75rem;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    user-select: none;
    vertical-align: middle;
}

    .btn-shape i {
        font-size: 1.3rem;
    }


/*Jumbrotron*/

.jumbotron {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 6px !important;
    margin-bottom: 1rem;
    /*padding-bottom: 24px !important;
    padding-left: 20px !important;
    padding-top: 1px !important;*/
    padding: 1rem 1rem;
}

    .jumbotron h2 {
        font-size: 24px;
        margin-top: 12px;
        padding: 0px;
    }

    .jumbotron p {
        font-size: inherit;
        line-height: 1.5em;
        margin-bottom: 18px;
        text-align: justify;
    }

    .jumbotron .collection-logo {
        background-color: white;
        float: right;
        margin: 8px 0px 0px 30px;
        padding: 8px;
    }

/*Extended colours*/

.bg-light-yellow {
    background-color: lightyellow;
}




/*LESS 'OVERRIDES' more like custom CSS*/

/*Bootstrap css radio*/

.box-radio-button .box-radio-button-item {
    clear: both;
    overflow: hidden;
    padding-right: 8px;
}

.box-radio-button label {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    font-weight: normal;
    padding-right: 8px;
    width: 100%;
}

.box-radio-button input[type="radio"]:empty,
.box-radio-button input[type="checkbox"]:empty {
    /*display: none;*/
}

    .box-radio-button input[type="radio"]:empty ~ label,
    .box-radio-button input[type="checkbox"]:empty ~ label {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        cursor: pointer;
        line-height: 2.5em;
        margin-top: 1em;
        position: relative;
        padding-left: 3.25em;
        user-select: none;
    }

.box-radio-button input[type="radio"]:disabled:empty ~ label,
.box-radio-button input[type="checkbox"]:disabled:empty ~ label {
    cursor: default;
}


.box-radio-button input[type="radio"]:empty ~ label:before,
.box-radio-button input[type="checkbox"]:empty ~ label:before {
    background: #d1d3d4bc;
    border-radius: 3px 0 0 3px;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 2.5em;
}

.box-radio-button input[type="radio"]:hover:not(:checked):not(:disabled) ~ label,
.box-radio-button input[type="checkbox"]:hover:not(:checked):not(:disabled) ~ label {
    color: #555555;
    font-weight: bold;
}

    .box-radio-button input[type="radio"]:hover:not(:checked):not(:disabled) ~ label:before,
    .box-radio-button input[type="checkbox"]:hover:not(:checked):not(:disabled) ~ label:before {
        color: #C2C2C2;
        content: '\2714';
        font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
        text-align: center;
    }

.box-radio-button input[type="radio"]:checked ~ label,
.box-radio-button input[type="checkbox"]:checked ~ label {
    color: #444444;
    font-weight: bold;
}

    .box-radio-button input[type="radio"]:checked ~ label:before,
    .box-radio-button input[type="checkbox"]:checked ~ label:before {
        background-color: #ccc;
        color: #333;
        content: '\2714';
        font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
        text-align: center;
    }

.box-radio-button input[type="radio"]:focus ~ label:before,
.box-radio-button input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.box-radio-button-default input[type="radio"]:checked ~ label:before,
.box-radio-button-default input[type="checkbox"]:checked ~ label:before {
    background-color: #ccc;
    color: #333;
}

.box-radio-button-primary input[type="radio"]:checked ~ label:before,
.box-radio-button-primary input[type="checkbox"]:checked ~ label:before {
    background-color: #28a745;
    color: #fff;
}

.box-radio-button-success input[type="radio"]:checked ~ label:before,
.box-radio-button-success input[type="checkbox"]:checked ~ label:before {
    background-color: #5cb85c;
    color: #fff;
}

.box-radio-button-danger input[type="radio"]:checked ~ label:before,
.box-radio-button-danger input[type="checkbox"]:checked ~ label:before {
    background-color: #d9534f;
    color: #fff;
}

.box-radio-button-warning input[type="radio"]:checked ~ label:before,
.box-radio-button-warning input[type="checkbox"]:checked ~ label:before {
    background-color: #f0ad4e;
    color: #fff;
}

.box-radio-button-info input[type="radio"]:checked ~ label:before,
.box-radio-button-info input[type="checkbox"]:checked ~ label:before {
    background-color: #5bc0de;
    color: #fff;
}


.table-hover > tbody > tr.selected:hover, .table > tbody > tr.selected {
    background-color: rgba(60, 141, 188, 0.1);
    background-color: rgba(235, 173, 75, 0.1); /*#ebad4b;*/
    background-color: rgba(60, 141, 188, 0.4);
}

    .table-hover > tbody > tr.selected.selected-danger, .table > tbody > tr.selected.selected-danger {
        background-color: rgba(231, 74, 59, 0.1);
        color: #e74a3b;
    }

    .table-hover > tbody > tr.selected.selected-success, .table > tbody > tr.selected.selected-success {
        background-color: rgba(0, 166, 90, 0.1);
        color: #00a65a;
    }

    .table-hover > tbody > tr.selected.selected-warning, .table > tbody > tr.selected.selected-warning {
        background-color: rgba(243, 156, 18, 0.1);
        color: #f39c12;
    }



table.table tr:hover td .reveal-text,
.table.table tr td .reveal-buttons {
    display: none;
}

table.table tr:hover td .reveal-buttons {
    display: inline-block;
}

.table.table tr td .reveal-text {
    display: block;
}

/*Carousel*/

.carousel-indicators li {
    background-color: #3c8dbc;
    height: 10px;
}
/*.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 30px;
    width: 30px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 55px;
        color: red;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 55px;
        color: red;
    }*/

/*upload button*/

.form-control-sm {
    border-width: 0.1rem;
}

.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}

.he-df-inp-radio-subheader {
    font-weight: bold;
}
/*Probably not the best place form this but it will do for now*/
.he-df-likert-table {
    width: 100%;
}

    .he-df-likert-table th {
        vertical-align: middle;
    }

    .he-df-likert-table th,
    .he-df-likert-table td {
        border: 1px solid #aaaaaa;
        text-align: center;
    }

        .he-df-likert-table td.title {
            text-align: left;
            font-weight: bold;
            padding: 10px 10px 10px 10px;
        }

        .he-df-likert-table td span {
            padding: 3px;
        }

        .he-df-likert-table th,
        .he-df-likert-table td.title {
            background-color: #f4f6f9ff;
        }

    .he-df-likert-table tbody td:not(:first-child) {
        cursor: pointer;
    }

.likert-radio-button .likert-radio-button-item {
    clear: both;
    overflow: hidden;
    padding-right: 8px;
}

.likert-radio-button label {
    border: 0px none transparent;
    border-radius: 3px;
    font-weight: normal;
    padding-right: 8px;
    width: 100%;
}

.likert-radio-button input[type="radio"]:empty {
    /*display: none;*/
}

    .likert-radio-button input[type="radio"]:empty ~ label {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        cursor: pointer;
        line-height: 2.5em;
        position: relative;
        text-indent: 3.25em;
        user-select: none;
    }

        .likert-radio-button input[type="radio"]:empty ~ label:before {
            border-radius: 3px 3px 3px 3px;
            bottom: 0;
            content: '';
            display: block;
            left: 0;
            position: absolute;
            top: 0;
            right: 0;
        }

.likert-radio-button input[type="radio"]:hover:not(:checked):not(:disabled) ~ label {
    color: #555555;
    font-weight: bold;
}

    .likert-radio-button input[type="radio"]:hover:not(:checked):not(:disabled) ~ label:before {
        color: #C2C2C2;
        content: '\2714';
        font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
        font-size: 1.3em;
        font-weight: bold;
        text-indent: .5em;
    }

.likert-radio-button input[type="radio"]:checked ~ label {
    color: #444444;
    font-weight: bold;
}

    .likert-radio-button input[type="radio"]:checked ~ label:before {
        background-color: #ccc;
        color: #16c60c;
        content: '\2714';
        font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
        font-size: 1.3em;
        font-weight: bold;
        text-indent: .5em;
    }

.likert-radio-button input[type="radio"]:focus ~ label:before {
    /*box-shadow: 0 0 0 3px #999;*/
}

.likert-radio-button-default input[type="radio"]:checked ~ label:before {
    background-color: #ccc;
    color: #333;
}

.likert-radio-button-primary input[type="radio"]:checked ~ label:before {
    background-color: #28a745;
    color: #fff;
}

.likert-radio-button-success input[type="radio"]:checked ~ label:before {
    background-color: transparent;
    color: #16c60c;
}

.likert-radio-button-danger input[type="radio"]:checked ~ label:before {
    background-color: #d9534f;
    color: #fff;
}

.likert-radio-button-warning input[type="radio"]:checked ~ label:before {
    background-color: #f0ad4e;
    color: #fff;
}

.likert-radio-button-info input[type="radio"]:checked ~ label:before {
    background-color: #5bc0de;
    color: #fff;
}

.ui-dialog {
    z-index: 9999;
}

/*Extend bootstrap */
.btn-xxs {
    padding: 1px 1px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 2px;
}

/*.modal-dialog.modal-lg.modal-body-scroll .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.modal-dialog.modal-body-scroll .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}*/



.text-lightblue {
    color: #3c8dbc !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-maroon {
    color: #d81b60 !important;
}

.text-blue {
    color: #007bff !important;
}

.text-indigo {
    color: #6610f2 !important;
}

.text-purple {
    color: #6f42c1 !important;
}

.text-pink {
    color: #e83e8c !important;
}

.text-red {
    color: #dc3545 !important;
}

.text-orange {
    color: #fd7e14 !important;
}

.text-yellow {
    color: #ffc107 !important;
}

.text-green {
    color: #28a745 !important;
}

.text-teal {
    color: #20c997 !important;
}

.text-cyan {
    color: #17a2b8 !important;
}

.text-white {
    color: #fff !important;
}