
.pch-tbl table {
	border-collapse: collapse;
	border-spacing: 0;
}
.pch-spacer{
        display: block;
        width: 100%;
        height: 50px;
}

.pch-tbl table{
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #d2dae7;
}
.pch-tbl th{
	padding: 15px 20px;
	border-top: 1px solid #d2dae7;
	border-bottom: 1px solid #d2dae7;
	color: #69849a;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	width: calc((100% - 350px) / 5) !important;
	vertical-align: top;
	background: #f3f5f8;
}
.pch-tbl td{
	width: calc((100% - 350px) / 5) !important;
}
.pch-tbl td:first-child,
.pch-tbl th:first-child{
	width: 250px !important;
	padding-left: 30px;
}
.pch-tbl td:last-child,
.pch-tbl th:last-child{
        width: calc((100% - 350px) / 6) !important;
}
#pch-stat-content-tbl.pch-tbl th,
#pch-stat-content-tbl.pch-tbl td{
	width: calc
}
.pch-tbl th a{
	position: absolute;
	left: 7px;
	top: 49%;
	-ms-transform: translateY(-49%);
	-webkit-transform: translateY(-49%);
	transform: translateY(-49%);
	display: block;
	width: 8px;
	height: 12px;
}
.pch-tbl th:first-child a{
	left: 17px
}
.pch-tbl th a:after,
.pch-tbl th a:before{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 5px 4px;
	border-color: transparent transparent #9dacc7 transparent;
}
.pch-tbl th a:after{
	top: auto;
	bottom: 0;
	border-width: 5px 4px 0 4px;
	border-color: #9dacc7 transparent transparent transparent;
}
.pch-tbl th.sorting_desc a:after{
	border-color: #008acc transparent transparent transparent;
}
.pch-tbl th.sorting_asc a:before{
	border-color: transparent transparent #008acc transparent;
}
.pch-tbl th.sorting_disabled {
	cursor: default;
}
.pch-tbl tbody td{
	padding: 20px 20px 15px;
	font-weight: 400;
	font-size: 14px;
	vertical-align: top;
	line-height: 130%;
	color: #69849a;
	word-wrap: break-word;
}
.pch-tbl tbody tr:nth-child(even) td{
	background: #f5f8fa;	
}
.pch-tbl tbody td:first-child{
	font-weight: 500;
}
.pch-tbl tbody td:first-child a{
        line-height: 160%;
}
.pch-tbl tbody td a{
	color: #69849a;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	-ms-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
        text-decoration: none;
}
.pch-tbl tbody td a:hover{
	color:#008acc;
}
.pch-tbl-input td.action a,
.pch-tbl td.action a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
}
.pch-tbl-input td.action a:first-child,
.pch-tbl td.action a:first-child{
	margin: 0;
}
.pch-pagination{
	text-align: center;
	padding: 40px 0px;
}
.pch-tbl .dataTables_paginate span span,
.pch-tbl .dataTables_paginate a,
.pch-pagination span,
.pch-pagination a{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dddddd;
	border-left: none;
	font-size: 13px;
	color: #4d6287;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	background: #fff;
	cursor: pointer;
}
.pch-tbl .dataTables_paginate a.current,
.pch-tbl .dataTables_paginate a:hover,
.pch-pagination > span,
.pch-pagination > a:hover{
	color: #858585;
	background: #efefef;
}
.pch-tbl .dataTables_paginate span span,
.pch-tbl .dataTables_paginate a.current{
	cursor: default;
}
.pch-tbl .dataTables_paginate > a{
	font-size: 16px;
	font-family: 'Arial';
}
.pch-tbl .dataTables_paginate > a:first-child,
.pch-pagination > *:first-child{
	border-left: 1px solid #e0e0e0;
	-moz-border-radius: 3px 0 0 3px ;
	-webkit-border-radius: 3px 0 0 3px ;
	border-radius: 3px 0 0 3px ;
}
.pch-tbl .dataTables_paginate > a:last-child,
.pch-pagination > *:last-child{
	-moz-border-radius: 0 3px 3px 0 ;
	-webkit-border-radius: 0 3px 3px 0 ;
	border-radius: 0 3px 3px 0 ;
}
.pch-tbl  .dataTables_info,
.pch-tbl .dataTables_length{
	float: left;
	padding: 20px 30px;
	font-size: 13px;
}
.pch-tbl  .dataTables_info{
	font-size: 13px;
	color: #69849a;
	position: relative;
	top: 5px;
}
.pch-tbl .dataTables_length select{
	margin: 0 8px;
	padding: 0 5px;
}
.pch-tbl .dataTables_paginate,
.pch-tbl  .dataTables_filter{
	float: right;
	padding: 20px 30px;
}
.pch-tbl  .dataTables_filter input{
	margin-left: 10px;
}
.pch-tbl td.action a{
        display: inline-block;
        vertical-align: middle;
        position: relative;
}
.pch-tbl td.action a:first-child:after{
        display: block;
        position: absolute;
        width: 1px;
        height: 15px;
        top: 2px;
        right: -7px;
        content: '';
        background: #a6b6c4;
}
.pch-loading{
        width: 15px;
        height: 15px;
        background: url(../img/loading.gif) no-repeat;;
        display: inline-block;
}
.jconfirm .jconfirm-holder{
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	color: #464a53;
	font-size: 14px;
}
.jconfirm .jconfirm-holder .jconfirm-content b{
	font-weight: 700;
}
.jconfirm-content-pane.no-scroll{
        height: auto !important;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button{
        font-weight: 400;
        text-transform: none;
        line-height: 100%;
}
.pch-widget-head{
        display: flex;
        justify-content: space-between;
        padding: 15px 20px;
        border-bottom: 1px solid #d8dfea;
}
.pch-color-head .pch-widget-head{
	border: none;
}
.pch-color-head .pch-panel{
	-webkit-box-shadow: 0px 0 2px rgba(30, 30, 30, 0);
	-moz-box-shadow:    0px 0 2px rgba(30, 30, 30, 0);
	box-shadow:         0px 0 2px rgba(30, 30, 30, 0);
	background: #008acc;
	-moz-border-radius: 5px 5px 0px 0px ;
	-webkit-border-radius: 5px 5px 0px 0px ;
	border-radius: 5px 5px 0px 0px ;
}
.pch-widget-head > *{
        margin: 0;
        padding: 0;
}
.pch-widget-head  h2{
        position: relative;
        top: 7px;
        font-weight: 700;
        color: #4d6287;
        font-size: 18px;
}
.pch-widget-head  h2.pch-upper{
	font-size: 14px;
	text-transform: uppercase;
}
.pch-color-head .pch-widget-head h2{
	color: #fff;
}
.pch-widget-head select{
        min-width: 180px;
}
.pch-widget-body{
        display: flex;
        position: relative;
        min-height: 130px;
}
.pch-widget-body:before{
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        background: rgba(255,255,255,.9);
        content: '';
        top: 0;
        left: 0;
        display: none;
}
.pch-widget-body:after{
        position: absolute;
        left: calc(50% - 7.5px);
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        background: url(../img/loading.gif) no-repeat;
        display: none;
        width: 15px;
        height: 15px;
        z-index: 2;
}
.fetching.pch-widget-body:before,
.fetching.pch-widget-body:after{
        display: block;
}
.pch-widget-body .pch-item{
        text-align: center;
        flex: 1;
}
.pch-widget-body .pch-item .layer{
        padding: 20px 0;
        border-left: 1px solid #d8dfea;
}
.pch-widget-body .pch-item:first-child .layer{
        border: none;
}
.pch-widget-body .pch-item h3{
        font-size: 14px;
        color: #9dacc7;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 8px;
        padding: 0;
        margin: 0;
}
.pch-widget-body .pch-item p{
        margin: 17px 0 12px;
        line-height: 100%;
}
.pch-widget-body .pch-item .value{
        font-size: 22px;
        font-weight: 700;
        color: #4d6287;
}
.pch-widget-body .pch-item span > *{
        display: inline-block;
        vertical-align: middle;
}
.pch-widget-body .pch-item b{
        font-weight: 700;
        font-size: 15px;
        position: relative;
}
.pch-widget-body .pch-item i{
        font-size: 30px;
        line-height: 100%;
        height: 30px;
}
.pch-widget-body .pch-item i.puchicon-arrow_drop_equal{
        font-family: "Open Sans" !important;
        font-size: 36px;
        margin-right: 4px;
        position: relative;
        top: -3px;
}
.pch-widget-body .pch-item .info span > *{
        color: #52b947;
}
.pch-widget-body .pch-item .info span.arrow-down >* {
        color: #ef5350;
}
.pch-widget-body .pch-item .info span.arrow-equal >* {
        color: #2196f3;
}
/** SCROLLBAR **/
.pch-wrap .sb-container{
	position: relative;
	overflow: hidden;
}
.pch-wrap .sb-content {
	height:100%;
	width: calc(100% + 20px);
	padding-right:0;
	overflow-y: scroll;
	box-sizing:border-box;
}
.pch-wrap .sb-scrollbar-container {
	position: absolute;
	right: 2px;
	bottom: 2px;
	top: 2px;
	width: 10px;
}
.pch-wrap .sb-container-noscroll .sb-scrollbar-container {
	right: -20px;
}
.pch-wrap .sb-scrollbar {
	position: absolute;
	right: 0;
	height: 30px;
	width: 3px;
	border-radius: 10px;
	background: rgba(216, 223, 234, 1);
	opacity: 0;
	-webkit-transition:opacity 0.2s ease-in;
	-moz-transition:opacity 0.2s ease-in;
	-o-transition:opacity 0.2s ease-in;
	-ms-transition:opacity 0.2s ease-in;
	transition:opacity 0.2s ease-in;
}
.pch-wrap .sb-scrollbar:hover {
	background: rgba(0, 0, 0, 0.5);
}

.pch-dropselect{
	position: relative;
	z-index: 2;
        display: inline-block;
}
.pch-dropselect > span{
	display: block;
	background: #fff;
	border: 1px solid #d2dae7;
	height: 32px;
	line-height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #3b3b3b;
	font-size: 13px;
	padding: 0 10px;
	width: 200px;
	position: relative;
	z-index: 2;
        text-overflow: ellipsis;
        overflow: hidden;
         white-space: nowrap;
}
.pch-dropselect > span i{
	position: absolute;
	font-size: 24px;
	right: 3px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pch-dropselect .dropholder{
	position: absolute;
	left: 0;
	width: 100%;
	border: 1px solid #d2dae7;
	border-top: none;
	background: #fff;
	padding-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	margin-top: -5px;
	opacity: 0;
	visibility: hidden;
}
.pch-dropselect:hover .dropholder{
	opacity: 1;
	visibility: visible;
}
.pch-dropselect .dropholder li > *{
	display: block;
	padding: 6px 13px;
	color: #8698b9;
	font-size: 13px;
	border-top: 1px solid #d2dae7;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pch-dropselect .dropholder li a{
        text-decoration: none;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.pch-dropselect .dropholder li:first-child > *{
	border: none;
}
.pch-dropselect .dropholder li > *:hover{
	background: #f3f5f8;
	color: #008acc ;
}
.pch-dropselect .dropholder li.active > *{
	color: #008acc ;
}
.pch-dropselect .dropholder li input{
	max-width: 100%;
}
.pch-dropselect .dropholder .split-holder:hover,
.pch-dropselect .dropholder .split-holder{
	background: #fff;
	position: relative;
}
.pch-dropselect .dropholder .split-holder ul{
	max-height: 164px;
	display: block;
	margin: 6px -13px -6px;
}
.pch-dropselect .dropholder .split-holder .sb-scrollbar{
	opacity: 1;
}
.pch-dropselect .dropholder li li.hidden{
	display: none;
}
.pch-dropselect .dropholder .split-holder i{
	position: absolute;
	right: 18px;
	top: 14px;
	z-index: 3;
	cursor: pointer;
}
.pch-dropselect .dropholder .split-holder i.hidden{
	display: none;
}
.pch-dropselect .dropholder .split-holder input{
        width: 100%;
}
.pch-range-widget .pch-widget-head .util > *{
        display: inline-block;
        vertical-align: middle;
}
.pch-range-select .pch-dropselect,
.pch-split-select .pch-dropselect{
        z-index: 4;
}
.pch-split-select  .pch-dropselect > span{
        width: 300px;
        padding-right: 35px;
}
.pch-chart-widget .pch-widget-body{
	padding:  30px 30px 50px;
	min-height: 620px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pch-chart-widget .pch-widget-head{
	position: relative;
	z-index: 3;
}
.pch-chart-widget .pch-widget-body .no-data{
	position: absolute;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	position: absolute;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.pch-chart-widget .pch-widget-body.fetching .no-data{
	display: none;
}
.pch-chart-widget .pch-widget-body canvas{
	position: relative;
	z-index: 2;
	background: #fff;
}
.pch-range-select{
	position: relative;
	z-index: 11;
}
.pch-range-select .pch-widget-head .util .custom-range > *,
.pch-range-select .pch-widget-head .util > *{
	display: inline-block;
	vertical-align: middle;
}
.pch-range-select .pch-widget-head .util .custom-range{
	margin-right: 5px;
	opacity: 0;
	visibility: hidden;
	z-index: -9;
}
.pch-range-select .pch-widget-head .util .custom-range.displayed{
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
.pch-range-select .pch-widget-head .util .custom-range input{
	height: 32px;
	margin: 0 5px;
}
.pch-range-select .pch-widget-head .util .custom-range label{
	color: #fff;
}
.pch-range-select .pch-widget-head .util .custom-range fieldset{
	position: relative;
}
.pch-range-select .pch-widget-head .util .custom-range i{
	position: absolute;
	right: 12px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #3b3b3b;
	z-index: 2;
	font-size: 20px;
	width: auto;
	height: auto;
}
.pch-chart-widget{
	position: relative;
	z-index: 9;
}
#pch-stat-content-tbl{
	width: 100%;
}
.pch-table-widget .pch-widget-head h2{
	top: 0;
}
.pch-table-widget .pch-widget-head{
	border-top: 1px solid #d8dfea;
	border-bottom: none;
}
.pch-table-widget .pch-tbl .dataTables_info,
.pch-table-widget  .pch-tbl .dataTables_length,
.pch-table-widget .pch-tbl .dataTables_paginate,
.pch-table-widget  .pch-tbl .dataTables_filter{
	display: none;
}
.pch-table-widget tr.biggest i{
	color: #f1c40f;
}