.addcompOuter {
    background-color: #F2F2F2;
    padding-bottom: 3em;
}

.addcompOuter h1 {
    margin: 75px 0 35px 0;
    font-weight: 500;
    font-size: 36px;
    color: #1A6DBB;
}

.addcompOuter .introtext {
    font-size: 16px;
    color: #686868;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 35px 0;
}

.addcompOuter .addcompcol img {
    width: 50%;
    margin: 22px 0 12px 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.addcompOuter .addcompcol p {
    font-size: 22px;
    font-weight: 500;
}

.addcompOuter .addcompcol p span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 12px 0 0 0;
    color: #808080;
}

.addformOuter {
    margin-top: 55px;
    margin-bottom: 35px;
}

.addformOuter label {
    font-size: 1.2rem;
}

.add-plus {
    display: inline-block;
    margin-left: .3rem;
    cursor: pointer;
}

.add-plus i {
    color: #627500;
}
.remove-minus {
    position: absolute;
    right: -8px;
    bottom: 5px;
    cursor: pointer;
    width: 15px;
    padding-left: 0px;
}

.remove-minus.work-elements {
    right: 25px;
    bottom: 12px;
}

.remove-minus.top {
    bottom: unset;
    top: 39px;
}

.remove-minus i {
    color: #8e0010;
}

.additionalForms {
    position: relative;
}

.form-control {
    padding: 0.375rem 0.55rem;
}

.form-control.small {
    display: inline-block;
    width: 28%;
}

/* .work input[type=checkbox] {
    display: none;
}

.work input[type=checkbox]+label {
    display: inline-block;
    margin: -2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.work input[type=checkbox]:checked+label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(37, 45, 58, 0.15), 0 1px 2px rgba(37, 45, 58, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(37, 45, 58, 0.15), 0 1px 2px rgba(37, 45, 58, 0.05);
    box-shadow: inset 0 2px 4px rgba(37, 45, 58, 0.15), 0 1px 2px rgba(37, 45, 58, 0.05);
    background-color: rgb(133, 141, 154);
    color: #FFFFFF;
} */

.octo-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.octo-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.octo-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.octo-checkbox:checked+label::before {
    border-color: #252D3A;
    background-color: #252D3A;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    cursor: pointer;
}

/* стили при наведении курсора на checkbox */
.octo-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: rgba(52, 144, 220, 0.25);
    cursor: pointer;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.octo-checkbox:not(:disabled):active+label::before {
    background-color: rgba(52, 144, 220, 0.25);
    border-color:rgba(52, 144, 220, 0.25);
}
/* стили для чекбокса, находящегося в фокусе */
.octo-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.octo-checkbox:focus:not(:checked)+label::before {
    border-color: rgba(52, 144, 220, 0.25);
}
/* стили для чекбокса, находящегося в состоянии disabled */
.octo-checkbox:disabled+label::before {
    background-color: rgba(52, 144, 220, 0.25);
}

.panel-title a:hover {
    color: #858D9A;
}

.show-margin {
    margin-left: 1em;
}

.list-box,
.list-box-create
{
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid;
    border-radius: 3px;
    z-index: 9;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    padding: 0.375rem 0;
}

.list-box ul,
.list-box-create ul
{
    padding-left: .1rem;
    margin-bottom: 0;
}

.list-box ul li,
.list-box-create ul li
{
    list-style: none;
    padding: 0 0.55rem;
    height: 1.5rem;
    cursor: pointer;
}

.list-box ul li:hover,
.list-box-create ul li:hover
{
    background-color: #495057;
    color: #FFFFFF;
}

ul.addfilterelementul,
ul.createfiltercityul {
    padding: 0;
}

ul.addfilterelementul li,
ul.createfiltercityul li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    margin-right: 1rem;
}

ul.addfilterelementul li span,
ul.createfiltercityul li span {
    padding: 0 .5rem;
    border: 1px solid #ced4da;
    border-radius: .3rem 0 0 .3rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
}

ul.addfilterelementul li i.fas.fa-times,
ul.createfiltercityul li i.fas.fa-times {
    padding: 0 .5rem;
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 0 .3rem .3rem 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

ul.addfilterelementul li i.fas.fa-times:hover,
ul.createfiltercityul li i.fas.fa-times:hover {
    background-color: #8e0010;
    color: #FFFFFF;
    line-height: 1.4;
}

.comma-hidden {
    display: inline-block;
}

.comma-hidden:last-child {
    display: none;
}