﻿﻿legend {
     border: none !important;
     width: auto !important;
     padding: 0 25px;
 }

fieldset {
    border-top: 1px solid #d2cfcf !important;
}

#apply-way {
    padding: 50px 0;
    text-align: center
}

.btn-apply-outline {
    border: 2px solid #dc9209;
}

.btn-apply {
    max-width: 250px;
    /* font-size: 22px; */
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 13px 0;
}

.btn-apply-flat.btn-apply {
        padding: 8px 0;
    font-size: 18px;
    font-weight: 600;
    background: #f78a08;
    color: #fff;
    border-radius: 10px;
	text-decoration: none;
	    transition: all 0.3s ease;
}


.btn-apply-flat.btn-apply:hover {
     color: #fff;
	box-shadow: 0px 10px 20px -10px #00000061;
	background: #ffa02f;
	    transition: all 0.3s ease;
}

.btn-apply-flat {
    background: #dc9209;
    color: #FFF;
}
.modal-body ul{
	padding-left:20px
}
.btn-apply-flat:hover {
    color: black
}

@media (min-width: 1200px) {
    .box-number-item {
        height: 220px;
    }
}

@media (min-width: 768px) {
    .box-number-item {
        height: 230px;
    }
}

.box-number-item {
    background: #f5f4f2;
    padding: 50px 50px 50px 60px;
    text-align: justify;
    position: relative;
    margin-bottom: 30px;
}

.box-number-item .number {
    font-size: 60px;
    color: #ead5d5;
    font-family: "Myriad Pro", PTSansCaptionRegular, arial, helvetica, sans-serif;
    line-height: 120px;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 20px;
}

.box-number-item .box-num-c {
    position: relative;
}

.box-number-item .box-num-c h4 {
    color: #b81f32;
    text-transform: uppercase;
    margin-top: 0;
}

p {
    margin: 0 0 11px;
}

.table-recruitment tbody tr:nth-child(2n+1) {
    /*background: #f5f5f5;*/
}

.table-recruitment {
    background: white;
    border: 1px solid rgba(255, 255, 255, 0.125);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.table-recruitment td a {
    color: #000000;
}

.table-recruitment td a:hover {
    color: #156cb9;
}

.table-recruitment td {
    padding: 10px 12px !important;
}

@media only screen and (max-width: 769px) {

    .table td, .table th {
        padding: 8px !important;
        font-size: 12px;
    }
}