@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
/* Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

:root {
    --primary-c: #2196F3;
    --secondary-c: #B2D7F5;

    --white: #FDFBFB;

    --text: #082943;
    --bg: var(--primary-c);
}


.modal {
  overflow-y:auto !important;
}

.familybackroundimage{
    max-height: 40% !important;
    max-width: 40% !important;
   
}


#shownPictures, #policeClearenceshownPictures, #serviceCertficiae_view, #certificates_view{
    max-width:600px;
}

#shownPictures .showpictures_imagecontainer, #policeClearenceshownPictures .showpictures_imagecontainer, #serviceCertficiae_view .showpictures_imagecontainer, #certificates_view .showpictures_imagecontainer{
    margin: 20px;
}






#certificates_view .card-container {
  cursor: pointer;
  height: 150px;
  perspective: 600;
  position: relative;
  width: 150px;
}
#certificates_view .card {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  width: 100%;
}
#certificates_view .card:hover {
  transform: rotateY(180deg);
}
#certificates_view .card .side {
  backface-visibility: hidden;
  border-radius: 6px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
#certificates_view .card .back {
  background: #eaeaed;
  color: #0087cc;
  line-height: 150px;
  text-align: center;
  transform: rotateY(180deg);
}












#whichSub, #update_whichSub{
    max-width: 200px;
}
.main-card {
    margin-top: 50px !important;
}

#create_application_button, #updateApplicationButton, .branches-content, .country-content {
    margin-top: 170px !important;
}

#createBranches .modal-content .modal-header{
    background-color: brown; 
    color: white; 
}

#addCompanyModal .modal-content .modal-header{
        background: #BBD2C5;
    background: -webkit-linear-gradient(to right, #536976, #BBD2C5);
    background: linear-gradient(to right, #536976, #BBD2C5);
    color: white; 
}

#create_application_modal .modal-header, #update_application_modal .modal-header{
    background-color: rebeccapurple !important;
    justify-content: center;
    color: white !important;
    font-family: 'Playfair Display', serif;
}


#update_application_modal .modal-header { 

background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    
}

#create_application_modal .modal-header h3 {

    font-family: 'Playfair Display', serif;
}

#create_application_modal .modal-body, #update_application_modal .modal-body{
    background-color: rgb(238, 238, 238) !important;

}




.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-delete {
    position: absolute;
    left: 12px;
    z-index: 1;
    top: 10px;
    display: inline-block;
    width: 32px;
    height: 29px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    color: red !important;
}



.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



– */ .subOrDirectcard {
    display: flex;
    flex-direction: column;
    background: var(--white);
    width: 300px;
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.13);
}


/* Radio Button
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.subOrDirectcard ul {
    list-style-type: none;
    padding-left: 50px;
    margin: 0;
}

.subOrDirectcard li {
    display: block;
    position: relative;
    padding: 20px 0px;
}

.subOrDirectcard h2 {
    margin: 10px 0;
    font-weight: 900;
}



.subOrDirectcard input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.subOrDirectcard label {
    cursor: pointer;
    font-weight: 400;
}

.subOrDirectcard .check {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    transition: transform .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* Reset */

.subOrDirectcard input#one ~ .check {
    transform: translate(-50px, -25px);
    background: var(--secondary-c);
}

.subOrDirectcard input#two ~ .check {
    transform: translate(-50px, -83px);
    background: var(--primary-c);
    box-shadow: 0 6px 12px rgba(33, 150, 243, 0.35);
}
 


/* Radio Input #1 */

.subOrDirectcard input#one:checked ~ .check {
    transform: translate(-50px, 33px);
}

/* Radio Input #2  */

.subOrDirectcard input#two:checked ~ .check {
    transform: translate(-50px, -25px);
}

.subOrDirectcard .direct_label {
    position: absolute;
    top: 7px;
}


.type-sub input {
    max-width: 200px !important;
}


#detailsOfApplication,
#knowledgeOfLanguage,
.passportDetailsHeader,
#educationQualification,
#workExperience_header,
#recieved_confirmation_table > thead > tr >th,
.howdoyouknowus-table > table > thead> tr > th 
{
    background: #BBD2C5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #536976, #BBD2C5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #536976, #BBD2C5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: white;

}

#detailsOfApplication .text,
#knowledgeOfLanguage .text,
.passportDetailsHeader .text,
#educationQualification .text,
#workExperience_header .text,
#recieved_confirmation_table > thead> tr> th > .text,
.howdoyouknowus-table > table > thead> tr> th > .text
{
    padding-left: 31%;

}


/* Reset Select */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #2c3e50;
    background-image: none;
}

/* Custom Select */

.select {
    position: relative;
    display: block;
    width: 100%;
    height: 3em;
    line-height: 3;
    background: #2c3e50;
    overflow: hidden;
    border-radius: .25em;
}

select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #fff;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

/* Arrow */

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #34495e;
    pointer-events: none;
}

/* Transition */

.select:hover::after {
    color: #f39c12;
}

.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}




.deleteLanguageRow-btn {
    position: relative;
    top: -26px;
    left: -11px;

}

.choice-table span,
.choice-table .togglebutton,
.choice-table span {
    display: inline-block;
    justify-content: space-around;
}

.choice-table{
    margin-left: 20px;
}

#blackListHeadline {
    padding-left: 20px;
}

#agency-chosen span, #health_wrapper span{
    
    display: inline-block; 
    
}

#agency-chosen, #health_wrapper, .policecase-detailewrapper{
    padding-top: 10px;    
    margin: 5px;
}
 

.health-conditiontype{
       width: 120px;
    margin-left: 30px;
}


.overallfitness-wrapper span, .policecase-wrapper span, .policecase-detailewrapper span {
    display: inline-block; 
    justify-content: space-around;
}
 
.extrainformtion-details span {
    display: inline-block;
     
}

.extrainformtion-details {
    padding: 20px;
}
.extraactivity-table{
    padding:10px;
}

 
#applicationSearchBar { 

max-width:230px;
}


.action-buttonwrapper a { 
padding: 0 !important;
}

.manual-updateclosebutton{
 position: absolute;
 top: -5px;
}

#update_whichSub{
    max-width: 200px;
}
 
.updatedocumentwrapper {
 margin-top: 380px;   
}
 

#printModal label{
	color: black !important; 
}

mark{
	background-color: yellow !important;
}

#diseaseTableOrder tr td {
	color: black !important; 
}