@charset "UTF-8";
/* CSS Document */

#gcs-table{
	margin: 0 auto !important;
	background: #fff;
	width: 100%;
}
#gcs-table .fa-star-o {
	font-size:16px;
	color:#bbb;
}
#gcs-table .fa-star {
	font-size:18px;
	color:#dd4343;
}
#gcs-table tbody .fa-check-circle {
	font-size:18px;
	color: #34AFEC;
}
th#gcs_date { min-width: 65px; }
#gcs_filters {
	padding:5px 10px 5px;
	margin: 0px;
	transition: 1s all;
	background-color: rgba(135,135,135,1);
	color: #fff;
}
.gcs-filter-wrap {
    border: 1px solid #efefef;
    padding: 0 0px 0 5px;
	transition: .5s background ease-in;
	margin: 10px 0;
}
.gcs-filter-wrap:focus-within {
	background-color: rgba(255,255,255,0.15);
	
}
#gcs-table_filter input[type="search"]{
	width: 100% !important;
}
#gcs_filters .gcs-filter-wrap > label {
	display: inline-block;
	line-height: 35px;
	left: 15px;
    top: -4px;
    position: absolute;
    font-size: 14px !important;
    font-weight: 100;
}
#gcs_filters .dashboardcode-bsmultiselect {
	display: block;
	overflow: hidden;
}
#gcs_filters .dashboardcode-bsmultiselect ul.form-control {
	background: transparent;
	border: none;
	outline: none !important;
	box-shadow: none !important;
	position: relative;
}
ul.form-control:before {
    content: "";
    height: 35px;
    position: absolute;
    width: 60px !important;
    left: -50px;
    top: 0;
}
#gcs_filters .dashboardcode-bsmultiselect ul.form-control li.badge {
	background-color:#cc4343;
	color:#fff;
	padding: 2px 6px 1px !important;
	margin: 2px;
}
#gcs_filters .dashboardcode-bsmultiselect ul.form-control li.badge button {
	margin-left:5px;
	line-height: 1em !important;
	color: #fff;
}
.filter-toggle-container {
	padding-right:0 !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	text-align: right;
}
.gcs-filter-toggle {
	display:inline-block;
	height: 100%;
	margin-left: 2px;
	padding: 15px 0px;
	width: 48px;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
	position: relative;
}
.gcs-filter-toggle i {
	display:inline-block;
	font-size: 20px;
    line-height: 40px;
    color: #ededed;
}
.gcs-filter-toggle.active {
	background-color: #7b7b7b;
	
} 
a.gcs-filter-toggle:after {
	content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 0;
    height: 0;
	transition: .5s bottom;
	opacity: 0;
	border-style: solid;
    border-width: 0 24px 12px 24px;
    border-color: transparent transparent #7b7b7b transparent;
}
a.gcs-filter-toggle.active:after {
    bottom: 100%;
    opacity: 1;
}
#gcs_filters select {
	width: 100%;
	height: 35px;
	display: block;
	margin: auto;
}
.filter-col {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.dataTables_wrapper .row:first-child{
    background-color:rgba(150,150,150,1);
	border-bottom:1px solid #aaa;
    margin: 0px;
    color: #fff;
    padding-top: 0px;
}
.dataTables_wrapper .row:first-child > div {
	padding-top: 15px;
	padding-bottom: 5px;
}
.dataTables_wrapper .row:last-child {
	background-color: #444;
	margin: 0px;
	padding: 10px 0;
	color: #aaa;
}
#gcs-table tr:nth-child(even) {
	background: #f9f9f9;
}
#gcs-table thead tr {
	background-color:rgba(150,150,150,1);
}
#gcs-table th {
	color: #fff;
}
#gcs-table td,
#gcs-table th{
	height:40px;
	padding: 5px 15px;
	line-height: 1.5em;
}
#gcs-table tbody td {
	font-size:12px;
	
}

#gcs-table .gcs_tag a,
.gcs_tag .gcs_tag_overflow:before{
	padding: 2px 7px;
    line-height: 15px;
    border-radius: 1px;
    margin: 1px;
    background: #676767;
	color:#fff;
	font-weight: normal;
	transition: .5s background;
}
#gcs-table .gcs_tag a:hover {
	background:#cc3434;
}
.gcs_tag .gcs_tag_overflow{
	display:inline-block;
}
.gcs_tag .gcs_tag_overflow:before {
	content: '...';
	display: inline-block;
}
.gcs_tag .gcs_tag_overflow:hover:before{
	display:none;
}
.gcs_tag .gcs_tag_overflow a{
	display: none;
}
.gcs_tag .gcs_tag_overflow:hover a {
	display:inline-block;
}

a.gcs_title_link {
	text-decoration: none;
	color:#444;
	font-weight: bold;
	transition: color .5s;
}
a.gcs_title_link:hover {
	filter:saturate(2);
	color:#cc4343;
	text-decoration: none;
}

.pagination {
	list-style: none !important;
}
.pagination a.page-link,
#gcs-table_ellipsis a{
    background-color: #aaa;
	border-right: 1px solid rgba(0,0,0,0.25) !important;
    border-left: 1px solid rgba(0,0,0,0.25) !important;
    border-bottom: none;
    border-top: none;
	box-shadow: none !important;
}
#gcs-table_ellipsis a {
    background-color: #999!important;
    color: #fff !important;
}

.pagination li a {
	border: none;
	text-decoration: none;

}
li#gcs-table_previous a {
	background-color: #ededed;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}
li#gcs-table_next a {
	background-color: #ededed;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.pagination li.disabled a {
	background: rgba(255,255,255,0.1) !important;
    color: #888 !important;
    text-decoration: none;
}

.DTCR_pointer{
	background-color:#cc4343 !important;
}
.gcs-filterout-toggle {
	display:none;
	height: 100%;
	width: 80px;
	text-align: center;
	position: relative;
	padding: 0px;
	margin-right: 50%;
	
}
.gcs-filterout-toggle.active {
	display:inline-block;
	background-color: #444;
	border-radius: 15px;
	cursor: pointer;
} 

/*Favorites*/
body:not(.logged-in) .fa.fa-star.listfavourites{
	display: none !important;
}
.fa.fa-star.listfavourites{
	font-size: 18px;
	color: #fff;
	display:inline-block;
	padding: 27px 15px;
	cursor: pointer;
	transition:background .5s;
}
.fa.fa-star.listfavourites:hover {
	background-color:rgba(255,255,255,0.1);
}
.fa.fa-star.listfavourites.checked{
    background-color: #cc4343;
}



@media only screen and (max-width : 480px) {
	ul#wp-admin-bar-top-secondary {
    display: none !important;
}
	
}

@media only screen and (max-width: 320px) {}

@media (pointer:coarse) {
	
	/*
	table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
		opacity:0;
	}
	*/
	
	#gcs-table_length{
		display: none;
	}
	
	div.dataTables_wrapper div.dataTables_filter label {
		width: 100%;
		margin: 0px auto;
	}
	#gcs-table_filter input[type="search"] {
    width: 100% !important;
    display: block;
	margin: 0px;
	}
	a.gcs-filter-toggle.active:after {
		display: none;
	}
	.col-md-4, .col-md-6 {
   		 padding-top: 0px !important;
	}

	#riskCalcButton {
		display:none !important;
	}
	a.gcs_title_link {
		padding-left: 21px;
    display: block;
	}
	
	.pagination>li>a, .pagination>li>span{
		padding:6px 10px !important;
	}
	#gcs-table_wrapper .row:last-child > div {
    padding: 0px !important;
}
	ul#wp-admin-bar-top-secondary {
    display: none !important;
}
}

/* CSS TABLA TRAININGS */


@media only screen and (max-width: 768px) {

    #gcs-table td, #gcs-table th {
        padding: 5px;
    }
    td.sorting_1 {
        padding-left: 25px !important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
		opacity: 1;
		top: 12px;
        left: 4px;
        height: 15px !important;
        width: 15px !important;
        display: block;
        position: absolute;
        color: white;
        border: none !important;
        border-radius: 50% !important;
        box-shadow: none !important;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: 'Courier New', Courier, monospace;
        line-height: 16px !important;
        font-weight: 800 !important;
        background-color: #dd4343 !important;
    }
}

/* CSS MENU MOBILE*/

ul#mobile-menu ul.sub-nav {
    top: 0px !important;
}

.mobile-main-nav .sub-nav > li > a {
    padding: 6.5px 30px 6.5px 10px !important;
}

