﻿.tipaxishoBox {
    padding: 15px;
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    background: #fff;
}

.control-input {
    margin: 8px 0 15px 0;
}

.Banner {
    text-align: center !important;
    font-size: 28px !important;
    background: #00784a !important;
    color: white !important;
}

.CompleteButton {
    text-align: center !important;
    font-size: 24px !important;
    background: #00784a !important;
    color: #a5a6aa !important;
}

.tipaxisho .SkillCombobox {
    width: 100% !important;
    padding: 0px 0px;
}

    .tipaxisho .SkillCombobox table {
        padding: 0 0 0px 0;
        height: 100%;
    }

    .tipaxisho .SkillCombobox td {
        border: none !important;
        box-shadow: none;
    }

    .tipaxisho .SkillCombobox .rcbEmptyMessage {
        font-style: normal !important;
    }

    .tipaxisho .SkillCombobox .rcbInput {
        color: #a5a6aa !important;
        font-family: iranyekan !important;
    }

.tipaxisho .ResumeUpload input.ruButton.ruBrowse {
    background: #00784a !important;
    border: 1px solid #00784a !important;
    padding: 6px 0px !important;
    height: auto !important;
    color: white;
    border-radius: 5px 0px 0px 5px;
    margin-right: -2px;
}

.tipaxishoBox .form-control,
.tipaxishoBox .riTextBox {
    border: 2px solid #00784a !important;
    font-family: iranyekan !important;
    font-style: normal !important;
    height: 45px !important;
    border-radius: 7px !important;
    color: #a5a6aa !important;
}

.tipaxishoBox .rddlInner {
    border: 2px solid #00784a !important;
    font-family: iranyekan !important;
    font-style: normal !important;
    height: 45px !important;
    border-radius: 7px !important;
    color: #a5a6aa !important;
}

.lightTSH {
    color: #58595a;
    line-height: 2;
    text-align: justify;
}

.tipaxishoBox .RadButton {
    background: #00784a !important;
    border: 1px solid #00784a !important;
    /*font-family: ;*/
    padding: 10px 30px !important;
    height: auto !important;
}

    .tipaxishoBox .RadButton input {
        font-family: iranyekan !important;
    }

.greenBtn .riTextBox {
    background: #00784a !important;
    border: none !important;
    font-family: iranyekan !important;
    font-size: 20px !important;
    height: 45px !important;
    border-radius: 6px !important;
}

.errorBox {
    border: 2px solid red !important;
    font-family: iranyekan !important;
    font-style: normal !important;
    height: 45px !important;
    border-radius: 7px !important;
    color: #a5a6aa !important;
}

.greenBtn .RadButton {
    background: #00784a !important;
    border: none !important;
    font-family: iranyekan !important;
    font-size: 20px !important;
    height: 42px !important;
    border-radius: 6px !important;
    padding: 9px 21px !important;
}

    .greenBtn .RadButton input {
        font-family: iranyekan !important;
    }

.landCrTxt {
    text-align: justify;
}

.teleForm * {
    font-family: iranyekan !important;
}

.teleForm .riTextBox {
    border: 1px solid #00784a !important;
    margin-bottom: 6px !important;
}

.TextBoxNotEnable {
    border: 1px solid #58595a !important;
}

.textQuestion .riTextBox {
    border: none !important;
    box-shadow: none !important;
    min-height: 85px;
    background: transparent !important;
}

.oddChild > .col-xs-12:nth-child(4n) {
    background: #eaeaea;
}

.oddChild > .col-xs-12 {
    padding-top: 10px;
}

.oddChild {
    border: 1px solid #eaeaea !important;
    padding: 0;
    border-radius: 5px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-center {
    align-items: center;
}

.btnadd img {
    filter: brightness(0) invert(1);
}

.w100 {
    width: 100%;
}

.wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.btnAddNew {
    width: 140px;
    height: 45px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background-color: #00784acc;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

    .btnAddNew:hover {
        background-color: #00784acc;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        color: #fff;
        transform: translateY(-7px);
    }

.mb-10 {
    margin-bottom: 10px;
}

.my-10 {
    margin: 10px 0 10px 0;
}

h4 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 300;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    h4 span {
        display: block;
        font-size: 0.5em;
        line-height: 1.3;
    }

.two h4 {
    text-transform: capitalize;
}

    .two h4:before {
        position: absolute;
        right: 0;
        top: 55px;
        width: 100px;
        height: 2px;
        content: "";
        background-color: #f6691c;
    }

    .two h4 span {
        font-size: 11px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 3em;
        padding-left: 0.25em;
        color: rgba(0, 0, 0, 0.4);
        padding-bottom: 10px;
    }

.alt-two h4 {
    text-align: center;
}

.alt-two h1:before {
    left: 50%;
    margin-left: -30px;
}

.imgLink {
    filter: brightness(50%) sepia(100) saturate(100) hue-rotate(155deg);
}

.imgLink2 {
    filter: brightness(50%) sepia(100) saturate(100) hue-rotate(240deg);
}

.imgLink3 {
    filter: brightness(50%) sepia(100) saturate(100) hue-rotate(5deg);
}

.flex-end {
    justify-content: end
}

.flex-center {
    justify-content: center
}

.align-items-end {
    align-items: end;
}

.btncheck {
    width: 100px;
    padding: 10px;
    margin: 3px;
    border-radius: 20px;
    background-color: #00784acc;
    color: #FFF;
}

td.rgPagerCell.NextPrevAndNumeric {
    font-family: byekan, tahoma !important;
}

.CenterBlock {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}
