/*
select
{
	height:200px;
}
*/
.table {
    margin-top: 30px;
}

.table .labels {
    text-align: right;
    width: 200px;
}

.table td {
    padding: 0 8px;
    border: 0;
    padding-bottom: 8px;
}

.table td:nth-child(2) {
    vertical-align: middle;
}

.table td input {
    margin-bottom: 0;
}

.table td input[type='text'] {
    height: 25px;
}

.table td .input-xlarge {
    width: 96%;
}

.errors {
    color: red;
}

.customer_type_selection_label {
    color: rgb(102, 102, 102);
}

label input[type='radio'] {
    vertical-align: baseline;
}

#company-city {
    width: 305px;
}

#company-categories {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 250px;
    overflow: scroll;
    width: 282px;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

#company-categories ul {
    list-style: none;
    margin: 3px;
    cursor: default;
    width: 100%;
}

#company-categories li {
    white-space: nowrap;
}

#company-categories li.Optgroup span {
    font-weight: bold;
}

#company-categories li.Optgroup ul li {
    padding-left: 15px;
}

#company-categories li.selected {
    background: #328efe;
    color: #000;
}

img#banner {
    position: relative;
    top: 160px;
}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 1px solid #000;
}

#category_jstree {
    border: 1px solid #000 !important;
}

.signup_agreement {
    display: none;
}

@media (max-width: 979px) {
    #content-sign-up label {
        color: #000;
    }
}
.alert-error{
    color: #b94a48 !important;
}