.cursor_select {
    cursor: text;
}

input.enot {
    background-color: gray;
}

#parent{
     height:100%;
     margin:0;
     padding:0;
     width:100%;
 }
#div_top{
    position:relative;
    float:left;
    height:72%;
    width:100%;
    /* overflow-y: hidden;
    overflow-x: hidden;
     */
}

#div_bottom {
    position: relative;
    float: left;
    min-height: 300px;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-top: 1px dashed black;
    padding: 10px !important;
    overflow: auto;
    top: 20px;
}

.table-tooltip {
    display: none;
    border: 2px solid #a37f00;
    padding: 10px;
    z-index: 100;
    position: absolute;
    border-radius: 10px 10px 10px 10px;
    background-color: #ffd760;
    color: black;
}

.more {
    cursor: pointer;
    color: #2685db;
}

.more:hover + .table-tooltip {
    display: block;
}

.fa-caret-square-down {
    font-size: 1.3em;
    position: relative;
    top: 2px;
    left: 3px;
}

.bottom-dot {
    position: relative;
    top: 4px;
    left: -2px;
}

.hidden {
    display: none;
}

.blue {
    background-color: #0c6ba2 !important;
}

.disconnected {
    filter: grayscale(1) blur(4px) brightness(0.9);
    background-color: #636363;
}


a.logout {
    margin-left: 0px;
    color: #dddc0f !important;
}


.cloud-img {
    width: 160px;
    left: 44px;
    position: relative;
}


iframe.inside {
    width: 100%;
    height: 100%;
    min-height: 900px;
    border: 1px solid gray;
    overflow: auto;
}


.inprogress {
    position: relative;
    text-align: center !important;
    width: 100%;
    top: 104px;
    height: 600px;
}


.inprogress img {
    width: 21em;
}


.sttd-header {
    border: 1px solid gray;
    padding: 9px;
    background-color: #7a8188;
    color: #ffffff;
}

.sttd {
    padding: 7px;
    border: 1px dotted #bcbcbc;
}

table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td {
  vertical-align: middle;
}

.th1 {
  max-width: 5px !important;
  padding: 0.95em !important;
}

.th2 {
  max-width: 5px !important;
  padding: 0.95em !important;
}

.no-sort::before {
  display: none !important;
}

.no-sort::after {
  display: none !important;
}

.buttonWidthA {
  width: 300px;
}

.buttonWidthC {
  width: 180px;
}


.table-filter {
  display: inline-block;
  width: auto;
  position: relative;
  top: -2px;
  margin-left: 14px;
}

button#setupFilter {
  display: inline-block;
  width: auto;
  margin-left: 10px;
}


#connectionErrorBG {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.5);
  backdrop-filter: grayscale(1) blur(4px) brightness(0.9);
}

#connectionErrorTXT {
  position: absolute;
  left: 43%;
  top: 47%;
  z-index: 100000;
  font-size: 2em;
  color: black;
  font-weight: 100;
}

.hideAlert {
  display:none;
}


.company-settings .label {
  position: relative;
  top: 12px;
  margin-right: 20px;
  min-width: 200px;
}

