body {
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 80px;
}

.ddlUserCompany .dropdown-menu {
    /* height: 470px; */
    overflow-y: auto;
}

.btn-primary,
.btn-danger {
    margin: 1px;
    padding: 3px 6px;
}

.tblHeader {
    cursor: pointer;
}

.tblsortactive {
    display: inline-block !important;
    padding-left: 3px;
}

@media (min-width: 1200px) {
    .container {
        width: 98% !important;
        margin: 0% !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 98% !important;
    }

    .col-sm-1 {
        width: 6.5%;
    }

    .col-sm-11 {
        padding-left: 10px;
        padding-right: 0px;
        margin-top: 30px;
    }
}

a {
    color: #23527c;
}

.fa-p-text {
    color: #ffffff;
}

.bg-secondary {
    background-color: rgba(0, 128, 128, 1);
    color: #d0e4f5;
}

.statusskyblue {
    background-color: rgba(135, 206, 235, 1) !important;
}

.statusRed {
    background-color: rgba(255, 72, 72, 1) !important;
}

.statusDarkBlue {
    background-color: rgba(0, 0, 139, 1) !important;
}

.statusOrange {
    background-color: rgba(253, 181, 72, 1) !important;
}

.statusLightGreen {
    background-color: rgba(144, 238, 144, 1) !important;
}

.statusLightOrange {
    background-color: rgb(195, 152, 87) !important;
}

.statusGrey {
    background-color: rgba(128, 128, 128, 1) !important;
}

.statusDarkgreen {
    background-color: rgba(0, 100, 0, 1) !important;
}

.barChartDiv {
    max-width: 350px;
    max-height: 300px;
}


/*top nav bar */

.navbar-default {
    /* background-color: #0082C8; */
    /* background-color: #00A7FF; */
    background-color: #00465B;
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
    font-weight: 800;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    /* background-color:#004897; */
    background-color: transparent;
    border-bottom: 2px solid #FFffff;
    color: #ffffff !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #a5ff14;
}


/* .navbar-default{
    border: 5px solid #00A7FF;
  } */

.navbar-brand>img {
    width: 105px;
    height: 50px;
    margin-top: -11px;
}

.navbar-brand {
    padding: 0px;
}


/* .navbar-nav>li{
    border-right: 1px solid #fff;
  } */

#menubar_content {
    margin-bottom: -28px;
}

#menubar_content .body-wrapper {
    padding-left: 0px !important;
}

.navbar {
    position: fixed;
    margin-bottom: 0px;
    width: 100%;
    z-index: 1000;
    top: 0;
    border: 1px solid transparent;
}

.navbtn {
    background-color: transparent;
    position: relative;
}

.lststyle .drpdownlink {
    padding: 0%;
    display: inline-block;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a>.hover,
.dropdown-menu>.active>a>.focus {
    color: #333 !important;
    background-color: transparent !important;
}

.lststyle:hover a {
    color: white !important;
    background-color: #727070 !important;
    /* background-color: #727070;
    color: #dddddd; */
}

.lststyle {
    padding: 10%;
}

.lststyle:hover {
    background-color: #727070;
}

.user-dropdown {
    transform: translate(30%, -2%);
    padding: 0%;
}

li.dropdown .btn {
    padding: 0px 5px !important;
}


/* .nav-item {
    padding: 2%;
    overflow: hidden;
  } */


/*sidebar */

.sidebar-wrapper {
    padding-left: 15px;
    padding-right: 0px;
    background-color: #00465B;
}

#sideBar {
    position: fixed;
    width: 6%;
    left: 0%;
    height: 100%;
}

.sidebar .nav-item a:hover,
.sidebar .nav-item:active a:hover {
    background-color: rgba(0, 128, 128, 1);
    color: #d0e4f5;
}

.sidebar ul.nav {
    height: 100%;
    background-color: #00465B;
    color: #d0e4f5;
    padding-top: 20px;
}

.sidebar ul.nav li {
    text-align: center;
}

.nav-item i.fa,
.nav-item i.fas {
    font-size: 26px;
    color: #ffffff;
}

.nav-item .fa-p-text {
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
}

.btn-primary {
    margin-bottom: 2px;
}

.zoom {
    transition: transform 0.2s;
}

.nav-item:hover .zoom {
    transform: scale(1.2);
}

.nav-item:hover .toggle-container {
    display: block;
}

.toggle-container {
    display: none;
}


/* table{
    border-spacing: 15px;
    border-collapse: separate;
  } */

#loginForm,
#regForm,
#resetPasswordForm,
#resetSecQuesForm,
#forgotPasswordForm,
#internalLoginForm {
    /* width: 350px; */
    width: 40%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #efe9e9;
    border-radius: 2px;
}

#loginFormWrap h2 {
    text-align: center;
    margin-bottom: 15px;
}

.login-support-line {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.login-support-line a {
    color: blue;
}


/* #internalLoginForm {
    padding: 20px;
    border: 0.7em solid #efe9e9;
    border-radius: 10px;
} */

#internalRegistrationForm {
    padding: 20px;
    border: 0.7em solid #efe9e9;
    border-radius: 10px;
}

#userProfileForm {
    /* width: 350px; */
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 0.7em solid #efe9e9;
    border-radius: 10px;
}

h2 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.close {
    position: absolute;
    /* right: 32px;
    top: 32px; */
    /* width: 32px; */
    height: 32px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    /* left: 15px; */
    content: " ";
    height: 23px;
    width: 2px;
    background-color: #333;
}

.modal-header .close {
    margin-top: 2px;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.txtBoxDiv,
.lnkDiv,
.btnDiv {
    padding: 10px;
    text-align: center;
}

input,
textarea,
select {
    width: 100%;
    padding: 10px;
    font-size: small;
}

#btnSignIn,
#btnSignUp {
    padding: 7px 30px;
}

.lnk {
    padding: 0 35px;
}

.btnClose {
    height: 30px;
    text-align: right;
    padding-right: 10px
}

input[type="checkbox"] {
    margin: 3px;
    width: auto;
}


/* .col-md-4 {
    width: auto;
  } */

.form-horizontal .form-group {
    margin: 0px;
    padding: 10px;
    background-color: #dddddd;
    border-radius: 8px;
}

.form-horizontal .control-label {
    background-color: #d9d9d9;
}

#primarybtn {
    outline: none !important;
    box-shadow: none !important;
}

#primarybtn img {
    width: 50px;
    border-radius: 45%;
}

.sidebaricon {
    width: 32px;
    height: 32px;
}

.avatar {
    display: inline-block;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.navbar-nav>li>a[href="UserProfile"] {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-nav>li>a[href="Logout"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.logout {
    width: 30px;
    height: 30px;
}


/* .row{
    padding: 2%;
    }   */

table.blueTable {
    border: .5px solid #9e9696;
    background-color: #fff;
    text-align: left;
    border-collapse: collapse !important;
    /* width: -webkit-fill-available !important; */
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

table.blueTable label {
    font-weight: normal;
    padding: 5px;
}

table.blueTable td,
table.blueTable th {
    overflow-wrap: break-word;
    padding: 3px 2px;
    border: .5px solid #9e9696;
    
}

table.blueTable tbody td {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

table.blueTable tbody tr:nth-child(even) {
    background: #eee;
}

table.blueTable thead {
    background: #fff;
    color: #333;
    position: sticky;
    top: 0;
    background-color: #f1f1f1;
    z-index: 10;

}

table.blueTable tbody td:first-child {
    text-align: left;
}

table.blueTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

table.blueTable a {
    font-size: 12px;
}


/* table.blueTable thead th:first-child {
    border-left: none;
} */

.form-horizontal .form-group {
    margin: 0px;
    padding: 10px;
    background-color: #dddddd;
    border-radius: 8px;
}

.form-horizontal .control-label {
    background-color: #d9d9d9;
}

.control-label::first-letter {
    text-transform: uppercase;
}

.col-sm-6,
.col-sm-7,
.col-sm-5 {
    overflow: auto;
}

.col-sm-6 {
    float: right;
}

.widget {
    padding: 10px;
    /* box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 1), 0 5px 15px 0 rgba(0, 0, 0, 0.08); */
    overflow: auto;
}

.schemaWidget {
    height: 100%;
}

.treeview-container {
    margin: 0px auto;
}

.treegrid-indent {
    width: 0px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.treegrid-expander {
    width: 0px;
    height: 16px;
    display: inline-block;
    position: relative;
    left: -17px;
    cursor: pointer;
}

.form-container {
    padding: 10px;
    padding-bottom: 25px;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    border-radius: 20px;
    background-color: #ececec;
}

.add-one {
    color: green;
    text-align: center;
    font-weight: bolder;
    margin-top: 10px;
    font-size: small;
    cursor: pointer;
}

.delete {
    color: white;
    background-color: rgb(231, 76, 60);
    text-align: center;
    margin-top: 6px;
    font-weight: 700;
    border-radius: 5px;
    min-width: 20px;
    font-size: small;
    cursor: pointer;
}

#singlebutton {
    width: 100%;
    margin-top: 20px;
}

.dynamic-element {
    margin-bottom: 0px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


/*body content */

.flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-container .widget {
    /* box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 1), 0 5px 15px 0 rgba(0, 0, 0, 0.08); */
    overflow: none;
    margin-bottom: 20px;
}

.selectCompany {
    flex-basis: 65%;
}

select option[disabled]:first-child {
    display: none;
}

.control-label {
    font-size: initial;
}

.filterRow {
    margin: 1% 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.changeUserTable {
    margin: 0% 1%;
}

label[for="company"] {
    font-size: medium;
    font-weight: 100;
}

.userflex {
    display: flex;
    justify-content: center;
}

.col-sm-12 {
    overflow: auto;
    float: none;
}

.dataTables_wrapper .col-sm-12 {
    overflow: inherit;
}

.genericWidgetPanel .col-sm-12 {
    overflow: inherit;
}

.dataTables_wrapper .col-sm-6 {
    width: auto;
}

.sideNavBar {
    display: none;
}

#body_content {
    margin-top: 60px;
}

.modal-dialog {
    margin: 90px auto;
}

.modal-title {
    float: left;
}

.col-md-4 {
    /* margin-top: 12px; */
    margin-top: 5px;
}

.txtBoxDiv {
    text-align: unset;
    /* height: 50px; */
}

.tableInputStyle {
    background-color: transparent;
    border: none;
    text-align: left;
    font-weight: 550;
}

#jobPackageDetail {
    display: flex;
    justify-content: space-around;
    margin-top: 3%;
}

.selectiveRow {
    cursor: pointer;
}

#smallContainer {
    display: flex;
    align-items: center;
}

#createJobFields {
    width: 75%;
}

#createJobField {
    padding: 1% 0%;
}

#createJobForms {
    display: flex;
    justify-content: center;
}

#createPackageFields {
    width: 80%;
}

#createPackageField {
    padding: 1% 0%;
}

#createPackageForms {
    display: flex;
    justify-content: center;
}

#navBarItem {
    display: flex;
    align-items: center;
}

.packageListItem {
    list-style-type: none;
    margin: 0%;
}

.packageListItem li {
    font-size: 14px;
    padding: 2%;
    display: flex;
    justify-content: space-between;
    background-color: #f0f5f1;
    margin: 1px;
}

.deleteList {
    width: 2%;
    height: 0.5%;
    padding: 0.3% 3% 0.2% 1%;
}

#packageContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jobInputBoxStyle {
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 9px;
    background-color: white;
}

.jobInputDetails {
    color: #999;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background-color: white;
}

.jobInputBoxStyle::placeholder {
    color: #999;
    letter-spacing: 0.3;
}

table.TF th {
    background-color: transparent !important;
}

#seachButton {
    padding: 10px 15px;
    color: #fff !important;
    font-weight: 800;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.name-btn {
    color: #fff !important;
    font-weight: 800;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    padding: 0% !important;
}

.searchForm,
.userDetails {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0%;
    align-items: center;
}

.form-row,
.advSearchHeader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* width: 75%; */
    width: 82%;
    margin: 3px;
    padding-bottom: 42px;
    padding-top: 20px;
    height: 32px;
}

.form-row>label,
.advSearchHeader>label {
    flex: 1 0 120px;
    max-width: 220px;
    font-size: small;
    color: #272626;
    font-weight: 300;
}

.form-row>input,
.form-row>select,
.advSearchHeader>select,
.form-row>a {
    flex: 3 0 150px;
    max-width: 510px;
}

a[data-class='default'] {
    color: #0000FF !important;
    border: none;
    font-size: 14px;
}

.userRow>label {
    font-size: medium !important;
    font-weight: 600 !important;
}

.userContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 2%;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


/* .navbar-brand {
    display: none;
} */

.jobBtn {
    width: 100px;
    float: left;
    padding: 5px;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: normal;
}

.searchOperatorBoxStyle {
    margin-right: 10px;
}

.genericSearchOperatorBoxStyle {
    margin-right: 10px;
    max-width: 200px !important;
}

.optionDispl {
    display: none;
}

.searchResultContainer {
    margin-top: 95px;
    font-size: 12px;
    word-break: break-word;
    height: inherit;
}

.genericmodal {
    position: absolute;
    top: 11px;
    right: -10px;
    background: #fefefe;
    color: #000;
    z-index: 10;
    border: 1px solid #000000;
    /* max-width: 200px;
    min-width: 100px; */
}

.tablerows>td {
    word-break: initial;
}

.accordionPanel .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f056";
    padding-right: 5px;
}

.accordionPanel .panel-title>a.collapsed:before {
    float: right !important;
    content: "\f055";
}

.filterNormal {
    border-style: "none";
}


/* form validation css start */

.alert {
    border: 1px solid red;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0 0 5px #ccc;
    line-height: 18px;
}


/* form validation css end */

.panel-title {
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.accordionPanel a {
    text-decoration: none;
    display: block;
}

.accordionPanel {
    padding: 10 0 10 0;
}

.accordionPanel .panel-heading {
    color: #fff;
    background-color: #1c6ea4;
    height: 25px;
}

.filterHighlight {
    background-image: url(../Images/filterhighlight.png);
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    margin-top: 4px;
    background-size: cover;
}

.filterNormal {
    background-image: url(../Images/filterGreen.png);
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    margin-top: 4px;
    background-size: cover;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
}

.grid-containersinglecolumn {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.formDetails {
    display: block;
}


/*jspanels*/

.jsPanel .jsPanel-content {
    font-size: inherit;
}

.jsPanel-depth-3 {
    box-shadow: none;
    border: 1px solid #cccccc;
}

.jsPanel-btn-md {
    display: none;
}

.jsPanel-icon.btnsize {
    display: none;
}

.horizontalLine {
    border: 0;
    clear: both;
    display: block;
    width: 111%;
    background-color: #eccece;
    height: 1px;
}

.searchBtn {
    float: right;
    margin-top: 6px;
}

#modelWidget {
    margin-top: 20px;
}

select:disabled {
    background-color: #EBEBE4;
}

#schemaTable select,
#typeTable select {
    padding: 5px;
    width: 200px;
    font-size: 'small';
}

#actionTable select,
#typeTable select {
    padding: 5px;
    width: 200px;
    font-size: 'small';
}

#securityRolesTable {
    padding: 0;
    margin: 0;
    width: 100%
}

@media (min-width: 992px) {
    #securityRolesTable .container {
        width: 100% !important
    }
}

#schemaTable td,
th {
    padding: 5px;
    border-bottom: 1px solid rgb(104, 99, 99)
}

#actionTable td,
th {
    padding: 5px;
    border-bottom: 1px solid rgb(104, 99, 99)
}

#typeTable td,
th {
    padding: 5px;
    /*border-bottom: 1px solid rgb(104, 99, 99) */
}

#roleSelected,
#schemaSelected {
    padding: 5px;
    width: 200px;
    font-size: 'small';
}

#actionTable select:disabled {
    padding: 5px;
    width: 200px;
    font-size: 'small';
}

#schemaTable select:disabled {
    padding: 5px;
    width: 200px;
    font-size: 'small';
}

#typeTable tr td select.schemaStatusChange {
    border: 1px solid blue;
}

.reqField {
    padding-left: 2px;
    color: red;
}

.modalTitle {
    font-size: 18px;
}

.subModalTitle {
    font-size: 21px;
    display: flex;
}

.packageFilesNames {
    font-size: 12px;
}

.expandCollapse::before,
.expandCollapse::after {
    position: relative;
    top: -7px;
    content: '';
    display: inline-block;
    width: 40%;
    border: 1px solid #337ab7;
}


/* .StatusGreen */


/* { */


/* background-color: green; */


/* } */


/* .StatusRed */


/* { */


/* background-color: red; */


/* } */

.packageFileName {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: underline;
    text-align: center;
    margin-top: -2px;
}

@keyframes spinner-line-fade-more {

    0%,
    100% {
        opacity: 0;
        /* minimum opacity */
    }

    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-quick {

    0%,
    39%,
    100% {
        opacity: 0.25;
        /* minimum opacity */
    }

    40% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-default {

    0%,
    100% {
        opacity: 0.22;
        /* minimum opacity */
    }

    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-shrink {

    0%,
    25%,
    100% {
        /* minimum scale and opacity */
        transform: scale(0.5);
        opacity: 0.25;
    }

    26% {
        transform: scale(1);
        opacity: 1;
    }
}

#footer {
    height: 25px;
    background-color: #00465B;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    padding: 5px;
    color: #ffffff;
}

.nav-form {
    padding-top: 5px;
}

#secondarybtn {
    margin-left: 8px;
}

.defaultavatar {
    width: 40px;
    height: 40px;
    background-color: #b5d230e8;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff !important;
    font-weight: 600;
}

.navMenuIcon {
    width: 40px;
}

.navMenuFAIcon {
    font-size: 40px;
}

#navBarItem .fa-home {
    font-size: 24px;
}

#searchButton {
    padding: 9px 12px;
}

#navBarItem1 {
    min-width: 450px;
}

#navBarItem1 li {
    margin-left: 5px;
}

#myNavbarSearch {
    width: 60%;
    padding: 5px;
    float: left;
    text-align: right;
    margin-top: 15px;

}

#myNavbarDropdown {
    width: 30%;
    padding: 5px;
    float: right;
    text-align: right;
}

.modalHeaderTitle {
    width: 100%;
}

.addTableRowDiv {
    font-family: FontAwesome;
    width: 5%;
    float: right;
}

.PackageTableDiv {
    width: 100%;
    padding: 0%;
    margin-bottom: 5%;
    /* overflow-x: scroll; */
}

.packageBtn {
    /* font-family: FontAwesome; */
    font-family: inherit;
    width: auto;
    margin: 2%;
}

.isAssemblyAttr {
    width: 16px;
    height: 16px;
}

.packageFileNameDetails {
    list-style: none;
    white-space: nowrap;
}

.tooltipNote {
    z-index: 1;
    background-color: white;
    position: absolute;
    border: 4px solid #5494db;
    padding: 4%;
    top: 3px;
    left: 60px;
    font-size: 14px;
    overflow: visible;
    border-radius: 2%;
}

.tooltipNote::before {
    content: '';
    position: absolute;
    display: block;
    top: 1px;
    left: 40px;
    border: 15px solid transparent;
    border-top: 0;
    border-bottom: 15px solid #5494db;
    transform: translate(-50%, calc(-100% - 5px));
}

.tooltipDiv {
    position: relative;
    display: none;
}


/* .ddlTranslationProfile {
    width: auto;
} */


/**
help page
*/

.helpPage {
    width: 100%;
    display: block;
}

.helpPage h2,
.helpPage hr,
.helpPage div,
.helpPage p {
    float: none;
    width: 100%;
    display: block;
}

.helpPage ul.ulist {
    list-style-type: none;
}

.helpPage ul.ulist li {
    padding: 5px;
}

.helpPage ul.ulist li a {
    font-size: 14px;
}

.helpPage ul.ulist li a,
.helpPage ul.ulist li a:active,
.helpPage ul.ulist li a:focus,
.helpPage ul.ulist li a:link {
    color: black;
}

.helpPage ul.ulist li a:hover {
    color: blue;
    text-decoration: none;
}


/* #ddlName{
} */

.lbl-str-wrap {
    /* white-space: nowrap; */
    position: relative;
    width: 80%;
}

.str-big {
    overflow: hidden;
}

.str-big::after {
    content: "...";
    position: absolute;
    right: 0;
    padding-right: 5px;
    margin-right: -20px;
}

a.lbl-str-wrap {
    padding: 5px;
}

.obj-id {
    padding: 5px;
}

.disableDragFile {
    cursor: no-drop !important;
}

.has-error .controllabel {
    color: #a94442 !important;
}

.has-error .formcontrol {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.help-block {
    font-size: small;
    position: relative;
    left: 150px;
}

.actionbtn {
    height: 30px;
    width: 30px;
    background-color: #204d74;
    border-color: #122b40;
    color: #d0e4f5;
}

.nav .primarydropdown {
    padding-left: 25px;
}

.ieerrordiv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #00465b;
    padding: 10px;
}

[class*="popupProgressBar"] {
    display: block;
    border: 2px solid #00465b;
    width: 100%;
    margin-bottom: 3%;
}

.userMessageDiv {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: absolute;
    opacity: 0.3;
    top: 0;
    z-index: 1100;
}

.userMessagePopup {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1100;
}

.btn-border-red {
    border: 2px solid red !important;
    border-radius: 4px;
}

.no-files-found {
    box-shadow: 0px 3px red;
    border-radius: 10px;
    border: 2px solid red !important;
}

.toast-bottom-right {
    padding-bottom: 50px;
}

.swal2-popup {
    font-size: 14px;
}

#overlay {
    display: none;
    background-color: #434040;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 10000;
}

.inpDataErr {
    margin-top: 1%;
}

.downloadPopupPosition {
    z-index: 9999;
    bottom: 4% !important;
}

table.tableBlue {
    border: 1px solid #1c6ea4;
    background-color: #eeeeee;
    text-align: left;
    border-collapse: collapse;
}

table.tableBlue td,
table.tableBlue th {
    border: 1px solid #aaaaaa;
    padding: 10px;
    overflow-wrap: break-word;
}


/* table.tableBlue label {

} */

table.tableBlue label {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

table.tableBlue a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: block;
}

table.tableBlue tbody td {
    font-size: 13px;
}

table.tableBlue tbody tr:nth-child(even) {
    background: #d0e4f5;
}

table.tableBlue thead {
    background: #1c6ea4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1c6ea4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1c6ea4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1c6ea4 100%);
    border-bottom: 2px solid #444444;
}

table.tableBlue thead th {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border-left: 2px solid #d0e4f5;
    text-align: center;
}

table.tableBlue thead th:first-child {
    border-left: none;
}

.genericTableBtn {
    font-size: 12px;
}

.objectEdit {
    color: #337ab7 !important;
}


/* .job-dialog-grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    grid-template-areas: "a a a a a b";
}

.job-dialog-grid-container>.grid-item:nth-child(1) {
    grid-area: a;
}

.job-dialog-grid-container>.grid-item:nth-child(2) {
    grid-area: b;
} */

.job-dialog-grid-container>.grid-item:nth-child(1) {
    grid-area: a;
}

.job-dialog-grid-container>.grid-item:nth-child(2) {
    grid-area: b;
}

.job-dialog-grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    grid-template-areas: "a a a a a b";
}

.centerAligned {
    text-align: center;
}

@media (max-width:1050px) {
    .job-dialog-grid-container {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        width: 100%;
        grid-template-areas: "a a a a a a" "b b b b b b";
    }
}

@media (min-width:1051px) {
    .job-dialog-grid-container {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        width: 100%;
        grid-template-areas: "a a a a a b";
    }

    /* .job-dialog-grid-container>.grid-item:nth-child(1) {
        grid-area: a;
    }
    .job-dialog-grid-container>.grid-item:nth-child(2) {
        grid-area: b;
    } */
}

.timeoutPopupContent {
    text-align: center;
}

.job-dialog-grid-field {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    grid-template-areas: "a b b b";
}

.job-dialog-grid-field>.grid-item:nth-child(1) {
    grid-area: a;
}

.job-dialog-grid-field>.grid-item:nth-child(2) {
    grid-area: b;
}

.showAllItem {
    margin-left: 2%;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    font-size: small;
    border-radius: 5px;
}

table[id^="generictbl"] tbody tr:hover {
    background-color: #b8cae2;
}

.sidebar {
    height: 100%;
}

.sidebar-sticky {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 25px;
}

.floatTop {
    align-self: start;
}

.floatBottom {
    align-self: end;
    margin-bottom: 80px;
}


/* .approvalTable {
    margin-top: 2%;
    border-top: 2px solid grey;
} */

.enableTextArea {
    pointer-events: all;
    width: 270px;
    max-width: 270px;
}

.multipleUser {
    font-family: FontAwesome;
    width: 40px;
    float: left;
    padding-left: 5px;
}

.btnaddUserCode {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    border-radius: 6px;
}

.delUserId {
    margin-left: 1%;
    border: none;
    background: transparent;
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 10px;
        margin-top: 30px;
    }
}



@media (min-width: 768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.textAreaDiv {
    border: 1px solid #8e8c8c;
    border-radius: 7px;
    overflow: hidden;
    padding: .5em;
    width: 250px;
    height: 70px;
    overflow-y: auto;
    max-width: 300px;
    min-width: 100px;
    min-height: 50px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../Images/ui-icons.png);
}

.textAreaDivList {
    padding-left: 15px;
    list-style-type: disc;
}

/* Styling for the notification icon */
.notification-icon {
    position: relative;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.notification-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: red;
    color: white;
    padding: 2px 6px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

.notification-dropdown {
    position: absolute;
    top: 40px;
    right: 0;
    width: 500px;
    background-color: white;
    border-radius: 8px;
    border-radius: 16px;
    box-shadow: 0px 100px 100px rgb(0 0 0 / 10%);
    display: none;
    /* Hidden by default */
    overflow: hidden;
    border: solid #517571;

}

.notification-dropdown h4 {
    margin: 0;
    padding: 10px;
    background-color: #6b939f;
    color: white;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.notification-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    height: 300px;

}

.notification-dropdown ul li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-dropdown ul li:last-child {
    border-bottom: none;
}

.notification-dropdown ul li:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.notification-dropdown ul li span {
    font-size: 14px;
    color: #555;
}

.notification-time {
    font-size: 12px;
    color: #888;
    white-space: nowrap;
}

.notification-empty {
    text-align: center;
    padding: 20px;
    color: #888;
}

.clear-all-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #dc3545;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.clear-all-btn:hover {
    background-color: #c82333;
}

/* html {
    filter: invert(100%) hue-rotate(180deg);
  }
   */

/* Ensure darkmode widget appears above other elements */
.darkmode-layer {
    z-index: 9999 !important;
    /* Ensure it’s at the top */
}

.darkmode-toggle {
    z-index: 10000 !important;
    /* Ensure button is at the top */
}

/* Target DataTables when dark mode is enabled */
body.dark-mode .dataTable {
    background-color: #333;
    /* Dark background for DataTables */
    color: #fff;
    /* White text for DataTables */
}

body.dark-mode .dataTable th {
    background-color: #444;
    /* Darker background for headers */
    color: #fff;
    /* White text for headers */
}

body.dark-mode .dataTable td {
    background-color: #555;
    /* Darker background for rows */
    color: #fff;
    /* White text for rows */
}