.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: flex !important;
}

#ServiceFees_table_wrapper .fa{
		font-size: 20px;
		color:#929191;
		position: relative;
		top: 3px;
	}
#ServiceFees_table span {
    padding: 0 5px;
}
.field-legend {
    font-size: 20px;
    margin: 10px;
    font-weight: 500;
    width: auto;
}

fieldset {
    font-size: 14px;
    border: 2px solid #666;
    padding: 10px 15px;
}

    fieldset label {
        margin: auto;
        padding: 10px 5px;
    }

.table-ib td:last-child, .table-ib th:last-child {
   
    width: 120px !important;
}
.header {
    height: 40px;
    background: black;
    color: white;
    font-size: 14px;
    font-weight: 600 !important;
}

table {
    border: none !important;
}

    table.treetable tbody tr td {
        padding: 0.6em !important;
        font-size: 14px;
        border-bottom: 1px solid #eee;
    }

.icon {
    padding: 10px;
    font-size: 16px;
}

.folder-name {
    text-transform: uppercase;
}

.titleheader {
    background: none !important;
}

.msgcontent {
    color: red;
}
/* 
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05) !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #e4e3e3 !important;
} */

.scroll {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #828282;
    font-size: 30px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.left-scroll {
    left: -15px;
    z-index: 10;
    display: none;
}

.right-scroll {
    right: -15px;
    z-index: 10;
    display: none;
}

.scroll-wrapper {
    position: relative;
}

fieldset .btn-grp {
    display: inline;
}

.table-ib td:nth-child(1), .table-ib th:nth-child(1), .table-ib td:nth-child(2), .table-ib th:nth-child(2), .table-ib td:nth-child(3), .table-ib th:nth-child(3) {
   padding: 10px 18px;
}

table.table-ib.dataTable.display tbody tr.odd > .sorting_1, table.table-ib.dataTable.order-column.stripe tbody tr.odd > .sorting_1, table.table-ib.dataTable.display tbody tr.even:hover > .sorting_1, table.table-ib.dataTable.order-column.stripe tbody tr.even:hover > .sorting_1 {
    background-color: transparent !important;
}

.ui-widget-header .ui-icon {
    background-image: url("/en/epublication/SiteAssets/EPublicationPages/imgs/ui-icons_444444_256x240.png") !important;
}

#table_id_filter {
    display: none;
}

.table td.child {
    text-align: left !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 8px !important;
}

@media (max-width:490px) {
    .left-scroll, .right-scroll {
        display: block
    }
}

@media (max-width:767px) {
    .icon {
        padding: 4px;
    }

    fieldset label {
        margin: auto;
        padding: 10px 5px;
        display: block;
    }

    fieldset input[type=date], fieldset input[type=text] {
        width: 72%;
        margin-bottom: 10px;
    }

    fieldset input[type=button] {
        margin: 20px 15px 10px 0
    }

    fieldset .btn-grp {
        display: block;
    }

    #table_id_paginate .previous {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .ms-webpart-chrome-title {
        display: none !important;
    }
}

/*Custome Pagination Data Table*/
.dataTables_wrapper {
    margin-bottom: 30px;
}

.table.dataTable.no-footer {
    border: none;
}

.dataTables_info, .dataTables_paginate {
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 10px;
    padding: 1px 7px;
    margin-left: 0px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background-color: #fff !important;
    }


.scroll {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #828282;
	font-size: 30px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.left-scroll {
	left: -25px;
	z-index: 10;
	display: none;
}
.right-scroll {
	right: -25px;
	z-index: 10;
	display: none;
}
.scroll-wrapper {
	position: relative;
}
@media (max-width:767px) {
	.left-scroll, .right-scroll {
		display: block;
	}
	.table-ib {
		width: 135% !important;
	}
	.table-ib td:first-child, .table-ib th:first-child {
	width:150px;
}
    
}