/*@import 'https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&subset=latin-ext';*/
body {
  color: #000000;
  font-family: 'Fira Sans', sans-serif;
}

input::placeholder {
    font-size: regular;
}

.ui-layout-pane {background: none!important;}
.ui-layout-pane.white-bg {background: #fff!important;}
.pane {display: none;}

/* Colors */
.red-txt,
.money.minus {color: #ce0404;}
.money.plus {color: #48a324;}
.green-txt {color: #48a324;}
.red-txt {color: #ce0404;}
.money,
.dark-txt,
.btn-custom.white-bg,
.btn-custom.white-bg:hover,
.btn-custom.white-bg:focus,
.btn-custom.white-bg:active {color: #303030;}
.white-txt {color: #fff;}
.red-bg {background-color: #ce0404;}
.white-bg {background-color: #fff;}

/* Thin / Thick */
.light {font-weight: 300;}
.reg {font-weight: 400;}
.bold {font-weight: 700;}

/* Buttons */

.btn {
    font-weight: 600;
    font-size: 14px;
}
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#main-nav-collapse .btn-group.inlined .btn-custom {
  height: 34px;
  font-size: 14px;
}
.btn-search {
  background: url(../images/icons-new/icon-search.png) no-repeat 50% 50%;
  border: 0;
  margin: 0;
  /*margin: 0 0 0 10px;*/
  width: 40px;
  height: 40px;
}
.btn-search:active,
.btn-search:focus {
  opacity: 0.8;
  outline: none;
}
.nav>li>a.btn-profile {padding: 20px 15px 16px;}
.btn-profile .icon-profile {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/icons-new/icon-profile.png) no-repeat 50% 50%;
}
.table-btn {display: block;}
.btn-blank:hover,
.btn-blank:focus,
.btn-blank:active,
.table-btn:hover,
.table-btn:focus,
.table-btn:active {opacity: 0.8;}
.edit-btn {background: url(../images/icons-new/icon-edit.png) no-repeat 50% 50%;}
.trash-btn {background: url(../images/icons-new/icon-trash.png) no-repeat 50% 50%;}
.delete-btn {background: url(../images/icons-new/icon-close.png) no-repeat 50% 50%;}
.map-btn {background: url(../images/icons-new/icon-road.png) no-repeat 50% 50%;}
.invoice-btn {background: url(../images/icons-new/icon-offer.png) no-repeat 50% 50%;}
.print-btn {background: url(../images/icons-new/icon-print.png) no-repeat 50% 50%;}
.sortable {
  width: 10px;
  height: 15px;
  background: url(../images/icons-new/icon-sort-asc.png) no-repeat 50% 0;
}
.sortable.desc {background: url(../images/icons-new/icon-sort-desc.png) no-repeat 50% 50%;}
.sortable.order-asc.icon-border {
  border-top: solid 2px #c3c3c3 !important;
  border-radius: 0 !important;
}
.sortable.order-desc.icon-border {
  border-bottom: solid 2px #c3c3c3 !important;
  border-radius: 0 !important;
}
.btn-export .iconed {background: url(../images/icons-new/icon-export.png) no-repeat 50% 50%;}
.btn-export,
.btn-export:hover,
.btn-export:focus,
.btn-export:active,
.btn-cancel,
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active {color: #505050;}
.btn-delete .iconed, .btn-reset .iconed {background: url(../images/icons-new/icon-remove.png) no-repeat 50% 50%;}
.btn-group .btn-custom {margin: 0 0 0 5px;}
.btn-group-custom .btn {
  margin: 0;
  color: #5b6066;
  background: #fff;
  border-color: #ccc;
}
.btn-group-custom .btn:hover,
.btn-group-custom .btn:focus,
.btn-group-custom .btn:active,
.btn-group-custom .btn.active,
.btn-group-custom .open>.dropdown-toggle.btn {
  color: #fff;
  background: #da0d17;
}
.btn-group-custom>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.btn-group-custom>.btn:last-child:not(:first-child),
.btn-group-custom>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.btn-group-custom.editor-style {
  width: 100%;
}
.btn-group-custom.editor-style .btn {
  width: 50%;
  height: 36px;
}
.btn-big {
  font-size: 17px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
}
.btn-big .iconed {
  width: 22px !important;
  height: 22px !important;
  margin-right: 15px !important;
}
.print-btn-big .iconed {background: url(../images/icons-new/icon-print-big.png) no-repeat 50% 50%;}
.download-btn .iconed {background: url(../images/icons-new/icon-download-big.png) no-repeat 50% 50%;}
.download-btn,
.download-btn:hover,
.download-btn:focus,
.download-btn:active {color: #505050;}
.print-btn-big {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  text-transform: none;
}
.print-btn-big div {
  margin-top: -10px;
}
.btn-close:hover {opacity: 0.8;}

/* Common */
.iconed {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.abs-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.v-centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.h-centered {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.fit {
  max-width: 90%;
  max-height: 90%;
}
.fill {
  min-width: 100%;
  min-height: 100%;
}
.table-row {
  display: table;
  width: 100%;
}
.table-col {
  display: table-cell;
  vertical-align: middle;
}
.inlined {
  display: inline-block;
  vertical-align: middle;
}

/* Customized */
h1 {
  font-size: 25px;
  font-weight: 600;
  margin: 15px 0;
  color: #222;
}
h1 small {
  color: #909090;
  font-size: 20px;
}
h3 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0;
}
hr {
  margin: 0 -15px 15px;
  border-color: #da0d17;
  border-width: 2px;
}

.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input {
    padding: 6px;
}

.form-control {
    padding: 6px;
}

.content-container {
  position: relative;
  margin-top: 60px;
}
.index .content-container {
  padding-bottom: 10px;
}

.gritter-title {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: none;
}

.ui-switcher {
  background-color: #bdc1c2;
  display: inline-block;
  height: 34px;
  width: 72px;
  border-radius: 20px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: border-color 0.25s;
  margin: -2px 4px 0 0;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.ui-switcher:before {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 10px;
  height: 12px;
  width: 20px;
  text-align: center;
}

.ui-switcher:after {
  background-color: #ffffff;
  content: '\0020';
  display: inline-block;
  position: absolute;
  top: 3px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  transition: left 0.25s;
}

.ui-switcher[aria-checked=true] {
    background-color: #d90812;
}

.ui-switcher[aria-checked=true]:after {
    left: 40px;
}

.ui-switcher[aria-checked=true]:before {
    content: 'YES';
    left: 10px;
}

.ui-switcher[aria-checked=false]:before {
    content: 'NO';
    right: 10px;
}

.tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin: -1px 0 0 -1px;
}
.tabs__caption li:last-child:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: -2px;
    z-index: -1;
    height: 5px;
    background: #7DCA86;
}
.tabs__caption:after {
    content: '';
    display: table;
    clear: both;
}
.tabs__caption li {
    padding: 15px 15px;
    margin: 1px 0 0 1px;
    position: relative;
    text-align: center;
}
.tabs__caption li:not(.active) {
    cursor: pointer;
}
.tabs__caption li:not(.active):hover {
    background: #fff;
}
.tabs__caption .active {
    background-color: #fff;
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-radius: 5px 5px 0 0;
    color: #DA0D17;
}
.tabs__caption .active:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: #FFF;
}
.tabs__content {
    display: none;
    background: #FFF;
    border-top: 1px solid #D9D9D9;
    padding: 0px 15px 10px 15px;
}
.tabs__content.active {
    display: block;
}

ul.parsley-errors-list {
    margin: 5px 0 3px;
}

.parsley-required, .parsley-type, .parsley-pattern {
    color: #d50d17;
}
.parsley-errors-list.filled {
    font-weight: bold;
    color: #d50d17;
}


/* Grid Styles */

.grid tbody tr {
    border-bottom: 1px solid #DDDDDD;
}

.table {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.table thead tr {
  color: #a6a6a6;
}
.btn-group .dropdown-menu {
  min-width: 100%;
}
.table .dropdown-menu>li>a {font-size: 13px;}
table.table th {text-align: left;}
table.table th.text-center,
table.table td.text-center {text-align: center;}
table.table th.text-right, table.table td.text-right {text-align: right;}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border: 0;
  padding: 10px;
  vertical-align: middle;
}
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  color: #303030;
  background: #f0f2f4;
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {background-color: #fff;}
.table>thead>tr>th {
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  border-bottom: 2px solid #ddd;
}
.table>tbody>tr:last-child td {border-bottom: 2px solid #ddd;}
.table .btn-blank {
  color: #909090;
  padding: 5px;
  text-decoration: none;
}

.table .btn-blank.with-icon {
  padding-left: 25px;
}

.table-compact>tbody>tr>th,
.table-compact>tbody>tr>td {
  padding: 0px 15px;
  border: solid 1px gray;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th {
    background-color: #dff0d8 !important;
}

.grid .action-delete {
  color: #909090;
}

.grid .not-saved-row {
  background-color: #ebccd1;
}

.grid .doc-icon {
  color: #909090;
}

/* New Filters */
.filters {
  padding: 5px 0;
  margin-top: -5px;
  background-color: #f0f2f4;
}
.filters .img-circle {
  width: 47px;
  height: 47px;
  background: #bac0c5;
  position: relative;
  margin: 10px 10px 10px 0;
}
.filters .img-circle img {
  width: auto;
  height: auto;
}
.filters h3 {padding: 0;}
.filter-control {
  color: #909090;
  font-size: 13px;
  margin: 5px 0;
}
.filter-control label {
    display: block;
    color: #404141;
}
.filter-control .select2-choice,
.filter-control .select2-choices {
  color: #000;
  height: 30px;
  min-height: 0;
  min-width: 200px;
  max-width: 225px;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.search-only .select2-choices {
  min-width: 146px;
  max-width: none;
  padding-right: 20px;
}
.search-only .select2-choices:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 3px;
  margin-top: -8px;
  background: url(../images/icons-new/icon-search.png) no-repeat 100% 50%;
}
.search-only .select2-search-choice-close,
.filter-control .select2-choice .select2-search-choice-close {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/icons-new/icon-remove.png) no-repeat 50% 50% !important;
}
.search-only .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.filter-control .select2-choice .select2-search-choice-close:hover {
  opacity: 0.8;
  background: url(../images/icons-new/icon-remove.png) no-repeat 50% 50%;
}
.filter-control .select2-choice .select2-arrow {width: 20px;}
.filter-control .select2-choices .select2-search-field input {
  height: 28px;
  min-width: 0;
  max-width: 145px;
}
.filter-control .select2-choice .select2-arrow b,
.filter-control .select2-choice div b {background-position: 0 2px;}
.search-only .select2-choices .select2-search-choice {
  margin-top: 4px;
  padding: 4px 20px 4px 5px;
}
.select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 3px;
}
.date-select .select2-choice .select2-arrow {background: url(../images/icons-new/icon-date.png) no-repeat 0 6px;}
.date-select .select2-choice .select2-arrow b {display: none;}
.reset-data {
  margin-bottom: 6px;
  vertical-align: bottom;
}
.filter-control.single {margin: 0 10px 0 0;}
.filter-control.single label {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* Login */
.login {background: #fff;}
.login-box {
  width: 95%;
  max-width: 430px;
}
.login-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.login-wrap center {margin: 0 0 30px;}
.login-wrap .btn {border-radius: 3px;}
.login-copy {margin: 190px 0 0;}
.login-copy a {
  color: inherit;
  margin: 0 0 0 10px;
}
.pager-control {
    padding: 15px 0px 0px 0px;
}
.pager-control a{
    color: #000;
}
.pager-control strong.pager-nav-element{
    padding: 0px 10px;
    color: #da0d17;
}

.pager-control .pager-nav-element,
.pager-nav-element, .pager-size-element {
    padding: 0px 10px;
    border: 1px solid #FFF;
}

a.pager-nav-element:hover, a.pager-size-element:hover
{
   padding: 0px 10px;
}

.pager-control .pull-right {
    padding-top: 5px;
}
.pager-control .pager-stat{
    color: #333333;
}
.pager-control select {
  width: auto;
  height: 30px;
  padding: 4px 10px;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.pager-item{padding: 0px 25px;}
.pager-item:not(:last-child) {border-right: 1px solid #DDDDDD;}
.pagination>li>a {
  color: #909090;
  height: 30px;
  line-height: 1;
  padding: 8px 12px;
}
.pager-control .btn-custom {margin: 0;}
.form-group .control-label {
  font-size: 13px;
  display: block;
  text-align: left;
}
.control-label,
.panel-title span {color: #000000;}
.edit-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-group {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
}
.panel-group.first {
  margin-top: 0;
  border-top: 0;
}
.panel,
.panel-group .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}
.panel-group .panel:last-child {
  border-bottom: none;
}
.panel-group .panel+.panel {margin: 0;}
.panel-default>.panel-heading {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.panel-default>.panel-heading:hover {background-color: #ddd;}
.panel-title {
  font-size: 15px;
  font-weight: 400;
}
.panel-title>a {
  display: block;
  color: #222;
  padding: 15px;
  text-decoration: none;
  position: relative;
}
.panel-title>a:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #bac0c5;
  border-left: 1px solid #bac0c5;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
}
.panel-title>a.collapsed:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.panel-default>.panel-heading:hover .panel-title>a:after {border-color: #fff;}
.panel-group .panel-heading+.panel-collapse>.panel-body {border-top: 0;}
.editor-select {width: 100%;}
.date-picker {position: relative;}
.date-picker input {
    padding-right: 26px;
    background: url(../images/icons-new/icon-date.png) no-repeat 95% 50%;
    background-color: #fff;

 }
input.date-picker.data-filter,
input[type="text"].data-filter{
  height: 30px !important;
  font-size: 13px !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {background-color: #f5f6f7;}
.shipping-editor .form-horizontal .control-label {text-align: left;}
.form-inline .form-group {
  float: left;
  width: 48%;
}
.form-inline span {
  width: 4%;
  height: 34px;
  line-height: 34px;
  float: left;
}
.form-inline .form-group .form-control {width: 100%;}
.valute {padding: 7px 0 0 0}
.nrp {padding-right: 7px;}

.internal-del {
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  border-radius: 50%;
  overflow: hidden;
  background: pink;
  display: inline-block;
}
.internal-del > a {
  display: block;
  width: 76%;
  padding: 12%;
  height: auto;
	color: #909090;
}

/* Editor */
.cke {
  border: 0!important;
  box-shadow: none!important;;
}
.cke .cke_toolbar_separator {
  margin: 0 2px;
  height: 26px;
  background: #e0e0e0;
  display: none;
}
.cke .cke_top {
  border: 0;
  padding: 0;
  box-shadow: none;
  background: #f0f2f4;
}
.white-bg .cke .cke_top {background: #fff;}
.cke .cke_contents {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.cke .cke_bottom {display: none;}
.cke .cke_toolgroup {
  border: 0;
  background: #efefef;
}
.cke a.cke_button {
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-bottom-color: #ddd;
}
.cke.cke_ltr .cke_button:first-child,
.cke.cke_rtl .cke_button:last-child {border-left: 1px solid #e0e0e0;}
.cke a.cke_button:hover,
.cke a.cke_button_on {
  background: #9badb6;
  box-shadow: none;
  border-color: #91a1a9;
}

.action-del {
  color: #909090;
}
.panel-group .action-del {
  color: #909090;
}

button.btn-custom > a {
  text-decoration: none;
  color: white;
}


.lang-tab.active {
  font-weight: bold;
}
.lang-tab-content {
  display: none;
}
.lang-tab-content.active{
  display: block;
}

.add-item:before {
  content: 'Add new item';
  width: 100px;
  height: 20px;
  position: absolute;
  left: 10px;
  text-indent: 0;
  color: #000;
}
.add-item {
  background-color: #eafce3!important;
  cursor: pointer!important;
  text-indent: -999999px!important;
}

#documentListBody textarea {
  width: 100%;
  resize: none;
  overflow-y: hidden;
  border: none;
  padding: 0;
  color: #000;
}


.big-text {
  font-size: 16px;
  line-height: 15px;
}

.ta-r {
  text-align: right !important;
}

/* -----ADM styles-------*/

/*general*/

a:hover {
  text-decoration: none;
}
a {
  color: #da0d17;
}

label {
  margin-top: 5px;
  margin-bottom: 2px !important;
}

/*margins*/
.m-b-0 {margin-top: 0 !important;}
.m-b-10 {margin-bottom: 10px !important;}
.m-b-15 {margin-bottom: 15px !important;}
.m-b-20 {margin-bottom: 20px !important;}
.m-t-0 {margin-top: 0 !important;}
.m-t-30 {margin-top: 30px !important;}
.m-t-10 {margin-top: 10px !important;}
.m-t-20 {margin-top: 20px !important;}
.m-t-8 {margin-top: 8px !important;}
.m-l-5 {margin-left: 5px;}

/*widths*/
.w-p-50 {width: 50%;}
.w-p-100 {width: 100%;}

/*paddings*/
.p-b-10 {padding-bottom: 10px !important;}

/*buttons*/

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

.lightblue-btn {
  color: #fff;
  background-color: #008686;
  border-color: #006D6D;
}
.lightblue-btn:hover,
.lightblue-btn:focus,
.lightblue-btn:active {
  color: #fff;
  background-color: #34A7A7;
  border-color: #006D6D;
  outline-color: #006D6D;
}
.btn-create:hover,
.btn-create:focus {
  background-color: #008686;
  border-color: #006D6D;
}
.btn-create:hover .caret,
.btn-create:focus .caret {
  border-top-color: #f1f1f1;
  border-left-color: #f1f1f1;
}
.btn-custom {
  color: #fff;
  border: 0;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  padding: 10px 20px;
  margin: 13px 0;
  border-radius: 4px;
  text-transform: none;
}

.btn-custom.action-move-selected {
  margin: 0;
  padding: 6px 12px;
}

.btn-custom .iconed {
  width: 16px;
  height: 13px;
  vertical-align: top;
  margin: 0 5px 0 0;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  color: #fff;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-custom.action-cancel:hover
{
  color: #DA0D17;
}

.btn-reset {margin: 0 0 -2px !important;}
.btn-add .icon {
  color: #FFF;
  margin-right: 15px;
}
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  border: 0;
  padding: 0;
  background: url(../images/icons-new/icon-close.png) no-repeat 50% 19px;
}

.qq-uploader {
    cursor: pointer;
}

.qq-upload-button {
  background-color: #DA0D17;
  padding: 5px 30px;
  color: #fff;
  border-radius: 4px;
  width: 100%;
}

.invoice-attachments-payments .action-create,
.invoice-attachments-payments .qq-upload-button {
  font-weight: 600;
  background-color: #fff;
  padding: 0;
  color: #DA0D17;
  width: 100%;
}

.invoice-attachments-payments .qq-upload-button .icon,
.invoice-attachments-payments .action-create .icon-plus {
    color: #DA0D17;
    margin-right: 7px;
}
.qq-upload-button:hover {}

/*colors*/
.red-txt {color: #DA0D17;}
.light-grey-bg { background-color: #f0f2f4;}
.grey-bg {background-color: #A9A9A9;}
.red-bg {background-color: #DA0D17;}
.white-bg {background-color: #FFF;}

/* navigation */
.dropdown-toggle {cursor: pointer;}
.dropdown-menu>li>a {padding: 5px 15px;}
.navbar-default {
  margin: 0;
  height: 60px;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}
.navbar-default .navbar-toggle {
  border: 0;
  margin: 0 15px 0 0;
  padding: 0;
  width: 50px;
  height: 60px;
  background: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
  opacity: 0.8;
  background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  height: 5px;
  width: 100%;
  background: #ddd;
}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 5px;}

.header-search {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  border-left: 1px solid #f1f1f1;
}
.header-search .form-control {
  border: 0;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 6px;
  font-size: 13px;
  height: 40px;
}
.header-search .form-control:focus {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
.navbar-nav {margin-left: 5px;}
.nav>li>a {
  font-size: 16px;
  padding: 20px 15px 17px 15px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav>li>a:hover {color: #da0d17;}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #da0d17;
  border-color: #da0d17;
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>li>a:hover .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #006D6D;
  border-left-color: #006D6D;
}
.navbar-nav.navbar-right:last-child {margin-right: 0;}
.caret {
  width: 6px;
  height: 6px;
  border: 0;
  margin-top: -5px;
  margin-left: 9px;
  border-top: 1px solid #bac0c5;
  border-left: 1px solid #bac0c5;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.info-block {
  font-size: 23px;
  margin-top: -5px;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.info-inner {
  padding-top: 7px;
  padding-bottom: 7px;
}
.info-id, .info-code {
  display: block;
  float: left;
  margin: -15px 15px -15px 0;
  padding: 15px 15px 15px 0;
  border-right: 1px solid #34A7A7;
  max-height: 54px;
}
.subnav {
  background: #014040;
  margin: 0 -15px;
  padding: 0 15px;
}
.subnav .navbar-nav>li>a {
  color: #808ba2;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none;
}
.subnav .navbar-nav>li>a:hover,
.subnav .navbar-nav>li>a:focus,
.subnav .navbar-nav>li>a:active {color: #fff;}
.subnav .navbar-nav>.active>a,
.subnav .navbar-nav>.active>a:hover,
.subnav .navbar-nav>.active>a:focus,
.subnav .navbar-nav>.open>a,
.subnav .navbar-nav>.open>a:hover,
.subnav .navbar-nav>.open>a:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #666666;
}

/* Modal */
.modal-content {
  border-radius: 0;
  border: 0;
}
.modal-header {
  position: relative;
  background: #da0d17;
  color: #fff;
  padding: 10px 15px;
}
.modal-title {
  font-size: 23px;
  line-height: 30px;
}

.modal-content h5 {
  color: #222;
  font-size: 19px;
  line-height: 28px;
  margin: 15px 0;
}
.modal-body {padding: 15px;}
.modal-footer {
  border: 0;
  padding: 0 15px 15px 15px;
}
.modal-footer .btn-big {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}
.modal-content .bordered {border-bottom: 1px solid #ddd;}

/* Styles for std Bright modals */

#br_modalConfirm .modal-dialog {
    position: fixed;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

#br_modalConfirm .modal-body,
#br_modalInform .modal-body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 30px 15px;
  color: #5b6066;
}

#br_modalConfirm h3.modal-title,
#br_modalInform h3.modal-title {
  color: #fff;
  padding: 0;
}

#br_modalConfirm .action-confirm-close,
#br_modalInform .action-confirm-close,
#br_modalConfirm .action-confirm-cancel,
#br_modalInform .action-confirm-cancel {
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -ms-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
#br_modalConfirm .action-confirm-close:hover,
#br_modalInform .action-confirm-close:hover,
#br_modalConfirm .action-confirm-cancel:hover,
#br_modalInform .action-confirm-cancel:hover {
   box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#br_modalConfirm .action-confirm-close,
#br_modalInform .action-confirm-close {
  background-color: #DA0D17;
  border: none;
}
#br_modalConfirm .action-confirm-cancel,
#br_modalInform .action-confirm-cancel {
  color: #fff;
  background-color: #666666;
  border: none;
}
/* else */
.select2-results .select2-highlighted {
  color: white;
  background-color: #666666;
}
.ui-layout-resizer {
  background-color: #005353 !important;
}
.ui-layout-toggler {
  background-color: #008686 !important;
}

/*filters*/
.input-group .form-control.data-filter {
  width: auto !important;
  display: inline-block;
}
.filters .input-group-btn {
  display: inline-block;
}
.input-group-btn .action-clear-one-filter {
  padding: 4px 8px;
}

/*datepicker*/
.ui-datepicker td .ui-state-active {
    color: #fff;
    background: #da0d17;
}
.ui-datepicker td .ui-state-hover {
  background-color: #DDDDDD;
}
.ui-datepicker td .ui-state-highlight {
  background-color: #222222;
}

.grid tbody.data-table tr:hover,
.outgoing-invoices-payments-table tr:hover:not(.no-content) {
    background-color: #f0f2f4;
    cursor: pointer;
}

.grid tbody.data-table tr:hover .name-row {
    color: #da0d17;
}

table.grid tr.missing-invoice td {
    background: #f2dedf;
}

/* New Car Editor */

.new-car-info {
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}
/*Edit Car Editor*/

a.action-delete {
    padding: 8px 10px;
}

.edit-car-form {
    background-color: #F3F3F3;
}

.edit-car-form .edit-footer {
    background-color: #FFF;
}

.form-container {
    border-bottom: 2px solid #DDDDDD;
}

.form-container hr {
    margin: 0;
}

.rent-car, .sell-car {
    display: none;
}

.car-rental-selling-info {
    min-height: 410px;
    border-left: 1px solid #DDDDDD;
    padding: 0;
}

.new-car-form textarea[name="comment"] {
    height: 105px;
}

.form-dividing-line {
  border-right: 2px solid #DDDDDD;
}

#rent-car-btn,
#sell-car-btn,
.add-invoice-btn,
.return-car-btn{
    width: 100%;
    padding: 12px;
}

.car-states-info {
    background-color: #f3f3f3;
}

.car-states-header,
.car-state-item,
.car-attachments-header,
.car-attachment-item,
#incomingInvoicesEditor .form-group.row > div,
#outgoingInvoicesEditor .form-group.row > div {
    border-bottom: 1px solid #DDDDDD;
}

.car-attachments-header > div {
    padding: 0;
}

.car-attachment-item span,
.invoice-attachment-item span{
    color: #909090;
}

.car-attachment-item a,
.invoice-attachment-item a {
    color: #000000;
}

.invoice-attachments-payments,
.invoice-attachments {
    display: none;
}

.invoice-attachments-payments h3 {
    font-size: 16px;
    font-weight: 600;
}

.invoice-attachments-payments p.no-records,
.invoice-attachments p.no-records {
    font-size: 16px;
    font-weight: 600;
    color: #909090;
}

.invoice-payment-item td {
   padding: 5px;
}

.car-attachment-item a:hover,
.invoice-attachment-item a:hover {
    color: #da0d17;
}

td.payment-sum {
    font-weight: 600;
}

.car-state-item {
    padding: 5px 0px;
}

.car-state-item {
    min-height: 50px;
    font-size: 0;
}

.car-invoices {
    display: none;
}

.car-invoices .table>tbody>tr>td,
.car-invoices .table>tbody>tr>th,
.car-invoices .table>tfoot>tr>td,
.car-invoices .table>tfoot>tr>th,
.car-invoices .table>thead>tr>td,
.car-invoices .table>thead>tr>th
{
    padding: 6px;
}


.car-invoices-header {
    display: flex;
    align-items: center;
    padding: 10px 15px 0px 15px;
}

.car-invoices-header > h3 {
    padding: 9px 0px;
}

.car-invoices-buttons {
    margin-left: auto;
}

.car-invoices-buttons .add-incoming-invoice-btn {
    display: none;
}

.car-invoices tbody tr {
    border: 1px solid #DDDDDD;
}

.car-balance {
    background-color: #FFFFFF;
    padding-bottom: 5px;
}

.car-balance:after,
.export-additional-info:after {
    content: "";
    display: block;
    clear: both;
}

.car-balance b {
    color: #000;
    font-size: 18px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vcenter label {
    font-size: 14px;
}

.export-additional-info {
    display: none;
    padding: 0;
}

.car-basic-and-selling {
   background-color: #FFF;
   border-bottom: 2px solid #DDDDDD;
   border-right: 2px solid #DDDDDD;
}

.car-info .row > div,
.rent-car .row > div,
.sell-car .row > div,
.rent-sell-car .row > div,
.export-additional-info > div,
.car-states-info .row > div,
.car-car-attachments .row > div
{
    padding-right: 5px;
    padding-left: 5px;
}

.car-info,
.rent-car,
.sell-car,
.rent-sell-car
{
    padding: 0px 25px;
}

.car-states-info,
.car-attachments
{
    padding: 0px 10px;
}

.invoice-return-buttons {
    padding: 0px 10px;
}

.car-invoices {
    background-color: #f3f3f3;
    border-right: 2px solid #DDDDDD;
}

table.incoming-invoices-attachments-table .invoice-attachment-item {
    display: inline-block;
    width: 33%;
    margin-bottom: 10px;
}

.invoice-attachment-item {
    margin-bottom: 10px;
}

.invoice-attachment-item .action-delete {
    padding: 0px;
    margin: 0px;
}

table.incoming-invoices-attachments-table .invoice-attachment-item .action-delete img {
    width: 12px;
    height: 16px;
}

.invoice-attachment-item .action-delete img {
    width: 17px;
    height: 22px;
}

@media screen and (max-width: 1410px) {
	.navbar-default:not(.subnav) {height: 61px !important;}
	.subnav {height: 60px;}
	.content-container {margin-top: 61px;}
}

@media screen and (max-width: 1200px) {
    car-info,
    .rent-car,
    .sell-car,
    .rent-sell-car,
    .car-states-info {
        padding: 0px 18px;
    }
}

@media screen and (max-width: 1115px) {
	.nav>li>a {padding: 20px 5px 17px;}
	.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .nav>li>a.btn-profile {
    padding: 20px 5px 16px;
  }

}

@media screen and (max-width: 975px) {
    .navbar-default .navbar-collapse {background: #f5f5f5;}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
	display:block !important;
    }
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav>li>a {padding: 8px 0;}
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {padding: 8px 10px;}
  .login-box {
    max-width: none;
    top: 2.5%;
    left: 2.5%;
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .login-copy, .login-wrap .btn {margin: 20px 0 0;}
  .navbar-default {height: 60px;}
  .content-container {margin-top: 60px;}
  .header-search {
    border: 0;
    padding: 0 40px 0 0;
    position: relative;
  }
  .btn-search {
    position: absolute;
    top: 0;
    right: 0;
  }
  .btn-create {padding: 10px;}
  .navbar-nav {margin: 10px 5px;}
  .subnav {padding: 0 5px;}
  .subnav .nav>li {float: left;}
  .subnav .navbar-nav {margin: 0;}
  .subnav .navbar-nav>li>a
  .subnav .navbar-nav>li>a {padding: 20px 10px 16px;}
}
