﻿.EmployForm {
    font-size: 0;
}

    .EmployForm > div {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 11px;
        position: relative;
    }
    /*.EmployForm > input::-webkit-outer-spin-button,
    .EmployForm >  input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }*/

/* Firefox */
/*.EmployForm > input[type=number] {
    -moz-appearance: textfield;
}*/
    .EmployForm > div {
        padding: 8px 14px 4px;
    }

        .EmployForm > div input[type=text], .EmployForm > div textarea, .EmployForm > div select, div input[type=number] {
            width: 100%;
            border-radius: 2px;
        }

        .EmployForm > div span span {
            position: absolute;
            left: 0px;
            top: 26px;
            background: #DF0000;
            color: #FFF;
            padding: 0px 4px;
            display: inline-block;
            font-size: 10px;
            opacity: 0.8;
            border-radius: 4px !important;
            height: 25px;
            line-height: 25px;
        }

            .EmployForm > div span span:before {
                content: '';
                position: absolute;
                left: 50%;
                margin-left: -3px;
                border-top: 6px solid #DF0000;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                bottom: -6px;
            }

        .EmployForm > div textarea {
            height: 120px;
            resize: none;
        }

        .EmployForm > div .important {
            color: #f44;
            float: left;
            font-size: 0;
        }

    .EmployForm .btn {
        width: 100%;
        background: #fd0000;
        display: block;
        text-align: center;
        height: 45px;
        line-height: 45px;
        color: #fff;
        font-size: 16px;
        -webkit-box-shadow: 0 1px 2px #B6B6B6;
        margin: 25px 0;
        border: 0;
        font-family: webmehrazfont;
        padding: 0;
        cursor: pointer;
    }

    .EmployForm .History {
        width: 100%;
        background: #eee;
    }

        .EmployForm .History th {
            font-weight: normal;
            text-align: center;
            color: #999;
        }

.titr {
    text-align: center;
    padding: 12px 10px;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 15px;
    border-radius: 2px;
    margin: 15px 0;
    background: #f7f7f7;
}

.AddSabegheh {
    width: 45px;
    height: 45px;
    background: #14a952;
    display: block;
    text-align: center;
    line-height: 25px;
    border-radius: 42px;
    color: rgb(255, 255, 255);
    font-size: 25px;
    margin: 31px auto;
    cursor: pointer;
    border: 1px solid #eee;
    font-weight: bold;
}

.continuebtn {
    background: #fd0000;
    color: #fff;
    padding: 0px 20px;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    line-height: 45px;
}

.choosetype {
    position: relative;
    list-style-type: none;
}

    .choosetype li {
        display: inline-block;
        vertical-align: top;
        background: #eee;
        margin: 0 0 0 10px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        border-radius: 4px;
        cursor: pointer;
    }

    .choosetype .active {
        background: #14a952;
        color: #fff;
    }

.choosetype-p {
    font-size: 14px;
}

.content-container {
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0;
    text-align: justify;
    color: #5f5f5f;
    line-height: 250%;
}

.iTitle span {
    display: inline-block;
    color: #da0000;
    text-shadow: 0px 0.5px 0.5px #D4D4D4;
    padding: 0px 45px;
    background: #fff url("../images/pad.png");
    z-index: 3;
    position: relative;
    font-size: 20px;
}

.iTitle::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #fff;
    height: 1px;
    background: #b4b4b4;
    height: 2px;
    left: 0;
    width: 100%;
}

.iTitle {
    font-weight: normal;
    font-size: 20px;
    margin: 40px 0 15px 0;
    text-align: center;
    border-right:none !important;
}

@media (max-width:600px) {
    .EmployForm > div {
        width: 100%;
    }

    .content-container {
        overflow-x: scroll;
    }
}
