/*------------FOOTER CONTROLS - STICK TO PAGE BOTTOM ----------------*/
html, body {
    height: 100%;
  }

/* USING FORM CLASS */
form {
    min-height: 100%;
    margin-bottom: -250px;
}
form::after {
    content: "";
    display: block;
    margin-bottom: 0px;
}
.footer-bottom, form::after {
    height: 250px;
}

/* USING PAGE WRAP CLASS */
.page-wrap {
    min-height: 100%;
    margin-bottom: -250px;
}
.page-wrap::after {
    content: "";
    display: block;
    margin-bottom: 0px;
}
.footer-bottom, .page-wrap::after  {
    height: 250px;
}

.page-header {
    margin: 20px 0 20px;
}

.breadcrumb {
    font-size: 1rem;
    letter-spacing: .5px;
    --breadcrumb-gutter-spacing: 5px;
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: rgba(33, 37, 41, 0.75);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: rgba(33, 37, 41, 0.75);
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 4rem;
    list-style: none;
    justify-content: flex-start; 
    background:inherit;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb > .active {
    text-decoration: none;
}

.breadcrumb ol>li {
    display: inline-flex;
    align-items: center;
}

.breadcrumb li {
    align-content: center;
}

.breadcrumb li a {
    text-decoration: underline;
}

.breadcrumb ol>li:before {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin: 0 5px;
    color: #1096A8; 
    text-decoration: none;
}

.breadcrumb>li+li:before {
    text-decoration: none;
    color: #1096A8;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    content: "";
    margin: 0 5px;
}

.breadcrumb li:before {
    text-decoration: none; 
}

.breadcrumb li a .fa-home {
    vertical-align: middle; 
}

@media (min-width: 992px) {
    .breadcrumb ol>li:first-child {
        display: inline-flex !important;
    }
}



/*---------------------------------------------------------------------*/

body, html, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 , p  {
    font-family: "Roboto" !important;
}

ol.progress {
    border-radius: 5px;
}

.breadcrumb {
    font-size: 16px !important;
}

h1, h2, h3  {
    color: #242424;
    font-weight: bold;
}

h1 {font-size: 30px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}

p {
    font-size: 16px;
    color:#242424;
}

td.clearfix.cell label {
    font-size: 15px;
    margin-bottom: 5px;
}

td.clearfix.cell select, td.clearfix.cell input {
    font-size: 16px;
}

.view-grid a, .selected-view {
    color: #156570;
}

.cell.file-cell {
    font-size: 16px;
}

.control.qty-number-input {
    float: left;
}

.crmEntityFormView .cell {
    padding: 0 20px 20px;
}

.validation-summary {
    border-radius: 10px;
}

.crmEntityFormView .validation-summary h2 {
    color:#6f0303;
}

.validation-summary a {
    color:#6f0303 !important;
}

.form-readonly .form-control, .crmEntityFormView .form-control[readonly][disabled] {
    background-color: #f4f4f4;
    padding-left: 10px;
}

textarea.form-control {
    resize: vertical;
    height: 55px;
    font-size: 16px;
}

.msos-container, .form-control {
    border-radius:10px;
    font-size: 16px;
    height: 40px;
    box-shadow: 0 2px 2px rgb(217 242 245);
    border: 1px solid #ccc;
}

.customControl.MscrmControls.MultiSelectPicklist\.UpdMSPicklistControl.MscrmControls\.MultiSelectPicklist\.UpdMSPicklistControl {
    height: 40px;
    box-shadow: 0 2px 2px rgb(217 242 245);
    border: 1px solid #ccc;
    border-radius: 5px
}

input.form-control {
    border: 1px solid #c3c3c3
}

input.query.form-control, .control .input-group .form-control.lookup {
    height: 35px;
}

.modal-header .close {
    padding-right: 10px;
}

.modal-content {
    border-radius: 15px;
}

.modal-header {
    background-color: rgb(181, 208, 209);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal h1 {
    color: black;
}

button.cancel.btn.btn-default {
    border-radius: 20px;
}

#clearpropsearch {
    color: white;
    background-color: rgb(51 148 167);
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 5px;
    visibility: hidden;
    border: 1px solid #156570;
    margin-left: -10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.input-group-addon:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (max-width: 767px) {
    .navbar-header {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .navbar-right {
        margin-top: 2%;
    }
}

.navbar-header {
    display: flex;
    align-content: center;
    position: relative;
    align-items: center;
}

@media (max-width: 1199px) {
    button.navbar-toggle {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-content: start;
        justify-content: center;
        border-radius: 30px;
        height: 55px;
        width: 55px;
        background-color: #e8f0f1;
    }
}

button.navbar-toggle.collapsed {
    position: absolute;
    right: 0;
    border-radius: 30px;
    background-color: #e8f0f1 !important;
}

button.navbar-toggle {
    position: absolute;
    right: 0;
    border-radius: 30px;
    
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: rgb(16, 150, 168);
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color:rgb(16, 150, 168);
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

a.selected-view.dropdown-toggle {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 20px;
}

/*------------Search Lists---------------*/
.ui-menu {
    border-radius: 5px;
    padding: 0;
    /*sdadsa*/
}

.ui-menu-item-wrapper {
    font-size: 1em !important;
    padding: 5px;
    color: #242424;
    background: white;
    padding-left: 11px;
    border: 1px solid #b2c7ca;
    border-bottom: none;
}

.ui-menu .ui-menu-item:first-child .ui-menu-item-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #b2c7ca;
}

.ui-widget-content {
    border:none;
    background:none;
}

.ui-widget {
    font-family: 'Roboto';
}

.ui-menu-item-wrapper:hover {
    background-color: rgb(158, 225, 233) !important;
    color: #242424 !important;
}

/*------------TABLE DISPLAY----------------*/

.table>thead>tr>th {
    border-bottom: 3px solid #1096A8;
    padding-bottom: 12px;
    font-size: 16px;
}

.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    vertical-align: middle;
    color: #242424;
    font-size: 16px;
}

.view-grid a, .selected-view {
    color: #242424;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f4f7f8;
}

@media screen and (max-width: 767px) {
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>tfoot>tr>td {
        white-space: inherit;
    }
}

@media (max-width: 767px) {
    .table-fluid tr {
        border-top: solid #3394a7 3px !important;
    }
}

/*------------PAGINATION/PAGE NUMBERS FOR LISTS----------------*/
.pagination {
    display: flex;
}

.pagination>li>a, .pagination>li>span {
    padding: 7px 11px;
    font-size: 16px;
    margin-left: 0 !important;
    border:1px solid #ccc !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #b8cfd1 !important;
    color: black;
    font-weight: bold;
    border:1px solid #ccc
}

.view-pagination {
    margin-bottom: 30px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    border-radius: 0 !important;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}


div.notification .alert-success {
border-radius: 10px;
font-size: 15px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: 'Roboto' !important;
}

@media (min-width: 1200px) {
    .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
        border-radius: 25px;
        font-family: 'Roboto' !important;
        min-width: 49px;
        min-height: 50px;
        background: white;
        border: 1px solid #9f9f9f;
        box-shadow: 0 2px 3px #dfdfdf8a;
        transition: .2s;
        padding-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
        border-radius: 0;
        min-width: auto;
        min-height: auto;
    }

    .nav.navbar-nav.weblinks {
        background-color: #e8f0f1;
    }
}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #b8cfd1;
    color: #000;
}

#navbar .dropdown-menu {
    border-radius: 10px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #b8cfd1;
    border-radius:5px;
    
}

.navbar-inverse .navbar-nav > li > a:hover {
background-color: rgb(16, 150, 168) !important;
color: #ffffff !important;
/*border-bottom: none !important;;
box-shadow: 0 4px 4px rgb(0 0 0 / 50%);*/
}


.navbar-inverse .navbar-nav > li > a:focus {
    outline: none !important;
    color: #242424 !important;
}

.navbar-inverse .navbar-toggle.collapsed .icon-bar {
    border: 1px solid #242424;
    background: #242424;
    color: #242424;
}

.navbar-inverse .navbar-toggle .icon-bar {
    border: 1px solid white;
    background: white;
    color: white;
}

.centerformobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: left; /* Default for screens wider than 768px */
    padding-bottom: 10px;
    padding-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 767.5px) {
    .centerformobile {
        justify-content: center; /* Center for screens smaller than 768px */
    }
}


/*------------NEW MENU BUTTONS----------------*/
.mainbutton-text {
    margin-left: 5px;
    
    }
    
    .mm-div-button {
        padding:5px;
        display: flex; 
        flex-direction: row; 
        min-height: 170px; 
        min-width:355px; 
        text-align: center;
    }
    
    .mb-header {
    font-size:19px;
    font-weight:bold;
    color: #424242;
    }
    
    .mb-body {
        font-size:16px;
        padding-top:10px;
        color: #939393;
        width: 100%;
    }
    
    .mainbutton-font-new {
        padding: 10px;
        text-align: start;
        font-size: 16px;
        font-weight: 300;
        vertical-align: middle;
        display: flex;
        flex-wrap: wrap;
    }

    :root {
        --color1: rgb(42, 157, 143);
        --color2: rgb(231, 106, 75);
        --color3: rgb(16, 150, 168);
        --color4: rgb(94, 127, 146); 
    }

    .mainbutton-icon-new {
        width:90px;
        min-width: 90px;
        font-weight: 100;
        padding:15px;
        margin:3px;
        align-content:center;
        color: white;
        font-size: 48px;
        border-radius: 32px;
        background-color: white;
    }
    
    .button-main-menu-new {
        background-color: white;
        border-radius: 40px;
        border: 2px solid #cbcbcb;
        padding: 0px;
        margin: 10px;
        max-width: 355px;
        min-width:355px;
        text-align: center;
        box-shadow: 0 3px 2px #dfdfdf8a;
        transition-duration: .2s;

        
    }
    
    .button-main-menu-new:hover {
         background-color: white;
        /* box-shadow: 0 3px 5px #424242;*/
         border:2px solid #424242;
        transform: translateY(-5px);
        transition: .2s;
    }
    

    .button-main-menu-new:hover .mainbutton-icon-new { 
        background-color: rgb(16, 150, 168); 
        color: white; 
    }

    .button-main-menu-blank {
       background-color: #e8f0f175;
        border-radius: 20px;
        border: 2px solid #8080804d;
        padding: 0px 10px 10px 10px;
        margin: 10px;
        max-width: 355px;
        text-align: center;
        box-shadow:0 2px 2px rgb(0 0 0 / 20%);
    }
    
/*------------MENU BUTTONS END----------------*/
.dropFiles {
    width: 100%;
    min-height: 50px;
    height: 70px;
    border: 5px red dashed;
    text-align: center;
    font-size: 25px;
    border-radius: 10px;
}

td .btnRemove.btn-info {
    border-radius: 5px;
    padding: 8px;
    background: #6e6e6e;
    border: none;
}

.highlightDropArea {
    border: 5px green dashed;
}

#loader {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.8);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#loader::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:100px;height:100px;
    border-style:solid;
    border-color:rgb(8, 67, 85);
    border-top-color:transparent;
    border-width: 7px;
    border-radius:50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.customtab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #c4dfad;
    color: black;
}

    /* Style the buttons inside the tab */
    .customtab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 29px;
        transition: 0.3s;
        font-size: 15px;
        border-right: 1px solid grey;
    }

        /* Change background color of buttons on hover */
        .customtab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .customtab button.active {
            background-color: rgb(8, 67, 85);
            color: white;
        }


.customtoggleButtons {
    overflow: hidden;
    border: 0px solid #ccc;
    display: block;    
    color: black;
    margin-top: 20px;
}

    .customtoggleButtons button:last-of-type {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .customtoggleButtons button:first-of-type {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    /* Style the buttons inside the tab */
    .customtoggleButtons button {
        background-color: #ddd;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 29px;
        transition: 0.3s;
        font-size: 15px;
        border-right: 1px solid grey;
        border: 1px solid #ccc;
    }

        /* Change background color of buttons on hover */
        .customtoggleButtons button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .customtoggleButtons button.active {
            background-color: rgb(8, 67, 85);
            color: white;
        }



.OnFucous {
    display: none;
    color: #156570;
    background: #ffffff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    border: 1pt solid #156570
}


a:hover .OnFucous {
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    border-radius: 20px;
    padding:  0px 10px 10px 10px;
 
}

.button-main-menu {
    background-color: #e8f0f1;
    border-radius: 20px;
    padding: 0px 10px 10px 10px;
    margin: 8px;
    width: 200px;
    text-align: center;
}

.mainbutton-icon {
    color: #156570;
    font-size: 48px;
    font-weight: 300;
    padding-bottom: 10px
}

.mainbutton-font {
    color: #156570;
    font-size: 16px;
    font-weight: 300;
}

.button-main-menu-soft {
    background-color: #f4f7f7;
    border-radius: 20px;
    padding: 0px 10px 10px 10px;
    margin: 8px;
    width: 200px;
    text-align: center;
}

.mainbutton-icon-soft {
    color: #9b9b9b;
    font-size: 48px;
    font-weight: 300;
    padding-bottom: 10px
}

.mainbutton-font-soft {
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 300;
}

.button {
    background-color: #156570;
    border-radius: 20px;
    padding: 5px 5px 5px 5px;
    margin: 8px;
    width: 200px;
    text-align: center;  
}

.teal_border {
    border-bottom: 1px solid #c0cfd178;
    padding-bottom: 8px;
}

.content-home {
min-height:600px;
    
}

.alert-block {
border-radius: 10px;
font-size: 16px;
}

.radio-toggle {
    padding: 5%;
    input{
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }
        &:checked + label
        {
            background: #156570;
            background: linear-gradient( 0deg, #156570 0%, #156570 100% );
            color: black;
            font-weight: 500;
            box-shadow: 0 7px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
        }

    label {
        display: inline-block;
        width: 100px;
        background-color: #ddd;
        color: black;
        text-align: center;
        font-family: "Quicksand", sans-serif;
        font-size: 1.3rem;
        padding: 14px 14px;
        float: left;
        transition: all 0.1s ease-in-out;
        &:hover

        {
            cursor: pointer;
        }

    }
}

.radio-toggle label:first-of-type {
    border-radius: 15.5px 0 0 15.5px;
}

.radio-toggle label:last-of-type {
    border-radius: 0 15.5px 15.5px 0;
}

.radio-toggle input[type=radio]{
    margin:2px 0px 5px 0px;
}


.qty-number-textbox {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align:center;
    font-size:17px;
}

    .qty-number-textbox::-webkit-inner-spin-button,
    .qty-number-textbox::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

.qty-number-input {
    border: none;
    display: inline-flex;
    border-radius: 10px;
}

.qty-number-textbox {
    border-radius: 0px !important;
}

    .qty-number-input,
    .qty-number-input * {
        box-sizing: border-box;
    }

        .qty-number-input button {
            outline: none;
            -webkit-appearance: none;
            background-color: #B5D0D1;
            border: none;
            align-items: center;
            justify-content: center;
            width: 5rem;
            height: auto;
            cursor: pointer;
            margin: 0;
            position: relative;
            font-size:larger;
            font-weight:bolder;
        }

/* styles for radio button toggle */
.switch {
    position: relative;
    height: 32px;
    width: 100px;
    margin: 0px;
    background: #e3e3e3;
    border-radius: 32px;
}

.switch-label {
    font-weight: bold;
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    line-height: 32px;
    font-size: 14px;
    color: #676a6c;
    text-align: center;
    cursor: pointer;
}

.switch-input {
    display: none;
}

    .switch-input:checked + .switch-label {
        color: #FFF;
        transition: 0.15s ease-out;
        transition-property: color, text-shadow;
        font-weight:bold;
    }

    .switch-input:checked + .switch-label-yes ~ .switch-selector {
        transform: translateX(0%);
        background-color: #156570;
    }
    
    .switch-input:checked + .switch-label-no ~ .switch-selector {
        transform: translateX(100%);
        background-color: #156570;
    }


.switch-selector {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: block;
    width: 50%;
    height: 32px;
    border-radius: 32px;
    background-color: #D7D7D7;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}




/* end styles for radio button toggle */

@font-face {
    font-family: 'robotoregular';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff2') format('woff2'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

button.quantity-up {
    background-color: #e9f0f1;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    border-right: 1px solid #949494;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
        height: 40px;
}

button.quantity-down {
    background-color: #e9f0f1;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    border-left: 1px solid #949494;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
        height: 40px;
}
