@charset "UTF-8";

/* Prelaoder */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/preloader.svg") no-repeat center center;
}

.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px; /* half width of the spinner gif */
	margin-top: -50px; /* half height of the spinner gif */
	text-align: center;
	z-index: 11000;
	overflow: auto;
	width: 100px; /* width of the spinner gif */
	height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.delete-confirmation {
	text-align: center;
}

#sig-canvas {
	border: 2px dotted #CCCCCC;
	border-radius: 5px;
	cursor: crosshair;
	padding-left: 0;
	width: 100%;	
}


.progressBarMoj {
	position: relative;
	height: 24px;
	border-radius: 5px;
	overflow: hidden;
}

.progressBarMoj div {
	position: absolute;
	height: 98%;
	width: 100px;
}

.progressBarMoj .progressTextMoj {
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	color: black;
}

.formDoubleRows {
	text-align: right;
	margin-bottom: 0;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.formNoPadding {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.searchInput {
	margin-left: 10px !important;
}

.searchFormHeader {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

#map {
	border: 1px solid #000;
	height: 600px;
}

.dropdown-menu-add {
	left: auto;
}

.hiddenRow {
	padding: 0 !important;
}

.accordion-label {
	position: relative;
	text-align: center;
}

.accordion-toggle td:first-child:before {
	font-family: 'Glyphicons Halflings';
	/* essential for enabling glyphicon */
	content: "\e114";
	/* adjust as needed, taken from bootstrap.css */
	font-size: 125%;
	/*color: @brand-primary;*/
}

.accordion-toggle.collapsed td:first-child:before {
	content: "\e080";
	/* adjust as needed, taken from bootstrap.css */
}

.pagination-search {
	padding-right: 0;
	margin: 10px 50px;
}

.sortable th {
	cursor: pointer;
}

.nav-menu-moj {
	padding-bottom: 25px;
}

.bottomalign {
	margin-top: 25px;
}

.wrapper {
	float: left;
	clear: left;
	display: table;
	table-layout: fixed;
}

img.img-responsive {
	display: table-cell;
	max-width: 100%;
}

.divOneLine {
	white-space: nowrap;
}

.imageButton {
	display:block;
	width:300px;
}
.divTaskOrderButton {
	cursor: pointer;
}

.noBorder {
	border: 0px !important;
}
tr.noBorderMoj td {
  border: 0px !important;
  text-align: left !important;
  padding-left: 5px !important;
}
tr.noBorderWithoutAlignMoj td {
  border: 0px !important;
}
tr.alignMoj td {
  text-align: left !important;
  padding-left: 5px !important;
}
/*tr.alignMojCenter td, th{
  text-align: center !important;

}*/
.alignMojRight {
  text-align: right !important;
  padding-right: 5px !important;
}

@media only screen and (max-width: 600px) {
    .btnNewLineMargin {
     	margin-bottom: 15px !important;
    	width: 300px;
      	margin: 0 auto;
     }
     .divNewLine {
  		align-items: center;
  		justify-content: center;
     }
   
}
.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 180px;
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow:auto;
}
.preview-images-zone > .preview-image:first-child {
    height: 90px;
    width: 90px;
    position: relative;
    margin-right: 2px;
}
.preview-images-zone > .preview-image {
    height: 90px;
    width: 90px;
    position: relative;
    margin-right: 2px;
    float: left;
    margin-bottom: 2px;
}
.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .image-zone > img {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

.container {
    padding-top: 50px;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.labels {
    line-height: 30px;
}

/* Customize the label (the container) */
.containerCustomCB {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-right: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerCustomCB input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCustomCB:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCustomCB input:checked ~ .checkmark {
  background-color: #ff0000;;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCustomCB input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCustomCB .checkmark:after {
  left: 11px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 .containerCustomeCBParent {
 	display: flex;
  align-items: center;
  padding-right: 20px;
 }
 /* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #ff0000;;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ff0000;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.ui-autocomplete-input, .ui-autocomplete, .ui-menu, .ui-menu-item {  z-index: 20006  !important; }
.dropdown-menu {
  z-index: 20006 !important;
}

.has-error .moj-override  {
    border-color: #e73d4a;
    border: 1px solid #e73d4a !important;
}

.my-knockout-popver {
    min-width: 600px;
}
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}

.ui-autocomplete li.ui-menu-item 
{
    padding: 1px;  
    width:350px;
}

.options-container {
  top: 2em;
  width: 100%;
  border: 1px solid #A9A9A9;
  background: #FFFFFF;
}
.mylabel {
  display: block;
  padding: .2em;
}

.mylabel:not(:last-child) {
  border-bottom: 1px solid #FFFFFF;
}

.checked {
  background: #568ECB;
  color: white;
}
.noCursor {
	cursor: none;
}
.cursorHand {
	cursor: pointer;
}
.fontBoldInvoice {
	font-weight: 700;
}
.openedTasksFilterSelect {
   position: absolute;
top: 50%;
transform: translateY(-50%);
}
div.filterTCnrtc {
    display:grid;
    grid-template-columns: max-content max-content;
    grid-gap:5px;
}
div.filterTCnrtc label       { text-align:right; }
div.filterTCnrtc label:after { content: ":"; }

.mel_title_blue {
  font-weight: bold;
  color: blue;
  white-space: nowrap;
  max-width: 200px !important;
}