/* BODY E FONT */
body {
	font-family: RobotoRegular, RobotoCondensed, RobotoMedium, Arial, sans-serif;
	margin: 15px;
	padding: 0px;
}

label,input,textarea,select,button {
	font-family: RobotoRegular, RobotoCondensed, RobotoMedium, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

label {
	box-sizing: border-box;
}

label.disabled {
	color: #c0c0c0;
	pointer-events: none;
}

iframe {
	transition-property: opacity;
	transition-timing-function: ease;
}

mark {
	background-color: #FFEB3B !important;
  border-radius: 6px !important;
  padding: 0.1em 0.2em;
  border: 1px solid rgb(200, 200, 179);
}

/* NAVBAR */
.navbar-inverse .navbar-nav>li>a {
	color: #c0c0c0;
}

/* LAYOUT */
.row-spacing-none {
	margin-bottom: 0px;
}

.row-spacing-sm {
	margin-bottom: 5px;
}

.row-spacing-md {
	margin-bottom: 10px;
}

.row-spacing-lg {
	margin-bottom: 15px;
}

.row-title {
	color: #5f859b;
	font-size: 18px;
	font-family: RobotoCondensed;
	text-decoration: underline;
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.row>label {
	margin-bottom: 10px;
}

body>.row:last-of-type {
	margin-bottom: 0px;
}

div[class*="col-"]>.row:last-child,td>.row:last-child {
	margin-bottom: 0px;
}

.row-first>.row-title,.row-first>.vb-panel,.row-first>div[class*="col-"]>.vb-table,.row-first>div[class*="col-"]>.vb-dynamictable,td>.vb-panel,td>.vb-table {
	margin-top: 0px;
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

/* INPUT */
.vb-input {
	box-sizing: border-box;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	cursor: default;
	height: 30px;
	margin: 0px;
	padding: 4px 6px;
	display: inline-block;
}

.vb-input[datatype="date"],.vb-input[datatype="time"],.vb-input[datatype="datetime"] {
	padding-right: 26px;
}

.vb-input:invalid,.vb-select:invalid,.vb-input[required]:disabled,.vb-select[required]:disabled {
	border-left: .30em solid #f89406;
}

.vb-input:required:valid ,.vb-select:required:valid {
	border-left: .30em solid #5cb85c !important;
}

.vb-input:invalid:focus, .vb-select:invalid:focus  {
  border-color: #f89406 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f89406 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f89406 !important;
}

.vb-select:required:invalid + div.btn-group>button.multiselect {
	border-left: .30em solid #f89406;
}

.vb-select:required:invalid + div.btn-group>button.multiselect:focus {
	border-color: #f89406 !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f89406 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f89406 !important;
}

.vb-select:required:valid + div.btn-group>button.multiselect {
	border-left: .30em solid #5cb85c !important;
}

.vb-input[uppercase] {
	text-transform: uppercase;
}

.vb-input-div {
	display: table;
	text-align: left;
}

.vb-input-div>.label-top {
	display: table-row;
}

.vb-input-div>.label-top>label,.vb-input-div .label-text>label,.vb-input-div .btn-group>label {
	display: block; /* PRESERVARE L'ORDINAMENTO */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 22px;
	margin-bottom: 0px;
}

.vb-input-div>.label-top+.label-text>label {
	padding-top: 4px;
}

.vb-input-div>.label-left {
	display: table-cell;
	margin: 0px;
	padding-top: 6px;
	vertical-align: top;
	width: 100%;
}

.vb-input-div>i {
	margin-left: -22px;
	cursor: pointer;
}

.vb-input-div>span {
	display: table-cell;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #555;
	cursor: default;
	height: 30px;
	padding: 4px 6px;
	border-radius: 4px;
	vertical-align: middle;
}

.vb-input-div>span.separator {
	border: none;
	background-color: transparent;
	padding: 0px;
	width: 4px;
}

.vb-input-actionbar {
	margin-top: 2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: rgb(236, 235, 235);
	text-align: left;
}

.vb-input-actionbar>li>a {
	color: #555;
	font: 10px RobotoCondensed;
	padding: 6px;
	white-space: nowrap;
}

.vb-input-actionbar>li>a:hover {
	background-color: #3276b1;
	color: #fff;
}

.vb-input-actionbar>li>a:focus {
	background-color: #eee !important;
	color: #777;
}

.vb-input-actionbar .dropdown-menu {
	font-size: 11px;
	padding: 3px 0px;
}

.vb-input-hilite {
	border-color: #f44336 !important;
}

.vb-input-hilite:focus {
	border-color: #f44336 !important;
	outline: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f44336 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f44336 !important;
}

/* CHECK E RADIO */
.vb-option {
	cursor: pointer;
	height: 30px;
	margin: -1px 4px 1px 0px !important;
	vertical-align: middle;
}

.vb-option+.label-text {
	display: table-cell;
	vertical-align: middle;
}

.vb-option+.label-text+.vb-option {
	margin-left: 15px !important;
}

/* SELECT */
.vb-select {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	cursor: default;
	height: 30px;
	margin: 0px;
	padding: 4px 6px;
	display: inline-block;
}

/* BUTTON */
.vb-btn-bottom {
	height: 18px;
}

/* PANEL */
.vb-panel {
	margin-top: 5px;
	text-align: left;
}

.vb-panel>div:nth-child(1) {
	color: #555;
	font-size: 19px;
	margin-left: 4px;
	height: 28px;
}

.vb-panel>div:nth-child(1)>i {
	color: #7fa5bb;
	margin-right: 6px;
}

.vb-panel>div:nth-child(2) {
	background-color: #e5edf1;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 15px;
}

.vb-panel>div:nth-child(2)>.row:last-child {
	margin-bottom: 0px !important;
}

/* TAB BAR */
.vb-tabbar {
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	padding: 0px;
	margin: -15px -15px 15px -15px;
	list-style-type: none;
}

.vb-tabbar li {
	display: inline-block;
	margin-right: -3px;
}

.vb-tabbar li.active {
	border-bottom: 4px solid #428bca;
}

.vb-tabbar-tab {
	text-align: center;
	padding: 12px 10px 5px 10px;
}

.vb-tabbar-tab>a {
	text-decoration: none;
}

.vb-tabbar-tab>a>i {
	color: #555;
	font-size: 18px;
	padding-right: 4px;
}

.vb-tabbar-tab>a>span:nth-of-type(1) {
	color: #555;
	font-family: RobotoCondensed;
	font-size: 15px;
	cursor: pointer;
}

.vb-tabbar-tab>a>span:nth-of-type(2) {
	margin-left: 4px;
	top: -1px;
	position: relative;
}

.vb-tabbar-sep {
	background-color: #ccc;
	width: 1px;
	height: 26px;
	margin-bottom: -8px;
}

/* TABLE */
.vb-table {
	border: 1px solid #ddd;
	border-radius: 4px;
	border-collapse: separate;
	margin-top: 5px;
	line-height: normal;
}

.vb-table>caption {
	cursor: default;
	color: #555;
	font-size: 19px;
	padding: 2px 0px 3px 4px;
	text-align: left;
}

.vb-table>caption>i {
	color: #7fa5bb;
	margin-right: 6px;
}

.vb-table>thead {
	color: #555;
	cursor: default;
	display: block;
	font-family: RobotoCondensed;
	width: 100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.vb-table>thead th {
	background-color: #f1f1f1;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	padding: 6px 8px 6px 8px;
	text-align: left;
}

.vb-table>thead th:first-child {
	border-top-left-radius: 4px;
}

.vb-table>thead th:last-child {
	border-top-right-radius: 4px;
	border-right: 0;
}

.vb-table>thead th>*:last-child,.vb-table>tbody>tr>td>*:last-child {
	margin-bottom: 0px;
}

.vb-table>thead th.hl,.vb-table>tbody>tr>td.hl {
	text-align: left;
}

.vb-table>thead th.hc,.vb-table>tbody>tr>td.hc {
	text-align: center;
}

.vb-table>thead th.hr,.vb-table>tbody>tr>td.hr {
	text-align: right;
}

.vb-table>thead th.cb,.vb-table>tbody>tr>td.cb {
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	min-width: 35px;
}

.vb-table>thead th.h,.vb-table>tbody>tr>td.h {
	display: none;
}

.vb-table>thead th div.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.vb-table>thead th.sortable {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAABCRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyI+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDx0aWZmOkNvbXByZXNzaW9uPjU8L3RpZmY6Q29tcHJlc3Npb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE2PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xNjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgICAgIDxkYzpzdWJqZWN0PgogICAgICAgICAgICA8cmRmOkJhZy8+CiAgICAgICAgIDwvZGM6c3ViamVjdD4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTQtMTItMjRUMTU6MTI6NzY8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPlBpeGVsbWF0b3IgMy4zLjE8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Clbjb8gAAAEUSURBVDgRxVG7asNAELTvRMBW4cZOHdeyBPkHV+6E0P/oc1SlM6rSpnErhDub1CYEgQqjk+RZJ3ucDxkVCfhA2t3Zmdl7jEaPXuO+DYRh+Ow4zlpK+ZGm6bGPw5jkhOOveIN60rbtMgiCrzzPv7lvxxsDQ/xExDHWkIk2sMU8achEMJHOjPw6mTGOMBFKqXWSJA5jHDXguu5bXde9BkRGX8FAsfDfon7GKIpe8WzTe85N0yjf93fYRWty9BFwzkXXdS9m08zRP6HemRjl+hJBeEf9aROuJCFOVVVt7enU089YFEXned4B2BzfjJq0BMRlWW6zLDv/ILd/bUCwbTIkJo2+RCp4xXEsIV5h8v7eZOb+OV4ApeJln5qz4dsAAAAASUVORK5CYII=");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 20px;
}

.vb-table>thead th.asc {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAkUlEQVQ4je2OIQpCURBFz/sGhZ/dxHuzAZPJJAgKE9+SLK7EILgCm0GQGZPpJ1fxLAb5+EUxWP5JlzvD4ULP/xm8KlV1klI6iEhjZpevBKo6BfbAGFillK7ufv5IoKozYAfUj6oCljHGxt1PbwWqOge2wKj1E0IICxG5mdmxLaie8gYYdiwNpZR1zrnuuPf8wh368SG0YtfU7gAAAABJRU5ErkJggg==");
}

.vb-table>thead th.desc {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAjElEQVQ4je2PoQ0CQRRE30ctCZ4G6AMHDexPUCgKQNDPiU0wfwWCBqgDRw8nENxHXbJ3ya0iwdxTk8lMMgMz/0d6oapPYFPJtiGEdUqpLc1Foc/Ae6LsInIZlwcLAGKMOxG5AcvC7tz9lHNuqhd6VHUL3IEV8AGOZnadWDa4AICZPdx9D7yAQ6088yO+2NUkrJ7NsvUAAAAASUVORK5CYII=");
}

.vb-table>thead th>span.position {
	float: right;
	color: gray;
	font-size: 11px;
	padding-top: 2px;
	margin-right: -5px;
}

.vb-table>thead th.scroll-spacer {
	min-width: 16px;
	max-width: 16px;
	padding: 0px;
}

.vb-table>tbody {
	background-color: #fff;
	color: #555;
	font-family: RobotoCondensed;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}

.vb-table>.top-rounded {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.vb-table>.bottom-rounded {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.vb-tbody-empty {
	position: relative;
	min-height: 28px;
}

.vb-tbody-empty>tr>td {
	border: 0px !important;
	font-family: inherit !important;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -100px;
	cursor: default;
}

.vb-table>tbody.alternate>tr:nth-child(even) {
	background-color: #f9f9f9;
}

.vb-table>tbody>tr.disabled {
	color: #C0C0C0;
	pointer-events: none;
}

.vb-table>tbody>tr.selected>td {
	background-color: #ffe3a0;
}

.vb-table>tbody.hilite>tr:hover>td {
	background-color: #fff5cc;
	cursor: pointer;
}

.vb-table>tbody>tr>td {
	border-right: 1px solid transparent;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 6px;
	vertical-align: middle;
}

.vb-table>tbody>tr>td.vt {
	vertical-align: top;
}

.vb-table>tbody>tr>td.vm {
	vertical-align: middle;
}

.vb-table>tbody>tr>td.vb {
	vertical-align: bottom;
}

.vb-table>tbody>tr>td>.vb-input-div,.vb-table>tbody>tr>td>.vb-panel {
	width: 100%;
}

.vb-table>tbody>tr>td>.vb-input-div>input {
	width: 100%;
}

.vb-table>tbody>tr>td>.vb-input-div>textarea {
	width: 100%;
}

.vb-table>tbody>tr>td div.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.vb-table>tfoot>tr>td {
	background-color: #eee;
	color: #555;
	border-top: 1px solid #ddd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 4px;
}

.vb-footer-info {
	background-color: #7692AD;
	color: white;
	float: left !important;
	font-family: RobotoCondensed;
	font-size: 15px;
	font-weight: normal;
	margin-top: 6px;
	padding-top: 4px;
}

/* DYNAMIC TABLE */
.vb-dynamictable {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0px;
	margin-top: 5px;
}

.vb-dynamictable>table {
	border-radius: 4px;
	border-collapse: separate;
	line-height: normal;
	width: 100%;
}

.vb-dynamictable>table thead {
	position: sticky;
	top: 0px;
	color: #555;
	background-color: #f1f1f1;
	cursor: default;
	font-family: RobotoCondensed;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.vb-dynamictable>table thead th {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	padding: 6px 8px 6px 8px;
	text-align: left;
}

.vb-dynamictable>table thead th:first-child {
	border-top-left-radius: 4px;
}

.vb-dynamictable>table thead th:last-child {
	border-top-right-radius: 4px;
	border-right: 0;
}

.vb-dynamictable>table thead th>*:last-child,.vb-dynamictable>table tbody>tr>td>*:last-child {
	margin-bottom: 0px;
}

.vb-dynamictable>table tbody {
	background-color: #fff;
	color: #555;
	font-family: RobotoCondensed;
}

.vb-dynamictable>table tbody td {
	border-right: 1px solid transparent;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 6px;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.vb-dynamictable-empty {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.vb-dynamictable>table tbody.alternate>tr:nth-child(even) {
	background-color: #f9f9f9;
}

.vb-dynamictable>table tbody>tr.disabled {
	color: #C0C0C0;
	pointer-events: none;
}

.vb-dynamictable>table tbody>tr.selected>td {
	background-color: #ffe3a0;
}

.vb-dynamictable>table tbody.hilite>tr:hover>td {
	background-color: #fff5cc;
	cursor: pointer;
}

/* ACTION BAR */
.vb-actionbar-a {
	cursor: pointer;
	float: right;
	margin: 0px;
	text-align: left;
}

.vb-actionbar-a>li {
	float: left;
}

.vb-actionbar-a>li>a {
	color: #fff;
	font: 15px RobotoCondensed;
	padding: 11px;
	white-space: nowrap;
}

.vb-actionbar-a>li>a:hover,.vb-actionbar-a>li>a:focus {
	background-color: #3276B1 !important;
}

.vb-actionbar-b>* {
	float: right;
	margin-left: 5px;
}

.vb-actionbar-b-lg button {
	min-width: 120px;
}

.vb-actionbar-b-md button {
	min-width: 100px;
}

.vb-actionbar-b-sm button {
	min-width: 80px;
}

.vb-actionbar-b-xs button {
	min-width: 40px;
}

.vb-actionbar-b button.notext {
	min-width: 0px;
}

.vb-actionbar-t-title {
	color: #555;
	font-size: 19px;
	margin-top: 6px;
	margin-bottom: -6px;
}

.vb-actionbar-t-body {
	margin-top: 1px;
	margin-bottom: -2px;
	text-align: right;
}

.vb-actionbar-t-body>input {
	width: 100px;
}

.vb-actionbar-t-body>div {
	margin-left: 4px;
}

.vb-actionbar-t-body>div>button {
	padding: 4px 9px;
}

.vb-actionbar-t>li>a {
	background-color: #428BCA;
	border-color: #428BCA;
	color: #fff;
	font: 13px RobotoCondensed;
	padding: 8px 10px !important;
	margin-top: -3px;
	white-space: nowrap;
}

.vb-actionbar-t>li>a:hover,.vb-actionbar-t>li>a:focus {
	background-color: #3276B1 !important;
}

.vb-actionbar-empty .vb-footer-info {
	margin-top: 0;
}

/* DYNAMIC FORM */
.vb-form {
	height: 0px;
	border: none;
	border-radius: 5px;
	margin-bottom: -15px;
	padding-left: 0px;
	padding-right: 0px;
}

/* DROPDOWN */
.dropdown-menu {
	cursor: pointer;
	text-align: left;
}

.dropdown-menu i {
	width: 22px;
	text-align: center;
}

.dropdown-header {
	color: #333;
	cursor: default;
	padding: 2px 15px 0px;
	font-size: 16px;
	font-family: RobotoCondensed;
	font-weight: bold;
	text-decoration: underline;
}

#globalSearchDropdownContainer {
	position: absolute;
	z-index: 3000;
}

#globalSearchDropdownContainer>.dropdown-menu {
	max-height: 272px;
	overflow-x: hidden;
	overflow-y: auto;
}

.vb-input-div>.dropdown-menu {
	left: 15px;
	overflow-x: hidden;
	overflow-y: auto;
}

.vb-input-div>.dropdown-menu>li>a,#globalSearchDropdownContainer>.dropdown-menu>li>a {
	padding-left: 10px;
	padding-right: 10px;
}

.vb-input-div>.dropdown-menu>li.selected>a,#globalSearchDropdownContainer>.dropdown-menu>li.selected>a {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
}

.vb-input-div>.dropdown-menu>li>a>i {
	float: left;
	color: rgba(207, 189, 151, 1);
}

.vb-input-div>.dropdown-menu.horizontal {
	max-height: 272px;
}

.vb-input-div>.dropdown-menu.horizontal i {
	font-size: 20px;
}

.vb-input-div>.dropdown-menu.horizontal i+div {
	margin-left: 22px;
}

.vb-input-div>.dropdown-menu.horizontal .name {
	display: inline-block;
}

.vb-input-div>.dropdown-menu.horizontal .name-description {
	display: inline-block;
	font-weight: bold;
}

.vb-input-div>.dropdown-menu.horizontal .description {
	display: inline-block;
	color: grey;
}

.vb-input-div>.dropdown-menu.horizontal>li.selected .description {
	color: white;
}

.vb-input-div>.dropdown-menu.vertical {
	max-height: 282px;
}

.vb-input-div>.dropdown-menu.vertical i {
	font-size: 230%;
	padding-top: 4px;
}

.vb-input-div>.dropdown-menu.vertical i+div {
	margin-left: 36px;
}

.vb-input-div>.dropdown-menu.vertical .name {
	margin-top: 1px;
}

.vb-input-div>.dropdown-menu.vertical .name-description {
	font-weight: bold;
	margin-top: 1px;
}

.vb-input-div>.dropdown-menu.vertical .description {
	color: grey;
	font-size: 10pt;
	white-space: pre-wrap
}

.vb-input-div>.dropdown-menu.vertical>li.selected .description {
	color: white;
	white-space: pre-wrap
}

/* PAGE BAR */
.vb-pagebar {
	background-color: #428bca;
	color: #fff;
	cursor: default;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	max-height: 40px;
	z-index: 2000;
}

.vb-pagebar td {
	padding: 0px;
}

.vb-pagebar td:nth-child(1) {
	font: 15px RobotoCondensed;
	text-align: left;
	width: 30%;
	white-space: nowrap;
}

.vb-pagebar td:nth-child(2) {
	font: 17px RobotoCondensed;
	text-align: center;
	width: 1%;
	white-space: nowrap;
}

.vb-pagebar td:nth-child(3) {
	width: 30%;
	white-space: nowrap;
}

.vb-pagebar-back {
	display: inline-block;
}

.vb-pagebar-back-adjust {
	vertical-align: top;
	margin-top: 9px;
}

.vb-pagebar-back>a {
	color: #fff;
	padding: 11px 10px 9px 11px;
	text-decoration: none;
	outline: none;
}

.vb-pagebar-back>a:hover {
	background-color: #3276B1;
	color: #fff;
	text-decoration: none;
}

.vb-pagebar-title {
	display: inline-block;
	padding-top: 2px;
}

.vb-pagebar-title div:nth-child(2) {
	font-family: RobotoRegular;
	font-size: 13px;
	font-weight: bold;
	margin-top: -1px;
	color: #ffe400;
}

.vb-pagebar-icon {
	color: #fff;
	padding: 10px 4px 9px 4px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.vb-pagebar-icon:hover {
	background-color: #3276B1;
	color: #fff;
	text-decoration: none;
}

.vb-pagebar-person,.vb-pagebar-access {
	color: #fff;
	padding: 10px 4px 9px 4px;
	text-decoration: none;
	outline: none;
}

.vb-pagebar-access {
	text-transform: capitalize;
}

.vb-pagebar-person:hover,.vb-pagebar-access:hover {
	background-color: #3276B1;
	cursor: pointer;
}

.vb-pagebar-badge {
	background: #e63a3a;
	color: #fff;
	font-size: 10px;
	border-radius: 10px;
	padding: 1px 4px;
	position: absolute;
    bottom: 4px;
    left: 19px;
}

.vb-pagebar .vb-action-separator {
  border-left: 1px solid #226BAA;
  border-right: 1px solid #60A4E3;
  height: 40px;
}

.fa-stack-container {
	font-size: 12px;
}

.fa-square-container {
	font-size: 25px;
	top: 1px;
}

.fa-minus-inner {
	top: 4px;
}

.task-link {
	padding: 8px !important;
}

.task-actionbar {
	cursor: pointer;
	float: right;
	margin: 0px;
	text-align: left;
}

.task-actionbar>li {
	float: left;
}

.task-actionbar>li>a {
	color: #fff;
	font: 15px RobotoCondensed;
	padding: 11px;
	white-space: nowrap;
}

.task-actionbar>li>a:hover {
	background-color: #3276B1;
}

.task-actionbar>li>a:focus {
	background-color: #eee !important;
	color: #777;
}

/* MENU ITEM CONFIG MANAGER */
.vb-menuitemconfigmanager {
	width: 600px;
	height: 475px;
	padding: 0px;
	border: 2px solid rgba(66, 139, 202, 0.6);
  	border-top: 0px;
}

.vb-menuitemconfigmanager iframe {
	border: none;
	width: 100%;
	height: 472px;
}

/* PRINT MANAGER */
.vb-printmanager {
	width: 600px;
	height: 475px;
	padding: 0px;
	border: 2px solid rgba(66, 139, 202, 0.6);
  	border-top: 0px;
}

.vb-printmanager iframe {
	border: none;
	width: 100%;
	height: 100%;
}

/* LOADER */
.vb-loader {
	overflow-y: auto;
}

.vb-loader .modal-dialog {
	color: #777;
	font-family: RobotoCondensed;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-top: 0px;
	margin-left: -100px;
	width: 200px;
	text-align: center;
}

.vb-loader .modal-body {
	padding: 12px 10px;
}

.vb-loader-backdroponly .modal-dialog {
	display: none;
}

.vb-loader .div-icon {
	display: inline-block;
	vertical-align: middle;
}

.vb-loader .div-text {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
	width: 140px;
}

/* DIALOG E MODAL */
.vb-dialog {
	text-align: left;
	overflow-y: auto;
}

.vb-modal {
	text-align: left;
	overflow-y: auto;
}

.vb-modal button.close {
	margin-top: 3px;
}

.vb-modal .modal-body {
	padding: 0px;
}

.vb-modal iframe {
	border: 2px solid transparent;
	width: 100%;
	height: 100%;
}

/* NOTIFIER */
.toast-container-top-right1 {
	top: 85px;
	right: 5px;
}

.toast-container-top-right2 {
	top: 45px;
	right: 5px;
}

#toast-container>.toast {
	background-image: none !important;
	opacity: 1;
	text-align: left;
}

#toast-container>.toast:before {
	position: fixed;
	font-family: FontAwesome;
	font-size: 26px;
	line-height: 18px;
	margin-left: -35px;
	margin-top: 1px;
}

#toast-container>.toast-success:before {
	content: "\f058";
	color: #777;
}

#toast-container>.toast-info:before {
	content: "\f075";
	color: #777;
}

#toast-container>.toast-warning:before {
	content: "\f06A";
	color: #777;
}

#toast-container>.toast-error:before {
	content: "\f057";
	color: #777;
}

#toast-container>.toast-success,#toast-container>.toast-info,#toast-container>.toast-warning,#toast-container>.toast-error {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	color: #777;
}

#toast-container .toast-title {
	padding-bottom: 2px;
}

#toast-container .toast-message>.btn {
	padding: 1px 8px 1px 8px;
	margin-top: 8px;
}

#toast-container .toast-message>ul {
	padding: 5px 30px;
	margin-bottom: 0px;
}

#toast-container .toast-message>ul>li {
	color: #428bca;
}

#toast-container .toast-message>ul>li:hover {
	text-decoration-line: underline;
}
    
/* TINYMCE */
.mce-tinymce {
	border-color: #ccc !important;
}

.mce-menubar {
	border: none !important;
}

.mce-edit-area {
	border-color: #ccc !important;
}

.mce-editor-inline {
	height: 100px;
	overflow-y: scroll;
	resize: vertical;
	min-height: 100px;
	max-height: 800px;
}

.mce-editor-disable {
	cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.mce-editor-required{
	border-left: .30em solid #f89406 !important;
}

.mce-editor-required-valid {
	border-left: .30em solid #5cb85c !important;
}

.mce-editor-focus{
	border-color: #6698c8 !important;
  	outline: 0 !important;
  	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #6698c8 !important;
  	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #6698c8 !important;
}

/* BADGE */
.badge-important {
	background-color: #b94a48;
}

.badge-important[href] {
	background-color: #953b39;
}

.badge-warning {
	background-color: #f89406;
}

.badge-warning[href] {
	background-color: #c67605;
}

.badge-success {
	background-color: #468847;
}

.badge-success[href] {
	background-color: #356635;
}

.badge-info {
	background-color: #3a87ad;
}

.badge-info[href] {
	background-color: #2d6987;
}

.badge-valid {
	color: white;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.badge-invalid {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.badge-scheduled {
	color: white;
	background-color: #39b3d7;
	border-color: #269abc;
}

.tooltip {
	z-index: 3000;
}

.tooltip.fade {
	transition: opacity 1s linear !important;
}

.tooltip-inner {
	max-width: 300px;
}

/* MULTISELECT PLUGIN */
.vb-input-div > span.multiselect-native-select {
	border: none !important;
	background-color: transparent !important;
	padding: 0px !important;
}

.multiselect-container {
	overflow: auto;
}

.vb-input-div button.multiselect {
	text-align: left;
	height: 30px;
	padding: 0px 12px;
}

span.multiselect-native-select>div.btn-group>button.multiselect>b.caret  {
	float: right !important;
	margin-top: 8px !important;
}

span.multiselect-native-select>div.btn-group, span.multiselect-native-select>div.btn-group>button.multiselect {
	width: 100%;
}

span.multiselect-native-select>div.btn-group>ul.multiselect-container {
	min-width: 100%;
}

/* SCROLLBAR */
.scroll-spacer {
	min-width: 7px !important;
	max-width: 7px !important;
}

::-webkit-scrollbar {
	width : 7px;
	height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #999;
}

::-webkit-scrollbar-thumb {
	border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* Mozilla */
iframe, body, document, html, div, tbody, ul {
	scrollbar-width : thin;
	scrollbar-color: #999 #fff;
}


/* CHECKBOX CUSTOM */

/* Customize the label (the container) */
.checkbox-container {
 	display: block;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #333;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
	background-color: #337ab7;
	border: 2px solid #337ab7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	color : #fff;
	font-family: "FontAwesome";
	content: "\f00c";
	top: -2px;
	font-size: 12px;
}

.checkbox-container input[type="checkbox"]:disabled + span, .checkbox-container input[type="radio"]:disabled + span {
	opacity: 0.65;
}

.paging-btn-group{
	float : left;	
}

.nav-pagination {
	margin-top: 2px;
}

.pagination {	
	margin-top: 0px;
	margin-bottom : 0px;
}

.pagination>li>a {
	cursor: pointer;
}

.paging-select {
	float: left;
    width: 56px;
    font-size: 12px;
    height: 28px !important;
    line-height: 28px !important;
    margin-top: 3px;
}

.paging-footer-info {	
	background-color : transparent;
    font-family: RobotoCondensed;
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
    padding-top: 4px;
    float: left !important;
    color: #555;
    text-overflow: ellipsis;
  	overflow: hidden; 
  	max-width: 120px; 
  	white-space: nowrap;
}

/* FILTER BAR */

.vb-filterbar>tbody>tr>td:not(:first-child) {
	padding-left: 10px;
}

.vb-filterbar>tbody>tr>td.vb-filterbar-input {
	text-align: -webkit-right;
	width: 100%;
}

.vb-filterbar>tbody>tr>td.vb-filterbar-input>.vb-input-div {
	width: 200px;
}

/* DATE RANGE FILTER */

.vb-daterange-filter {
	background-color: #f1f1f1;
	font-family: RobotoCondensed;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px 6px;
	width: 200px;
	height: 52px;
}

.vb-daterange-filter>div>div:nth-child(1) {
	font-size: 18px;
}

.vb-daterange-filter>div>div:nth-child(2) {
	color: grey;
	font-size: 15px;
}

.vb-daterange-filter+div {
	position: relative;
	top: -45px;
	left: 172px;
}

.vb-daterange-filter+div>div {
	position: absolute;
}

.vb-daterange-filter+div>div>i {
	color: darkgray;
	font-size: 25px;
	cursor: pointer;
}

.vb-daterange-filter+div>ul {
	border: 2px solid #ccc;
	top: 22px;
}

.vb-daterange-filter+div>ul>li {
	padding: 3px 6px;
	white-space: nowrap;
}

.vb-daterange-filter+div>ul>li:hover {
	background-color: rgb(158, 192, 203);
	color: white;
}

.vb-daterange-filter+div+div {
	position: absolute;
	border: 2px solid #ccc;
	border-radius: 5px;
	background-color: white;
	left: 160px;
	top: 32px;
	z-index: 1000;
}

.vb-daterange-filter+div+div>table {
	border-spacing: 10px;
    border-collapse: separate;
}

.vb-daterange-filter-actionbar td {
	color: #555;
    font-size: 18px;
    font-family: RobotoCondensed;
    text-align: center;
}

.vb-daterange-filter-actionbar td:nth-child(5) {
	padding-left: 5px;
}

.vb-daterange-filter-actionbar td:nth-child(4)>button, .vb-daterange-filter-actionbar td:nth-child(5)>button {
	width: 80px;
}

/* BUTTON GROUP FILTER */

.vb-bg-filter-btn {
	color: gray;
	font-family: RobotoCondensed;
	padding: 8px 3px;
	width: 70px;
	height: 52px;
}

.vb-bg-filter-btn.disabled {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.vb-bg-filter-btn i {
	font-size: 25px;
}

.vb-bg-filter-btn div {
	font-size: 12px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* CHART GROUP FILTER */

.vb-chart {
	display: inline-block;
	border-radius: 6px;
	text-align: center;
	width: 80px;
	padding: 8px 15px 4px 15px;
}

.vb-chart.disabled {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.vb-chart:hover {
	background-color: #eee;
	cursor: pointer;
}

.vb-chart>:nth-child(1) {
	position: relative;
	border-radius: 25px;
}

.vb-chart>div:nth-child(1)>i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.vb-chart>div:nth-child(1)>canvas {
	margin-bottom: -5px;
}

.vb-chart>div:nth-child(2) {
	color: #555;
	font-size: 14px;
	font-family: RobotoCondensed;
	margin-top: 2px;
	margin-left: -10px;
	width: 68px;
}

/* LIST GROUP FILTER */

.vb-lg-filter {
	padding: 2px 10px 2px 0px;
}

.vb-lg-filter>:nth-child(1) {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	cursor: pointer;
	text-align: left;
	height: 23px;;
}

.vb-lg-filter .item-disabled {
	color: #aaa;
	pointer-events: none;
}

.vb-lg-filter .item-label {
	float: left;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #f1f1f1;
	color: #333;
	font-family: RobotoCondensed;
	font-size: 14px;
	padding: 1px 4px 0px 4px;
	width: 30%;
}

.vb-lg-filter .item-value {
	border-radius: 4px;
	background-color: #fff;
	color: #428bca;
	font-family: RobotoBoldCondensed;
	font-size: 13px;
	text-transform: uppercase;
	padding: 2px 16px 0px 4px;
	width: 70%;
	height: 21px;
}

.vb-lg-filter .item-value+i {
	position: absolute;
	top: 6px;
	right: 15px;
	font-size: 15px;
	color: #777;
}

.vb-lg-filter .vb-input-div>i {
	margin-left: -16px;
	font-size: 15px;
	color: #777;
}

.vb-lg-filter .special-item {
	color: #333 !important;
}

.vb-lg-filter .dropdown-menu {
	left: 5px;
	margin: 0px;
	padding: 0px;
}

.vb-lg-filter ul.dropdown-menu {
	max-height: 200px;
}

.vb-lg-filter .dropdown-input {
	padding: 4px;
}

.vb-lg-filter .dropdown-list {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	max-height: 200px;
}

.vb-lg-filter .dropdown-list li {
	padding: 2px 10px;
}

.vb-lg-filter .dropdown-list li:hover {
	background-color: #eee;
}

.vb-lg-filter .dropdown-list li.selected {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
}

.vb-lg-filter .dropdown-list li.item-disabled {
	color: #aaa;
	pointer-events: none;
}

.vb-lg-filter .dropdown-list li>i {
	float: left;
	padding-top: 3px;
	padding-right: 2px;
	font-size: 18px;
}

.vb-lg-filter-badge {
	float: left;
  font: 12px RobotoBold;
	background-color: #428bca;
	color: white;
	border-radius: 4px;
	text-align: center;
	margin: 1px 4px 0px 0px;
	padding: 2px 3px;
	width: 30px;
}

.vb-lg-filter-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vb-lg-filter .vb-input-div {
	border-radius: 4px;
	width: 70%;
}

.vb-lg-filter .vb-input-div .vb-input {
	height: 20px;
	border: none;
	color: #428bca;
	font-family: RobotoBoldCondensed;
	font-size: 13px;
	text-transform: uppercase;
	padding: 6px 16px 4px 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-shadow: none;
}