#close-magnum-mentorship-popup img{
    max-width: 10px;
}
#close-magnum-mentorship-popup{
    float: right;
    top: -7px;
    position: relative;
    right: -10px;
}
.section_magnum_mentorship{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 0.5);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.section_magnum_mentorship .popup-content{
    width: 100%;
    max-width: 1024px;
    background: #fff;
    margin: 2% auto 0;
    height: auto;
    max-height:570px;
    padding-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.section_magnum_mentorship .popup-outer{
    min-height: 100vh;
}

.section_magnum_mentorship .popup-outer .popup-title{
    letter-spacing: 0px;
    color: #000;
    font-family: Univers, "Helvetica", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.18;
    font-size: 24px;
    padding: 30px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
}

.section_magnum_mentorship .popup-outer img{
    width: 100%;
}

.section_magnum_mentorship .popup-outer h4{
    font-size: 17px;
}

.section_magnum_mentorship .popup-outer h4 span{
    display: block;
    color: #7f7f7f;
}

.magnum-mentorship-btn{
    cursor: pointer;
}

#magnum_mentorship_form label{
    color: #101010;
    font-size: 15px;
}

#magnum_mentorship_form .form-control{
    padding: 5px;
    border: 1px solid #737373;
    min-height: 41px;
    margin-top: 5px !important;
}

#magnum_mentorship_form .btn{
    width: 100%;
    height: 41px;
    transition: all .6s cubic-bezier(.075, .82, .165, 1), font-size 0s;
    color: #fff;
    border-color: #000;
    background-color: #000;
}

#magnum_mentorship_form .privacy-text{
    color: #101010;
    font-size: 15px;
}
.success-message {
    display: none;
    font-size: 14px;
    color: black;
    text-align: center;
}

.alignDivs {
    padding-left: 40px !important;
    padding-right: 40px !important; 
    
}
.section_magnum_mentorship .para{
    font-size: 75% !important;
    font-family: Arial;
    font-style: normal;
    color: #444444 !important; 
    padding: 3%;
}

.lessMargin {
    margin-bottom: 20px !important;
	margin-top: 20px;
}

.section_magnum_mentorship .desc {
    font-size: 70% !important;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    color: #444444 !important;
}

.section_magnum_mentorship .descopt {
    font-size: 70% !important;
    font-family: Arial;
    font-style: normal;
    color: #444444 !important;
    margin: -20px 0 0 18px;
}

.section_magnum_mentorship .descpara {
    font-size: 70% !important;
    font-family: Arial;
    font-style: normal;
    color: #444444 !important;
}

.responseDiv{
    font-weight: 400;
    font-size: 16px;
    padding: 30px 0px 10px 0px;
    text-align: center;
}

.modal-backdrop {
    display: none !important;
}
.section_magnum_mentorship .modal-body{
    font-size: 75% !important;
    font-family: Arial;
    font-style: normal;
    color: #444444 !important;
    padding: 10px 53px 10px 53px;  
    line-height:1.9em; 
    letter-spacing: 0.9px;
}

/*.g-recaptcha{
    transform: scale(0.6);
    transform-origin: 0 0;
    padding-top: 25px;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0;
}*/

@media(max-width:767px) and (min-width:576px) {
    .section_magnum_mentorship .popup-outer h4 span{
        padding-top: 20px;
    }
}

/* Parsley CSS */
input:not([type=radio]).parsley-success,
textarea.parsley-success,
select.parsley-success {
    color: #468847;
    background-color: #DFF0D8 !important;
    border: 1px solid #D6E9C6;
}
input:not([type=radio]).parsley-error,
textarea.parsley-error,
select.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7;
}
.parsley-errors-list {
    color: red;
    margin: 6px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.parsley-errors-list li {
    color: red;
}
.parsley-errors-list.filled {
    opacity: 1;
}
.applications .column-status{
	text-transform: capitalize;
}

.column-status .button{
	background-color: #F6F2F2;
	font-weight: normal;
	border: none;
}
.row-actions{
	min-width: max-content;
	color: transparent;
}
.row-actions span:first-child {
    margin-right: 15px;
}
.applications.striped > tbody > :nth-child(odd){
	background-color: #ffffff;
}
.applications .column-status .row-actions a.button, 
#application_action_confirm.ui-widget .ui-button{
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #000000;
}
.applications .column-status .row-actions a.button:hover,
#application_action_confirm.ui-widget .ui-button:hover{
	color: #ffffff;
	background-color: #000000;
}
.applications .column-status a.pending_initial_review{
	color: #555555;
	
}

.applications .column-status a.accepted_em{
	color: #C5932A;
	background-color: #FCFAD9;
}
.applications .column-status a.approved_mentor{
	color: #C5932A;
	background-color: #FCFAD9;
}
.applications .column-status a.confirmed{
	color: #3d8c01;
}
.applications .column-status a.rejected_em, 
.applications .column-status a.rejected_mentor{
	color: #612118;
	background-color: #F6E3DF;
}
#application_action_confirm.ui-widget{
	font-size: 1.5em;
}

.applications thead th a, .applications thead th, .applications tfoot th a, .applications tfoot th
{
    color:#000 !important;
    font-family: Univers,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 10px;
 }
 
