/*new 2014 */
html {
    margin-top: -0px !important;
    padding-top: 0 !important;
}

* {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Condensed', sans-serif;
}

h1 {
    margin-bottom: 70px;
    line-height: 0.9;
    font-weight: 900;
    margin-top: 0;
}

h1 small {
    font-weight: 300;
}

table tr.disabled {
    opacity: 0.3;
}

header {
    color: white;
    background-color: #3C4650;
    padding: 0 20px;
    height: 80px;
    overflow: hidden;
    width: 100%;
}

/* fixed nav on wide screen */
@media screen and (min-width: 992px) {
    .content {
        padding-top: 80px !important;
    }

    header {
        z-index: 2;
        position: fixed;
    }

    .sidebar-left {
        position: fixed;
        bottom: 0;
        top: 80px;
    }
}

/* header small */
@media screen and (max-width: 991px) {
    header {
        height: auto;
    }
}

header h1 {
    float: left;
    line-height: 80px;
    margin: 0;
    padding: 0;
}

header h1 a {
    display: inline;
    color: white;
}

header h1 a:hover {
    color: #ddd;
    opacity: 0.7;
}

.menu {
    float: right;
    list-style: none;
}

.menu li {
    height: 60px;
    margin-top: 10px;
    line-height: 60px;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #47525d;
    font-size: 22px;
    text-transform: uppercase;
}

.menu li:first-child {
    border-left: none;
}

.menu li a {
    color: #939fab;
}

.menu li a:hover {
    color: white;
}

.menu select {
    margin-top: 12px;
    width: 140px;
}

/* collapsing menu small */
@media screen and (max-width: 991px) {
    .menu-toggle-button {
        float: right;
        color: #939fab;
        font-size: 30px;
        margin-top: 20px;
    }

    .plugins-nav-toggle-button {
        float: left;
        color: #939fab;
        font-size: 30px;
        margin-top: 20px;
    }

    header h1 {
        float: none;
        text-align: center;
    }

    .menu {
        margin: 0;
        padding-left: 0;
        float: none;
    }

    .menu li {
        float: none;
        height: auto;
        border: none;
        padding: 5px 0;
        margin: 0;
        border-bottom: 1px solid #47525d;
    }

    .menu.menu-collapse.menu-collapsed {
        min-height: 1%;
        max-height: 1px;
    }

    .menu.menu-collapse {
        overflow: hidden;
        height: auto;
        min-height: 100%;
        max-height: 500px;
        -webkit-transition: 300ms max-height ease;
        -moz-transition: 300ms max-height ease;
    }
}

.content {
    padding: 0 15px;
}

/* sidebar-left ********/
.sidebar-left {
    border-right: 1px solid #3C4650;
    overflow-y: auto;
    padding-bottom: 80px;
}

.sidebar-left > .version-label {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 16.5%;
    background: white;
    padding: 10px 20px;
}

.plugins-nav {
    list-style: none;
    margin-top: 30px;
    padding-left: 5px;
}

.plugins-nav li {
    margin-bottom: 10px;
}

.plugins-nav li > a {
    text-transform: uppercase;
    color: #3C4650;
    font-size: 18px;
}

.plugins-nav li > a > svg {
    width: 30px !important;
    text-align: center;
    margin-right: 5px;
}

.plugins-nav li ul {
    list-style: none;
    margin-left: 39px;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.plugins-nav li ul li {
    list-style: none;
}

.plugins-nav li ul li a {
    font-size: 15px;
    color: #888;
}

.plugins-nav li.current > a {
    color: #198fd3;
}

.plugins-nav li.current a:hover {
    color: #198fd3;
}

.plugins-nav li a:hover {
    color: #3C4650;
    opacity: 0.7;
}

@media screen and (max-width: 991px) {
    .plugins-nav {
        margin: 0;
    }

    .plugins-nav.plugins-nav-collapse.plugins-nav-collapsed {
        min-height: 1%;
        max-height: 1px;
        padding: 0;
    }

    .plugins-nav.plugins-nav-collapse {
        overflow: hidden;
        height: auto;
        min-height: 100%;
        max-height: 600px;
        -webkit-transition: 300ms max-height ease, 300ms padding ease;
        -moz-transition: 300ms max-height ease, 300ms padding ease;
        padding: 20px 0;
    }

    .plugins-nav-toggle {
        text-transform: uppercase;
        color: #3C4650;
        font-size: 20px;
    }
}

/*topbar *****************/
@media screen and (min-width: 992px) {
    .topbar-container {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1;
    }
}

.topbar {
    margin: 0 -15px;
    background-color: #fbfbfb;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    list-style: none;
    padding: 10px 15px;
}

.topbar .like-btn {
    display: inline-block;
    padding: 7px 0;
}

.topbar li {
    float: right;
    margin-left: 15px;
}

.topbar-buffer {
    width: 1px;
    height: 55px;
}

.topbar li small {
    color: #999;
    padding-top: 8px;
    display: inline-block;
}

@media ( max-width: 769px) {
    .topbar .btn span {
        display: none;
    }
}

/* main-content***********/
.main-content {
    margin-top: 30px;
}

@media screen and (min-width: 992px) {
    .main-content {
        padding-left: 70px;
    }
}

@media screen and (max-width: 991px) {
    .sidebar-left {
        border: none;
    }
}

/* page overview ***********/

.content-list .page-sortable {
    padding-left: 0;
}

.content-list #children-1 {
    padding-left: 0;
}

/* first content element */
.content-list > ul.contents {
    padding-left: 0;
}

ul.contents {
    list-style: none;
    margin-left: 0;
    padding-left: 40px;
}

ul.contents li.node {
    border-top: 1px solid #ddd;
    display: block;
    margin-left: 0;
}

ul.contents li.node a {
    font-size: 18px;
}

ul.contents li.node .icon {
    display: inline-block;
}

ul.contents li.node .page-link .page-icon, ul.contents li.node .icon {
    cursor: ns-resize;
}

ul.contents li.node .content-title {
    padding-left: 10px;
}

ul.contents li.node .page-link {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
}

ul.contents li.node .page-link:hover {
    background-color: #ddd;
}

ul.contents li.node .icons {
    float: right;
    margin-right: 15px;
}

ul.contents li.node .icons svg {
    margin-left: 6px;
    font-size: 12px;
}

ul.contents li.node .icons a {
    opacity: 0;
    color: rgba(0, 0, 0, 0.3);
}

ul.contents li.node .page-link:hover .icons a {
    opacity: 1;
}

ul.contents li.node .icons a:hover {
    color: rgba(0, 0, 0, 0.7);
}

ul.contents li.node .icon-expand-page {
    cursor: pointer !important;
    margin-left: -30px;
    margin-top: 7px;
    display: inline-block;
    position: absolute;
}

@media screen and (max-width: 600px) {

    ul.contents {
        padding-left: 20px;
        *padding-bottom: 60px;
    }

    ul.contents .icons a {
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {

    ul.contents li.node .icon-expand-page {
        margin-left: -20px;
        margin-top: 8px;
        font-size: 10px;
        display: inline-block;
        position: absolute;
    }

}

@media screen and (max-width: 991px) and (min-width: 601px) {

    ul.contents .icons a {
        opacity: 1;
    }
}

/* nested content list */
.contents-drag.contents {
    position: absolute !important;
    pointer-events: none;
    padding-left: 0;
    border-top: none;

}

.contents-drag.contents > li.node {
    border-top: none;
}

.dd-placeholder {
    border: 2px dashed #eee;
    margin-top: 1px;
}

/* tabs *************/
.tab-pane {
    padding-top: 30px;
}

/* footer ***********/
footer {
    position: absolute;
    bottom: 15px;;
    max-width: 100%;
}

footer img {
    max-width: 100%;
}

footer small {
    opacity: 0.2;
}

/* login *******/
.login-form {
    max-width: 300px;
    margin: auto;
    margin-top: 18%;
}

.login-form label {
    position: absolute;
    top: 0;
    left: 7px;
    top: 7px;
}

.login-form svg {
    font-size: 14px;
    opacity: 0.2;
}

.login-form .form-group {
    position: relative;
}

.login-form .form-control {
    padding-left: 30px;
}

.login-form .buttons {
    text-align: center;
}

.login-form .buttons .btn {
    min-width: 48%;
}

.login-form.forgot-form .buttons .btn {
    min-width: 100%;
}

.login-form .buttons .btn-primary {
    margin-right: 4%;
}

.logo {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 100px;
}

.logo img {
    max-width: 100%;
}

#login-wrapper {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: transparent;
    /*	opacity: 1;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#login-wrapper.login-wrong {
    background-color: #987171;
}

/* <3 ************/
.heart-logo {
    width: 150px;
}

.heart-logo img {
    max-width: 100%;
}

/* spinner **********/
.spinner-small {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url(../img/spinner.gif);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

/* controls ***********/
.text-success {
    color: #468847;
    font-weight: bold;
}

.text-error {
    color: red;
    font-weight: bold;
}

/* page edit ************/
.porpoerty-area {
    position: relative;
}

.modify-property-controls {
    position: absolute;
    right: 24px;
    top: 8px;
}

.modify-property-controls a, .inline-modify-property-controls a {
    opacity: 0.3;
    color: black;
    margin-left: 10px;
}

.inline-modify-property-controls {
    margin-left: 10px;
    display: inline-block;
}

.text-top-parts input {
    padding-right: 48px;
}

/* editors **************/
.editor-xl.codemirror {
    background-color: rgb(251, 251, 251);
    padding: 10px !important;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

@media screen and (min-width: 768px) {
    .editor-xl .CodeMirror-wrapping {
        height: 550px !important;
    }
}

@media screen and (max-width: 769px) {
    .editor-xl .CodeMirror-wrapping {
        height: 350px !important;
    }
}

.editor label[for=codemirror-snippet_content] {
    margin: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.editor .CodeMirror-line-numbers {
    margin-right: 10px;
    margin-top: 4px;
}

.editor .CodeMirror-line-numbers div {
    font-size: 13.333px;
    line-height: 15px;
    margin: 0;
}

#codemirror-snippet_content {
    margin-left: 15px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* file_manager **********/
.files-table .icon {
    height: 20px;
}

/* gallery type *************/
.gallery-type {

}

.gallery-type .images {
    margin: -1.5%;
}

.gallery-type .images .img-preview {
    width: 30%;
    float: left;
    position: relative;
    margin: 1.5%;
}

@media screen and (min-width: 800px) {
    .parts .gallery-type .images .img-preview {
        width: 22%;
        margin: 1.5%;
    }
}

@media screen and (min-width: 1400px) {
    .parts .gallery-type .images .img-preview {
        width: 17%;
        margin: 1.5%;
    }
}

.gallery-type .images .delete-link, .gallery-type .images .edit-link,
.image-type .image .delete-link, .image-type .image .edit-link {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    /*	opacity:0.8;*/
    background-color: rgba(0, 0, 0, .3);
}

.gallery-type .images .edit-link {
    bottom: 5px;
    top: auto;
}

.gallery-type .images .delete-link:hover {
    opacity: 1;
}

.gallery-type img {
    width: 100%;
}

.gallery-type.over {
    opacity: 0.5;
}

.gallery-type .images .add-more {
    border: 3px dashed rgba(0, 0, 0, 0.2);
}

.gallery-type .images .add-more img {
    width: 100%;
    height: auto;
}

.gallery-type .images .add-more .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    padding-top: 15px;
}

.gallery-type .add-more a {
    color: rgba(0, 0, 0, 0.6);
}

.gallery-type .add-more a:hover {
    color: rgba(0, 0, 0, 1);
}

.gallery-type .add-more i.big {
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    padding-bottom: 10px;
    display: inline-block !important;
}

.gallery-type .img-preview.dragged {
    opacity: 0 !important;
}

@media screen and (max-width: 400px) {
    .gallery-type .images .img-preview {
        width: 47%;
    }
}

@media screen and (min-width: 1480px) {
    .gallery-type .add-more i.big {
        font-size: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.gallery-type .add-more .img-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.gallery-type .add-more .img-progress .bar {
    background: #3C4650;
    height: 100%;
}

.gallery-type .add-more.over {
    opacity: 0.5;
}

/* image type *********/
.image-type {

}

.image-type .image {
    position: relative;
}

.image-type .image img {
    width: 100%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
}

.image-type .upload-field {
    border: 3px dashed rgba(0, 0, 0, 0.2);
    height: 200px;
    text-align: center;
    padding-top: 70px;
}

.image-type .upload-field a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
}

.image-type .image .upload-field a:hover {
    color: rgba(0, 0, 0, 1);
}

.image-type .img-progress {
    width: 100px;
    height: 10px;
    z-index: 2;
}

.image-type .img-progress .bar {
    background: #3C4650;
    height: 10px;
}

.image-type .over-buttons-down {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.image-type .over-buttons-down a {
    color: white;
    *color: #bbb;
    opacity: 0.8;
    margin-left: 10px;
}

.image-type .over-buttons-down a:hover, .image-type .delete-link:hover {
    opacity: 1;
}

.image-type .delete-link {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #bbb;
    color: white;
    opacity: 0.8;
}

/* audio and video types */
.image-type .image .delete-link, .image-type .image .edit-link,
.image-type .audio .delete-link, .image-type .video .delete-link,
.image-type .audio .edit-link, .image-type .video .edit-link {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    background-color: rgba(0, 0, 0, .3);
}

.image-type .audio,
.image-type .video {
    position: relative;
}

.image-type audio {
    padding-top: 25px;
}

.image-type video,
.image-type audio {
    display: block;
    width: 100%;
}

.audio-upload,
.image-type .audio-upload {
    height: 80px;
    position: relative;
}

.upload-field.audio-upload {
    height: 80px;
    padding-top: 22px;
}

.over-buttons-top {
    position: absolute;
    top: 2px;
    right: 30px;
}

.over-buttons-top a {
    color: rgba(0, 0, 0, .4);
}

.over-buttons-top a:hover {
    color: #000;
}

/* Part type Linked Page */
.linked-page {
    padding-left: 0;
    list-style: none;
}

.linked-page ul {
    list-style: none
}

/* Part type Files */
.files-type {

}

.files-type .files {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.files-type .files li {
    list-style: none;
    margin-bottom: 5px;
}

.files-type .files li a {
    color: black;
}

.files-type .progress {
    background: none;
    height: 10px;
    box-shadow: none;
    border: none;
}

.files-type .delete-link, .files-type .edit-link {
    color: black;
    opacity: 0.2;
    display: inline-block;
    margin-left: 10px;
}

.files-type .delete-link:hover, .files-type .edit-link:hover {
    opacity: 0.5;
}

/* file upload */
.file-upload-droppable {
    height: 100px;
    border: 5px dashed #eee;
    text-align: center;
    padding-top: 30px;
    font-size: 20px;
    color: #888;
}

/* newsletter plugin */
.newsletter {
    background: #fafafa;
    border: 1px solid #ddd;
    text-align: center;
    padding: 30px;
    min-height: 250px;
    margin-bottom: 20px;
}

.newsletter a {
    color: black;
}

.newsletter {
    color: black;
    font-size: 18px;
}

.newsletter .i-big svg {
    font-size: 50px;
    margin-bottom: 30px;
}

.newsletter .i-big {
    display: block;
    margin-bottom: 20px;
}

.newsletter .send {
    margin-top: 40px;
}

[data-switch-frontend-user-list-content] {
    cursor: pointer;
}

.frontend-user-list-content {
    display: none;
}

.frontend-user-list-content.active {
    display: block;
}

/* icons */
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg
        );
        transform: rotate(359deg
        );
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg
        );
        transform: rotate(359deg
        );
    }
}

/* gallery upload */

/* gallery type *************/
.gallery-upload {

}

.gallery-upload .images {
    margin: -1.5%;
}

.gallery-upload .images .img-preview {
    width: 30%;
    float: left;
    position: relative;
    margin: 1.5%;
}

@media screen and (min-width: 800px) {
    .gallery-upload.sm .images .img-preview {
        width: 22%;
        margin: 1.5%;
    }
}

@media screen and (min-width: 1400px) {
    .gallery-upload.sm .images .img-preview {
        width: 17%;
        margin: 1.5%;
    }
}

.gallery-upload .images .delete-link, .gallery-upload .images .edit-link,
.image-upload .image .delete-link, .image-upload .image .edit-link {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    /*	opacity:0.8;*/
    background-color: rgba(0, 0, 0, .3);
}

.gallery-upload .images .edit-link {
    bottom: 5px;
    top: auto;
}

.gallery-upload .images .delete-link:hover {
    opacity: 1;
}

.gallery-upload img {
    width: 100%;
}

.gallery-upload.over {
    opacity: 0.5;
}

.gallery-upload .images .add-more {
    border: 3px dashed rgba(0, 0, 0, 0.2);
}

.gallery-upload .images .add-more img {
    width: 100%;
    height: auto;
}

.gallery-upload .images .add-more .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    padding-top: 15px;
}

.gallery-upload .add-more a {
    color: rgba(0, 0, 0, 0.6);
}

.gallery-upload .add-more a:hover {
    color: rgba(0, 0, 0, 1);
}

.gallery-upload .add-more i.big {
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    padding-bottom: 10px;
    display: inline-block !important;
}

.gallery-upload .img-preview.dragged {
    opacity: 0 !important;
}

@media screen and (max-width: 400px) {
    .gallery-upload .images .img-preview {
        width: 47%;
    }
}

@media screen and (min-width: 1480px) {
    .gallery-upload .add-more i.big {
        font-size: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.gallery-upload .add-more .img-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.gallery-upload .add-more .img-progress .bar {
    background: #3C4650;
    height: 100%;
}

.gallery-upload .add-more.over {
    opacity: 0.5;
}

/* image type *********/
.image-upload {

}

.image-upload .image {
    position: relative;
    background-color: #bbb;
}

.image-upload .image img {
    width: 100%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
}

.image-upload .upload-field {
    border: 3px dashed rgba(0, 0, 0, 0.2);
    height: 200px;
    text-align: center;
    padding-top: 70px;
}

.image-upload .upload-field a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
}

.image-upload .image .upload-field a:hover {
    color: rgba(0, 0, 0, 1);
}

.image-upload .img-progress {
    width: 100px;
    height: 10px;
    z-index: 2;
}

.image-upload .img-progress .bar {
    background: #3C4650;
    height: 10px;
}

.image-upload .over-buttons-down {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.image-upload .over-buttons-down a {
    color: white;
    *color: #bbb;
    opacity: 0.8;
    margin-left: 10px;
}

.image-upload .over-buttons-down a:hover, .image-type .delete-link:hover {
    opacity: 1;
}

.image-upload .delete-link {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #bbb;
    color: white;
    opacity: 0.8;
}

/* online shop */
.product-table td {
    vertical-align: middle !important;
    font-size: 12px;
}

.product-table td a {
    color: black;
}

.product-table .price {
    font-size: 25px;
    width: 130px;
    text-align: right;
}

.product-table tr.has-children td {
    border-bottom: 2px solid #dddddd;
    padding-top: 30px;
}

.product-table tr.break {
    height: 30px;
}

.product-table tr.has-children:hover td {
    background: transparent;
}

.crossed-out-price {
    text-decoration: line-through;
    opacity: 0.5;
}

.edit-content {
    opacity: 0.5;
    font-size: 10px;
    margin-left: 10px;
    display: inline-block;
}

/* bookings */
.booking-bill-overdue {
    color: #9c3328;
    font-weight: bold;
}

.booking-bill-minus {
    color: red;
}

.booking-bill-plus {
    color: green;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.8.1
 * https://github.com/wenzhixin/bootstrap-table/
 */
.bootstrap-table .table {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse !important;
    border-radius: 0px;
}

.bootstrap-table .table, .bootstrap-table .table > tbody > tr > th,
.bootstrap-table .table > tfoot > tr > th, .bootstrap-table .table > thead > tr > td,
.bootstrap-table .table > tbody > tr > td, .bootstrap-table .table > tfoot > tr > td {
    padding: 8px !important;
}

.bootstrap-table .table.table-no-bordered > thead > tr > th, .bootstrap-table .table.table-no-bordered > tbody > tr > td {
    border-right: 2px solid transparent;
}

.fixed-table-container {
    position: relative;
    clear: both;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.fixed-table-container.table-no-bordered {
    border: 1px solid transparent;
}

.fixed-table-footer, .fixed-table-header {
    height: 37px; /*cellHeight*/
    overflow: hidden;
    border-radius: 0px 0px 0 0;
}

.fixed-table-header {
    border-bottom: 1px solid #dddddd;
}

.fixed-table-footer {
    border-top: 1px solid #dddddd;
}

.fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}

.fixed-table-container table {
    width: 100%;
}

.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
    border-left: 1px solid #dddddd;
}

.fixed-table-container thead th:first-child {
    border-left: none;
    border-top-left-radius: 0px;
}

.fixed-table-container thead th .th-inner {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.fixed-table-container thead th .both {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC');
}

.fixed-table-container thead th .asc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==');
}

.fixed-table-container thead th .desc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ');
}

.fixed-table-container th.detail {
    width: 30px;
}

.fixed-table-container tbody td {
    border-left: 1px solid #dddddd;
}

.fixed-table-container tbody tr:first-child td {
    border-top: none;
}

.fixed-table-container tbody td:first-child {
    border-left: none;
}

/* the same color with .active */
.fixed-table-container tbody .selected td {
    background-color: #f5f5f5;
}

.fixed-table-container .bs-checkbox {
    text-align: center;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0;
}

.fixed-table-container input[type="radio"], .fixed-table-container input[type="checkbox"] {
    margin: 0 auto !important;
}

.fixed-table-container .no-records-found {
    text-align: center;
}

.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination {
    margin: 0;
}

.fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
}

.fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}

.fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu {
    margin-bottom: 0;
}

.fixed-table-pagination .page-list {
    display: inline-block;
}

.fixed-table-toolbar .columns-left {
    margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
    margin-left: 5px;
}

.fixed-table-toolbar .columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
}

.fixed-table-toolbar .bars, .fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 34px;
}

.fixed-table-pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}

.fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}

.fixed-table-body .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}

/* support bootstrap 2 */
.fixed-table-body thead th .th-inner {
    box-sizing: border-box;
}

.table th, .table td {
    vertical-align: middle;
    box-sizing: border-box;
}

.fixed-table-toolbar .dropdown-menu {
    text-align: left;
    max-height: 300px;
    overflow: auto;
}

.fixed-table-toolbar .btn-group > .btn-group {
    display: inline-block;
    margin-left: -1px !important;
}

.fixed-table-toolbar .btn-group > .btn-group > .btn {
    border-radius: 0;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bootstrap-table .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th {
    padding: 0;
    margin: 0;
}

.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

/* calculate scrollbar width */
p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

@media print {
    .hidden-print {
        display: none;
    }

    .col-print-offset-0 {
        left: 0;
        margin-left: 0;
    }

    .col-print-12 {
        width: 100%;
    }

    a[href]:after {
        content: " ";
    }

    abbr[title]:after {
        content: " ";
    }
}

/* sortable page container table */

.sorted_table tr {
    cursor: ns-resize;
}

.form-control-inline {
    display: inline-block;
    min-width: 25%;
    width: auto;
}

.awesomplete {
    vertical-align: top;
}

.json-textarea {
    font-family: monospace;
}
