:focus {
    outline: none !important;
}

.btn {
    line-height: 1;
    border-radius: 0;
    color: #FFF;
    background: #00c288;
    transition: all 0.2s;
}

.btn:hover {
    color: #FFF;
    background: #00855d;
    transition: all 0.4s;
}

.btn:active,
.btn:focus {
    color: #FFF;
    box-shadow: none !important;
}

.btn-wrap {
    padding: 15px 0 30px;
    clear: both;
}

.btn-lg {
    padding: 15px 30px;
}

.btn .fa {
    font-size: 80%;
}



.form-horizontal {
    padding: 15px;
}

.form-group {
    margin: 0 0 20px;
}
.form-group .errorlist {
    margin: 5px 0 5px;
}

.form-group.error {
    xcolor: #ff6c5f;
}
.form-group.error input[type="text"],
.form-group.error input[type="email"],
.form-group.error input[type="password"],
.form-group.error input[type="number"],
.form-group.error textarea,
.form-group.error select,
.form-group.error .selectize-input {
    border-color: #ff6c5f;
}

.errorlist li:before {
    content: "\F00D";
    font-family: FontAwesome;
    margin-right: 3px;
}

.form-group .col-between {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: auto;
    line-height: 32px;
}

.help-block {
    color: #999;
    font-size: 14px;
    padding-top: 2px;
}

.form-group input, 
.form-group select,
.form-group textarea {
    border: 2px solid #EEE;
    padding: 8px 10px;
    background: #FFF;
    width: 100%;
    border-radius: 0;
}

.form-group textarea {
    height: 60px;
}

.form-group input[type="radio"], 
.form-group input[type="checkbox"] {
    width: auto;
}

.form-group option {
    padding: 8px 8px;
} 

.form-group label {
    font-weight: normal;
    padding: 10px 10px 0 15px;
    text-align: right;
}

.form-group .label-right {
    font-weight: normal;
    padding: 10px 10px 0 0;
    color: #999;
}

.form-group .radio-inline {
    padding: 0 !important;
}

.form-group .radio-inline label {
    padding-top: 0 !important;
}

.form-group .radio-inline ul {
    margin: 0;
    padding: 0;
}

.form-group .radio-inline li {
    list-style: none;
    display: inline-block;
    padding-left: 15px;
}

.form-group .radio-inline li label,
.form-group .radio-inline li input {
    cursor: pointer;
}

.form-group .radio-inline li input {
    width: auto;
    margin-top: 2px !important;
}


.form-horizontal .form-group .select2-container {
    min-width: 100% !important;
    width: 100%;
}

.form-horizontal .form-group .select2-selection {
    border-radius: 0;
    border: 2px solid #EEE !important;
    min-height: 40px !important;
}

.form-horizontal .form-group.error .select2-selection {
    border-color: #ff6c5f !important;
}

/*.form-horizontal .form-group .select2-container input {
    padding: 4px !important;
}
*/
.form-horizontal .form-group .select2-container li {
    border: 0 !important;
    padding: 4px 8px;
}

.form-horizontal .form-group .select2-container li.select2-selection__choice {
    background-color: #F2F2F2;
}

.input-group-addon {
    border: none !important;
    border-radius: 0 !important;
}

.select2-dropdown {
    border-radius: 0 !important;
    border: 2px solid #EEE !important;
}

/*.select2-selection__clear {
    display: none !important;
}
*/
.select2-search__field {
    border-color: #FFF !important;
}

.select2-selection--single {
    padding: 4px 2px !important;
}

.select2-selection--single span {
    color: #545461 !important;
}

.select2-selection__arrow {
    display: none !important;
}

.show-type-wrap,
.show-type,
.show-agent,
.show-occupation {
    display: none;
}

#id_comment {
    height: 140px;
}

#id_sale_comment {
    height: 140px;
}

.form-horizontal p.prompt {
    font-size: 18px;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid #EEE;
    padding-bottom: 15px;
}

.form-horizontal p.prompt.norule {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

i.num {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 14px;
    text-align: center;
    line-height: 27px;
    font-size: 18px;
    font-family: "ProximaNova-Regular";
    font-style: normal;
    color: #FFF;
    background: #DDD;
    background: #ADC552;
    margin: 0 7px 0 3px;
}


.autocomplete-suggestions { border: 2px solid #EEE; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 4px 10px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; cursor: pointer; }
.autocomplete-suggestions strong { font-weight: bold; }
