﻿/*action row*/
.actionRow {
    position: relative;
    margin-top: 15px;
}

    .actionRow.l-column3 {
        width: 30%;
        margin-right: 1%;
        padding-right: 1%;
        float: left;
        min-height: 380px;
        height: auto;
        _height: 380px;
        padding-bottom: 0;
    }

    .actionRow.l-column2 {
        width: 47%;
        margin-right: 1%;
        padding-right: 1%;
        float: left;
        height: 340px;
        padding-bottom: 0;
    }

    .actionRow.l-column1 {
        float: left;
        padding-bottom: 0;
        height: 325px;
    }

.actionRow-headline {
    color: #435363;
    font-size: 18px;
    margin-bottom: 10px;
		line-height: 40px;
		font-weight: bold;
}

.actionRow-divider {
    border-right: 1px dotted #c4c4c4;
}

.actionRow.actionRow-highlight {
    background-color: #ebebeb;
    border-radius: 4px;
    padding: 1% 1% 0 1%;
    margin: 0;
    float: right;
}

.actionRow .btn {
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin-left: -62px;
    text-align: center;
}

/*Css hack-fix*/
#reportIncidentBtn.actionRow-ValidationMsgShowed {
    position: relative;
    left: 50%;
    margin-left: -62px;
    width: 115px;
    text-align: center;
    margin-top: 8px;
    bottom: 0px;
}

.actionRow-highlight .btn {
    bottom: 10px;
}

.actionRow-copy {
    font-size: 12px;
    margin-bottom: 25px;
}

.actionRow-quoteBox {
    font-size: 12px;
    background-color: #ebebeb;
    padding: 5px 10px;
    border-radius: 3px;
}

    .actionRow-quoteBox > p {
        margin: 5px 0;
    }

.actionRow-stepcount {
    width: 20%;
    display: inline-block;
    float: left;
    clear: both;
    font-size: 30px;
    color: #c0c0c0;
    font-weight: 300;
    margin-top: 10px;
}

.actionRow-stepcontent {
    width: 80%;
    display: inline-block;
    float: left;
}

    .actionRow-stepcontent .actionRow-reportIncidentLabel {
        margin: 0;
    }

.actionRow-CheckStatusFormLbl,
.actionRow-reportIncidentLabel {
    margin: 15px 0 3px 0;
    color: #435363;
    font-size: 12px;
}

.actionRow-stepcontent > select {
    width: 80%;
    height: 31px;
}

.actionRow-CheckStatusForm {
    margin: 0 20px;
}

    .actionRow-CheckStatusForm > input {
        padding: 8px 7px;
        border-radius: 3px;
        border: none;
        width: 80%;
    }

.actionRow-CheckStatusforgetPassword {
    margin-top: 5px;
    font-size: 12px;
    float: left;
    clear: both;
}
