.text-blue{
	color: #10acf3 !important;
}
.bg-blue{
	background-color: #10acf3 !important;
}
.text-yellow{
	color: #F4D03F !important;
}
.bg-yellow{
	background-color: #F4D03F !important;
}
.text-green{
	color: #04DBAC !important;
}
.bg-green{
	background-color: #04DBAC !important;
}
.text-red{
	color: #F15A5B !important;
}
.bg-red{
	background-color: #F15A5B !important;
}
.text-30px{
	font-size: 30px !important;
}
.text-48px{
	font-size: 48px !important;
}
.marg-y-25{
	margin: 25px 0px;
}
.bg-white{
	background-color: #FFF;
}
.bg-f6{
	background-color: #F6F6F6;
}
.form-control-custom-50{
	border-radius: 0px;
	border: 2px solid #d8d8d8;
	background-color: #F6F6F6;
	height: 50px;
	background-image: none;
	font-family: 'avenir-light';
	font-weight: 100;
	font-size: 14px;
}
.form-control-custom-40{
	border-radius: 0px;
    border: 2px solid #d8d8d8;
    background-color: #F6F6F6;
    height: 40px;
    background-image: none;
    font-family: 'avenir-light';
	font-weight: 100;
	font-size: 14px;
}
.form-control-custom{
	border-radius: 0px;
    border: 2px solid #d8d8d8;
    background-color: #F6F6F6;
    background-image: none;
    font-family: 'avenir-light';
	font-weight: 100;
	font-size: 14px;
}
.form-control-custom-select{
	background-color: #F6F6F6;
	border: 2px solid #D8D8D8;
	border-radius: 0px;
	font-family: 'avenir-light';
	color: #5F6273;
	height: 40px;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('/images/background/login/arrow-select.png');
	background-repeat: no-repeat;
	background-position: 97% 12px;
	background-size: 10px;
	font-size: 14px;
	cursor: pointer;
}
.form-control-custom-date{
	background-color: #F6F6F6;
	border: 2px solid #D8D8D8;
	border-radius: 0px;
	font-family: 'avenir-light';
	color: #5F6273;
	height: 40px;
	margin-bottom: 10px;
	box-shadow: none;
	-webkit-appearance: none;
	background-image: url('/images/background/ico-calendar.png');
	background-repeat: no-repeat;
	background-position: 97% 9px;
    background-size: 18px;
    cursor: pointer;
}
.form-control-custom-select-time{
	background-color: #F6F6F6;
	border: 2px solid #D8D8D8;
	border-radius: 0px;
	font-family: 'avenir-light';
	color: #5F6273;
	height: 40px;
	margin-bottom: 10px;
	box-shadow: none;
	-webkit-appearance: none;
	background-image: url('/images/background/ico-time.png');
	background-repeat: no-repeat;
	background-position: 97% 9px;
    background-size: 18px;
    cursor: pointer;
    -moz-appearance: none;
}
.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.b-r-0{
	border-right: none;
}
.btn-green-popup{
	background-color: #04dbac !important;
	color: #ffffff !important;
	font-family: 'avenir-black' !important;
	font-weight: 100 !important;
	border-radius: 0px !important;
	width: 150px !important;
	outline: none !important;
	font-size: 16px !important;
}
.btn-green{
	background-color: #04dbac;
	color: #ffffff;
	font-family: 'avenir-black';
	font-weight: 100;
	border-radius: 0px;
	width: 30%;
}
.btn-red{
	background-color: #f15a5b;
	color: #ffffff;
	font-family: 'avenir-black';
	font-weight: 100;
	border-radius: 0px;
	width: 30%;
}
.italic{
	font-style: italic;
}
.p-avenir-light-14{
	font-family: 'avenir-light';
	font-weight: 100;
	font-size: 14px;
	color: #5f6273;
}
.p-avenir-black-16{
	font-family: 'avenir-black';
	font-weight: 100;
	font-size: 16px;
	color: #5f6273;
}
.a-avenir-light-14{
	font-family: 'avenir-light';
	font-weight: 100;
	font-size: 14px;
	color: #f15a5b;
	text-decoration: underline;
}
::-webkit-input-placeholder {
   font-style: italic;
}
.m-auto{
	margin: auto;
}
.p-x-30{
	padding: 0px 30px;
}
.b-rad-0{
	border-radius: 0px;
}
.dataTables_filter input{
	border-radius: 0px;
	background-color: #FFFFFF;
	border: 2px solid #D8D8D8;
	font-family: 'avenir-light';
	font-weight: 100;
	height: 40px;
	padding-left: 10px; 
	font-size: 14px;
}
.btn-go, .buttons-csv{
	font-family: 'avenir-black';
	font-weight: 100;
	color: #FFF !important;
	background-color: #10ACF3 !important;
	border-radius: 0px !important;
	width: 100px;
	height: 38px;
}
.btn-table-blue{
	border-radius: 0px;
	font-size: 12px;
	background-color: #10ACF3;
	color: #FFF;
	font-family: 'avenir-light';
	font-weight: 100;
}
.btn-table-white{
	border:1px solid #5F6273;
	border-radius: 0px;
	font-size: 12px;
	background-color: #FFF;
	color: #5F6273;
	font-family: 'avenir-light';
	font-weight: 100;
}
.btn-table-green{
	border-radius: 0px;
	font-size: 12px;
	background-color: #04DBAC;
	color: #FFF;
	font-family: 'avenir-light';
	font-weight: 100;
}
.btn-table-green-bordered{
	border:1px solid #04DBAC;
	border-radius: 0px;
	font-size: 12px;
	background-color: #FFF;
	color: #04DBAC;
	font-family: 'avenir-light';
	font-weight: 100;
}
.btn-submit-create{
	border:2px solid #FFF;
	color: #FFF;
	background-color: #04DBAC;
	border-radius: 0px;
	font-family: 'avenir-black';
	font-weight: 100;
	text-transform: uppercase;
}
.btn-submit-create:hover{
	border:2px solid #04DBAC;
	color: #04DBAC;
	background-color: #FFF;
}


/* DATATABLES CUSTOM CSS */
.dataTables_wrapper .dataTables_paginate{
	font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
	color: #9b9b9b;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: #9b9b9b;
    border: none;
    background-color: #d8d8d8;
    border-radius: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	color: #9b9b9b;
    border: none;
    background-color: #f6f6f6;
    border-radius: 0px;
}
.dataTables_info, .dataTables_length{
	color: #9b9b9b;
	font-size: 14px;
	font-family: 'avenir-light';
	font-weight: 100;
}
/* DATATABLES CUSTOM CSS END */

a {
	color: #10ACF3;
}


@media screen and (max-width: 480px){
	.container-fluid{
		padding: 20px 15px;
	}
	.card-block{
		padding: 1rem;
	}
}

.star-active{
	color: #ffe700 !important;
}

.rate-star{
	text-decoration: none !important;
	font-size: 2em;
	color: #e54f50;
}

.nav-overview-dashboard.active{
	background-color: #f2f7f8 !important;
    border-color: #ddd #ddd #f2f7f8 !important;
}

.jqx-chart-legend-text[opacity="0.5"]{
	display: none;
}

.chart-inner-text{
	font-weight: bold;
	font-size: 21px;
}