body{
    background-color: #F4F6F9;
    font-family: 'Open Sans', sans-serif;
}
a.custom-card,
a.custom-card:hover {
    color: inherit;
    text-decoration: none;
}
.ui-autocomplete { z-index:2147483647; }
.qtagselect__results,
.qtagselect__option,
.qtagselect__choice,
.qtagselect__choices{
    list-style: none;
}
.qtagselect__container{
    width: 100%;
}
.navbar {
    z-index: 9999;
}
.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}
/*submenu classes*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    width: 100%;
    background-color: #FFFFFF;
    cursor: pointer;
}
.ajax-loader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height:100%;
}

.ajax-loader img {
    position: relative;
    top:20%;
    left:30%;
}
.a1PinPreview{
    margin-left: 30%;
}
.a1PinPreview td{
    border: 1px solid black;
    width:50%;
}
input.dtable-empty {
    background-image: url(https://cdn4.iconfinder.com/data/icons/iconic/raster/16/magnifying_glass_alt.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: 5px 5px 5px 10px;
    text-indent: 20px;
    width: 200px;
}

.fa-ban{
    color:red;
}

.fa-check-circle{
    color: green;
}

.top-nav{
    height: 82px;
    border-bottom: 2px solid #4AB8C5;
    width: 100%;
    position: fixed;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle, .bootstrap-select>.dropdown-toggle.bs-placeholder:active{
    border-color : #CED4DA;
}
.estimate-list-header{
    background-color: #F7F7F7;
}

table#costTable thead th{
    padding: 5px;
    vertical-align: middle;
    border-bottom: none;
    font-size: 14px;
}
table#costTable thead td{
    padding: 0;
    vertical-align: middle;
}

table#costTable tbody td{
    font-size: 13px;
    padding-left: 5px;
}

.global-search {
    width: 30%;
    border-radius: 20px;
    position: fixed;
    top: 45%;
    left: 35%;
}

input[id="global-search"]::-webkit-input-placeholder
{
    font-family: "Font Awesome 5 Free";
    text-align: left;
    font-weight: bold;
}

input[id="global-search"]::-moz-placeholder
{
    font-family: "Font Awesome 5 Free";
    text-align: left;
    font-weight: bold;
}

.lookupResult table td {
    padding: 0 !important;
}

.bootbox-alert{
    margin-top: 80px;
}

table#selectionResultTable{
    table-layout: fixed;
    width: auto !important;
    /*max-width:100% !important;*/
}
table#selectionResultTable td{
    word-wrap: break-word !important;
    width:200px !important;
}

#deviceTableCard{
    display: none;
    height: 700px;
}

.scrollX {
    position: absolute;
    overflow-x: scroll !important;
    /*white-space: nowrap;*/
    /*display: block;*/
    /*overflow-x: auto;*/
    /*white-space: nowrap;*/
}

.scrollY {
    overflow-y: scroll !important;
}

#errorMessageBox{
    padding: 5px !important;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
}
.alertMessageWrapper {
    padding: 6px;
    background-color: #f4f6f9;
}
.error{
    color: #DB0000 !important;
    font-style: italic;
    font-weight: 500 !important;
}
label.error {
    margin-top: 3px;
}
input.error, select.error, textarea.error{
    border: 1px solid #DB0000 !important;
}
.form-inline label.col-form-label{
    justify-content: normal;
}

div#revisionButtonDiv a{
    cursor: pointer;
    color: #6f42c1;
    border-color: #6f42c1;
}
div#revisionButtonDiv a:hover{
    cursor: pointer;
    color: #FFFFFF;
    background-color: #6f42c1;
    border: none;
    transform: scale(1.1);
}
button#smart-mode-button:hover{
    transform: scale(1.1);
}
table#vendorEmailTable{
    table-layout:fixed;
    width:95%;
}
.excel-button {
    background: #4CB6C3!important;
    border-color: #4CB6C3 !important;
    color: white !important;
    border-radius: 5% !important;
}
.excel-button:hover {
    background: white !important;
    color: #4CB6C3 !important;
}
li.nav-item div.dropdown-menu{
    min-width: -webkit-fill-available;
}
a.file-item-anchor {
    text-decoration: none;
}
a.file-item-anchor:hover {
    cursor: pointer;
}
a.file-item-info{

}
a.file-item-info i:hover{
    cursor: pointer;
    color: #4AB8C5 !important;
    transform: scale(1.4);
}
div#file-panel i.fa-folder{
    color: bisque!important;
}
div#file-panel i.fa-file{
    color: tan!important;
}
a.file-item-delete i.fa-trash:hover{
    color: #c82333;
    transform: scale(1.4);
}
div.file-explorer-modal-list-div{
    overflow-x: scroll !important;
    overflow-y: scroll !important;
}
div.file-explorer-modal-list-div li.list-item a{
    color: black;
    text-decoration: none;
    white-space: nowrap;
}
div.file-explorer-modal-list-div li.list-item a:hover{
    cursor: pointer;
    color: #4AB8C5;
}
div.file-item-singular{
    /*font-size: smaller;*/
}
/* common loader css */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/static/img/page_loader.gif) center no-repeat #fff;
    /*-webkit-animation: zoomeffect 2s infinite;*/
    /*-moz-animation: zoomeffect 2s infinite;*/
    /*animation: zoomeffect 2s infinite;*/
}
table.dataTable.chip-set-table thead th{
    text-align: center !important;
}
.asterisk:after {
    content: " *";
    color: #d10000;
}

fieldset.file-drive-fieldset{
    padding: 20px;
    border: 1px solid #000000;
    border-radius: 10px;
}
fieldset.file-drive-fieldset.display-panel-fieldset{
    min-height: 500px;
}
legend{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: none;
    font-size: 19px;
    font-weight: 600;
    margin:0 auto;
}
.rounded-purple-button{
    border-radius: 10px;
    background-color: #563D7C;
}
#new-activity-container legend i.fa-window-close{
    color: #563D7C;
    cursor: pointer;
}
#new-activity-container .file-upload-drop-zone{
    width:100%;
    min-height:100px;
    display: inline-block;
    border: 3px dashed #ccc;
    padding: 6px 12px;
    cursor: pointer;
    text-align: center;
}
#display-panel-container{
    /*margin-top: 50px;*/
}
.anchor-icon-file-drive {
    text-decoration: none;
    color: #563D7C;
    padding: 5px;
}
/*.anchor-icon-file-drive:hover {*/
/*    text-decoration: none;*/
/*    color: #4CB6C3;*/
/*}*/
a.anchor-icon-file-drive i:hover {
    cursor: pointer;
    color: #4AB8C5 !important;
    transform: scale(1.4);
}
#path-display-container{
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    background-color: wheat;
}
.dropdown-item.anchor-icon-file-drive{
    width:auto;
    color: black;
}
.dropdown-item.create-new{
    width:100%;
}

.file-explorer-list-div li{
    list-style:none;
    width: fit-content;
}

table.item-content-table tbody tr:hover{
    background-color: #f3b256;
    font-weight: bold;
    cursor: pointer;
}
.directory-anchor:hover{
    color: #4f34eb !important;
    text-underline-color: #4f34eb !important;
}

td.file-name-td[data-type="FOLDER"]:before{
    font-family: "Font Awesome 5 Free";
    content: "\f07b";
    color: #FEC134;
    padding-right: 5px;
}

td.file-name-td[data-type="FILE"]:before{
    font-family: "Font Awesome 5 Free";
    content: "\f15b";
    color: #6C757D;
    padding-right: 5px;
}

.file-explorer-list-div li:hover{
    cursor: pointer;
}

i.explorer-nav-icon:hover {
    transform: scale(1.4);
}

.file-type-span{
    font-size: 100%;
}

.ui-state-hover{
    background-color: #cbeef2;
}