/******** GENERIC  *******/
:root {
  --as-logo-color: #016cb2;
  /* --as-header-bkg-color: #EDF3FE;*/
  --as-header-bkg-color: transparent;
  /*--as-header-btn-color: #016CB2;*/
  --as-header-btn-color: rgb(1, 108, 178, 1);
  --as-header-btn-hover-color: #fff;
  --as-menu-bkg-color: #edf3fe;
  --as-sliderFlip-bkg-color: #edf3fe;
  /*--as-sidemenu-bkg-color: ;#F3F3F3;*/
  --as-sidemenu-bkg-color: #fff;
  --as-mitemgroup-color: #0b333c;
  --as-mitem-color: #0b333c; /*#aaa;*/
  --as-mitem-current-bkg-color: #016cb2;
  --as-mitem-current-color: #fff;
  --as-box-shadow-color: #aaaaaa;
  /*--as-label-color:#0B333C;#666f73;*/
  --as-label-color: #666f73;
  --as-input-color: #0b333c;
  --as-notice-color: #aaa;
  --as-button-intext-color: #016cb2;
  --as-button-intext-background: #fff;
  --as-button-intext-backhover: #aaa;
  --as-list-item-border-color: #dde2e5;
  --as-container-border-color: #dde2e5;
  --as-body-back-color: #ffffff;
  --as-footer-color: #aab3b3;
}

* {
  margin: 0;
  padding: 0;
}
body {
  background: #ffffff;
  color: #0b333c;

  font-family: "Poppins", sans-serif;
  font-weight: 400;

  /*font-family: verdana,sans-serif;*/
  font-size: 13px;
}
h1,
h2,
h3 {
  font-family: arial, sans-serif;
}
input,
select,
button {
  color: #0b333c;
}
ul,
li {
  list-style-type: none;
}
* {
  box-sizing: border-box;
}

.sprite {
}

.as-center-box {
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

.transparent {
  opacity: 0;
}
.ie .transparent {
  filter: alpha(opacity=0);
}
.top {
  vertical-align: top !important;
}
.bottom {
  vertical-align: bottom !important;
}
.middle {
  vertical-align: middle !important;
}
.first {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.last {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.help-text {
  color: #aaa;
}
.disabled {
  color: #bbb;
}
.link-disabled {
  color: #bbb;
}
.link-disabled:hover {
  text-decoration: none;
  cursor: default;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.offscreen {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}
.empty-set {
  padding: 30px !important;
}
.numeric {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.no-border {
  border: 0 !important;
}
.bold {
  font-weight: bold !important;
}
.loading {
  position: absolute;
  width: 220px;
  height: 19px;
  background: url("../../images/ajax-loader.gif") repeat-x scroll 0 0
    transparent;
}

.divOutCenterContent {
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}
/*********/
.progressControl {
  text-align: center;
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 200px;
}
.progressControl div {
  width: 220px;
  height: 20px;
  background: url(../../images/ajax-loader.gif) no-repeat scroll center center
    transparent;
}
.progress {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05) inset;
  position: relative;
  border: 1px solid #cccccc;
  height: 15p;
  left: 0;
  margin: -1px;
  position: absolute;
  top: 0;
  width: 250px;
}

/****  LABELS AND INPUTS  ******/
.as-row {
  width: 100%;
  float: left;
  padding: 4px;
}
.as-row.actions {
  height: 50px;
  padding: 10px;
  margin-left: 160px;
  width: calc(100% - 160px);
  float: left;
}

.as-label {
  font-size: 1em;
  width: 160px;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  color: var(--as-label-color);
  text-align: right;
}
.as-label-input {
  float: left;
  height: 24px;
  padding: 1px 2px;
  margin-top: 0px;
  vertical-align: middle;
  font-size: 1em;
  text-align: left;
  color: var(--as-input-color);
  border: 0px;
  font-weight: bold;
  background-color: transparent;
}

/****** END  ******/

.as-text-input,
.as-num-input,
.as-check-input,
.as-radio-input,
.as-select-input,
.as-date-input,
.as-text-area {
  font-size: 1em;
  text-align: left;
  color: var(--as-input-color);
  float: left;
  height: 24px;
  padding: 1px 2px;
  margin-top: 0px;
  vertical-align: middle;
  border: 1px solid #c9cbcc;
  border-color: #6d6f70 #c9cbcc #c9cbcc #c9cbcc;
  border-radius: 4px;
  box-shadow: none;
  border-color: #d2d6de;
}
.as-radio-item {
  font-size: 1em;
  text-align: left;
  float: left;
  margin-left: 2px;
  margin-right: 10px;
  margin-top: 4px;
}

.as-date-input.cal {
  background: url("../../images/calendar.gif") no-repeat scroll 97% center #fff;
  padding-right: 24px;
}

.as-text-input.disabled,
.as-num-input.disabled,
.as-check-input.disabled,
.as-radio-input.disabled,
.as-select-input.disabled,
.as-date-input.disabled,
.as-text-area.disabled {
  background-color: #e6e6e6;
}

.as-num-input,
.as-num-input.disabled,
.as-date-input,
.as-date-input.disabled {
  text-align: right;
}
.as-text-input:focus,
.as-num-input:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}
.as-text-input:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.as-labelnotice {
  width: calc(100% - 400px);
  float: left;
  margin-left: 6px;
  margin-top: 4px;
  font-size: 0.9em;
  font-style: italic;
  color: var(--as-notice-color);
  text-align: left;
}

.as-notice-bottom {
  float: left;
  text-align: left;
  font-size: 0.9em;
  font-style: italic;
  color: var(--as-notice-color);
}
.as-select-input {
  height: 24px;
  padding: 3px 3px;
}
.as-checkbox {
  float: left;
  height: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 170px;
}
.as-checkbox input {
  vertical-align: bottom;
  margin-bottom: 4px;
  margin-right: 5px;
}

.divsettings .as-text-input {
  width: 400px;
}

input.required {
  border: 1px solid #d90404;
  box-shadow: none !important;
}
.as-row label.as-label.required {
  padding-right: 10px;
  background: url("../../images/required_asterisk.gif") no-repeat scroll right
    center transparent;
}

.as-li {
  list-style-type: circle;
  margin-left: 20px;
}

.as-text-input.search {
  background-image: url("../../images/search.png");
  background-position: right;
  background-repeat: no-repeat;
  height: 25px;
}

div.updateStamp {
  float: right;
  background: lightgrey;
}

/*****  DATAGRID ****/
.datagrid {
  width: calc(100% - 16px);
  margin: 8px;
  min-height: 100px;
  overflow: auto;
}
.datagrid table {
  width: 100%;
}
.datagrid table thead th {
  color: #666;
  font-weight: normal;
  border-bottom: 1px solid #b7babc;
  padding: 4px 8px 6px 8px;
  text-align: left;
}
.datagrid table thead th:hover {
  background-color: #b2e1ff;
}
.datagrid table thead th:active {
  background-color: #7fceff;
}
.datagrid table thead th.sort-asc {
  background-image: url("../../images/up_arrow.gif");
  background-position: 94% center;
  background-repeat: no-repeat;
}
.datagrid table thead th.sort-desc {
  background-image: url("../../images/down_arrow.gif");
  background-position: 94% center;
  background-repeat: no-repeat;
}
.datagrid table tr:hover {
  cursor: pointer;
}
.datagrid table tr.selected {
  background: #7fceff;
}
.datagrid table tr td {
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
  padding: 4px 8px 6px 8px;
}
.datagrid table tr td.checkbox {
  padding-left: 18px;
  text-align: left;
}
.datagrid table tr td.number,
.datagrid table thead th.number {
  text-align: right;
}
.datagrid table tr td input {
  height: 17px !important;
}
.datagrid table tr td div.center {
  float: left;
  text-align: right;
  min-width: 60px;
  width: 50%;
}
.datagrid table thead th.tab-title {
  font-weight: bold;
}
.datagrid .title {
  font-size: 1.1em;
  font-weight: bold;
}

/**********    ACTIONS TOOL-BOX   **************/
.ee-tool-box {
  float: left;
  margin-top: 5px;
}
.ee-tool-box .as-button-intext {
  width: 35px;
  height: 40px;
  font-size: 2.5em;
}
.ee-tool-box .sep {
  padding: 18px;
}

/**********    SWITCH INPUT   **************/
.switch-box {
  float: left;
  height: 50px;
  margin: auto;
  padding: 5px;
}
.switch-box label {
  float: left;
  padding-top: 2px;
  font-size: 1.3em;
  font-weight: bold;
}
.switch-box input {
  width: 100px;
  font-weight: bold;
}
.switch-input {
  float: left;
  padding-top: 6px;
}
.switch-btn {
  position: relative;
  float: left;
  width: 70px;
  height: 34px;
  margin-right: 10px;
}
.switch-btn input {
  display: none;
}
.switch-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  background-color: green;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-btn .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch-btn .slider.round {
  border-radius: 34px;
}

.switch-btn .slider.round:before {
  border-radius: 50%;
}
/**********    END SWITCH   **************/

/************  FORMS *******/
.form {
  position: relative;
  margin: 4px 8px;
}
.form-title {
  margin: 8px;
}
.form-title span {
  color: #aab3b3;
}
.fieldset,
fieldset {
  border: 1px solid var(--as-list-item-border-color);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
}

.fieldset legend,
fieldset legend {
  font-size: 1.1em;
  font-weight: bold;
  left: 10px;
  padding: 6px;
  top: -16px;
}

/*****  LISTS  ******/
.list-details {
  margin: 8px;
}

.list-item {
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 4px 10px 4px;
}
.list-item table {
  width: 100%;
  border-collapse: collapse;
}
.list-item table thead {
  background: #f0f0f0;
}
.list-item table thead tr {
  height: 60px;
}

.list-item table tr td {
  padding: 5px 8px 5px 8px;
}
.list-item table tr td.key {
  text-align: right;
  font-weight: normal;
  width: 25%;
}
.list-item table tr td.value {
  text-align: left;
  font-weight: bold;
}
.list-item table tr td.value span.key {
  font-weight: normal;
  padding-left: 8px;
  padding-right: 8px;
}
.list-item .actions {
  position: absolute;
  right: 2px;
  top: 5px;
}
.list-item .actions span.action {
  margin: 0px !important;
  padding: 2px 4px 0px 2px !important;
}

.table2c-item {
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 4px 10px 4px;
}
.table2c-item table {
  width: 100%;
  border-collapse: collapse;
}
.table2c-item table thead {
  background: #f0f0f0;
}
.table2c-item table thead tr {
  height: 60px;
}

.table2c-item table tr td {
  padding: 5px 8px 5px 8px;
}
.table2c-item table tr td.key {
  text-align: right;
  font-weight: normal;
  width: 20%;
}
.table2c-item table tr td.value {
  text-align: left;
  font-weight: bold;
  width: 30%;
}
.table2c-item table tr td.value span.key {
  font-weight: normal;
  padding-left: 8px;
  padding-right: 8px;
}
.table2c-item .actions {
  position: absolute;
  right: 2px;
  top: 5px;
}
.table2c-item .actions span.action {
  margin: 0px !important;
  padding: 2px 4px 0px 2px !important;
}

th.tab-title {
  width: 25%;
  text-align: right;
  padding-right: 10px;
  border-bottom: 1px solid var(--as-container-border-color);
}
th.tab-header {
  border-bottom: 1px solid var(--as-container-border-color);
}
div.tab-infos {
  float: left;
  width: calc(100% - 200px);
  text-align: left;
  margin-top: 3px;
}
div.tab-actions {
  float: left;
  width: 200px;
  text-align: left;
  padding-right: 20px;
}

div.tab-infos span.value,
div.tab-infos span.key {
  padding-top: 5px;
  padding-bottom: 2px;
  display: inline-block;
}
div.tab-infos span.key {
  text-align: right;
  font-weight: normal;
  width: 140px;
  margin-right: 10px;
}
div.tab-infos span.value {
  text-align: left;
  font-weight: bold;
}

/************   MODALS ******************/
#modal-screen {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}
.ie7 #modal-screen {
  background-color: #000;
  filter: alpha(opacity = 30);
}

#modal-wrapper {
  display: none;
  position: absolute;
  z-index: 100;
}
.modal-content,
#modal-loading {
  width: auto;
  background-color: rgba(125, 175, 207, 0.9);
  border: 1px solid #006699;
  margin: 10px auto 0;
  padding: 10px 10px 10px 10px;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}
#modal-loading {
  position: relative;
}
.modal-title-bar {
  height: 20px;
}
.modal-close {
  display: block;
  font-weight: bolder;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 500;
}
.modal-close:hover {
  cursor: pointer;
  border: 1px solid #666666;
  background-color: #cccccc;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.modal-close span {
  background: url("../../images/window_close.gif") no-repeat scroll center
    center transparent;
  display: block;
  height: 14px;
  width: 14px;
}
.modal-title {
  position: absolute;
  left: 10px;
  top: 6px;
  width: 90%;
}
.modal-body {
  float: right;
  width: auto;
  background: #fff;
  border: 1px solid #cccccc;
  box-shadow: 2px 2px 2px #333;
  -moz-box-shadow: 2px 2px 2px #333;
  -webkit-box-shadow: 2px 2px 2px #333;
  padding: 4px 10px 10px 10px;
}
.modal-body form {
  z-index: 99998;
}

.modal-top {
  padding: 15px 20px 20px;
}
.modal-header {
  color: #29271e;
  font-size: 4em;
  font-weight: bold;
  letter-spacing: -0.03em;
  margin-bottom: 7px;
}
.modal-header span {
  color: #80a1c1;
  font-weight: normal;
}
.modal-subheader {
  color: #80a1c1;
  font-size: 1.5em;
  letter-spacing: -0.025em;
  margin-bottom: 25px;
}
.modal-bottom {
  background-color: #e5ecf3;
  clear: both;
  padding: 15px 20px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
#modal-loading {
  background: #fff url("../../images/ajax-loader.gif") no-repeat 40% 40%;
  height: 19px;
  width: 220px;
}

.modal-body div.row.actions {
  height: 50px;
  padding: 10px;
  text-align: right;
}

/*************** AJIELSOFT & STATUS ***************/
#statusHistory {
  width: 500px;
  padding: 10px;
  color: #0b333c;
  overflow-x: hidden;
}
#statusHistory div.history-list {
  max-height: 200px;
  overflow: auto;
}
#statusHistory div.history-list table {
  width: 100%;
  border-bottom: solid 1px #b7babc;
  border-left: solid 1px #b7babc;
}
#statusHistory div.history-list table thead th {
  padding-left: 5px;
  text-align: left;
  border-top: solid 1px #b7babc;
  border-right: solid 1px #b7babc;
  height: 24px;
  background: url("../../images/header_bkg.png") repeat-x scroll 0 -7px transparent;
}
#statusHistory div.history-list table tbody tr {
  cursor: pointer;
}
#statusHistory div.history-list table tbody tr.odd {
  background: #ccc;
}
#statusHistory div.history-list table tbody tr.selected {
  background: #7fceff;
}
#statusHistory div.history-list table tbody tr td {
  padding-left: 5px;
  border-top: solid 1px #b7babc;
  border-right: solid 1px #b7babc;
  height: 24px;
}
#statusHistory div.history-detail {
  width: 100%;
  margin-top: 10px;
  border: solid 1px #b7babc;
  background: #f7f7f7;
}
#statusHistory div.history-detail div {
  padding: 5px;
  height: 200px;
  font-size: 10px;
  overflow: auto;
}
#statusHistory div.history-detail div.success {
  background: #bff6bf;
  color: #228a0e;
}
#statusHistory div.history-detail div.error,
#statusHistory div.history-detail div.fail {
  background: #f9d0d0;
  color: #d90404;
}

.toaster {
  position: fixed;
  padding: 10px 10px 2px;
  border: 1px solid #bdbdbd;
  border-bottom: none;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  border-radius: 7px 7px 0 0;
  -moz-box-shadow: 0 0 2px 1px rgba(200, 200, 200, 0.8);
  -webkit-box-shadow: 0 0 2px 1px rgba(200, 200, 200, 0.8);
  box-shadow: 0 0 2px 1px rgba(200, 200, 200, 0.8);
  background-color: #fff;
  width: 350px;
  left: 50%;
  margin-left: -175px;
  z-index: 5;
  font-size: 11px;
}
.toaster .cntrProgress {
  height: 5px;
}
.toaster .progressBar {
  height: 15px;
}

/*****    LOGOS  *******/
.tree-close {
  background: url("../../images/24x24/tree_close.png") no-repeat scroll 0 2px
    transparent;
  padding-left: 14px !important;
}
.tree-open {
  background: url("../../images/24x24/tree_open.png") no-repeat scroll 0 2px
    transparent;
  padding-left: 14px !important;
}
.unlock {
  background: url("../../images/16x16/unlock.png") no-repeat scroll 0 2px
    transparent;
  width: 16px;
  height: 13px;
  display: inline-block;
  cursor: pointer;
}
.order {
  background: url("../../images/16x16/shopping_cart.png") no-repeat scroll 0 2px
    transparent;
  padding-left: 24px !important;
}
.payroll {
  background: url("../../images/16x16/dollar_currency_sign.png") no-repeat
    scroll 0 2px transparent;
  padding-left: 24px !important;
}

/*****    ACTIONS  *******/
.actions.action-left {
  width: 50%;
  float: left;
  text-align: left;
}
.actions.action-right {
  width: 50%;
  float: right;
  text-align: left;
}

.actions span.action {
  float: right;
  min-width: 16px;
  height: 16px;
  margin-right: 10px;
  padding: 2px 4px 0px 20px;
  text-decoration: underline;
  font-size: 10px;
}
.actions span.action:hover {
  background-color: #fff;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.actions span.disabled {
  cursor: default !important;
}
.actions span.empexit {
  background: url("../../images/16x16/edit_profile.png") no-repeat scroll 0 0
    transparent;
}
.actions span.empexit.disabled {
  background: url("../../images/16x16/edit_profile.png") no-repeat scroll 0 0.1
    transparent !important;
}
.actions span.emphire {
  background: url("../../images/16x16/add_user.png") no-repeat scroll 0 0
    transparent;
}
.actions span.emphire.disabled {
  background: url("../../images/16x16/add_user.png") no-repeat scroll 0 0.1
    transparent !important;
}

.actions span.add {
  background: url("../../images/16x16/add.png") no-repeat scroll 0 0 transparent;
}
.actions span.add.disabled {
  background: url("../../images/16x16/grey/add.png") no-repeat scroll 0 0
    transparent !important;
}
.actions span.edit {
  background: url("../../images/16x16/edit.png") no-repeat scroll 0 0
    transparent;
}
.actions span.edit.disabled {
  background: url("../../images/16x16/grey/edit.png") no-repeat scroll 0 0
    transparent;
}
.actions span.save {
  background: url("../../images/16x16/save.png") no-repeat scroll 0 0
    transparent;
}
.actions span.save.disabled {
  background: url("../../images/16x16/grey/save.png") no-repeat scroll 0 0
    transparent;
}
.actions span.delete {
  background: url("../../images/16x16/delete.png") no-repeat scroll 0 0
    transparent;
}
.actions span.delete.disabled {
  background: url("../../images/16x16/grey/delete.png") no-repeat scroll 0 0
    transparent;
}
.actions span.cut {
  background: url("../../images/16x16/cut.png") no-repeat scroll 0 0 transparent;
}
.actions span.cut.disabled {
  background: url("../../images/16x16/cut.png") no-repeat scroll 0 0 transparent;
}
.actions span.info {
  background: url("../../images/16x16/info.png") no-repeat scroll 0 0
    transparent;
}
.actions span.info.disabled {
  background: url("../../images/16x16/info.png") no-repeat scroll 0 0;
}

.actions span.pdf {
  background: url("../../images/16x16/pdf.png") no-repeat scroll 0 0 transparent;
}
.actions span.pdf.disabled {
  background: url("../../images/16x16/grey/pdf.png") no-repeat scroll 0 0
    transparent;
}
.actions span.jspdf {
  background: url("../../images/16x16/pdf.png") no-repeat scroll 0 0 transparent;
}
.actions span.jspdf.disabled {
  background: url("../../images/16x16/grey/pdf.png") no-repeat scroll 0 0
    transparent;
}

.actions span.add-to-cart {
  background: url("../../images/16x16/add_to_shopping_cart.png") no-repeat
    scroll 0 0 transparent;
}

.actions span.maj {
  background: url("../../images/16x16/recycle.png") no-repeat scroll 0 0
    transparent;
}
.actions span.maj.disabled {
  background: url("../../images/16x16/recycle.png") no-repeat scroll 0 0
    transparent;
}

.actions span.process {
  background: url("../../images/16x16/process.png") no-repeat scroll 0 0
    transparent;
}
.actions span.process.disabled {
  background: url("../../images/16x16/process.png") no-repeat scroll 0 0
    transparent;
}

/*******   SECURITY *****/
/* in account */
.as-row div span.notice {
  font-size: 0.9em;
  font-style: italic;
}
.as-row div span.icon {
  display: none;
  height: 14px;
  width: 16px;
  margin-top: 4px;
  margin-left: 4px;
}
.as-row div.spinner span.icon {
  display: inline-block;
  background: url("../../images/spinner.gif") no-repeat scroll 0px 0px
    transparent;
}
.as-row div.available {
  color: #00cc00;
}
.as-row div.available input {
  border: 1px solid #00cc00;
}
.as-row div.available span.icon {
  display: inline-block !important;
  background: url("../../images/16x16/accept.png") no-repeat scroll 0px 0px
    transparent;
}
.as-row div.available span.notice {
  color: #00cc00 !important;
}
.as-row div.notAvailable {
  color: #ff0000;
}
.as-row div.notAvailable input {
  border: 1px solid #ff0000;
}
.as-row div.notAvailable span.icon {
  display: inline-block;
  background: url("../../images/16x16/delete.png") no-repeat scroll 0px 0px
    transparent;
}
.as-row div.notAvailable span.notice {
  color: #ff0000 !important;
}

/* in people */
.as-row span.notice {
  font-size: 0.8em;
  font-style: italic;
}
.as-row span.notice.vcenter {
  margin-top: 5px;
  display: inline-block;
  margin-left: 4px;
}
.as-row span.icon {
  display: none;
  height: 14px;
  width: 16px;
  margin-top: 4px;
  margin-left: 4px;
}
.as-row.spinner span.icon {
  display: inline-block;
  background: url("../../images/spinner.gif") no-repeat scroll 0px 0px
    transparent;
}
.as-row.available {
  color: #00cc00;
}
.as-row.available input {
  border: 1px solid #00cc00;
}
.as-row.available span.icon {
  display: inline-block !important;
  background: url("../../images/16x16/accept.png") no-repeat scroll 0px 0px
    transparent;
}
.as-row.available span.notice {
  color: #00cc00 !important;
}
.as-row.notAvailable {
  color: #ff0000;
}
.as-row.notAvailable input {
  border: 1px solid #ff0000;
}
.as-row.notAvailable span.icon {
  display: inline-block;
  background: url("../../images/16x16/delete.png") no-repeat scroll 0px 0px
    transparent;
}
.as-row.notAvailable span.notice {
  color: #ff0000 !important;
}

/*****************   MENUS   ****************/
.divMenuPop {
  float: right;
  width: auto;
  position: relative;
  padding: 5px;
}
.divMenuPop .menu-dropdown-content {
  position: absolute;
  top: 32px;
  left: 20px;
}
.divMenuPop:hover .menu-dropdown-content {
  display: block;
}

/*****************   BUTTONS   ****************/
/*
button.as-button-intext{width: 25px;height: 25px;font-size: 1.5em;  border: none;
  color: var(--as-button-intext-color);   background:var(--as-button-intext-background);}
 
button.as-button-intext.disabled{opacity: 0.5;}
button.as-button-intext:hover{background:var(--as-button-intext-backhover); cursor: pointer;}
*/
/*
.as-button-intext{width: 25px;height: 25px;font-size: 1.5em;  border: none;
  color: var(--as-button-intext-color);   background:var(--as-button-intext-background);}
*/

.as-button-intext {
  width: 25px;
  height: 25px;
  font-size: 1.5em;
  border: none;
  color: var(--as-button-intext-color);
  background: var(--as-button-intext-background);
  float: left;
}

.as-button-intext.disabled {
  opacity: 0.5;
}
.as-button-intext:hover:not([disabled]) {
  cursor: pointer;
}
.as-button-intext.disabled i {
  color: var(--as-button-intext-backhover);
}

.as-button-intext.textButton {
  width: 100px;
}
.as-button-intext.textButton span {
  font-size: 0.6em;
  text-align: center;
  margin-left: 3px;
}

div.tab-actions button {
  background: var(--as-header-bkg-color);
}
/*div.tab-actions button:hover:not([disabled]){background:var(--as-button-intext-backhover); cursor: pointer;}*/
div.tab-actions button:hover:not([disabled]) {
  cursor: pointer;
}

.uploaderContainer {
  position: relative;
  float: left;
}
.uploader {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
}

.as-button-closeUl {
  float: right;
  font-size: 1em;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  border: none;
  color: var(--as-button-intext-color);
  background: var(--as-button-intext-background);
}

.as-ul-choose li {
  float: left;
  margin-right: 6px;
}

/******    SPECIAL BUTTONS *****/

.btn-link {
  border: 0px;
  background: none;
  text-decoration: underline;
  padding: 8px 6px 5px 6px;
  font-size: 0.9em;
}
.btn-link:hover {
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.as-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 10px 20px;
}
.as-btn:hover {
  cursor: pointer;
}
.as-btn-primary {
  color: #fff;
  background-color: #5867dd;
  border-color: #4857d0;
}
.as-btn-primary:hover {
  background-color: #6a79ee;
}

/*******   BELL NOTIFY *******/
div.notify {
  position: relative;
  right: -5px;
  top: -27px;
}
div.notify .heartbit {
  animation: 1s ease-out 0s normal none infinite running heartbit;
  border: 5px solid #f00000;
  border-radius: 70px;
  height: 25px;
  position: absolute;
  right: -4px;
  top: -20px;
  width: 25px;
  z-index: 10;
}
div.notify .point {
  background-color: #f00000;
  border-radius: 30px;
  height: 6px;
  position: absolute;
  right: 6px;
  top: -10px;
  width: 6px;
}
@keyframes heartbit {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    opacity: 0.1;
    transform: scale(0.1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.5);
  }
  75% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/************    ACCORDION MENU ******/
.accordionMenu {
  float: left;
  width: calc(100% - 10px);
  padding-left: 10px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.accordionMenu ul.inner {
  background: var(--as-sidemenu-bkg-color);
}
.accordionMenu ul li.tabitem {
  float: none;
  padding: 4px 20px;
  font-size: 1.1em;
  text-align: left;
  white-space: nowrap;
}

.accordionMenu ul li.tabitem:hover,
.accordionMenu ul li.tabitem.selected {
  background-color: var(--as-mitem-current-bkg-color);
  color: var(--as-mitem-current-color);
  cursor: pointer;
}

.accordionMenu ul li.tabitem:hover span.fa-li,
.accordionMenu ul li.tabitem.selected span.fa-li {
  background-color: var(--as-mitem-current-bkg-color);
  margin-top: -4px;
  padding: 4px;
}

.accordionMenu ul li.inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

a.toggle {
  background-color: var(--as-menu-bkg-color);
  color: var(--as-mitemgroup-color);
  text-decoration: none;
  width: 100%;
  font-size: 1.2em;
  display: block;
  padding: 0.3em 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}

a.toggle:hover {
  background-color: var(--as-mitem-current-bkg-color);
}

li > a.toggle > .fa-angle-left,
li > a.toggle > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
li > a.toggle > .fa-angle-left {
  margin-top: 5px;
  float: right;
}
li > a.toggle.open > .fa-angle-left,
li > a.toggle.open > .pull-right-container > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
