﻿.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    z-index: 100000;
}

    .loader > div {
        position: fixed;
        top: 50%;
        left: 50%;
    }

.text-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

textarea {
    height:100px !important;
}

.buttonList{
    margin:5px;
}

.modal_background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    z-index: 100000;
}

input.uppercase {
    text-transform: uppercase;
}

.modal-dialog {
    margin: 10% auto;
}