﻿/* 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. */
.container {
    max-width: 1100px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a,.k-grid a  {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-download {
    color: #fff;
    background-color: #e28743;
    border-color: #1861ac;
}

.btn-view {
    color: #fff;
    background-color: #76b5c5;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 130px;
}

.footer {
    background-color: rgb(229, 231, 234);
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
}

.page-header {
    text-align: left;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
}
/* custom navbar */
.navbar-custom {
    background-color: #012169;
}

    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: rgba(255,255,255,.8);
    }

    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: rgba(255,255,255,.5);
    }

    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #ffffff;
    }

    /* for dropdown only - change the color of droodown */
    .navbar-custom .dropdown-menu {
        background-color: #012169;
    }

    .navbar-custom .dropdown-item {
        color: #ffffff;
    }

        .navbar-custom .dropdown-item:hover {
            background-color: #4A73BB;
        }

        .navbar-custom .dropdown-item:focus {
            color: #000000;
            background-color: #ffffff;
        }

    .navbar-custom .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-custom .navbar-toggler {
        border-color: rgba(255,255,255,.5);
    }

.vAdj {
    padding-top: 7px
}

.modal-dialog {
    padding-top: 50px;
}

.mright {
    float: right;
    position: relative;
}

.lesspad {
    padding-left: 5px;
    padding-right: 5px;
}

.twenty {
    width: 19.5% !important;
}

.spacer {
    width: 5%;
}

.k-block > .k-header, .k-window-titlebar {
    height: 35px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 5px 0;
}

.upmore {
    position: relative;
    top: -25px;
}

.upshift {
    position: relative;
    bottom: 65px;
    margin-right: 10px;
}

.butt {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.SFSContainer {
    padding-left: 40px;
    padding-right: 40px;
    min-width: 1200px;
    margin-left: 20px;
}

.srcHist {
    background-image: url('Images/List32x32.png');
    display: inline-block;
    height: 32px;
    width: 32px;
    opacity: 0.5;
    cursor: pointer;
}

.custom-checkbox {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    background: url("Images/checkbox.png") no-repeat;
}

    .custom-checkbox:hover {
        background: url("Images/checkbox-hover.png") no-repeat;
    }

    .custom-checkbox.selected {
        background: url("Images/checkbox-selected.png") no-repeat;
    }

.custom-dataTable-Header {
    color: white;
    background-color: #143F90;
}

.k-header {
    min-height: 35px;
    margin-top: 0;
}

.form-horizontal .control-label {
    padding-top: 0px;
}

.tab-content {
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.block {
    display: block;
}

.up-caret:after, .down-caret:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    margin-left: 5px;
}

.up-caret:after {
    border-top: 5px solid black;
}

.down-caret:after {
    border-bottom: 5px solid black;
}
.sfs-dl-spacing dt {
    width: 200px;
}

.sfs-dl-spacing dd {
    margin-left: 210px;
}

a {
    color: #0366d6;
    text-decoration: none;
}


address {
    margin-bottom: 2px;
    font-size: 11px;
}

.headwidth {
    width: 100% !important;
}

.topfix {
    margin-top: 98px;
}

.mainfix {
    margin-top: 70px;
}
#wrap {
    height: auto;
    margin: 0 auto 0;
    height: calc(100% - 140px);
    padding: 0;
    position: relative;
}
.top-buffer {
    margin-top: 20px;
}
.fixedHeader {
    position: fixed;
    top: 51px;
}

.error {
    border: 1px solid #ff0000!important;
}

.error-field {
    border: 1px solid #ff0000 !important;
    color: #ff0000;
}

.error-label {
    color: #ff0000;
    font-weight: bold;
}

.hidden {
    display: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .radio label,
.has-error .checkbox label,
.has-error .radio-inline label,
.has-error .checkbox-inline label{
    color: #a94442;
}

.form-control {
    height: calc(1.5em + .75rem + 2px);
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.form-control:disabled, .form-control[readonly], .form-text[readonly], .readonly {
    background-color: #e9ecef;
    opacity: 1;
}

.has-error .form-control-feedback, .field-validation-error {
    color: #a94442;
}

/*Grid header text should wrap*/
.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
    font-weight: bold;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.modal-dialog {
    width: 600px;
    max-width: 600px;
}

.modal-dialog-lg {
    width: 900px!important;
    max-width: 900px!important;
}

.k-step-text {
    white-space: pre-wrap !important;
}
.ulborder {
    list-style-type: none !important;
    border: solid 1px gray;
}

.ulnoborder {
    list-style-type: none !important;
}

.liborder {
    padding-bottom: 2px !important;
}

.spanborder {
    border: solid 1px gray !important;
}
/* Changing Filter column back ground color to Red*/
.k-grid-filter.k-active {
    background-image: none;
    background-color: red;
    color: white;
}
.k-grid-excel {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.collapse-link[data-bs-toggle], .collapse-link[data-bs-toggle]:hover {
    display: block;
    color: #212529;
}

    /*.collapse-link[data-bs-toggle].collapsed:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f078";
        color: #444444;
        position: absolute;
        right: 10px;
    }

    .collapse-link[data-bs-toggle]:not(.collapsed):after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f077";
        color: #444444;
        position: absolute;
        right: 20px;
    }*/

/* Otherwise the link text is nearly invisible when a grid row is selected. */
.k-selected a {
    color: #fff;
    background-color: #1984c8;
    border-color: #1a87cd;
}

.padded-row {
    padding: 15px 20px;
}

.dropzone.drag-over {
    background-color: #eeeeee;
    border: 2px dotted #666666;
}

.draggable-cell {
    cursor: grabbing
}

.readonlyDisabledClass {
    width: 100%;
    background-color: lightgray
}

.k-master-row:hover .draggable-cell {
    font-weight: bold;
    background: rgb(107, 188, 242) !important;
}

.medium-width-control {
    width: 150px;
}

.customGrdLink {
    color: #1b6ec2;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
}

.customGrdLinkWithoutUnderline {
    color: #1b6ec2;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.font-weight-bold{
    font-weight: bold
}
.btn-warning {
    background: #ffc107;
}


.flex-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*width: 100%;*/
}

.k-grid-filter.k-active {
    background-image: none;
    background-color: red;
    color: white;
}

.box {
    border: 1px solid black;
}    


.customheader {
    background-color: #f3f3f4;   
}

a.alinks {
    text-decoration: none;
    color: #0d6efd !important;
}

a:hover {
    text-decoration: none !important;
}

.k-pager-numbers {
    display: block !important;
}

.k-pager-info {
    display: block !important;
}

.requiredLabel:after {
    content: " *";
    color: #dc3545;
}

.modal-open {
    overflow: initial !important;
}
.bannerWrap {
    color: red;
    font-style: italic;
    font-weight: normal;
}