/**
 * Raeder main style sheet
 */
 .menu-btn {
    color: #28a745;
    padding: 16px;
    font-size: 20px;
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: none;
    background: space;
 }
 .dropdown-menu {
    position: relative;
    display: inline-block;
    border: none;
    background-color: #f8f9fa;
    min-width: unset;
 }
 .menu-content {
    display: none;
    position: absolute;
    background-color: #e1e6eb;
    min-width: 190px;
    z-index: 1;
 }
 .menu-content a{
    text-decoration: none;
    cursor: pointer;
 }
 .links,.links-hidden{
    display: inline-block;
    color: #28a745;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
 }
 .links-hidden{
    display: block;
 }
 .links{
    display: inline-block;
 }
 .links-hidden:hover,.links:hover {
    color : #f8f9fa;
    background-color: #28a745;
 }
 .dropdown-menu:hover .menu-content {
    display: block;
 }

input.deleteRow {
    width: 20px;
    height: 20px;
    accent-color: #28a745;
}

input.checkall {
    width: 15px;
    height: 15px;
    accent-color: #28a745;
}
.delete-button {
    position: absolute;
    left: 50%;
    top: 178px;
    z-index: 5;
}

#wrapper {
    width: 100%;
    margin: 0;
} 
.raeder-login-users {
    width: 50%;
}
.green-input {
    border: 1px solid #28a745 !important;
}
.red-input {
    border: 2px solid red !important;
}
.logo {
    padding-top: 14px;
}
.imagelogo {
    width: 100px;
    height: 125px;
}
.append-images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}
.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin: 0 2px 12px 2px;
    border: 1px solid #1c7430;
 }
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
 }
.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
 }
 .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
 }
 .image-select-label {
    color: #28a745;
    font-size: 15px;
    margin-top:33px;
    margin-left:-12px;
    width:335px;
 }
.free-text-label {
    color: #28a745;
    font-size: 15px;
}
.free-text::placeholder {
    color: #28a745;
    font-size: 14px;
}
.add-note label {
    color: #28a745;
    font-size: 15px;
}
#note_box {
    color: green;
    font-size: 14px;
}
#note_box:focus {
    outline: none !important;
    border: 1px solid #28a745;
}
.border-green-class {
    border: 1px solid #28a745;
}

#admin-table {
    padding-top: 15px;
    padding-bottom: 10px;
}
#ms-uploads{
    width: 100%;
    border: 1px solid #28a745;
}
#ms-uploads th{
    color: #28a745;
}
#ms-uploads td{
    border: none;
    border-right: 1px solid #28a745;
    border-left: 1px solid #28a745;
}

#ms-uploads_length label, #ms-uploads_filter label, #ms-uploads_info, .page-link {
    color: #28a745 !important;
}

.page-item.active .page-link {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff !important;
}
.tooltipMS {
    color: #000;
}
.tooltipMS:hover {
    text-decoration: none;
    color: #28a745;
}

.tooltip-inner {
    padding: 20px;
    color: #28a745;
    text-align: center;
    background-color: #ffffff;
    border-radius: .25rem;
    border: 2px solid #28a745;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #28a745;
}
.element-width{
    width: 100%;
    max-width: 330px;
}
#choose {
   position: absolute;
   top: 0%; 
}