.login-logo a img, .register-logo a img {
	width: 75%;
}

.box-footer {
	position: relative;
}

.box-header > .box-tools {
	top: 0px;
	position: relative;
}

.box-footer > .box-tools {
    position: relative;
    right: 10px;
}

.btn-box-tool {
    padding: 0px;
}

.content .coll .box-header {
	cursor: pointer;
}


.table.vmiddle > tbody > tr > td {
     vertical-align: middle;
}

.table-actions {
	float: left;
	display: block;
}

.table-actions label {
	font-weight: normal;
    text-align: left;
    white-space: nowrap;
	margin-left: 20px;
}

.table-actions select {
	width: 75px;
    display: inline-block;
}

.table-actions .export {
	float: right;
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.record-actions a {
	font-size: 20px;
	margin-right: 5px;
}

.bootstrap-datetimepicker-widget ul {
	padding: 0;
}

.red    { color: #dd4b39 !important; }
.blue   { color: #3c8dbc !important; }
.yellow { color: #f39c12 !important; }
.green  { color: #00a65a !important; }
.grey   { color: #333333 !important; }


.form-group.has-error .select2-container--default .select2-selection--single {
	border: 1px solid #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);	
}

.form-group small.error-msg {
	display: none;
	color: #dd4b39;
}

.form-group.has-error small.error-msg {
	display: block;
}

.lang-has-error {
    display: none;
}

.lang-has-error.active {
	display: initial;
}

.lang-has-error i {
	color: #dd4b39;
	font-size: 18px;
    top: 4px;
    position: relative;
    margin-right: 10px;
}


.pointer {
	cursor: pointer;
}

.nav-tabs-custom {
	border-top: 3px solid #d2d6de;
	border-color: #1f1f1f;
}

.nav-tabs-custom > .nav-tabs > li {
	border-width: 5px;
}

.nav-tabs-custom > .nav-tabs > li.active {
	border-color: #d64635;
}

.nav-tabs-custom .box {
	border: 1px solid #eee;
	box-shadow: none;
}

.nav-tabs-custom > .nav-tabs > li.active > a, 
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
	background-color: rgba(238, 238, 238, 0.5);
	font-weight: bold;
}

a > .icheckbox_flat-red {
	margin-top: -4px;
}


.bootstrap-tagsinput {
	width: 100%;
	border-radius: 0px;
	box-shadow: none;
	padding: 5px 8px;
}

.bootstrap-tagsinput .label {
	font-size: 85%;
}

.lbl-vazio {
	min-height: 25px;
}