﻿.error {
    color: red;
}

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.7);
    z-index: +100 !important;
    width: 100%;
    height: 100%;
    position: absolute; 
}

    .ajax-loader img {
        position: relative;
        top: 50%;
        left: 50%;
    }
.text-center
{
    text-align:center!important;
}
.error
{
    color:red;
}
.note
{
    font-style:italic;
    color:#b200ff;
}


@media screen and (max-width: 580px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }
}

/*.wrapper {
    margin: 0 auto;
    padding: 40px;
    padding: 40px;
    max-width: 800px;
}*/

.table_resp {
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
}

@media screen and (max-width: 580px) {
    .table_resp {
        display: block;
    }
}

.row_resp {
    display: table-row;
    background: #f6f6f6;
}

    .row_resp:nth-of-type(odd) {
        background: #e9e9e9;
    }

    .row_resp.header_resp {
        font-weight: 900;
        color: #ffffff;
        background: #ea6153;
    }

    .row_resp.green_resp {
        background: #27ae60;
    }

    .row_resp.blue_resp {
        background: #2980b9;
    }

@media screen and (max-width: 580px) {
    .row_resp {
        padding: 14px 0 7px;
        display: block;
    }

        .row_resp.header_resp {
            padding: 0;
            height: 6px;
        }

            .row_resp.header_resp .cell_resp {
                display: none;
            }

        .row_resp .cell_resp {
            margin-bottom: 10px;
        }

            .row_resp .cell_resp:before {
                margin-bottom: 3px;
                content: attr(data-title);
                min-width: 98px;
                font-size: 10px;
                line-height: 10px;
                font-weight: bold;
                text-transform: uppercase;
                color: #969696;
                display: block;
            }
}

.cell_resp {
    padding: 6px 12px;
    display: table-cell;
}

@media screen and (max-width: 580px) {
    .cell_resp {
        padding: 2px 16px;
        display: block;
    }
}

.form-control-select {
    /*display: block;
    width: 100%;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #71748d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
    padding: .375rem .75rem;
}
.modal-title {
    font-weight: bold!important;
}

.modal-footer, .modal-header {
    background-color: #ddd!important;
}
