﻿@charset "UTF-8";
@import "../fonts/stylesheet.css";
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,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 11px;
  font-family: inherit;
}

a:active {
  outline: none;
}

a:focus {
  outline: none;
  -moz-outline-style: none;
}

html {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

form {
  height: 100%;
  width: 100%;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #dedede;
  font-family: Arial;
  font-size: 12px;
  color: #333;
  overflow: hidden;
}

#container {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  right: 0px;
  overflow: hidden;
}

.mainTable {
  width: 100%;
  min-width: 960px;
  height: 100%;
  overflow-x: hidden;
}

.mainTable td {
  vertical-align: top;
}

.rightShadow {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  z-index: 10;
  width: 10px;
  height: 100%;
  background: url(/assets/images/crm/rightShadow.png) repeat-y left top;
}

.logo {
  float: left;
  display: block;
  width: 208px;
  height: 50px;
  background: url(../images/crm/logo.png) no-repeat top left;
  margin: 10px 0 0 10px;
  text-decoration: none;
}

.left {
  position: absolute;
  width: 50px;
  top: 70px;
  left: 0;
  background: #333;
  display: block;
  width: 50px;
  height: 100%;
  bottom: 0px;
}

.right {
  display: block;
  position: absolute;
  top: 70px;
  left: 50px;
  right: 0;
  overflow: hidden;
  background: #dedede;
  height: 100%;
  bottom: 0px;
}

.mainHeader {
  height: 70px;
}

.topContent {
  float: right;
  z-index: 1;
}

.topHeader {
  height: 70px;
  width: 100%;
  background: #fff;
  font-family: Arial;
  font-size: 14px;
  color: #777;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.dropButton {
  border-left: 1px solid #ccc;
  display: block;
  height: 70px;
  font-family: Arial;
  font-size: 14px;
  text-indent: -99999px;
  color: #999;
  padding: 0;
  float: left;
  width: 75px;
  background: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.dropButton:hover {
  background: #b79a16;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.dropButton.active {
  background: #b79a16;
}

.addMailing span {
  display: block;
  height: 70px;
  width: 75px;
  background: url(../images/crm/topIcons.png) no-repeat left top;
}

.addMailing span:hover {
  background-position: left bottom;
}

.addClient span {
  display: block;
  height: 70px;
  width: 75px;
  background: url(../images/crm/topIcons.png) no-repeat -75px top;
}

.addClient span:hover {
  background-position: -75px bottom;
}

.addInvoice span {
  display: block;
  height: 70px;
  width: 75px;
  background: url(../images/crm/topIcons.png) no-repeat right top;
}

.addInvoice span:hover {
  background-position: right bottom;
}

.dropButton.settings {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  text-indent: 0;
  text-align: center;
  color: #777;
}

.dropButton.settings::before {
  content: "\f013";
  font-size: 22px;
  line-height: 70px;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
}

.dropButton.settings.active, .dropButton.settings:hover {
  background: #b79a16;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #fff;
}

.topProfileBox {
  height: 70px;
  float: left;
  padding: 0 20px 0 20px;
  border-left: 1px solid #ccc;
}

.languageBox {
  height: 65px;
  float: left;
  padding: 5px 0 0 0;
  border-left: 1px solid #ccc;
}

.languageBox a {
  display: block;
  width: 33px;
  height: 20px;
  text-align: center;
  font: normal normal normal 10px/20px "Roboto", Arial;
  color: #666;
}

.languageBox a.active {
  color: #b79a16;
}

.user {
  padding-top: 23px;
  float: left;
}

.user span {
  padding-right: 10px;
}

.user .username {
  display: block;
  font: normal normal normal 10px/15px "Roboto", Arial;
  color: #666;
}

.user .role {
  display: block;
  font: normal normal normal 10px/7px "Roboto", Arial;
  color: #999;
  text-transform: uppercase;
  text-align: right;
}

.logOff {
  float: left;
  margin-top: 23px;
  display: block;
  width: 14px;
  height: 27px;
  color: #777;
  transition: 0.3s;
}

.logOff:hover {
  color: #000;
  transition: 0.3s;
}

.logOff::after {
  content: "\f30d";
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
}

.pannel {
  position: fixed;
  z-index: 1000;
  background: url(../images/panelBg.png) repeat-y;
  width: 446px;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.pannel .innerPanel {
  padding: 0px 0 0 46px;
  width: 400px;
}

.msgContent dl dd.no-img a.btnMinPlus span {
  background: none;
}

.pannel .innerPanel h1 {
  padding: 15px 0 0 20px;
}

.pannel .innerPanel .scrollHolder {
  width: 423px;
  padding-bottom: 12px;
}

.pannel .innerPanel .tabs {
  height: 69px;
  background: #f7f7f7 url(/assets/images/crm/panelTabsBg.png) repeat-x left bottom;
}

.pannel .innerPanel .tabs .tab {
  display: block;
  float: left;
  height: 69px;
  padding: 0 25px 0 25px;
  font: normal normal normal 16px/69px "Roboto", Arial;
  color: #666;
}

.pannel .innerPanel .tabs .tab.active {
  background: #fff;
}

.pannel .innerPanel .pnl {
  background: #fff;
}

.pannel a.close {
  background: url(/assets/images/crm/iconCancelDark.png) no-repeat center center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.pannel .searchField {
  margin: 20px;
}

.pannel .innerPanel .form {
  padding: 17px 15px 15px 15px;
}

.pannel .innerPanel .form label, #activeLead .pannel .innerPanel .form label {
  display: block;
  font: normal normal normal 11px/16px "Roboto", Arial;
  height: 16px;
  color: #999;
  width: 368px;
  padding: 0;
}

.pannel .innerPanel .form input, .pannel .innerPanel .form select {
  display: block;
  height: 38px;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  text-indent: 10px;
  font: normal normal normal 12px/16px "Roboto", Arial;
  color: #666;
  width: 368px;
  margin: 0 0 12px 0;
}

.pannel .innerPanel .form .btnGreen {
  float: left;
  font: normal normal normal 14px/37px "Roboto", Arial;
  color: #fff;
  margin: 8px 0 0 0;
  padding: 0 15px 0 15px;
}

.pannel .innerPanel .form label.oneThird, #activeLead .pannel .innerPanel .form label.oneThird {
  width: 100px;
  float: left;
}

.pannel .innerPanel .form input.oneThird {
  width: 98px;
  float: left;
}

.pannel .innerPanel .form label.twoThird, #activeLead .pannel .innerPanel .form label.twoThird {
  width: 250px;
  float: left;
  margin-left: 10px;
}

.pannel .innerPanel .form input.twoThird {
  width: 258px;
  float: left;
  margin-left: 10px;
}

ul.menu {
  margin: 0px 0 0 0;
  width: 50px;
}

ul.menu li {
  margin: 0;
  list-style: none;
  display: block;
  width: 50px;
  height: 49px;
  border-bottom: 1px solid #555555;
  position: relative;
}

ul.menu li a {
  width: 50px;
  height: 49px;
  display: block;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #bbb;
  text-align: center;
}

ul.menu li a::after {
  content: "\f009";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 49px;
}

ul.menu li.mnuDash a::after {
  content: "\f009";
}

ul.menu li.mnuStock a::after {
  content: "\f3a5";
}

ul.menu li.mnuClients a::after {
  content: "\f0c0";
}

ul.menu li.mnuMailing a::after {
  content: "\f0e0";
}

ul.menu li.mnuInvoicing a::after {
  content: "\f15c";
}

ul.menu li.mnuAppraisal a::after {
  content: "\f336";
}

ul.menu li.mnuWebOrders a::after {
  content: "\f290";
}

ul.menu li.mnuHistory a::after {
  content: "\f2f7";
}

ul.menu li a:hover, ul.menu li a.active, ul.menu li a.hover {
  transition: 0.5s;
  background: #b79a16;
  color: #fff8a8;
}

.pnlSubmenu {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  z-index: 10;
  width: 0px;
  height: 100%;
  background: #f7f7f7;
  z-index: 10;
  overflow: hidden;
}

ul.submenu {
  display: block;
  list-style: none;
  font-family: Arial, Arial;
  font-size: 12px;
  color: #ababab;
  display: block;
  position: absolute;
  width: 200px;
  top: 0;
  right: 0px;
  z-index: 12;
}

ul.submenu li.ttl {
  position: relative;
  width: 186px;
  padding: 0 0 0 14px;
  height: 49px;
  background: #b79a16;
  border: none;
  font: normal normal normal 12px/49px Roboto, Arial;
  color: #333;
  text-transform: uppercase;
  z-index: 999;
}

ul.submenu li.ttl a, ul.submenu li.ttl a:hover {
  padding: 0;
  display: block;
  width: 186px;
  height: 49px;
  font: normal normal normal 12px/49px Roboto, Arial;
  color: #fdfaa8;
  text-transform: uppercase;
  text-decoration: none;
}

ul.submenu li {
  width: 200px;
  padding: 0;
  height: 29px;
  border: none;
  border-top: 1px solid #dedede;
  background: none;
}

ul.submenu li a {
  display: block;
  background: none !important;
  width: 180px;
  padding: 0 0 0 20px;
  height: 29px;
  font: normal normal normal 12px/29px "Roboto", Arial;
  text-transform: none;
  text-decoration: none;
  color: #333;
}

ul.submenu li a:hover, li ul.submenu li a.active {
  color: #b79a16;
  background: none;
}

h1 {
  color: #666;
  font-size: 20px;
  font-family: Arial;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h1 span a {
  color: #b79a16;
  text-decoration: none;
}

.offer {
  display: block;
  margin: 20px 0 0 0px;
  background: #fff;
  border: solid 1px #999;
  width: 800px;
  height: 800px;
}

.button {
  border: solid 1px #666;
  background: #ccc;
  color: #333;
}

ul.customers {
  display: block;
  margin: 0 20px 0 20px;
  padding: 0;
  background: url(../images/crm/dottedline.png) repeat-x top left;
}

ul.customers li {
  margin: 0;
  padding: 7px 0 9px 0;
  list-style: none;
  display: block;
  text-align: left;
  background: url(../images/crm/dottedline.png) repeat-x bottom left;
}

ul.customers li a {
  font: normal normal normal 13px/19px "Roboto", Arial;
  text-decoration: none;
  display: block;
  color: #666;
}

ul.customers li a span {
  display: block;
  color: #999;
  font: normal normal normal 11px/14px "Roboto", Arial;
}

ul.customers li a:hover, ul.customers li a.active {
  color: #b79a16;
}

.searchField {
  height: 16px;
  border: solid 1px #dfdfd8;
  width: 355px;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  padding: 10px 0px 11px 10px;
}

a.btnClose {
  display: block;
  height: 44px;
  width: 44px;
  top: 5px;
  right: 5px;
  position: absolute;
  background: url(../images/crm/btnClose.png) no-repeat top left;
  text-decoration: none;
}

a.btnClose:hover {
  background: url(../images/crm/btnClose.png) no-repeat bottom left;
}

ul.carList {
  width: 365px;
  display: block;
  margin: 0;
  padding: 0;
  background: url(../images/crm/dottedline.png) repeat-x top left;
}

ul.carList li {
  margin: 0;
  padding: 1px 0 0 0;
  list-style: none;
  display: block;
  width: 365px;
  text-align: left;
  background: url(../images/crm/dottedline.png) repeat-x bottom left;
}

ul.carList li a {
  font-size: 14px;
  font-family: Arial;
  text-decoration: none;
  width: 365px;
  display: block;
  color: #666;
}

ul.carList li a img {
  display: block;
  max-width: 110px;
  height: 73px;
  float: left;
  border: none;
}

ul.carList li a span.details {
  float: left;
  width: 155px;
  padding: 0 0 0 10px;
  font: normal normal normal 11px/15px "Roboto", Arial;
}

ul.carList li a span.price {
  float: right;
  text-align: right;
  width: 90px;
  font-size: 16px;
}

ul.carList li a:hover, ul.customers li a.active {
  color: #b79a16;
}

.offer {
  display: block;
  margin: 20px 0 0 0px;
  background: #fff;
  border: solid 1px #999;
  width: 680px;
  height: 800px;
  color: #666;
  font-size: 12px;
  font-family: Arial;
}

.offer .left {
  float: left;
  height: auto;
  min-height: 0px;
  background: none;
}

.offer .logo {
  float: left;
  display: block;
  margin: 28px 0px 0px 17px;
  width: 121px;
  height: 64px;
  background: url(../images/crm/offerLogo.jpg) repeat-x top left;
}

.offer .customer {
  float: right;
  display: block;
  margin: 28px 10px 0px 0px;
  width: 190px;
  height: 130px;
}

.offer .qcars {
  float: left;
  display: block;
  margin: 25px 0px 0px 17px;
  width: 160px;
  height: 40px;
}

.offer .box {
  width: 626px;
  border: solid 1px #ddd;
  margin-left: 17px;
  padding: 10px;
}

.offer .box a {
  display: block;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  padding-bottom: 4px;
}

.offer .rightBox {
  width: 180px;
  border: solid 1px #ddd;
  float: right;
  margin: 10px 15px 10px 0;
  padding-left: 10px;
}

.offer .offerNr {
  margin: 50px 0px 10px 17px;
}

.offer .carDetails td.left {
  font-weight: bold;
  width: 100px;
}

.offer .priceTable {
  width: 180px;
}

.offer .priceTable td.left {
  width: 80px;
  text-align: left;
}

.offer .priceTable td {
  text-align: right;
}

.todoTable {
  padding: 20px;
}

h3 {
  display: inline-block !important;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 10px 10px 0;
}

.clear {
  clear: both;
  font-size: 0px;
  margin: 0;
  padding: 0;
  line-height: 0px;
}

.floatRight {
  float: right !important;
  margin-right: 15px;
}

.floatRightNM {
  float: right !important;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

li {
  list-style-type: none;
}

hr {
  display: none;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #333;
}

a.alt,
.altbox .content a {
  border-color: #f0d0d0;
  color: #900f0f;
}

a:hover, a:active, a:focus,
a.alt:hover, a.alt:active, a.alt:focus,
.altbox .content a:hover, .altbox .content a:active, .altbox .content a:focus {
  border-color: #ffc2c2;
  color: #000;
}

a img {
  border: none;
}

.cw {
  width: 100%;
  overflow: hidden;
}

.cw2 {
  overflow: hidden;
  height: 1%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cleaner {
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ir {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

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

.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

.ttop {
  vertical-align: top !important;
}

.hand {
  cursor: hand;
  cursor: pointer;
}

.a-hidden {
  position: absolute;
  top: -10000em;
}

.first {
  border-left: 0 !important;
}

.last {
  border-right: 0 !important;
}

.inner-container {
  width: 960px;
  margin: 0 auto;
}

.button {
  border: 1px solid #7a0000;
  background: #8e0f0f url("../images/crm/button.gif") repeat-x;
  padding: 5px 9px 5px;
  text-shadow: #5d0101 1px 1px 0;
  color: #fff;
  cursor: pointer;
}

.button:hover,
.button:focus,
.button:active {
  border-color: #272727;
  background: #2a2a2a url("../images/crm/altbutton.gif") repeat-x;
  text-shadow: #000 1px 1px 0;
  color: #fff;
}

.ico {
  border: 0 !important;
}

.ico-a {
  border: 0 !important;
  padding-left: 20px !important;
}

.tag {
  padding: 4px 7px;
  color: #fff !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tag-gray {
  border-bottom: 1px solid #666;
  background: #999;
  background: gradient(linear, left top, left bottom, from(#bbb), to(#999));
  background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#999));
}

.msg {
  border: none;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 50px;
  right: 0;
  z-index: 2000;
}

.msg p {
  display: block;
  margin: 0 0 0 10px;
  padding: 15px 10px 15px 25px;
  min-height: 20px;
  line-height: 20px;
}

.msg-ok {
  background: #52cf91;
  color: #fff;
}

.msg-error {
  background: #ff694c;
  color: #fff;
}

.msg-warn {
  background: #f3f7aa;
  color: #fff;
}

.msg-info {
  background: #c3e6ff;
  color: #fff;
}

.msg-ok p {
  background: url("/assets/images/crm/accept.png") 0 50% no-repeat;
}

.msg-error p {
  background: url("/assets/images/crm/cross_octagon.png") 0 50% no-repeat;
}

.msg-warn p {
  background: url("/assets/images/crm/exclamation_octagon_fram.png") 0 50% no-repeat;
}

.msg-info p {
  background: url("/assets/images/crm/exclamation.png") 0 50% no-repeat;
}

div.plain {
  padding: 0;
}

div.plain fieldset {
  border: 0 !important;
  padding: 0 !important;
}

div.basic {
  width: 920px;
  float: none;
  padding: 20px 0 20px 0;
}

div.basic.p20 {
  padding: 20px;
}

div.basic.p10, div.basic .inner-form.description {
  padding: 10px;
}

div.basic.half {
  width: 460px;
  float: left;
}

div.basic.twoThird {
  width: 550px;
}

div.basic dl {
  width: 920px;
  overflow: hidden;
}

div.basic dl dt,
div.basic dl dd {
  display: block;
  float: left;
  position: relative;
}

div.basic dl dt {
  padding: 10px 10px 0 0;
  width: 130px;
  text-align: right;
  font: normal normal normal 10px/12px "Roboto", Arial;
  min-height: 24px;
}

div.basic dl dd.material {
  box-sizing: border-box;
  padding: 10px 10px 0 0px;
  font: normal normal normal 16px/24px "Roboto", Arial;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

div.basic dl dt label {
  font: normal normal normal 12px/12px "Roboto", Arial;
  color: #999;
}

div.basic dl dd {
  min-height: 32px;
  padding: 0 0 2px 0;
  width: 780px;
  font: normal normal normal 13px/32px "Roboto", Arial;
  color: #333;
}

div.basic dl dd.ml {
  padding: 8px 0 2px 0;
  line-height: 16px;
}

div.basic.half dl {
  width: 460px;
  overflow: hidden;
}

div.basic.twoThird dl {
  width: 550px;
  overflow: hidden;
}

div.basic.half dl dd {
  width: 320px;
}

div.basic.twoThird dl dd {
  width: 410px;
}

.txt {
  -webkit-appearance: none;
  border-radius: 3px;
  padding: 0 0 0 10px;
  font: normal normal normal 14px/16px "Roboto", Arial;
  color: #333;
  border: 1px solid #ccc;
  margin: 0 0 2px 0;
  width: 100%;
  height: 38px;
  background: #fff;
  box-sizing: border-box;
}

#activeLead.readonly .txt, #activeLead.readonly .btnMinPlus, #activeLead.readonly .ui-datepicker-trigger {
  display: none;
}

#activeLead.readonly dd label {
  display: block;
}

#activeLead dd label {
  display: none;
}

div.basic dl dd textarea.txt {
  height: 120px;
  padding-top: 7px;
}

.w700 div.basic, .w700 div.basic dl {
  width: 700px;
}

.w700 div.basic dl dd {
  width: 560px;
}

div.basic.half dl dd textarea.txt {
  height: 100px;
}

div.basic.twoThird dl dd textarea.txt {
  height: 100px;
}

div.basic.half dl dd select.txt.datePart {
  width: 106px;
  margin-right: 2px;
}

.dateSpace {
  display: inline-block;
  width: 105px;
  margin-right: 2px;
}

div.basic.half dl dd select.txt.datePartYear {
  width: 104px;
}

div.basic.twoThird dl dd select.txt.datePartYear {
  width: 194px;
}

.txt.e, div.basic dl dd .txt.e, div.basic.half dl dd .txt.e {
  padding-right: 16px;
  background: #fff url(../images/crm/txtBgEuro.png) no-repeat right center;
}

.txt.kg, div.basic dl dd .txt.kg, div.basic.half dl dd .txt.hp {
  padding-right: 16px;
  background: #fff url(../images/crm/txtBgKg.png) no-repeat right center;
}

.txt.cc, div.basic dl dd .txt.cc, div.basic.half dl dd .txt.hp {
  padding-right: 16px;
  background: url(../images/crm/txtBgCC.png) no-repeat right center;
}

.txt.perc, div.basic dl dd .txt.perc, div.basic.half dl dd .txt.perc {
  padding-right: 16px;
  background: url(../images/crm/txtBgPerc.png) no-repeat right center;
}

.txt.co2, div.basic dl dd .txt.co2, div.basic.half dl dd .txt.co2 {
  padding-right: 16px;
  background: #fff url(../images/crm/txtBgCO2.png) no-repeat right center;
}

.txt.hp, div.basic dl dd .txt.hp, div.basic.half dl dd .txt.hp {
  padding-right: 16px;
  background: #fff url(../images/crm/txtBgHp.png) no-repeat right center;
}

.txt.price, div.basic dl dd .txt.price, div.basic.half dl dd .txt.price {
  float: left;
  padding-right: 16px;
  background: #fff url(../images/crm/txtBgEuro.png) no-repeat right center;
  border-right: none;
}

span.note, div.basic span.note {
  float: left;
  font: normal normal normal 10px/30px Arial;
  color: #999;
  border: 1px solid #ccc;
  border-radius: 3px;
  border-left: none;
  width: 50px;
}

span.profit, div.basic span.profit {
  width: 50px;
  display: block;
  float: right;
  font: normal normal normal 11px/30px "Roboto", Arial;
  text-align: right;
  color: #b79a16;
}

span.profit.red, div.basic span.profit.red {
  color: #ff0000;
}

span.lblProfit {
  display: inline-block;
  padding-left: 10px;
}

.chk {
  display: block;
  min-height: 32px;
}

.chk label, .chk input, .chkList label, div.basic dl dd label {
  float: left;
  display: block;
  height: 16px;
}

.chkList span {
  display: block;
  min-height: 27px;
}

.chk label, .chkList label, div.basic dl dd label {
  padding: 8px 10px 0 0;
  font: normal normal normal 12px/16px "Roboto", Arial;
  color: #333;
}

.chk input {
  width: 16px;
  margin: 6px 10px 0 0;
  padding: 0;
}

div.basic dl dd input[type=checkbox], div.basic dl dd input[type=radio] {
  float: left;
  display: block;
  height: 16px;
  width: 16px;
  margin: 11px 10px 0 0;
  padding: 0;
}

dl dd a.btnMinPlus {
  margin: 0px;
  width: 31px;
  height: 36px;
  border: none;
  border-radius: 0 3px 3px 0;
  border-left: none;
  background: #fff;
  position: absolute;
  top: 1px;
  right: 1px;
}

dl dd a.btnMinPlus span {
  display: block;
  height: 30px;
  width: 30px;
  margin-top: 3px;
  text-align: center;
  color: #777;
}

dl dd a.btnMinPlus span::after {
  content: "\f002";
  line-height: 30px;
  font-size: 18px;
}

div.basic dl dd a.btnMinPlus.add span, div.basic dl dd a.btnMinPlus.plus span {
  background-position: center -30px;
}

div.basic dl dd a.btnMinPlus.min span {
  background-position: center -60px;
}

div.basic dl dd a.btnMinPlus.date span {
  background-position: center -90px;
}

.ui-trigger, .ui-datepicker-trigger {
  display: block;
  float: right;
  margin: 0;
  width: 32px;
  height: 36px;
  border: none;
  border-radius: 0 3px 3px 0;
  border-left: none;
  background: #fff;
  position: absolute;
  top: 1px;
  right: 1px;
}

.ui-trigger, .ui-datepicker-trigger::after {
  content: "\f133";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  color: #888;
  font-size: 18px;
}

.fieldsTable td {
  position: relative;
}

.fieldsTable .ui-trigger, .fieldsTable .ui-datepicker-trigger {
  position: absolute;
  top: 7px;
  right: 7px;
  height: 30px;
}

.box .content table.fieldsTable td {
  padding: 0px 5px 0px 5px;
}

.box .content table.fieldsTable td .txt {
  margin-top: 3px;
}

.box .content table.fieldsTable td select.txt {
  padding-right: 20px;
  background: url(/assets/images/ddl-arrow.png) no-repeat right center;
}

.ui-datepicker-trigger img {
  visibility: hidden;
}

div.basic dl dd a.btnMinPlus.refresh span {
  background-position: center -120px;
}

a.btnGrey, .pagination a.btnGrey {
  display: inline-block;
  height: 30px;
  background: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 14px 0 0;
  font: normal normal normal 13px/30px "Roboto", Arial;
  color: #666;
}

a.btnGrey23 {
  display: block;
  height: 21px;
  background: #f4f4f4;
  float: right;
  margin: 0px 7px 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 5px 0 5px;
  line-height: 23px;
  color: #666 !important;
}

a.btnGrey span, .pagination a.btnGrey span {
  display: block;
  padding-left: 40px;
  background: url(../images/crm/footerActions.png) no-repeat left top;
  font: normal normal normal 13px/30px "Roboto", Arial;
  color: #666;
}

a.btnGrey.archive span {
  background-position: left -30px;
}

a.btnGrey.unarchive span {
  background-position: left -60px;
}

a.btnGrey.sort span {
  background-position: left -180px;
}

a.btnGrey.import span {
  background-position: left -90px;
}

a.btnGrey.export span {
  background-position: left -120px;
}

a.btnGrey.next span {
  background-position: left -150px;
}

a.btnGrey.add span, .pagination a.btnGrey.add span {
  background-position: left -180px;
}

a.btnGrey.cancel span, .pagination a.btnGrey.cancel span {
  background-position: left -210px;
}

div.basic dl dd .cke_chrome {
  background: #f7f7f7;
  background-image: none;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

div.basic dl dd .cke_top {
  background: #f7f7f7;
  background-image: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}

div.basic dl dd .cke_bottom {
  display: none;
  background: #f7f7f7;
  background-image: none;
  box-shadow: none;
  border-top: 1px solid #ccc;
}

div.basic dl dd .cke_toolgroup, div.basic dl dd .cke_combo_button {
  border-radius: 3px;
  background: #eaeaea;
  color: #666;
  background-image: none;
  box-shadow: none;
  border: 1px solid #ccc;
}

.btnNext {
  display: block;
  width: 38px;
  height: 21px;
  float: right;
  background: url(/assets/images/nextIcon.png) no-repeat center center;
}

.btnPrevious {
  display: block;
  width: 38px;
  height: 21px;
  float: right;
  background: url(/assets/images/previousIcon.png) no-repeat center center;
}

label.check,
label.radio {
  margin-right: 5px;
}

form small {
  color: #999;
}

form {
  overflow: hidden;
}

textarea {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 5px 2px;
  font-family: Arial;
  font-size: 12px;
  -webkit-appearance: none;
}

select.txt {
  background: #fff url(/assets/images/ddl-arrow.png) no-repeat right center;
  -webkit-appearance: menulist;
}

.txt.warning {
  border: 1px solid #ff6600;
  color: #ff6600;
}

div.basic span {
  color: #333;
}

input.error,
select.error,
textarea.error, input.warning.error, select.warning.error, div.basic dl dd .txt.error, div.basic dl dd textarea.txt.error, div.basic dl dd select.txt.error {
  border-color: #e24533 !important;
  border-width: 2px;
  background: #fff;
}

span.loading {
  background: url("../images/crm/upload.gif") 0 50% no-repeat;
  padding: 3px 0 3px 20px;
}

div.fields fieldset {
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 10px 15px 15px 15px;
}

div.fields fieldset.last {
  margin-bottom: 0;
  border-right: 1px solid #ccc !important;
}

div.fields fieldset legend {
  padding: 0 10px;
  font-size: 110%;
}

div.fields label,
div.fields div.sep {
  display: block;
  margin-top: 6px;
}

div.fields label.check,
div.fields label.radio {
  display: inline;
  margin-top: 0;
}

div.fields span.loading {
  margin-left: 10px;
}

ul.actions {
  margin: 0;
}

ul.actions li {
  display: inline;
  margin-right: 5px;
}

.box {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}

.boxin {
  background: #fff;
}

.box .header {
  background: #cccccc;
  height: 50px;
}

.box .header h3 {
  position: relative;
  display: inline;
  color: #333;
  font: normal normal normal 20px/50px "Roboto", Arial;
  padding: 0 0 0 16px;
}

.box .header .button {
  margin-left: 15px;
}

.tabs {
  height: 35px;
  background: #444;
}

.tabs ul {
  display: block;
  float: left;
  margin: 0;
  height: 35px;
}

.tabs ul li {
  display: block;
  float: left;
  margin-top: 0;
  height: 35px;
}

.tabs ul a {
  display: block;
  padding: 0 14px 0 14px;
  font: normal normal bold 10px/35px Roboto, Arial;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.tabs ul a.active,
.tabs ul a:hover,
.tabs ul a:focus,
.tabs ul a:active {
  background: #f7f7f7;
  color: #666;
}

.box table .header {
  background: #f7f7f7;
  height: 30px;
  border-bottom: 1px solid #dedede;
}

.box .stats table .header {
  background: #f7f7f7;
  height: 40px;
  border-bottom: 1px solid #ccc;
}

.box .stats .content table tr.header td {
  background: #f7f7f7;
  height: 40px;
  border-bottom: 1px solid #ccc;
}

.box .content table {
  width: 100%;
  font-size: 11px;
}

.box .content table th {
  padding: 10px 10px 8px 10px;
}

.box .content table td img {
  display: block;
}

.box .content table td {
  padding: 0px 10px 0px 10px;
  vertical-align: middle;
  height: 39px;
  font-size: 11px;
  border-bottom: 1px solid #f0f0f0;
  font-family: Roboto, Arial;
}

.box .content table td.light {
  color: #999;
}

.box .content table td em {
  color: #666;
  display: block;
  font-style: normal;
  font-size: 12px;
}

.box .content table tr.narrow td {
  height: 20px;
}

.box .content table th {
  text-align: left;
  font-weight: normal;
}

.box .content table th.first,
.box .content table td.first {
  padding-left: 20px;
}

.box .content table thead th, .box .content table thead td, .box .content table tr.header td, .box .content table tr.header td a, tr.header td a {
  height: 30px;
  font: normal normal normal 10px/12px "Roboto", Arial;
  color: #666;
  vertical-align: middle;
}

.box .content table tbody tr.first th,
.box .content table tbody tr.first td {
  border-top: 1px solid #bbb;
}

.box .content table tr.summary td {
  background: #fff;
  border-top: 1px solid #bbb;
  font-weight: bold;
}

.box .content table tr.detail td {
  height: 20px;
  color: #666;
}

.box .content table a.ico-comms {
  border: 0;
  background: url("../images/crm/ico-tablecomms.gif") 50% 60% no-repeat;
  padding: 10px;
  color: #fff !important;
}

.box .content table tfoot th,
.box .content table tfoot td {
  border-top: 1px solid #ccc;
  background: #fff url("../images/crm/tfoot.gif") repeat-x;
}

.box .content ul.simple li {
  clear: both;
  padding: 10px 20px 8px 20px;
  overflow: hidden;
}

.box .content table tr.even th,
.box .content ul.simple li.even {
  background: #f5f5f5;
}

.box .content ul.simple strong {
  float: left;
  font-weight: normal;
}

.box .content ul.simple span {
  float: right;
}

.box .content .grid .line {
  border-bottom: 1px solid #ddd;
  width: 100%;
  overflow: hidden;
}

.box .content .grid .even {
  background: #f5f5f5;
}

.box .content .grid .item {
  float: left;
  width: 50%;
}

.box .content .grid .item .inner {
  padding: 17px 15px 12px 20px;
}

.box .content .grid .firstline {
  border-top: 0 !important;
}

.box .content .grid .lastline {
  border-bottom: 0 !important;
}

.box .content .grid .item a.thumb {
  border: 0;
  float: left;
}

.box .content .grid .item .data {
  margin-left: 165px;
}

.box .content .grid .item h4 {
  margin: 0 0 10px 0;
  font-size: 110%;
  font-weight: bold;
}

.box .content .grid .item h4 span {
  margin-right: 5px;
  font-weight: normal;
  font-size: 90%;
}

.box .content .grid .item p {
  margin: 0 0 5px 0;
  color: #666;
}

.box .content .grid ul.actions {
  margin-top: 8px;
}

.pagination {
  border-top: 1px solid #b2b2b2;
  background: #f7f7f7;
  text-align: center;
  color: #333 !important;
  padding: 10px 10px 0 10px;
  height: 39px;
}

.pagination ul {
  position: relative;
  top: -1px;
  padding: 12px 10px 6px;
}

.pagination ul li {
  display: inline;
}

.pagination a {
  border: 0;
  background: #ebebeb;
  margin: 0 5px;
  padding: 6px 10px;
  color: #333 !important;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  color: #b10d0d !important;
}

.pagination strong {
  padding: 15px 10px 8px;
}

table.calendar {
  width: 100%;
}

table.calendar thead {
  zoom: 1;
}

table.calendar thead tr {
  zoom: 1;
}

table.calendar thead th.month {
  border-bottom: 1px solid #bbb;
  font-weight: bold;
  font-size: 120%;
  zoom: 1;
}

table.calendar thead th.month a {
  border: none;
  position: relative;
  top: 5px;
  margin: 0 10px;
  zoom: 1;
}

table.calendar th,
table.calendar td {
  width: 14.3%;
  text-align: center;
}

table.calendar tbody td,
table.calendar tbody th {
  border: 1px solid #ddd;
  border-top-color: #fff;
  border-left-color: #fff;
}

table.calendar strong {
  font-size: 140%;
}

table.calendar .inactive {
  color: #aaa;
}

table.calendar div.items a {
  border: 0;
  margin: 0 1px;
}

.calDay {
  color: #999;
  font-size: 13px;
  background: url(../images/crm/calDay.png) repeat-x;
  height: 24px;
  text-align: center;
}

.calDay a {
  color: #999 !important;
  font-size: 13px;
  background: url(../images/crm/calDay.png) repeat-x;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.calSelectedDay {
  color: #999 !important;
  font-size: 13px;
  background: #555 !important;
  height: 24px;
  text-align: center;
}

.calSelectedDay a {
  color: #999 !important;
  background: #555 !important;
  line-height: 24px;
}

.cal {
  margin: 0px 0 0 15px;
}

.calOtherMonth, .calOtherMonth a {
  background: #1e1e1e !important;
  color: #303030 !important;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.calDayHeader, .calDayHeader a {
  background: none;
  color: #474747 !important;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.calWeek, .calWeek a {
  color: #474747 !important;
}

.calHeader, .calHeader a, .calHeader td {
  background: none;
  color: #fff !important;
  text-align: center;
}

.calToday {
  color: #999 !important;
  font-size: 13px;
  background: url(../images/crm/calToday.png) repeat-x;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.calToday a {
  color: #fff !important;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.searchBox {
  margin: 15px 15px 0 0;
  display: block;
  height: 37px;
  width: 350px;
  font-family: Arial;
  font-size: 12px;
  float: right;
  color: #999;
  background: #3c3c3c;
  padding: 0px 2px 0 5px;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.searchBox span.search {
  background: none;
  border: none;
  line-height: 37px;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  text-transform: none;
}

.searchBox a.search {
  display: block;
  float: right;
  background: #b79a16;
  height: 31px;
}

.searchBox a.search span {
  display: block;
  height: 31px;
  width: 36px;
  text-align: center;
}

.searchBox a.search span::after {
  content: "\f002";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  line-height: 31px;
  font-size: 20px;
}

.msg-error ul {
  display: none;
  visibility: hidden;
}

small.red {
  color: #ff3333;
}

.small {
  font-size: 10px !important;
}

td.small {
  width: 50px;
  min-width: 50px;
}

.subSection {
  min-height: 46px;
  background: #f9f9f9;
  border-bottom: solid 1px #e5e5e5;
  font: normal normal normal 18px/46px "Roboto", Arial;
  color: #666;
  padding-left: 11px;
  position: relative;
}

.subSectionLight {
  height: 40px;
  background: #fcfcfc;
  border-bottom: solid 1px #ccc;
  font: normal normal normal 16px/40px "Roboto", Arial;
  color: #666;
  padding-left: 11px;
}

.subSection a {
  margin-top: 5px !important;
}

.subSection a.weekPrevious, .subSection a.weekNext {
  margin-top: 1px !important;
}

.subSection a.btnMinPlus {
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  margin: 0 !important;
}

.subSection a.btnMinPlus.add {
  display: block;
  width: 40px;
  height: 40px;
  background: #b79a16;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  line-height: 40px;
}

.subSection a.btnMinPlus.add::after {
  content: "+";
}

.subSection a.btnMinPlus.add span {
  display: none;
}

.subSection a.btnMinPlus span {
  width: 40px;
  height: 40px;
  background: url(/assets/images/crm/actionIcons40.png) no-repeat right -200px;
}

.subSection a.btnMinPlus.plus span {
  width: 40px;
  height: 40px;
  background: url(/assets/images/crm/actionIcons40.png) no-repeat right -200px;
}

.subSection a.btnMinPlus.min span {
  width: 40px;
  height: 40px;
  background: url(/assets/images/crm/actionIcons40.png) no-repeat right -160px;
}

.subSection a.btnMinPlus.search {
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  margin: 0 !important;
}

.subSection a.btnMinPlus.search span {
  width: 40px;
  height: 40px;
  color: #777;
  text-align: center;
  transition: 0.3s;
}

.subSection a.btnMinPlus.search span::after {
  content: "\f002";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
}

.subSection a.btnMinPlus.view span {
  width: 40px;
  height: 40px;
  background: url(/assets/images/crm/actionIcons40.png) no-repeat left -80px;
}

.subSection.white {
  background: #fff;
}

a.btnMinPlus {
  display: block;
  height: auto;
  background: #b79a16;
  float: right;
  margin: 4px 7px 0 0;
}

td a.btnMinPlus {
  margin: 0px;
  display: inline-block;
  float: none;
  height: 38px;
  width: 38px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 20px;
  border-radius: 3px;
  color: #fff;
}

a.btnMinPlus.min span {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../images/crm/fieldactions.png) no-repeat center -55px;
}

a.btnMinPlus.plus span {
  display: block;
  height: 20px;
  width: 20px;
  background: url(../images/crm/fieldactions.png) no-repeat center -29px;
}

a.btnMinPlus.add span {
  display: block;
  height: 26px;
  width: 26px;
  background: url(../images/crm/fieldactions.png) no-repeat center -26px;
}

a.btnMinPlus.export span {
  display: block;
  height: 20px;
  padding-left: 20px;
  background: url(../images/crm/exportIcon.png) no-repeat left center;
}

a.btnMinPlus.search span {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #777;
  transition: 0.3s;
}

a.btnMinPlus.search span::after {
  content: "\f002";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  line-height: 30px;
  font-size: 18px;
}

a.btnMinPlus.refresh span {
  display: block;
  height: 26px;
  width: 26px;
  background: url(../images/crm/fieldactions.png) no-repeat center -104px;
}

.subTitle {
  display: block;
  padding-top: 8px;
  padding-bottom: 5px;
  width: 100%;
  font-size: 14px;
  color: #666;
}

.smaller {
  width: 50% !important;
}

.msgContent dl dd a.btnMinPlus {
  margin: 0px;
  width: 31px;
  height: 30px;
  border: none;
  border-radius: 3px;
  border-left: none;
  background: #fff;
}

.msgContent dl dd a.btnMinPlus span {
  display: block;
  height: 30px;
  width: 30px;
  background: url(../images/crm/fieldactions.png) no-repeat center top;
}

.msgContent dl dd a.btnMinPlus.add span, div.basic dl dd a.btnMinPlus.plus span {
  background-position: center -30px;
}

.msgContent dl dd a.btnMinPlus.min span {
  background-position: center -60px;
}

.msgContent dl dd a.btnMinPlus.date span {
  background-position: center -90px;
}

.msgContent dl dd textarea {
  height: 100px;
}

.header a.link {
  padding-top: 5px;
  text-decoration: underline;
  color: #999;
}

.overlay {
  height: 100%;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow-y: auto;
}

.overlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em; /*might want to tweak this. .25em for extra white space */
  height: 100%;
}

.overlayLight {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  min-height: 100%;
  min-width: 100%;
  bottom: 0px;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
}

.popUp {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -240px;
  margin-top: -120px;
}

.hdrBtn {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #777;
  transition: 0.3s;
}

.tabs .hdrBtn, td.header .hdrBtn {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  background-color: #b79a16;
}

tr.header .hdrBtn {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
}

.widgetbox .header .hdrBtn, .subSection .hdrBtn, .pagination .hdrBtn {
  padding: 0;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
}

.pagination .hdrButtons {
  margin-top: -5px;
  margin-right: -6px;
}

.hdrBtn:hover {
  color: #000;
  transition: 0.3s;
}

.hdrBtn:after {
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
}

.tabs .hdrBtn {
  color: #fff;
}

.tabs .hdrBtn:after, td.header .hdrBtn:after {
  font-size: 16px;
  line-height: 35px;
}

.widgetbox .header .hdrBtn:after, .subSection .hdrBtn:after, .pagination .hdrBtn:after {
  line-height: 40px;
  color: #666;
}

.subSection a.hdrBtn {
  margin: 0 !important;
}

.hdrBtn.add::after {
  content: "\f067";
  font-weight: 300;
}

.tabs .hdrBtn.add::after {
  content: "\f067";
}

tr.header .hdrBtn.add::after {
  content: "\f067";
}

.floatNone, .hdrBtn.add.floatNone {
  float: none;
  display: inline-block;
}

.hdrBtn.cancel::after {
  content: "\f00d";
  font-weight: 300;
}

.hdrBtn.save::after {
  content: "\f0c7";
}

.hdrBtn.import::after {
  content: "\f093";
}

.hdrBtn.export::after {
  content: "\f019";
}

.hdrBtn.search::after {
  content: "\f002";
}

.hdrBtn.print::after {
  content: "\f1c1";
}

.hdrBtn.invoice::after {
  content: "\f15c";
}

.hdrBtn.ship::after {
  content: "\f0d1";
}

.hdrBtn.paid::after {
  content: "\f2e8";
}

.hdrBtn.printappraisal::after {
  content: "\f336";
}

.hdrBtn.more::after, .widgetbox .header .hdrBtn.more::after {
  content: "\f142";
}

.hdrBtn.archive::after, .hdrBtn.delete::after {
  content: "\f2ed";
}

.hdrBtn.cancelpayment::after, .hdrBtn.cancelshipment::after {
  content: "\f317";
}

.hdrBtn.email::after {
  content: "\f0e0";
}

.hdrBtn.email {
  margin-bottom: 0;
}

.hdrBtn.todo::after {
  content: "\f2f7";
}

.hdrBtn.undo::after {
  content: "\f0e2";
}

.hdrBtn.redo::after {
  content: "\f01e";
}

.subSection .hdrBtn.add::after {
  content: "\f067";
}

.hdrBtn.done::after {
  content: "\f058";
}

.subSection .hdrBtn.done::after {
  content: "\f058";
}

.hdrBtn.followup::after, .hdrBtn.followUp::after, .sebSection .hdrBtn.followup::after, .sebSection .hdrBtn.followUp::after {
  content: "\f14d";
}

.hdrBtn.payment::after {
  content: "\f2e8";
}

.hdrBtn.reminder::after {
  content: "\f0f3";
}

.hdrBtn.refresh::after {
  content: "\f021";
}

.subSection .hdrBtn.previous, .pagination .hdrBtn.previous {
  width: 28px;
  margin: 0 0 0 6px !important;
}

.subSection .hdrBtn.previous, .pagination .hdrBtn.previous::after {
  content: "\f104";
}

.subSection .hdrBtn.next, .pagination .hdrBtn.next {
  width: 28px;
  margin: 0 6px 0 0 !important;
}

.subSection .hdrBtn.next, .pagination .hdrBtn.next::after {
  content: "\f105";
}

.subSection .hdrBtn.delete::after {
  content: "\f2ed";
}

.subSection .hdrBtn.edit::after {
  content: "\f304";
}

.subSection .hdrBtn.save::after {
  content: "\f0c7";
}

.subSection .hdrDevider {
  width: 1px;
  height: 40px;
  background: #cccccc;
}

.hdrDevider {
  display: block;
  float: left;
  width: 0px;
}

.hdrButtons {
  float: right;
}

.header select, .header input {
  margin-top: 1px !important;
}

.header .ui-datepicker-trigger {
  margin-top: 1px !important;
}

.floatLeft {
  float: left !important;
}

.logoSmall {
  display: block;
  height: 50px;
  width: 230px;
  padding-bottom: 10px;
  background: url(../images/crm/logoSmall.png) no-repeat;
}

.offerDate span {
  padding-top: 3px;
  float: left;
  font-size: 18px;
}

div.basic INPUT.txt.offerDateSelect {
  float: left;
  margin-left: 17px;
  width: 138px !important;
}

div.basic dt label {
  white-space: nowrap;
}

a.btnSearch {
  display: block;
  height: 27px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/crm/btnGreenBg.png) repeat-x;
  float: right;
  margin: 4px 7px 0 0;
}

.hdrBtn.followup::after {
  content: "\f02f";
  font-family: "FontAwesome";
}

a.btnSearch span {
  display: block;
  height: 27px;
  width: 27px;
  background: url(../images/crm/searchPlus.png) no-repeat center center;
}

a.btnSearch.small {
  display: block;
  height: 30px;
  float: right;
  background: none;
  margin: 0 7px 0 0 !important;
}

a.btnSearch.small span {
  display: block;
  height: 30px;
  width: 30px;
  background: url(../images/crm/searchPlus.png) no-repeat center center;
}

.salesDropdown {
  padding: 10px 0 10px 0;
}

.smallFont {
  font-size: 11px;
  color: #666;
}

.qPrice td input {
  float: right;
  margin-right: 2px;
}

table.qPrice {
  border: none;
}

.qPrice td.tdLeft {
  padding-bottom: 6px !important;
  font-size: 16px;
  font-family: Arial;
}

.qPrice td.tdLeft span.q {
  padding: 0;
  color: #b79a16;
  font-size: 20px;
  font-family: Arial;
}

.posCenter {
  position: absolute;
  top: 50%;
  left: 20%;
  font-size: 24px;
  color: #666;
  font-family: Arial;
  margin-top: -40px;
}

.posCenter span {
  display: inline !important;
}

.posCenter span.q {
  color: #b79a16;
  font-family: Arial;
  font-size: 40px;
}

.posCenter span.qReduction {
  font-family: Arial;
}

a.btnDarkGrey {
  display: block;
  height: 27px;
  background: #95A5A6;
  float: right;
  margin: 0;
}

a.btnDarkGrey.plus span {
  display: block;
  height: 27px;
  width: 27px;
  background: url(../images/crm/plus.png) no-repeat center center;
}

a.btnDarkGrey.calendar span {
  display: block;
  height: 27px;
  width: 27px;
  background: url(../images/crm/calendar.png) no-repeat center center;
}

a.btnDarkGrey.refresh {
  float: right;
}

a.btnDarkGrey.refresh span {
  display: block;
  height: 27px;
  width: 27px;
  background: url(../images/crm/iconRefresh.png) no-repeat center center;
}

a.btnGreen {
  display: inline-block;
  border: 1px solid #08c880;
  background: #08c880;
  font: normal normal bold 14px/25px "Roboto", Arial;
  color: #fff;
  text-align: center;
  padding: 10px 20px 10px 20px;
  transition: 0.3s;
  border-radius: 4px;
  transition: 0.3s;
}

.msgFooter a.btnGreen {
  margin: 0 10px 0 10px;
}

a.btnGreen:hover {
  background: #06a166;
  transition: 0.3s;
}

a.btnGreen span, a.btnNoBg span {
  font: normal normal bold 14px/25px "Roboto", Arial;
}

a.btnNoBg {
  display: inline-block;
  border: 1px solid #ccc;
  background: none;
  font: normal normal bold 14px/25px "Roboto", Arial;
  color: #999;
  text-align: center;
  padding: 10px 20px 10px 20px;
  transition: 0.3s;
  margin: 0 10px 0 10px;
  border-radius: 4px;
  transition: 0.3s;
}

a.btnNoBg:hover {
  background: #e5e5e5;
  transition: 0.3s;
}

a.btnRed {
  position: absolute;
  right: 10px;
  top: 30px;
  display: block;
  color: #cf000f;
  text-transform: uppercase;
  text-decoration: underline;
}

a.btnRed span {
  display: block;
  line-height: 20px;
  padding: 0 10px 0 10px;
  color: #b79a16;
  text-transform: uppercase;
  text-decoration: underline;
}

a.btnGreen.iconSaveWhite span, a.btnGreen span.iconSaveWhite {
  display: block;
  height: 42px;
  width: 40px;
  background: url(../images/crm/iconSaveWhite.png) no-repeat center center;
}

a.btnGreen27, div.btnGreen27 {
  display: inline-block;
  height: 42px;
  background: #b79a16;
  margin: 0px 7px 0 0;
  border-radius: 3px;
  padding: 0px 5px 0 5px;
  line-height: 42px;
  color: #fff !important;
  font: normal normal 400 14px/27px "Roboto", Arial;
}

a.btnGreen27 span, div.btnGreen27 span {
  color: #fff;
  font: normal normal 400 14px/42px "Roboto", Arial;
}

a.btnGreen23 {
  display: block;
  height: 23px;
  background: #b79a16;
  float: right;
  margin: 0px 7px 0 0;
  padding: 0px;
  line-height: 23px;
  color: #fff !important;
}

a.btnGreen23 span {
  padding: 0px 5px 0 5px;
  font-weight: bold;
}

a.btnGreen23.iconPlus span {
  padding: 0px;
  display: block;
  height: 23px;
  width: 25px;
  background: url(../images/crm/plus.png) no-repeat center center;
}

a.btnRed27 {
  display: block;
  height: 42px;
  background: #cf000f;
  float: right;
  margin: 0px 7px 0 0;
  border-radius: 3px;
  padding: 0px;
  line-height: 42px;
  color: #fff !important;
}

a.btnRed27 span {
  padding: 0px 5px 0 5px;
}

a.btnRed27:hover, .pagination a.btnRed27:hover {
  color: #fff !important;
}

.msgFooter a.btnRed27, .msgFooter a.btnGreen27 {
  width: 90px;
  float: none;
  display: inline-block;
}

.msgFooter a.btnRed27 span, .msgFooter a.btnGreen27 span {
  font-size: 13px;
  font-weight: normal;
}

a.btnGreen27:hover, .pagination a.btnGreen27:hover {
  color: #fff !important;
}

a.btnGreen27.iconSaveWhite span, a.btnGreen.iconSaveWhite span {
  padding: 0px;
  display: block;
  height: 50px;
  width: 50px;
  background: #b79a16;
}

a.btnGreen27.iconPlus, a.btnGreen27.iconSearch, a.btnGreen27.iconRefresh, a.btnGreen27.iconNext, a.btnRed27.iconPrevious, a.btnGreen27.iconSaveWhite, a.btnGreen.iconSaveWhite {
  border-radius: 3px;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: #b79a16;
}

.header td a.btnGreen27.iconPlus {
  width: 30px;
  height: 30px;
}

.header td a.btnGreen27.iconPlus span {
  width: 30px;
  height: 30px;
  background: url(/assets/images/crm/actionIcons.png) no-repeat center -260px;
}

a.btnGreen27.iconPlus span {
  padding: 0px;
  display: block;
  height: 50px;
  width: 50px;
  background: url(/assets/images/crm/actionIcons.png) no-repeat center -250px;
}

a.btnGreen27.iconRefresh span {
  padding: 0px;
  display: block;
  height: 50px;
  width: 50px;
  background: url(../images/crm/refresh.png) no-repeat center center;
}

a.btnGreen27.iconSearch span {
  padding: 0px;
  display: block;
  height: 50px;
  width: 50px;
  background: url(../images/crm/magnifierWhite.png) no-repeat center center;
}

a.btnGreen27.iconNext span {
  padding: 0px;
  display: block;
  height: 50px;
  width: 50px;
  background: url(../images/crm/arrowRightWhite.png) no-repeat center center;
}

a.btnRed27.iconPrevious span {
  padding: 0px;
  display: block;
  height: 50px;
  width: 50px;
  background: url(../images/crm/arrowLeftWhite.png) no-repeat center center;
}

.twoCol td {
  width: 40%;
  color: #666;
  padding-bottom: 15px;
}

.twoCol td.label {
  width: 10%;
  color: #999;
  vertical-align: top;
  text-align: right;
  padding-right: 5px;
}

.box .content table td.noPadding {
  padding: 0px 0px 0px 0px !important;
}

span#btnCancel a {
  float: left !important;
  margin-left: 0;
  clear: both !important;
}

a.btnDeleteImg {
  float: right;
  background: url(../images/crm/delete.png);
  display: block;
  width: 16px;
  height: 16px;
  text-decoration: none;
  margin: 2px 2px 0 0;
}

a.btnEditImg {
  float: left;
  background: url(../images/crm/iconEditGreen.png);
  display: block;
  width: 16px;
  height: 16px;
  text-decoration: none;
  margin: 2px 0 0 2px;
}

table.AddImgHolder {
  border: solid 1px #FFF;
  width: 138px !important;
  height: 138px;
  background-color: #F0F0F0;
  margin: 2px;
  float: left;
}

table.AddImgHolder td {
  padding: 0px !important;
}

table.AddImgHolder img {
  display: block;
  margin: auto;
}

table.AddImgHolder label {
  position: relative;
  top: 0;
  padding-left: 3px;
  font-size: 10px;
}

.AjaxUploaderQueueTable {
  margin-top: 40px;
}

.profile {
  float: left;
  margin-top: 1px;
  display: block;
  width: 37px;
  height: 35px;
  border-left: 1px solid #333;
  background: url(../images/topIcons.png) no-repeat top left;
}

.adminA {
  float: left;
  margin-top: 1px;
  display: block;
  width: 63px;
  height: 35px;
  background: url(../images/crm/admin.png) no-repeat 50% 50%;
}

.admin {
  float: left;
  margin-top: 1px;
  display: block;
  width: 63px;
  height: 35px;
  background: url(../images/crm/adminOff.png) no-repeat 50% 50%;
}

.profile:hover {
  background: url(../images/topIcons.png) no-repeat bottom left;
  border-left: 1px solid #333;
}

table.stats {
  background: #fff;
  width: 100%;
}

.widgetbox .wboxin table.stats tr.header, .widgetbox .wboxin table.mostviewed tr.header, .widgetbox .wboxin table.offeredcar tr.header {
  height: 32px;
}

table.stats tr.header td, .mostviewed tr.header td, .offeredcar tr.header td {
  height: 29px;
  background: #f7f7f7;
  font: normal normal normal 10px/29px "Roboto", Arial;
  color: #666;
  border-left: 1px solid #dedede;
  text-align: center;
  padding: 0 10px 0 10px;
  white-space: nowrap;
}

table.stats tr.header td.first {
  padding-left: 15px;
  border-left: none;
  text-align: left;
  width: 90%;
  white-space: nowrap;
}

.mostviewed tbody tr td.first {
  padding: 9px 10px 0 10px;
}

.w66 .mostviewed tbody tr, .w66 .offeredcar tbody tr {
  height: 30px;
}

.w66 .mostviewed tbody tr td, .w66 .offeredcar tbody tr td {
  height: 29px;
  padding: 0 10px 0 10px;
  vertical-align: middle;
}

.w66 .mostviewed tbody tr td.first, .w66 .offeredcar tbody tr td.first {
  height: 26px;
  padding: 0 10px 0 10px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
}

table.stats tbody td {
  padding: 0px 0px 0px 0px;
  height: 38px;
  font: normal normal normal 12px/38px "Roboto", Arial;
  color: #666;
  border-top: 1px solid #dedede;
  white-space: nowrap;
}

table.stats tbody td.first {
  vertical-align: middle;
  padding-left: 8px;
}

table.stats tbody td img {
  margin-left: 15px;
}

table.stats td.first span {
  display: block;
  min-height: 38px;
  font: normal normal normal 12px/38px "Roboto", Arial;
  color: #666;
  padding: 0 0 0 0px;
}

table.stats td.first span::before {
  content: "\f3a5";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  line-height: 40px;
  font-size: 18px;
  padding-right: 10px;
  padding-left: 5px;
}

table.stats td.first span.ttCarsViewed::before {
  content: "\f06e";
}

table.stats td.first span.ttVisitors::before {
  content: "\f0c0";
}

table.stats td.first span.tt1 {
  background: url(/assets/images/crm/TaskType1.png) no-repeat left center;
}

table.stats td.first span.tt2 {
  background: url(/assets/images/crm/TaskType2.png) no-repeat left center;
}

table.stats td.first span.tt10 {
  background: url(/assets/images/crm/TaskType10.png) no-repeat left center;
}

table.stats td.first span.ttNotSold {
  background: url(/assets/images/crm/iconSales.png) no-repeat left center;
}

.small {
  font-size: 11px;
}

.subSection select {
  margin-top: 2px;
}

.red {
  color: #b79a16;
}

.ui-sortable {
  background: none;
}

.frmOption .ui-state-default {
  height: 20px;
  width: 340px;
  font-size: 11px;
  float: left;
  margin-left: 20px;
  margin-right: 10px;
  line-height: 20px;
  background: url(../images/crm/optionsHover.png) top left;
  border-bottom: 1px solid #ebebeb;
}

.ui-state-default {
  height: 20px;
  font: normal normal normal 12px/20px Arial, Helvetica, sans;
  padding: 0 0 0 10px;
}

.frmOption dt {
  width: 18%;
  display: block;
  text-align: right;
  vertical-align: top;
  float: left;
  margin: 0 0 2px 0;
  padding: 10px 20px 0 0;
  color: #999999;
}

.frmOption dd {
  width: 75%;
  display: block;
  float: left;
  margin: 0 0 2px 0;
  padding: 0;
  position: relative;
}

.frmOption input.txt {
  padding-left: 10px;
  padding-right: 0px;
}

.frmOption input.txt.flu {
  padding: 7px;
}

.txt {
  width: 100%;
  border-radius: 3px;
}

.boxOption {
  position: relative;
  margin: 100px auto 10px auto;
  width: 500px;
  height: auto;
  background: #fff;
  border-radius: 4px;
  font-size: 11px;
  color: #333;
  box-shadow: #333 0 0 10px;
  -webkit-box-shadow: #333 0 0 10px;
  -moz-box-shadow: #333 0 0 10px;
  border: 1px solid #999;
}

.msgBox {
  width: 500px;
  height: auto;
  border-radius: 4px;
  background: #fff;
  font-size: 11px;
  color: #333;
  box-shadow: #333 0 0 10px;
  -webkit-box-shadow: #333 0 0 10px;
  -moz-box-shadow: #333 0 0 10px;
  border: 1px solid #999;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
}

.msgBox.wider {
  width: 700px;
}

.msgHeader {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  color: #333;
  padding: 20px;
  box-sizing: border-box;
  font: normal normal normal 20px/29px "Roboto";
}

.msgHeader span {
  font-size: 20px;
}

.msgHeader::after {
  content: "";
  display: block;
  float: none;
  clear: both;
}

a.msgClose {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  height: 32px;
  color: #999;
}

a.msgClose::after {
  font-family: Material-Design-Iconic-Font;
  font-size: 20px;
  line-height: 32px;
  content: "\f136";
}

a.msgClose:hover {
  color: #333;
}

.msgContent {
  padding: 10px 20px 20px 20px;
}

.msgContent p {
  padding: 0 0 10px 0;
}

.msgContent.paddingLeft p {
  padding-left: 104px;
}

.boxOption hr {
  display: block;
  margin: 10px -20px 10px -20px;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  width: 500px;
  height: 1px;
}

.boxOption .msgFooter {
  display: block;
  text-align: center;
  position: relative;
  border-top: 1px solid #ddd;
  padding: 20px 10px 20px 10px;
}

.msgBox .msgFooter {
  display: block;
  text-align: center;
  position: relative;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding: 20px 10px 20px 10px;
}

.optionTbl {
  width: 100%;
}

.optionTbl td {
  color: #666666;
  font-size: 11px;
  padding-bottom: 3px !important;
}

.optionTbl td label {
  color: #333;
  font-size: 12px;
}

.tblCMS {
  width: 100%;
}

.tblStats {
  width: 100%;
}

.box .content table td.statsLeft, .box .content table td.cmsLeft {
  background: #f7f7f7;
  padding: 0 0 20px 0;
  width: 200px;
  vertical-align: top;
}

.box .content table td.statsLeft .basic {
  width: 164px;
}

.box .content table td.statsRight, .box .content table td.cmsRight {
  vertical-align: top;
  width: auto;
  padding: 0;
}

.cmsLeft ul, li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.cmsLeft li {
  width: 180px;
  height: 29px;
  border-bottom: 1px solid #dedede;
  padding-left: 20px;
}

.cmsLeft li a {
  font-family: Arial;
  font-size: 12px;
  line-height: 29px;
  color: #666;
}

.cmsLeft li a.active {
  font-family: Arial;
  font-size: 12px;
  line-height: 29px;
  color: #b79a16;
}

.cmsRight dl {
  margin: 10px;
}

.cms, .stats {
  background: #fff;
}

.graph .overlay {
  position: inherit;
  background: none;
}

table.sold dl dt {
  width: 15%;
}

td.top {
  vertical-align: top;
}

#progress {
  background-color: #CF4342;
  color: #fff;
  top: 0px;
  right: 0px;
  position: fixed;
}

#progress img {
  vertical-align: middle;
  margin: 2px;
}

.cmsLeft td {
  font-size: 11px;
  border-bottom: 1px solid #bbb;
}

.cmsLeft td.tr {
  font-size: 14px;
}

.cmsLeft td.smaller {
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
}

.statsLeft td.statsHeader {
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  border-bottom: 1px solid #ccc;
}

.statsLeft tr.header td {
  border-bottom: 1px solid #ccc;
}

.statsLeft table tbody td {
  border-bottom: 1px solid #fff;
}

span.hTime {
  display: block;
  height: 30px;
  background: url("../images/crm/timeIcon.png") no-repeat left center;
  line-height: 30px;
  padding-left: 30px;
}

span.hStats {
  display: block;
  height: 30px;
  background: url("../images/crm/statsIcon.png") no-repeat left center;
  line-height: 30px;
  padding-left: 30px;
}

span.hSales {
  display: block;
  height: 30px;
  background: url("../images/crm/salesIcon.png") no-repeat left center;
  padding-left: 30px;
  line-height: 30px;
}

span.hCars {
  display: block;
  height: 30px;
  background: url("../images/crm/carIcon.png") no-repeat left center;
  padding-left: 30px;
  line-height: 30px;
}

span.hPeople {
  display: block;
  height: 30px;
  background: url("../images/crm/peopleIcon.png") no-repeat left center;
  padding-left: 30px;
  line-height: 30px;
}

span.legend {
  display: block;
  padding-left: 30px;
  font-size: 11px;
  padding: 0 0 0 11px;
  margin: 6px 0 10px 0;
  float: left;
}

span.space {
  padding-right: 10px;
}

span.legend.red {
  background: url("../images/crm/bulletRed.png") no-repeat left center;
}

span.legend.green {
  background: url("../images/crm/bulletGreen.png") no-repeat left center;
}

span.legend.blue {
  background: url("../images/crm/bulletBlue.png") no-repeat left center;
}

.SalesSimpleSearch {
  float: left;
  background: url(../images/SalesSimpleSearch.png);
  width: 924px;
  padding: 0px 20px 0 20px;
  margin-left: 10px;
  margin-top: 10px;
  height: 93px;
  position: relative;
  overflow: hidden;
}

.SalesSimpleSearch h1 {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 10px;
  text-shadow: 1px 1px #F4F4F4;
}

.SalesSimpleSearch .textfieldTrefwoord {
  position: absolute;
  height: 18px;
  line-height: 18px;
  right: 22px;
  top: 10px;
  border: 0;
  width: 402px;
  padding-left: 10px;
  font-weight: bold;
}

.SalesSimpleSearch .textfieldTrefwoord:focus {
  background: #DBF6FC;
}

.SalesSimpleSearch img.btnDivider {
  height: 24px;
  width: 1px;
  padding-top: 1px;
  display: none;
}

.tblSalesSimpleSearch {
  position: absolute;
  left: 15px;
  bottom: 13px;
  width: 810px;
}

.tblSalesSimpleSearch tr {
  height: 30px;
}

.tblSalesSimpleSearch .tdLabel {
  width: 30px;
}

.tblSalesSimpleSearch .tdChkLabel {
  text-align: right;
  height: 23px;
  padding-top: 7px;
  text-shadow: 1px 1px #dcdcdc;
  padding-right: 4px;
}

.tblSalesSimpleSearch select {
  height: 22px;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #fff;
  border: solid 1px #999;
}

.SalesSimpleSearch .dropdown {
  width: 190px;
}

.SalesSimpleSearch .langDropdown {
  width: 50px;
}

img.btnDivider {
  float: left;
}

.positionSalesSearchButton {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 10;
  _background: none;
}

.subscribe {
  display: inline-block;
  width: 20px;
  height: 39px;
  text-align: center;
  color: #ccc;
}

.subscribe::after {
  content: "\f0e0";
  font-size: 18px;
  line-height: 39px;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
}

.subscribe.active {
  color: #08c880;
}

.subscribe.unsubscribe {
  color: #ff2200;
}

.contentRight, .contentLeft {
  vertical-align: top !important;
  padding-top: 10px !important;
}

.contentRight .content {
  position: relative;
}

.contentRight .content td {
  vertical-align: top !important;
}

.contentRight .box {
  width: 700px !important;
}

.contentRight .hdrButtons {
  margin-right: 10px;
}

.pnl.margin {
  padding-left: 10px;
}

table.mailer tr td.SearchBox div, div.SearchBox {
  background: #888;
  position: relative;
  height: 40px;
  padding: 4px 4px 4px 4px;
  margin: 0px;
}

table.mailer tr td.SearchBox div input, div.SearchBox input {
  background: #fff;
  border: none;
  font-size: 12px;
  color: #666;
  height: 40px;
  line-height: 16px;
  padding: 0 30px 0 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  float: right;
  display: block;
  width: 270px;
}

div.SearchBox input {
  background: #fff;
  border: none;
  font-size: 12px;
  color: #666;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
  border-radius: 3px;
  float: left;
  display: block;
  width: 244px;
  border-right: 4px solid #888;
  box-sizing: border-box;
}

.SearchBox select {
  background: #fff;
  border: none;
  font-size: 12px;
  color: #666;
  height: 40px;
  line-height: 17px;
  margin: 0;
  border-right: 4px solid #888;
  box-sizing: border-box;
  padding: 10px 5px 11px 5px;
  border-radius: 3px;
  float: left;
  display: block;
  width: 155px;
}

.SearchBox.multiCol select {
  width: 150px;
}

div.SearchBox a.btnResetBox, div.SearchBox a.btnSearchBox {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #eee;
  transition: 0.3s;
}

div.SearchBox a.btnResetBox:hover, div.SearchBox a.btnSearchBox:hover {
  color: #fff;
  transition: 0.3s;
}

div.SearchBox a.btnSearchBox::after {
  content: "\f002";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  line-height: 40px;
  font-size: 20px;
}

div.SearchBox a.btnResetBox::after {
  content: "\f00d";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  line-height: 40px;
  font-size: 20px;
}

div.SearchBox.fixed {
  padding-right: 88px;
  position: relative;
}

div.SearchBox.fixed .btns {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 40px;
}

div.SearchBox.fixed .btns::after {
  transition: 0.2s;
  color: #fff;
}

div.SearchBox.fixed .btns:after {
  font-size: 20px;
  line-height: 50px;
  font-family: "Material-Design-Iconic-Font";
  color: #777;
}

table.tablesorter tr td {
  border-bottom: 1px dotted #f4f4f4;
  height: 28px !important;
  padding: 0 !important;
}

div.dropdown {
  position: relative;
  display: block;
  width: 145px;
  height: 40px;
  float: left;
  padding-left: 10px;
  padding-right: 15px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
  background: url(../images/crm/searchddlBg.png) no-repeat top right;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.ddlBox {
  position: absolute;
  display: block;
  z-index: 2000;
  top: 37px;
  left: 0px;
  height: auto;
  width: 170px;
  margin: 0;
  list-style: none;
  background: #191919;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ddlBox a.item {
  float: none;
  list-style: none;
  height: 24px;
  padding: 0;
  margin: 0;
  display: block;
  width: 150px;
  line-height: 24px;
  border: none;
  padding: 0 10px 0 10px;
  margin: 0;
  color: #9b9b9b;
  background: #191919 none;
  text-transform: capitalize;
}

.ddlBox a.item:hover {
  background: #2b2b2b;
}

.ddlHolder {
  position: relative;
  display: block;
  height: auto;
  width: 170px;
  float: left;
  margin-right: 5px;
}

.hand, .hand td {
  cursor: pointer;
  background: #ddd !important;
}

handCur, .handCur td, .hover tr td {
  cursor: pointer;
}

tr.header.hand, tr.header.hand td {
  cursor: pointer;
  background: #666 url(../images/crm/tableHeaderBg.png) no-repeat right bottom !important;
}

.carSearchBox {
  width: 688px;
  border: 1px solid #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  margin-top: 15px;
}

.sHeader {
  background: #3d3d3d;
  margin: -1px -1px 0px -1px;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  height: 34px;
}

.sContent {
  padding-bottom: 10px;
}

.sHeader h3 {
  margin: 4px 0 0 10px;
  color: #fff;
}

.textfieldTrefwoord {
  display: block;
  height: 29px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 3px 3px 3px 10px;
  border: 1px solid #ccc;
  background: url(../images/crm/carSearchInputBg.png) repeat-x;
  margin: 10px;
  width: 653px;
}

.content table td.tdBig {
  padding: 0 37px 3px 10px;
  width: 310px;
}

.content table td.tdSmall {
  padding: 0 2px 3px 0;
  width: 160px;
}

.content table td.tdBig .dropdown, .content table td.tdSmall .dropdown {
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

.content table td.tdBig .dropdown {
  width: 310px;
}

.content table td.tdSmall .dropdown {
  width: 160px;
}

.content table td.tdButtons {
  padding: 0px;
}

.positionSearchButton {
  float: right;
}

.positionSearchButton a {
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  display: block;
  float: left;
  padding: 0;
  margin: 0px;
  width: 75px;
  text-align: center;
}

.positionSearchButton a.btnReset {
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  background: url(../images/crm/searchResetBg.png) repeat-x;
}

.positionSearchButton a.btnSearch {
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  background: url(../images/crm/carSearchBg.png) repeat-x;
}

.box .content table.carResult td {
  padding: 0px;
}

.conflict td {
  color: #ff0000 !important;
}

.periodSearch {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}

.weekPrevious {
  display: block;
  float: left;
  height: 28px;
  width: 29px;
  border: 1px solid #999;
  border-right: none;
  background: url(../images/crm/btnLeft.png) no-repeat;
}

.weekNext {
  display: block;
  float: left;
  height: 28px;
  width: 29px;
  border: 1px solid #999;
  border-left: none;
  background: url(../images/crm/btnRight.png) no-repeat;
}

.weekPeriod {
  display: block;
  float: left;
  height: 28px;
  width: 150px;
  border: 1px solid #999;
  background: #fff;
  line-height: 28px;
  padding-top: 0px;
  font-size: 12px;
  text-align: center;
}

dl.checkList dd {
  padding-top: 5px !important;
}

.panelHolder {
  position: relative;
  height: 0px;
}

.vatPanel {
  display: block;
  position: absolute;
  top: 0px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 10px 10px 40px;
}

.vatPanel .boxClose {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 19px;
  width: 19px;
  background: url(../images/crm/iconRemove.png) no-repeat;
}

.vatPanel.ok {
  background: #fff url(../images/accept.png) no-repeat 10px 10px;
  width: 150px;
}

.vatPanel.err {
  background: #fff url(../images/exclamation.png) no-repeat 10px 10px;
  width: 150px;
}

.cropPopUp {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: url(../images/blackOpacity80.png);
}

.cropPopUp .cropImage {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  top: 50px;
}

.cmsRight p {
  padding: 0 0 10px 0;
}

.cmsRight strong {
  color: #666;
}

div.basic .settings span {
  font-size: 11px;
  color: #666;
}

.invLogo {
  float: left;
  margin: 10px 20px 10px 20px;
  width: 334px;
}

.invHeader {
  float: left;
  padding: 30px 20px 0 20px;
  width: 334px;
}

.invHeader label {
  display: inline-block;
  color: #666;
  width: 265px;
  text-align: right;
  padding: 0 10px 0 0;
  line-height: 16px;
}

.invHeader span {
  display: inline-block;
  color: #333;
  width: auto;
  text-align: right;
  padding: 0;
  line-height: 16px;
}

.invLeft, .invRight {
  float: left;
  width: 334px;
  padding: 0 20px 10px 20px;
}

.invoice h2 {
  display: block;
  padding: 0;
  margin: 20px 0 10px 20px;
  font: normal normal normal 20px/22px Arial;
  color: #333;
  text-transform: uppercase;
}

.invLeft h3, .invRight h3 {
  display: block;
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/16px Arial;
  color: #666;
}

.invLeft hr, .invRight hr, hr {
  padding: 0;
  margin: 0 -20px 10px 0;
  display: block;
  height: 1px;
  border: none;
  background: #C2C7CD;
}

.invRight hr {
  margin: 0 0 10px -20px;
}

hr {
  padding: 0;
  margin: 0 20px 0 20px;
  display: block;
  height: 1px;
  border: none;
  background: #C2C7CD;
}

.invoice table.invoiceLines {
  margin: 0 20px 20px 20px;
  width: 708px;
}

.invoice table.invoiceLines .linesHeader td {
  border-top: 1px solid #C2C7CD;
}

.invoice table.invoiceLines td.f {
  border-left: 1px solid #C2C7CD;
}

.invoice table.invoiceLines td {
  border-bottom: 1px solid #C2C7CD;
  border-right: 1px solid #C2C7CD;
}

.invoice table.invoiceLines .linesHeader td {
  color: #666;
}

.invoice table.invoiceLines .subtotal td {
  border: none;
  height: 20px;
}

.invoice table.invoiceLines .subtotal td.gt {
  padding-top: 7px;
  font-size: 14px;
}

.state {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 5px 2px 4px;
  line-height: 14px;
  border: 1px solid #666;
  text-transform: uppercase;
  font-size: 14px;
}

.state.green {
  color: #1db000;
  border: 1px solid #1db000;
}

.state.red {
  color: #ff0000;
  border: 1px solid #ff0000;
}

.invTable td.Late {
  color: #ff0000;
}

.invTable td.Sent {
  color: #1db000;
}

#tblLines td {
  height: 35px;
}

#tblLines tr.header, #tblLines tr.header td {
  height: 30px;
}

#tblLines tr.header a {
  margin-top: 0px !important;
}

div.basic .txt.calc {
  display: block;
  float: left;
  height: 14px;
  border-right: none;
  width: 215px;
}

div.basic .btnCalc {
  display: block;
  float: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  border-left: none;
  background: url(../images/crm/recalcBg.png) no-repeat right center;
  height: 24px;
  width: 28px;
}

.checkinput a {
  display: block;
  float: left;
  width: 23px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 3px;
  border-right: none;
  background: url(../images/crm/unchecked.png) no-repeat right center;
}

.checkinput a.checked {
  background: url(../images/crm/checked.png) no-repeat right center;
}

.checkinput input.txt {
  display: block;
  float: left;
  height: 14px;
  border-left: none;
  width: 220px;
}

div.basic .checkinput .txt.e {
  width: 225px;
  padding-right: 12px;
  background: #fff url(../images/crm/txtBgEuro.png) no-repeat right center;
}

.cardetailOverview dl dt, .cardetailOverview dl dd {
  display: block;
  height: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cardetailOverview dl dt {
  color: #999;
}

.publish, .unpublish {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.publish.facebook {
  background: url(../images/crm/export_FB.png) no-repeat center center;
}

.unpublish.facebook {
  background: url(../images/crm/exportA_FB.png) no-repeat center center;
}

.publish.twitter {
  background: url(../images/crm/export_TW.png) no-repeat center center;
}

.unpublish.twitter {
  background: url(../images/crm/exportA_TW.png) no-repeat center center;
}

.phone {
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(../images/crm/newIconPhone.png) no-repeat left center;
}

.email {
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
}

.siteLogo {
  display: block;
  margin: 0px 0 10px 0;
  float: left;
}

.boxSearch {
  float: left;
  margin-right: 10px;
}

.boxSearch .txt {
  width: 200px;
  height: 15px;
  display: block;
  float: left;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}

.boxSearch a {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  border: 1px solid #CCCCCC;
  border-left: none;
  border-radius: 3px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.boxSearch a span {
  display: block;
  height: 25px;
  width: 25px;
  background: url("../images/crm/search.png") no-repeat center center;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 220px;
  z-index: 10000;
  display: none;
  margin-left: -110px;
}

.loading span {
  display: none;
}

.damageCar {
  margin: auto;
  width: 263px;
  height: 480px;
  position: relative;
  background: url(/assets/images/crm/damageCar.png) no-repeat center center;
}

.damageCar a {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f3f3f3;
  border: 1px solid #9b9a96;
  border-radius: 9px;
  font: normal normal bold 11px/18px Arial, sans;
  color: #333;
  text-align: center;
}

.damageCar a.dark {
  background: #666;
  border: 1px solid #666;
  color: #fff;
}

.damageCar a.active, .damageCar a.dark.active {
  background: #b79a16;
  border: 1px solid #b79a16;
  color: #fff;
}

#damages .dr {
  height: 49px;
  width: 407px;
  border-bottom: 1px solid #ccc;
}

#damages .dr span {
  display: block;
  float: left;
  padding: 0 0 0 10px;
  height: 49px;
  width: 31px;
  font: normal normal normal 12px/49px Arial;
  color: #666;
}

#damages .dr select {
  display: block;
  float: left;
  width: 187px;
  margin: 8px 0 0 0;
}

#damages .dr a {
  display: block;
  float: left;
  width: 29px;
  height: 49px;
  background: url(/assets/images/crm/crossSmall.png) no-repeat center center;
  text-decoration: none;
}

.basic .inner-form dt.full, .basic .inner-form dd.full {
  display: block;
  float: none;
  width: 407px;
  padding-left: 0;
}

.basic .inner-form dt.full {
  text-align: left;
}

.basic .inner-form dd.full textarea {
  width: 401px;
}

.fileinput-button {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  width: 50px;
  height: 34px;
  margin: 7px 4px 0 16px;
  background: url(/assets/images/crm/nopic.png) no-repeat center center;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.cmsRow {
  margin: 2px 0 2px 0;
}

.cmsRow .label {
  display: block;
  float: left;
  text-align: right;
  vertical-align: top;
  width: 105px;
  min-height: 19px;
  padding: 7px 3px 0 2px;
}

.verr, .verr p {
  display: block;
  font: normal normal normal 12px/15px "Roboto", Arial;
  color: #666;
}

.verr {
  padding: 5px;
  max-height: 15px;
  overflow: hidden;
}

.cmsRow .edit {
  display: block;
  float: left;
  text-align: left;
  vertical-align: top;
  width: 403px;
  min-height: 26px;
  padding: 0 3px 0 2px;
}

.widgetbox {
  position: relative;
  display: block;
  float: left;
  width: 33%;
  height: 399px;
}

.widgetbox.w66 {
  width: 66%;
}

.widgetbox .l {
  position: absolute;
  width: 5px;
  left: 0;
  height: 399px;
  top: 0;
  background: url(/assets/images/crm/widgetLeft.png) no-repeat right top;
}

.widgetbox .r {
  position: absolute;
  width: 10px;
  right: 0;
  height: 399px;
  top: 0;
  background: url(/assets/images/crm/widgetRight.png) no-repeat left top;
}

.widgetbox .wboxin {
  padding: 4px 0 10px 0;
  margin: 0 10px 0 5px;
  height: 385px;
  background: url(/assets/images/crm/widgetMiddle.png) repeat-x left top;
}

.widgetbox .wboxin .header {
  height: 40px;
  background: #ccc;
}

.widgetbox .wboxin .header h3 {
  font: normal normal normal 20px/40px Roboto, Arial;
  padding: 0 0 0 10px;
}

.widgetbox .wboxin .tabs {
  height: 35px;
}

.wToDo, .mostviewed, .offeredcar {
  width: 100%;
  background: #fff;
}

.wToDo tr, .wToDo td, .mostviewed tr, .mostviewed td, .offeredcar tr, .offeredcar td {
  height: 46px;
}

.offeredcar td.last {
  padding-right: 10px;
}

.wToDo td, .mostviewed td, .offeredcar td {
  border-bottom: 1px solid #dedede;
  font: normal normal normal 12px/16px "Roboto", Arial;
  color: #999;
  padding: 12px 0 0 15px;
}

.wToDo td em, .mostviewed td em, .offeredcar td em {
  font: normal normal normal 12px/16px "Roboto", Arial;
  color: #666;
  display: block;
}

.wToDo td.date, .offeredcar td.date {
  padding: 10px 0 2px 15px;
  font: normal normal normal 16px/20px "Roboto", Arial;
  width: 46px;
}

.wToDo td.date em, .offeredcar td.date em {
  font: normal normal normal 16px/20px "Roboto", Arial;
  color: #666;
}

.wToDo td.img {
  padding: 0;
  width: 20px;
  text-align: center;
  vertical-align: middle;
}

.wToDo td.date {
  width: 30px;
}

.wToDo td.tl {
  padding-left: 10px;
}

.wToDo td.l {
  width: 10px;
  padding: 0;
}

.wboxin .content {
  position: relative;
  height: 345px;
}

.wboxin .content.small {
  position: relative;
  height: 310px;
}

.widgetWait {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/assets/images/crm/widgetWait.gif) no-repeat center center;
}

.wboxin .innerContent {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

td a.action {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/assets/images/crm/iconStats.png) no-repeat center center;
}

td a.action.s {
  background: url(/assets/images/crm/iconStats.png) no-repeat center center;
}

td a.action.p {
  background: none;
}

td a.action.p::after {
  content: "\f1c1";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  line-height: 32px;
  color: #777;
}

td a.action.o {
  background: url(/assets/images/crm/iconOffer.png) no-repeat center center;
}

td a.action.o {
  background: url(/assets/images/crm/iconOffer.png) no-repeat center center;
}

td.nw {
  white-space: nowrap;
}

#tooltip {
  position: absolute;
  display: none;
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
  z-index: 99000;
}

td.nw {
  white-space: nowrap;
}

.rating {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 1px 0 1px;
  background: url(/assets/images/crm/rating.png) no-repeat left bottom;
}

.rating.active {
  background-position: left top;
}

.rating.two {
  background: url(/assets/images/crm/rating.png) no-repeat -16px bottom;
}

.rating.two.active {
  background-position: -16px top;
}

.rating.three {
  background: url(/assets/images/crm/rating.png) no-repeat -32px bottom;
}

.rating.three.active {
  background-position: -32px top;
}

.items {
  position: relative;
  width: 100%;
}

.itemsHeader {
  position: relative;
  width: 100%;
  height: 41px;
}

.items .wToDo td {
  height: 46px;
  position: relative;
}

.itemsHeader .list {
  position: absolute;
  top: 0px;
  left: 0;
  width: 360px;
  bottom: 0;
  overflow: hidden;
}

.itemsHeader .detail {
  position: absolute;
  top: 0px;
  left: 360px;
  right: 0;
  bottom: 0;
}

.items .list {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 360px;
  background: #f7f7f7 url(/assets/images/crm/dotCCC.png) repeat-y 359px top;
  overflow: hidden;
}

.items .list .scrollHolder {
  width: 377px;
  overflow-y: visible;
}

.items .detail {
  position: absolute;
  top: 0px;
  left: 360px;
  right: 0;
  bottom: 0;
}

.items .list .wToDo {
  height: 100%;
  margin-right: 0px;
  background: none;
}

.items .list .wToDo td {
  background: #f7f7f7;
}

.items .list .wToDo td.l {
  border-right: 1px solid #ccc;
}

.items .list .wToDo tr.a td.tl, .items .list .wToDo tr.a.active td.tl {
  background-image: url(/assets/images/crm/done.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.items .list .wToDo tr.active td {
  background: #fff;
}

.items .list .wToDo tr.active td.l {
  border-right: 1px solid #fff;
  background: #fff;
}

.items .list table {
  width: 360px;
}

.items .list li {
  display: block;
  min-height: 38px;
}

.items .list.tree li {
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
}

.items .list li a {
  width: 350px;
  display: block;
  font: normal normal normal 13px/38px "Roboto", Arial;
  color: #666;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0 10px;
}

.items .list.tree li a {
  padding: 0;
  width: auto;
  border: none;
  padding-left: 15px;
}

.items .list li a.active {
  background: #fff;
}

.items .list.tree li.haschildren {
  position: relative;
}

.items .list.tree li a.active {
  background: none;
  color: #b79a16;
}

.items .list.tree li.haschildren a {
  display: inline-block;
}

.items .list.tree li.haschildren a.plus {
  position: absolute;
  top: 12px;
  left: 6px;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0;
}

.items .list.tree li.haschildren a.plus::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 8px;
  margin-top: -4px;
  background: #ccc;
}

.items .list.tree li.haschildren a.plus::after {
  content: "";
  display: block;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  margin-left: -4px;
}

.items .list.tree li.haschildren a.plus.on::before {
  display: none;
}

.subSection input.txt-hidden {
  border: none;
  background: transparent;
  font: normal normal normal 16px/40px Roboto, Arial;
  color: #666;
}

.items .list.tree li.haschildren ul {
  display: none;
}

.items .list.tree li.haschildren ul li {
  border: none;
}

.items .list.tree li {
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
}

.smallCol .itemsHeader .list {
  width: 240px;
}

.smallCol .itemsHeader .detail {
  left: 240px;
}

.smallCol .items .list {
  width: 240px;
  background: #f7f7f7 url(/assets/images/crm/dotCCC.png) repeat-y 239px top;
}

.smallCol .items .list .scrollHolder {
  width: 257px;
}

.smallCol .items .detail {
  left: 240px;
}

.smallCol .items .list li a {
  width: 230px;
}

.box.fullNoMargin {
  margin: 0;
  height: 100%;
}

.box.fullNoMargin .boxin {
  height: 100%;
  background: none;
}

.wToDo tr.heightFill, .heightFill td, .items .wToDo .heightFill td {
  height: 100%;
  position: relative;
}

.heightFill td {
  background: #b79a16;
}

.bgWhite {
  background: #fff;
}

.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.autocomplete-suggestion {
  padding: 5px;
  font-size: 10px;
  color: #999;
}

.autocomplete-suggestion strong {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #333;
}

.autocomplete-suggestion:hover {
  background: #dedede;
}

span.mail {
  display: block;
  width: 15px;
  height: 11px;
  background: url(/assets/images/crm/mail.png) no-repeat center top;
}

span.mail.active {
  background-position: center bottom;
}

.nodata {
  display: block;
  padding: 15px;
}

.lines li {
  display: block;
  font: normal normal normal 13px/39px "Roboto", Arial;
  color: #666;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 0 19px;
  height: 39px;
}

.lines li label {
  display: inline-block;
  font: normal normal normal 11px/39px "Roboto", Arial;
  width: 70px;
}

.box .content table tr.vAllignTop td {
  vertical-align: top;
  line-height: 39px;
}

.makeContent #detailViews td {
  line-height: 22px;
  height: 22px;
}

.makeContent #detailViews {
  display: none;
}

.box div.templates {
  width: 100%;
  max-width: 1240px;
}

.templates a {
  display: block;
  float: left;
  width: 600px;
  height: 104px;
  background: #f7f7f7;
  margin: 0 20px 20px 0;
}

.templates a span.icon {
  display: block;
  float: left;
  width: 104px;
  height: 104px;
  background: #b79a16 url(/assets/images/crm/templateIcons.png) no-repeat center top;
}

.templates a.dis span.icon {
  background-color: #ccc;
}

.templates a span.icon.stock {
  background-position: center top;
}

.templates a span.icon.promo {
  background-position: center -104px;
}

.templates a span.icon.text, .templates a span.icon.invite {
  background-position: center -208px;
}

.templates a span.content {
  display: block;
  float: left;
  width: 425px;
  height: 94px;
  padding: 10px 30px 0 20px;
  background: url(/assets/images/crm/arrowNext.png) no-repeat right center;
}

.templates a.dis span.content {
  background: url(/assets/images/crm/arrowNextDis.png) no-repeat right center;
}

.templates a.dis span.content strong, .templates a.dis span.content p {
  color: #ccc;
}

.templates a span.content strong {
  font: normal normal normal 20px/39px "Roboto", Arial;
  color: #333;
  text-decoration: none;
}

.templates a span.content p {
  padding: 0;
  font: normal normal normal 14px/19px "Roboto", Arial;
  color: #333;
  text-decoration: none;
}

.thumbs div {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 138px;
  height: 100px;
  position: relative;
}

.btnGreen27.fileinput-button {
  width: 130px;
  padding: 0 10px 0 10px;
  overflow: hidden;
  text-align: center;
  height: 35px;
  margin: 2px 0 20px 0;
}

div.btnGreen27.fileinput-button span {
  display: inline-block;
  padding: 0 0 0 28px;
  height: 35px;
  font: normal normal normal 14px/35px "Roboto", Arial;
  background: url(/assets/images/crm/nopic_white.png) no-repeat left center;
}

.btnGreen27 input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.progress {
  height: 20px;
  width: 300px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.progress .progress-bar {
  display: block;
  height: 20px;
  background: #b79a16;
}

.thumbs div .zoom {
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 100%;
  z-index: 10;
}

.thumbs div .delete {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background: url(/assets/images/crm/delete.png) no-repeat center center;
  z-index: 10;
}

.thumbs div .previous {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  background: url(/assets/images/crm/arrowLeftWhite.png) no-repeat center center;
  z-index: 10;
}

.thumbs div .next {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  background: url(/assets/images/crm/arrowRightWhite.png) no-repeat center center;
  z-index: 10;
}

.progressBox {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  padding: 10px;
  margin: -50px 0 0 -165px;
  font: normal normal 300 13px/18px Arial, sans-serif;
  color: #666;
  border: 1px solid #666;
  z-index: 10000;
  background: #fff;
  min-height: 50px;
}

.scrollHolder {
  overflow-y: scroll;
  overflow-x: auto;
  top: 0;
  bottom: 0;
}

.dropdownMenuHolder {
  position: relative;
  float: left;
  height: 70px;
}

.dropdownMenu {
  position: absolute;
  display: none;
  top: 60px;
  right: 0;
  z-index: 1000;
  background: #f7f7f7;
}

.dropdownMenu .submenu {
  position: relative;
  display: block;
}

body.loginPage {
  background-position: initial;
  background-image: linear-gradient(to bottom left, rgb(34, 35, 76) 0%, rgb(24, 24, 54) 100%);
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

body.loginPage .logo {
  display: block;
  float: left;
}

body.loginPage .forgotlink {
  display: block;
  float: right;
  margin: 30px 30px 0 0;
  padding: 0 20px 0 50px;
  background: #111 url(/assets/images/crm/iconInfo.png) no-repeat 20px center;
  font: normal normal normal 16px/40px "Roboto", Arial;
  color: #555;
  height: 40px;
}

body.loginPage .basic {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -345px;
  width: 490px;
}

body.loginPage .basic h1 {
  font: normal normal normal 30px/37px "Roboto", Arial;
  color: #555;
  padding: 0 0 20px 140px;
}

body.loginPage .basic .txt {
  width: 338px;
  border: 1px solid #fff;
  background: #ccc;
  height: 38px;
  line-height: 16px;
}

body.loginPage .basic dl {
  width: 490px;
}

body.loginPage div.basic dl dt {
  padding-top: 15px;
}

body.loginPage .basic dl dt, body.loginPage .basic dl dd {
  margin-bottom: 10px;
}

body.loginPage .basic dl dd {
  width: 350px;
}

body.loginPage .basic dl dt label, body.loginPage .basic dl dd label {
  color: #777;
  font-size: 16px;
}

body.loginPage .basic dl dd span.note {
  display: block;
  font: normal normal normal 16px/30px "Roboto", Arial;
  color: #777;
  padding: 5px 0 0 0;
  float: none;
  border: none;
  width: auto;
}

.yellowButton {
  display: inline-block;
  height: 38px;
  background: #b79a16;
  font: normal normal normal 16px/38px "Roboto", Arial;
  color: #fdfaa8;
  padding: 2px 20px 0 20px;
  text-transform: uppercase;
  border-radius: 3px;
}

.yellowButton:before {
  font-size: 20px;
  margin-right: 10px;
  font-family: "Material-Design-Iconic-Font";
}

.yellowButton::before {
  content: "\f18f";
}

.yellowButton.mail {
  display: block;
  float: left;
  margin-right: 10px;
  height: 40px;
  background: #b79a16;
  font: normal normal normal 16px/38px "Roboto", Arial;
  color: #333;
  padding: 0;
  width: 209px;
  text-align: center;
  border-radius: 3px;
}

.yellowButton.mail span {
  display: inline-block;
  height: 42px;
  margin: auto;
  padding: 2px 0 0 40px;
  font: normal normal normal 16px/42px "Roboto", Arial;
  color: #333;
  text-transform: uppercase;
  background: url(/assets/images/crm/iconForgot.png) no-repeat left center;
  border-radius: 3px;
}

.yellowButton.mail:before {
  font-size: 20px;
  margin-right: 10px;
  font-family: "Material-Design-Iconic-Font";
}

.yellowButton.mail::before {
  content: "\f18f";
}

.blackButton {
  display: block;
  float: left;
  height: 40px;
  background: #111;
  font: normal normal normal 16px/38px "Roboto", Arial;
  color: #333;
  padding: 0;
  width: 130px;
  text-align: center;
}

div.basic .blackButton span {
  display: inline-block;
  height: 38px;
  margin: auto;
  padding: 2px 0 0 25px;
  font: normal normal normal 16px/38px "Roboto", Arial;
  color: #555;
  text-transform: uppercase;
  background: url(/assets/images/crm/iconCancelDark.png) no-repeat left center;
}

.loginError {
  display: block;
  padding: 0 0 5px 140px;
  font: normal normal normal 13px/16px "Roboto", Arial;
  color: #b70b0b;
}

.optionDiv {
  height: 35px;
  width: 33%;
  font-size: 11px;
  float: left;
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}

.optionDiv input[type=radio], .optionDiv input[type=checkbox] {
  display: none;
}

.optionDiv input[type=checkbox] + label {
  color: #666;
  font: normal normal normal 11px/35px "Roboto", Arial;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
}

.optionDiv input[type=checkbox] + label:before {
  content: "✔";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ccc !important;
  text-align: center;
  line-height: 15px;
  font-size: 15px;
  margin-left: 10px;
}

.optionDiv input[type=checkbox]:checked + label {
  color: #b79a16;
}

.optionDiv input[type=checkbox]:checked + label:before {
  content: "✔";
  color: #b79a16 !important;
  border: 1px solid #b79a16;
  background-color: #fff;
  text-align: center;
}

ul.cols li {
  background: #fff;
  width: 349px;
  display: block;
  font: normal normal normal 13px/38px "Roboto", Arial;
  color: #666;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0 10px;
}

ul.cols li.ttl {
  background: #f7f7f7;
  height: 31px;
  overflow: hidden;
}

ul.cols li span.c1, ul.cols li span.c2, ul.cols li span.c3 {
  display: block;
  float: left;
  height: 39px;
  font: normal normal normal 12px/38px "Roboto", Arial;
  padding: 0 0 0 10px;
}

ul.cols li.ttl span.c1, ul.cols li.ttl span.c2, ul.cols li.ttl span.c3 {
  height: 31px;
  font: normal normal normal 11px/31px "Roboto", Arial;
  border-right: 1px solid #ccc;
}

ul.cols li.ttl span.c1 {
  padding: 0;
  width: 42px;
}

ul.cols li span.c1 {
  padding: 0;
  width: 43px;
  text-align: center;
}

ul.cols li span.c2 {
  width: 238px;
}

ul.cols li.ttl span.c2 {
  width: 237px;
}

ul.cols li span.c3 {
  width: 45px;
  text-align: center;
}

ul.cols li.ttl span.c3 {
  border-right: none;
  width: 44px;
}

.rel {
  position: relative;
}

.historyHolder {
  position: absolute;
  top: -10px;
  right: 0;
  height: 59px;
  width: 350px;
  z-index: 9900;
  display: none;
  padding: 0;
  background: url(/assets/images/crm/prices.png) no-repeat right top;
}

.historyHolder .innerHolder {
  display: block;
  position: absolute;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
  right: 70px;
  top: -19px;
  width: 280px;
  background: #fff;
  z-index: 9900;
}

#link-table tr.nohover, #link-table tr.nohover td {
  background: #fff !important;
}

.historyHolder .innerHolder .shade {
  display: block;
  position: absolute;
  height: 39px;
  right: -12px;
  top: 29px;
  width: 12px;
  background: rgba(255, 255, 255, 0.8);
}

.historyHolder li {
  width: 280px;
  border-bottom: 1px solid #f0f0f0;
  height: 29px;
  padding: 0;
}

.historyHolder li em {
  display: block;
  float: left;
  width: 75px;
  padding: 0 30px 0 0;
  font: normal normal normal 11px/29px "Roboto", Arial !important;
  text-align: right;
  color: #666 !important;
}

.historyHolder li.b em, .historyHolder li.b span {
  color: #333 !important;
}

.historyHolder li span {
  display: block;
  float: left;
  padding: 0 20px 0 0;
  width: 67px;
  height: 29px;
  text-align: left;
  font: normal normal normal 11px/29px "Roboto", Arial !important;
  text-align: right;
  color: #666 !important;
}

.historyHolder li.profit span.green {
  font: normal normal bold 11px/29px "Roboto", Arial !important;
  color: #b79a16 !important;
}

.historyHolder li.profit span.red {
  font: normal normal bold 11px/29px "Roboto", Arial !important;
  color: #ff0000 !important;
}

.historyHolder a.cta {
  display: block;
  text-align: center;
  font: normal normal normal 13px/35px "Roboto", Arial;
  color: #fff;
  height: 35px;
  background: #b79a16;
  margin: 16px 20px 15px 140px;
}

.linesHeader {
  height: 30px;
  background: #f2f2f2;
  /* border-bottom: 1px solid #f0f0f0; */
}

.linesHeader .col {
  height: 30px;
  float: left;
  font: normal normal normal 10px/30px "Roboto", Arial;
  color: #666;
}

.linesHeader .col span {
  font: normal normal normal 10px/30px "Roboto", Arial;
  color: #666;
}

.row {
  padding: 13px 0 7px 0;
  min-height: 70px;
  font: normal normal normal 11px/32px "Roboto", Arial;
  color: #666;
  border-bottom: 1px solid #e4e4e4;
  width: 920px;
}

.row .col {
  float: left;
  min-height: 32px;
  font-size: 12px;
}

.col.remove {
  width: 30px;
}

.col.type {
  width: 110px;
}

.col.type select {
  width: 100px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font: normal normal normal 11px/18px "Roboto", Arial;
  color: #666;
  padding: 6px;
}

.col.link {
  width: 50px;
  text-align: right;
}

.col.stock {
  padding-left: 10px;
  width: 120px;
}

.col.descr {
  width: 470px;
}

.order .col.descr {
  width: 420px;
}

.row .col.descr, .row .col.stock {
  line-height: 19px;
}

.col.descr textarea {
  width: 446px;
  height: 56px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font: normal normal normal 11px/18px "Roboto", Arial;
  color: #666;
  padding: 6px;
}

.col.descr strong, .col.stock strong {
  font-size: 12px;
  display: block;
}

.col input[type=text] {
  width: 50px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font: normal normal normal 11px/18px "Roboto", Arial;
  color: #666;
  padding: 6px 8px 6px 0;
  text-align: right;
}

.col.quantity {
  width: 60px;
  text-align: right;
  padding: 0 10px 0 0;
}

.col.price {
  width: 90px;
  text-align: right;
}

.col.extra {
  width: 50px;
  text-align: right;
}

.col.price input[type=text] {
  width: 80px;
}

.col.total {
  width: 100px;
  text-align: right;
}

.col.vat1, .col.vat2 {
  width: 25px;
  text-align: right;
}

.row .add {
  float: left;
  width: 170px;
  padding: 9px 0 0 30px;
}

.row .tcol {
  float: left;
  width: 670px;
  text-align: left;
  padding-right: 50px;
  line-height: 1px;
}

.row .tcol .total {
  display: block;
  text-align: right;
}

.row .tcol .total span, .row .tcol .total label, .generaltotal span, .generaltotal label {
  display: inline-block;
  text-align: right;
  font: normal normal normal 12px/32px "Roboto", Arial;
  color: #666;
  width: 100px;
  padding-top: 10px;
}

.row .tcol .total label em {
  font: normal normal normal 11px/32px "Roboto", Arial;
  color: #666;
}

.generaltotal span, .generaltotal label {
  font: 700 normal normal 12px/30px "Roboto", Arial;
  color: #333;
}

.generaltotal {
  width: 870px;
  display: block;
  text-align: right;
  font: normal normal normal 11px/30px "Roboto", Arial;
  color: #333;
}

a.info {
  display: block;
  width: 38px;
  height: 38px;
  float: right;
  margin-left: 3px;
  background: #ccc url(/assets/images/crm/iconi.png) no-repeat center center;
  border-radius: 3px;
}

a.info.incomplete {
  background: #b79a16 url(/assets/images/crm/iconExclamation.png) no-repeat center center;
}

.clientHolder {
  width: 279px;
  float: left;
  position: relative;
}

.txtBox {
  width: 308px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 0 0 10px;
}

.txtBox input {
  float: left;
}

.txtBox input[type=checkbox] {
  float: left;
}

div.half.basic dl dd .txtBox .txt {
  width: 278px;
  border: none;
  padding: 0;
}

a.remove {
  display: inline-block;
  width: 30px;
  height: 32px;
  text-align: center;
  color: #b70b0b;
  transition: 0.3s;
}

a.remove:hover {
  color: #ff0000;
  transition: 0.3s;
}

a.remove::after {
  content: "\f00d";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  line-height: 30px;
  font-size: 18px;
}

.frmOption input.txt.zip {
  width: 90px;
  margin-right: 2px;
}

.frmOption input.txt.city {
  width: 229px;
}

.tabs a.iconPlus.btnGreen27 span {
  height: 35px;
  width: 35px;
  background: url(/assets/images/crm/actionIcons.png) no-repeat center -258px;
}

.tabs a.iconPlus.btnGreen27 {
  width: 35px;
  height: 35px;
}

.sortable li, .sortableGroup li {
  display: block;
  padding: 5px 10px 5px 10px;
  line-height: 20px;
  border-bottom: 1px solid #cecece;
}

.sortable li span {
  font-weight: bold;
}

dd li {
  display: block;
}

div.basic dl dd li label {
  float: none;
  padding-top: 11px;
}

.ulValues {
  margin-left: 100px;
}

.ulValues li {
  display: block;
  padding: 5px;
}

.ulValues li .groupedChk {
  display: block;
  min-height: initial;
  float: right;
  padding-right: 10px;
}

.ulValues li .groupedChk input {
  margin: 0;
  float: none;
}

div.error {
  border: none;
}

div.basic dl dd div.error input.txt, div.basic dl dd div.error a.btnMinPlus {
  border-color: #b70b0b;
}

.frmOption:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    -webkit-appearance: none !important;
  }
}
.spinner {
  margin: 5px auto 0;
  border: 8px solid #e4e2d5;
  border-radius: 50%;
  border-top: 8px solid #b79a16;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search-field {
  width: 25%;
  float: left;
  padding-right: 2px;
  box-sizing: border-box;
}

.five-col .search-field {
  width: 20%;
}

.search-field.half {
  width: 12.5%;
  float: left;
  padding-right: 2px;
  box-sizing: border-box;
}

div.SearchBox .search-field input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: none;
  font-size: 14px;
  font-family: Roboto;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 38px;
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #ccc;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #fff;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  line-height: 36px;
  text-align: center;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow::before {
  content: "\f2f9";
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  line-height: 36px;
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--classic .select2-results__option {
  padding: 7px 15px 7px 15px;
  line-height: 20px;
}
.select2-container--classic .select2-search--dropdown {
  padding: 9px;
  border-bottom: 1px solid #ccc;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #ccc;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  background: #e4e4e4;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  content: "\f2fc";
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #ccc;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #ccc;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  outline: 0;
  background: #fff;
  border-radius: 4px;
  line-height: 28px;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--above::before {
  bottom: -8px;
  left: 12px;
}
.select2-container--classic .select2-dropdown--below {
  position: relative;
}
.select2-container--classic .select2-dropdown--below::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 12px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
}
.select2-container--classic .select2-dropdown--below::after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 14px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #fff;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.8);
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #ccc;
  margin-top: 3px;
}

.select2-container span {
  font-family: Roboto, Arial;
  font-size: 14px;
}

.select2-container em {
  display: inline-block;
  color: #999;
  font-style: normal;
  font-size: 10px;
  float: right;
}

.select2-container em.spacer {
  position: relative;
  float: none;
  width: 20px;
}

.select2-container em.spacer.l2 {
  width: 40px;
}

.select2-container em.spacer.l3 {
  width: 60px;
}

div.basic.half dl dd select.txt.txt-half, div.basic.half dl dd .txt.txt-half {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.cert-file {
  display: block;
  font-size: 14px;
}

.upload-field {
  padding-right: 40px;
  position: relative;
}

div.basic.half dl dd .upload-field select.txt {
  width: 100%;
}

.upload-field .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-field .upload-btn-wrapper {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 38px;
  height: 38px;
}

.upload-field .btn, .upload-field .removeFile {
  color: #777;
  background-color: #ddd;
  border-radius: 3px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  border: none;
  width: 38px;
}

.upload-field .removeFile {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 38px;
  color: #777;
  background-color: #ddd;
  border-radius: 3px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}

.upload-field .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.mce-tinymce {
  box-sizing: border-box !important;
}

.btnGreyIcon {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  color: #999;
  font-size: 18px;
  line-height: 38px;
}

.logo-image {
  position: relative;
  width: 100%;
  padding-top: 80%;
  border-radius: 3px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  background: #f9f9f9;
  box-sizing: border-box;
}

.custom-file-upload {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}

.file-upload-wrapper {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fuImage {
  position: absolute;
  left: -9999px;
}

input.file-upload-input {
  display: none;
}

.file-upload-button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  padding: 10px 20px 10px 20px;
  text-align: center;
  height: 40px;
  border: none;
  background-color: rgba(10, 10, 10, 0.5);
  text-transform: uppercase;
  font: normal normal 700 11px/20px "Roboto", Arial;
  border-radius: 4px;
  z-index: 10;
}

.uploadImg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.content table td a i {
  color: #777;
  font-size: 18px;
}

.product-image {
  display: block;
  max-width: 100%;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  border-radius: 3px;
}

.card-list .list-item .pull-right.small {
  float: right;
  margin-right: -25px;
}

.text-holder {
  line-height: 19px;
  padding-top: 6px;
  font-size: 12px;
}

.text-holder strong {
  font-size: 12px;
}

.hdrBtn .tools-menu-btn {
  line-height: 50px;
  font-size: 20px;
  color: #777;
}
.hdrBtn .tools-menu-holder {
  position: relative;
}
.hdrBtn .tools-menu-holder .tools-menu {
  position: absolute;
  z-index: 10;
  top: 50px;
  right: 0px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: none;
}
.hdrBtn .tools-menu-holder .tools-menu a {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px 10px 45px;
  min-width: 190px;
  box-sizing: border-box;
  font: normal normal normal 14px/24px "Roboto", Arial;
}
.hdrBtn .tools-menu-holder .tools-menu a i {
  display: block;
  position: absolute;
  top: 10px;
  left: 18px;
  line-height: 24px;
}
.hdrBtn .tools-menu-holder .tools-menu a:last-child {
  border-bottom: none;
}
.hdrBtn .tools-menu-holder .tools-menu::after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.hdrBtn .tools-menu-holder .tools-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 11px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.icon-green {
  font-size: 16px;
  color: #08c880;
}

.icon-grey {
  font-size: 16px;
  color: #777;
}

.order .row {
  min-height: 0;
}

.order .row::after {
  display: block;
  content: "";
  float: none;
  clear: both;
}

.w33 {
  width: 33%;
  display: block;
  float: left;
}

.w66 {
  width: 66%;
  display: block;
  float: right;
}

a.check {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #777;
}

a.check::after {
  content: "\f0c8";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  line-height: 32px;
}

a.check.on {
  color: #08c880;
}

a.check.on::after {
  content: "\f14a";
  font-weight: 700;
}

.chkList span {
  display: block;
}

#lines .row .col input[type=radio], #lines .row .col input[type=checkbox], .chkList input[type=radio], .chkList input[type=checkbox] {
  display: none !important;
}

#lines .row .col input[type=checkbox] + label, .chkList input[type=checkbox] + label {
  color: #777;
  font: normal normal normal 11px/35px "Roboto", Arial;
  min-height: 35px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.chkList input[type=checkbox] + label {
  float: none !important;
  padding: 0 0 5px 22px;
  line-height: 20px;
  min-height: 20px;
  position: relative;
}

#lines .row .col input[type=checkbox] + label:before, .chkList input[type=checkbox] + label:before {
  content: "\f0c8";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  line-height: 32px;
  padding-right: 5px;
}

.chkList input[type=checkbox] + label:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.chkList.pr input[type=checkbox] + label:before {
  left: auto;
  right: 0;
  top: 4px;
}

#lines .row .col input[type=checkbox]:checked + label:before, .chkList input[type=checkbox]:checked + label:before {
  color: #08c880;
  content: "\f14a";
  font-weight: 700;
}

table .header td a::after {
  content: "\f0dc";
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  line-height: 32px;
  padding-left: 5px;
  color: #ccc;
}

table .header td a.btnGreen27::after {
  display: none;
}

td {
  position: relative;
}

td a.clicker {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  min-height: 40px;
}

.logo-image .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: 30px;
  opacity: 0.7;
  display: block;
  z-index: 10;
}

.forgotMsg {
  color: #fefefe;
  font-size: 16px;
  padding: 0 0 20px 0;
}

.v-wrap {
  height: 100%;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.v-wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em; /*might want to tweak this. .25em for extra white space */
  height: 100%;
}

.v-box {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
}

.v-box #pnlForm {
  max-width: 320px;
}

#pnlForm label {
  color: #fff;
  padding-top: 5px;
  display: block;
}

.input-holder {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  border-radius: 3px;
}

.input-holder.error {
  border: 1px solid #ff0000;
}

.input-holder input.input-box {
  border: none;
  width: 80%;
}

dd a {
  font-size: 13px;
}

.col {
  position: relative;
}
.col .clicker {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.fa-green {
  color: #08c880;
  font-size: 18px;
}

.fa-grey {
  color: #ccc;
  font-size: 18px;
}
