.nav-sub-menu {
    line-height: 0.5;
}

.createButton {
    float: right;
}

.registry_status_icon  {
    text-decoration: none;
    color: #343a40 !important;
    font-size: 2rem;
}

.registry_status_icon_active {
    color: #a7d158 !important;
}

.image_preview {
    /*display:block;
    max-width: 100%;
    margin:0 auto;*/
    width: 100%; 
    height: 100%;
    /*margin-top: 5px;
    margin-bottom: 5px;*/
}

.icon-modal-image {
    cursor: pointer;
}

.dashboard_totals {
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
    text-align: center;
}

.form-input-danger {
    background-color: rgb(248, 215, 218) !important;
}

.form-input-success {
    background-color: rgb(212, 237, 218) !important;
}

.form_label_detail {
    font-size: 0.8rem;
}

th.dt-center, td.dt-center { 
    text-align: center; 
}

/*FORM BLOCK*/

.add_custom_block_box {
    width: 30px;
    height: 30px;
    /*margin-left:auto;
    margin-right:5px;*/
    margin-top:5px;
    margin-bottom:15px;
}

.add_custom_block_box .btn {

}

.custom_block_form_group {
    border: 1px solid #ced4da; 
    border-radius: .25rem;
    padding-left: 5px;
    padding-right: 5px;
}

.custom_block_remove {
    width: 30px;
    height: 30px;
    margin-left:auto; 
    margin-right:5px;
    margin-top:5px;
}

.custom_block_remove .btn {
    font-size: 0.8rem;
    line-height: 1;
}

#addCustomBlockModal .modal-dialog {
    max-width: 600px;
    /*margin-top: 10rem;*/
}

.custom_block_modal_item {
    margin: 0 auto;
    margin-left: 17px;
    margin-top: 15px;
    cursor: pointer;
    float: left;
    /*width: 120px;*/
    height: 50px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-align: center;
    font-size: 2rem;
    color: #495057;
    padding-left: 10px;
    padding-right: 10px;
}

.custom_block_modal_item:hover {
    background-color: #007bff;
}

.custom_block_modal_item .divider {
    border-left:2px solid #000; 
    margin-left: 8px;
    margin-right: 8px;
    color: #495057;
}

.article_image_preview {
    display:block;
    max-width: 100%;
    margin:0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.article_video_preview {
    display:block; 
    max-width: 100%;
    margin:0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.article_index_btn  {
    text-decoration: none;
    color: #343a40 !important;
    font-size: 2rem;
}

.article_index_btn_active {
    color: #a7d158 !important;
}

.article_title_cut {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom_block_form_group p img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}

.show .card-header {
    /*padding: .75rem 1.25rem;*/
    padding: 0;
}

.show .card-header p {
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.copy-btn {
    cursor: pointer;
}

.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}
