/* Add here all your CSS customizations */
.dash {
	margin-left: 0 !important;
	margin-top: 50px;
}

.dash header {
	left: 0 !important;
	top: 0 !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

.input-group-icon input.form-control,
.input-search input.form-control {
	font-size: 18px;
	padding-right: 36px;
}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
	float: right;
	margin-right: 0px;
	color: #fff;
	margin-left: 3px;
	padding: 0px 4px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	font-size: 13px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	color: #fff;
	background: #0088cc;
	border: none;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	padding: 5px 8px;
	border-radius: 3px;
}

.timeline .tm-items>li .tm-box {
	padding: 0 20px 10px 20px;
}

.timeline .tm-items>li .tm-box h4 {
	margin-bottom: 0;
}

.white {
	color: #fff;
}

.white:hover {
	color: #fff;
}

.blink-chevron {
	color: #fff;
	animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
	0% {
		color: #ef0a1a;
	}

	25% {
		color: #fff;
	}

	50% {
		color: #ef0a1a;
	}

	75% {
		color: #ef0a1a;
	}

	100% {
		color: #ef0a1a;
	}
}

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

	.userbox .name,
	.userbox .role {
		max-width: 100%;
	}

	.userbox .profile-info {
		width: 60vw;
	}

	.userbox {
		width: 75%;
	}
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

/* Tables - States */
.table>thead>tr.primary>td,
.table>tbody>tr.primary>td,
.table>tfoot>tr.primary>td,
.table>thead>tr.primary>th,
.table>tbody>tr.primary>th,
.table>tfoot>tr.primary>th {
	color: #777;
	background-color: #d2f0fe !important;
}

.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	color: #777;
	background-color: #ddffdd !important;
}

.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	color: #777;
	background-color: #ffffdd !important;
}

.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	color: #777;
	background-color: #ffdddd !important;
}

.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	color: #777;
	background-color: #c3e8f3 !important;
}

.table>thead>tr.dark>td,
.table>tbody>tr.dark>td,
.table>tfoot>tr.dark>td,
.table>thead>tr.dark>th,
.table>tbody>tr.dark>th,
.table>tfoot>tr.dark>th {
	color: #777;
	background-color: #dddddd !important;
}

.table>thead>tr>td.primary,
.table>tbody>tr>td.primary,
.table>tfoot>tr>td.primary,
.table>thead>tr>th.primary,
.table>tbody>tr>th.primary,
.table>tfoot>tr>th.primary,
.label-c10 {
	color: #fff;
	background-color: #0088cc !important;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.label-c9 {
	color: #fff;
	background-color: #47a447 !important;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.label-c8 {
	color: #fff;
	background-color: #ed9c28 !important;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.label-c8 {
	color: #fff;
	background-color: #d2322d !important;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.label-c7 {
	color: #fff;
	background-color: #5bc0de !important;
}

.table>thead>tr>td.dark,
.table>thead>tr>td.c6,
.table>tbody>tr>td.dark,
.table>tbody>tr>td.c6,
.table>tfoot>tr>td.dark,
.table>tfoot>tr>td.c6,
.table>thead>tr>th.dark,
.table>thead>tr>th.c6,
.table>tbody>tr>th.dark,
.table>tbody>tr>th.c6,
.table>tfoot>tr>th.dark,
.table>tfoot>tr>th.c6,
.label-c6 {
	color: #fff;
	background-color: #171717 !important;
}

.table>thead>tr>td.c1,
.table>tbody>tr>td.c1,
.table>tfoot>tr>td.c1,
.table>thead>tr>th.c1,
.table>tbody>tr>th.c1,
.table>tfoot>tr>th.c1,
.label-c1 {
	color: #fff;
	background-color: #00b050 !important;
}

.table>thead>tr>td.c2,
.table>tbody>tr>td.c2,
.table>tfoot>tr>td.c2,
.table>thead>tr>th.c2,
.table>tbody>tr>th.c2,
.table>tfoot>tr>th.c2,
.label-c2 {
	color: #fff;
	background-color: #92d050 !important;
}

.table>thead>tr>td.c3,
.table>tbody>tr>td.c3,
.table>tfoot>tr>td.c3,
.table>thead>tr>th.c3,
.table>tbody>tr>th.c3,
.table>tfoot>tr>th.c3,
.label-c3 {
	color: #999;
	background-color: #ffff00 !important;
}

.table>thead>tr>td.c4,
.table>tbody>tr>td.c4,
.table>tfoot>tr>td.c4,
.table>thead>tr>th.c4,
.table>tbody>tr>th.c4,
.table>tfoot>tr>th.c4,
.label-c4 {
	color: #fff;
	background-color: #ffc000 !important;
}

.table>thead>tr>td.c5,
.table>tbody>tr>td.c5,
.table>tfoot>tr>td.c5,
.table>thead>tr>th.c5,
.table>tbody>tr>th.c5,
.table>tfoot>tr>th.c5,
.label-c5 {
	color: #fff;
	background-color: #ff0000 !important;
}

h2.panel-title span.label {
	vertical-align: middle;
	font-size: 60%;
}

.user_prof_comp {
	background-color: #0c5690;
}

.tab_msg_grey {
	background-color: #dddddd;
}

.tab_msg_blue {
	background-color: #d2f0fe;
}

.tab_msg_red {
	background-color: #ffdddd;
}

img.profile {
	border: 4px solid #0088cc !important;
}

.padding_bottom_5 {
	padding-bottom: 5px !important;
}

.badge-primary,
.label-primary {
	background: #0088cc;
	color: white;
}

.badge-success,
.label-success {
	background: #47a447;
	color: white;
}

.badge-warning,
.label-warning {
	background: #ed9c28;
	color: white;
}

.badge-danger,
.label-danger {
	background: #d2322d;
	color: white;
}

.badge-info,
.label-info {
	background: #5bc0de;
	color: white;
}

.badge-dark,
.label-dark {
	background: #171717;
	color: white;
}

.badge-indigo,
.label-indigo {
	background: #6610f2;
	color: white;
}

.badge-purple,
.label-purple {
	background: #6f42c1;
	color: white;
}

.badge-grey,
.label-grey {
	background: #868e96;
	color: white;
}

.badge-teal,
.label-teal {
	background: #20c997;
	color: white;
}

.badge-yellow,
.label-yellow {
	background: #ffc107;
	color: white;
}

.badge-pink,
.label-pink {
	background: #e83e8c;
	color: white;
}

.badge_gdpr {
	float: right;
	margin-left: 10px;
	padding: 0 5px;
	color: black;
}

.badge_gdpr_h3 {
	margin-left: 10px;
	padding: 0 10px;
	color: black;
}

.form-border {
	border-bottom: 1px solid #eff2f7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.has-danger .help-block,
.has-danger .control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label,
.dan {
	color: #d2322d;
}

.has-danger .form-control {
	border-color: #d2322d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.card-body.bg-tertiary {
	color: #ffffff;
}

.table th,
.table td {
	padding: 0.5rem;
}

.select2-container--bootstrap {
	width: auto !important;
}

.select2-container--bootstrap .select2-selection--multiple {
	height: auto !important;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
	display: none !important;
}

.select2-container--bootstrap .select2-results__option .select2-results__options--nested .select2-results__option {
	padding-left: 1.6em;
}

.zocz_tab {
	width: 100%;
	border: 1px solid #333;
}

.zocz_head {
	background: gray;
	color: white;
	width: 25%;
	padding: 0 10px;
	border: 1px solid #333;
}

.zocz_data {
	width: 75%;
	padding: 0 10px;
	border: 1px solid #333;
}

.zocz_data_half {
	width: 25%;
	padding: 0 10px;
	border: 1px solid #333;
}

/*.select2-results__options {
	max-height: 400px !important;
}*/
table tbody tr td p {
	margin-bottom: 0!important;
}
.dataTables_wrapper .select2-container {
	display: block !important;
	margin-right: auto !important;
}

.dataTables_wrapper table thead th.sorting_disabled {
	padding-right: 8px !important;
}

.datepicker {
	z-index: 9999 !important;
}

.btn-save {
	max-width: 62vw;
}
.owl-carousel {
	margin-bottom: 0;
}
.owl-carousel .item {
	max-height: 22px;
	word-break: break-all;
}
.color-label {
	display: block;
	width: 5rem;
	height: 1rem;
	padding: .35em .65em;
	border-radius: .375rem;
}

.color-label2 {
	display: block;
	height: 2rem;
	padding: .35em .65em;
	border-radius: .375rem;
}

#userbox {
    display: inline-block !important;
}

.body-error ul.nav-list.primary > li a {
	padding: 8px 0;
}

.dt-body-center {
	text-align: center;
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    color: #333;
}