﻿.common_heading1 .abttitle{font-size:20px}
.content-wrap{padding:20px 0px}
.form-group{
  position:relative;
}

label {
    /*position: absolute;
    top: 35%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    font-size: 14px;
    color: #333;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

input {
    display: inline-block;
    /*font-family: "Titillium Web", Arial, Tahoma;*/
    padding: 5px 0;
    margin: 10px 0 0 0;
    font-size: 12px;
    background: none;
    border: 0;
    border-bottom: 1px solid #000;
    color: #c8c8c8;
    box-shadow: none;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
}

input:focus + label,
input.has-value + label,
textarea:focus + label,
textarea.has-value + label {
    top: 5px;
    font-size: 12px;
    color: #0765a8;
    left: 12px;
}

textarea:focus + label,
textarea.has-value + label {
    top: 30px;
}
input:focus::-webkit-input-placeholder 
{
    color: transparent;
}
input:focus {border-bottom: 1px solid #0765a8;}

label.selectlbl {
    position: unset;transform: translateY(0%);
}
.custom-select select, input[type="file"] {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    box-shadow: none;
    margin: 3px 0px;
    appearance: auto;
    -webkit-appearance: auto;
        /*font-weight: bold;*/
    padding: 0px;
    color:#505050
}
.form-control:focus {
    box-shadow: none;
}
label span {
    color: #e80000;
    font-size: 14px;
    position: relative;
    top: -3px;
}
.qualifylbl {
    position: absolute;
    top: 0px;
}
/*--------------------Custom Radio Buttons--------------------*/

.radio-button-container {
  color: rgba(0, 0, 0, 0.75);
    position: relative;
    padding-left: 25px;
    line-height: 18px;
    margin-top: 40px;
    cursor: pointer;
    left: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all;
}

/* Hide the browser's default radio button */
.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: rgba(0,0,0,0);
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.25);
  transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input ~ .checkmark {
  border-color: rgba(0,0,0,0.5);
}

/* When the radio button is checked */
.radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0,0,0,0);
  border-color: #0765a8;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
 	top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
	border-radius: 50%;
	background: #0765a8;
}
.logosec_enquiry {
    display: flex;
    margin: 25px auto 10px;
    justify-content: center;
}
#coursediv {
    display: none;
}
.expdiv {
    display: none;
}

.activeTab {
    display: block;
}

.upload-btn-wrapper {
  position: relative;
  /*overflow: hidden;
  display: inline-block;*/
}

/*.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}*/

.upload-btn-wrapper input[type=file] {
  /*font-size: 100px;*/
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

label.uploadresume {
    /*font-family: "Titillium Web", Arial, Tahoma;*/
    padding: 5px 0;
    margin: 23px 0 0 0;
    border: 0;
    border-bottom: 1px solid #000;
    box-shadow: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    width: 100%;
    left: 0px;
    position: relative;
}
.upload-btn-wrapper input[type=file]:focus {top:0px;}
.upload-btn-wrapper input[type=file]:focus + label {top:0px; left:0px;}
.form-control{font-size:12px}
