﻿body {
    font-family: var(--fontfamily);
    font-size: 12px;
    margin: 0;
    background-color: #e8e8e8;
}

html, body, form {
    height: 100%;
}

.sidebar-wrapper::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar {
    width: 0.75em;
    height: 0.75rem;
}

.text-left {
    text-align: left !important;
}

#content-dmbc {
    margin-left: 25px;
    margin-right: 25px;
}

.select2-dropdown {
    z-index: 9999999999;
}

#navbar {
    background-color: var(--primary);
}

#navbar {
    background-color: var(--primary);
}

.navbar-nav > li > a > .menu-icon {
    width: 15px;
}

.form-control[readonly] {
    background-color: #ffffaa;
}

@media (max-width: 991px) {
    .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin-top: 0;
    }

    .nav.navbar-nav li a {
        color: #fff;
        font-weight: bold;
    }

    .navbar-nav li .dropdown-menu a {
        color: #fff;
    }

    .nav.navbar-nav li.active a, .nav.navbar-nav li a:hover, .nav.navbar-nav li a:focus {
        color: var(--primary);
        background-color: #f4f4f5;
        font-weight: bold;
    }
}

@media (min-width: 991px) {
    .navbar-collapse {
        padding: 0;
    }
}

#section .section-text, #section .section-login {
    min-width: unset !important;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 10px;
}

.content-wrapper {
    background-color: #ecf0f5 !important;
}

.fixed-top {
    position: fixed;
}

.float_right {
    float: right;
}

.col-sm-2 .fixed-top {
    width: 16.666666667%;
    padding-right: 15px;
}

.paging button {
    float: right;
    position: static;
}

.ui-button-disabled {
    display: none !important;
}

.paging label {
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 8px;
}

.row-flex {
    display: flex;
    align-items: center;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

a {
    color: var(--link);
}

    a:hover {
        color: var(--link);
        text-decoration: none;
    }

.selected_option {
    font-weight: bold !important;
}

.disabled_textarea {
    overflow-y: scroll;
    min-height: 100px;
    max-height: 200px;
}

.nav-tabs-custom {
    margin-bottom: 0 !important;
    box-shadow: none;
}

.btn-default {
    background-color: var(--secondary) !important;
}

/*td .btn-default {
	margin-bottom: 5px !important;
}*/

.main-sidebar {
    position: fixed;
}

.menu-open {
    transition: ease 3s all;
}

.optin, .optout {
    background: none !Important;
    background-color: #BCBCBC !Important;
    border: solid 1px #808080 !Important;
    color: #fff;
    width: 200px;
    margin: 20px 10px;
}

    .optin:not(.disabled):hover {
        background-color: green !important;
        color: #fff;
    }

    .optout:not(.disabled):hover {
        background-color: red !important;
        color: #fff;
    }

    .optin.button-disabled {
        background-color: green !Important;
    }

    .optout.button-disabled {
        background-color: red !Important;
    }

.btn-default:hover, .btn-default:focus {
    color: #fff;
}

.content-wrapper {
    background: transparent;
}

@media only screen and (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        z-index: 9999 !important;
        padding-top: 0 !important;
    }

    .sidebar-collapse .sidebar-menu {
        margin-top: 0 !important;
        height: calc(100vh - 50px);
        overflow: unset auto;
    }

    .sidebar-mini.sidebar-collapse .sidebar img {
        display: none !important;
    }
}

input.error {
    background-color: #fff;
}

.error {
    background-color: #ff0000 !important;
    color: #ffffff;
    border-bottom: 1px solid #aaaaaa;
}

div.error {
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
}

.required, .mandatoryField, .mandatoryradiocontainer, .required.force-mandatory-yellow {
    background-color: #ffffaa !important;
    color: #000000;
}

.pointer {
    cursor: pointer;
}

.highlightfield, .requiredEOI {
    background-color: #FFCC00 !important;
    color: #000000;
}

.row {
    margin-bottom: 10px;
}

.w-100 {
    width: 100%;
}

.width_50 {
    width: 50% !important;
}

.width_25 {
    width: 25% !important;
}

.width_180px {
    width: 180px !important;
}

.h-100 {
    height: 100%;
}

.mh-350 {
    max-height: 350px;
    overflow-y: scroll;
}

.alert-warning {
    background-color: var(--primary) !important;
    color: var(--font) !important;
}

.alert {
    padding: 0.6rem;
}

.tender > .row {
    margin-bottom: 0;
}

label {
    margin-bottom: 0 !important;
}

.align-top {
    align-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
}

th {
    border-bottom: none !important;
}

.nav-tabs > li.active {
    border-top-color: var(--primary) !important;
}

@media (min-width: 768px) {
    .nav.navbar-nav li a {
        color: var(--font);
        font-weight: bold;
    }

    .navbar-nav li .dropdown-menu a {
        color: var(--primary);
    }

    .nav.navbar-nav li.active a, .nav.navbar-nav li a:hover, .nav.navbar-nav li a:focus {
        color: var(--primary);
        background-color: #f4f4f5;
        font-weight: bold;
    }
}

.navbar-brand {
    font-size: 12px;
}

a:hover, a:active, a:focus {
    outline: none !important;
}

.dropdown-menu {
    font-size: 12px;
}

.full-width {
    width: 100%;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-left-15 {
    padding-left: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.vertical_align_top {
    vertical-align: top !important;
}

.form-control-sm {
    height: 28px;
    font-size: 12px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.box.box-success {
    border-top-color: #28a745;
}

.box.box-dark {
    border-top-color: #1b1e21;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
    margin-top: 25px;
    color: var(--font) !important;
    background-color: var(--primary) !important;
    z-index: 9999;
    padding-top: 15px;
}

.languages_icons {
    padding: 10px;
    bottom: 50px;
    left: 0;
    position: absolute;
}

.font-24 {
    font-size: 24px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.font-10 {
    font-size: 10px;
}

.bold {
    font-weight: bold;
}

/* STYLING */

html {
    min-height: 100%;
}

.main-sidebar {
    padding-top: 20px;
    z-index: 0;
}

.home-center {
    width: 90%;
    margin: auto;
}

#section {
    padding: 15px;
    display: inline-block;
    background-color: #fff;
}

    #section .section-text {
        float: left;
        width: 70%;
        padding: 0 25px;
        min-width: 250px;
    }

    #section .section-login {
        float: right;
        width: 30%;
        min-width: 250px;
        padding: 0 35px;
        border-left: 1px solid #d3d3d3;
    }


@media only screen and (max-width: 1290px) {
    #section .section-text {
        width: 70%;
    }

    #section .section-login {
        width: 30%;
    }
}

@media (max-width: 761px) {
    #section .section-text {
        width: 100%;
    }

    #section .section-login {
        width: 100%;
        border: none;
    }
}

.margin-list > li {
    margin-bottom: 10px;
}

.footer-content {
    padding-left: 0px;
    margin-left: 320px;
    margin-right: 20px;
    font-size: 12px;
}

#register-form {
    background-color: #fff;
    max-width: 100%;
    margin: auto;
    padding: 20px;
}

    #register-form .row {
        padding-bottom: 20px;
    }

    #register-form .no-pad {
        padding: 0px;
    }

    #register-form > ul {
        margin-bottom: 20px;
    }

/*.mandatory {
    background-color: #fcf8e3 !important;
}*/

.bg-dark {
    background-color: #343a40 !important;
}

.btn-default {
    background-color: #55606b;
    color: #ffffff;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.skin-green-light .main-header .logo-lg {
    background-color: #ffffff;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-green-light .main-header .logo:hover {
    background-color: #00a157;
}

.input-group-btn {
    padding: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: var(--primary);
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/* END */

@media (max-width: 991px) {
    .content-wrapper {
        min-height: 850px;
        margin-left: 0px;
    }
}

.content {
    margin-bottom: 25px;
}

    .content.container {
        max-width: 1022px !important;
        background: #f8f8f8;
    }

.main-header.container {
    max-width: 1022px !important;
    padding: 0;
}

.main-header {
    max-height: 200px !important;
}

.sidebar-menu {
    margin-top: 20px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #80bdff;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before {
        position: absolute;
        top: 0;
        left: -2rem;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0;
        left: -2rem;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.no_margin {
    margin: 0px !important;
}

.box-theme {
    border-top-color: var(--primary) !important;
}

.tender p {
    line-height: 20px;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle {
    background-color: var(--primary);
}

.orange {
    color: var(--primary);
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: var(--primary);
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
    border-left-color: #b36e00;
}

.skin-green-light .wrapper, .skin-green-light .main-sidebar, .skin-green-light .left-side {
    background-color: #ffffff;
}

.skin-green-light .sidebar-menu > li:hover > a, .skin-green-light .sidebar-menu > li.active > a {
    color: var(--primary);
    background-color: #f4f4f5;
}

.sidebar-menu {
    font-size: 14px;
}

.skin-green-light .sidebar a {
    color: #2a3846;
}

.margin-0 {
    margin: 0 !important;
}


@media (min-width: 768px) {
    .skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        border-left: none;
    }
}

.sidebar-collapse .sidebar-menu {
    margin-top: 40px;
}

/* MODAL UI Re-Style */

.ui-dialog {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    z-index: 999999;
}

.ui-dialog-titlebar {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.ui-dialog-title {
    font-size: 14px;
    margin: 0;
    line-height: 1.42857143;
}

.ui-dialog-content {
    position: relative;
    padding: 15px;
}

.ui-dialog-buttonpane {
    padding: 15px;
    text-align: center;
}

.ui-dialog-buttonset > button {
    margin-right: 10px;
}

.ui-button:not(.btn), .ui-button:matches(.ui-datepicker-trigger) {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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;
    background-color: var(--secondary);
    color: #fff;
}


/* jQuery Date Picker */
.ui-datepicker {
    width: 17em;
    padding: 10px;
    display: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem !important;
    z-index: 9999999 !important;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        background-color: #e8e8e8;
        border-radius: 4px;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

        .ui-datepicker .ui-datepicker-prev span,
        .ui-datepicker .ui-datepicker-next span {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -8px;
            top: 50%;
            margin-top: -12px;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        /*font-size: .9em;*/
        font-size: 13px;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

.ui-datepicker-today {
    font-weight: bold;
    font-size: 1.1rem;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
    font-size: 0 !important;
}

    .ui-icon-circle-triangle-w::before {
        font-family: "FontAwesome";
        content: "\f104";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: bold;
        font-size: 14px;
    }

    .ui-icon-circle-triangle-e::before {
        font-family: "FontAwesome";
        content: "\f105";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: bold;
        font-size: 14px;
    }

/* DataTables Custom CSS */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--primary);
    border-color: var(--primary);
}

/* Suggestions */
.suggestions_container div {
    width: 100%;
}

    .suggestions_container div div {
        padding: 0;
        margin: 5px 0 0 0;
        float: left;
    }

.suggestions_container input {
    color: #000000 !Important;
}

.suggestions_label {
    width: 10% !Important;
    text-align: right;
    margin-right: 10px !Important;
}

.suggestions_textbox {
    width: 78.75% !important;
}

    .suggestions_textbox input {
        width: 100%;
    }

    .suggestions_textbox textarea {
        height: 75px;
        width: 100%;
    }


/* Uploader */
#pnlUpload object {
    position: absolute;
    left: 0;
    right: 0;
}
/*this style is needed so that the new styled upload button lines up with the hidden are you click to upload
a width paramiter is also added to the uploader on creation*/
.pnlUpload object {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #000000;
}
/* display the upload queue over the upload button exstending to the right*/
.uploadifyQueue {
    position: absolute;
    left: -5px;
    top: -15px;
}
/* display the upload queue over the upload button exstending to the left 
used when button is on far right of screen by nesting it in uploadifyQueueparent*/
.uploadifyQueueparent .uploadifyQueue {
    left: -220px;
}
/*used to display the download flash button*/
.GetFlash, .GetFlashContainer {
    /*need to remove border and background for the My Tender Return table*/
    border: transparent !important;
    background: transparent !important;
    /*set height and width*/
    width: 100% !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
}

.upload-button {
    min-width: 78px;
}

.ButtonUpload {
    padding: 0px;
    max-width: 81px;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
}

    .ButtonUpload .qq-uploader {
        padding: 0px !important;
    }

        .ButtonUpload .qq-uploader .qq-upload-button {
            /*overflow:visible !important;*/
            margin-left: -5px;
            top: 1px;
        }

.qq-uploader input {
    width: 86px;
    height: 24px;
}

.pnlUpload {
    margin-top: 3px;
    margin-bottom: 2px !important;
}

div.pnlUpload, div.ButtonUpload {
    margin: 0 !important;
}

.width_100 {
    width: 100% !Important;
}

.width_90 {
    width: 90% !important;
}

.width_75 {
    width: 75% !important;
}

.width_70 {
    width: 70% !important;
}

.width_57 {
    width: 57% !important;
}

.width_50 {
    width: 50% !Important;
}

.width_45 {
    width: 46% !Important;
}

.width_40 {
    width: 40% !important;
}

.width_35 {
    width: 35% !important;
}

.width_33 {
    width: 33% !Important;
}

.width_31_8 {
    width: 31.8% !Important;
}

.width_30 {
    width: 30% !important;
}

.width_25 {
    width: 25% !Important;
}

.width_23 {
    width: 23.75% !Important;
}

.width_20 {
    width: 20.75% !Important;
}

.width_actual_20 {
    width: 20% !Important;
}

.width_15 {
    width: 18% !Important;
}

.width_10 {
    width: 12% !Important;
}

.width_actual_10 {
    width: 10% !Important;
}

.width_5 {
    width: 5% !Important;
}

.width_300px {
    width: 300px !important;
}

.width_430px {
    width: 430px !important;
}

.width_415px {
    width: 415px !important;
}

.width_100px {
    width: 100px !important;
}

.width_20px {
    width: 20px !important;
}

li:not(.active) > .ui-tabs-anchor {
    background-color: #d6d6d6 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.user-profile {
    min-height: 175px !important;
}

.margin-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.h-150 {
    height: 150px;
}

.disabled:not(button) {
    background-color: #eee;
}

#LanguagesContent_footerLanguages > a {
    cursor: pointer !important;
}

.table-noborder, .table-noborder th, .table-noborder td, .table-noborder tr, .table-noborder tbody tr {
    border: none !important;
}

.reCAPTCHA_FullWidth > div {
    margin: 0 auto !important;
}

.DateTimeControl {
    min-width: 300px;
}

.HomeSummary a, .HomeSummary a:link, .HomeSummary a:visited {
    color: Red !Important;
}

.AddTableRow, .RemoveTableRow {
    color: #333;
    font-size: 10px;
    background-color: #e8e8e8;
    border: 1px solid #333;
    padding: 2px 5px;
    cursor: pointer;
}

.qq-upload-button span, .qq-upload-button input::-webkit-file-upload-button {
    cursor: pointer;
}

.display_none, li.display_none {
    display: none;
}

button.display_none {
    display: none !important;
}

/* Drag & Drop Panel Styling */

.dragdrop {
    min-height: 150px !important;
    border: 3px #666 dashed !important;
    border-radius: 5px !important;
    display: flex;
    width: auto !important;
    margin: 0 15px !important;
    align-items: center;
    justify-content: center;
}

    .dragdrop.highlight {
        border-color: purple !important;
    }

.dragdrop-upload {
    text-align: center;
    justify-content: center;
    min-width: 350px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        height: 100%;
    }

.ui-progressbar-value {
    background-color: var(--primary);
}

#progressbar {
    width: auto !important;
    border-radius: 3px;
    border: 1px solid #dddddd;
    background: #ffffff;
}

.mandatory-dagger {
    display: inline-block;
    line-height: 1;
}

    .mandatory-star:before, .mandatory-dagger:before {
        content: "* ";
        color: red;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .mandatory-starSQ:before {
        content: "*";
        color: red;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 2px;
    }

    .mandatory-dagger:before {
        content: "** ";
    }

.mandatory-star.mandatory-dagger:before {
    content: "*** ";
}

.ErrorListContainer .mandatory-star {
    display: none;
}

#PrintProjectDetails:hover {
    cursor: pointer;
}

.horizontal #content-dmbc {
    margin: 0;
}

.horizontal .home-center {
    width: 100%;
}

input.mandatory-key {
    color: red !important;
    border: 0 !important;
    background: none !important;
}

p:last-of-type {
    margin: 0;
}

.no-mandatory-styling, .no-mandatory-styling input, .no-mandatory-styling textarea {
    background-color: #FFF !important;
    background: none !important;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span > label {
    margin-left: 5px;
}

#footerImage {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

    #footerImage img {
        height: auto;
        width: 100%;
        display: block;
        max-width: 1022px;
        margin: 0 auto;
    }

.mb-0 {
    margin-bottom: 0 !important;
}

#FooterBuildInfo {
    padding: 10px;
    bottom: 50px;
    left: 0;
    position: fixed;
    max-width: 230px;
}


    #FooterBuildInfo.Horizontal-Lang {
        padding: 10px;
        bottom: 10px;
        left: 100px;
        position: fixed;
        z-index: 999999;
        max-width: 250px;
    }

.ui-button-disabled.btn-success {
    display: unset !important;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-dialog-sq {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-height: 50%;
    width: 35%;
    overflow: auto;
}

.modal-body.privacy-notice {
    height: calc(100vh /2);
    overflow-y: auto;
    padding: 15px !important;
}

@supports (-moz-appearance:none) {
    .modal-body:after {
        content: "";
        padding-bottom: 15px;
        display: block;
    }
}

.dataTables_filter form {
    min-width: unset !important;
}

.dataTables_paginate .disabled {
    border: unset !important;
}

#divClarTitle {
    height: auto !important;
}

.sidebar-collapse #FooterBuildInfo {
    display: none;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

    table.dataTable thead th.sorting:before,
    table.dataTable thead th.sorting_asc:before,
    table.dataTable thead th.sorting_desc:before {
        display: none;
    }

    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        font-weight: 900;
        opacity: 1 !important;
        color: var(--main-bg-color) !important;
        font-family: FontAwesome;
        bottom: 1.8em !important;
    }

    table.dataTable thead th.sorting:after {
        content: "\f0dc";
    }

    table.dataTable thead th.sorting_asc:after {
        content: "\f0de";
    }

    table.dataTable thead th.sorting_desc:after {
        content: "\f0dd";
    }

    table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
        position: inherit;
        display: inline;
    }

    table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
        right: -.5em;
    }

table.table thead th.sorting:after, table.table thead th.sorting_asc:after, table.table thead th.sorting_desc:after {
    top: 0px;
}

table.dataTable tr:hover {
    cursor: pointer;
}

.d-inline-flex{
    display: inline-flex !important;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.register-line {
    width: 100% !important;
    height: 3px !important;
    background-color: var(--primary);
    margin-bottom: 8px;
}

#CompanyDetailstabs .ui-state-disabled a {
    color: #999 !important;
    cursor: not-allowed;
}

label.error {
    display: none !important;
}

.form-control[disabled] {
    background-color: #eee !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.TREEITEM {
    cursor: pointer;
}

.panel-collapse {
    padding: 5px;
}

.panel-heading a:after {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\f077"; 
}

.alert-default {
    background-color: #c3c9c9;
}

.select2-container--default {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
}

.select2-selection__arrow {
    height: 34px !important;
}

.prefix + .select2-container--default {
    width: 100px !important;
}

.btn-placeholder {
    background-color: #6d6d6d !important;
    color: #ffffff;
}

.ui-tooltip {
    background-color: #393A35 !important;
    color: #FFF !important;
    border: none;
}

.valid-tooltip {
    width: 16px;
    height: 16px;
    margin-left: 5px !important;
}