﻿textarea {
    resize: none;
}

.divParentMenu {
    border: 1px solid #e1e1e1;
    padding: 5px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #e1e1e1;
    width: 100%;
}

.marginTop-5 {
    margin-top: 5px;
}

.width-30 {
    width: 30%;
}

.pointer {
    cursor: pointer;
}

.marginBottom-10 {
    margin-bottom: 10px;
}

.marginTop-32 {
    margin-top: 32px;
}

.select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 37px !important;
}

.marginTop-3 {
    margin-top: 3px;
}

.updateStage .select2-container {
    width: 100% !important;
}

.hide {
    display: none !important;
}

.error-div {
    display: block;
    height: 20px;
    color: red;
}

.logo-padding {
    padding: 6.5rem 1rem !important;
}

.divImage {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteImage {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.hidden {
    display: none !important;
}

.hidden-field {
    height: 0;
    width: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}
/*
a{
    color: yellow!important;
}*/