.daterangepicker {
    z-index: 10000 !important;
  }
  
  .filebox input[type="file"] { 
    position: absolute; 
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip:rect(0,0,0,0); 
    border: 0; 
  } 

  .filebox label {
     display: inline-block; 
     padding: .5em .75em; 
     color: #999; 
     font-size: inherit;
    line-height: normal; 
    vertical-align: middle; 
    margin-top: 21px;
    background-color: #fdfdfd; 
    cursor: pointer; 
    border: 1px solid #ebebeb; 
    border-bottom-color: #e2e2e2; 
    border-radius: .25em; 
  } 

  .filebox .upload-name { 
    display: inline-block; 
    padding: .5em .75em;
    font-size: inherit; 
    font-family: inherit; 
    line-height: normal; 
    vertical-align: middle; 
    margin-top: 15px;
    background-color: #f5f5f5; 
    border: 1px solid #ebebeb; 
    border-bottom-color: #e2e2e2; 
    border-radius: .25em; 
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none; 
  }

.dt-button {
  display: none;
} 

.dropdown-toggle::after {
  content: none;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #DCE1F0;
  color: black !important;
}
.maintab{
  list-style: none;
			margin: 0;
			padding: 0;
			overflow: hidden;
}

.subtabs{
  position: relative;
  float: left;
  border-top: solid 3px #3A598C; 
  border-left: solid 3px #3A598C; 
  border-right: solid 3px #3A598C;
  border-radius: 20px 20px 0px 0px;
  background-color: #3A598C;
  top:13px;
}

.xButton{
  padding-left: 15px;
  padding-right: 10px;
}

.subtabs.active{
  border-top: solid 3px #314A73; 
  border-left: solid 3px #314A73; 
  border-right: solid 3px #314A73;
  background-color: #314A73; 
}

.subtabs a.page{
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 5px 15px 15px 15px; 
  font-size: 14px;
  transition:0.3s;
}

.subtabs a.page:hover{
  color: darkgray;
}
 
.subtabs a i:hover{
  color: darkgray;
}

iframe.active{
  display: inline !important;
}

iframe.deactive{
  display: none;
}

.navbar{
  padding: 0.5rem 1rem 0rem 1rem;
}  

/* The switch - the box around the slider */
.switchGrid {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  vertical-align:middle;
}

/* Hide default HTML checkbox */
.switchGrid input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  top: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Sortable*/
.grid-square {
  width: 120px;
  height: 110px;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #4469A4;
  padding: 10px;
  margin: 12px;
}

.grid-square.filtered{
  border: solid 1px transparent;
  position: relative;
  top: 15px;
}

.grid-square.filtered span{
  position: absolute;
  left: 30%;
  top: 25%;
}

.grid-square textarea{
  width: 100px;
  height: 80px;
  border: none;
  border-color: transparent;
  resize: none;
}

.grid-square textarea:focus {
  outline: none;
}

.grid-square span{
  float: right;
  cursor: pointer;
}

.highlight{
  background-color: #4469A4;
}

.highlight textarea{
  background-color: #4469A4;
}

.disable{
  background-color: #e6e6e6;
}

.disable textarea{
  background-color: #e6e6e6;
}

table.process_table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;

}
table.process_table thead th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #369;
  border-bottom: 3px solid #036;
}
table.process_table tbody th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background: #f3f6f7;
}
table.process_table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

.dataTables_scrollBody::-webkit-scrollbar{
   width: 10px; 
}
.dataTables_scrollBody::-webkit-scrollbar-thumb { 
  background-color: #4469a43b;
  border-radius: 10px; 
  background-clip: padding-box; 
  border: 2px solid transparent; 
}

html::-webkit-scrollbar{
  width: 10px; 
}
html::-webkit-scrollbar-thumb { 
  background-color: #4469a43b;
  border-radius: 10px; 
  background-clip: padding-box; 
  border: 2px solid transparent; 
}
body > section {
  width: calc(100% - 3rem);
  padding: 0 1.5rem;
}
body > section > div.row {
  padding: 0 1.5rem;
}

body > .modal.show {
  overflow-y: auto;
}

body > .modal.show::-webkit-scrollbar{
  width: 5px; 
}
body > .modal.show::-webkit-scrollbar-thumb { 
  background-color: #4469a43b;
  border-radius: 10px; 
  background-clip: padding-box; 
  border: 2px solid transparent; 
}

.note-editable.card-block::-webkit-scrollbar{
  width: 8px; 
}
.note-editable.card-block::-webkit-scrollbar-thumb { 
  background-color: #4469a43b;
  border-radius: 10px; 
  background-clip: padding-box; 
  border: 2px solid transparent; 
}
.md-form.md-outline label.active {
  width: max-content;
}