/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.tr_active {
	background-color: #81c784 !important;
	color: white !important;
}

	.tr_active td {
		background-color: #81c784 !important;
		color:white !important;
	}

#ui-datepicker-div .ui-state-highlight {
	background-color: #99d5cf45;
}

@media (max-width: 768px) {
	.cariOdeyiciTamAd1 {
		display: none !important;
	}

	.card-title {
		margin-bottom: 15px !important;
	}

	.sag-icon {
		/*margin-top: -60px !important;*/
		float: left !important;
	}
}

#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
	z-index: 1051 !important;
}

.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}

.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}

	.ui-datepicker-calendar tbody td a {
		display: block;
		border-radius: 0.25rem;
		line-height: 2rem;
		transition: 0.3s all;
		color: #546E7A;
		font-size: 0.875rem;
		text-decoration: none;
	}

		.ui-datepicker-calendar tbody td a:hover {
			background-color: #E0F2F1;
		}

		.ui-datepicker-calendar tbody td a.ui-state-active {
			background-color: #009688;
			color: white;
		}

.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}

	.ui-datepicker-header a.ui-corner-all:hover {
		background-color: #ECEFF1;
	}

.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	background-color: #99d5cf45;
	transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background-repeat: no-repeat;
	background-size: 10px;
	background-color: #99d5cf45;
	background-position: 50%;
}

.ui-datepicker-header a > span {
	display: none;
}

.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}

.dataTables_filter {
	text-align: left !important;
	z-index: 1;
	position: relative;
	background-color: white;
}

.card .table-responsive .table thead {
	z-index: 3;
	position: relative;
}

.centertable thead th {
	text-align: center;
	vertical-align: middle;
}

	.centertable thead th:first-child {
		min-width: 30px !important;
	}

.minw {
	min-width: 100px;
}

.centertable thead .sorting:before, .sorting_desc:before, .sorting_asc:before {
	text-align: left !important;
	vertical-align: middle !important;
}

.centertable thead .sorting:after, .sorting_desc:after, .sorting_asc:after {
	text-align: left !important;
	vertical-align: middle !important;
}

.showlabel {
	opacity: 1 !important;
	position: absolute !important;
	top: -20px !important;
	left: 13px !important;
	padding: 0.25rem 0 !important;
	font-size: 0.7rem !important;
}

.hidelabel {
	opacity: 0 !important;
}

.hide {
	display: none;
}

.excel-say {
	width: 65px !important;
}

.main-menu.menu-light .navigation > li {
	padding: 1px 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	white-space: pre-wrap !important;
}

.table-responsive {
	min-height: 200px !important;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub li.has-sub > a:not(.mm-next):after {
	right: 5px !important;
}

.table tr:nth-child(2n+2) td {
	background-color: #fff;
}

.table tr:nth-child(2n+1) td {
	background-color: #f4f4f4;
}
