/**
* Override BOOTSTRAP CLASS
*/
.has-error .form-control,
.has-error .vt_ui_select{
	background-color: #a94442;
	color: #FFFFFF;
}

.input-sm,select.input-sm,button.btn-sm {
	border-radius: 3px;
	height: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.dropdown-menu>li>a {
	font-size: 12px;
	height: 22px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
}

.navbar {
	border-radius: 0px;
	font-size: 18px;
	margin-bottom: 0px;
}

.tab-content {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


/*********************************
*
*                RELOOK PCA
*
**********************************/
.navbar-inverse {
	background-color: #9A9173;
	border-color: #9A9173;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus
	{
	color: #fff;
	background-color: #9A9173;
}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus
	{
	color: #fff;
	background-color: #9A9173;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d7df25;
}

.navbar-form {
	margin-top: 14px;
	padding-right: 20px;
}

.nav-pills>li>a {
	color: #12572b;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	border-radius: 0;
	background-color: #B15A7E;
}

.container {
	container: 100%;
}

.centered {
	text-align: center;
	vertical-align: middle;
}

.modal {
	display: block;
}

.modal-dialog {
	width: 900px;
}

/**
* Override UI-SELECT
*/
.ui-select-match>.btn {
	border: 1px solid #CCC;
	box-shadow: none;
	color: #666;
	font-size: 12px;
	height: 22px;
	padding: 1px 12px;
	text-transform: none;
}

.ui-select-match-text>span {
	width: 80% !important;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
}

.ui-select-toggle>a {
	padding: 1px 6px !important;
}

.ui-select-match>.btn.focus, .ui-select-match>.btn:focus,
	.ui-select-match>.btn:hover>.btn:active {
	color: #666;
}

.ui-select-bootstrap>.ui-select-search {
	border-radius: 0px;
	color: #666;
	font-size: 12px;
	height: 22px;
}

.ui-select-bootstrap>.ui-select-choices {
	width: 100%;
	height: auto;
	max-height: 200px;
	margin-top: -1px;
	border-radius: 0px;
	font-size: 13px;
}

