@CHARSET "UTF-8";

.vertical-view-table th {
	background-color: #fafafa;
	width: 150px;
}

.mgr .app-icon {
	width: 60px;
	height: 40px;
}
p.help-block {
	margin-bottom: 0;
	font-size: 12px;
}
.view-th {
	width: 120px;
	background-color: #efefef;
}

.has-selected-data.alert {
	padding: 8px 15px 8px 8px;
	margin-bottom: 0px;
	border-radius: 0;
}
.has-selected-data.alert-dismissible {
    padding-right:0;
}
.has-selected-data.alert-dismissable .close, .has-selected-data.alert-dismissible .close {
    top:0;
    right: 5px;
}
.bootstrap-tagsinput .label {
    display: inline-block;
    margin-bottom: 5px;
    padding: .8em .6em .8em;
}
.navbar-brand>img.text-inline-block {
	margin: 20px 0;
}

.header {
	height: 46px;
	background-color: #007bc7;
	background-image: none;
}
#menu-nav .menu-title {
	background-image: none;
	background-color: #007bc7;
}
.tabs li.tabs-selected a.tabs-inner {
	color: #007bc7;
}
.tabs li a.tabs-inner {
	color: #007bc7;
}
.bootstrap-dialog.type-primary .modal-header {
	background-color: #007bc7;
}
.btn-primary{
	background-image: -webkit-linear-gradient(top,#007bc7 0,#007bc7 100%);
	background-image: -o-linear-gradient(top,#007bc7 0,#007bc7 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#007bc7),to(#007bc7));
	background-image: linear-gradient(to bottom,#007bc7 0,#007bc7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	background-color: #007bc7;
	border-color: #007bc7;
}
.has-switch span.switch-primary, .has-switch span.switch-left {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #007bc7;
	background-image: -moz-linear-gradient(top,#04c,#08c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#04c),to(#08c));
	background-image: -webkit-linear-gradient(top,#04c,#08c);
	background-image: -o-linear-gradient(top,#04c,#08c);
	background-image: linear-gradient(to bottom,#04c,#08c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc',endColorstr='#ff0088cc',GradientType=0);
	border-color: #08c #08c #007bc7;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);}
.btn-primary:hover {
	color: #fff;
	background-color: #007bc7;
	border-color: #007bc7;
}
.btn-info{
	background-image: -webkit-linear-gradient(top,#007bc7 0,#007bc7 100%);
	background-image: -o-linear-gradient(top,#007bc7 0,#007bc7 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#007bc7),to(#007bc7));
	background-image: linear-gradient(to bottom,#007bc7 0,#007bc7 100%);
	background-repeat: repeat-x;
	background-color: #007bc7;
	border-color: #007bc7;
}