﻿textarea {
    resize: none;
}

.margin-top-20 {
    margin-top: 20px;
}
.marginTop-26{
    margin-top:26px;
}
.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;
}

.errorMessage {
    display: block;
    font-size: 14px;
    height: 20px;
    color: red;
    margin-top: 7px;
}

.create-btn {
    padding: 3px 5px !important;
}

.choose-btn {
    padding-left: 0px !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.marginTop20 {
    margin-top: 20px !important;
}

.margin-bottom10 {
    margin-bottom: 10px !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;
}

.strong {
    font-weight: bold;
}

.trip-image {
    width: 100%;
    margin-bottom: 10px;
}
.marginTop-245 {
    margin-top: 245px;
}
.marginTop-150 {
    margin-top: 150px;
}
.width100 {
    width: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.error-div {
    display: block;
    height: 20px;
    color: red;
}

.pointer {
    cursor: pointer;
}