body {
    text-transform: uppercase;
}

input {
    text-transform: uppercase;
}

select {
    text-transform: uppercase;
}

.amountdisp {
    text-align: right;
}

.notransform {
    text-transform: none;
}

textarea {
    text-transform: uppercase;
}

select option:hover {
    background: red;
    outline-color: red;
    background-color: red;
    box-shadow: inset 20px 20px red
}

.evalcaption {
    font-size: 11px;
    font-weight: bold;
    color: gray;
    border-spacing: 8px;
}

.evalvalue {
    font-size: 10px;
    color: gray;
}

.tablefluid {
    width:50%;
    margin-bottom: 1rem;
}

/* your styles go here */
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.image-preview-input-title {
    margin-left: 2px;
}

.slider-holder {
    width: 600px;
    height: 350px;
    background-color: yellow;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    overflow: hidden;
}

.image-holder {
    width: 2400px;
    background-color: red;
    height: 400px;
    clear: both;
    position: relative;
    -webkit-transition: left 2s;
    -moz-transition: left 2s;
    -o-transition: left 2s;
    transition: left 2s;
}

.slider-image {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#slider-image-1:target ~ .image-holder {
    left: 0px;
}

#slider-image-2:target ~ .image-holder {
    left: -800px;
}

#slider-image-3:target ~ .image-holder {
    left: -1600px;
}

.button-holder {
    position: relative;
}

.slider-change {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: brown;
}

/* Border and background div */
.back_design {
    Border: 1px solid #3399ff;
    background-color: #ffffe6;
    padding: 10px;
}

.my-notify-info {
    color: #00529B;
    background-color: #BDE5F8;
}

.my-notify-success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.my-notify-warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.my-notify-error {
    color: #D8000C;
    background-color: #FFD2D2;
}

.nav-side-bar-active {
    color: brown !important;
    text-decoration: none;
    background-color: #ddd;
}

.nav-side-bar-submenu-active {
    color: brown !important;
    text-decoration: none;
    background-color: #ddd;
}

ul .nav-submenu {
    font-size: 11px;
    color: aqua;
    padding-left: 20px;
    background-color: #DB0007;
}



.modal-content {
    height: auto !important;
    /*max-height: calc(100vh - 180px) !important;*/
}

.number-align-right {
    text-align: right;
    white-space: normal;
    word-wrap: break-word;
}

#image-preview {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
}

    #image-preview input {
        line-height: 100px;
        font-size: 100px;
        position: absolute;
        opacity: 0;
        z-index: 10;
    }

    #image-preview label {
        position: absolute;
        z-index: 5;
        opacity: 0.8;
        cursor: pointer;
        background-color: #bdc3c7;
        width: 200px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        text-transform: uppercase;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }
