body {
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-family: Segoe UI,Tahoma,Arial;
    font-size: 12px;
}

h3 {
    color: #b1b1b1;
    font-family: "Segoe UI",Tahoma,Arial;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    height: 15px;
    margin: 0 14px 0 0;
    overflow: hidden;
    cursor: pointer;
    direction: ltr;
}

    h3.selected {
        color: #666666;
    }

.guidance {
    color: #666666;
    font-family: "Segoe UI",Tahoma,Arial;
    font-weight: bold;
    font-size: 12px;
    display: block;
    height: 15px;
    margin: 10px 5px 0 0;
    overflow: hidden;
    cursor: pointer;
    direction: ltr;
}

#containerTab1 {
    display: block;
    width: 97%;
    padding: 5px 5px 5px 0;
    margin: 5px 0 0 0;
    height: 460px;
    -ms-grid-row: 1;
    overflow-y: scroll;
}
    #containerTab1.smaller {
        height: 265px;
    }

#containerNextBestActions {
    display: block;
    width: 95%;
    padding: 5px 5px 5px 0;
    margin: 0 0 0 0;
    height: 250px;
    overflow-y: scroll;
}

#containerTab2 {
    display: none;
    padding: 5px 5px 5px 0;
    margin: 5px 0 0 0;
    height: 460px;
    overflow-y: scroll;
}

#containerTab3 {
    display: none;
    padding: 5px 5px 5px 0;
    margin: 5px 0 0 0;
    height: 460px;
    overflow-y: scroll;
}

#containerTab4 {
    display: none;
    padding: 5px 5px 5px 0;
    margin: 5px 0 0 0;
    height: 460px;
    overflow-y: scroll;
}

.smallTile {
    position: relative;
    color: white;
    float: left;
    background-color: SaddleBrown;
    background-repeat: no-repeat;
    width: 105px;
    height: 105px;
    padding: 5px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.smallTileIcon {
    width: 48px;
    height: 48px;
    float: left;
    /*margin-bottom: 3px;*/
}

.smallTileZone1 {
    position: absolute;
    left: 50px; top: 2px;
    /*margin-left: 2px;*/
    width: 55px;
    height: 16px;
    text-align: right;
    overflow: hidden;
}

.smallTileZone2 {
    position: absolute;
    left: 50px; top: 18px;
    /*margin-left: 2px;*/
    width: 55px;
    height: 16px;
    text-align: right;
    overflow: hidden;
}

.smallTileZone3 {
    position: absolute;
    left: 50px; top: 34px;
    /*margin-left: 2px;*/
    width: 55px;
    height: 16px;
    text-align: right;
    overflow: hidden;
}

.smallTileTitle {
    position: absolute;
    left: 5px; top: 53px;
    display: block;
    float: left;
    height: 48px;
    width: 95px;
    text-align: left;
    text-wrap: normal;
    word-wrap: break-word;
    overflow: hidden;
}

.mediumTile {
    position: relative;
    color: white;
    float: left;
    background-color: SaddleBrown;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    padding: 5px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.mediumTileIcon {
    width: 48px;
    float: left;
}

.mediumTileZone1 {
    position: absolute;
    left: 50px; top: 2px;
    /*margin-left: 2px;*/
    width: 70px;
    height: 16px;
    text-align: right;
    overflow: hidden;
}

.mediumTileZone2 {
    position: absolute;
    left: 50px; top: 18px;
    /*margin-left: 2px;*/
    width: 70px;
    height: 16px;
    text-align: right;
    overflow: hidden;
}

.mediumTileZone3 {
    position: absolute;
    left: 50px; top: 34px;
    /*margin-left: 2px;*/
    width: 70px;
    height: 16px;
    text-align: right;
    overflow: hidden;
}

.mediumTileTitle {
    position: absolute;
    left: 5px; top: 53px;
    display: block;
    float: left;
    width: 110px;
    height: 66px;
    margin-top: 5px;
    text-align: left;
    text-wrap: normal;
    word-wrap: break-word;
    overflow: hidden;
}
.largeTile {
    position: relative;
    color: white;
    float: left;
    background-color: SaddleBrown;
    background-repeat: no-repeat;
    width: 200px;
    height: 120px;
    padding: 5px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.largeTileIcon {
    width: 48px;
    float: left;
}

.largeTileZone1 {
    position: absolute;
    left: 50px; top: 2px;
    /*margin-left: 2px;*/
    width: 150px;
    height: 16px;
    text-align: right;
    overflow: hidden;
}

.largeTileZone2 {
    position: absolute;
    left: 50px; top: 18px;
    /*margin-left: 2px;*/
    width: 150px;
    height: 16px;
    text-align: right;
    overflow: hidden;
}

.largeTileZone3 {
    position: absolute;
    left: 50px; top: 34px;
    /*margin-left: 2px;*/
    width: 150px;
    height: 16px;
    text-align: right;
    overflow: hidden;
}

.largeTileTitle {
    position: absolute;
    left: 2px; top: 53px;
    display: block;
    float: left;
    width: 120px;
    height: 66px;
    margin-top: 5px;
    text-align: left;
    text-wrap: normal;
    word-wrap: break-word;
    overflow: hidden;
}

.processTile {
    width: 100%;
    height: 22px;
    padding: 0;
    margin: 0 0 10px 0;
    cursor: pointer;
    overflow: hidden;
}

.processTail {
    float: left;
    margin-left: -6px;
}

    .processTail.first {
        float: left;
        margin-left: 0;
    }

.processArrow {
    float: left;
    margin: 0 0 0 0;
}

.processTileStage {
    margin: 0;
    padding-top: 2px;
    width: 21.5%;
    height: 19px;
    color: white;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgb(119,119,119);
}

    .processTileStage.selected {
        background-color: rgb(204,151,53);
    }

.processTileTitle {
    display: block;
    float: left;
    height: 48px;
    width: 100%;
    text-align: left;
    text-wrap: normal;
    word-wrap: break-word;
    overflow: hidden;
}

.mediumTile {
    color: white;
    float: left;
    background-color: SaddleBrown;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    padding: 5px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

#bestNextActions {
    float: left;
    width: 50%;
    border: 0;
    padding: 0;
    margin: 5px 0 0 0;
}

    #bestNextActions .action {
        display: block;
        margin-bottom: 2px;
        padding-left: 10px;
        text-indent: -10px;
        width: 100%;
    }

#buttons {
    float: left;
    width: 200px;
    margin: 0;
    margin: 5px 0 0 0;
}

    #buttons .buttonNew {
        float: left;
        width: 20px;
        cursor: pointer;
    }

    #buttons .buttonText {
        width: 180px;
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        color: #666666;
    }

.buttonNew:hover {
    cursor: pointer;
}

.buttonText:hover {
    cursor: pointer;
}

.journeyTile {
    color: #666666;
    float: left;
    background-color: Maroon;
    background-repeat: no-repeat;
    width: 100%;
    height: 66px;
    padding: 0;
    margin: 0 10px 10px 0;
    display: -ms-grid;
    cursor: pointer;
    -ms-grid-columns: 5px 48px 4px 192fr 96fr 5px;
    -ms-grid-rows: 5px 16px 24px 16px 5px;
}

.journeyTileIcon {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row-span: 5;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.journeyTileTitle {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    width: 100%;
    text-overflow: ellipsis;
}

.journeyTileSubTitle {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    padding: 0;
    overflow: hidden;
    text-wrap: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.journeyTileDate {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    width: 100%;
    -ms-grid-column-align: end;
    text-align: right;
}

.journeyTileClaimProcess {
    color: white;
    -ms-grid-row: 3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    width: 100%;
    margin: 1px 0 1px 0;
    padding: 1px;
    background-repeat: no-repeat;
    display: -ms-grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 58px 74px 108px 40px;
}

.journeyTileOpportunityProcess {
    color: white;
    -ms-grid-row: 3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    width: 100%;
    margin: 1px 0 1px 0;
    padding: 1px;
    background-repeat: no-repeat;
    display: -ms-grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 69px 73px 98px 40px;
}

.phase1 {
    -ms-grid-column: 1;
}

.phase2 {
    -ms-grid-column: 2;
}

.phase3 {
    -ms-grid-column: 3;
}

.phase4 {
    -ms-grid-column: 4;
}
