html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
html, body {
	background: #fff;
}
body {
	line-height: 1;
}
h2, h3, h4, h5, h6, p, ul, ol, dl, table, address {
	margin-top: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
ul {
	list-style: none;
}
address {
	font-style: normal;
	line-height: normal;
}
blockquote, q {
	quotes: none;
}
ins {
	background: #ff9;
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	line-height: normal;
	vertical-align: top;
}
th {
	font-weight: bold;
}

/* =floats
-------------------------------------------------- */
.fl-r { float: right; }
.fl-l { float: left; }



/* =classes
-------------------------------------------------- */
.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }

.middle { vertical-align: middle !important; }

.nomargin { margin: 0 !important; }
.hidden { display: none !important; }
.nowrap { white-space: nowrap !important; }

.w1p { width: 1% !important; }
.w10p { width: 10% !important; }
.w20p { width: 20% !important; }
.w25p { width: 25% !important; }
.w30p { width: 30% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w60p { width: 60% !important; }
.w70p { width: 70% !important; }
.w80p { width: 80% !important; }
.w90p { width: 90% !important; }
.w100p { width: 100% !important; }


.w10 { width: 10px !important; }
.w20 { width: 20px !important; }
.w25 { width: 25px !important; }
.w30 { width: 30px !important; }
.w40 { width: 40px !important; }
.w50 { width: 50px !important; }
.w60 { width: 60px !important; }
.w70 { width: 70px !important; }
.w80 { width: 80px !important; }
.w90 { width: 90px !important; }
.w100 { width: 100px !important; }
.w125 { width: 125px !important; }
.w150 { width: 150px !important; }
.w175 { width: 175px !important; }

/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}

.reclamation td {
	background-color:#EEB4B4 !important;
}

.priority-client td {
	background-color:rgba(92, 206, 40, 0.75) !important;
}

.problem td {
	background-color:#8470ff !important;
}

.child td {
	font-size: 11px !important;
}

/*Initialize*/

/*Link Appearance*/
ul#nav li a, ul#menu li ul.sub-menu li a {
    display:inline-block;
}
/*Make the parent of sub-menu relative*/
ul#nav li {
    position: relative;
}
/*sub menu*/
ul#nav li ul.sub-menu {
    display:none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background-color: #6C879A;
    min-width: 160px;
}
ul#nav li:hover ul.sub-menu {
    display:block;
}

.blurry-text {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/*
 * MTimePicker v0.1 Stylesheet
 * Copyright (c) 2013 Vasilij Olhov
 * Dual licensed under the MIT and GPL licenses
 */

.mtimepicker-container {
    padding:0;
    margin:0;
    display: inline-block;
    position:relative;
}
.mtimepicker-clock {
    line-height: 18px;
    background-image: url('./mtimepicker.png');
    background-repeat: no-repeat;
    background-position: 3px center;
    padding: 0;
    padding-left: 18px !important;
    /*width: 38px !important;*/
    cursor:pointer; *cursor:hand;
}

.mtimepicker-window {
    display: none;
    position: absolute;
    padding: 2;
    margin : 0;
    font-family: Arial,Verdana,sans-serif;
    color: #999;
    width:100px;
    height:190px;
    border:1px solid #C9C9C9;
    border-radius: 0 8px 8px 8px;
    background-color: #fff;
    z-index: 10000;
}

.mtimepicker-scale {
    float:left;
    margin:4px;
    position:relative;
}
.mtimepicker-scale .mtimepicker-sliding-scale {
    position: absolute;
    top:0;
    margin:0;
    padding:0;
}

.mtimepicker-scale .mtimepicker-sliding-scale div {
    padding: 0;
    margin: 0;
    font-size: 8px;
    text-align: center;
}
.mtimepicker-scale .mtimepicker-sliding-scale .mtimepicker-scaler-prev-prev { font-size: 9px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); -khtml-opacity: 0.3; opacity: 0.3; }
.mtimepicker-scale .mtimepicker-sliding-scale .mtimepicker-scaler-prev { font-size: 10px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); -khtml-opacity: 0.6; opacity: 0.6; }
.mtimepicker-scale .mtimepicker-sliding-scale .mtimepicker-scaler-current { font-size: 12px; font-weight:bold; }
.mtimepicker-scale .mtimepicker-sliding-scale .mtimepicker-scaler-next { font-size: 10px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); -khtml-opacity: 0.6; opacity: 0.6; }
.mtimepicker-scale .mtimepicker-sliding-scale .mtimepicker-scaler-next-next { font-size: 9px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); -khtml-opacity: 0.3; opacity: 0.3; }

.mtimepicker-line {
    position: relative;
    float:left;
    background-color: #F9F9F9;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin:4px;
    width: 12px;
}

.mtimepicker-slider {
    position: absolute;
    left:-4px;
    top:0;
    z-index:2;
    width: 18px;
    height: 10px;
    background-color: #DDD;
    border:1px solid #999;
    cursor:pointer; *cursor:hand;
    border-radius: 3px;
}
.mtimepicker-slider:hover, .mtimepicker-slider.active { background-color: #ccc; }

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  
  .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

    &.ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }
  }
  
}

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}

.ui-menu li {
	background: none;
	padding-left: 0px;
}

.ui-helper-hidden-accessible {
	display: none;
}

.selected-countries {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}
.selected-country {
    display: inline-flex;
    align-items: center;
    background-color: #f0f0f0;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
}
.remove-country {
    margin-left: 8px;
    color: #ff0000;
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
}
.remove-country:hover {
    color: #cc0000;
}
