
#loading {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0.7;
	background-color: #fff;
	z-index: 10000;
}

#loading-image {
	position: absolute;
	top: 100px;
	left: calc(50% - 450px);
	z-index: 100;
}


div#clientDiv, #modelDiv {
	padding: 5px;
}

div#clientDiv label, #modelDiv label {
	margin-bottom: 0px;
	font-size: 15px;
}

div#attachmentDiv h3, #notesDiv h3 {
	font-size: 18px;
	text-transform: uppercase;
}


#modelEntireDiv {
	margin-top: 50px;
	padding-left:0px;
}

ul#displayClient, #displayModel,#displayJob,#displayClientnew, #prefillUl {
	position: absolute;
	padding: 10px;
	max-height: 250px;
	overflow-y: auto;
}

#displayModel,#displayJob{
	top: 33px;
}

ul#displayClient li:hover, #displayModel li:hover,#displayJob li:hover, #displayClientnew li:hover {
	background-color: blue;
	color: white;
	cursor: pointer;
}

#modeldropdown {
	position: absolute;
	list-style: none;
	background-color: white;
	padding: 10px;
}

.modeldropdown {
	list-style: none;
	padding: 10px;
	position: absolute;
	background-color: white;
	z-index: 1000;
}

.modeldropdown li {
	padding: 5px 10px;
}

.modeldropdown li:hover {
	background-color: blue;
	cursor: pointer;
}

.attachFileSection {
	height: 60px !important;
}


ul#displayCustomer, #displayModel,#displayJob, #prefillUl {
	position: absolute;
	padding: 10px;
	max-height: 250px;
	overflow-y: auto;
}

#displayModel,#displayJob{
	top: 33px;
}

ul#displayCustomer li:hover, #displayModel li:hover ,#displayJob li:hover{
	background-color: blue;
	color: white;
	cursor: pointer;
}

.cst-error{
	border-color:red;
}
.error{
	color:red;
}
.dashboard-todo-box{
	height: 400px;
	overflow: hidden;
}

.cursor{
	cursor: pointer;
}

.appearance-auto{
	appearance: auto;
}

.select2-container{
	width: 100% !important;
}

.select2-container .select2-selection--single{
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 37px;
}
.fs-12px{
	font-size:12px;
}

.bg-gray {
	--vz-bg-opacity: 1;
	background-color: var(--vz-gray-600) !important;
}

.hidden{
	display: none !important;
}

span.card-control-symbol {
	float: right;
	cursor: pointer;
}

span.card-control-symbol.ri-arrow-up-s-fill:before, span.card-control-symbol.ri-arrow-down-s-fill:before{
	font-size: 17px;
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
	background-color: #c9302c
}

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

.bootstrap-tagsinput{
	width: 100%;
}

.relative{
	position: relative !important;
}

.absolute{
	position: absolute !important;
}

.dataTables_length {
	float: left;
}

div.dt-buttons{
	float: none;
}

.dataTables_paginate, .dataTables_filter {
	float: right;
}
.dropdown-toggle::after {
	display: none;
}

table.datatable {
	padding: 0px !important;
	margin-left: 1rem !important;
	width: calc(100% - 2rem) !important;
}

.clear_span{
	right: 5px;
	top: 0%;
	transform: translateY(50%);
}

.not-event{
	pointer-events: none;
}

.force-dropdown-menu{
	transform: translate3d(1px, 42px, 0px) !important;
}
.text-right{
	text-align: right !important;
}

.text-left{
	text-align: left !important;
}

#day_count-error{
	width: 100%; display: none;
}
.nav-tabs-custom{
	gap: 10px;
	padding-bottom: 10px;
}

.nav-tabs-custom .nav-item{
	background: #f4f4f4;
	cursor: pointer;
}
.nav-tabs-custom .nav-item .nav-link::after{
	background: #1bb2f3;
    height: 4px;
}

.nav-tabs-custom .nav-item .nav-link p.text-uppercase {
    margin-bottom: 1rem !important;
    margin-top: 10px;
    color: black;
    font-size: 14px !important;
}

.nav-tabs-custom .nav-item .nav-link.active p.text-uppercase{
	color: black;
}

.nav-tabs-custom .nav-item .nav-link span.badge{
	color: #46b6e5 !important;
    background: #e3e3e3 !important;
    border-radius: 5px ;
    min-width: 30px;
    line-height: 18px;
}

.nav-tabs-custom .nav-item .nav-link h5 span{
	color: black !important;
	margin-bottom: 10px;
}

.nav-tabs-custom .nav-item .nav-link div{
	margin-bottom: 5px;
}

.badge-soft-dark {
    color: #7d7d7d;
    background-color: rgba(33, 37, 41, .1);
}

.badge-cyan-100 {
    color: #0aa2c0;
    background-color: #cff4fc;
}

.badge-green-100 {
    color: #7d7d7d;
    background-color: #d1e7dd;
}

.badge-color-9 {
    background-color: #d0d0d0;
    color: #7d7d7d;
}

.badge-color-10 {
    background-color: #b7b7b7;
    color: #000;
}

.badge-color-15 {
    background-color: #1f1f1f;
    color: #fff;
}

.badge-color-16 {
    background-color: #f60100;
    color: #fff;
}

.badge-color-17 {
    background-color: #fe7900;
    color: #7d7d7d;
}

.badge-color-18 {
    background-color: #ffad00;
    color: #fff;
}

.badge-color-19 {
    background-color: #ffd900;
    color: #000;
}

.badge-color-20 {
    background-color:#f6f600;
    color: #7d7d7d;
}

.badge-color-21 {
    background-color:#daff01;
    color: #000;
}

.badge-color-22 {
    background-color: #aeff00;
    color: #7d7d7d;
}

.badge-color-23 {
    background-color: #7bfe00;
    color: #000;
}

.badge-color-24 {
    background-color: #00f500;
    color: #000;
}

.badge-color-26 {
    background-color: #00ffaf;
    color: #000;
}

.badge-color-27 {
    background-color: #00fdd8;
    color: #000;
}

.badge-color-28 {
    background-color: #00f5f6;
    color: #7d7d7d;
}

.badge-color-31 {
    background-color: #007aff;
    color: #7d7d7d;
}

.badge-color-33 {
    background-color: #7b00ff;
    color: #7d7d7d;
}

.badge-color-36 {
    background-color: #f400f5;
    color: #7d7d7d;
}

.badge-color-37 {
    background-color: #fd00d6;
    color: #fff;
}

.badge-color-39 {
    background-color: #fe007a;
    color: #7d7d7d;
}

.badge-color-41 {
    background-color: #e27001;
    color: #fff;
}

.badge-color-67 {
    background-color: #cfb200;
    color: #fff;
}

.badge-blue-100 {
    color: #7d7d7d;
    background-color: #cfe2ff;
}

.badge.badge-yellow {
    background: #fad752;
    color: #413f3a;
}

.badge-danger{
	background-color: #e9b7b3;
	color: #5c5151;
}

.badge-success{
	background-color: #bfedc5;
	color: #626c62;
}

.badge-custom-black{
	background-color: #686868;
	color: #e1e1e1;
}

.col-form-label{
	line-height: 30px;
}

.absolute-del-button{
	position: absolute;
	right : -10px;
	top: 0px;
}

.text-ellipse{
	width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.appearance-auto{
	appearance: auto !important;
}

.pe-none{
	pointer-events: none !important;
}

tr.paused {
	background: #FFCCCC !important;
}
tr.paused:hover {
	background: #FFCCCC !important;
}

.ui.selectable.table tbody tr.paused:hover{
    background: #FFCCCC !important;
}
.ui.striped.table tbody tr.paused:nth-child(2n), .ui.striped.table>tr.paused:nth-child(2n) {
    background: #FFCCCC !important;
}
