aimport 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext';
body {
	color: #909090;
	font-family: 'Open Sans', sans-serif;
}
.split-container {
	background: #f0f2f4;
	border-bottom: 2px solid #ddd;
}
.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;}
.blue-txt {color: #002060;}
.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;}
.blue-bg {background-color: #002060;}
.green-bg {background-color: #48a324;}
.grey-bg {background-color: #f0f2f4;}
.white-bg {background-color: #fff;}

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

/* Buttons */
.btn:hover,
.btn:active,
.btn:focus {
	box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-custom {
	color: #fff;
	border: 0;
	font-size: 13px;
	line-height: 14px;
	font-weight: 700;
	padding: 10px 15px;
	margin: 13px 0;
	border-radius: 4px;
	text-transform: none;
	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);
}
.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;
}
#main-nav-collapse .btn-group.inlined .btn-custom {
  height: 34px;
}
.btn-create:hover,
.btn-create:focus {background-color: #002060;}
.btn-create:hover .caret,
.btn-create:hover .caret,
.btn-create:focus .caret {
	border-top-color: #f1f1f1;
	border-left-color: #f1f1f1;
}
.btn-add:hover,
.btn-add:focus,
.btn-add:active {background-color: #48a324;}
.btn-add .icon {
	color: #a4d192;
	margin-right: 15px;
}
.lightblue-btn {
  color: #fff;
  background-color: #31b2ea;
  border-color: #31b2ea;
}
.lightblue-btn:hover,
.lightblue-btn:focus,
.lightblue-btn:active {
  color: #31b2ea;
  background-color: #fff;
  border-color: #31b2ea;
  outline-color: #31b2ea;
}
.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;}
.create-offer {background: url(../images/icons-new/icon-offer.png) no-repeat 0 50%;}
.create-project {background: url(../images/icons-new/icon-project.png) no-repeat 0 50%;}
.edit-btn {background: url(../images/icons-new/icon-edit.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: 15px;
	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%;}
.btn-reset {margin: 0 0 -2px;}
.btn-reset .iconed {background: url(../images/icons-new/icon-reset.png) no-repeat 50% 50%;}
.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 {background: url(../images/icons-new/icon-delete.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: #002060;
}
.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-big {
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
}
.btn-big .iconed {
	width: 22px;
	height: 22px;
	margin-right: 15px;
}
.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;}
.btn-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 100%;
	border: 0;
	padding: 0;
	border-left: 1px solid #334d80;
	background: url(../images/icons-new/icon-close.png) no-repeat 50% 19px;
}
.print-btn-big {
  margin: 7px auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.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;
}
.m-b-15 {margin-bottom: 15px!important;}
.m-t-0 {margin-top: 0!important;}

/* Customized */
h1 {
	font-size: 23px;
	font-weight: 400;
	margin: 15px 0;
}
h1 small {
	color: #909090;
	font-size: 23px;
}
h3 {
	color: #222;
	font-size: 19px;
	font-weight: 400;
	margin: 0;
	padding: 20px 0;
}
hr {
	margin: 0 -15px 15px;
	border-color: #ddd;
	border-width: 2px;
}
.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;}
.logo-nav {
	height: 60px;
	padding: 10px 20px 15px 10px;
	border-right: 1px solid #f1f1f1;
}
.logo-nav img {margin-top: 7px;}
.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: 14px;
	padding: 20px 5px 17px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav>li>a:hover {color: #002060;}
.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: #002060;
	border-color: #002060;
	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: #002060;
	border-left-color: #002060;
}
.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 #334d80;
  max-height: 54px;
}
.subnav {
	background: #001745;
	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;
}
.content-container {
	position: relative;
	padding-top: 5px;
	margin-top: 60px;
}
.content-container:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 100%;
	z-index: 2;
	background: url(../images/icons-new/bg-header.png) repeat-x 0 0;
}

/* Grid Styles */
.table {
	color: #909090;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
}
.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>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 15px;
	vertical-align: middle;
	background-color: #f7f8f8;
}
.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: 12px;
	font-weight: 400;
	background-color: #f0f2f4;
	border-bottom: 2px solid #ddd;
}
.table>tbody>tr:last-child td {border-bottom: 2px solid #ddd;}
.table .btn-blank {
	color: #909090;
	padding: 5px;
	padding-left: 25px;
	text-decoration: none;
}

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

.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: #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;}
.filter-control .select2-choice,
.filter-control .select2-choices {
	color: #909090;
	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%;
}
.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: #f0f2f4;}
.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: 26px 0px 48px;}
.login-wrap .btn {border-radius: 3px;}
.login-copy {margin: 260px 0 0;}
.login-copy a {
	color: inherit;
	margin: 0 0 0 10px;
}
.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 {margin-left: 20px;}
.pagination>li>a {
	color: #909090;
	height: 30px;
	line-height: 1;
	padding: 8px 12px;
}
.pager-control .btn-custom {margin: 15px 15px 0 0;}
.control-label {font-size: 13px;}
.control-label,
.panel-title span {color: #5b6066;}
.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+.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;}
.date-picker:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -8px;
	background: url(../images/icons-new/icon-date.png) no-repeat 0 0;
}
.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%;
  /*border: 2px solid #f5f5f5;*/
  overflow: hidden;
  background: pink;
	display: inline-block;
  /*box-shadow: 0 0 3px gray;*/
}
.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,
.action-del-pallet {
	color: #909090;
}
.panel-group .action-del {
	color: #909090;
}


/* Modal */
.modal-content {
	background: #f0f2f4;
	border-radius: 0;
	border: 0;
}
.modal-header {
	position: relative;
	background: #002060;
	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: 0 15px;}
.modal-footer {border: 0;}
.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-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;
}

@media screen and (max-width: 1214px) {
	.navbar-default {height: 121px;}
	.subnav {height: 60px;}
	.content-container {margin-top: 120px;}
	.navbar-collapse .search-wrap {
		clear: both;
		border-top: 1px solid #f1f1f1;
	}
}
@media screen and (max-width: 991px) {
	.nav>li>a {padding-left: 10px; padding-right: 10px;}
	.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;
  }
}
@media screen and (max-width: 767px) {
	.navbar-default .navbar-collapse {background: #f5f5f5;}
	.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;}
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 1080px;
    margin: 0 auto;
}

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;
}

.shipping-title-label {
  line-height: 32px;
}

/* Styles for Project form */
.project-form hr {
  /*border-width: 1px;*/
  margin: 0 -7px 7px;
}
.project-form hr.inner-split {
  border-top: 3px solid #000;
}

.project-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.project-form .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.project-form .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.project-form .split-container .btn-custom {
  margin: 0 0 7px;
  float: right;
}
.project-form .btn.action-del {
  border-radius: 50%;
}
.project-form h3 {
  font-size: 18px;
  padding: 8px 0 15px;
}