table.dataTable{
	border-collapse: separate !important;
    font-size: 13px;
    border-spacing: 0 7px;
}
table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

table.dataTable thead{
    background: none !important;
}
table.dataTable thead tr{
   background: transparent;
}
table.dataTable thead tr th{
       font-size: 11px;
    color: #333333;
    text-transform: uppercase;
    display: table-cell;
    white-space: nowrap;
    /* background: #fff; */
    background: none;
    border: none;
    font-weight: 600 !important;
}
table.dataTable tbody{}
table.dataTable tbody tr{}
table.dataTable tbody tr td{
   padding: 15px 10px;
    font-size: 13px;
    vertical-align: middle;
    border-top: 1px solid #F5F6FA;
    border-bottom: 1px solid #F5F6FA;
    white-space: nowrap;
}
table.dataTable tbody tr td button.btn{
   padding: 0;
   width: 30px; height: 30px;
}
table.dataTable tbody tr td button.btn:focus{
   box-shadow: none;
   outline: none;
}
.proposals-container.view-proposals .box-table{
   padding:20px;
}
.table-striped tbody tr:nth-of-type(even) td {
    background-color: #F5F6FA;
}
table.dataTable tbody tr td:first-child {
    border-left: 1px solid #f5f6fa;
}
table.dataTable tbody tr td:last-child {
    border-right: 1px solid #f5f6fa;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.filterSearchBox+.clearfix {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 11px 0;
    list-style: none;
    line-height: 0;
    background: rgb(239, 243, 249);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(245, 246, 250) 20%, rgb(245, 246, 250) 80%, rgb(255, 255, 255) 100%);
    box-shadow: 0 0px 8px -8px #ccc;
}
.content-box .filterSearchBox+.clearfix{
    padding:20px 0; 
}
.noFilters .filterSearchBox+.clearfix{
    display: none;
}
.filterSearchBox.dataTables_filter label input.form-control {
    width: 100%;
    padding: 10px 15px 10px 15px !important;
    margin-left: 0;
    height: auto;
    letter-spacing: 1px;
    line-height: 1.6;
    border: 1px solid #eee;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0 !important;
    font-size: 14px;
}
.filterSearchBox.dataTables_filter label {
    font-size: 0;
    width: 300px;
    max-width: 100%;
    position: relative;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
.filterSearchBox {
    display: inline-block;
    float: right;
    position: relative;
    top: 10px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
	justify-content: flex-end;
}
.filterSearchBox.dataTables_filter label:after {
    /* content: "\f002";
    display: inline-block;
    top: 1px;
    position: absolute;
    right: 1px;
    pointer-events: none;
    font-family: fontAwesome;
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
    pointer-events: none;
    background: #fff;
    padding: 10px 13px;
    border-radius: 5px; */
    content: "\f002";
    display: inline-block;
    top: 1px;
    position: absolute;
    right: 1px;
    pointer-events: none;
    font-family: fontAwesome;
    font-size: 16px;
    color: #ccc;
    font-weight: normal;
    pointer-events: none;
    padding: 10px 10px;
    border-radius: 5px;
}

.customDatatablePagenation {
    /* text-align: center; */
    padding: 10px 0 10px 0;
}

.customDatatablePagenation .pagination {
    margin: 0px 0 0 0 !important;
    line-height: 0;
    /* background: rgb(239, 243, 249);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(245, 246, 250) 20%, rgb(245, 246, 250) 80%, rgb(255, 255, 255) 100%);
    box-shadow: 0 0px 8px -8px #ccc; */
}

.customDatatablePagenation .pagination {}

.customDatatablePagenation .pagination li.page-item {
    display: inline-flex;
    position: relative;
}

.customDatatablePagenation .pagination li.page-item.previous, .customDatatablePagenation .pagination li.page-item.next {
    top: 2px;
}
.customDatatablePagenation .pagination li.page-item:focus{
	outline: none;
}
.customDatatablePagenation ul.pagination li a:focus{
	box-shadow: none;
}

.customDatatablePagenation ul.pagination li:before {
    width: 0%;
    height: 0%;
    background: #3a6cff;
    position: absolute;
    content: "";
    left: 50%;
    /* border: 1px solid #3a6cff; */
    border-radius: 50px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.customDatatablePagenation ul.pagination li:hover:before {
    /* width: 100%;
    height: 100%;
    opacity: 1; */
}

.customDatatablePagenation .pagination li+li {
    /* border-left: 1px solid #f5f5f5; */
    margin-left: 5px;
}

.customDatatablePagenation ul.pagination li .page-link {
    background: none !important;
    border: none !important;
    color: #646464;
    padding: 10px 12px;
    height: auto;
    line-height: 1.2;
    /* border-radius: 50px; */
    letter-spacing: 1px;
    display: inline-flex;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    font-weight: normal;
}

.customDatatablePagenation ul.pagination li:hover .page-link {
    color: #3a6cff;
    font-weight: 600;
}

.customDatatablePagenation ul.pagination li.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background: #3a6cff !important;
    border: #3a6cff !important;
    font-weight: 600;
}

.customDatatablePagenation ul.pagination li.previous a, .customDatatablePagenation ul.pagination li.next a {
    width: auto;
    display: inline-flex;
    font-size: 0;
}

.customDatatablePagenation ul.pagination li.previous a:before, .customDatatablePagenation ul.pagination li.next a:before {
    content: "";
    display: flex;
    font-family: fontawesome;
    font-size: 20px;
    justify-content: center;
    text-align: center;
    line-height: 0;
    top: 1px;
}

.customDatatablePagenation ul.pagination li.previous a:before {
    content: "\f104";
}

.customDatatablePagenation ul.pagination li.next a:before {
    content: "\f105";
}

.customDatatablePagenation ul.pagination li.previous.disabled a, .customDatatablePagenation ul.pagination li.next.disabled a {
    /* padding-left: 15px;
    padding-right: 5px; */
}

.customDatatablePagenation ul.pagination li.previous:before, .customDatatablePagenation ul.pagination li.next:before {
    display: none;
}

.customDatatablePagenation ul.pagination li.previous:hover a, .customDatatablePagenation ul.pagination li.next:hover a {
    color: #3a6cff;
}

.customDatatablePagenation ul.pagination li a:focus {
    outline: none;
}

.customDatatablePagenation ul.pagination li.previous.disabled:hover a, .customDatatablePagenation ul.pagination li.next.disabled:hover a {
    color: #626E82;
    font-weight: 400;
}

table.dataTable tbody tr td .ticName{
    width: 600px;
    /* display: inline-block; */
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    margin: 0;
    color: #1fbcc4;
    text-decoration: underline;
    font-weight: 500;
}
