@charset "UTF-8";
/*sass --watch x_css.scss:x_css.css */
@import "fonts/fontawesome/css/all.css";
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: local("FA-Regular"), url("fonts/fontawesome/webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 300;
  src: local("FA-Light"), url("fonts/fontawesome/webfonts/fa-light-300.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: local("FA-Solid"), url("fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: local("FA-Brands"), url("fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("../fonts/OpenSans.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.woff") format("woff");
}
.rTable {
  display: table;
  width: 100%;
  font-size: 12px;
  color: black;
  background: #FFFFFF;
}

.rTableRow {
  display: table-row;
}

.rTableHeading {
  display: table-header-group;
}

.rTableHead {
  display: table-cell;
  color: #fff;
  background: #1565c0;
  empty-cells: show;
}

.rTableBody {
  display: table-row-group;
}

.rTableFoot {
  display: table-footer-group;
}

.rTableCell {
  display: table-cell;
  empty-cells: show;
}

.maincolor, body {
  color: black;
  background: #EDF4FC;
}

.loginbg, #loginform {
  background: #ffffff;
}

.dashboard_h1, .dashboard h2, .dashboard h1 {
  color: #1565c0;
  background: #EDF4FC;
  border-bottom: 1px solid #1565c0;
}

/* .dashboard_h2 {color:#ffffff;background:#00182b;border-bottom:1px solid #ffffff;} */
.thead {
  color: #fff;
  background: #607D8B;
}

.lastopenCustomer {
  background: #ffffff;
}

* {
  -webkit-overflow-scrolling: touch;
}

html, body, aside {
  display: block;
}

html, body {
  margin: 0px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

body {
  z-index: 1;
  padding: 0px;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
}

#loginform {
  margin-top: 40px;
  width: 500px;
}

.xpopup {
  display: none;
  position: fixed;
  border: 1px solid;
  -webkit-box-shadow: -7px 9px 46px 14px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -7px 9px 46px 14px rgba(0, 0, 0, 0.35);
  box-shadow: -7px 9px 46px 14px rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.5);
}

.task-iframe {
  margin: 0;
  border: 0;
  width: 100%;
  height: calc(100% - 43px);
  overflow-x: hidden;
}

.shadow {
  -webkit-box-shadow: -7px 9px 46px 14px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -7px 9px 46px 14px rgba(0, 0, 0, 0.35);
  box-shadow: -7px 9px 46px 14px rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.5);
}

#TaskBox {
  display: none;
}

.xpopupBody {
  height: 100%;
}

.TaskListEntry {
  position: relative;
  z-index: 2001;
  height: 26px;
  padding-left: 2px;
  background: #455A64;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  line-height: 26px;
}

.TaskListIcon:before {
  font-size: 10px;
  padding-right: 2px;
  font-family: "FontAwesome";
  content: "";
}

.changeTask {
  overflow: hidden;
  white-space: nowrap;
  height: 26px;
  font-size: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.xpopupHeaderIcon, .last2TasksH:before, .toggleTask:before, .resizeTask:before, .minimizeTask:before {
  float: right;
  color: #fff;
  cursor: pointer;
  font-size: inherit;
  margin-right: 4px;
  margin-left: 8px;
  display: inline-block;
}

.minimizeTask:before {
  font-family: "FontAwesome";
  content: "";
}

.resizeTask:before {
  font-family: "FontAwesome";
  content: "";
}

.toggleTask:before {
  font-family: "FontAwesome";
  content: "";
}

.last2TasksH:before {
  font-family: "FontAwesome";
  content: "";
}

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

.close {
  background-color: rgba(0, 0, 0, 0.8);
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 50%;
  border: solid white 1px;
}

.close:before {
  color: rgba(255, 255, 255, 0.9);
  font-family: "FontAwesome";
  content: "";
  font-size: 24px;
}

.close:hover {
  background-color: rgba(128, 64, 64, 0.8);
  cursor: pointer;
}

.TaskSlider {
  position: fixed;
  top: 58px;
  right: 220px;
  display: none;
  z-index: 1500;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 4px;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
}

aside {
  width: 233px;
  min-height: 500px;
}

aside.right {
  margin-left: auto;
}

.body {
  max-width: 100%;
  margin: 0 auto;
}

.background {
  -webkit-transform: rotate(325deg);
  -moz-transform: rotate(325deg);
  -o-transform: rotate(325deg);
  writing-mode: lr-tb;
  font-size: 48px;
  color: #fff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.suggestions {
  width: 400px;
  z-index: 3000;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  /*  -webkit-box-shadow: -7px 9px 46px 14px rgba(0,0,0,0.35);
    -moz-box-shadow: -7px 9px 46px 14px rgba(0,0,0,0.35);
    box-shadow: -7px 9px 46px 14px rgba(0,0,0,0.35);
    background-color: rgba(0,0,0,0.5);*/
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  color: black;
  background: #FFF;
  overflow-y: scroll;
}

/* .tableFixHead    { overflow-y: auto; height: 100px; } */
/* .tableFixHead  th { position: sticky; top: 0; border:0; margin:0;} */
thead {
  top: 0;
  border: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  color: #424242;
  background: #E0E0E0;
  height: 30px;
  width: 100%;
}
thead tr, thead th {
  background-color: inherit;
}

th {
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
  top: 0;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
}

thead tr.first th, thead tr.first td {
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
  top: 0;
}

thead tr.second th, thead tr.second td {
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
}

td {
  text-align: left;
  padding: 3px 3px 3px 3px;
}

th a:link {
  text-decoration: none;
  color: #fff;
}

th a:active {
  text-decoration: none;
  color: #fff;
}

th a:visited {
  text-decoration: none;
  color: #fff;
}

table.tablesorter thead tr .header {
  /*background-image:url(bg.gif);*/
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url(asc.gif);
}

table.tablesorter thead tr .headerSortDown {
  background-image: url(desc.gif);
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: grey;
  font-size: 10px;
  font-weight: 400;
  text-align: bottom;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: grey;
  font-size: 10px;
  font-weight: 400;
  text-align: bottom;
}

.grid {
  border: 1px solid #ccc;
}

.border-top {
  border-top: 1px solid #ccc;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.border-left {
  border-left: 1px solid #ccc;
}

.border-right {
  border-right: 1px solid #ccc;
}

.grid2 td {
  border: 1px solid #ccc;
}

.pointer {
  cursor: pointer;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.white {
  color: white;
}

.hide {
  display: none;
}

.blue {
  color: blue;
}

.red {
  color: red;
}

tr.mover:hover {
  background: #eee;
}

td.mover:hover {
  background: #eee;
}

/* ---------------------- Input ----------------------- */
.iwn {
  /* Input Field Width normal */
  width: 400px;
}

.inputTable td {
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
}

.labelTop {
  padding-top: 4px;
  vertical-align: top;
}

input,
textarea,
input[type=text],
select {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  border: none;
  /* Get rid of the browser's styling */
  border-bottom: 1px solid #e0e0e0;
  /* Add your own border */
}

input:required:invalid,
input:focus:invalid {
  /* insert your own styles for invalid form input */
  border-bottom: 1px solid red;
  /* Add your own border */
  -moz-box-shadow: none;
}

input.date {
  min-width: 100px !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
input[type=text],
input[type=email] {
  background-color: #fff;
  border: none;
  /* Get rid of the browser's styling */
  border-bottom: 1px solid #e0e0e0;
  /* Add your own border */
  padding-left: 4px;
}

input[type=text]:focus {
  outline: none;
  border: none;
  /* Get rid of the browser's styling */
  border-bottom: 1px solid orange;
  /* Add your own border */
  transform-origin: 90px center 0px;
}

input[type=checkbox] {
  vertical-align: middle;
  /*   float:left; */
}

textarea {
  /*  background-image: -webkit-linear-gradient(white, white 20px, #ccc 20px, #ccc 21px, white 21px);
    background-image:    -moz-linear-gradient(white, white 20px, #ccc 20px, #ccc 21px, white 21px);
    background-image:     -ms-linear-gradient(white, white 20px, #ccc 20px, #ccc 21px, white 21px);
    background-image:      -o-linear-gradient(white, white 20px, #ccc 20px, #ccc 21px, white 21px);
    background-image:         linear-gradient(white, white 20px, #ccc 20px, #ccc 21px, white 21px);
    background-size: 100% 21px;
    border:none; /* Get rid of the browser's styling */
  line-height: 21px;
  padding-left: 4px;
  border: 1px solid #BDBDBD;
}

textarea:focus {
  border: 1px solid #orange;
}

.selectdiv,
.SelectDivMin {
  display: inline;
  position: relative;
}

.selectdiv:after {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  color: #BDBDBD;
  padding: 0px;
  position: relative;
  right: 12px;
  top: 3px;
  z-index: 1;
  text-align: left;
  pointer-events: none;
  box-sizing: border-box;
}

/*
.SelectDivMin:after {
  content:"\f107";
  font-family: FontAwesome;
  font-size: 18px;
  color: #e0e0e0;
  padding: 0px;
  position: relative; top: 3px;
  z-index: 1;
  pointer-events: none;
  border-bottom:1px solid #e0e0e0;

}
*/
select {
  cursor: pointer;
  background-color: #fff;
  color: #000000;
  position: relative;
  display: inline;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  appearance: none;
  padding-right: 5px;
}

select:invalid,
select option[value=""] {
  color: #999999;
}

textarea.resizable {
  min-height: 52px;
  resize: vertical;
}

textarea.expandable {
  height: 34px;
  overflow: hidden;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
}

textarea.expandable:focus {
  height: 90px;
  overflow: auto;
}

.customer {
  background: #FFFFCC;
  color: #2e73a1;
}

.lastopenCustomer {
  display: block-inline;
  width: 80px;
  cursor: pointer;
}

#overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#img-load {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*@media screen and (max-width:1000px) {
  body {
    padding: 0px;
  }
}

@media screen and (max-width:767px) {
  body {
    padding: 0px;
  }
  aside {
    width: auto;
  }
}*/
.shadow1 {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
}

.dashboard {
  padding: 5px;
}

.dashboard h1 {
  cursor: pointer;
  text-align: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0px;
  height: 20px;
  padding-left: 4px;
  width: 100%;
}

.dashboard h2 {
  cursor: pointer;
  text-align: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0px;
  height: 20px;
  padding-left: 4px;
  padding-right: 0px;
  width: 100%;
}

.contact-box {
  position: relative;
  float: left;
  text-align: center;
  margin-left: 5px;
  margin-top: 5px;
  width: 80px;
  height: 80px;
  background: white;
  cursor: pointer;
  font-size: 10px;
  line-height: 10px;
  /* box-shadow: 0px 0px 1px 1px #999;*/
  border: 1px solid #ccc;
}

.todobox {
  position: relative;
  float: left;
  text-align: center;
  margin-left: 5px;
  margin-top: 5px;
  width: 112px;
  height: 112px;
  background: #f9e665;
  cursor: pointer;
  font-size: 10px;
  line-height: 10px;
  /* box-shadow: 0px 0px 1px 1px #999;*/
  overflow: hidden;
  color: #130f40;
}

.todotext {
  min-height: 30px;
  padding: 5px;
  margin: 5px;
  border-radius: 10px;
}

.AppDoc {
  position: relative;
  float: left;
  text-align: center;
  margin-left: 5px;
  margin-top: 5px;
  width: 110px;
  height: 90px;
  background: #BEBEBE;
  font-size: 10px;
  font-weight: 800;
  line-height: 10px;
  color: #fff;
  padding: 2px;
}

/*----------------x_head styles--------------*/
.x_default, .xHeadDefault {
  background: #0B55A6;
  color: #ffffff;
  /*   font-weight: bold; */
}

.xHeadApplicant {
  background: #6A1B9A;
  color: #ffffff;
  /*   font-weight: bold; */
}

.ApplicantColor {
  color: #6A1B9A;
  /*   font-weight: bold; */
}

.xHeadEmployer {
  background: #AD1457;
  color: #ffffff;
  /*   font-weight: bold; */
}

.x_default_ext {
  background: #0B55A6;
  color: #ffffff;
}

.x_contact {
  background: #0B55A6;
  color: #ffffff;
}

.x_todo {
  background: #FBC02D;
  color: #ffffff;
}

.x_product {
  background: #FFCCFF;
  color: #00182b;
}

.x_product_ext {
  background: #FFCCFF;
  color: #00182b;
}

.x_avwg {
  background: #a7185b;
  border-bottom: 2px solid #91144f;
  height: 40px;
  color: #ffffff;
}

.x_avwg_ext {
  background: #00182b;
  color: #ffffff;
}

.x_avwg a {
  color: #ffffff;
  text-decoration: underline;
}

.x_avwg th {
  color: #fff;
  background: #630344;
}

.x_avwg tr {
  color: #000;
  background: #fff;
}

table.tdlabel td {
  color: #767679;
  background: #FFFFFF;
}

.textsel {
  font-size: 9px;
}

.text10 {
  font-size: 10px;
}

.text11 {
  font-size: 11px;
}

.text11b {
  font-size: 11px;
  font-weight: bold;
}

.text12 {
  font-size: 12px;
}

.text12b {
  font-size: 12px;
  font-weight: bold;
}

.text14 {
  font-size: 14px;
}

.text14b {
  font-size: 14px;
  font-weight: bold;
}

.text16 {
  font-size: 16px;
  font-weight: bold;
}

.text18 {
  font-size: 18px;
}

.text24 {
  font-size: 24px;
}

.text36 {
  font-size: 36px;
}

.fs8 {
  font-size: 8px;
}

.fs8b {
  font-size: 8px;
  font-weight: bold;
}

.fs10 {
  font-size: 10px;
}

.fs10b {
  font-size: 10px;
  font-weight: bold;
}

.fs12 {
  font-size: 12px;
}

.fs12b {
  font-size: 12px;
  font-weight: bold;
}

.fs14 {
  font-size: 14px;
}

.fs14b {
  font-size: 14px;
  font-weight: bold;
}

.fs16 {
  font-size: 16px;
}

.fs16b {
  font-size: 16px;
  font-weight: bold;
}

.fs18 {
  font-size: 18px;
}

.fs18b {
  font-size: 18px;
  font-weight: bold;
}

.fs24 {
  font-size: 24px;
}

.fs24b {
  font-size: 24px;
  font-weight: bold;
}

.fs36 {
  font-size: 36px;
}

.fs36b {
  font-size: 36px;
  font-weight: bold;
}

.fs48 {
  font-size: 48px;
}

.fs48b {
  font-size: 48px;
  font-weight: bold;
}

.green {
  color: green;
}

.red {
  color: red;
}

#errorbox {
  background: #990000;
  color: #FFFFFF;
}

.search {
  background: #EFEFEF;
  border: 0;
  padding: 1px;
  color: #2e73a1;
  font-weight: bold;
}

.req {
  color: #f90611;
  float: right;
}

.iconField:before {
  font-family: "FontAwesome";
  color: red;
  position: relative;
  left: -5px;
  content: "";
}

.SearchFieldReset {
  float: right;
  margin-right: 6px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  color: red;
}

.iconField {
  position: relative;
  font-family: FontAwesome, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  padding: 5px;
  width: 150px;
  /*   margin-left:20px; */
  /*  border:1px solid #ddd;
    border-radius:4px;*/
}

/* Clearable text inputs
.clearable{

  background: #fff url('x_images/clearable.gif') no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;    

  border-radius: 3px;
  transition: background 0.4s;
} */
.clearable.x {
  background-position: right 5px center;
}

/* (jQ) Show icon */
.clearable.onX {
  cursor: pointer;
}

/* (jQ) hover cursor style */
.clearable::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* Remove IE default X */
#scodex {
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 3px 2px 2px 17px;
  margin-bottom: 0;
}

.extsel {
  border: 1px solid #cdcdcd;
  padding-top: 1px;
  margin-bottom: 0;
}

.pagesbtn {
  border: 1px solid #ddd;
  padding: 0;
  width: 25px;
  color: #666;
  cursor: pointer;
}

#navbar {
  margin-top: 0px;
  margin-left: 0px;
  position: fixed;
  width: 100%;
  z-index: 2000;
}

#content {
  width: 100%;
}

#uploadattachments {
  float: right;
}

#showattachments {
  width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#showattachments li {
  padding: 5px 0;
}

.clear {
  clear: both;
}

#uploadresponse {
  display: none;
  background: #c04646;
  color: #fff;
  padding: 2px;
}

.extendbtn {
  width: 18px;
  height: 18px;
  text-align: center;
  border: 1px solid #cdcdcd;
  color: #fff;
  margin: 0;
  font-weight: bold;
  background: #000099;
}

/* --------------------------------- xHead ---------------------------------------- */
.head, .subhead {
  margin-top: 0px;
  padding: 0px;
  width: 100%;
}

.head {
  z-index: 2;
  height: 48px;
  line-height: 36px;
}

.subhead {
  /*  position:fixed;
    top:48px;
    left:0px;
    height:36px;
    line-height:24px;*/
}

.c, .xHeadTitle {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
}

.c1 {
  padding-left: 4px;
  float: left;
}

.c2 {
  margin-left: 2px;
  float: left;
}

.c3, .xHeadRight {
  margin-right: 5px;
  float: right;
}

.xHeadScode {
  /*   position: relative;  */
  width: 120px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  color: #000;
  opacity: 0.8;
  font-size: 16px;
  /*   padding-left:2px; */
  text-indent: 10px;
}

/* --------------------------------- Icons ---------------------------------------- */
.iconround, .iconleft:before, .iconright:before, .iconclip:before, .iconchat:before, .icontodo:before, .iconsms:before, .iconemail:before, .iconeml:before, .icon24, .iconprint:before, .icondymo:before, .iconsetup:before, .iconcsv:before, .iconevent:before, .iconpdf:before, .iconSend:before, .iconok:before, .iconwww:before, .iconsave:before, .iconedit:before, .iconplus:before, .icondel:before, .iconrefresh:before, .iconcloseBack:before, .iconcloseReload:before, .iconclose:before {
  cursor: pointer;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  padding: 5px;
  margin-left: 2px;
  margin-right: 2px;
}

.iconround-small, .iconinfo-sm:before, .iconclip-sm:before, .iconpdf-sm:before, .iconview:before, .iconcopy-sm:before, .iconattach:before, .iconok-sm:before, .iconwww-sm:before, .iconedit-sm:before, .iconplus-sm:before, .iconsave-sm:before, .icondel-sm2:before, .icondel-sm:before, .iconrefresh-sm:before, .iconclose-sm:before {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  padding: 2px;
  font-weight: 300;
  margin-left: 2px;
  margin-right: 2px;
}

.iconround-small2, .iconchat:after, .icontodo:after, .iconplus-sm2:before {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  padding: 2px;
  font-weight: 300;
  margin-left: 2px;
  margin-right: 2px;
}

.iconrect {
  cursor: pointer;
  font-size: 24px;
  padding: 5px;
  border-radius: 4px;
  font-weight: light;
}

.iconclose:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background-color: #f44336;
}

.iconclose-sm:before {
  font-family: "FontAwesome";
  content: "";
  color: #777;
  background-color: #fff;
}

.iconclose-sm2:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.iconcloseReload:before {
  font-family: "FontAwesome";
  content: "";
  color: #777;
  background-color: #fff;
}

.iconcloseBack:before {
  font-family: "FontAwesome";
  content: "";
  color: #777;
  background-color: #fff;
}

.iconrefresh:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #4caf50;
}

.iconrefresh-sm:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #1B980B;
}

.icondel:before {
  margin-right: 5px;
  float: right;
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #9e9e9e;
}

.icondel-sm:before {
  margin-right: 5px;
  float: right;
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #9e9e9e;
}

.icondel-sm2:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #9e9e9e;
}

.iconplus:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #4285F4;
}

.iconplustxt {
  color: #fff;
  background: #4285F4;
  cursor: pointer;
  line-height: 44px;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  border-radius: 25px;
}

.iconplustxt-sm2 {
  color: #fff;
  background: #4285F4;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 8px 4px 4px;
  border-radius: 10px 10px 10px 10px;
  white-space: nowrap;
}

.iconedit:before {
  font-family: "FontAwesome";
  content: "";
  color: #777;
  background: #ffeb3b;
}

.iconsave:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #9C27B0;
}

.iconsave-sm:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #9C27B0;
}

.button {
  font-size: 14px;
  border: 0px;
  margin: 5px 0px 5px 0px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 1px;
  color: #fff;
  background: #4285F4;
}

.buttonsave {
  border: 0px;
  margin: 5px 0px 5px 0px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  background: #9C27B0;
}

.buttoncancel {
  border: 0px;
  margin: 5px 0px 5px 0px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0px;
  color: #fff;
  background: #f44336;
}

.iconplus-sm:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #4285F4;
}

.iconplus-sm2:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #4285F4;
}

.iconedit-sm:before {
  font-family: "FontAwesome";
  content: "";
  color: #777;
  background: #ffeb3b;
}

.iconwww:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #4285F4;
}

.iconwww-sm:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #4285F4;
}

.iconok:before {
  font-family: "FontAwesome";
  content: "";
  color: #1B5E20;
  background: #fff;
}

.iconok-sm:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #4285F4;
}

.iconattach:before {
  font-family: "FontAwesome";
  content: "";
  background: transparent;
}

.iconcopy-sm:before {
  font-family: "FontAwesome";
  content: "";
  color: #ffffff;
  background: #4285F4;
}

.iconSend:before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #9C27B0;
}

.iconcalc:before {
  display: inline;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 2px;
  margin-left: 5px;
  font-size: 18px;
  cursor: pointer;
  font-family: "FontAwesome";
  content: "";
  color: #9e9e9e;
  background: #ffffff;
}

.iconview:before {
  font-family: "FontAwesome";
  content: "";
  color: #4285F4;
  background: #fff;
}

.iconpdf:before {
  font-family: "FontAwesome";
  content: "";
  color: #DA251C;
  background: #fff;
}

.iconevent:before {
  font-family: "FontAwesome";
  content: "";
  color: #4285F4;
  background: #fff;
}

.iconcsv:before {
  font-family: "FontAwesome";
  content: "";
  color: #1B980B;
  background: #fff;
}

.iconpdf-sm:before {
  font-family: "FontAwesome";
  content: "";
  color: #DA251C;
  background: #fff;
}

.iconsetup:before {
  font-family: "FontAwesome";
  content: "";
  color: #000;
  background: #fff;
}

.icondymo:before {
  font-family: "FontAwesome";
  content: "";
  color: #777777;
  background: #fff;
}

.iconprint:before {
  font-family: "FontAwesome";
  content: "";
  color: #777777;
  background: #fff;
}

.icon18 {
  cursor: pointer;
  font-size: 18px;
  color: #777;
}

.icon24 {
  font-family: "FontAwesome";
  color: #777;
  background: #fff;
}

.iconemail:before, .iconeml:before {
  font-family: "FontAwesome";
  content: "";
  color: #777777;
  background: #fff;
}

.iconsms:before {
  font-family: "FontAwesome";
  content: "";
  color: #777777;
  background: #ffeb3b;
}

.icontodo {
  position: relative;
}

.icontodo:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "";
  color: #FBC02D;
  background: #fff;
}

.icontodo:after {
  position: absolute;
  right: 6px;
  top: -4px;
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #4285F4;
}

.iconchat {
  position: relative;
}

.iconchat:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "";
  color: #311B92;
  background: #fff;
}

.iconchat:after {
  position: absolute;
  right: 6px;
  top: -4px;
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #4285F4;
}

.iconclip:before {
  font-family: "FontAwesome";
  content: "";
  background: #FFF;
}

.iconclip-sm:before {
  font-family: "FontAwesome";
  content: "";
  background: #FFF;
}

.iconinfo-sm:before {
  font-family: "FontAwesome";
  content: "";
  background: #FFF;
}

.icongo {
  cursor: pointer;
  margin-left: 2px;
  font-size: 14px;
  color: #777;
  background: #fff;
  padding: 5px;
  border-radius: 4px;
}

.iconextend:before {
  font-family: "FontAwesome";
  content: "";
  font-weight: light;
  float: right;
  cursor: pointer;
  padding-top: 2px;
  padding-right: 2px;
}

.iconright:before {
  font-size: 36px;
  font-family: "FontAwesome";
  content: "";
  color: black;
  background: #FFF;
}

.iconleft:before {
  font-size: 36px;
  font-family: "FontAwesome";
  content: "";
  color: black;
  background: #FFF;
}

.iconFavorite {
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}

.color-product {
  background: #FFCCFF;
  color: #2e73a1;
}

.bigbutton {
  float: left;
  text-align: center;
  margin: 2px;
  width: 120px;
  height: 90px;
  color: white;
  font-weight: bold;
  background: blue;
  cursor: pointer;
  border-radius: 0px;
}

.x_account {
  background: #0B55A6;
  color: #ffffff;
}

.x_account_ext {
  background: #0B55A6;
  color: #ffffff;
}

.icon-applicant:before {
  padding-right: 2px;
  font-family: "FontAwesome";
  content: "";
  color: #777777;
  background: transparent;
}

.icon-customercompany:before {
  padding-right: 2px;
  font-family: "FontAwesome";
  content: "";
  color: green;
  background: transparent;
}

.icon-customerperson:before {
  padding-right: 2px;
  font-family: "FontAwesome";
  content: "";
  color: green;
  background: transparent;
}

.icon-freecompany:before {
  padding-right: 2px;
  font-family: "FontAwesome";
  content: "";
  color: blue;
  background: transparent;
}

.icon-freeperson:before {
  padding-right: 2px;
  font-family: "FontAwesome";
  content: "";
  color: blue;
  background: transparent;
}

.icon-supplier:before {
  padding-right: 2px;
  font-family: "FontAwesome";
  content: "";
  color: #777777;
  background: transparent;
}

.icon-backoffice:before {
  padding-right: 2px;
  font-family: "FontAwesome";
  content: "";
  color: black;
  background: transparent;
}

.icon-employee:before {
  padding-right: 2px;
  font-family: "FontAwesome";
  content: "";
  color: green;
  background: transparent;
}

.icon-branch:before {
  padding-right: 2px;
  font-family: "FontAwesome";
  content: "";
  color: red;
  background: transparent;
}

.TimeDivHeader {
  position: absolute;
  height: 16px;
  font-size: 12px;
  text-align: left;
  background: transparent;
  border-left: 1px solid black;
  color: #000;
}

.TimeDiv {
  position: absolute;
  height: 16px;
  margin-right: 5px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #fff;
}

.ParaBox {
  display: none;
  background: black;
  position: fixed;
  z-index: 2000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ParaBox table {
  width: 400px;
  font-size: 12px;
  line-height: 12px;
  /* dropshadows */
}

.IconDropMenu {
  display: none;
  position: absolute;
  z-index: 1000;
  max-height: 300px;
}
.IconDropMenu.up {
  transform: translateY(calc(-100% - 30px));
}

.IconDropMenu table {
  width: 200px;
  /* dropshadows */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  /*  -webkit-box-shadow: -7px 9px 46px 14px rgba(0,0,0,0.35);
    -moz-box-shadow: -7px 9px 46px 14px rgba(0,0,0,0.35);
    box-shadow: -7px 9px 46px 14px rgba(0,0,0,0.35);
    background-color: rgba(0,0,0,0.5);*/
}

.IconDropMenu tr {
  padding: 0;
  line-height: 24px;
  /*   padding:3px 3px 3px 2px; */
  cursor: pointer;
  border: 1px solid #eee;
}

.IconDropMenu td:hover {
  color: #fff;
  font-weight: 800;
  background: #1565c0;
}

.IconDropMenu td {
  background: #fff;
  padding-left: 5px;
}

#spinner {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

#spinner:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #8C2455;
  border-bottom: 8px solid #8C2455;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*for notifications*/
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.text-sm {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.85rem;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.block-inline {
  display: inline-block;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.popover {
  max-width: 100% !important;
}

.is-invalid {
  display: block;
  font-size: 11px;
  color: red;
}

.no-whitespace {
  white-space: nowrap;
}

/*# sourceMappingURL=x_css.css.map */
.topbar .navbar-search {
    width: 22rem !important;
}
.topbar .navbar-search.smaller {
    width: 16rem !important;
}