﻿.errorClassRed {
    color: #ff0000;
}

.errorEmptyRed {
    border-color: red;
}

.successEmptyGreen {
    border-color: green;
}

.navbar-inverse {
    background-color: #622e88;
    border-color: #622e88;
}

.custom-textbox {
    width: 140px;
    height: 36px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.top15 {
    margin-top: 15px;
}

.is-visible {
    visibility: hidden;
}

.remove-link {
    position: absolute;
    left: 13px;
    top: 55px;
    font-size: 11px;
    color: red;
    cursor: pointer;
}

.width-250 {
    width: 250px;
}

.width-200 {
    width: 200px;
}

.red-link {
    color: #ff0000;
}

    .red-link:hover {
        color: #ff0000 !important;
    }

.answer-delete {
    padding: 0 15px 0 6px;
}

.margin-left-40 {
    margin: 0 10px 0 40px !important;
}

.margin-left-10 {
    margin: 0 10px 0 10px !important;
}

.margin-left-73 {
    margin: 0 10px 0 73px !important;
}

.black-text {
    color: #000000 !important;
}

.min-height-table {
    min-height: 225px;
}

.error-border {
    border: 2px solid #ff0000;
}

.success-border {
    border: 1px solid #ddd;
    /*border: 1px solid green;*/
}
