@charset "utf-8";


.flex-center {
	align-items: center;
    display: flex;
    justify-content: center;
}
.full-height {
	height: 80vh;
}
.position-ref {
	position: relative;
}

.text-xs {
	font-size: 10px;
}
.text-sm {
	font-size: 11px;
}
.text-md {
	font-size: 12px;
}
.text-lg {
	font-size: 15px;
}
.text-bold {
	font-weight: bold;
}

.inb {
	display: inline-block;
}

.select2-dropdown,
.select2-container--default .select2-selection--single,
.nav-tabs > li > a {
	border-radius: 0;
}
.tab-content {
	padding: 5px 0;
}

.table-bordered > thead > tr > th {
	
}
table > caption {
	padding-bottom: 0;
}

.table.table-nowrap th,
.table.table-nowrap td {
	white-space: nowrap;
}

body.admin .btn,
body.admin .form-control,
body.admin .navbar-toggle,
body.admin .panel,
body.admin .input-group-addon,
body.admin .alert,
body.admin .dropdown-menu,
body.admin .pagination, body.admin .pagination > li, body.admin .pagination > li > a,
body.admin .modal-content,
.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 0;
}
body.admin .modal-content > .modal-body > ul {
	margin: 0;
}
body.admin .dropdown-menu {
	padding: 0;
}
body.admin.authed {
	background-color: #f9f9f9;/*#efefef;#fcfcfc;*/
}
body.error {
	background-color: #4c4c4c;
}
body.admin.authed {
	padding-top: 45px;
}
body.admin.authed main {
	min-height: 90vh;
}
body.admin.authed footer p.copyright {
	margin: 0;
	padding: 10px 0;
}
body.admin .navbar-inverse .navbar-nav > li > a:hover {
	/*opacity: .7;*/
}
.navbar-nav > li > span {
	padding: 15px;
	display: inline-block;
	
}
body.admin .admin-login {
	padding: 10px;
	box-shadow: 0px 6px 10px -3px #c8c8c8;
	background-color: #fff;
}
body.admin .img-responsive {
	width: 200px;
	height: auto;
	display: inline-block;
	box-shadow: 0px 6px 10px -3px #c8c8c8;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,

.table.table-middle>tbody>tr>td,
.table.table-middle>tbody>tr>th,
.table.table-middle>tfoot>tr>td,
.table.table-middle>tfoot>tr>th,
.table.table-middle>thead>tr>td,
.table.table-middle>thead>tr>th {
	vertical-align: middle;
}

.table.table-auto {
	width: auto;
}

.table.table-form > thead > tr > th,
.table.table-form > tbody > tr > th {
	width: 20em;
}
@media screen and (max-width: 767px) {
	body.admin .table-detail.table-striped > tbody > tr:nth-of-type(odd) {
		background-color: inherit;
	}
	body.admin .table-detail.table-striped > tbody > tr > th {
		background-color: #f9f9f9;
	}
	body.admin .table-responsive > .table-detail.table {
		border: none;
	}
	body.admin .table-responsive > .table-detail.table > thead > tr > th, 
	body.admin .table-responsive > .table-detail.table > thead > tr > td, 
	body.admin .table-responsive > .table-detail.table > tbody > tr > th, 
	body.admin .table-responsive > .table-detail.table > tbody > tr > td {
		display: block;
		border: none;
		width: 100% !important;
	}
	body.admin .table-detail.table-striped > tbody > tr > th,
	body.admin .table-detail.table-striped > tbody > tr > td {
		border-bottom: 1px solid #ddd !important;
	}
	body.admin .img-responsive {
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.navbar-brand {
		max-width: 80%;
		/*padding-top: 10px;
		padding-bottom: 10px;
		font-size: 15px;
		line-height: 1.2;*/
	}
	.table.table-form > thead > tr > th,
	.table.table-form > tbody > tr > th,
	.table.table-form > tbody > tr > td {
		width: 100%;
		display: block;
	}
}
body.admin .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #080808;
}
body.admin form {
	position: relative;
}
body.admin .btn-wrap {
	
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	background-color: rgba(70, 79, 92, 0.61);/*rgba(93, 93, 93, 0.64);*/
	z-index: 100;
}
body.admin .btn-wrap::after {
	content: '';
	clear: both;
}
body.admin .btn-search {
	background-color:#4285f4;
	color:#fff;
}
body.admin .btn-search.active,
body.admin .btn-search:hover,
body.admin .btn-search:focus,
body.admin .btn-search:active {
	background-color:#3b78e7;
	color:#fff;
}
body.admin .move {
	cursor: move;
}
body.admin .nest-1 {
	padding-left: 1.3em;
}
body.admin .nest-2 {
	padding-left: 2.6em;
}
body.admin .nest-3 {
	padding-left: 3.9em;
}
body.admin .text-normal {
	font-weight: normal;
}
body.admin .pointer {
	cursor: pointer;
}
body.admin .req {
	position: relative;
}
body.admin .req::after {
	content: '*';
	color: #d9534f;
}

body.admin .pagination > li.icon > a {
	font-size: 20px;
}
body.admin .pagination.top {
	margin-top: 0;
}
body.admin .pagination.bottom {
	margin-bottom: 0;
}

body.admin .badge {
	margin: -5px 0 0 1em;
	font-weight: normal;
}

body.admin .checkbox-inline + .checkbox-inline,
body.admin .radio-inline + .radio-inline {
	margin-left: 15px;
}
body.admin input[type=checkbox],
body.admin input[type=radio] {
	margin: 2px 0 0 0;/*-19px;*/
    line-height: normal;
    
    box-sizing: border-box;
    
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}
body.admin input[type=radio] {
    border-radius: 50%;
}
body.admin input[type=checkbox]:checked:before,
body.admin input[type=radio]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    font: normal 21px/1 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.admin input[type=checkbox]:checked::before {
    content: "\f00c";
    margin: -4px 0 0 -3px;
    color: #1e8cbe;
    font-size: 20px;
}
body.admin input[type=checkbox]:checked::before,
body.admin input[type=radio]:checked::before {
    color: #1e8cbe;
}
body.admin input.text-danger[type=checkbox]:checked::before,
body.admin input.text-danger[type=radio]:checked::before {
    color: #a94442;
}
body.admin input[type=radio]:checked::before {
    content: "\f111";
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #1e8cbe;
}
body.admin .control-label.text-normal {
	font-size: 14px;
}
body.admin .trumbowyg-box .trumbowyg-editor {
	background-color: #fff;
}
body.admin .trumbowyg-box {
	margin: 0;
}
.radio label,
.checkbox label {
	margin-right: 15px;
}



body.admin .per100 {
	width: 100%;
}
.no-margin {
	margin: 0;
}
pre {
	white-space: pre-wrap;
}

.actions > .btn {
	margin-bottom: 10px;
}
.hidd {
	display: none;
}







.alert-default {
    color: #676767;
    background-color: #ffffff;
    border-color: #dcdcdc;
}


.modal-title {
	white-space: normal;
}














