@charset "utf-8";
/* FONTS 
@import url(http://fonts.googleapis.com/css?family=Signika+Negative:400,600&subset=latin,latin-ext);
*/

@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Z-Q1hzbY8uAo3TpTyPFMXUvhvNk3JTR21y7KD052k40.woff)
    format('woff');
}

@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/q5TOjIw4CenPw6C-TW06FtatzzXq3x4JKpNFiBueuss.woff)
    format('woff');
}

html {
  padding: 0;
  margin: 0;
  height: 100.2%; /* because of fancybox */
}
/*
body *{
	transition:.1s
}
*/
.favorite {
  display: inline-block;
  position: absolute;
  line-height: 1;
  font-size: 24px;
  margin: -10px 0 0 -28px;
  color: #8080802e;
  width: 28px;
  height: 37px;
  padding: 6px 4px;
  cursor: pointer;
  background: transparent;
  user-select: none;
}
.favorite[data-fav='false']:hover {
  color: rgb(186, 186, 186);
  /* background: #ffbc00; */
}
.favorite[data-fav='true'] {
  color: #ffbc00;
}
.favorite[data-fav='true']:hover {
  background: #ffbc0038 !important;
}
body {
  font-family: 'Signika Negative', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  background: #f9f9f9;
  /*
	font-size:2.5vmin;
	*/
  font-size: 14px;
  overflow-y: scroll;
}

.osoba {
  padding: 5px 10px;
  width: 100%;
}

/* Let's get this party started */

::-webkit-scrollbar {
  width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #eee;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #bbb;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

::-webkit-scrollbar-thumb:window-inactive {
  /*background: #eee; */
}

#toast-container,
#toast-container .toast,
#toast-container:hover,
#toast-container:hover .toast {
  box-shadow: none;
  border-radius: 0;
}

#systemContainer {
  width: 100%;
  padding: 40px;
}

#currentStatus {
  background: #fff;
  width: 20%;
  padding: 40px 20px 0 40px;
  display: none;
  position: fixed;
  left: 0;
  height: 100%;
}

#currentLog {
  margin: 20px -20px 0 0;
  height: 100%;
  overflow-y: scroll;
  padding: 15px 20px 100px 0;
  border-top: #efefef solid 1px;
}

.x-cloud {
  display: none;
}

.affix {
  position: fixed !important;
  top: -20px !important;
  left: 0px !important;
  /* padding-right: 80px; */
  background: #f9f9f9 !important;
  padding: 10px 40px 10px 40px !important;
  /* padding-bottom: 10px; */
  z-index: 100 !important;
  border-bottom: 1px solid #dfdfdf !important;
}

.affix input[type='text'] {
  border-top: 10px solid #f9f9f9 !important;
  box-shadow: 0px 0px 0px 0px rgba(100, 100, 100, 0);
}

#whenSearchingHide {
  display: none;
}

.whenSearchingHide {
  margin-top: 10px;
  display: inline-block !important;
  width: 100%;
  /* height: 37px; */
}

.cloud-tri {
  width: 10px;
  height: 20px;
  border: 10px transparent solid;
  border-bottom: 10px solid;
  border-left: 0;
  border-top: 0;
}

.user-cloud .cloud-tri {
  border-bottom-color: #d9eaf3;
  transform: scaleX(-1);
  margin-right: 10px;
}

.system-cloud .cloud-tri {
  border-bottom-color: #eee;
  margin-left: 10px;
}

.user-cloud {
  padding-left: 20px;
}

.system-cloud {
  padding-right: 20px;
}

.cloud-time {
  color: #999;
}

.cloud-userName {
  font-weight: bold;
  color: #333;
}

.cloud-user {
  height: 13px;
  margin: 0 0 -2px 0;
}

.cloud .cloud-content {
  padding: 10px;
  display: inline-block;
  width: 100%;
}

.user-cloud .cloud-content {
  background: #d9eaf3;
  color: #256688;
}

.system-cloud .cloud-content {
  background: #eee;
  color: #777;
}

.cloud-order-no {
  float: left;
  font-size: 20px;
  letter-spacing: -1px;
  margin-right: 8px;
  padding-right: 8px;
  margin-bottom: 6px;
}

.cloud-label {
  padding: 0px 3px;
  font-weight: bold;
}

.user-cloud .cloud-order-no {
  border-right: 1px solid rgba(37, 102, 136, 0.2);
}

.user-cloud .cloud-label {
  border: 1px solid rgba(37, 102, 136, 0.12);
}

.system-cloud .cloud-order-no {
  border-right: 1px solid rgba(119, 119, 119, 0.2);
}

.system-cloud .cloud-label {
  border: 1px solid rgba(119, 119, 119, 0.12);
}

.cloud:hover .cloud-content {
  background: #0093dd;
  color: #fff;
  transition: 0.2s;
}

.cloud:hover .cloud-tri {
  border-bottom: 10px #0093dd solid;
  transition: 0.2s;
}

.cloud {
  padding-bottom: 20px;
  font-size: 12px;
  /*
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    */
  cursor: pointer;
}

.nameOfUser {
  white-space: nowrap;
  margin-right: 10px;
}

a:link,
a:visited {
  color: #c00;
  text-decoration: none;
}

a:active,
a:hover {
  color: #f90;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

div,
input {
  box-sizing: border-box !important;
}

.x {
  display: none;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

textarea:focus,
input:focus {
  outline: none;
}

input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='tel'] {
  font-family: 'Signika Negative', sans-serif;
  color: #000;
  margin: 0;
  border: 0;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  /*
	box-shadow:inset 0 0 0 #eee;
	*/
  background: #fff;
  font-weight: 600;
  box-shadow: 1px 1px 2px 0px rgba(100, 100, 100, 0.2);
}

input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='tel']:focus {
  background: #fff;
  color: #000;
  box-shadow: inset 0 0 10px #ccc;
}

#searching {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

#search,
#addOrderSearch,
#addProductSearch,
#clientSearch,
#nextOrdersNumber {
  color: #eee;
  background: #333 url(search.png) 10px center no-repeat;
  background-size: 24px;
  padding-left: 40px;
}

#search:hover,
#addOrderSearch:hover,
#addProductSearch:hover,
#clientSearch:hover,
#nextOrdersNumber:hover {
  /*
	background:#333 url(search.png) 10px center no-repeat !important;
	background-size:24px !important;
	*/
  opacity: 0.8;
}

#addOrderSearch,
#addProductSearch {
  width: 100%;
}

#search:focus,
#addOrderSearch:focus,
#clientSearch:focus,
#addProductSearch:focus,
#nextOrdersNumber:focus {
  color: #000;
  background: url(search.png) 10px center no-repeat !important;
  background-size: 24px !important;
}

#nextOrdersNumber {
  width: 85px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  height: 36px;
  margin: 0 5px !important;
}

#ajaxOrdersRequest .btn,
#goUp {
  display: inline-block;
  margin-left: 5px !important;
}

.microinput {
  font-size: 12px !important;
  padding: 5px !important;
  color: #000 !important;
  box-shadow: inset 1px 1px 10px #aaa !important;
}

#setTable .microinput {
  width: 80px;
}

.clientCard input:hover,
.userCard input:hover {
  opacity: 0.7;
}

.inputData {
  padding: 10px !important;
  font-size: 14px !important;
}

.inputData2 {
  padding: 2vmin 1vmin !important;
  font-size: 3.5vmin !important;
  width: 30vw !important;
  margin: 0 0 2vmin 0 !important;
}

.inputData3 {
  padding: 10px !important;
  /*
	font-size:3vmin !important;
	*/
  /*width: !important;
	*/
  color: #000 !important;
  margin: 0 0 5px 0 !important;
  box-shadow: inset 0 0 20px #ccc !important;
}

.inputData4 {
  padding: 10px !important;
  /*font-size:3vmin !important;
	*/
  width: 200px !important;
  margin: 0 !important;
  background: #fff !important;
  box-shadow: inset 0 0 4vmin #ddd !important;
  color: #000 !important;
}

.inputData5 {
  padding: 10px !important;
  font-size: 14px !important;
  width: 260px !important;
  margin: 0 0 10px 0 !important;
}

.mininput {
  width: 140px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.unit {
  padding: 10px;
  font-size: 14pxvmin;
  width: 100px;
  margin: 0;
  display: inline-block;
  background: #ddd;
}

.unitmin {
  width: 40px;
  margin-right: 10px;
}

.unit .small {
  font-size: 12px;
}

.bruttos {
  margin: 5px 5px 0 0;
}

.buttonset .ui-button {
  font-size: 14px !important;
}

.buttonset .ui-button:hover {
  opacity: 0.7;
}

.buttonset .ui-button-text {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fancybox-inner .buttonset .ui-button-text {
  padding: 5px 10px;
}

.order {
  margin: 0 auto 10px auto;
  padding: 0;
  width: 100%;
  background: #fff;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}

.order .title > .number:hover,
.order .title > .fancy:hover {
  opacity: 0.6;
  cursor: pointer;
}

.order .title {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  background: #000;
  color: #fff;
}

.order .title .number {
  margin: 0 10px 0 0;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.order .title .number-0 {
  background: #0093dd;
}

.order .title .number-1 {
  background: #f90;
}

.order .title .number-2 {
  background: #63b72e;
}

.order .title .number-3 {
  background: #666;
}

.order .title .date {
  background: #666;
  margin: -10px 0 0 0;
  padding: 10px;
  color: #fff;
  float: right;
}

.order .title .date sup {
  line-height: 0;
}

.order .title .driver {
  background: #222;
  margin: -10px 0 0 0;
  padding: 10px;
  color: #fff;
  float: right;
}

.order .content {
  margin: 0;
  padding: 0;
  width: 100%;
}

.order .content .products {
  margin: 0;
  padding: 0;
  /*border-right: #dfdfdf solid 1px*/
}

.order .content .products .table,
#setTable {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}

.order .content .products .table tr td {
  padding: 12px 5px;
  font-size: 14px;
  cursor: pointer;
  border-bottom: #dfdfdf solid 1px;
}

.order .content .products #prodsTable td {
  max-height: 43px;
}

.order .content .products #prodsTable .options {
  max-height: inherit;
}

.order .content .products .table tr td:nth-of-type(1) {
  /*width:16vw;*/
}

#productName {
  font-weight: 600;
  margin: 0 0 0 10px;
  display: inline-block;
  float: left;
}

.order .content .products .table tr td:nth-of-type(2) {
  width: 36px;
  padding: 0 5px;
}

.order .content .products .table tr td:nth-of-type(3) {
  width: 36px;
  padding: 0 5px;
}

.order .content .products .table tr td:nth-of-type(4) {
  width: 36px;
  padding: 0 5px;
}

.order .content .products .table tr td:nth-of-type(5) {
  width: 36px;
  padding: 0 5px;
}

.order .content .products .table tr td:nth-of-type(6) {
  width: 36px;
  padding: 0 5px;
  font-weight: 600;
  color: #c00;
}

.order .content .products .table tr td:nth-of-type(7) {
  width: 36px;
  padding: 0 5px;
  background: #fff;
  text-align: center;
  color: #888;
}

.pico {
  width: 36px;
  height: 36px;
}

.localPrices {
  float: right;
  text-align: right;
  margin: 0 10px 0 0;
  display: inline-block;
  line-height: 1;
}

.localPrices .brutto {
  display: inline-block;
  width: 60px;
}

.products .table .fancy:hover {
  cursor: pointer;
  opacity: 0.55;
}

#setTable tr:nth-child(even) td {
  background: #fff;
}

/*
.order .content .products .table tr:nth-child(odd) td
,*/

#setTable tr:nth-child(odd) td {
  background: #eee;
}

/*

.order .content .products .table tr:nth-child(odd) td:nth-child(even)
,*/

#setTable tr:nth-child(odd) td:nth-child(even) {
  background: #ddd;
}

/*

.order .content .products .table tr:nth-child(even) td:nth-child(even)
,*/

#setTable tr:nth-child(even) td:nth-child(even) {
  background: #eee;
}

/**/

.order .content .products .table tr:nth-child(odd) td,
#setTable tr:nth-child(odd) td {
  background: #fbfbfb;
}

/*
.order .content .products .table tr:nth-last-child(1) td:nth-child(1){ background: #fff }

.order .content .products .table tr:nth-last-child(1) td:nth-child(2){ background: #fff }
.order .content .products .table tr:nth-last-child(1) td:nth-child(3){ background: #fff }
.order .content .products .table tr:nth-last-child(1) td:nth-child(4){ background: #fff }
.order .content .products .table tr:nth-last-child(1) td:nth-child(5){ background: #fff }
.order .content .products .table tr:nth-last-child(1) td:nth-child(6){ background: #fff }
*/

.controls {
  width: 100%;
  background: #dededc;
  line-height: 0;
  /*
	margin-top:-1px;
	*/
}

.controls a {
  margin: 0;
  padding: 0;
  line-height: 0;
  display: inline-block;
}

#add_product {
  /* background:#F90; border:0.5vmin solid #F90; */
  /*
border-radius:5vmin;
*/
}

#add_product:hover {
  /* border-color: #000 */
}

.del_order {
}

.del_order:hover {
  opacity: 0.5;
}

.btn-blue {
  background: #01a0e1 !important;
  color: white !important;
}

.mainItem {
  width: 20%;
  float: left;
}

.delivery {
  width: 36px;
  height: 36px;
  margin: 0 0 0 0;
}

.payment {
  padding: 10px;
  width: 36px;
  height: 36px;
  margin: 0 0 -5px 0;
}

.invoice {
  padding: 10px;
  width: 36px;
  height: 36px;
  margin: -5px 0 0 0;
}

#user {
  width: 14px;
  height: 14px;
  margin: -1px 0px -2px -4px;
}

#welcomeUser,
#suitcaseCompany {
  width: 20px;
  height: 20px;
  margin: -5px 0;
}

.red {
  color: #c00;
}

/*.yellow{ color:#FF9900 !important }*/

.yellowAlert {
  background: #ff9900 !important;
  color: white !important;
}

.ybg {
  background: #c00 !important;
}

.green {
  color: #3e8a01;
}

.gray {
  color: #999;
}

.gray2 {
  color: #bbb;
  font-weight: 400;
}

.big {
  font-size: 200%;
}

.calendar {
  font-size: 18px !important;
  margin: -10px 0 -5px 0 !important;
  display: inline-block !important;
}

.date sup {
  margin-bottom: -10px !important;
  display: inline-block !important;
}

.order .content .products .options {
  background: #fff !important;
  padding: 0 !important;
  width: 40%;
  border-left: #dfdfdf solid 1px;
}

.order .content .products .options table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}

.order .content .products .options table td {
  border: 0;
  padding: 5px 0;
}

.order .content .products .options table td:not(.comments) {
  background: #fff; /*!important;*/
}

.order .content .products .options table td:nth-child(1) {
  width: 70px !important;
}

.order .content .products .options table td:nth-child(2) {
  width: 100px !important;
  background: #fbfbfb /*!important*/;
  border: #dfdfdf solid 1px;
  border-top: 0;
  border-bottom: 0;
  padding: 0 !important;
}

.order .content .products .options table td:nth-child(3) {
  width: 70px !important;
}

.comments,
textarea {
  padding: 10px !important;
  border: 0 !important;
  width: auto !important;
  border-left: #dfdfdf solid 1px !important;
  font-family: 'Signika Negative', sans-serif !important;
  font-size: 14px;
  color: #777;
  /*transition:.2s; float: right;*/
  background: #eee url(comments.png) no-repeat center center !important;
  background-size: 25%;
  vertical-align: text-top;
}

.comments {
  color: #f00 !important;
  border-right: #ddd solid 1px !important;
}

/* #comments textarea, */
#alertPicker textarea {
  border: 0;
  width: 400px !important;
  height: 200px;
  font-size: 14px;
  color: #666;
  /*transition:.2s; float: right;*/
  padding: 10px !important;
  background: #eee url(comments.png) no-repeat center center;
  box-shadow: inset 0 0 10px #ccc;
}

/* #comments textarea:hover, */
#alertPicker textarea:hover {
  color: #000;
  /*transition:.2s; float: right;*/
  background: #fff url(comments.png) no-repeat center center !important;
  box-shadow: inset 0 0 20px #bbb;
}

#productsUpdate {
  width: 750px;
}

#productsUpdate textarea {
  padding: 20px !important;
  border: 0 !important;
  box-shadow: inset 0 0 20px #666;
  width: 100% !important;
  height: 200px;
  font-size: 14px;
  margin: 30px 0 20px !important;
  background: #eee !important;
}

#productsUpdate textarea:hover {
  color: #000;
  background: #fff !important;
}

/*
.comments:focus{    color:#000; 

 
width: 200%;
height:150%;
 
position: relative;

background-size:25%;

 }
 */

.megaIcon img {
  width: 46px;
  height: 46px;
  /*border-right:1px solid #666;
	*/
  margin: 10px 0;
  cursor: pointer;
}

.fancybox-close:hover,
.megaIcon img:hover {
  opacity: 0.6;
}

.megaIcon {
  display: inline-block;
  padding: 0;
}

#headIcons {
  margin: 5px 0 0 0;
}

#headIcons a {
  line-height: 0;
  display: inline-block;
}

#deliveryPicker .megaIcon:hover,
#headIcons .megaIcon:hover,
.megaActive,
#settings,
#clients {
  opacity: 0.85;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}

.hr-light-tip {
  border-top-color: #555;
}

.small-tip-ico {
  width: 28px;
}

.forCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  background: #f90;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  color: #000;
  margin: 10px 0;
  cursor: pointer;
}

.controls .btn {
  width: 46px;
  height: 46px;
  /*border-right:1px solid #666;
	 */
  background: none;
  font-size: 0;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.btn-green {
  background: #690;
  color: #fff;
}

.btn-red {
  background: #d9261c;
  color: #fff;
}

/*
.btn:hover{
	background:#fff;
	color:#999;
}
*/

.mb {
  margin-bottom: 5px;
}

.mb2 {
  margin-bottom: 10px;
}

.redAlert {
  background: #cc0000 !important;
  color: #fff !important;
}

td:not(.comments),
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#welcome {
  margin: 0 0 20px 0;
}

#welcome a:link,
#welcome a:visited {
  color: #333;
  background: #fff;
  padding: 10px;
  margin: 0 0 0 5px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

#welcome a:active,
#welcome a:hover {
  color: #fff;
  background: #000;
}

#projectStatusesPicker label,
#statusesPicker label,
#paymentMethod label,
#deliveryPicker label {
  width: 180px;
  text-align: left;
}

#invoice {
  white-space: nowrap;
}

#invoicePicker label {
  width: 160px;
}

#invoicePicker label {
  width: 220px;
}

#invoice img:hover {
  opacity: 0.6;
}

#login {
  width: 200px;
  margin: 40px auto;
}

.mr10 {
  margin-right: 10px;
}

.userCard {
  background: #fff;
  margin: 10px 10px 0 0;
  float: left;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ddd;
  width: 300px !important;
  overflow: hidden;
}

.clientCard {
  background: #fff;
  margin: 10px 10px 0 0;
  /* float:left; */
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ddd;
  width: 100% !important;
  overflow: hidden;
}

.userCard .item,
.clientCard .item {
  margin: 0 15px;
}

.userCard .buttonset {
  margin-bottom: 15px;
}

.userCard .big {
  margin: 15px 0 0 0 !important;
  display: inline-block;
}

.userCard #avatar {
  background: #ddd;
  margin: 10px 10px -10px 15px;
  width: 26px;
  height: 26px;
  padding: 5px;
}

.userCard #del,
.clientCard #del {
  margin: 15px 10px 0 0;
  width: 24px;
  height: 24px;
  opacity: 0.4;
  cursor: pointer;
  top: 0;
  right: 0;
  position: relative;
}

.userCard #del:hover,
.clientCard #del:hover {
  opacity: 1;
}

.userCard .disabled {
  font-size: 12px !important;
  padding: 5px;
  line-height: 1;
  height: 54px;
  /*

	*/
}

.clientCard #avatar {
  margin: 15px 15px 0px 15px;
  width: 36px;
  float: left;
}

.w100 {
  width: 100%;
}

#header .big {
  margin: 10px 0 0 10px !important;
  display: inline-block;
  float: left;
  font-size: 200%;
}
.header-red {
  /* color: #d9261c */
  color: #c00;
}
#productsUpdate #header .big {
  margin: 0 !important;
}

#productsUpdate #header .big::first-letter {
  color: #aaa;
}

.column {
  width: 49%;
}

#productsUpdate #del_product {
  width: 46px;
  height: 46px;
  border: 0;
  margin: 5px 0 0 10px;
  cursor: pointer;
}

#productsUpdate #del_product:hover {
  opacity: 0.6;
}

#delDate,
#delInv {
  margin: 0;
  border: 0;
  border: 7px solid #fff;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  position: fixed;
  bottom: 10%;
  left: 47%;
}

#delDate:hover,
#delInv:hover {
  cursor: pointer;
  border: 7px solid #c00;
}

#productsUpdate #save {
  width: 200px;
}

.clientAutocomplete {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.clientAutocomplete:hover {
  opacity: 0.6;
}

#addOrderPicker,
#addProductPicker {
  height: 400px;
  width: 600px;
}

.clearField {
  float: right;
  /* display: inline-block; */
  /* z-index: 10; */
  position: relative;
  margin: -30px 10px 0 0;
  width: 24px;
  height: 24px;
  opacity: 0.4;
}

.clearField2 {
  position: relative;
  margin: 0px 5px -7px -30px;
  width: 24px;
  height: 24px;
  opacity: 0.4;
}

.clearField:hover,
.clearField2:hover {
  opacity: 1 !important;
  cursor: pointer;
}

#setTable input[type='checkbox'],
#setTable img {
  width: 20px;
  height: 20px;
}

#setTable .switchProd {
  width: 32px;
  height: 24px;
  margin: 5px 0;
  cursor: pointer;
}

#setTable .switchProd:hover {
  opacity: 0.5;
}

#setTable td {
  padding: 5px 10px;
  font-size: 14px;
}

.delProd:hover {
  opacity: 0.5;
  cursor: pointer;
}

#sync {
  transition-duration: 0.2s;
  margin-top: 80px;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  background: #ccc;
  border: #ddd 10px solid;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}

#sync:hover {
  transform: rotate(270deg) scale(1.4);
  opacity: 0.2;
}

.addIcon {
  margin-right: 10px;
}

.clientCard .item input[data-column='postalCode'],
.clientCard .item input[data-column='deliveryPostalCode'] {
  width: 105px !important;
}

.clientCard .item input[data-column='city'],
.clientCard .item input[data-column='deliveryCity'] {
  width: 159px !important;
  margin-left: 5px !important;
}

.clientCard .btn {
  /* width: 120px !important; */
  margin: 5px 10px;
}

.btn:hover,
input:hover {
  opacity: 0.8;
}

.clientCard .btn-ico {
  width: auto !important;
}

.ui-widget {
  font-size: 14px;
}

.ui-datepicker table {
  font-size: 14px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 10px;
}

.transScale {
  transition: 0.3s;
  outline: rgba(204, 0, 0, 0) solid 0;
}

.xhrRed {
  background: #c00 !important;
  transition: 0.3s;
  transform: scale(1.02);
  outline: rgba(204, 0, 0, 0.3) solid 10px;
  z-index: 100;
  border-color: #c00 !important;
}

.disappear {
  transition: 0.2s;
  transform: scale(0);
  opacity: 0;
}

#mobile-menu {
  width: 25px;
  height: 23px;
  margin-bottom: -5px;
  outline: none;
}

#mobile-menu g {
  fill: #000;
}

#mobile-menu:hover {
  cursor: pointer;
}

#mobile-menu:hover g {
  cursor: pointer;
  fill: #f90;
}

.fav {
  color: #777777;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}

.fav:hover {
  color: #ccc;
}

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
}

.historyStatus textarea {
  width: 260px !important;
}

.historyStatus .archiveFlow {
  width: 310px !important;
  height: 430px;
  overflow-y: scroll;
  padding: 15px 10px 0px 15px;
  background: white !important;
}
.historyStatus .bottomBtns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
.historyStatus .btn {
  width: 100px;
  margin: 10px auto;
}

.historyStatus small img {
  height: 18px;
  width: 18px;
  margin: 0px 2px -5px 0px;
}
.fancybox-skin {
  z-index: 9999999 !important;
}
i.statusCommentbubble {
  background: #f3f3f3;
  border-left: 3px solid #eaeaea;
  padding: 8px 10px;
  display: inline-block;
  margin: -7px 0px 5px 0px;
}

.ghostHr {
  margin: 2px 0px !important;
  height: 0px;
  border: 0px;
  border-top: 1px solid transparent;
}
.officialHr {
  margin: 20px 0px 10px 0px;
}
.label {
  font-size: 12px;
  background: #efefef;
  color: #adadad;
  padding: 6px;
  margin: 5px 5px 5px 0px;
  display: inline-block;
  cursor: pointer;
  float: left;
}
.label img {
  opacity: 0.3;
  height: 12px;
  margin: 0px 4px -2px 2px;
}
.label:hover {
  background: #e8e8e8;
  color: #000;
}
.label[selected] {
  background: #3e8a01;
  color: #fff;
}
.label[selected] img {
  opacity: 0.5;
  filter: brightness(10);
}
.label[selected]:hover img {
  opacity: 0.8;
}
#clearUsersToSearch {
  opacity: 0.4;
  height: 18px;
  /* margin: 0px 0 -5px 5px; */
  margin: 10px;
  cursor: pointer;
}
#clearUsersToSearch:hover {
  opacity: 1;
}
#navigationTable {
  width: 100%;
}
#navigationTable #col1 {
  width: 300px;
}
#navigationTable #col3 {
  width: 100px;
}

#clientIsSelectedWrapper {
  color: #aaa;
}
