/* CSS Document */
*{
	padding:0;
	margin:0;
}
a{
	text-decoration:none;
}
.radio_btns{
    color: #33338c;
    width: 190px;
}
.note
{
    margin: 15px 7px 0 7px;
    font-family: Verdana;
    font-size: 14px;
    color:#f00;
}
.note ul li
{
    list-style:none;
}
.radio_btns2
{
    color: #33338c;
    width: 130px;
}
.radio_btns tr td, .radio_btns2 tr td {
    position: relative;
    cursor:pointer;
}
.radio_btns input[type="radio"], .radio_btns2 input[type="radio"] {
    position: absolute;
    top: 1px;
    left: 5px;
    
}
.radio_btns label, .radio_btns2 label {
    border: 1px solid #6264b3;
    padding: 2px 6px 2px 20px;
    border-radius: 20px;
}
.back_btn
{
    float: right;
    margin-top: -18px;
}
.back_btn a
{
    color: #a4060c;
    font-size: 12px;
}
.clear{
	clear:both;
}
body{
	background:rgba(37, 162, 220, 0.70);
}
.wrap{
	
}
.header, .data {
    width: 1200px;
    margin: auto;
    padding-top: 5px;
}
.data_password
{
    width: 700px;
    margin:auto;
    padding:5px;
}
.header2{
    width:920px;
    margin: auto;
    padding-top: 5px;
}
.pic{
	float:left;
}
.pic img {
    margin-top: 4px;
}
.caption {
    float: left;
    margin-left: 25px;
    font-family: arial;
    line-height: 80px;
    color: #fff;
}
.icons, .icons_login {
    float: right;
}
.icons ul li {
    display: inline-block;
    margin: 25px 0 0 0;	
}
.icons_login ul li {
    display: inline-block;
    margin: 6px 0 0 2px;	
}
@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}
.icons ul li a, .icons_login ul li a {
	display:block;
	font-family:Verdana;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
}

.top-right-btn1 {
    background: #f47920;
}
.top-right-btn1:hover{
	background:#be6904;
}
.top-right-btn2 {
    background: #3ea745;
}
.top-right-btn2:hover{
	background:#36943d;
}
.search-btn:hover {
    background: #f78146;
}
.submit-btn:hover{
	background:#38963d;
}

.top-right-btn3 {
    background: #1c45a0;
}
.top-right-btn3:hover {
    background: #3865ca;
}
.log-out {
    background: #d70911;
}
.log-out:hover {
    background: #a4060c;
}

.wrap2{
	margin:17px 0;
}
.form_container {
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 10px #817c7c;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.form_container_print {
    background: #fff;
    margin-bottom:15px;
}
.data_container {
    padding: 20px 25px;
    background: #f2f2f2;
    box-shadow:0 0 150px #a9e4ff inset;
    -webkit-box-shadow:0 0 150px #a9e4ff inset;
    -moz-box-shadow:0 0 150px #a9e4ff inset;
    -ms-box-shadow:0 0 150px #a9e4ff inset;
    -o-box-shadow:0 0 150px #a9e4ff inset;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	overflow:auto;
}
.data_container_print
{
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.upload_photo
{
    width:45.5%;
    float:left;
	height:265px;
    padding: 20px 25px;
    background: #f2f2f2;
    box-shadow:0 0 150px #a9e4ff inset;
    -webkit-box-shadow:0 0 150px #a9e4ff inset;
    -moz-box-shadow:0 0 150px #a9e4ff inset;
    -ms-box-shadow:0 0 150px #a9e4ff inset;
    -o-box-shadow:0 0 150px #a9e4ff inset;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.upload_document
{
    padding: 20px 25px;
    width:45.5%;
    height:265px;
    float:right;
    background: #f2f2f2;
    box-shadow:0 0 150px #a9e4ff inset;
    -webkit-box-shadow:0 0 150px #a9e4ff inset;
    -moz-box-shadow:0 0 150px #a9e4ff inset;
    -ms-box-shadow:0 0 150px #a9e4ff inset;
    -o-box-shadow:0 0 150px #a9e4ff inset;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.employee_data
{
    margin-top:8px;
}
.frm_box
{
    width:49%;
    margin:0 0.5%;
    float:left;
}
.address_box{
	height:35px;
}
.post
{
    height:25px;
}
.inner-data {
    width: 80%;
    float: right;
}

.menu_box {
    float: left;
    width: 129px;
    text-align: center;
    color: #000;
}
.inner-menubox {
    padding: 13px 3px;
    background: #fff;
    margin: 3px;
    box-shadow: 0 0 1px #f0924e;
    -webkit-box-shadow: 0 0 1px #f0924e;
    -moz-box-shadow: 0 0 1px #f0924e;
    -ms-box-shadow: 0 0 1px #f0924e;
    -o-box-shadow: 0 0 1px #f0924e;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    min-height: 85px;
}
.inner-menubox i {
    margin-bottom: 10px;
    transition: 0.5s ease;
    webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.inner-menubox p {
    font-size: 11px;
    color: #000;
    transition: 0.5s ease;
    webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    font-family: Verdana;
}
.inner-menubox:hover{
    background: #000;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    box-shadow: 0 0 4px #a05458;
    -webkit-box-shadow: 0 0 1px #a05458;
    -moz-box-shadow: 0 0 1px #a05458;
    -ms-box-shadow: 0 0 1px #a05458;
    -o-box-shadow: 0 0 1px #a05458;
}
.form-menu
{
    color:#f00;
}
.form-menu1
{
    font-size:12px;
    font-family:Verdana;
}
.res_table
{
    width:100%;
    overflow:auto;
}
.inner-menubox:hover p, .inner-menubox:hover i{
	color:#fff;
}
.fa-pencil {
    color: #0a3fd7;
}
.fa-cogs {
    color: #3cc799;
}
.fa-envelope {
    color: #25a2dc;
}
.fa-book {
    color: #9a0f16;
}
.fa-cubes {
    color: #71a226;
}
.fa-puzzle-piece {
    color: #ea960a;
}
.fa-sun-o {
    color: #09F;
}
.fa-life-ring {
    color: #000;
}

.form_wrap{
	width:920px;
	margin:auto;
}
.data_head {
    font-weight: bold;
    margin: 10px 0;
}
.para1 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #5376d7;
    font-family: Verdana, Geneva, sans-serif;
}
.mark {
    color: #f47920;
    font-size: 15px;
    text-transform: none;
}

.data-box {
    font-family: myFirstFont;
    width: 100%;
    min-height: 30px;
    padding: 2px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.databox_left {
    display: block;
    margin: 8px 0 3px 2px;
    font-size: 12px;
    color: #1C4DCE;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    float: left;
}
.select_box {
    padding: 0 4px;
    width: 100%;
    height: 26px;
    border: 1px solid #f8d5bb;
    font-family: Verdana, Geneva, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #5F5F5F;
}
.text_box {
    width: 98%;
	padding:0 1%;
    height: 25px;
    border: 1px solid #f8d5bb;
    font-family: Verdana, Geneva, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #5F5F5F;
}
.half_text_box
{
    width: 50%;
	float:left;
    height: 26px;
    border: 1px solid #f8d5bb;
    font-family: Verdana, Geneva, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #5F5F5F;
}
.half_text_box2
{
    width:49.7%;
	float:left;
    height: 26px;
    border: 1px solid #f8d5bb;
    font-family: Verdana, Geneva, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #5F5F5F;
}
.search_employee {
    width: 81.9%;
    padding: 5px 1%;
    border: 1px solid #d7dff4;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #5C5C5C;
}
.errorinfo
{
    font-family :Verdana;
    font-size:12px;
    color:#f00;
    text-align:center;
    margin-top:5px;
   
}
.errorinfo_validation
{
    font-family :Verdana;
    font-size:11px;
    color:#f00;
    text-align:center;
    margin-top:5px;
   
}
.link_info
{
    font-family :Verdana;
    font-size:12px;
    color:#2F2FFF;
    text-align:center;
    margin-top:5px;
    font-weight:bold;
}
.search-btn {
    width: 111px;
    height: 25px;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-left: 18px;
    margin-bottom: 20px;
}
.select_box:focus, .text_box:focus, .half_text_box:focus, .half_text_box2:focus{
	outline:none;
	box-shadow:0 0  5px #f8d5bb;
}
.form-btn-container {
    text-align: center;
}
.submit-btn, .search-btn {
    background: #44b74b;
    top: 0px;
    left: 0px;
}
.form-btns {
    padding: 0 20px;
    height: 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    margin: 25px 0 0 0;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.view_resume{
	display: inline-block;
    line-height: 23px;
    font-family: verdana;
    margin-top: 25px;
}
.upload_btns
{
    padding: 0 20px;
    height: 24px;
    border: none;
    color: #fff;
    font-size: 12px;    
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
footer p {
	font-family:Verdana;
    text-align: center;
    font-size: 11px;
    padding: 6px 0 25px 0;
}
footer p a {
    color:Blue;
}
.err_msg
{
    font-family:Verdana;
    font-size:10px;
    color:#f00;
}
.frm_head {
    color: #f47920;
    font-size: 13px;
    margin-bottom:15px;
    font-family: verdana;
    font-weight: bold;
}

.popup {
    padding: 30px 25px;
    width: 400px;
    position: fixed;
    top: 20%;
    left: 32%;
    background: #f2f2f2;
    box-shadow: 0 0 10px #4e4b4b;
    -webkit-box-shadow: 0 0 10px #4e4b4b;
    -moz-shadow: 0 0 10px #4e4b4b;
    -ms-box-shadow: 0 0 10px #4e4b4b;
    -o-box-shadow: 0 0 10px #4e4b4b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    max-height: 330px;
    overflow: auto;
}
.visible_data
{
    font-family:Verdana;   
    font-size: 12px;
    margin-left: 14px;
    margin-top: 8px;
    float: left;
}
.print_logo
{
    text-align:left;
    float:left;
}
.print_logo img
{
    display:block;
    margin-top:5px;
}
.print_logo h2
{
    font-size:15px;
    font-family:Verdana;
}
.print_logo p
{
    font-size:13px;
    font-family: Verdana;
}
.applicant_photo
{
    float:right;
    width:140px;
    padding:5px;
    border: 1px solid #837f7f;
    margin: 20px 0;
    height:auto;
}
.applicant_photo img
{
    width:140px;
    height:175px;
}

.visibledata_print
{
    font-family: Verdana;
    font-size: 12px;
    padding: 8px 0.5%;
    color:#000;
}
.print_table
{
    font-family: Verdana;
    font-size: 12px;
    border-collapse: collapse;
}
.print_table tr td
{
    padding:7px;
}

.declaration
{
    font-size:12px;
    font-family:verdana;
    line-height:20px;
}
.declaration ul
{
    margin-left:15px;
}
.name_place
{
    font-size:12px;
    font-family:verdana;
    padding:15px 0;
}
.name_place p
{
    padding-top:20px;
}
.print_head
{
    font-family:Verdana;
    font-size:12px;
    padding:15px 0;
    font-weight:bold;
}
.applicant_photo2
{
    margin-top:25px;
    width:130px;
    height:150px;
}
.applicant_sign
{
    margin-top:25px;
    width:280px;
    height:60px;
}



@media ( max-width:479px)  /* small screen phones */
{
    .upload_photo, .upload_document
    {
        width:auto;
        float:none;
        height:auto;
    }
	.address_box{
		height:auto;
	}
    .upload_document
    {
        margin-top:7px;
    }
    .res_table
    {
        width:100%;
        overflow:auto;
    }
    .back_btn
    {
        float: none;
        margin-top:10px;
    }
   .wrap2 {
        margin: 10px 0;
    }
   .header, .data, .form_wrap, .header2, .data_password
   {
        width:95%;
        margin:auto;
   } 
   .pic, .caption, .icons
   {
       float:none;
   }
   .icons
   {
       text-align:center;
   }
   .pic img
   {
        width: 65px;
        margin: auto;
        display: block;
   } 
   /*.icons ul li a
   {
       padding:6px 12px;
       font-size:10px;
   } */
   .icons ul li
   {
       margin:15px 0 0 2px;
   }
   .data_container
   {
       padding:15px;
   }
   .search_employee {
    	width: 100%;
	}
	.search-btn {
        margin: 10px auto;
    }
    .popup {
        padding: 20px 12px;
        width: 70%;
        top: 15%;
        left: 10%;
    }
    .frm_box, .half_text_box, .half_text_box2{
        width:100%;
        margin:0;
    }
}


@media ( min-width:480px) and ( max-width:767px)  /* smart phones */
{   
	.upload_photo, .upload_document
    {
        width:auto;
        float:none;
        height:auto;
    }
	.address_box{
		height:45px;
	}
    .upload_document
    {
        margin-top:7px;
    }
    .res_table
    {
        width:100%;
        overflow:auto;
    }
    .wrap2 {
        margin: 17px 0;
    }
     .header, .data, .form_wrap, .header2, .data_password
   {
        width:95%;
        margin:auto;
   } 
   .data_password
   {
       width:70%;
   }
   .pic, .caption, .icons
   {
       float:none;
   }
   .icons
   {
       text-align:center;
   }
   .pic img
   {
        width: 75px;
        margin: auto;
        display: block;
   } 
   /*.icons ul li a
   {
       padding:8px 15px;
       font-size:12px;
   }*/ 
   .icons ul li
   {
       margin:10px 0 0 0;
   }
   .data_container
   {
       padding:15px;
   } 
   .search_employee {
    	width: 100%;
	}
	.search-btn {
        margin: 10px auto;
    }
    .popup {
        padding: 30px 20px;
        width:65%;
        top: 15%;
        left: 13%;
    }
}


@media ( min-width:768px) and ( max-width:959px) /* For Tablets and IPads*/
{	
	.upload_photo
    {
        width: 45.5%;
    	float: left;
    	height: 265px;
    	padding: 2%;
    }
	.upload_document{
		width: 45.5%;
    	float: right;
    	height: 265px;
    	padding: 2%;
	}
	.address_box{
		height:45px;
	}
    .res_table
    {
        width:100%;
        overflow:auto;
    }
    .header, .data, .header2
    {
        width:95%;
        margin:auto;
    } 
    .data_password
    {
        width:60%;
        margin:auto;
    }
    .form_wrap
    {
        width:100%;
    }
    .data_container
    {
        padding:25px 30px;
    } 
    .menu_box
    {
        width:20%
    }  
    .search_employee {
    	width: 80%;
	}
	.search-btn 
	{
	    width:17%;
        margin: 10px auto;
    }
}

@media ( min-width:960px) and ( max-width:1199px) /* For Tablets and IPads*/
{	
	.upload_photo
    {
        width: 45.5%;
    	float: left;
    	height: 265px;
    	padding: 2%;
    }
	.upload_document{
		width: 45.5%;
    	float: right;
    	height: 265px;
    	padding: 2%;
	}
	.address_box{
		height:40px;
	}
    .res_table
    {
        width:100%;
        overflow:auto;
    }
     .header, .data, .form_wrap, .header2
    {
        width:950px;
        margin:auto;
    } 
    .data_password
    {
        width:55%;
        margin:auto;
    }
    .data_container
    {
        padding:25px 30px;
    } 
    .menu_box
    {
        width:20%
    }
}
@media print{
	.applicant_details_print
	{
	    page-break-after:always;
	}
	.applicant_sign
	{
	    width: 230px;
        height: 30px;
	}
	.address_box{
		height:50px;
	}
	.serial_no{
		width:4%;
	}
	.databox_print{
		width:52%;
	}
}