body { opacity: 0.9; }

.sidebar-menu > li > a > i {
	margin-right: 8px;
}

.panel-heading {
    padding-bottom: 0;
}

.panel-heading .panel-title {
    line-height: 30px;
}

.content-wrapper > .panel {
	padding-top: 15px;
}

.panel-footer:after {
    content: '';
    display: table;
    clear: both;
}

.content-wrapper {
	width: auto;
}

@media (min-width: 769px) {
	.content-wrapper {
		display: block;
	}	
}

.select2-container--bootstrap .select2-selection--single {
	line-height: 2.428571;
}

.input-group[class*=col-] {
	padding-left: 15px;
	padding-right: 15px;
}

.panel-footer > * {
	height: 34px;
	padding-left: 0;
	padding-right: 15px;
	margin: 0;
}

ul.pagination > li > * {
	height: 34px;
	line-height: 2;
}

.icons-list-limit-item {
	height: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
    padding-left: 0;
	float: left;
	list-style: none;
}

.icons-list-limit-item a {
	cursor: pointer;
}

.online-state,.view-website {
	float: left;
	line-height: 2.8;
	margin: 0;
	padding: 0;
	font-size: 17px;
}

.view-website a {
    position: relative;
    color: aliceblue;
    margin-left: 10px;
}

.view-website a i {
    position: absolute;
    top: 3px;
    font-size: 20px;
}

td > a > i[class*=" icon-"] {
	font-size: 12px;
}

.nopadding {
    padding: 0;
}

.nopaddingleft {
    padding-left: 0;
}

.nopaddingright {
    padding-right: 0;
}

.clear {
    clear: both;
}

.datepicker {
    width: 25em;
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.timepicker {
    width: 13em;
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 0;
}

.table-condensed .btn.focus,
.table-condensed .btn:focus,
.table-condensed .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mtb-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.table>tbody>tr>td, .table>tfoot>tr>td,  .table>thead>tr>td {
    padding: 5px;
}

.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
    padding: 10px 5px;
}

.panel-footer>.pagination>li {
    margin-left: 0;
}

.alert {
    padding: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-bottom: 10px;
}

.table>tbody>tr>td>.btn {
    margin-right: 4px;
}

.checkbox_row {
    padding: 8px 0 6px 0;
}

.crud_table thead td,.crud_table thead th {
    outline: 0;
    position: relative
}

.crud_table thead .sorting,.crud_table thead .sorting_asc,.crud_table thead .sorting_desc {
    cursor: pointer
}

.crud_table thead .sorting,.crud_table thead .sorting_asc,.crud_table thead .sorting_asc_disabled,.crud_table thead .sorting_desc,.crud_table thead .sorting_desc_disabled {
    padding-right: 15px
}

.crud_table thead .sorting:after,.crud_table thead .sorting:before,.crud_table thead .sorting_asc:after,.crud_table thead .sorting_asc_disabled:after,.crud_table thead .sorting_desc:after,.crud_table thead .sorting_desc_disabled:after {
    content: '';
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 12px;
    margin-top: -6px;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.crud_table thead .sorting:before {
    content: '\e9c1';
    margin-top: -2px;
    color: #999
}

.crud_table thead .sorting:after,.crud_table thead .sorting_asc:after {
    content: '\e9c2'
}

.crud_table thead .sorting:after {
    margin-top: -10px;
    color: #999
}

.crud_table thead .sorting_desc:after {
    content: '\e9c1'
}

.crud_table thead .sorting_asc_disabled:after {
    content: '\e9c2';
    color: #ccc
}

.crud_table thead .sorting_desc_disabled:after {
    content: '\e9c1';
    color: #ccc
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
	position: absolute;
	left: 0;
	right: 0;
}

img.img-thumbnail {
    max-width: 320px;
    max-height: 100px;
}

.heading-elements {
    float: right;
}

.content-wrapper {
    padding-bottom: 20px;
    min-height: 600px;
}

.heading-elements > * {
    float: left;
    margin-left: 15px;
}

.heading-elements input[type=search] {
    width: 220px;
}

.heading-elements .pagination {
    margin-top: 0;
    margin-bottom: 0;
}

.mce-fullscreen {
    z-index: 9999 !important;
}

#goTop {
    position: fixed;
    z-index: 9998;
    right: 30px;
    bottom: 10px;
    width: 30px;
    height: 20px;
    background: #dbdbdb;
    text-align: center;
    cursor: pointer;
    display: none;
}

.content-header>.breadcrumb {
    float: left;
    position: static;
}

label.crud-checkbox,
label.crud-radio {
    margin-top: 6px;
    padding-left: 15px;
    text-indent: -15px;
    cursor: pointer;
}

label.crud-checkbox > input,
label.crud-radio > input {
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    margin-right: 4px;
    cursor: pointer;
}

label.crud-radio > input {
    top: 10px;
}

label.crud-radio {
    text-indent: 5px;
}

.modal-dialog {
    max-width: 100%;
}

.modal-dialog iframe {
    border: 0;
    display: none;
}

.modal-dialog .model-finder {
    display: flex;
    padding: 4px;
}

.image-list>img:hover {
    background-color: red;
    cursor: pointer;
}

.elfinder-title {
    background-color: #fff;
    padding: 4px 10px;
    font-weight: bold;
}

.icon .ion {
    font-size: 70px;
}

.small-box:hover .icon .ion {
    font-size: 75px;
}

.tooltip_w .tooltip_c.left:before,
.tooltip_w .tooltip_c.right:before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent
}
.tooltip_w {
    position: relative;
    z-index: 101
}
.tooltip_w:hover {
    z-index: 102
}
.tooltip_w .tooltip_c {
    position: absolute;
    display: block;
    background: #777;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    padding: 3px 10px;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    /*-webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease*/
}
.tooltip_w .tooltip_c:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0
}
.tooltip_w .tooltip_c.bottom,
.tooltip_w .tooltip_c.top {
    left: 50%;
    bottom: 100%;
    margin-bottom: 0;
    -webkit-transform: translateX(-85%) skewX(30deg);
    -ms-transform: translateX(-85%) skewX(30deg);
    transform: translateX(-85%) skewX(30deg)
}
.tooltip_w .tooltip_c.bottom {
    top: 100%;
    bottom: auto;
    margin-top: 8px
}
.tooltip_w .tooltip_c.left {
    right: 100%;
    margin-right: 11px;
    top: 50%;
    -webkit-transform: translate(-30%, -50%) skewX(30deg);
    -ms-transform: translate(-30%, -50%) skewX(30deg);
    transform: translate(-30%, -50%) skewX(30deg)
}
.tooltip_w .tooltip_c.right {
    left: 100%;
    top: 50%;
    margin-left: 11px;
    -webkit-transform: translate(30%, -50%) skewX(-30deg);
    -ms-transform: translate(30%, -50%) skewX(-30deg);
    transform: translate(30%, -50%) skewX(-30deg)
}
.tooltip_w .tooltip_c.left:before {
    top: 50%;
    left: 100%;
    margin: -9px 0 0 -1px;
    border-left: 7px solid #777
}
.tooltip_w .tooltip_c.right:before {
    top: 50%;
    right: 100%;
    margin: -9px -1px 0 0;
    border-right: 7px solid #777
}
.tooltip_w .tooltip_c.bottom:before,
.tooltip_w .tooltip_c.top:before {
    left: 50%;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent
}
.tooltip_w .tooltip_c.top:before {
    top: 100%;
    margin: -1px 0 0 -9px;
    border-top: 7px solid #777
}
.tooltip_w .tooltip_c.bottom:before {
    bottom: 100%;
    margin: 0 0 -1px -9px;
    border-bottom: 7px solid #777
}
.tooltip_w:hover .tooltip_c {
    opacity: 1;
    visibility: visible;
    -webkit-transition: -webkit-transform .2s ease, opacity .2s ease, visibility .2s ease;
    transition: transform .2s ease, opacity .2s ease, visibility .2s ease
}
.tooltip_w:hover .tooltip_c.bottom,
.tooltip_w:hover .tooltip_c.top {
    -webkit-transform: translateX(-50%) skewX(0);
    -ms-transform: translateX(-50%) skewX(0);
    transform: translateX(-50%) skewX(0)
}
.tooltip_w:hover .tooltip_c.left,
.tooltip_w:hover .tooltip_c.right {
    -webkit-transform: translate(0, -50%) skewX(0);
    -ms-transform: translate(0, -50%) skewX(0);
    transform: translate(0, -50%) skewX(0)
}
