/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

html, body.noFlow {
    overflow-x: hidden;
    scroll-behavior: auto !important;
}
.hidden {
    display: none;
}
.progress-warning-bg {
   /* background-color: aliceblue;*/
    opacity: .7;
}
.progress-warning {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 4em;
    padding-top: 1.0em;
    z-index: 1;
    /* The following properties are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    /*background-color: black;*/
    color: black;
    font-weight: bold;
    /*-webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);*/
}
h1 {
    /*font-family: Cambria;*/
    font-size: 24px;
    /*color: #14558F;*/
}

h2 {
    /*font-family: Cambria;*/
    font-size: 22px;
    /*color: #8AAAC7;*/
}

h3 {
    /*font-family: Cambria;*/
    font-size: 20px;
}

h4 {
    /*font-family: Cambria;*/
    font-size: 18px;
}

h5 {
    /*font-family: Cambria;*/
    font-size: 16px;
}
h5 {
    /*font-family: Cambria;*/
    font-size: 14px;
}
fieldset {
    border: 0.1px solid #b5b2b2;
   /* border-radius: 6px;*/
    padding: 0px;
}

    fieldset.project {
        margin: 0px;
        /*padding: 0px;*/
        border: 0.1px solid #b5b2b2;
        /*border-radius: 6px;*/
        box-shadow: 0 2px 8px #b5b2b2;
    }
    fieldset.subItems {
        height : 100px;
        margin: 0px;
        /*padding: 0px;*/
        border: 0.1px solid #b5b2b2;
        /*border-radius: 6px;*/
        box-shadow: 0 2px 8px #b5b2b2;
    }
/* Top Navigation */

.topMenu--InActive {
    box-shadow: 0 0.2rem 0.2rem rgba(1, 1, 1, 0.25);
}
.topMenu-active {
    background-color: white;
    box-shadow: -0.25rem -0.25rem 0.2rem rgba(0, 0, 0, 0.25);
    color: #14558f;
    font-weight: 700;
}

/* Language Icon placement */

@media (max-width: 840px) {
.ma__utility-nav__translate-icon svg {
    left: 40px;
}
}

@media (min-width: 841px) {
    .ma__utility-nav__translate-icon {
        left: 0px;
    }
}
@media (min-width: 621px) {
    .ma__callout-link {
        padding: 10px 30px;
    }
}
.ma__button--small
 {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 0.2em 0.6em;
}
.img-80 {
    width: 80% !important;
    height: auto !important;
    display: block;
}

.custom-shadow {
    box-shadow: 14px 0 20px -12px rgba(0, 0, 0, 0.4) !important;
    display: block;
}
/*/* Move to Top Button */
.pointer {
    cursor: pointer;
}
#cug_topBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999; 
    font-size: 14px;
    outline: none;
    cursor: pointer;
    border: 4px solid rgba(20, 85, 143, .5);
    height: 47px;
}

.stickyTOC-top svg {
    fill: rgba(20,85,143,.5);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 11px;
    height: 12px;
    margin-bottom: 5px;
}

.stickyTOC-top span {
    display: block;
    text-transform: uppercase;
    font-size: 12.8px;
    font-size: .8rem;
    font-weight: 600;
    color: #14558f;
    letter-spacing: .1em;
    margin-top: -4px;
}
.cug_success {
    color: #388557
}
.cug_error {
    color: #CD0D0D;
}
.cug_info{
    color: #3E94CF;
}

    /*
    Kendo UI
*/
.k-grid .k-grid-content {
    min-height: 100px;
    max-height: 400px;
    font-family: "Noto Sans VF", "Noto Sans", "Helvetica", "Arial", "sans-serif";
    font-size: 16px;
}
.k-header {
    background-color: #14558F;
    color: white;
    font-family: "Noto Sans VF", "Noto Sans", "Helvetica", "Arial", "sans-serif";
    font-size: 16px;
}
    .k-header.k-sorted {
        color: #14558F;
       /* font-weight :bold;*/
    }
.k-toolbar .k-input {
    font-family: "Noto Sans VF", "Noto Sans", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    width:250px;
}
.k-table-md .k-table-th, .k-table-md .k-table-td {
    padding: 10px;
}
.k-table-group-row.k-grouping-row.k-table-row {
   /* background-color: #14558F;*/
    /*color: #14558F;*/
    font-size: 16px;
    letter-spacing: 1.3px;
    font-weight: bolder;
    padding: 12px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1.5px;
}
    .k-table-group-row.k-grouping-row.k-table-row :hover {
        background-color: #DDDDDD;
        opacity: 90%;
    }
/*.k-grid{
    font-size:14px;
}*/
.k-grid a {
    color: #14558f;
    text-decoration: none;
}
k-grid col.k-sorted, .k-grid .k-table-th.k-sorted {
   
    background-color: #b5b2b2;
}
/*.k-svg-icon > svg {
    color:white;
}*/

    .k-stepper .k-step-done.k-disabled .k-step-indicator {
    background-color: #88bde1;
    border-color: #3E94CF;
}
.k-button-flat-primary {
    color: #14558f;
    font-weight:bold;
}
.k-stepper .k-step.k-disabled .k-step-label {
    color: #14558F;
}
.k-stepper .k-step-current.k-disabled .k-step-indicator {
    background-color: #14558F;
    border-color: #3E94CF;
}
/*Telerik stepper colors*/
.step-approved .k-step-indicator {
    background-color: #388557 !important;
    border-color: #4caf50 !important;
}

/* Rejected */
.step-denied .k-step-indicator {
    background-color: #f44336 !important;
    border-color: #f44336 !important;
}

/*-----------------------------------------------------------------------------------------*/

/* Modal Style */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

/* Close Button */
/*.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }*/

/* Buttons Style */
.confirmButton {
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #14558f;
    color: white;
    width :100px;
    
}
.confirmText{
    font-size:14px;
}

button:hover {
    opacity: .9
}


.cancelBtn {
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    cursor: pointer;
    border: none;   
    width: 100px;
    background-color: #b5b2b2;
    color: black
}

    #cancelBtn:hover {
        opacity : .9
    }

.k-table-td > input {
    font-size: 12px !important;
    padding:0 !important;
}
.validation-slot {
    min-height: 1.55rem; /* adjust based on font size */
}
input.input-validation-error {
    border-color: #dc3545;
}
    input.input-validation-error:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }
.dashboard-ExpireDiv {
    max-height: 250px; /* restrict the height */
    min-height: 250px; /* restrict the height */
    overflow-y: auto; /* add vertical scroll if content exceeds */
}

/* Align the Vendor Profile Blanket Details box with the box above it. */
.sci-blanket-details {
    box-sizing: border-box;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.center-callout {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
}

    .center-callout .ma__callout-link__text {
        text-align: center !important;
    }