.ui-datepicker-month, .ui-datepicker-year {
	color: black;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	opacity: 0;
	outline: none;
	background: #fff;
	cursor: pointer;
	display: block;
}

.loginbg{
	background-image: url( '../img/bg.jpg' );
	background-repeat: no-repeat;
	background-size: cover;
}

.form-control {
	border: 1px solid #a6a6a6;
	color : #404040 !important;
	font-weight: 500;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>td {
	border: 1px solid #bfbfbf;
}

.table-bordered>tbody>tr>td {
    padding: 4px !important;
    font-size: 12px;
    color : #404040;
}

label {
    font-weight: 600 !important;
    font-size: 12px;
}

b, strong {
    font-weight: 500 !important;
}

.ui-autocomplete { 
	z-index:2147483647; 
}

#datatable_length{
	float: left;
}

.canvasjs-chart-credit{
	display: none;
}

.skin-blue .main-header .navbar, .skin-blue .main-header .logo, .skin-blue .main-header li.user-header {
	background-color: #051052;
	/*background-image: url( "../img/navbar-cover-bg.jpg" );*/
	background-repeat: no-repeat;
	background-size: cover;
}

.main-header>.navbar {
	margin-left: 180px;
}

.main-sidebar, .left-side {
	width: 180px;
}

.main-header .logo {
	width: 180px;
}

.content-wrapper, .right-side, .main-footer {
	margin-left: 180px;
}

.dt-button {
    background-image : none !important;
    background: linear-gradient( 90deg, #ff9b44 0, #fc6075 ) !important;
    border-color: #ff9b44 !important;
    color: #fff !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-width: 1px !important;
    border-radius: 15px !important;
}

.theme-btn {
	background-image : none;
    background: linear-gradient( 90deg, #ff9b44 0, #fc6075 );
    border-color: #ff9b44;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    border-radius: 15px;
    padding: 5px 16px;
    font-size: 12px;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
	border-left-color: #fc6075;
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

	.main-header>.navbar {
		margin-left: unset;
	}

	.main-sidebar, .left-side {
		width: unset;
	}

	.main-header .logo {
		width: unset;
	}

	.content-wrapper, .right-side, .main-footer {
		margin-left: unset;
	}
	
	#task1, #etask1 {
		width: 250px;
	}

	#title_0, #etitle_0 {
		width: 250px;
	}

	#status1, #estatus1 {
		width: 120px;
	}

	#content_type_0, #econtent_type_0 {
		width: 120px;
	}

	#content_status_0, #econtent_status_0 {
		width: 120px;
	}
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
}

.content-header h1 {
	font-family: 'Poppins', sans-serif;
}

.sidebar li a {
	font-size: 12px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: gray; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    /*background-image: url( "../img/navbar-cover-bg.jpg" );*/
    background: #051052;
}

.table-responsive th{
	padding: 6px !important;
	font-size: 12px;
}

.dataTables_length {
	float: left;
}

.selectize-input {
	min-height: 0 !important;
	padding: 5px 10px !important;
	border-radius: 0px !important;
	height: 30px !important;
}

.highcharts-credits {
	display: none;
}

.info-box-number {
	font-size: 14px;
}

.blink {
    animation: blinker 1.5s linear infinite;
    color: red;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.modal-footer {
	padding: 5px;
}