div.main-cont-proactive-div {}
div.main-cont-proactive-div > div {}
div.main-cont-proactive-div > div > h2 {
    padding: 20px 0;
}


div.proactive-sub-title-div {}
div.proactive-sub-title-div > p {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #505D6A;
}


div.proactive-search-inp-div {
    display: flex;
    align-items: center;
}
div.proactive-search-inp-div > input {
    height: 106%;
}
div.proactive-search-inp-div > input:focus,
div.proactive-search-inp-div > input:active {
    border-color: transparent !important;
    outline: none;
    box-shadow: none !important;
}
div.proactive-drop-boxes {
    padding: 33px 0;
}
div.proactive-drop-boxes > div {}
div.proactive-drop-boxes > div > div {}



div.proactive-schedule-cont-div {
    min-height: 70vh;
}
div.proactive-schedule-cont-div > div {
    padding-bottom: 90px;
}

table.table-proactive {
    width: 100%;
    border-radius: 5px;
}
table.table-proactive > thead {}
table.table-proactive > thead > tr {}
table.table-proactive > thead > tr > th {
    padding: 0 12px;
    background-color: #fff;
    text-align: left;
    /*color: #000;*/
    border: 1px solid #e6e4e4;

    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    text-transform: uppercase;
    color: #112D49;
}

table.table-proactive > tbody {}
table.table-proactive > tbody > tr {}
table.table-proactive > tbody > tr > td {
    padding: 12px 12px;
    background-color: #fff;
    text-align: left;
    /*color: #000;*/
    border: 1px solid #e6e4e4;

    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #505D6A;
}

td.up-down-eerow-td {}
td.up-down-eerow-td > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding-right: 30%;
}
td.up-down-eerow-td > div > span {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}
td.up-down-eerow-td > div > img  {}

div.percent-div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
div.percent-div > div {
    background: #112D49;
    border-radius: 4px;
    height: 8px;
}

div.proactive-search-inp-div > form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
input.proactive-search-inp {
    height: 106%;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #7C8792;
    padding-left: 5%;
}

















