/* general reset */

@font-face {
	font-family: 'AgencyFB';
	src: url("../fonts/agency_fb_bold.eot");
	src: url("../fonts/agency_fb_bold.eot?") format("embedded-opentype"),
	url("../fonts/agency_fb_bold.woff") format("woff"),
	url("../fonts/agency_fb_bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  max-height: 100000px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 20px;
}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  background: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
html, body {
  height: 100%;
  min-width: 320px;
}
body {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21px;
  background: #a3b4bb url(../images/bg-body.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  outline: 0;
}
a:hover {
  outline: none;
  text-decoration: underline;
}
img {
  vertical-align: top;
  border-style: none;
}
form, fieldset {
  margin: 0;
  padding: 0;
}
input, textarea, select {
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21px;
  vertical-align: middle;
  color: #000;
  overflow: auto;
}
textarea {
  overflow: auto;
  resize: vertical;
}
label {
  vertical-align: middle;
}
button,
input {
  width: auto;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=submit],
button {
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
input[type=submit]:hover,
button:hover {
  cursor: pointer;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type=password] {
  -webkit-text-security: disc;
}
*::-moz-placeholder {
  opacity: 1;
}
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=file],
input[type=number],
input[type=url],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=image] {
  padding: 0;
  border: none;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
}
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}
input::-ms-clear {
  display: none;
}
h1, h2, h3, h4, h5, h6, b, strong, th {
  font-weight: 700;
}
i, cite, em, var, dfn, address {
  font-style: italic;
}
u, ins {
  text-decoration: underline;
}
s, strike, del {
  text-decoration: line-through;
}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}
table, caption, tbody, tfoot, thead, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}
#header:after,
#nav > ul:after,
#content:after,
.info-row:after,
.info-row .list-hlder:after {
  content: '';
  clear: both;
  display: block;
}
.required:after { content:" *"; color: #be0000}
ul li {
	list-style-type: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color:    #abadb3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #abadb3;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #abadb3;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #abadb3;
}

input[type="password"],
input[type="text"] {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 100%;
	min-width: 150px;
	height: 41px;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	padding: 8px 20px 10px 9px;
	border-radius: 4px;
	border: 1px solid #000;
	background: #fff;
}
input[type="text"]:disabled {
	background: #fff;
	color: #b8b8b8;
	border-color: #b8b8b8;
}

#wrapper {
  min-height:100%;
  width: 1024px;
  margin: 0 auto;
  background: #fff;
}
.w1 {
  padding: 0 0 68px;
}

/* header */
#header {
  padding: 32px 20px 11px 29px;
  position: relative;
  z-index: 2;
}

/* site logotype */
.logo {
  float: left;
  margin: 0;
}
.logo img {vertical-align: top;}
.logo a {
  display: block;
  height: 100%;
}

/* navigation */
#nav {
  float: right;
  padding: 94px 0 0;
}
#nav ul {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  list-style-type: none;
}
#nav > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px 12px 12px;
  margin: 0 0 -12px;
  position: relative;
}
#nav > ul > li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  border: 1px solid #000;
  border-width: 0 1px;
  border-color: #000 #b8b8b8 #000 #000;
}
#nav ul > li:first-child:before {display: none;}
#nav ul ul:before,
#nav ul ul {
  display: none;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
#nav ul ul {
  position: absolute;
  left: -17px;
  top: 32px;
  padding: 10px 7px;
  width: 100%;
  min-width: 130px;
  border-radius: 3px;
  background-color: #f1f0f0;
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
}
#nav ul ul:before {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  border-bottom: 10px solid #f1f0f0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: '';
  font-size: 0;
  line-height: 0;
}
#nav ul ul:after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -12px;
  left: 0;
}
#nav ul ul li {margin: 0 0 5px;}
#nav ul > li:hover ul:before,
#nav ul > li:hover ul {
  display: block;
  opacity: 1;
}

/* content */
#content {padding: 22px 29px;}

/* login page */
.login-form {padding: 22px 0 0;}
.login-form h2 {
  margin: 0 0 8px;
	font: 25px/28px 'AgencyFB', Arial, Helvetica, sans-serif;
  color: #0056b8;
  text-transform: uppercase;
}
.login-form .columns {
  text-align: center;
  letter-spacing: -6px;
}
.login-form .column {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 33.5%;
  padding: 13px 21px;
  text-align: left;
  border-right: 1px solid #e3e4e8;
}
.login-form .column:last-child {border: none;}
.login-form .info-list {
  padding: 0 0 26px;
  margin: 0;
  font-size: 17px;
  line-height: 21px;
  color: #000;
  list-style-type: none;
}
.login-form .info-list li {
  padding: 0 0 12px;
  position: relative;
}
.login-form .row {
  margin: 0 0 19px;
  font-size: 13px;
  line-height: 15px;
  color: #000;
  overflow: hidden;
}
.login-form .row a {text-decoration: underline;}
.login-form .row a:hover {text-decoration: none;}
.login-form label {
  display: block;
  margin: 0 0 8px;
}
.login-form input[type="email"],
.login-form input[type="text"],
.login-form input[type="password"] {
  display: block;
  width: 100%;
  padding: 14px 10px 12px;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  font-style: italic;
  background: #fff;
  border: 1px solid #8e8e8e;
}
.login-form .mask {padding: 10px 0 0;}
.login-form input[type="submit"],
.login-form input[type="button"] {
  float: right;
  margin: 0;
  padding: 0;
  width: 129px;
  height: 41px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  background: #0056b8;
}
/*new IMS classes*/
.login-form button[type="submit"], .login-form button[type="button"] {
  float: right;
  margin: 0;
  padding: 0;
  width: 129px;
  height: 41px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  background: #0056b8;
}
/**/
.forgot-password{
	margin-bottom: 10px;
	display: block;
}

.login-form input[type="submit"] {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 129px;
  height: 41px;
}
.tooltip-info {
  display: inline-block;
  vertical-align: top;
}
.info-label {
  display: inline-block;
  margin: 4px 0 0;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/icon-info.gif) no-repeat;
}
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 3px;
  margin-left: -114px;
  padding: 10px 7px;
  width: 228px;
  border-radius: 3px;
  background-color: #f1f0f0;
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.info-list li:first-child [data-tooltip]:before {
  width: 166px;
  margin-left: -83px;
}
[data-tooltip]:after {
  position: absolute;
  bottom: 125%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  border-top: 10px solid #f1f0f0;
  border-top: 10px solid #f1f0f0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* filters */
.filters {margin: 0 0 19px;}
.filters:after,
.clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.filter-row {
  padding: 0 0 11px 113px;
  letter-spacing: -6px;
  position: relative;

}
.filter-row label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px 0 12px;
  width: 113px;
  height: 44px;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0;
  color: #000;
  background: #ebebeb;
}
.filter-row:first-child label {padding-top: 13px;}
.filter-row .cell {
  display: inline-block;
  vertical-align: top;
  width: 30.1%;
  padding: 2px 0 0 13px;
  letter-spacing: 0;
  position: relative;
}
.filter-row .cell.size-02 {width: 36.5%;}
.filter-row .cell.size-03 {width: 23.5%;}
.filter-row input[type="text"] {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 100%;
  min-width: 150px;
  height: 41px;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  padding: 8px 20px 10px 9px;
  border-radius: 4px;
  border: 1px solid #000;
  background: #fff;
}
.filter-row input[type="text"]:disabled {
  background: #fff;
  color: #b8b8b8;
  border-color: #b8b8b8;
}
.filter-row input[type="text"].input-size-02 {width: 82%;}
.filter-row .cell .txt {
  display: inline-block;
  vertical-align: top;
  margin: 9px 10px 0 0;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
}
.filter-row .cell button.btn-primary,
.filter-row .cell input[type="submit"] {
  float: right;
  width: 108px;
  height: 40px;
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  border: 3px solid #231f20;
}

/* select */
.dp-select {
  display: block;
  position: relative;
  border: 1px solid #000;
  background: #fff;
  margin: 0;
  min-width: 150px;
  height: 41px;
  border-radius: 4px;
}

.dp-select-static {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #000;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
}

.dp-select .dp-select-input {
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  margin: 0 45px 0 0;
  padding: 8px 20px 10px 9px;
}
.dp-select .dp-select-opener {
  position: absolute;
  text-align: center;
  background: #000;
  width: 44px;
  bottom: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}
.dp-select .dp-select-opener span {
  position: absolute;
  top: 16px;
  left: 14px;
  width: 17px;
  height: 10px;
  background: url(../images/sprite.png) no-repeat 0 -38px;
}

/* select options styles */
.dp-select-drop {
  left: 13px !important;
  right: 0 !important;
  width: auto !important;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0 0 4px 4px;
}

/* clear button */
.clearOpt {
  position: absolute;
  right: 48px;
  top: 17px;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
}
.clearOpt:before,
.clearOpt:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-indent: 0;
  opacity: 1;
  background: url(../images/sprite.png) no-repeat 0 0;
}
.clearOpt:after {
  opacity: 0;
  background-position: 0 -19px;
}
.clearOpt:hover:after {opacity: 1;}
.clearOpt:hover:before {opacity: 0;}

/*select list*/
.dp-select-list,
.dp-select-list ul{
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 19px;
  font-size: 17px;
  width: 100%;
  border-radius: 0 0 4px 4px;
}
.dp-select-list li {
  overflow: hidden;
  display: block;
}
.dp-select-list .dp-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #000;
}
.dp-select-list .dp-disabled,
.dp-select.dp-disabled {
  background: #fff !important;
  color: #b8b8b8 !important;
  border-color: #b8b8b8 !important;
}
.dp-select.dp-disabled .dp-select-opener {display: none;}
.dp-select-list .dp-hover {
  background: #0056b8;
  color: #fff;
}
.dp-select-list .dp-selected {
  background: #ebebeb;
  color: #000;
}
.dp-select-list .dp-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.dp-select-list .dp-optgroup .dp-option {
  padding-left: 30px;
}
.dp-select-drop .dp-option.hideme {display: none;}

/* main-content */
.main-content {
  padding: 14px 0 11px;
  border-top: 2px solid #000;
}
.main-content h2 {
  margin: 0 0 19px;
  font-size: 25px;
  line-height: 28px;
  color: #000;
}
/* results-info */
.table {
  width: 100%;
  margin: 0 0 12px;
}
.table.details {border-top: 1px solid #000;}
.table.edit {margin: 0 0 24px;}
.table th,
.table td {
  padding: 5px 10px 4px 0;
  text-align: left;
  border-bottom: 1px solid #000;
}
.table th {
  font-size: 15px;
  line-height: 17px;
}
.table td {padding: 8px 10px 7px 0;}
.table.details th {padding: 7px 10px 7px 0;}
.table.details td {padding: 13px 10px 12px 0;}
.table.details.edit td {padding: 7px 10px 6px 0;}
.table tr:last-child td {border: 0;}
.table .cell-01 {width: 16%;}
.table .cell-02 {width: 13%;}
.table .cell-03 {width: 18%;}
.table .cell-04 {width: 12%;}
.table .cell-05 {width: 12%;}
.table .cell-06 {width: 10%;}
.table .cell-07 {width: 11%;}
.table.details .cell-01 {width: 12%;}
.table.details .cell-02 {width: 24%;}
.table.details .cell-03 {width: 12.5%;}
.table.details .cell-04 {width: 11.5%;}
.table.details .cell-05 {width: 10.5%;}
.table.details .cell-06 {width: 11%;}
.table.details .cell-07 {width: 13%;}
.table.edit th {font-weight: normal;}
.table td.total {font-weight: bold;}
/*.pagination li.disabled,
.pagination li a,
.table .btn {*/
  /*display: inline-block;*/
  /*vertical-align: top;*/
  /*padding: 2px 8px;*/
  /*font-size: 14px;*/
  /*line-height: 17px;*/
  /*font-weight: bold;*/
  /*border: 2px solid #000;*/
/*}*/

.table .btn.btn-delete {
  padding: 10px;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  background: #85b2e6;
  border: 0;
}
/*.table {border-bottom: 1px solid #000;}*/
.table [class^="cell"] {
  width: auto;
  vertical-align: top;
}
.table td.cell-09 {width: 75px;}
.btn {
  margin: 0 3px 3px 0;
}

.table .btn.btn-02 {
  color: #0056b8;
  border-color: #0056b8;
}

/* actions-list */
.actions-list {
  margin: 0;
  padding: 8px 0 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  letter-spacing: -6px;
  text-transform: uppercase;
  list-style-type: none;
}
.actions-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 13px 13px;
  letter-spacing: 0;
}
.actions-list li:first-child {margin-left: 0;}
.actions-list a {
  display: block;
}
.actions-list a.btn-add {background: #000;}

/* top-row */
.top-row {
  padding: 4px 0;
  border-top: 2px solid #000;
  overflow: hidden;
}
.top-row h2 {
  float: left;
  margin: 11px 14px 6px 0;
  font-size: 25px;
  line-height: 27px;
}

/* additional-nav */
.additional-nav {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  color: #000;
  font-weight: bold;
  list-style-type: none;
  letter-spacing: -3px;
}
.top-row .additional-nav {float: right;}
.additional-nav li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  margin: 0 0 0 8px;
}
.additional-nav a {
	text-transform: uppercase;
}
.additional-nav a.link {
  color: #000;
  text-decoration: underline;
}
.additional-nav a:hover {text-decoration: none;}
/*.additional-nav .btn {*/
  /*display: block;*/
  /*padding: 8px 12px 7px;*/
  /*color: #fff;*/
  /*text-decoration: none;*/
  /*background: #0056b8;*/
  /*border: 2px solid #0056b8;*/
/*}*/
.additional-nav .btn.btn-02 {
  color: #0056b8;
  background: #fff;
}
.additional-nav .btn.disable {
  opacity: .5;
  pointer-events: none;
}

/* info-row */
.info-row {
  padding: 0 0 32px;
  letter-spacing: -3px;
}
.info-row .column {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 0 0 0 36px;
  letter-spacing: 0;
}
.info-row .column:first-child {
  padding: 0 6px 0 0;
  width: 51%;
}
h3 {
  margin: 0 0 2px;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
}
.btn-change {
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 0 5px;
  padding: 4px 9px 2px;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  color: #fff;
  background: #000;
}
.info-row .details-list {
  float: left;
  width: 50%;
  padding: 0 13px 0 0;
  margin: 0;
  font-size: 15px;
  line-height: 17px;
}
.info-row .column:first-child .details-list:first-child {width: 50%;}
.info-row .column .details-list:first-child {width: 44%;}
.info-row .details-list dt {
  margin: 0 10px 4px 0;
  min-width: 68px;
  font-weight: bold;
  float: left;
}
.info-row .details-list dd {
  margin: 0 0 4px;
}

/* details-block */
.details-block {
  font-size: 17px;
  line-height: 21px;
}
.details-block h2 {
  margin: 0 0 15px;
  padding: 0 0 16px;
  font-size: 19px;
  line-height: 22px;
  font-weight: normal;
  color: #b4b4b4;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}
.details-block h2 strong {font-weight: bold;}
.details-block h3 {
  margin: 0 0 19px;
  font-size: 17px;
  line-height: 21px;
  text-transform: none;
}
.details-block p {margin: 0 0 19px;}
.details-block .text-holder {overflow: hidden;}

/* edit-row */
.edit-row {
  margin: 0 0 10px;
  overflow: hidden;
}
.edit-row form {margin: 0;}
.edit-row .form-holder {
  padding: 0 108px 0 0;
  letter-spacing: -4px;
  position: relative;
}
.edit-row .form-holder .add-item {
  position: absolute;
  top: 0;
  right: 88px;
  padding: 8px 14px;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  border: 0;
  cursor: pointer;
}
.edit-row .cell {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 12px 12px 0;
  letter-spacing: 0;
}
.edit-row label {
  float: left;
  padding: 8px 10px 0 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  color: #000;
}
.edit-row input[type="text"] {
  width: 100%;
  max-width: 287px;
  padding: 4px 9px;
  font-size: 17px;
  line-height: 21px;
  color: #000;
  background: #fff;
  border: 1px solid #dcdddf;
}

/* edit-actions */
.edit-actions {
  float: right;
  width: 100%;
  max-width: 700px;
  letter-spacing: -4px;
}
.edit-actions .cell {
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
  width: 49%;
  padding: 0 0 0 25px;
  letter-spacing: 0;
}
.edit-actions .cell:first-child {
  padding: 0 25px 0 0;
  text-align: left;
}
.edit-actions .row {margin: 0 0 18px;}
.edit-actions label {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  color: #000;
  letter-spacing: 0;
}
.edit-actions .mark {
  display: block;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.edit-actions input[type="submit"],
.submit-row input[type="submit"] {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  width: 145px;
  height: 44px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  background: #0056b8;
}

/* checkbox */
.dp-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: default;
  background: #fff;
  border: 1px solid #e8e8e9;
  margin: 0 7px 0 0;
  height: 20px;
  width: 20px;
}
.dp-checkbox span {
  position: absolute;
  display: none;
  height: 17px;
  width: 18px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
  background: url(../images/bg-checked.png) no-repeat;
}

.dp-checkbox.dp-checked span {display: block;}

/* common styles */
.dp-disabled li, .dp-disabled {opacity: .5 !important;}
.dp-focus, .dp-focus * {border-color: #e5e6e7 !important;}

/* accordion */
.accordion {
  margin: 0;
  padding: 4px 0;
  list-style-type: none;
}
.accordion li {vertical-align: top;}
.accordion .link-holder {
  padding: 0 0 3px;
  margin: 0 0 8px;
  border-bottom: 2px solid #000;
}
.accordion .link-holder a {
  display: inline-block;
  vertical-align: top;
  min-width: 281px;
  text-align: right;
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
}
.accordion .link-holder a:hover {text-decoration: none;}
.accordion .mask {padding: 0 0 49px;}
.accordion .row {
  display: block;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  padding: 0 80px 6px 0;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
}
.accordion .row:after {
  content: '';
  clear: both;
  display: block;
}
.accordion .row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.accordion .row label {
  float: left;
  width: 282px;
  margin: 6px 12px 0 0;
  font-size: 19px;
  line-height: 22px;
  color: #000;
  text-align: right;
}
.checkbox{
	margin-left: 290px;
}

.accordion .row label.no-style {
	float: none;
	width: auto;
	margin: 0;
	font-size: 15px;
	line-height: 21px;
	color: #000;
	text-align: left;
}
#soli_corebundle_itd_acct_pay_disclaimer,
#soli_corebundle_itd_acct_rec_disclaimer{
	float:left;
	margin-right: 10px;
	margin-top: 3px;
}
.accordion .row label .req {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 -4px;
  font-size: 23px;
  color: #c30000;
}
.accordion .row .inp-holder {
  overflow: hidden;
  float: right;
  width: 592px;
  max-width: 100%;
}
.accordion .row input[type="text"],
.accordion .row input[type="password"] {
  width: 100%;
  padding: 5px 13px;
  font-size: 17px;
  line-height: 21px;
  color: #000;
  background: #fff;
  border: 1px solid #d9dadc;
}
.accordion .row input[type="button"] {
  display: inline-block;
  vertical-align: top;
  padding: 7px 9px 5px;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  border: 0;
  background: #d1d2d4;
  cursor: pointer;
}
.submit-row {
  margin: 0 0 21px;
  overflow: hidden;
}
.submit-row input[type="submit"],
.submit-row input[type="button"] {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 0 0;
  width: 108px;
  height: 40px;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
}
.submit-row input[type="submit"].change-password {
  font-size: 14px;
  width: 158px;
}
.submit-row input[type="button"] {
  width: 80px;
  color: #000;
  border: none;
  background: #fff;
  cursor: pointer;
}
.submit-row .req-info {
  display: block;
  margin: 0 0 3px;
  font-size: 14px;
  line-height: 16px;
  color: #c30000;
}

/* registration-row */
.registration-row {padding: 39px 0 21px 6px;}

/* popup */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.46);
  z-index: 10;
}
.popup {
  position: absolute;
  top: 241px;
  left: 50%;
  width: 894px;
  margin: 0 0 0 -447px;
  padding: 45px 38px 42px;
  font-size: 17px;
  line-height: 21px;
  background: #fff;
  z-index: 11;
}
.popup .btn-close {
  position: absolute;
  right: 24px;
  top: 23px;
  width: 23px;
  height: 21px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/sprite.png) no-repeat 0 -67px;
}
.popup .title {
  display: block;
  padding: 0 0 7px;
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 21px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #000;
}
.popup p {margin: 0 0 20px;}
.popup .buttons-list {
  margin: 0;
  padding: 9px 0 0 4px;
  list-style-type: none;
}
.popup .buttons-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 0 0;
}
.popup .buttons-list a {
  display: block;
  padding: 10px 11px 9px;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  color: #fff;
  background: #0056b8;
  border: 3px solid #0056b8;
}
.popup .buttons-list a.cancel {
  color: #8a8a8a;
  background: #fff;
  border-color: #959595;
}
.popup .buttons-list a:hover {text-decoration: none;}

/* footer */
#footer {
  max-width: 1024px;
  height: 68px;
  margin: -68px auto 0;
  padding: 21px 28px;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  position: relative;
  background: #000;
}
#footer p {margin: 0;}

.chosen-container-active.chosen-with-drop .chosen-single div,
.chosen-container-single .chosen-single div {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0 !important;
	width: 44px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b,
.chosen-container-single .chosen-single div b {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 -38px;
	height: 10px;
	left: 14px;
	position: absolute;
	top: 16px;
	width: 17px;
}

.chosen-container .chosen-single {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #000 !important;
	border-radius: 4px;
	display: block;
	height: 41px;
	margin: 0;
	min-width: 150px;
	position: relative;
}

.chosen-container-single .chosen-single span {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
}

.products .chosen-container-single .chosen-single span {
	font-size: 14px;
	padding: 2px 0;
}

.chosen-container.chosen-container-single .chosen-single {
	height: auto !important;
	padding-bottom: 8px !important;
	padding-top: 8px !important;
}

select + .chosen-container .chosen-drop {
	border-radius: 0 0 4px 4px;
	font-size: 17px;
	line-height: 19px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.modal-body select + .chosen-container .chosen-drop {
	width: auto;
}

select + .chosen-container .chosen-results li:hover, select + .chosen-container .chosen-results li.active-result:hover, select + .chosen-container .chosen-results li.highlighted {
	background-color: #0056b8;
	background-image: none;
	color: #fff;
	text-decoration: none;
}

select + .chosen-container.chosen-container-single div.chosen-drop ul.chosen-results li.active-result.result-selected {
	background-color: #ebebeb;
	color: #000;
}

.chosen-container-single .chosen-single abbr {
	background: rgba(0, 0, 0, 0) url("chosen-sprite.png") no-repeat scroll -42px 1px;
	display: block;
	font-size: 1px;
	height: 12px;
	position: absolute;
	right: 50px;
	top: 14px !important;
	width: 12px;
}

.pagination li {
	display: inline;
}

.pagination li {

	border: 2px solid #000;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 8px;
	vertical-align: top;
}

.pagination li a{
	color: #000;
}
.pagination li.active {
	color: #0056b8;
	border: 2px solid #0056b8;
}

.pagination li.disabled {
	color: #ebebeb;
	border: none;
}

.user-nav li {
	display:inline;
	padding: 5px 10px;
	border:2px solid #fff;
}
.user-nav li.active {
	border: 2px solid #0056b8;
}

.user-nav li.active a{
	color: #0056b8 !important;
}

.row.no-overflow {
	overflow: visible;
}
.row.no-overflow .inp-holder{
	overflow: visible;
	width:592px;
	float:right;
	max-width:100%;
}
div#change-customer div#soli_corebundle_invoice_branch_chosen{
	width:240px !important;
}

.modal-body.products .chosen-container-single {
	width:100% !important;
}

#customer_form #form_customers_chosen {
	width:280px !important;
	margin-right: 20px;
}

.btn-success.add{
	background-color: #000;
	border-color: #000;
}

.invoice-creation .filter-row{
	padding-left:0px;
}
.invoice-creation .filter-row .chosen-container {
	width:277px !important;
}

.text-area{
	width:95%;
	height:140px;
}

.cell .btn {
	margin-top:3px;
}

.itds-spinner{
	position:relative;
}
.itds-spinner #spinner{
	position: absolute;
	display: none;
	z-index:1000;
	top:50%;
	left:50%;
	margin: -16px 0 0 -16px;
}

.popover {
	max-width: 300px !important;
}

#get-in-area {
	margin-top:9px;
}

.rejection {
	width:50%;
	margin: 0 auto;
}

.rejection textarea {
	width:100%;
	height:150px;
}

#check_name{
	display: none;
}

.required-false label.required:after, label.required.required-false:after {
	content: "";
}

.acc-type-contact .inp-holder label{
	width:auto !important;
}
.accordion .row.acc-type-contact .inp-holder{
	float:left;
	width:auto;
}
.accordion .row .form-group.col-lg-1{
	float:left;
	width:auto;
	padding:0;
	margin-right:20px;
}
.accordion .row .radio{
	margin-top:6px;
}
.accordion .row .radio input[type="radio"]{
	margin-right:6px;
}
.accordion .chosen-container,
.accordion .chosen-container-multi,
.accordion select + .chosen-container,
.accordion select + .chosen-container-multi,
.row.no-overflow .chosen-container,
.row.no-overflow .chosen-container-multi,
.row.no-overflow select + .chosen-container,
.row.no-overflow select + .chosen-container-multi{
	width:100% !important;
}

.text-danger{
	color:#a94442;
}

.alert .close {
	background: rgba(0, 0, 0, 0) url("chosen-sprite.png") no-repeat scroll -42px -11px;
	width: 10px; height: 10px;
}
.error{
  color: #a94442;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before {
  left: 0em !important; 
  content: "\2191";
}



table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
  left: 0.5em !important; 
  content: "\2193";
}
.sorting, .sorting_asc, .sorting_desc { background : none !important; }

@media (max-width: 991.98px) {
  .accordion .row {
    padding-right: 0;
  }

  .accordion .row label,
  .accordion .row .inp-holder,
  .row.no-overflow .inp-holder {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .accordion .row label {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .accordion .row.acc-type-contact .inp-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}
