.fieldset {

    background-color: #ffffff;
    padding: 7px;


}

.listManagers .fieldset {
    font-size: 13px;
    color: rgb(114, 124, 137);
}

.tableFormDetails {
    padding: 0 10px;
    color: rgb(114, 124, 137);
}

table.editTableBlocks {
    max-width: 1400px;
    font-size: 12px;
    background-color: inherit;
}

.popupEmployees table.editTableBlocks {
    width: 100%;
}

table.editTableN {
    width: 100%;
}

table.editTableN .ui-helper-hidden-accessible {
    display: none;
}

table.inputTable input[type="submit"] {
    margin-left: 300px;
    font-size: 20px;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    border: none;
}


table.inputTable input[type="submit"].kit {
    font-weight: 400;
    font-size: 18px;
}

.fieldset .editTableN td {
    padding: 3px 6px;
}

.fieldset .editTableN tr.importantField td:first-child {
    font-family: "Trebuchet MS", Arial,  sans-serif;

    color: #000;
}

.legend {
    font-size: 14px;
    color: #37414F;

    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.fieldset input, .fieldset select {
    /* font-family: "Trebuchet MS", Arial; */
    /* font-size: 11px; */

    border: 1px solid #ddd;
    color: #444;
    padding: 2px;
    border-radius: 2px;
}
.importantField, .fieldset .importantField input, .fieldset .importantField select {
    font-size: 14px;

}

.editTableBlocks  > tbody > tr >  td {
    vertical-align: top;
    padding: 10px;
}

.editTableN td {
    padding: 2px 6px;
}

.editTableN td:first-child {
    color: #868686;
}

.editTableN.withoutGlobalStyles td:first-child {
    text-align: unset;
}

fieldset {
    border: 1px solid #D4D0C8;
    margin: 5px 5px 10px;
    padding: 5px
}

fieldset legend {
    color: #B1AEA7;
    font-weight: 700;
}

.legend.select2div select {

    min-width: 200px;
    font-size: 12px;

}

.legend.select2div > span {
    font-size: 12px;
    margin-left: 20px;
    display: inline-block;
}

/* Метро */

.dropdownContent {
    display: none;
    position: absolute;
    margin-top: 20px;
    background-color: #fff;
    min-width: 400px;
    padding: 15px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    color: #444;
    margin-left: -10px;
    cursor: auto;
}

ul.body {
    display: block;
}

ul.body > li {
    display: inline-block;
    vertical-align: top;
}

ul.line {
    margin: 0;
    padding: 0;
}

ul.line > li {
    padding-left: 10px;
    list-style: none;
}

ul.line > li label {
    display: inline-block;
    padding-left: 10px;
}

span.line-head {
    display: block;
    padding: 10px;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
}

span.line-head:hover {
    color: #d6313a;
}

span.line-head.line0:hover,
span.line-head.line1:hover,
span.line-head.line2:hover,
span.line-head.line3:hover,
span.line-head.line4:hover,
span.line-head.line5:hover {
    color: #000;
}


.line-head.line1 {
    background-color: #ff0101;
    color: #fff;
}

.line-head.line2 {
    background-color: #0071ba;
    color: #fff;
}

.line-head.line3 {
    background-color: #009245;
    color: #fff;
}

.line-head.line4 {
    background-color: #fbaa20;
    color: #fff;
}

.line-head.line5 {
    background-color: #662d92;
    color: #fff;
}

.line-head.line0 {
    background-color: #928e8d;
    color: #fff;
}

/* Агенты */

ul.agentList {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

.leadCount {
    background-color: #4f8654;
    padding: 2px;
    border-radius: 1px;
    display: inline-block;
    color: #fff;
}

.objectOption {
    background-color: #C5D8E4;
    padding: 2px;
    border-radius: 2px;
    display: inline-block;
    /* color: #fff; */
    font-size: 10px;
    font-weight: bold;

}

tr td.id {
    color: #b1b1b1;
}

.needsApproval {
    background-color: #fff99c;
}

.needsApproval.announce {
    display: inline-block;
    font-size: 15px;

    padding: 6px;
}

.rejectBlock {
    background-color: #ffebee;

    padding: 15px;
    margin: 10px 0;

}

.rejectBlock .rejectTitle {
    font-size: 15px;

}

.rejectBlock div {
    padding: 10px 0;
}

tr.objectUnapproved td {
    background-color: #ffc1b2;
}

tr.objectUnmoderated td {
    background-color: #fff3bf;
}


ul.agentList {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    padding-left: 0;
}

ul.agentList label {
    display: inline-block;
    padding-left: 10px;
}

ul.agentList li div > input:checked + label, ul.body li input:checked + label {
    font-weight: 600;
}

.bukva {
    width: 16px;
    display: inline-block;
    font-weight: 700;
}

#fixedFormClear, #topFormClear {
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #d6313a;
}

.country .selectHeader {
    background-color: rgba(0, 0, 0, 0);
    color: black;
}

.country .selectList {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}


.dropdownContent {
    display: none;
    position: absolute;
    margin-top: 20px;
    background-color: #fff;
    min-width: 400px;
    padding: 15px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    color: #444;
    margin-left: -10px;
    cursor: auto;
}

ul.body {
    display: block;
    padding-left: 0;
}

ul.body > li {
    display: inline-block;
    vertical-align: top;
}

ul.line > li, ul.agentList > li {
    padding: 3px 6px;
    list-style: none;

}

ul.agentList > li > div {
    display: inline-block;
}

ul.line > li label {
    display: inline-block;
    padding-left: 10px;
}

.popupSearchHeader {
    margin-top: 10px;
    font-weight: 600;
}

.moveObjectToOther {
    color: #08819B;
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
}

.object_youtubeLink input {
    width: 300px;
}
