body {
    padding: 66px 0 15px;
    font-family: "Open Sans";
}

.bg-warning {
    background-color: #fcf8e3 !important
}

/*.panel-body div:last-child, .panel-body ul:last-child {margin-bottom: 0 !important}*/

.option {
    margin-bottom: 15px
}

.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh
}

.fullscreen .panel, .fullscreen .panel-body {
    height: 100%
}

.fullscreen iframe {
    height: 100% !important
}

.noscroll, .noscroll body {
    height: 100%;
    overflow: hidden
}

.navbar-blue {
    background: #053566;
    border: none
}

.no-bottom-margin {
    margin-bottom: 0
}

.monospace {
    font-family: "Courier New", Courier, monospace;
    font-size: 15px !important
}

.modal {
    text-align: center;
    padding: 0!important;
}

.doc_category {
    cursor: pointer
}

.doc_category:hover {
    background: #efefef
}

.doc_category:hover .btn_update_category_show {
    display: block
}

.title:hover {
    color: #337ab7
}

.doc_category.current {
    font-weight: bold
}

.navbar-nav a {
    color: white
}

.pagination {
    margin: 0
}

.main-footer {
    padding: 10px 15px 5px;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: gray;
    background: none
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.navbar-header, .navbar-nav>li {
    float: left !important
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.icon-big {
    font-size: 180%
}

.showContact:hover {
    background: #fcf8e3 !important
}

.small-heading {
    padding: 5px 15px 0
}

.small-body {
    padding: 5px 15px
}

.list-group-item.field {
    margin-bottom: 15px;
}

.showContact td {
    overflow: hidden;
    white-space: nowrap
}

.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-image: linear-gradient(to bottom, #080808 0px, #0f0f0f 100%);
    background-repeat: repeat-x;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25) inset;
}

.table-layout-fixed {
    table-layout: fixed
}

.tree .expand, .tree .parent {
    background: white url(../img/expand.png) 0px 9px no-repeat
}

.tree .expand ul {
    display: none
}

.tree ul {
    border: none;
    margin: 0;
    padding: 0 0 0 5px;
}

.tree ul li {
    background: white;
    list-style-type: none;
    padding: 5px 0 0 15px;
    position: relative
}

.label-tag {
    font-family: courier;
    min-width: 40px;
    margin-right: 10px;
    padding-top: 4px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: normal
}

.scrollarea {
    height: 400px;
    overflow-y: scroll
}

.folder_select>ul li ul {
    display: none
}

.selected_cat {
    font-weight: bold;
    color: orange
}

.column-text-3 {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
}

/* JQuery UI */

.ui-sortable-helper {
    cursor: ns-resize
}

.ui-state-highlight {
    content: "drop here";
    background-color: #fff;
    border: 1px dashed orange;
    display: block;
    margin: 2px 0 1px;
    padding: 10px 15px;
    height: 41px
}

.no-border {
    border: none !important;
}

#loading {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 20000;
    background: rgba(255, 255, 255, 0.5) url(/img/ajax-spinner.gif) center center no-repeat;
}

.blind, .hidden {
    display: none
}

.modal-footer {
    background: #f5f5f5;
    border-radius: 0 0 6px 6px
}

.modal-large {
    width: 70vw !important
}

.nowrap {
    white-space: nowrap
}

.pointer {
    cursor: pointer
}

.highlight {
    background: yellow
}

input:disabled+small {
    color: #bbb
}

/* spinner */

#curtain {
    position: fixed;
    top: 0;
    z-index: 10000;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6)
}

.spinner {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-menu {
    white-space: nowrap;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.bg-light {
    background: #f5f5f5;
}

.text-light {
    color: #888;
}

.comment-heading {
    background: #f5f5f5;
    padding: 10px 15px;
    margin: -10px -15px 10px -15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

#posts_table .initials {
    position: absolute;
    left: -47px;
    color: white;
    background: #3c763d;
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    top: 4px;
    width: 32px;
    height: 32px;
}

.post-content td {
    padding: 15px 0 !important;
}

.customfield-checkbox {
    text-align: left;
    background: #eee;
    padding: 6px 10px 6px;
    margin-top: 0 !important;
    border-radius: 4px;
    border: #aaa solid 1px;
}

.field-inline {
    display: inline-block;
}

.margin-left {
    margin-left: 10px;
}

.margin-right {
    margin-right: 10px;
}

.input-field {
    position: relative;
}

.relative {
    position: relative;
}

.input-field label {
    margin-top: 15px;
}

.del-comment {
    position: absolute;
    left: -42px;
    top: 7px;
}


#attachment_list .label {
    display: inline-block;
    min-width: 40px;
    margin-right: 8px;
}

#attachment_list:before {
    position: absolute;
    left: 4px;
    color: white;
    background: #e95b09;
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    top: 4px;
    width: 32px;
    height: 32px;
    font-family: 'Glyphicons Halflings';
    content: "\e142"
}

#show_post .list-group {
    box-shadow: none;
    -moz-box-shadow: none;
}

#comment_list, #attachment_list {
    padding-left: 50px;
}

#modal_from .comment-heading {
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    background-repeat: repeat-x;
}

/* #posts_table tbody tr.post:nth-child(3n+1) {
    background: #f1f1f1;
} */

.ui-sortable-helper {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    background: white
}

.ui-state-highlight {
    background: none;
    border: none;
}

/* will be obsolete */

ul {
    border: none
}

li {
    padding: 0
}

li:nth-child(2n+1) {
    background: unset
}

th {
    font-weight: bold
}