﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
/*a {
    color: #0366d6;
}*/

/* a start - disabling highlight of link because it is used for each searchResult */
a:link {
    text-decoration: none !important;
    color: #252525 !important;
}

a:visited {
    text-decoration: none !important;
    color: #252525 !important;
}
/* a end - disabling highlight of link because it is used for each searchResult */

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

/*.navbar-brand {
    padding: 0;
}

.navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
}*/

/* Nav bar button padding */
.navbar-button-padding {
    padding: 6px !important;
}

/* Nav bar language buttons placement */
.navbar-lang-placement {
    float: right;
}

/* Nav bar logo */
.navbar-logo {
    max-width: 204px;
    max-height: 73px;
    cursor: pointer;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;*/
/*src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('TrueType');*/
/*src: local('../fonts/OpenSans_Regular.ttf'), url('../fonts/OpenSans_Regular.ttf') format('TrueType');
}*/

html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
    /*font-family: 'Open Sans', sans-serif !important;
    font-size: 1em !important;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/* Custom styles */

/*.first {
    float: left;
    /*width: 20%;*
    background-color: transparent;
    height: auto;
    position: relative;
    border-right: 1.5px solid #AC5356;
}*/


/* start - This hides the arrow for input type=number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
/* end - This hides the arrow for input type=number */

/* Filter container default style - no red border */
.filter-container {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding: 10px;
    float: left;
    width: 20%;
    background-color: transparent;
    height: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;*/
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    /* your mobile css, change this as you please */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    /* Filter container desktop style - adding red border */
    .filter-container {
        border-right: 1.5px solid #7b161a;
        padding-top: 10px;
        padding-bottom: 10px;
        /*padding: 10px;
        float: left;
        width: 20%;
        background-color: transparent;*/
        /*height: auto;
        position: relative;*/
        /*padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;*/
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    /* your desktop css */
}

/*.custom-add-button-alignment {
    
}
.custom-add-button-style {
    border-color: #7b161a !important;
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-right: -1px;
    padding: 6px 10px 6px 10px;
}*/

/* Login page padding */
.admin-container-padding {
    padding: 22px;
}

/* Login button bottom margin */
.admin-button-bottompadding {
    margin-bottom: 15px;
}

/* Used for the textfield where the '+' button in located */
.custom-add-input-style {
    /*border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;*/
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

/* Used for the '+' button next to the text fields */
.input-group-addon {
    color: #252525 !important;
    border-color: #bbb;
    border-width: 1px;
    background-color: #fff !important;
}

    .input-group-addon:hover {
        background-color: #f4f4f4 !important;
    }

.fa-icon-size {
    font-size: 12px !important;
}

/* Removing capitalization */
.no-uppercase {
    text-transform: none;
}

/* Horizontal alignment style */
.horizontal-alignment {
    display: inline-block;
}

/* Used for the button inside the '+' icon - disabling interaction as it is located within a span tag */
.btn-primary-outline {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

    .btn-primary-outline:focus {
        outline: none !important;
        box-shadow: none !important;
    }

/* Used for every required form group, adding '*' */
.form-group.required .control-label:after {
    content: "*";
    color: red; /*#7b161a;*/
    margin-left: 3px;
}

/* Setting red border for every required field */
select:required {
    border-color: #7b161a !important;
    border-width: 1px !important;
}

    select:required:focus {
        border-color: #7b161a !important;
        border-width: 1px !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d2252c
    }

    select:required:valid {
        border-color: #bbb !important;
        border-width: 1px !important;
    }

        select:required:valid:focus {
            border-color: #bbb !important;
            border-width: 1px !important;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important
        }

/* Setting red border for every required field */
input:required {
    border-color: #7b161a !important;
    border-width: 1px !important;
}

    input:required:focus {
        border-color: #7b161a !important;
        border-width: 1px !important;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #d2252c !important;
    }

    input:required:valid {
        border-color: #bbb !important;
        border-width: 1px !important;
    }

        input:required:valid:focus {
            border-color: #bbb !important;
            border-width: 1px !important;
            box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 60%) !important
        }
        

/* Setting red border for every required field */
textarea:required {
    border-color: #7b161a !important;
    border-width: 1px !important;
}

    textarea:required:focus {
        border-color: #7b161a !important;
        border-width: 1px !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d2252c !important;
    }

    textarea:required:valid {
        border-color: #bbb !important;
        border-width: 1px !important;
    }

        textarea:required:valid:focus {
            border-color: #bbb !important;
            border-width: 1px !important;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important
        }

/* Glyphicon plus icon size - decreasing default */
.glyphicon.glyphicon-plus {
    font-size: 10px;
    top: 1px;
    left: 1px;
}


/*.form-control is-valid {
    border-color: #bbb !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
}

.form-control.is-invalid, .was-validated .form-control:valid {
    border-color: #bbb !important;
    background-image: none !important;
}

.form-control.error {
    border-color: #7b161a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
 }*/

.main-container {
    float: left;
    width: 100%;
    height: auto;
}

/*.second-container {
    /*width: 100%;*
    height: auto;
    float: left;
}*/

.main-container-list {
    width: 100%;
    height: auto;
    display: inline-block;
}

.main-container-sort {
    float: right;
    /*width: 100%;
    height: auto;*/
    top: 0%;
    right: 0%;
    display: inline-block;
    position: absolute;
}


/* style for each searchResult container */
.row-container {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    /*cursor: pointer;*/
}


.divider-line {
    text-align: left;
    margin-left: 0;
    background-color: black;
}

/* topright placement of view */
.topright {
    /*font-size: 14px;
    text-align: right;
    color: black;
    margin-left: 0;
    margin-right: -5px;
    padding-top: 6px;*/
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

/* Removing padding */
.no-space-label {
    margin: 0;
    padding: 0;
}

/* Removing padding */
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/* Adding padding to each header */
.form-header-padding {
    padding-left: 13px;
    padding-right: 13px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Filter advanced button container */
.filter-advanced-container {
    padding-top: 10px;
    padding-bottom: 15px;
    display: inline-block;
    cursor: pointer;
}

/* Filter arrow down */
#filterArrowDown {
    margin-left: 6px;
}

/* Filter arrow up */
#filterArrowUp {
    margin-left: 6px;
    /*display: none;*/
}

.divider-margin {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* View float right */
.floatRight {
    float: right;
}

/* View float and text alignment right */
.floatTextAlignRight {
    float: right;
    text-align: right;
}

/* Ttext align right */
.textAlignRight {
    text-align: right;
}

/* Sorting select margin */
#SortingSelect {
    margin-bottom: 25px;
}

/* Decision comment and decision reason textarea height */
.decisionReasonAndCommentHeight {
    height: 10em !important;
}

/* Display: flex allows children to fill available space */
.flexStyle {
    display: flex;
}

/* 'To' label style inside two calendar inputs */
.calendarToLabel {
    margin: auto;
    display: inline-block;
    float: none;
    /*align-self: center;*/
    margin-top: 12px;
}

.hidden-with-space {
    visibility: hidden;
}

/*.filter-container {
    padding: 10px;
}

.filter-title {
    font-size: 16px;
    font-style: normal;
    color: grey;
}*/

/*.filter-category-header {
    font-size: 1em;
    font-style: normal;
    color: #666666;
    margin-top: 5px;
    margin-bottom: 3px;
    padding: 0;
}*/



fieldset {
    width: 100%;
}

.item {
    display: block;
    width: 100%;
}

/*label {
    display: inline;
    font-size: 1em;*/
/* text-align: center;*/
/*margin-left: 0px;
    color: #666666;
}

input[type=checkbox] {
    display: inline;
    transform: scale(1.5);
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}*/


li {
    margin-left: 10px;
}

/* Bottom margin to buttons in create, edit and details view */
.case-view-bottom-container {
    margin-top: 10px;
    margin-bottom: 10px;
    /*display: flex;
    justify-content: space-between;*/
    /*display: inline-block;
    text-align: justify;*/
}

/* View is placed in line with other views */
.inline {
    display: inline-block !important;
}

/* Left placement */
.inline-left {
    float: left;
    display: inline-block;
}

/* Right placement */
.inline-right {
    float: right;
    display: inline-block;
}

/* The container must be positioned relative: */
.customized-select {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: right;
    font-size: 14px;
}

    .customized-select select {
        display: none; /*hide original SELECT element: */
    }

.select-selected {
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
}

    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        top: 20px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: black transparent transparent transparent;
    }

/* Point the arrow upwards when the select box is open (active): */


.mandatory {
    color: #7b161a;
}

/* Hiding view */
.view-hidden {
    display: none;
}

/*.form-control is-valid {
    border-color: #bbb !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}*/

/*.btn-primary {
    background-color: #282828 !important;
    border-color: #282828 !important;
}
    .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
        background-color: dimgrey !important;
        border-color: dimgrey !important;
    }

.btn-secondary {
    background-color: #fff !important;
    border-color: dimgrey !important;
    color: black !important;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
        background-color: dimgrey !important;
        border-color: dimgrey !important;
        color: #fff !important;
    }

.form-control {
    color: #252525 !important;
    font-size: 1em !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
}

.form-control.is-invalid, .was-validated .form-control:valid {
    border-color: #ced4da !important;
    background-image: none !important;
}

.form-control.error {
    border-color: #7b161a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
 }*/



/*.form-control:disabled, .form-control[readonly] {
    background-color: #f6f7f8 !important;
    border-color: #f6f7f8 !important;
}

    .form-control::placeholder {*/ /* Chrome, Firefox, Opera, Safari 10.1+ */
/*color: #ccc !important;
        opacity: 1 !important;*/ /* Firefox */
/*}

    .form-control:-ms-input-placeholder {*/ /* Internet Explorer 10-11 */
/*color: #ccc !important;
    }

    .form-control::-ms-input-placeholder {*/ /* Microsoft Edge */
/*color: #ccc !important;
    }

.invalid-feedback {
    color: #7b161a !important;
}*/

/*input:required {
    border-color: #7b161a !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

input:required:valid {
    border-color: #ced4da !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/*textarea:required {
    border-color: #7b161a !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

textarea:required:valid {
    border-color: #ced4da !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

select:required {
    border-color: #7b161a !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

    select:required:valid {
        border-color: #ced4da !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }


.h1 {
    color: #0a0a0a !important;
    font-size: 2em !important;
    font-weight: 400 !important;
}

.h2 {
    color: #0a0a0a !important;
    font-size: 1.7em !important;
    font-weight: 400 !important;
}

.h3 {
    color: #0a0a0a !important;
    font-size: 1.2em !important;
    font-weight: 600 !important;
}

.h4 {
    color: #0a0a0a !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}*/

/* Border for Case no access label inside Details view */
.case-no-access-border {
    outline: 1px solid #252525;
    padding: 6px 10px;
    color: #252525;
}

/* Language flag enabled/disabled */
.lang-disabled {
    opacity: 0.33;
}

.lang-enabled {
    opacity: 1;
}

/*Load more cases start*/
#loader-icon {
    visibility: hidden;
    bottom: 0;
    /*
    text-align: center;
    display: none;
    position: fixed;
    top: 50%;
    width: 100%;
    height: 100%;
    display: none;*/
}
/*Load more cases end*/

/* Scroll to top start*/
#btnScrollTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    /*display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--color-theme);
    color: var(--color-background);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;*/
}

/* #btnScrollTop:hover {
    background-color: var(--color-foreground-hover);
    }*/
/* Scroll to top end*/

.include-duplicate-checkbox {
    margin-top: 4px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.fontBold {
    font-weight: bold !important;
}


.divCount {
    /*position: fixed;
    top: 25px;
    right: 25px;*/
    position: sticky;
    top: 0;
    background: white;
    z-index: 100;
    max-height: 60px;
    height: 60px;
    margin-top: 38px;
}

.labelCount {
    margin-top: 17px;
}

.sortSelectBox {
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}

.affix-top {
    position: fixed;
    z-index: 1030;
}

.searchResult_A_Tag {
    text-decoration: none !important;
    color: #000000 !important;
    /*    color: #252525 !important;*/
    cursor: pointer;
}

/*SDU*/
.button, .btn {
    /*    color: #000;
    background: 0 0;
    border: 2px solid #000;
    min-width: 200px;
*/
    color: #000;
    background: 0 0;
    font-size: .61111rem;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: table;
    position: relative;
    padding: 0.55556rem 1.11111rem 0.61111rem;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #000;
    transition: background-color .3s ease-out;
    transition: all .2s ease-in-out;
    /*min-width: 200px;*/
    min-height: 40px;
    font-size: small;
    padding-top: 8px !important;
    font-weight: bold;
}

@media (min-width: 768px) {
    .button, .btn {
        min-width: 200px;
    }
    .resetBtn {
        min-width: 220px;
    }
    .homeBtns{
        margin-left:150px;
    }
/*    .multiselect {
        min-width: 228px !important
    }
    .multiselect-selected-text {
        width: 228px !important
    }*/
}

.button:focus, .button:hover, button:focus, button:hover {
        background-color: #000 !important;
        color: #fff !important;
    }

.hero-top a.button {
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 2;
}

.button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-top .hero-top_content .hero-top_content_text a.button {
    font-size: .61111rem;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: max-content;
    display: table;
    position: relative;
    padding: 0.55556rem 1.11111rem 0.61111rem;
    margin: 0 0 1.11111rem;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #000;
    transition: background-color .3s ease-out;
    transition: all .2s ease-in-out;
}

.hero-top .hero-top_content .hero-top_content_text a {
    font-style: normal;
    font-weight: 700;
}

.hero-top.ctheme-beige .button, .hero-top.ctheme-green .button, .hero-top.ctheme-lightgreen .button, .hero-top.ctheme-orange .button, .hero-top.ctheme-pink .button, .hero-top.ctheme-red .button, .hero-top.ctheme-yellow .button {
    border: 2px solid #000 !important;
}

.hero-top a.button {
    display: flex !important;
    z-index: 2;
}

.externalCoursesDiv{
    border: 2px solid black;
}
/*Remove under line*/
a:link, a:visited, a:hover a:active, a:focus, -webkit-any-link {
    text-decoration: none !important;
}

.checkboxClass {
    width: 25px;
    height: 25px;
}

.reasonH {
    margin-left: 0px;
    margin-top: 2px;
}

.text-danger {
    color: red !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: gray;
}
.checkbox {
    font-size: 14px;
    min-width: 100%;
}

input[type='checkbox'] {
    width: 15px;
    height: 15px;
}

.multiselect-container > li > a {
    margin-left:-10px;
}

.multiselect-container {
    width: 100%;
}

.multiselect {
    color:black;
    background-color: transparent;
    border: 1px solid #A9A9A9;
    min-height: 33px;
}

.multiselect:hover, .multiselect:focus, .multiselect:active {
    color: black !important;
    background: none !important;
}