﻿legend {
    text-align: center;
    color: #e35d11;
    border-bottom: 1px solid #e35d11;
    font-size: 18px;
}

textarea{
    resize:none !important;
    min-height:100px !important;
}

.LoadingIcon {
    width: 47px;
    display: none;
}

.input-group-success {
    background-color: #38d250;
}

.input-group-danger {
    background-color: #ff473d;
}

    .input-group-success i,
    .input-group-danger i {
        color: #fff !important;
    }

.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

    .AlseinTable td {
        padding: 0 3px;
    }

        .AlseinTable td:first-child {
            width: 12px;
            color: #ff0000;
        }

        .AlseinTable td:nth-child(2) {
            background: rgba(27,118,187,1);
            background: -moz-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,118,187,1)), color-stop(0%, rgba(27,118,187,1)), color-stop(100%, rgba(38,168,224,1)));
            background: -webkit-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
            background: -o-linear-gradient(top, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
            background: linear-gradient(to bottom, rgba(27,118,187,1) 0%, rgba(27,118,187,1) 0%, rgba(38,168,224,1) 100%);
            color: white;
            border-radius: 3px;
            text-align: center;
            width: 150px;
            vertical-align: middle;
        }
