﻿.btn {
    text-shadow: 1px 1px 2px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

.alert2 {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 1px;
}

.alert2-warning {
    color: #c09853;
    background-color: #fcf8e3 !important;
    border-color: #fbeed5;
}

.alert2-danger {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.alert2 .btn{
    margin-top: -5px;
}

.modal-backdrop{
    display: none;
}

#basicModal .modal-dialog  {width:55%;}

.m-t{

}

.scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 100%;
    white-space: nowrap;
}


.scrollVertical {
    padding: 5px;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: nowrap;
}

.d-flex {
    display: flex;
}

.justify-content-end {
    justify-content: end;
}

.mx-2 {
    margin-left: 4px;
    margin-right: 4px;
}