﻿body {
    padding-bottom: 20px;
    /*background-color: #eaeaea !important;*/
    background-color: #ffffff !important;
    font-family: "Segoe UI" !important;
    font-size: 13px !important;
}

/*for the nav bar at the top*/
.navbar, .navbar-inverse {
    background-color: #ffffff !important;
    border: hidden !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.cookiedec {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: relative;
    margin-top: -5px;
    width: 40%;
}

/** button style */
.btn-primary, .btn-green, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    border: 0;
    height: 42px;
}

.btn-primary {
    background-color: #4a89dc;
}

.btn-green {
    background-color: rgb(112, 202, 99);
}

.btn-red {
    background-color: rgb(233, 87, 63) !important;
}

/**global table style*/
.table {
    background-color: white;
    border-collapse: collapse;
}

.table, .th {
    color: #666666;
}

.bulkInv td {
    border: 1px solid rgb(222, 226, 230) !important;
}

.titlespan {
    box-sizing: border-box;
    color: black;
    font-size: 13px;
    font-weight: 600;
    line-height: 36px;
    padding-left: 6px;
    background-color: #f3f2f1;
}

.titlespanExpander {
    box-sizing: border-box;
    color: white;
    font-size: 13px;
    font-weight: 600;
    line-height: 36px;
    padding-left: 6px;
    background-color: #0068b5;
}

    .titlespanExpander:hover {
        background-color: #2890b9;
        cursor: pointer;
    }

.paneldiv {
    margin: auto;
    width: 100%;
    height: auto;
    border: 1px solid #0068b5;
    border-radius: 2px;
    padding: 10px;
    background-color: white;
    margin-top: 20px;
}

/*dropdown list*/
.ddl {
    font-size: 13px !important; 
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

    .ddl .select {
        width: 120%;
        background: url('arrow.png') no-repeat;
        background-position: 80% center;
    }

        .ddl .select select {
            background: transparent;
            line-height: 1;
            border: 0;
            padding: 0;
            border-radius: 0;
            width: 120%;
            position: relative;
            z-index: 10;
            font-size: 1em;
        }


/*button styles using font awesome*/
.button-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(42, 116, 214);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0.05);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.05);
    border-right-style: solid;
    border-right-width: 1px;
    border-spacing: 0px 0px;
    border-top-color: rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    outline-color: rgb(255, 255, 255);
    outline-offset: -2px;
    outline-style: none;
    outline-width: 0px;
    padding: 1px 5px 1px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    white-space: nowrap;
    z-index: 2;
    -moz-user-select: none;
}

.button-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(112, 202, 99);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0.05);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.05);
    border-right-style: solid;
    border-right-width: 1px;
    border-spacing: 0px 0px;
    border-top-color: rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    outline-color: rgb(255, 255, 255);
    outline-offset: -2px;
    outline-style: none;
    outline-width: 0px;
    padding: 1px 5px 1px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    white-space: nowrap;
    z-index: 2;
    -moz-user-select: none;
}

.button-red {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(233, 87, 63);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0.05);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.05);
    border-right-style: solid;
    border-right-width: 1px;
    border-spacing: 0px 0px;
    border-top-color: rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    outline-color: rgb(255, 255, 255);
    outline-offset: -2px;
    outline-style: none;
    outline-width: 0px;
    padding: 1px 5px 1px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    white-space: nowrap;
    z-index: 2;
    -moz-user-select: none;
}

    .button-green:before,
    .button-red:before,
    .button-blue:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

.button-green-active:before {
    content: "\f00c \00a0";
}

.button-red-deactive:before {
    content: "\f00d \00a0";
}

.button-green-plus:before {
    content: "\f067 \00a0";
}

.button-green-view:before {
    content: "\f06e \00a0";
}

.button-red-delete:before {
    content: "\f2ed \00a0";
}

.button-blue-plus:before {
    content: "\f067 \00a0";
}

.button-blue-save:before {
    content: "\f0c7 \00a0";
}

.button-blue-view:before {
    content: "\f06e \00a0";
}

.button-blue-edit:before {
    content: "\f044 \00a0";
}

.button-blue-filter:before {
    content: "\f0b0 \00a0";
}

.button-green-write:before {
    content: "\f305 \00a0";
}

.button-blue-excel:before {
    content: "\f1c3 \00a0";
}

.button-green-upload:before {
    content: "\f093 \00a0";
}

.button-green-refresh:before {
    content: "\f2f9 \00a0";
}

.required-label::after {
    content: " *";
    color: red;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.navbar-nav li:hover > ul.dropdown-menu {
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }


.dropdownfix {
    right: 99% !important;
    width: max-content !important;
}


.reportAssBox {
    border: 1px solid #e1e1e1;
    display: inline-block;
    background-color: #fafafa;
    padding: 2px;
    margin-bottom: 2px;
}

.pbiDiv {
    border: none;
    height: 93vh !important;
}

iFrame {
    border: none !important;
}

.navMenuBtn {
    background-color: transparent !important;
    border-color: transparent !important;
}

.noFavs {
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.noFavsSadFace {
    font-size: xx-large;
}

.tableNoBorder {
    border-top-style: hidden !important;
}

    .tableNoBorder tr {
        border-top-style: hidden !important;
    }

.favsImg {
    width: 323px;
    height: 200px;
    object-fit: cover !important;
    box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.pbiMenu {
    color: white;
}

.searchtxt {
    background-color: rgb(255, 255, 255);
    background-image: none;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(238, 238, 238);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(238, 238, 238);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(238, 238, 238);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    display: inline-block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 13px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: 400;
    height: 39px;
    line-height: 19.5px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0px;
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: border-color;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
    width: 191.333px;
}

.pbiControls {
    position: absolute;
    top: 17px;
    font-size: 14px;
    background: transparent;
}

.pbiFilterPane {
    padding: 16px !important;
}

#lefthandNavHidden {
    display: none;
}

#lefthandNavVisible:hover #lefthandNavHidden {
    display: block;
}

.topNav {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.mainWwrapper {
    display: flex;
}

.mainWrapperDiv1 {
    display: inline-block;
}

.mainWrapperDiv2 {
    display: inline-block;
}

.dropdown-toggle:after {
    display: none !important;
}

.dropdown-item:hover {
    background-color: #edebe9 !important;
}

.navWrapper {
    padding-top: 10px !important;
    background-color: #f3f2f1;
    height: 100vh;
    float: left;
    border-right: solid;
    border-right-width: 1px;
    border-right-color: #e0dedc;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px !important;
    display: inline-block;
    white-space: nowrap;
}

.navMainMenu {
}

    .navMainMenu a {
        text-decoration: none;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px !important;
        color: #333333 !important;
    }

    .navMainMenu table:hover {
        background-color: #edebe9;
        cursor: default;
    }

    .navMainMenu table td {
        padding-bottom: 15px;
        align-content: center;
    }

.navMainMenuPopout {
    position: absolute;
    background-color: #f3f2f1;
    float: left;
    border: solid;
    border-width: 1px;
    border-color: #e0dedc;
    padding: 10px;
    height: 100vh;
    top: 0px;
    z-index: 1;
    padding-top: 44px;
    padding-left: 22px;
}

    .navMainMenuPopout a {
        line-height: 25px !important;
        margin-left: -20px;
    }

    .navMainMenuPopout a:hover {
        line-height: 25px !important;
        margin-left: -20px;
        cursor: default;
    }

    .navMainMenuPopout span:hover {
        cursor: default;
    }

.dropdown-menu {
    font-size: 13px !important;
}

.table td, table th {
    padding: 0px !important;
}

.userAccessControlWrapper {
    display: flex;
    width: 100%;
}

.userAccessControlInner {
    display: inline-block;
    border: solid;
    border-width: 1px;
    border-color: #e0dedc;
    width: 33.33%;
    margin: 10px;
}

.AddContractTableRow {
    font-size: 1.4em;
}