/*
Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.6
Version: 2.0.0
Author: Sean Ngu
Website: http://www.seantheme.com/color-admin-v2.0/admin/html/
*/
 
 
.navbar-logo,
.coming-soon .brand .logo,
.login .login-header .brand .logo {
    border-color: #4DCACA #31A3A3 #1D8888;
}
.navbar.navbar-inverse .navbar-brand,
.sidebar .nav > li.active > a, 
.sidebar .nav > li.active > a:focus, 
.sidebar .nav > li.active > a:hover,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a, 
.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a, 
.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.label.label-theme,
.btn.btn-scroll-to-top {
    background: #00acac;
}
.navbar.navbar-inverse .navbar-brand {
    color: #fff !important;
}
.text-theme,
.sidebar .sub-menu > li.active > a:before {
    color: #00acac;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-header {
        background: #00acac;
    }
}


/* Added in v1.5 */

.gradient-enabled .navbar.navbar-inverse .navbar-brand,
.gradient-enabled .sidebar .nav > li.active > a, 
.gradient-enabled .sidebar .nav > li.active > a:focus, 
.gradient-enabled .sidebar .nav > li.active > a:hover,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a, 
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a, 
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.gradient-enabled .label.label-theme,
.gradient-enabled .btn.btn-scroll-to-top,
.gradient-enabled .top-menu .nav > li.active > a, 
.gradient-enabled .top-menu .nav > li.active > a:focus, 
.gradient-enabled .top-menu .nav > li.active > a:hover {
    background: rgb(0,210,210); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFjYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,210,210,1) 0%, rgba(0,172,172,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,210,210,1)), color-stop(100%,rgba(0,172,172,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,210,210,1) 0%,rgba(0,172,172,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,210,210,1) 0%,rgba(0,172,172,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,210,210,1) 0%,rgba(0,172,172,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,210,210,1) 0%,rgba(0,172,172,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2d2', endColorstr='#00acac',GradientType=0 ); /* IE6-8 */
}
.pace-progress {
    background: #00acac;
}
.pace .pace-activity {
    border-top-color: #00acac;
    border-left-color: #00acac;
}


/* Added in v1.7 */

.page-with-light-sidebar .sidebar .nav > li.active > a > i {
    color: #00acac;
}
.page-with-light-sidebar .sidebar .nav > li.active > a .badge,
.page-with-light-sidebar .sidebar .nav > li.active > a .label.label-theme {
    background: #00acac;
}


/* Added in v1.9 */

.top-menu .nav > li.active > a, 
.top-menu .nav > li.active > a:focus, 
.top-menu .nav > li.active > a:hover {
    background: #00acac;
}
/* Prabhat Yadav 28 oct 2016 */

.radio-toolbar input[type="radio"] {
    display:none; 
}
.radio-toolbar input[type="checkbox"] {
    display:none; 
}
.radio-toolbar label {
    display:inline-block;
   
    font-size:11px;
	
}

.radio-toolbar input[type="radio"]:checked + label { 
     background-color:#787985;
	 color: #f1f2f4;
	 height:38px;
}
.radio-toolbar input[type="checkbox"]:checked + label { 
     background-color:#787985;
	 color: #f1f2f4;
	 margin-top: 0;
	 height:40px;
}
/*Domain CSS */
.dmain_radio {
    padding: 5px 2px 0 0px;
}
.dmain_radio .inner {
 
 background-color: #edf1f5;
 text-align: center;
 height: 37px;
}
.dmain_radio .inner:hover {
 
    background-color: #e0e6ed;
}

/* Prabhat Multi Select Column  */

.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}
/*gita*/

.benefits
{
	width: 60px;
	height: 60px;
	
}
.star_mark_color
{
	color:#ED1B24;
}
.dmain_radio .inner label {
   display: block;
   padding: 8px;
   margin: 0 auto;
   color: #a0a0a0;
   font-weight:bold;
   text-align: center;
}
.spicdomain {
  float: left;
    margin-left: 222px;
    margin-top: -79px;
    padding: 19px;
	
	
}
.geet {
    float: left;
	margin-left:235px;
    margin-top: -68px;
    padding: 19px;
	
	
}
.sp_domain {
    float: left;
	margin-left:350px;
    margin-top: -68px;
    padding: 19px;
	
	
}
.jobpostlocation {
    float: left;
    margin-left:320px;
    margin-top: -81px;
    padding: 19px;
	
	
}
.jobviewlocation{
    float: left;
    margin-left:272px;
    margin-top: -70px;
    padding: 19px;
	
	
}
.specific_city{
	margin-bottom: 28px;
    margin-left: 10px;
    width: 67%;
}
.specific_city_button{
	margin-left: 35px;
   
}
/*gita*/
.expected_salary{
	
	
}
.benefit1{
	margin-bottom: 3px;
}
.maritla{
	margin-left: -14px;
    width: 60%;
	
}
.remove_edu{
	margin-left: 742px;
    background-position: 0 -2629px;
    height: 14px;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
    width: 12px
	
    
}

.remove_edu_work{
	margin-left:  980px;;
    background-position: 0 -2629px;
    height: 14px;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
    width: 12px
	
    
}

.incons_edu {
    font-size: 1.1em;
}
.remove_city_button{
	margin-left: 253px;
    margin-bottom: 3px;
	
}
.add_city_number{

      margin-bottom: -3px
	
}
.box-number{
	margin-bottom: -25px;
    margin-left: 6px;
    margin-right: 95%;
}
.cross_icon i {margin-top:-10px; float:right;}
.notice_radio {
 background: #b6c2c9 none repeat scroll 0 0; border-color: #b6c2c9;
    color: #fff;
}
.daboard_label_text{color:#777;}
.btx{font-weight:bold;}

.daboard_label_text{color:#777;}
.field_dashboard {
    color: #777!important;
    font-weight: 600;
    text-align: right;
}

.company-est-year-block .fa {
float: left;
width: 35px;
height: 39px;
background: #fff;
color: #16a085;
font-size: 24px;
line-height: 39px;
text-align: center;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.company-est-year-block, .job-offers-post-badge {
display: inline-block;
background-color: #16a085;
border: solid 2px #16a085;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 160px;
margin: 10px;
}
.company-est-year-block1 .fa {
float: left;
width: 35px;
height: 39px;
background: #fff;
color: #C9302C;
font-size: 24px;
line-height: 39px;
text-align: center;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.company-est-year-block1, .job-offers-post-badge {
display: inline-block;
background-color: #C9302C;
border: solid 2px #C9302C;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 160px;
margin: 10px;



}
.company-est-year-block2 .fa {
float: left;
width: 35px;
height: 39px;
background: #fff;
color: #34495E;
font-size: 24px;
line-height: 39px;
text-align: center;

-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.company-est-year-block3, .job-offers-post-badge {
display: inline-block;
background-color: #34495E;
border: solid 2px #34495E;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: auto;
margin: 10px;
}
.company-est-year-block2, .job-offers-post-badge {
display: inline-block;
background-color: #34495E;
border: solid 2px #34495E;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 160px;
margin: 10px;
}
/* nitin */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

.social {
  margin: 20px 10px;
  text-align: left;
}

.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    box-shadow: 0 1px 1px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #00ACAC;
    font-size: 15px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:25px;
}

/* facebook button class*/
.facebookBtn{
    background: #fff;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #fff;
    background: #4060A5;
}

/* twitter button class*/
.twitterBtn{
    background: #fff;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
      color: #fff;
      background:  #00ABE3;
}

/* google plus button class*/
.googleplusBtn{
    background: #fff;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #fff ;
      background:#e64522;
}

/* linkedin button class*/
.linkedinBtn{
    background: #fff;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #fff ;
      background: #0094BC;
}


.dropMenuw {
display:block;
list-style: none;
width:16.4%;
-moz-box-shadow:0 0 5px #000;
-webkit-box-shadow:0 0 5px #000;
background-color: #FFFFFF;
position: absolute;
z-index: 100;
padding-left: 0px;
margin-top: 35px;
}


.dropMenuw ul  {
list-style: none;
padding-left: 0px;
width:100%;  
 
}
.dropMenuw li  {
list-style: none;

}


.University_Board_list  li:hover  { 
    background-color: #00ACAC;
   color: #FFFFFF;  padding-left: 0px;
}

.College_school_list li:hover  { 
    background-color: #00ACAC;
   color: #FFFFFF;  padding-left: 0px;
}
.specialization_list li:hover  { 
    background-color: #00ACAC;
   color: #FFFFFF;  padding-left: 0px;
}
/*end */
			
.modal-login-apply {
position: absolute;
left: 0;
right: 0;
top: 85px;
bottom: 0;
margin: auto;
width:500px;
height:500px;
}
.modal-job-apply {

left: 0;
right: 0;
top: 10px;
bottom: 0;
margin: auto;
width:500px;
height:500px;
}
.modal-award-apply {
position: absolute;
left: 0;
right: 0;

bottom: 0;
margin: auto;
width:500px;
height:500px;
}
.modal-resume {
position: absolute;
left: 0;
right: 0;

bottom: 3px;
margin: auto;
width:400px;
height:600px;
}
.modal-Manage-apply {
position: absolute;
left: 0;
right: 0;

bottom: 0;
margin: auto;
width:500px;
height:600px;
}
.modal-viewjob-apply {
position: absolute;
left: 0;
right: 0;
top: 25px;

}
.skills_view  li:hover  { 
    background-color: #00ACAC;
   color: #FFFFFF;  padding-left: 0px;
}
.terms_condition {
position: absolute;
left: 0;
right: 0;

bottom: 0;
margin: auto;
width:700px;
height:600px;
}
.fb-profile img.fb-image-lg{
    z-index: 0;
    width: 100%;  
    margin-bottom: 10px;
}

.fb-image-profile
{
    margin: -112px 8px 0px 50px;
	z-index: 9;
    width: 11%; 
	
}
.modal-candidateactive {
position: absolute;
left: 0;
right: 0;

top: 150px;
margin: auto;
width:400px;
height:600px;
}



@media (max-width:768px)
{
    
.fb-profile-text>h1{
    font-weight: 700;
    font-size:16px;
}


}