/* common */
.col-centered {
    float: none;
    margin: 0 auto;
}

.form-group {
    position: relative;
}

.form-group .blocker-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    cursor: not-allowed;
}

.btn-group.disabled {
    cursor: not-allowed;
    background: #D5D5D5;
}

/* fixed header */
.page-container {
    min-width:320px;
}

.page-content {
    position: relative;
}

.page-content .x-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    min-width: 320px;
}

.page-content .page-head {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 100;
    min-width: 320px;
}

.nav-tabs li {
    -webkit-transition: width 500ms ease-out 5s;
    -moz-transition: width 500ms ease-out 5s;
    -o-transition: width 500ms ease-out 5s;
    transition: width 500ms ease-out 5s;
}

.nav-tabs li a > span {
    margin-right: 5px;
}

.nav-tabs li:not(.active) a > span {
    display: none;
}

.nav-tabs li:not(.active):hover a > span {
    display: inline;
}

.page-head-controls {
    float: right;
    padding: 3px 0;
}

.page-head .page-head-text {
    margin-bottom: 5px;
}

.page-head-controls button {
    margin-left: 3px;
}

.redactor {
    min-height: 500px;
}

/* RESPONSIVE */

@media (max-width: 767px) {
    .page-container {
        padding-top: 140px;
    }
    .page-content .page-head {
        height: 90px;
    }
    .page-head-controls button .display {
        display: none;
    }
    .page-head-controls button .fa {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .page-container {
        padding-top: 100px;
    }
    .page-content .page-head {
        height: auto;
    }
    .page-head-controls {
        float: right;
        padding: 3px 0;
    }
    .page-head-controls button .display {
        display: inline;
    }
}

.dropzone-container .file-container {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.dropzone-container .file-container .file-icon {
    display: table-cell;
    vertical-align: middle;
    width: 48px;
}

.dropzone-container .file-container .file-name {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.dropzone-container .file-container .file-name p {
    padding: 0;
    line-height: 18px;
}
