﻿.bulet {
    width: 16px;
    position: absolute;
    top: 63px;
    left: 30px;
}

.roundChecked:first-of-type {
    border: 4px #890202 solid !important;
}

.roundChecked {
    width: 16px;
    /*height: 16px;*/
    height:17px;
    border-radius: 50px;
    border: 4px #222D64 solid;
    border-width: 4px;
    border-style: solid;
}

.roundCheckedRed {
    width: 16px;
    /*height: 16px;*/
    height: 17px;
    border-radius: 50px;
    border: 4px #890202 solid !important;
    border-width: 4px;
    border-style: solid;
}

.lineChecked {
    width: 3px;
    height: 57px;
    background-color: #222D64;
    margin: auto 6px;
}

.lineUnChecked {
    width: 3px;
    height: 56px;
    background-color: #c2bfbf;
    margin: auto 6px;
}

.roundUnChecked {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    border: 4px #c2bfbf solid;
    border-width: 4px;
    border-style: solid;
}

.milestoneCol
{
    margin-right:35px;
}




.full-size {
    width: 100%;
}

    .full-size .inner-panel {
        background-color: white;
        padding-left: 20px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        display: flex;
        min-height: 50px !important;
        max-height: 50px !important;
    }

        .full-size .inner-panel .action-btn {
            background-color: #415dab;
            font-size: 14px !important;
            font-weight: 600;
            width: 89px;
            height: 24px;
            padding: 3px 4px;
            color: white;
        }

        .full-size .inner-panel .mail-btn {
            background-color: white;
            font-size: 14px !important;
            border: 1px solid #415dab;
            font-weight: 600;
            width: 104px;
            height: 24px;
            padding: 3px 4px;
            color: #415dab;
        }

.desc-line {
    color: #3b3f48;
}

.desc-bold {
    color: #606975;
    font-size: 15px;
}

.full-size .inner-panel .center {
    margin: auto;
}

.full-size .inner-panel .sign {
    color: #222d65;
    font-size: 22px;
}

.inner-panel
{
    height:80px !important;
}

/*.lineChecked:last-of-type {
    background-color: #890202;
}*/





/*div.lineChecked:last-of-type {
    background-color: #890202;
}*/

.containerHeader {
    display: flex;
    justify-content: space-between;
}

.columnHeader {
    width: 25%;
}





