.status-list {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
    font-size: 11px;
    color: #333;
    line-height: 16px;
    min-width: 80px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 6px 4px;
    white-space: nowrap;
}
.nav.nav-tabs .badge {
    display: inline-block;
    padding: 3px 2px;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 100%;
    line-height: 14px;
    min-width: 20px;
    margin-left: 5px;
    margin-right: -5px;
    border: 1px solid #CCC;
    color: #999;
    margin-bottom: -4px;
    margin-top: -4px;
}
.nav.nav-tabs ul.dropdown-menu li:last-child a {
    border: 0;
}
.nav.nav-tabs ul.dropdown-menu {
    padding: 0;
}
.nav.nav-tabs ul.dropdown-menu li a {
    font-size: 13px!important;
}
.nav.nav-tabs ul.dropdown-menu li.active a {
    background: #FFF!important;
    color:var(--def-color);
}

.table-bordered {
	-moz-box-shadow: 0px 0px 0px 2px #e4e4e4, inset 0px 0 5px rgba(0, 0, 0, 0.03)!important!important;
	-webkit-box-shadow: 0px 0px 0px 2px #e4e4e4, inset 0px 0 5px rgba(0, 0, 0, 0.03)!important;
	box-shadow: 0px 0px 0px 2px #e4e4e4, inset 0px 0 5px rgba(0, 0, 0, 0.03)!important;
	border:0;
}
.table-bordered td {
	border-left: 0!important;
	border-top: 0!important;
	vertical-align: middle!important;
	padding: 12px!important;
	font-size: 13px;
}
.table-bordered tr td:last-child {
	border-right: 0!important;
}
.table-bordered tr:last-child td {
	border-bottom: 0!important;
}
.table-bordered.table-oneline td {
	border-right: 0!important;
}
.table-bordered .table-group td,
.table-bordered .table-group:hover td {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: rgba(0,0,0,0.05)!important;
}
.table .table-tools {
	text-align: right;
	font-size: 20px;
	line-height: 0;
	padding: 0 8px 0 8px;
    vertical-align: middle;
}
.table .fa,
.table .cpf {
	font-size: 20px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
    line-height: 0;
}
.table .table-infos {
	font-size:11px;
	color: #999;
}
.form-control:focus {
    -moz-box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03);
    -moz-border-radius: 0;
}
.admin-form input[type="text"],
.admin-form input[type="email"],
.admin-form input[type="date"],
.admin-form input[type="time"],
.admin-form input[type="search"],
.admin-form input[type="password"],
.admin-form input[type="number"],
.admin-form input[type="tel"],
.admin-form textarea.form-control,
.admin-form select,
.admin-form select.form-control {
    font-size: 13px;
    padding: 8px;
}
.admin-form select, .admin-form select.form-control {
	padding: 0 9px;
	line-height: 34px;
}
.admin-form hr {
    margin-bottom: 20px;
    margin-top: 20px;
}
.admin-form .form-group {
	display: table;
	width: 100%;
}
/*.admin-form .form-group > .form-control,
.admin-form .form-group > .input-group-addon {
	display: table-cell;
}*/
.label {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius:0;
}
.admin-form .twitter-typeahead {
	display: block!important;
}
.admin-form .tt-menu {
	width: 100%;
	background: #FFF;
	margin-top: 2px;
}
.admin-form .tt-suggestion {
	padding: 8px 8px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
	color:#333;
}
.admin-form .tt-suggestion.tt-cursor {
	background: rgba(0,0,0,0.05);
}
.admin-form .tt-suggestion .portal {
	color:var(--def-color);
}
.admin-form .tt-suggestion.places .title {
	color:var(--def-color);
	font-weight: bold;
	display: block;
}
.admin-form .tt-suggestion.places .category {
	display: block;
	font-style: italic;
}
.admin-form .tt-suggestion.places .address {
	display: block;
	font-size: 12px;
	color: #999;
}
.admin-form .tt-suggestion.categories .fa {
	margin-right: 8px;
}
.admin-form .tt-suggestion.places img {
	float: left;
	margin: 4px 8px 0 0;
	width: 50px;
	height: 50px;
}
.admin-form .tt-suggestion .tt-highlight {
	text-decoration: underline;
}
.admin-form .tt-suggestion.tt-selectable {
	opacity: 1;
}
.admin-form input.tt-hint {
	color: rgba(255,255,255,0.6)!important;
}
.admin-form .tt-dataset,
.admin-form .dropdown-menu {
    border: 0;
    margin: 2px 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.admin-form .bootstrap-select .actions-btn {
	padding: 2px;
	border: 1px solid rgba(0,0,0,0.1);
	font-size: 13px;
	font-weight: normal;
	box-shadow: none;
	margin: 0;
}
/*.admin-form .bootstrap-select-btn .dropdown-toggle {
	color: var(--def-color)!important;
	font-weight: bold!important;
	font-style: normal!important;
	text-transform: uppercase!important;
	font-size: 12px!important;
	-webkit-box-shadow: 0px 0px 0px 2px var(--def-color), inset 1px 0 5px rgba(0, 0, 0, 0.03)!important;
	box-shadow: 0px 0px 0px 2px var(--def-color), inset 1px 0 5px rgba(0, 0, 0, 0.03)!important;
	-moz-border-radius: 0!important;
}*/
.admin-form .bootstrap-select-btn .filter-option {
	color: var(--def-color)!important;
	font-weight: bold!important;
	font-size: 11px!important;
	line-height: 20px!important;
	font-style: normal!important;
	text-transform: uppercase!important;
}
.admin-form .bootstrap-select > .btn,
.admin-form .bootstrap-select > .btn:hover,
.admin-form .bootstrap-select > .btn:focus,
.admin-form .bootstrap-select > .btn:active {
    -moz-box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03)!important;
    -webkit-box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03)!important;
    box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03)!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	-moz-transition: 0.3s!important;
	-webkit-transition: 0.3s!important;
	transition: 0.3s!important;
	-moz-transform-style: preserve-3d!important;
	-webkit-transform-style: preserve-3d!important;
	transform-style: preserve-3d!important;
	-webkit-appearance: none!important;
	background-color: #fff;
	border: none!important;
	font-size: 14px!important;
	font-weight: 400!important;
	outline: none !important;
	width: 100%!important;
	height: inherit!important;
	padding: 7px!important;
	-moz-transform-style: preserve-3d!important;
	-webkit-transform-style: preserve-3d!important;
	transform-style: preserve-3d!important;
}
.admin-form .input-group-addon {
    padding:0 auto;
    line-height:0;
    background:rgba(0,0,0,0.05);
	width: 1px;
    white-space: nowrap;
}
.admin-form .input-group {
	width: 100%;
}
.admin-form .dropdown-menu > li > a {
	font-size: 14px;
	font-weight: 500;
	color: #424242;
	line-height: 24px;
	padding: 8px 8px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
}
.admin-form .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	margin-top: 11px;
}
.admin-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 90%;
	text-align: left;
	font-size: 13px;
	text-overflow: ellipsis;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {

}
.admin-form .bootstrap-select > .dropdown-toggle.bs-placeholder {
	color: rgba(0, 0, 0, 0.4);
	font-style: italic;
}
.table-scrollable {
	overflow: auto;
}
table.dataTable thead th, table.dataTable thead td {
	padding: 8px 8px;
	border-bottom: 2px solid rgba(0,0,0,0.1)!important;
	font-size: 12px;
}
table.dataTable.no-footer {
	border-bottom: 2px solid rgba(0,0,0,0.1)!important;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top: 1px solid rgba(0,0,0,0.05);
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: rgba(0,0,0,0.01);
}
#id-table-datatable .rating-passive .stars figure {
	width: 11px;
}
#id-table-datatable .item-rating {
    float: right;
}
.dataTable address {
    font-size:12px;
    color:#999;
}
.dataTable cat {
	font-size: 13px;
}
div.dataTables_wrapper div.dataTables_length select {
	padding: 0 9px;
	line-height: 34px;
}
.pagination li a,
.pagination li.previous a, 
.pagination li.next a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	width: 34px;
	text-align: center;
	line-height: 34px;
}
.bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 0;
	margin-top: -4px;
}
.note-editor,
.bootstrap-tagsinput {
    border:0!important;
    -moz-box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom:0;
}
.note-editor .btn.btn-default {
    background-color: rgba(0,0,0,0.05);
    color: #424242;
    border-color: rgba(0,0,0,0.1);
    border: 0;
    margin: 0 1px 0 0;
    background: transparent;
}
input[class^=note-]{
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 0;
	padding: 10px;
	box-shadow: none;
}
.bootstrap-tagsinput {
    width: 100%;
    padding: 6px;
}
.bootstrap-tagsinput input {
	padding: 0!important;
}
.admin-form h2 + p {
	margin-top: -10px;
	margin-bottom: 15px;
}
.admin-form .btn-translate {
	display: inline-block;
	margin: 0 4px 15px 0;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 4px 8px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	background: rgba(0,0,0,0.05);
}
.admin-form .bootstrap-select.btn-group .dropdown-menu {
	max-width: 100%;
}
.admin-form .bs-searchbox {
	background: #FFF;
	padding: 0;
	border-bottom:0;
}
.admin-form .bs-searchbox input {
	background: #424242;
	color: #FFF;
}
.admin-form .bootstrap-select .cpf {
	margin-right: 5px;
	font-size: 18px;
	line-height: 0;
	vertical-align: middle;
}
.admin-form .bootstrap-select .dropdown-menu .fa {

}
.admin-form .dropdown-menu.inner {
	overflow-x: hidden;
}
.admin-form .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: var(--def-color);
	color:#FFF;
}
.admin-form .dropdown-menu span.level-1 {
    margin-left: 20px;
}
.admin-form .dropdown-menu span.level-2 {
    margin-left: 40px;
    font-size: 12px;
}
.admin-form .dropdown-menu span.level-3 {
    margin-left: 60px;
    font-size: 12px;
}
.admin-form .dropdown-menu span.level-4,
.admin-form .dropdown-menu span.level-5,
.admin-form .dropdown-menu span.level-6,
.admin-form .dropdown-menu span.level-7 {
    margin-left: 80px;
    font-size: 12px;
}
.selectpicker-list .selected-list {
	display: table;
	width: 100%;
    -moz-box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03)!important;
    -webkit-box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03)!important;
    box-shadow: 0px 0px 0px 2px #e4e4e4, inset 1px 0 5px rgba(0, 0, 0, 0.03)!important;
    padding:0;
}
.selectpicker-list .selected-list > div {
    display:table-row;
	padding: 0;
    font-size:13px;
    width: 100%;
}
.selectpicker-list .selected-list > div > * {
	display: table-cell!important;
	padding: 10px!important;
	margin: 0!important;
	border-top:1px dotted rgba(0,0,0,0.1)!important;
	vertical-align: middle;
}
.selectpicker-list .selected-list > div:first-child {
    border-top:0;
}
.selectpicker-list .selected-list > div .remove {
    width: 20px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 0;
}
.selectpicker-list .selected-list > div .remove .fa {
	margin: 0;
}
.selectpicker-list .selected-list > div .radio {
	width: 30px;
	text-align: center;
	cursor: pointer;
}
.selectpicker-list .selected-list > div .radio + div {
	cursor: pointer;
}
.selectpicker-list .selected-list > div .radio input {
    margin: 0;
    padding: 0;
    margin-top: -6px;
}
.selectpicker-list .selected-list .cpf {
	margin-right: 5px;
	font-size: 18px;
	line-height: 0;
	vertical-align: middle;
}
.has-default {
	color:var(--def-color);
}
.has-default > .value:after {
    content: '(par defaut)';
    font-style: italic;
    color: #999;
    margin-left: 10px;
}
.input-daterange input {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}

.admin-list .item {
	position: relative;
	margin-bottom: 15px;
	display: table;
	height: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	width: 100%;
}
.admin-list .item .image {
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	float: left;
	margin-right: 20px;
}
.admin-list .item .image .thumb {
    width: 100px;
    height: 70px;
	display: inline-block;
	background-size: cover;
	background-color: rgba(0,0,0,0.1);
}
.admin-list .item .fa-question {
	color: var(--def-color);
	font-size: 18px;
	margin-left: 8px;
}
.admin-list .item .description,
.admin-list .item .head {
	/* padding-left: 80px; */
	/* min-height: 60px; */
}
.admin-list .item .head figure {
	height: 100%;
	overflow: hidden;
}
.admin-list .item .head .title {
	font-size: 18px;
}
.admin-list .item .head cat {
    font-size: 13px;
}
.admin-list .item .head address {
	font-size: 12px;
	color:#999;
}
.admin-list .item .head .rating-passive {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.admin-list .item .date {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	font-size: 12px;
	line-height: 20px;
}
.admin-list .item .items-actions {
	display: block;
	float: right;
	margin-top: -10px;
	min-height: 38px;
}
.admin-list .item .items-actions > a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	background: rgba(0,0,0,0.05);
	padding: 6px 12px 6px 6px;
	margin: 0 1px 10px 0;
	color: #333;
	font-weight: 600;
}
.admin-list .item .items-actions > a:hover {
	opacity: 0.8;
}
.admin-list .item .items-actions > a > span {
	margin-left: 6px;
	vertical-align: middle;
}
.admin-list .item .items-actions .fa,
.admin-list .item .items-actions .cpf {
	font-size: 16px;
}
.glyphicon-ok:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c";
}