/* Tabs Style - START */
ul.cilw-nav {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

ul.cilw-nav li {
    float: left;
    display: inline-block;
    padding: 0;
    margin-right: 10px;
	margin-bottom: -1px;
}

ul.cilw-nav li a {
    text-decoration: none;
    box-shadow: none;
    position: relative;
    display: block;
    padding: 10px 15px;
	border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
	color:#777;
	font-size:14px;
    cursor: pointer;
    text-decoration: none !important;
}

ul.cilw-nav li.active a, ul.cilw-nav li.active a:hover, ul.cilw-nav li.active a:focus {
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
	outline: 0;
	font-size:16px;
	font-weight:bold;
    text-decoration: none;
   
}

.cilw-container .ico-tab-content {
  padding-top:10px;
  /* border-left:1px solid #DDD;
  border-bottom:1px solid #DDD;
  border-right:1px solid #DDD; */
}

.cilw-container .ico-tab-content .ico-tab-pane {
	display:none;
}

.cilw-container .ico-tab-content .ico-tab-pane.show {
	display:block;
}
/* Tabs Style - END */


/* Table Styles - START */
.ico-tab-pane table.cilw-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    table-layout: auto;
    width: 100%;
	border: 1px solid #e5e5e5;
}

.ico-tab-pane table.cilw-table tr th {
	font-size:16px;
	font-weight:bold;
	background: #efefef;
	border: 1px solid #e5e5e5;
    border-bottom: 3px solid #ddd;
	color:#222;
	width: 26%;
	padding: 0.5em;
	vertical-align:middle;
}

.ico-tab-pane table.cilw-table tr td:nth-of-type(1),
.ico-tab-pane table.cilw-table tr th:nth-of-type(1) {
    /* width: 30%; */
    text-align: left !important;
}

.ico-tab-pane table.cilw-table tr td {
	font-size:14px;
	white-space: unset;
	word-wrap: break-word;
	border: 1px solid #e5e5e5;
	color:#555;
	padding: 0.5em;
	vertical-align:middle;
}

.ico-name-info {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    position: relative;
}

.ico-name-info a {
    outline: none;
    text-decoration: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
}

.ico-name-info a:hover {
    filter: revert;
    opacity: 0.8;
}

.cilw-logo {
    width: 42px;
	height:42px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
}

.cilw-logo img {
    /* width: 100%;
    height: 100%; */
    overflow: hidden;
    border-radius: 50%;
    /* box-shadow: 1px 1px 5px -1px #595959; */
	max-width: 42px;
    max-height: 42px;
}

.cilw-detail {
    display: inline-block;
    padding-left: 10px;
}

/* Sponsered/premium/featured label */
.ico-label {
    /* display: inline; */
    width: 100%;
}
.ico-label .label-view {
    padding: 2px;
    font-size: 10px;
    position: relative;
    bottom: 0;
	color:#fff;
}
.ico-label .featured, .ico-featured, .ico-single-featured {
    background-color: #fbeb45;
    color: #615a0e;
}
.ico-label .premium, .ico-premium, .ico-single-premium {
    background-color: #27e3f5;
    color: #095259;
}
.ico-label .sponsored, .ico-sponsored, .ico-single-sponsored {
    background-color: #e67139;
    color: #ffeee6;
}


span.cilw-name, span.cilw-symbol {
    font-size: 1.05em;
    font-weight: bold;
    color: #000;
}
span.cilw-symbol {
    font-weight: 600;
    font-size: 12px;
}
.cilw-platform-n {
    margin-top: 4px;
    background: #e5e5e5;
    padding: 2px 8px;
    border-radius: 15px;
    display: block;
    color: #58667e;
    width: fit-content;
    font-size: 10px;
    font-weight: 600;
}

.cilw-start-dt, .cilw-end-dt {
    font-size: 1.15em;
}

.cilw-start-time, .cilw-end-time {
    font-size: 0.8em;
}
a.ico-view-more {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 8px;
    background: #383838;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
a.ico-view-more:hover {
	opacity:0.85;
}
/* Table Styles - END */

/* ICO Table Pagination */
ul.ico_pagination {
    list-style: none;
    padding: 0;
    margin: 0;
	margin-bottom:8px;
	margin-top:8px;
	display:inline-block;
	width:100%;
	text-align: right;
}
ul.ico_pagination li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.ico_pagination li:after {
    content: "|";
    margin-right: 7px;
}
ul.ico_pagination li:last-child:after {
	display:none;
}
ul.ico_pagination li a {
    box-shadow: none;
    text-decoration: none;
    font-size: 14px;
    padding-right: 7px;
    display: inline-block;
}
ul.ico_pagination li:last-child a {
	padding-right: 0px
}
ul.ico_pagination li a:hover {
	opacity:0.85;
}


/* DataTable New Improved Custom Style */
div[id*="cliwp-"].dataTables_wrapper table.dataTable {
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: none !important;
    min-width: 100% !important;
    border-collapse: separate !important;
    table-layout: auto !IMPORTANT;
    box-sizing: border-box !IMPORTANT;
    background: #fff;
    padding: 0;
	border-radius:0px;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable td,
div[id*="cliwp-"].dataTables_wrapper table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    white-space: unset;
    vertical-align: middle;
    padding: 7px;
    text-align: center;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable td a,
div[id*="cliwp-"].dataTables_wrapper table.dataTable th a {
    text-decoration: none;
    box-shadow: none;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable td.dataTables_empty,
div[id*="cliwp-"].dataTables_wrapper table.dataTable th.dataTables_empty {
    text-align: center;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable.nowrap th,
div[id*="cliwp-"].dataTables_wrapper table.dataTable.nowrap td {
    white-space: nowrap;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable th {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable td {
    font-size: 14px;
    border-right: 0!Important;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_length {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 10px 0 15px;
    height: 40px;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_length select {
    width: 55px !important;
    display: inline-block !important;
    height: 40px !important;
    border: 1px solid #dedede;
    background: #f7f7f7;
    border-radius: 3px;
    color: #222;
    font-size: 14px;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_filter {
    display: inline-block;
    float: right;
    margin: 10px 0;
    height: 40px;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    width: 200px !important;
    display: inline-block !important;
    height: 40px !important;
    border: 1px solid #dedede;
    background: #f7f7f7;
    border-radius: 3px;
    color: #222;
    font-size: 14px;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_paginate {
    margin: 20px 0 10px;
    white-space: unset;
    text-align: right;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_paginate a.paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1em;
    padding: 0.2em 0.8em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: none;
    font-size: 15px;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_paginate a.paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_paginate a.paginate_button.current,
div[id*="cliwp-"].dataTables_wrapper div.dataTables_paginate a.paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #cecece;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc {
    background-image: none !IMPORTANT;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead>tr>th.sorting_asc,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead>tr>th.sorting_desc,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead>tr>th.sorting {
    padding-right: 24px;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead>tr>th:active,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead>tr>td:active,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead>tr>th:focus,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead>tr>td:focus {
    outline: none !important;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc_disabled,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: calc(50% - 10px) !important;
    display: block;
    opacity: 0.3;
    font-size: 13px;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting:before,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc:before,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc:before,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc_disabled:before,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc_disabled:before {
    display: none !Important;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
    content: "\21F3";
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc:after {
    content: "\21E7";
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc:after {
    content: "\21E9";
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc:after {
    opacity: 1;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_asc_disabled:before,
div[id*="cliwp-"].dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0;
}

div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after {
    display: none !important;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_scrollBody table thead .sorting:after,
div[id*="cliwp-"].dataTables_wrapper div.dataTables_scrollBody table thead .sorting_asc:after,
div[id*="cliwp-"].dataTables_wrapper div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_scrollBody table tbody tr:first-child th,
div[id*="cliwp-"].dataTables_wrapper div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_scrollFoot>.dataTables_scrollFootInner {
    box-sizing: content-box;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    margin-top: 0 !important;
    border-top: none;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable.table-sm>thead>tr>th {
    padding-right: 20px;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable.table-sm .sorting:before,
div[id*="cliwp-"].dataTables_wrapper table.dataTable.table-sm .sorting_asc:before,
div[id*="cliwp-"].dataTables_wrapper table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}

div[id*="cliwp-"].dataTables_wrapper table.dataTable.table-sm .sorting:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable.table-sm .sorting_asc:after,
div[id*="cliwp-"].dataTables_wrapper table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}

div[id*="cliwp-"].dataTables_wrapper table.table-bordered.dataTable th,
div[id*="cliwp-"].dataTables_wrapper table.table-bordered.dataTable td {
    border-left-width: 0;
}

div[id*="cliwp-"].dataTables_wrapper table.table-bordered.dataTable th:last-child,
div[id*="cliwp-"].dataTables_wrapper table.table-bordered.dataTable th:last-child,
div[id*="cliwp-"].dataTables_wrapper table.table-bordered.dataTable td:last-child,
div[id*="cliwp-"].dataTables_wrapper table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
}

div[id*="cliwp-"].dataTables_wrapper table.table-bordered.dataTable tbody th,
div[id*="cliwp-"].dataTables_wrapper table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div[id*="cliwp-"].dataTables_wrapper div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div[id*="cliwp-"].dataTables_wrapper div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0;
}

div[id*="cliwp-"].dataTables_wrapper div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
    padding-left: 0;
}

div[id*="cliwp-"].dataTables_wrapper div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-right: 0;
}


/*Fixed Colums dataTables */

div[id*="cliwp-"].dataTables_wrapper table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}

div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftHeadWrapper table {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    background-color: white;
}

div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}

div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftBodyWrapper table tbody tr:first-child th,
div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftBodyWrapper table tbody tr:first-child td {
    border-top: none;
}

div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
    background-color: white;
}

div[id*="cliwp-"].dataTables_wrapper table.DTFC_Cloned thead,
div[id*="cliwp-"].dataTables_wrapper table.DTFC_Cloned tfoot {
    background-color: white;
}

div[id*="cliwp-"].dataTables_wrapper div.DTFC_Blocker {
    background-color: white;
}

div[id*="cliwp-"].dataTables_wrapper div.DTFC_LeftWrapper table.dataTable,
div[id*="cliwp-"].dataTables_wrapper div.DTFC_RightWrapper table.dataTable {
    margin-bottom: 0;
    z-index: 2;
}

div[id*="cliwp-"].dataTables_wrapper div.DTFC_LeftWrapper table.dataTable.no-footer,
div[id*="cliwp-"].dataTables_wrapper div.DTFC_RightWrapper table.dataTable.no-footer {
    border-bottom: none;
}

div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftBodyLiner {
    overflow: hidden !Important;
}

div[id*="cliwp-"].dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

div[id*="cliwp-"].dataTables_wrapper .dataTables_scroll {
    width: calc(100% - 1px);
    overflow: hidden;
    /* border-right: 1px solid #ddd;
    box-shadow: 2px 0px 5px -3px #222; */
}

div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftBodyWrapper table,
div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftHeadWrapper table {
    table-layout: auto !IMPORTANT;
    box-sizing: border-box !IMPORTANT;
    background-color: #fff !important;
}

div[id*="cliwp-"].dataTables_wrapper .dataTables_scrollBody,
div[id*="cliwp-"].dataTables_wrapper .dataTables_scrollHead,
div[id*="cliwp-"].dataTables_wrapper .dataTables_scrollBody table,
div[id*="cliwp-"].dataTables_wrapper .dataTables_scrollHead table {
    width: 100% !important;
    overflow-y: hidden !Important;
    box-sizing: content-box !IMPORTANT;
}

div[id*="cliwp-"].dataTables_wrapper .DTFC_RightWrapper {
    display: none;
}

div[id*="cliwp-"].dataTables_wrapper table td:nth-of-type(1),
div[id*="cliwp-"].dataTables_wrapper table th:nth-of-type(1) {
    /* max-width: 240px !important; */
    text-align: center;
    white-space: normal;
}
/* DataTable New Improved Custom Style END */


/*API Credits*/
.api-credits {
    position: absolute;
    bottom: 92px;
}
.ico-tab-content .api-credits {
    position: relative;
    bottom: 3px;
    display: block !IMPORTANT;
    width: 100%;
}
.api-credits, .api-credits a {
    display: inline-block !important;
}
.api-credits a {
display: none !important;
}
/*API Credits*/

/* Single Page Styles */
a#edit-ico {
    display: inline-block;
    width: 125px;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 18px;
	clear:both;
	margin-bottom:15px;
}
span.ico-single-featured,
span.ico-single-premium,
span.ico-single-sponsored {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px;
    font-size: 13px;
    display: inline-block;
    border-radius: 0 6px 0 0;
}
.cilwp-display {
    width: 100%;
    display: table;
    margin: 5px 0 30px;
}

.cilw-single-topleft {
    width: 64%;
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
}

.cilw-single-topright {
    width: 36%;
    display: table-cell;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    text-align: center;
	box-shadow: -2px 3px 0px 1px #d0d0d0;
	position:relative;
}

.cilw-single-logo {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
}

.cilw-single-logo img {
    width: 64px;
    height: 64px;
    float: left;
    box-shadow: 1px 1px 5px -1px #595959;
	margin-right: 8px;
}

.cilw-single-logo h2.cilwp_ico_name {
	padding: 0;
    margin: 0 0 4px 0;
    display: inline-block;
	font-size: 24px;
	width:calc(100% - 72px);
}

.cilw-single-logo .cilwp_ico_price {
	padding: 0;
    display: inline-block;
	font-size: 16px;
}

table.cilwp-about-ico {
    display: table;
    width: 100%;
    table-layout: auto;
	margin:0;
	padding:0;
	border-width:0;
	background:none;
}

table.cilwp-about-ico tr {
    font-size: 13px;
    background: none;
    border-width: 0;
    border-bottom: 1px solid #e9e9e9;
}

table.cilwp-about-ico tr th,
table.cilwp-about-ico tr td {
	padding:5px;
	color:#222;
}

table.cilwp-about-ico tr th {
    /* width: 30%; */
    font-size: 1em;
    font-weight: bold;
    background: #f1f1f1;
    border-width: 0;
}

table.cilwp-about-ico tr td {
    background: #f9f9f9;
    border-width: 0;
	font-size:1.2em;
}

img.ico-timer {
	height:100px !Important;
	width:auto;
}

.cilwp-time {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

.cilwp-tm-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.cilwp-tm {
    font-weight: lighter;
    font-size: 28px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

/* Single page - Progress Bar */
.cilwp-progress {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f3f3f3;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.32);
}
.cilwp.progress-bar-success {
    background-color: #5cb85c;
    font-size: 16px;
    height: 30px;
    padding-left: 4px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    text-shadow: 1px 1px 2px #195b19;
    line-height: 30px;
}

.cilwp-whitepaper a {
    padding: 10px;
    display: inline-block;
    color: #fff;
    width: 100%;
    box-shadow: none;
    text-decoration: none;
	font-size:18px;
    margin-bottom:10px;
    background: red;
    background-image: linear-gradient(to right, #FFB88C 0%, #ce3d3d 51%, #FFB88C 100%);
    background-size: 200% auto !important;
    transition: 0.5s;
}

.cilwp-whitepaper a:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.ico-social-media a {
    color: #767676;
    box-shadow: none;
    text-decoration: none;
    font-size: 18px;
    padding: 0 5px;
    display: inline-block;
}

.ico-social-media a:hover {
	filter:invert(30);
}

/* Single page - VIDEO */
div#cilwp-video {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
	text-align: center;
}

div#cilwp-video iframe {
    width: 100%;
    height: 380px;
    max-width: 860px;
    margin: 0px;
    padding: 0;
    border: 4px solid #000;
    max-width: 100%;
}

.cilwp-single-container a {
	text-decoration:none;
	box-shadow:none;
}

.cilwp-single-container ul.cilw-nav li.active a,
.cilwp-single-container ul.cilw-nav li.active a:hover,
.cilwp-single-container ul.cilw-nav li.active a:focus {
    /* border: 2px solid #ddd; */
	border-bottom-width:0px;
}

.cilwp-single-container .ico-tab-content .ico-tab-pane {
    display: none;
}

.cilwp-single-container .ico-tab-content {
    margin-top: 15px;
	margin-bottom: 25px;
}

.cilwp_ico_des.load_more{
    height: 95px;
    overflow: hidden;
    position: relative;
}
.cilwp_load_moreBtn {
    position: absolute;
    bottom: 0;
    background: rgba(223, 87, 23, 0.90);
    padding: 2px;
    font-size: 12px;
    color: white;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

/* Single page - Team Members */
.cilwp_ico_members {
    width: 100%;
    display: inline-block;
}
.cilwp-m-detail {
    width: 185px;
    min-height: 100%;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 15px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    float: left;
}
.cilwp-m-detail:nth-of-type(3n) {
    margin-right: 0px;
}
.cilwp-m-name a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
	box-shadow: none;
	text-decoration:none;
}
.cilwp-m-name a i {
    margin-right: 5px;
}
.cilwp-m-position {
    font-size: 12px;
    color: #666;
}

span.ico-members {
    float: left;
    width: 100%;
}

span.cilwp-single-status{
    padding: 5px 8px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}
span.cilwp-single-status.Ongoing {
    background: #16c784;
}
span.cilwp-single-status.Ended {
    background: #808a9d;
}
span.cilwp-single-status.Upcoming {
    background: #3861fb;
}

/* Single page - Extra / Financial Data */
table.extra-financial-data {
    display: table;
    width: 100%;
    overflow: scroll;
	table-layout:auto;
	border-width:0;
	margin-bottom:0;
}
table.extra-financial-data tr {
	font-size:14px;
}
table.extra-financial-data th {
    width: 12%;
    border-color: #ddd;
    font-size: 0.9em;
    padding: 5px;
    border-right: 3px solid #ddd;
    background: #e9e9e9;
    height: 60px;
    text-align: right;
	vertical-align:middle;
	line-height:1.25em;
}
table.extra-financial-data td {
    padding: 5px;
    font-size: 1em;
    background: #f9f9f9;
    border-color: #e1e1e1;
	vertical-align:middle;
	line-height:1.35em;
	width:21%;
}
table.extra-financial-data tr:first-child td, table.extra-financial-data tr:first-child th {
    border-top-width: 0px;
}
table.extra-financial-data tr:last-child td, table.extra-financial-data tr:last-child th {
    border-bottom-width: 0px;
}
table.extra-financial-data tr th:first-child {
    border-left-width: 0px;
}
table.extra-financial-data tr td:last-child {
    border-right-width: 0px;
}

/* Table Style Improvement Css Start here */
.ico-tab-pane table.cilw-table,
 .ico-tab-pane table.cilw-table th,
  .ico-tab-pane table.cilw-table tr, 
  .ico-tab-pane table.cilw-table td,
  table#cliwp-ongoing-dt table,
  table#cliwp-ongoing-dt th,
  table#cliwp-ongoing-dt tr, 
  table#cliwp-ongoing-dt td,
  table#cliwp-upcoming-dt,
  table#cliwp-upcoming-dt th,
  table#cliwp-upcoming-dt tr, 
  table#cliwp-upcoming-dt td,
  table#cliwp-past-dt,
  table#cliwp-past-dt th,
  table#cliwp-past-dt tr,
  table#cliwp-past-dt td {
    background: transparent;
    border: none !important;
}
.ico-tab-pane table.cilw-table tr:hover,
table#cliwp-ongoing-dt tr:hover,
table#cliwp-upcoming-dt tr:hover ,
table#cliwp-past-dt tr:hover{
    background: #f8fafd !important;
}
.ico-tab-pane table.cilw-table tr th,
.ico-tab-pane table.cilw-table tr td,
table#cliwp-ongoing-dt tr th,
table#cliwp-ongoing-dt tr td,
table#cliwp-upcoming-dt tr th,
table#cliwp-upcoming-dt tr td,
table#cliwp-past-dt tr th,
table#cliwp-past-dt tr td{
    text-align: right !important;
    padding: 10px!important;
    border-bottom: 1px solid #ddd!important;
    font-weight: 500;
    color: #000;
    width: 18% !important;
}
table#cliwp-ongoing-dt tr th,
table#cliwp-upcoming-dt tr th,
table#cliwp-past-dt tr th{
    background: #efefef;
}

.ico-tab-pane table.cilw-table tr th:first-child,
.ico-tab-pane table.cilw-table tr td:first-child,
table#cliwp-ongoing-dt tr th:first-child,
table#cliwp-ongoing-dt tr td:first-child,
table#cliwp-upcoming-dt tr th:first-child,
table#cliwp-upcoming-dt tr td:first-child,
table#cliwp-past-dt tr th:first-child,
table#cliwp-past-dt tr td:first-child{
    padding: 10px!important;
    text-align: left !important;
}
.cilw-count-time {
    font-size: 12px;
    color: #58668e;
}
td.launchPad-column a {
    color: #000;
}
td.launchPad-column i.fa.fa-external-link {
    padding-left:4px;
    color: #b3b3b3;
}

.dataTables_scrollHeadInner table.cilw-table:first-child thead {
    display: none !important;
} 
.dataTables_sizing {
    height: auto !important;
    overflow: visible !important;
}

.cilw-table th {
    background:#efefef !important;
    text-align: right !important;
}
.cilw-table th:first-child{
    text-align: left !important;
}
/* Media Query Style Start Here */
@media(max-width:767px){
    .ico-tab-pane table.cilw-table tr td:nth-of-type(1),
     .ico-tab-pane table.cilw-table tr th:nth-of-type(1),
     table#cliwp-ongoing-dt tr td:nth-of-type(1),
table#cliwp-upcoming-dt tr td:nth-of-type(1),
table#cliwp-past-dt tr td:nth-of-type(1),
table#cliwp-ongoing-dt tr th:nth-of-type(1),
table#cliwp-upcoming-dt tr th:nth-of-type(1),
table#cliwp-past-dt tr th:nth-of-type(1) {
        background: #efefef !important;
        z-index: 999999;
        position: sticky;
        left: 0;
    }
    th.sorting.dtfc-fixed-left {
        z-index: 9999;
    }
    .ico-tab-pane table.cilw-table tr th:first-child{
     width: auto !important;
    }
}

/* Responsive Styles - START */
@media only screen and (max-width: 640px) {

.cilw-container .ico-tab-content {
  padding:5px;
}
.ico-name-info a{
    display: block;
}
.cilw-widget .cilw-logo, .cilw-logo {
    width:auto;
	height:auto;
}

.cilw-detail {
    width: 100%;
}
	
.ico-tab-pane table.cilw-table tr td:nth-of-type(1),
.ico-tab-pane table.cilw-table tr th:nth-of-type(1) {
    width: 18% !important;
}

.ico-tab-pane table.cilw-table tr th,
.ico-tab-pane table.cilw-table tr td {
	padding:0.35em;
    width: 18% !important;
}

.ico-label {
    display: inline-block;
	width:100%;
}
.ico-label .label-view {
    padding: 1px;
    font-size: 9px;
    bottom: -3px;
	right:2px;
    text-align: center;
    width: 100%;
}

.ico-tab-pane table.cilw-table tr th,
ul.cilw-nav li.active a, ul.cilw-nav li.active a:hover, ul.cilw-nav li.active a:focus {
	font-size:13px;
}

.ico-tab-pane table.cilw-table tr td,
ul.cilw-nav li a {
	font-size:11px;
}

ul.cilw-nav li a {
	padding: 5px 5px;
}

span.cilw-name, span.cilw-symbol, .cilw-start-dt, .cilw-end-dt {
	font-size:1em;
}

.country-column {
	display:none;
}

	div[id*="cliwp-"].dataTables_wrapper div.dataTables_length,
    div[id*="cliwp-"].dataTables_wrapper div.dataTables_filter,
    div[id*="cliwp-"].dataTables_wrapper div.dataTables_info,
    div[id*="cliwp-"].dataTables_wrapper div.dataTables_paginate {
        text-align: left;
		float: none;
		width: 100%;
    }
	
	div[id*="cliwp-"].dataTables_wrapper div.dataTables_filter input {
		width: 170px !important;
	}
	
	div[id*="cliwp-"].dataTables_wrapper table.dataTable th {
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		padding:5px;
	}

	div[id*="cliwp-"].dataTables_wrapper table.dataTable td {
		font-size: 12px;
		text-align:center;
		padding:5px;
	}
	
	div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftBodyWrapper,
	div[id*="cliwp-"].dataTables_wrapper .DTFC_LeftHeadWrapper {
		border-right: 1px solid #828282;
		box-shadow: 1px 0px 2px #9b9b9b;
	}
	
	div[id*="cliwp-"].dataTables_wrapper table.dataTable tr td:nth-of-type(3),
	div[id*="cliwp-"].dataTables_wrapper table.dataTable tr th:nth-of-type(3)	{
		padding-left: 15px;
	}
	
	div[id*="cliwp-"].dataTables_wrapper table td:nth-of-type(1),
	div[id*="cliwp-"].dataTables_wrapper table th:nth-of-type(1) {
		min-width: 90px !important;
		max-width: 100px !important;
		width:90px;
		padding-right: 5px !Important;
	}
	
	div[id*="cliwp-"].dataTables_wrapper table .cilw-start-time,
	div[id*="cliwp-"].dataTables_wrapper table .cilw-end-time,
	div[id*="cliwp-"].dataTables_wrapper table .cilw-platform-n	{
		display:none;
	}
	
	/*Table Pagination*/
	ul.ico_pagination {
		text-align: left;
	}
	ul.ico_pagination li:after {
		margin-right:5px;
	}
	ul.ico_pagination li a {
		font-size: 13px;
		padding-right: 5px;
	}
	
	/*Single Page Responsive*/
	.cilw-single-topleft {
		width: 100%;
		padding-right: 0;
		display: inline-block;
		margin-bottom:15px;
	}
	.cilw-single-topright {
		width: 100%;
		padding-right: 0;
		display: inline-block;
		margin-bottom:5px;
		padding:5px !important;
	}
	.cilw-single-logo h2.cilwp_ico_name {
		font-size: 18px;
	}
	table.cilwp-about-ico tr {
		font-size:12px;
	}
	.cilwp-tm {
		font-size:24px;
	}
	div#cilwp-video iframe {
		height: 240px;
	}
	.cilwp-single-container ul.cilw-nav {
		position: relative;
		padding-bottom:45px;
		border-bottom-width: 2px;
	}
	.cilwp-single-container li.active {
		position: absolute;
		bottom: 0;
		margin-bottom: -2px;
	}
	.cilwp-single-container li:not(.active) a {
		border-bottom: 2px solid #9c9c9c;
		margin-right: 4px;
		padding: 2px;
		background: #f1f1f1;
		color: #717171;
		margin-bottom:5px;
	}
	ul.cilw-nav li.active a, ul.cilw-nav li.active a:hover, ul.cilw-nav li.active a:focus {
		border: 2px solid #ddd;
		border-bottom:0;
	}
	table.extra-financial-data {
		display: inline-block;
		width: 100%;
		overflow: hidden;
		border: 0;
	}
	table.extra-financial-data tr {
		display:inline-block;
		width:100%;
	}
	table.extra-financial-data th {
		display: inline-block;
		width: 50%;
		height: auto;
		margin-bottom:2px;
	}
	table.extra-financial-data td {
		display: inline-block;
		width: 50%;
		border: 0;
		font-size: 12px;
		line-height: 14px;
		background:none;
	}
	table.extra-financial-data tr:last-child td, table.extra-financial-data tr:last-child th {
		border-bottom-width: 1px;
	}
	
	.cilwp-m-detail {
		width: auto;
	}
	.cilwp-m-name a {
		font-size: 13px;
	}
	.cilwp-m-position {
		font-size: 11px;
	}
    .cilw-detail{
        padding-left: 0px;
    }
}
/* Responsive Styles - END */


/*
  Rating Image
*/
.cilwp-about-ico img.cilwp-rating-img,.cilwp-list-rating-img {
    width: 40px;
    height: 40px !important;
    object-fit: cover;
}

table#cliwp-past-dt tr td:last-child,
table#cliwp-ongoing-dt tr td:last-child,
table#cliwp-upcoming-dt tr td:last-child,
table#cliwp-past-dt tr th:last-child,
table#cliwp-ongoing-dt tr th:last-child,
table#cliwp-upcoming-dt tr th:last-child {
    text-align: center !important;
}

td.cilw-detail-column i {
    color: #000;
}


.cilw-container .cilw-detail{
    line-height: 1.2em;
}