﻿body {
    border-color: #6D1F37;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 30px;
}
.header-content{
    background-color: #6D1F37;
    border-color: #6D1F37;
    color: #F4F3EF;
    min-height: 115px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.reportDropdownHidden {
    display: none!important;
}
.arrowDown {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.reportDropdownButton {
    position: relative;
    margin-right: 5px;
    flex: 1;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.reportDropdownText {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    padding: 0px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #495057;
}
.reportDropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 45%;
    right: 10px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.reportDropdownContainer {
    overflow-y: auto;
    max-height: 80vh;
    position: absolute;
    z-index: 10;
    display: flex;
    flex-direction: column-reverse;
    top: 105%;
    width: 100%;
    background-color: white;
    border: solid 1px;
    border-radius: 8px;
    left: 0px;
}
.reportDropdownOption {
    flex: 1;
    padding-left: 20px;
}
.reportDropdownOption:hover {
    background-color: Highlight!important;
}
.footer-content {
    background-color: #6D1F37;
    border-color: #6D1F37;
    color: #F4F3EF;
}
.page-content{
    background-color: white;
    border-color: black;
    color: black;
}

.logo-size {
    user-select: none;
    width: 100%;
    max-height: 90px;
}

.nav-item.active {
    font-weight:bold !important;
}

.field-validation-error {
    color: red;
    padding-left: 5px;
}
.select-checkbox{
    position: relative;
}
.select-checkbox option::before {
    content: "\2610";
    width: 1.3em;
    text-align: center;
    display: inline-block;
}
.select-checkbox option:checked::before {
  content: "\2611";
}
.bg-costa {
    background-color: #6D1F37;
}
table.dataTable thead th {
    border-bottom: none;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: solid 1px lightgrey;
}
a.page-link.active {
    color: #fff !important;
    background-color: #007bff!important;
    border-color: #007bff !important;
}

tr.selected > .select-checkbox::after {
    top: unset !important;    
    left: 40% !important;
}
tr.selected > .select-checkbox::before {
    top: unset !important;
}
tr > .select-checkbox::before {
    top: unset !important;
}

table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

@media (min-width: 992px) {
    .col-lg-10 {
        flex: 0 0 85%;
        max-width: 85.33333%;
    }
}

main {
    height: calc(100vh - 120px);
    margin-top: 90px;
    overflow-y: auto;
}

#mw-sidebar {
    margin-top: 48px;
    height: calc(100vh - 48px);
    width: 200px;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    border-right: 1px groove grey;
}

.cloaked {
    display: none!important;
}

.cloakedNav {
    display: none !important;
}

.requires-context {
    display: none;
}

/*Margin*/
.m-sm {
    margin: 5px;
}

.m-med {
    margin: 10px;
}

.m-lg {
    margin: 15px;
}

.m-xlg {
    margin: 20px;
}

/*Margin Bottom*/
.m-b-sm {
    margin-bottom: 5px;
}
.m-b-med {
    margin-bottom: 10px;
}

.m-b-lg {
    margin-bottom: 15px;
}

.m-b-xlg {
    margin-bottom: 20px;
}

/*Margin Top*/
.m-t-sm {
    margin-top: 5px;
}

.m-t-med {
    margin-top: 10px;
}

.m-t-lg {
    margin-top: 15px;
}

.m-t-xlg {
    margin-top: 20px;
}

/*Margin Left*/
.m-l-sm {
    margin-left: 5px;
}

.m-l-med {
    margin-left: 10px;
}

.m-l-lg {
    margin-left: 15px;
}

.m-l-xlg {
    margin-left: 20px;
}

/*Margin Right*/
.m-r-sm {
    margin-right: 5px;
}

.m-r-med {
    margin-right: 10px;
}

.m-r-lg {
    margin-right: 15px;
}

.m-r-xlg {
    margin-right: 20px;
}

/*Padding*/
.p-sm {
    padding: 5px;
}

.p-med {
    padding: 10px;
}

.p-lg {
    padding: 15px;
}

.p-xlg {
    padding: 20px;
}

/*Padding Bottom*/
.p-b-sm {
    padding-bottom: 5px;
}

.p-b-med {
    padding-bottom: 10px;
}

.p-b-lg {
    padding-bottom: 15px;
}

.p-b-xlg {
    padding-bottom: 20px;
}


/*Padding Top*/
.p-t-sm {
    padding-top: 5px;
}

.p-t-med {
    padding-top: 10px;
}

.p-t-lg {
    padding-top: 15px;
}

.p-t-xlg {
    padding-top: 20px;
}

/*Padding Left*/
.p-l-sm {
    padding-left: 5px;
}

.p-l-med {
    padding-left: 10px;
}

.p-l-lg {
    padding-left: 15px;
}

.p-l-xlg {
    padding-left: 20px;
}

/*Padding Right*/
.p-r-sm {
    padding-right: 5px;
}

.p-r-med {
    padding-right: 10px;
}

.p-r-lg {
    padding-right: 15px;
}

.p-r-xlg {
    padding-right: 20px;
}
@media (min-width: 768px) {
    .desktopPaddingTop150{
        padding-top: 150px;
    }
}
span .required {
    color: 'red'
}
label.required:after {
    color: black;
    content: " *";
}
.PasswordChangeLabel {
    max-width: 200px;
    flex: 1;
    margin: 10px 0px;
}
.PasswordChangeInput {
    flex: 2;
    max-width: 500px;
}
table.dataTable tr.selected td.select-checkbox::after {
    margin-left: 0px!important;
}
#grid-market-assignments-table tr.selected td.select-checkbox::after {
    margin-left: 4px !important;
}
table.dataTable thead tr th.select-checkbox.selected::after {
    position: absolute;
    content: '\2714';
    margin-top: -11px;
    margin-left: 3px!important;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}
table.dataTable thead tr th.select-checkbox::before {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}
.hidden {
    visibility: hidden;
}


@keyframes fadeout {
    0%
    {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeout {
    animation: fadeout 1s;
    animation-delay: 5s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
}

.vertical-line {
    border-left: 2px solid green;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

.mwForm {
    min-width: 80%;
    padding: 3% 5%;
    display: flex;
    flex-direction: column;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version */
}

.ReportScheduleDayPickContainer {
    flex: 1;
    display: flex;
    align-items: center
}
.ReportScheduleDayPickContainer label {
    margin-bottom: 0px;
    margin-left: 2px;
}
.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}
.error-actions .btn {
    margin-right: 10px;
    border-color: #ccc;
}    
.dropdown-menu {
/*    transform: translate3d(5px, 35px, 0px) !important;*/
}

@media screen and (max-width: 1192px) and (min-width:889px) {
    .managesystemusers table#manage-system-users-table {
        font-size: 13px;
    }
    .managepartnerusers table#manage-partner-users-table {
        font-size: 13px;
    }
}

@media screen and (max-width: 888px) and (min-width:700px) {
    .managesystemusers table#manage-system-users-table {
        font-size: 12px;
    }
    .managepartnerusers table#manage-partner-users-table {
        font-size: 12px;
    }
}

@media screen and (max-width: 699px) {
    .reportDropdownText {
        padding: 0px 5px;
    }
    .reportDropdownContainer {
        width: 100vw;
    }
    .managesystemusers table#manage-system-users-table {
        font-size: 10px;
    }
    .managepartnerusers table#manage-partner-users-table {
        font-size: 10px;
    }
}
.footerShortcut:hover {
    cursor: pointer;
}
.footerHyperlink {
    text-decoration: underline;
}
.footerHyperlink:hover {
    cursor: pointer;
}

.report-page-tab {
    background-color: silver;
    padding: 5px;
    cursor: pointer;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    color: white;
    display: inline-block;
    white-space: nowrap;
}

.report-page-tab:hover  {
    color: white;
}

.report-page-tab.active {
    font-weight: bold;
    background-color: #6D1F37;
}

.alert {
    word-break: normal;
}