﻿.body-community {
    display: none;
}

.ruFakeInput, .ruButton.ruBrowse {
    height: inherit !important;
}
.margin-bottom-10 {
    margin-bottom:10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-top-2 {
    margin-top: 2px;
}
.margin-top-6 {
    margin-top: 6px;
}
.margin-top-4 {
    margin-top: 4px;
}
.margin-top-8 {
    margin-top: 8px;
}
.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}
.margin-left-2 {
    margin-left: 2px;
}

.margin-left-6 {
    margin-left: 6px;
}

.margin-left-4 {
    margin-left: 4px;
}

.margin-left-8 {
    margin-left: 8px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}
.margin-right-2 {
    margin-right: 2px;
}

.margin-right-6 {
    margin-right: 6px;
}

.margin-right-4 {
    margin-right: 4px;
}

.margin-right-8 {
    margin-right: 8px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}
/* The Modal (background) */
.sb-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.sb-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    max-width: 550px;
}

/* The Close Button */
.sb-modal-header .close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
}

    .sb-modal-header .close:hover,
    .sb-modal-header .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.sb-modal-header {
    padding: 6px 8px;
    background-color: #f8f8f8;
}
.sb-modal-header h5{
    text-align:center
}
.sb-modal-body {
    padding: 30px;
}

.sb-modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
}
.field .select2 {
    width: 100% !important;
}

.body-community .tags{
    border: 1px solid #d5d5d5;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}