
footer#home {
    padding-top: 10px;
}
#logo_home h1 a {
    width: 120px;
    background-image: url(../img/TeamsToWork.jpg);
    background-size: 120px 35px;

}

#left_form p {
    line-height: 26px;
}
#left_form {
    background-color: #005A99;
    min-height: 460px;
    color: #fff;
    padding: 70px 50px 30px;
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -45px;
    margin-top: -51px;
    margin-bottom: -30px;
}

.table-responsive th{
    text-align: center !important;
}

.table-responsive .radio_input label {
    margin: 0 auto;
    text-align: center;
}

#top-wizard {
    margin-left: 0;
}

.radio-td {
    width: 11%;
    text-align: center;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    position: relative;
}

ol.vertical li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: white;
    background: #B9C60C;
    cursor: pointer;
    margin-left: -35px;
    
}
.dragged {
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 2000; }

.placeholder {
    background-color: #7E7976 !important;
}
ol.simple_with_animation {
    border: 1px dotted lightgray;
    border-radius: 5px;
    list-style: armenian;
}
ol.vertical {
    margin: 0 0 9px 0;
    min-height: 50px;
    margin-bottom: 50px;
}
ol {
    list-style-type: none;
}

@media only screen and (max-width: 990px) {
    #left_form {
        margin-left: -45px;
        margin-top: -36px;
    }
    .reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}


@media only screen and (max-width: 479px) {

}