table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    border-bottom: none;
}

.dropdown.active .dropdown-content button {
    text-decoration: none;
    color: #000;
    display: block;
    margin-bottom: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.dataTable {
    width: 100% !important;
    background-color: #FFFFFF;
}
.dataTable thead tr {
    background-color: #FFF7F2;
    border-top: 1px solid #FFD4BA;
    border-bottom: 1px solid #FFD4BA;
    font-size: 11px;
    color: #FF4905;
    font-weight: 600;
    text-transform: uppercase;
}

table.dataTable tbody th, table.dataTable tbody td{
    border-bottom: none;
    font-size: 12px;
    padding: 10px;
}

.dataTable thead tr>th {
    border-right: 1px solid #E5E5E5;
    text-align: center;
    font-size: 11px;
}

table.dataTable>tfoot>tr>td {
    padding: 10px;
}

#projectTable.dataTable thead tr>th  {    
    border-bottom: 1px solid #FFD4BA !important;
    border-top: 1px solid #FFD4BA !important;
}

.dataTable tr>td {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.dataTable tbody tr:nth-child(even) {
    background-color: #f7f6f6;
}

.dataTable tfoot td {
    font-weight: 600;
    
    font-size: 12px;
}

.input-wrapper {
    position: relative;
}

.input-wrapper ul {
    /* list-style: none;
    padding: 0;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    border: 1px solid #000;
    z-index: 1; */
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    max-height: 200px;
    overflow-y: auto;
    background-color: #ffffff;
    border-top: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 5;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    box-shadow: 1px 2px 13px -5px rgba(156, 156, 156, 0.75);
    -webkit-box-shadow: 1px 2px 13px -5px rgba(156, 156, 156, 0.75);
    -moz-box-shadow: 1px 2px 13px -5px rgba(156, 156, 156, 0.75);
   
}

.input-wrapper ul li {
    padding: 10px 10px;
    cursor: pointer;
}

.input-wrapper ul li:hover {
    background-color: #fbfbfb;
}

#projectTable_filter.dataTables_filter { display: none;}

.dataTables_scrollHeadInner {
    /* padding: 0 !important; */
    /* width: 100% !important; */
}

.dataTables_wrapper .dataTables_filter input {
    font-family: "Inter", sans-serif;
    background: #FFF7F2;
    border-radius: 6px;
    height: 40px;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    width: 200px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.dataTables_length {
    display: none;
}

.dataTables_paginate.paging_simple_numbers {
    padding: 15px;
}

.dataTables_paginate.paging_simple_numbers span {
    top: -2px;
    position: relative
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-weight: normal;
    opacity: 0.7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none !important;
    background: none !important;
    min-width: auto !important;
    margin: 2px;
    padding: 2px;
    box-shadow: none !important;
    font-weight: 600;
    opacity: 1;
    color: #000 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
    background: none !important;
    min-width: auto !important;
    margin: 2px;
    padding: 2px;
}

.paginate_button.disabled, 
.paginate_button.disabled:hover 
{
    opacity: 0.4;
}

.filter_flields_wrapper.pull-right {
    margin-left: auto;
}

.btn-loop {
    background-color: #E86012;
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    height: 38px;
    cursor: pointer;
}

.content_sheets_wrapper .filter_wrapper .filter_flields_wrapper .filter input[type=text].w-300 {
    width: 300px;
}


.loader {
    border: 2px solid #FFFFFF;
    border-top: 2px solid #000000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.box-login {
    background: white;
    width: 30%;
    border-radius: 6px;
    margin: 100px auto 0 auto;
    padding: 30px 20px 30px 20px;
    border: #f4752d 4px solid;
}
.email {
    background: #ecf0f1;
    border: #ccc 1px solid;
    border-bottom: #ccc 2px solid;
    padding: 8px;
    width: 100%;
    color: #aaa;
    margin-top: 30px;
    font-size: 1em;
    border-radius: 4px;
}
.password {
    border-radius: 4px;
    background: #ecf0f1;
    border: #ccc 1px solid;
    padding: 8px;
    width: 250px;
    font-size: 1em;
}
.btnSignin {
    background: #e86012;
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    border-radius: 4px;
    border: #f4752d 1px solid;
    display: block;
    font-weight: 800;
    font-size: 1.2em;
    margin: 30px auto 0 auto;
}
.btnSignin:hover {
    background: #f4752d;
}

.log-out-link {
    text-decoration: none;
}
.log-out-link:hover {
    opacity: 0.6;
}

.dataTables_wrapper .dataTables_info {
    display: none;
}

/* alerts **/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  
  .alert .alert-link {
    font-weight: bold;
  }
  
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  
  .alert > p + p {
    margin-top: 5px;
  }
  
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px;
  }
  
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  
  .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
  }
  
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  
  .alert-success .alert-link {
    color: #2b542c;
  }
  
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
  }
  
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  
  .alert-info .alert-link {
    color: #245269;
  }
  
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
  }
  
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  
  .alert-warning .alert-link {
    color: #66512c;
  }
  
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  }
  
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  
  .alert-danger .alert-link {
    color: #843534;
  }

  table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center !important;
  }