/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);*/
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,800);
/*@import url(https://fonts.googleapis.com/css?family=Satisfy);*/

.btn-warning {background-color:#FF585D !important;}
.btn-primary {background-color:#00A3E0 !important;}

body{
    position:relative;
	font-size:14px;
	background-color:#fdfdfd;
}
body, input, button, select, textarea{
    font-family:"Lato",Helvetica,Arial,sans-serif;
}

.inner{
    margin: 0 auto;
    /*max-width: 1200px;*/
	max-width:90%;
	margin-bottom:20px;
	
}

header {/*padding-top:10px;*/ background-color:#fff;}

header nav{
    margin:20px;
    float:right;
}

header .nav{
    margin:20px 0 0;
	font-size:14px;
}

section.hero-unit{
    color:#3f4944;
    text-align:center;
    background:url('img/doctor.png') #f4f4f4 bottom no-repeat;
    margin-bottom: 0px;
    padding:40px;
}

.hero-unit h1{
    font-size:2.6em;
    margin-bottom: 5px;
}

.navbar-nav{
    text-transform:none;
    font-size: .95em;
}

.navbar-nav .dropdown-menu{
    text-transform:none;
}

.navbar-nav a{
    color:#606e67;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a{
    background: #00A3E0;
}

.btn-primary, .navbar-inverse .navbar-nav>.hl1>a {
    color: #fff !important;
    background-color: #00A3E0 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.navbar-inverse .navbar-nav>.hl1>a:hover,
.navbar-inverse .navbar-nav>.hl1.open>a:focus{
    background-color: #2d7cad !important;
	color:#FFF !important;
}

.navbar-inverse .navbar-nav>.hl1>a .caret,
.navbar-inverse .navbar-nav>.hl1>a:hover .caret,
.navbar-inverse .navbar-nav>.hl1.open>a:focus .caret{
    color:white !important;
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}


.navbar-nav a{
    cursor:pointer;
}
.navbar .nav>li.difflink.sepmenu>a {color:#606e67;}
.navbar-inverse .navbar-nav>.sepmenu>a {
    background: #eee;
    color: #606e67;
}
.navbar-inverse .navbar-nav>.sepmenu.open>a:focus,
.navbar-inverse .navbar-nav>.sepmenu>a:hover {
    background-color: #d8d7d7;
    color: #606e67;
}
.btn-info,
.navbar-inverse .navbar-nav>.hl2>a {
    background: #71CC98 !important;
    color: #ffffff !important;
}

.btn-info:hover,
.btn-info:focus,
.navbar-inverse .navbar-nav>.hl2>a:hover,
.navbar-inverse .navbar-nav>.hl2.open>a:focus{
    background-color: #8bad1b !important;
	color:#FFF !important;
}

.navbar-inverse .navbar-nav>.hl2>a .caret,
.navbar-inverse .navbar-nav>.hl2>a:hover .caret,
.navbar-inverse .navbar-nav>.hl2.open>a:focus .caret{
    color:#ffffff !important;
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.btn, .btn-primary, .btn-info{
    background-image:none;
    text-shadow:none;
    filter:none;
    border:none;
    box-shadow: none;
    text-transform: none;
}


.btn-link{
    text-transform:none;
}

.btn, .btn-large, .navbar-nav>li>a{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;text-shadow:0 !important;
}

.btn-large {
    padding: 14px 24px;
    font-size: 14px;
}
/* Changes by SP */
.addMargin {margin-left:4px;}
.ui-autocomplete { max-height: 65%; overflow-y: auto;overflow-x: hidden;}
.ui-menu .ui-menu-item .labelname {}
.ui-menu .ui-menu-item .location_type {float:right; font-size:11px;}
.roundCornerThumb {border-radius: 10%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
tr.blue_header {background-color: #00A3E0; color: #fff;}
tr.green_header{background-color:#71CC98; color:#fff;}
tr.grey_header {background-color:#f5f5f5;}
tr.grey_header td.whiteBg {background-color:#FFF;}


select.lge, textarea.lge, input[type="text"].lge, input[type="password"].lge, input[type="datetime"].lge, input[type="datetime-local"].lge, input[type="date"].lge, input[type="month"].lge, input[type="time"].lge, input[type="week"].lge, input[type="number"].lge, input[type="email"].lge, input[type="url"].lge, input[type="search"].lge, input[type="tel"].lge, input[type="color"].lge, .uneditable-input.lge,


.box-section{
    padding:20px;
    background-color: #e4e4e4;
}

.box, .row-fluid .box {
    text-align: center;
    position:relative;
    background-color: white;
    border:1px solid #ccc;
    padding:10px 25px 25px;
    border-radius:3px;
    box-shadow: 0px 2px 3px rgba(0,0,0,.1);
    margin-bottom: 15px;
}

.box .featured{
    text-align: left;
}


.box a.btn100 {
    margin-top:10px;
}

.box h1 {
    color: #3f4944;
    font-family: "Lato";
    font-size: 18px;
}

.box p{
    font-size: 1.1em;
    padding:10px;
}

.header-style {
    color: #0080b6;
    font-family: "Lato",sans-serif;
    font-size: 18px;
}


footer{
    padding-top:30px;
	padding-bottom:30px;
    min-height:400px;
    background-color:#373f41;
	float:left;width:100%;
}

footer, footer a{
     color:#738589;
    font-size: 1.2em;
}

footer a:hover{
    color:rgb(0, 170, 255);
}


footer  ul{
    float:left;
    padding:0px;
    margin:0px 40px 0px 0px;
    list-style: none;
    font-size:11px;
}

footer .footer-header a{
    color:#bbb;
    font-weight: bold;
}


footer ul > li {
    margin-bottom:5px;
}

footer  ul > ul{
    float:none;
    margin:0px;
}


#copy{
    clear:both;
    display:block;
    text-align: center;
}

#logo img {height:60px;}

.list-item{
    padding:15px;
    max-width: 600px;
    border-top: 1px solid #565658;
}

#joblist > .list-item > div{
    float:left;
}


#joblist > .list-item > div{
    xdisplay:none;
}

#joblist > .list-item > div:nth-child(2){
    display:block;
    width:100%;

}

.internal-page{
    display:none;
}

.post-date, .post-locale, .post-title, .post-by, .post-type, .post-description, .post-approval{
    display:block;
}

.post-by a{
    text-decoration:none;
    color:black;
}

.post-by a:hover{
    text-decoration:underline;
}

.post-locale{
    float:right;
    color:#606e67;
}

.post-by label,
.post-type label{
    display:none;
}

.post-type{
    color:#606e67;
    font-size:.85em;
}

.post-description {
    max-height:65%;
    border:1px solid #c6c6c6;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding:20px;
    overflow:auto;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,.2);
}

.post-date{
    color:#606e67;
    font-size: 85%;
}

.post-title{
    font-size: 115%;
}

.header{
    display:none;
}

.nav_page_links{
    margin-bottom:15px;
}

.nav_page_links .btn{
    margin-right:5px;
	margin-bottom:8px;
}



.search-form .field{
    float:left;
    margin-right:10px;
    margin-top:10px;
}

.search-form label{
    display:block;
}

.search-form-section, .search-results-section{
    padding:20px;
}

.search-form-section{
    background-color:#f4f4f4;
}

.dynamic_form_value.search-form-section{
    background-color: transparent;

}

.search-form-section form{
    margin:0px;
}

.toolbar{
    background-color: #f4f4f4;
    padding:10px;
}

.toolbar .nav{
    margin:0px;
}

.post{
    padding:20px;
    width:auto;
}

.post h1{
    font-size:22px;
}

ul.job_details { list-style: none; margin: 0px; margin-bottom: 10px; padding: 0; background-color: #f5f5f5; padding: 15px;border-radius: 5px;}

ul.job_details label{
    display:inline;
    font-weight: bold;
}

.job_post_data{
    width:100%;
}

#dynamic_form{
   background-color: #ffffff;
    padding: 1% 3%;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.07);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.07);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.07);
}

#dynamic_form TD.dynamic_form_field{
    width:150px;
    background-color: #f4f4f4;
}

.dynamic_form_seperator, .dynamic_form_2_col_field .dynamic_form_image_label {
    color: #00A3E0; font-weight: normal; font-size: 20px; margin-bottom: 15px;border-bottom: 1px solid #00A3E0;    margin-top: 15px;
    padding-bottom: 5px;}
.dynamic_form_seperator .seperatorname {  width: 94%;  display: inline-block;}
.dynamic_form_2_col_field .dynamic_form_image_label { margin-bottom: 35px; margin-top: 17px;}
.post-links .btn{
    display:block;
}

.display-post{
    border-top:20px solid #f4f4f4;background-color:#f5f5f5;float:left;
	
}


.info-box .display-post{
    border-top:0px solid #f4f4f4;
}

.dynamic_form_value input:last-of-type,.dynamic_form_value select:last-of-type,.dynamic_form_value textarea:last-of-type{
    margin-bottom:0px;
}

.error_msg_label{
    font-weight: bold;
}
/*
.info-box-header{
    background-color: #f4f4f4;
    padding:10px;
}

.info-box-header h1{
    font-weight: bold;
    font-size: 18px;
    background: url('img/header_graphic.png') transparent top left no-repeat;
    padding-left: 40px;
    padding-right:20px;
    display:inline-block;
    line-height: 30px;
}*/

.welcome{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 5px;
    padding-left: 25px;
    margin-right: 2px;
    line-height: 14px;
    text-transform: none;
    font-weight: bold;
}


.nav-list{
    border-radius: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 10px 15px;
    margin-bottom: 15px;
}
/* Changes by SP */
.candidate-body, .employers-body{
      padding: 0px 0px;
    min-height: 200px;
    background-color: #f5f5f5;
    padding-bottom: 20px;
}

.info-box{ position: relative; margin-bottom: 15px;padding: 39px 19px 14px; background-color: #fff; 
    -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius:5px; /*-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.13);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.13);box-shadow:1px 1px 2px rgba(0,0,0,.13)*/
border:1px solid #ddd;*-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.07);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.07);box-shadow:1px 1px 2px rgba(0,0,0,0.07)
}

.info-box.noheader{
   padding-top:14px;
}
.info-box-header{
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

.job_post_data >tbody > tr > td:nth-child(2) > #dynamic_form
{
    margin-left: 15px;
    width:auto;
}


.job_post_data >tbody > tr > td:nth-child(1)
{
    width:100%;
}

.date_field input, .date_field select{
    width: 100px;
    margin-bottom: 0px;
}


.dynamic_form_image_label,.dynamic_form_file_label
{background-color: transparent; color: #333;font-size: 14px; padding: 0; margin: 0; border-radius: 0; border-bottom: 0; display: block;
    font-weight: bold;}

.is_required_mark{
    font-size: large;
    color: #ff9900;
    display:inline-block;
    margin-left: 5px;
}

.thumbnail{
    display: inline-block;
}

.thumbnail .btn-info[disabled="true"]{
    background-color: #71CC98;
}

form{
    margin:0px;
}

.file-label{
    font-weight: bold;
    display:block;
    margin:10px 0px 5px 0px;
}

.count{
    font-weight: bold;
    font-size: 1.3em;
}

article.standard{
    position:relative;
    padding:10px 10px 10px 20px;
}

article.standard  .list-check{
    position: absolute;
    left:0px;
}

.category_index  ul{
    column-width:200px;
    padding:0px;
    margin:0px 40px 0px 0px;
    list-style: none;
    font-size:13px;
	padding-top:10px;padding-bottom:10px;
}

.category_index ul > li {
    margin-bottom:5px;
    line-height: 15px;
}

.category_index  ul > ul{
    float:none;
    margin:0px;
    margin-left:15px;
}

.category_index .footer-header a{
    color:rgb(0, 170, 255);
    font-weight: bold;
}

label.radio-label, label.checkbox-label{
    display:inline; font-weight:normal;
}

#subscription_plans{
    display:table;
    margin-bottom: 20px;
}

#subscription_plans > article{
    display:table-row;

}

#subscription_plans > article > div{
    display:table-cell;
    padding:10px 20px 10px 10px;
    border-bottom:1px solid #c6c6c6;
}

#resumelist td{
 font-size: .85em;
}

.list_controls{
    background-color: #f4f4f4;
    font-weight: bold;
    color: white;
	border-radius:5px;
	margin-bottom:15px;
	clear:both;
}

.list_header_cell{
    background-color: #f5f5f5;
}

.list_header_cell, .list_header_cell a{
    font-weight:bold;
    color:#333333;
}

#search_form td{
    padding:5px;
}

/* Changes by SP */
#autoCompleteId { text-transform:capitalize;}
td.standard {background-color:#00A3E0;}
td.promoted {background-color:#71CC98;}
table#invoice td.field {width:37%;}
table#invoice td.value {width:63%;}
#voucherSuc, #voucherFail, #vouchercode, #addLink {display:none;}

.table-bordered {border-radius:4px; /*border-collapse:inherit;*/}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
 {border-left:1px solid #ddd; border-right:0; border-top:1px solid #ddd; border-bottom:0 }
.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child, .table-bordered tbody:first-child tr:first-child>th:last-child{
-webkit-border-top-right-radius: 4px;    border-top-right-radius: 4px;}
.table-bordered caption+thead tr:first-child th, .table-bordered caption+tbody tr:first-child th, .table-bordered caption+tbody tr:first-child td, .table-bordered colgroup+thead tr:first-child th, .table-bordered colgroup+tbody tr:first-child th, .table-bordered colgroup+tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
/*border-top:0;*/}
.table-bordered {border-left:0;}
.table-bordered td td{
    border-left: none;
}

.placeholder_selected{
    color:#999999;
}

.placeholder_selected option{
    color:#000000;
}

.has_placeholder option:first-child{
    color:#999999;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
margin-bottom: 0px;
}

.static .inner{
    padding:20px;
}

.static h1{
    font-size: 20px;
}

.static .TextHeader{
    font-size:15px;
    color:#00A3E0;
    display:block;
    margin-top:20px;
    margin-bottom: 10px;
}

.static .TextSubHeader{
    font-size:13px;
    color:#00A3E0;
    display:block;
    margin-top:20px;
    margin-bottom: 10px;
}

.static .TextItalicHeader{
    font-size:13px;
    font-style:italic;
    color:#00A3E0;
    display:block;
    margin-top:20px;
    margin-bottom: 10px;
}


/* Google Maps Fix */

.gm-style img {
    max-width: none;
}
.gm-style img {
    max-width: none;
}

.display-post{
    min-width:100%;
}

.colsAdjust, .cols4, .cols3, .cols2, .cols1{
    column-width:200px;
    -moz-column-width:200px; /* Firefox */
    -webkit-column-width:200px; /* Safari and Chrome */
}

.cols4{
    column-count:4;
    -moz-column-count:4; /* Firefox */
    -webkit-column-count:4; /* Safari and Chrome */
    width:900px;
}
.cols3{
    column-count:3;
    -moz-column-count:3; /* Firefox */
    -webkit-column-count:3; /* Safari and Chrome */
    width:100%;
}
.cols2{
    column-count:2;
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    width:500px;
}
.cols1{
    column-count:1;
    -moz-column-count:1; /* Firefox */
    -webkit-column-count:1; /* Safari and Chrome */
}

section.category_index{
    padding:20px;
    background-color: #f9f9f9;
	float:left; width:100%;
}

.videoboxes{
    padding:20px;
    background-color: #47a3da;
	float:left;
}

.featured ul{
    list-style: none;margin:0px;padding:0px;

}

.featured .location{
    float:right;
    font-weight: bold;
}

.featured .title{
    font-size: 1.1em;
}

.featured .postedby{
    font-size: .9em;
}

.featured ul.featured_listing{
    margin-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid #f6f6f6;
}



#frm .search-form-section select{height:34px; overflow:hidden;}
#frm .search-form-section select option {visibility:hidden;}
/* Changes by SP */
.hiddenCls {display:none;}

#advanceSearch td,
#alertadvanceSearch td  {padding:0;}

.formrow #shortSearch.btns{
	display:inline;
    position:unset;
	float:right;
	margin-right:5.2%;
}

.formrow #shortSearch.btns.insearch{ margin-right:4.8%;}
.formrow #shortSearch.btns a.extraoptions { margin-right:10px; font-size:12px;}

.downarrow {
	border-color: #08c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-image: none;
    border-style: solid;
    border-width: 5px;
    color: #08c;
    display: inline-block;
    height: 0;
    width: 0;
	margin-bottom:-4px;
	margin-left:2px; 
}
.uparrow {
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #08c;
    margin-bottom: 2px;
	border-image: none;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    height: 0;
    width: 0;
	margin-left:2px;
	margin-bottom: 2px;
}
#shortSearch .extraoptions span {margin-top:2px;}

.list_data_cell.center {text-align:center;}
#alertadvanceSearch .POSTED_BY input ,#advanceSearch .POSTED_BY input{width:100%;}
#alertadvanceSearch .SALARY_TYPE select,#advanceSearch .SALARY_TYPE select {width:100%; height:34px; color:#999; font-size:14px;}
#alertadvanceSearch select.search_date_style,#advanceSearch select.search_date_style {width:32%; height:34px;}
#alertadvanceSearch input.search_date_style,#advanceSearch input.search_date_style {width:32%; margin-left:4px;}
.search-form-section .field.RESUME_SEARCH_ALL  {width:52%;}
.date_field {width:100%;}
.formrow{
    /*margin-bottom: 15px;*/
    position: relative;
}

.formrow .btns{display:inline;
    position:absolute;bottom:0px;
}

.search-form-section .field{
   float:left;
    margin-right: 9px;
    margin-bottom:10px;
	width:32%;
}


.search-form-section .field.SEARCH_ALL label,
/* Changes by SP*/
.search-form-section .field.POSTED_BY label,
.search-form-section .field.RESUME_SEARCH_ALL label {
    display:block;    font-weight: bold !important;
    color: #333;
}

.search-form-section .field.SEARCH_ALL input,
.search-form-section .field.RESUME_SEARCH_ALL input{
   /* width:500px;*/
   width:100%;
}

.lge .field{
    display:inline;
}

.lge .field label{
    display: block;
    font-weight: bold !important;
}

footer .social{
    margin-bottom: 15px;
}

.hero-unit .inner{
    position:relative;
}

.hero-unit .social{
    position:absolute;
    bottom:-50px;
    right:0px;
    border-radius:8px;
    background-color:#ffffff;
    padding:10px;
    line-height:0px;
}


.resume-search .field label{
    float:left;
    width:200px;
    margin-right: 15px;
}

.resume-search .field{
    margin:10px 0px; ;
}

.resume-search .field input{
    min-width: 386px;
}
.resume-search .field select{
    min-width: 400px;
}

.dynamic_form input,
.dynamic_form select,
.dynamic_form textarea{
    width: auto;
}


#subscription_plans input[type="radio"]{
    margin:0px 4px;
}

#subscription_plans label{
    display:inline-block;
}

.features{
    margin: 30px 0 0;
}
.features ul{
    list-style: none;margin:0px;padding:0px;
}
.features h2{
    font-size: 16px;
}
.features h3{
    font-size: 14px;
}

.bs-docs-sidenav {
    width: 258px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.bs-docs-sidenav.candidate {
    width: 180px;
    margin: 00px 0 0;

}
.bs-docs-sidenav > li > a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url(../img/glyphicons-halflings-white.png);
    opacity: 1;
}
.bs-docs-sidebar.affix {
    top: 20px;
}
.bs-docs-sidebar.affix-bottom {
    position: absolute;
    top:auto;
    bottom: 500px;
}

.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
    background-color: #00A3E0;
}

.featuresHeader{
    background-color: #00A3E0;
    color: white;
    padding: 5px;
}

.featuresHeaderOrange{
    background-color: #F99817;
    color: white;
    padding: 5px;
}
.featuresHeaderGreen{
    background-color: #71CC98;
    color: white;
    padding: 5px;
}


.blog_wrapper {
        width: 960px;
        margin: 0 auto;
}

.blog_main {
        width: 600px;
        float: left;
        margin-right: 60px;
}

.blog_sidebar {
        list-style: none;
        padding: 0;
        
}

.blog_sidebar h2 {
        font-size: 16px;
}

.blog_sidebar ul {
        list-style: none;
        padding: 0px;
}


.star {background-image:url('img/stars.png');width: 114px;height:20px;cursor: pointer;}
.star_0 {background-position:0px 0px}
.star_1 {background-position:0px -20px}
.star_2 {background-position:0px -40px}
.star_3  {background-position:0px -60px;}
.star_4  {background-position:0px -80px;}
.star_5  {background-position:0px -100px;}



/*Added particulary for Ajax */
/*Changes by SP */
#subscription_plans_ajax input[type="radio"],
#std_posts input[type="radio"],
#premium_posts input[type="radio"]{
    margin:0px 4px;
} 

#subscription_plans_ajax label, 
#std_posts label,
#premium_posts label{
    display:inline-block;
	font-weight:normal;
}

#subscription_plans_ajax{
    display:table;
    margin-bottom: 20px;
}

#subscription_plans_ajax > article{
    display:table-row;

}

#subscription_plans_ajax > article > div{
    display:table-cell;
    padding:10px 20px 10px 10px;
    border-bottom:1px solid #c6c6c6;
}

/* Added For HTML 5 Validation*/
img { border: 0; }

.label{
    color: #777777;
    text-shadow: none;
    background-color: transparent;
}

.label-success{
    color: #468847;
}

.label-warning{
    color: #ff9900; font-size:12px;
}

.label-error{
    color: #cc0000;
}

.label-info{
    color: #3a87ad;
	font-size:12px;
}

.subnav.nav-pills>li>a{
    color: #08c;
    text-transform: none;
    border-radius: 4px;
}

.subnav.nav-pills>.active>a, .subnav.nav-pills>.active>a:hover, .subnav.nav-pills>.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #f0f0f0;
    box-shadow: inset 0px 2px 8px rgba(0,0,0,.2);
    -moz-box-shadow:inset 0px 2px 8px rgba(0,0,0,.2);
    -webkit-box-shadow:inset 0px 2px 8px rgba(0,0,0,.2);

}

#loginError{
    white-space: normal;
}

/***Added By Muhammad For TOP New design***/

.headerSearchBar{
    padding:20px;
    background-color: #f4f4f4;
	padding-top:10px; padding-bottom:10px;
 }

.headerTopBoxes{
   padding:20px;
   background-color: #fff;/*#f4f4f4*/
   clear:both;  background-color: #fff;
   overflow:hidden;margin-right: -3000px;
   margin-left: -3000px;
 }


/* Tabs and Blue Boxes CSS - HOME PAGE ONLY */

.boxes_blue {
        background:none repeat scroll 0 0; /*#e4e4e4*/
        /*border-radius:15px 0 22px;*/
        color:#FFF;
        float:left;
        /*width:25%;*/
        margin-top:15px;
        margin-right:22px;
        margin-left:22px;
        padding:0px 0px;
        padding-left:4px;
        text-align: left;
		height:205px;
}

.boxes_blue_big {
        background:none repeat scroll 0 0 #fff;
        border-radius:15px 0 22px;
        color:black;
        float:left;
        width:1098px;
        margin-top:15px;
        margin-right:10px;
        margin-left:5px;
        padding:0px 0px;
        padding-left:4px;
        text-align: left;
        }

        .round_image{
        border-radius:50px;
        float:left;
        margin:8px 24px 0 0;
        background:#fff;
        width:15%;
        }
.boxes_blue li
 {
             margin-left: 26%;
			 list-style:none;
         }

        .boxes_blue > h4
        {
                margin-top:7%;
        }

/* FOR EMPLOYERS FEATURES*/

.boxes_blue_emp {
        background:none repeat scroll 0 0; /*#e4e4e4*/
        color:#fff;
        float:left;
        width:30%;
        margin-top:15px;
        margin-right:10px;
        margin-left:5px;
        padding:0px 0px;
        padding-left:4px;
        text-align: left;
}
        .round_image_emp{
        border-radius:50px;
        float:left;
        margin:8px 24px 0 0;
        background:#fff;
        width:15%;
        }

.boxes_blue_emp li
 {
             margin-left: 92px;
         }

        .boxes_blue_emp > h4
        {
                margin-top:7%;
        }


/**************************************ENDING AT HERE****************************************/
.navbar .nav>li>a {text-shadow:none !important;}
 .dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}
 .dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}
 @media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}
 .nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}
 .navbar{position:relative;min-height:50px;margin-bottom:15px;border:1px solid transparent}
 @media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left;}}.navbar-collapse{padding-right:0px;padding-left:0px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}
 .navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}
 .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}
 @media (min-width:768px){.navbar-toggle,.notifyvalues{display:none;visibility:hidden;}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}
 .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}
.navbar .nav>li>.dropdown-menu:before , .navbar .nav>li>.dropdown-menu:after {display:none !important;}
.navbar-inverse .navbar-toggle .icon-bar {    background-color: #fff;}
.sr-only {    position: absolute;    width: 1px;    height: 1px;    padding: 0;    margin: -1px;    overflow: hidden;    clip: rect(0,0,0,0);    border: 0;}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after{
clear:both;}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before
{display:table;content:" ";}


.inner .navbar-inverse {background-color:#FFF !important; border-color:#FFF !important;margin-top:10px;}
.navbar-inverse .navbar-toggle , .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{background-color:#00A3E0; border-color:#00A3E0;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover { background-color: #eee;}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {background-color: #eee; color:#606e67}
.nav .dropdown-toggle .caret {    border-bottom-color: #08c;    border-top-color: #08c;   }
.navbar-nav>li>.dropdown-menu { border-radius: 6px; text-transform:none; box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);border:1px solid rgba(0, 0, 0, 0.2);
 margin: 2px 0 0;  min-width: 160px; padding: 5px 0; position: absolute; top: 100%;  z-index: 1000;-webkit-transform:translateZ(1000px);}
.dropdown-menu>li>a {font-size:14px;color:#000;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border:0;}
.mobilehide {display:none;}
.mobileshow {display:inline-block;}
.floatleft {float:left;}

nav.navbar { margin-bottom:0;}
.navbar-inverse .navbar-nav>li>a {color:#606e67;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {background-color:#eee; color:#606e67;}
.headerSearchBar .lge .btn {margin-bottom:0;}
#frameContainer {padding-bottom:0;}
.boxes_blue ul {padding-left:0;}
.headerSearchBar label {display:none;}
.ms-parent.form-control { width: 88% !important; padding: 0;  min-height: 40px;}
#section-1 .ms-parent.form-control {border:0; padding:0; width:100% !important;}
.ms-parent.form-control .ms-choice {    height: 38px;    line-height: 38px;   border: 0;    width: 100%;    margin: 0;}
select.form-control {padding-left:8px;}
.ms-choice > span {padding-left:13px;}
.ms-drop input[type=checkbox] {margin:0;}
.ms-choice > span{ padding-left:13px !important;}
.headerSearchBar #shortSearch {float:right; width:100%; margin-bottom:20px;}
.headerSearchBar #shortSearch a {color:#FFF;}
.headerSearchBar span.downarrow , .headerSearchBar span.uparrow{color:#FFF; border-color:#fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}
.fa { margin-right: 5px;}
.jobseekerbtns {margin:10px;padding:10px;}
.videoboxes .row {max-width:75%;}
.box h1 {margin-top:0;}
.content section.box-section {padding-top:1em;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-weight:bold;}
.table ul {padding:0 ;}
.table ul li {line-height:32px; padding-top:10px; padding-bottom:10px; height:51px;}

.form-control {  display: inline-block; font-size: 13px !important;  min-height: 40px;}
.dynamic_form.table>tbody>tr>td, .dynamic_form.table>tbody>tr>th, .dynamic_form.table>tfoot>tr>td, 
.dynamic_form.table>tfoot>tr>th, .dynamic_form.table>thead>tr>td, .dynamic_form.table>thead>tr>th {/*border-top:0;*/}
.dynamic_form_radio_style.form-control , .dynamic_form_checkbox_style.form-control{height:auto;min-height:auto;}
.dynamic_form_checkbox_style.form-control {width:auto;}

.login-error {font-size:82% !important;}
input[type='checkbox'], input[type='radio'] {width:auto !important;}
.dynamic_form_seperator h5 {font-weight:bold; color:#333;}
#autoCompleteId {width:65% !important;}
.dadada .vacancies {width:23%; height:702px;}
.container-wrap .control {width:23%; height:430px;}
.free-use .control2 {width:20%;height:490px;}
#referrals .result {width:23%; height:528px;}
.newuseitfreeitem {width:31%;float:left; margin-right:12px; background:#FFF; border-radius:5px;margin-bottom:10px;}
.newuseitfree ,.useitfree{ width:75%;}
.useitfree{margin-left: 12px;}
.useitfree p,.referral p {font-size:24px;}
.free-use .referral,.membership {width:75%; margin-left:10px;}
.one {width: 230px;}
.font24 {font-size:24px;}
ul,ol {list-style:none;}
.boxes-benefit {width:290px;}
.boxwidth {width:98% !important;margin-left:6px; margin-right:6px;height: 352px !important;}
.membership ul li.membershipul {width:23% !important;}
.member-table {padding-top:45px;}
#customers-wrap {width:80%; margin:auto}
#customers-wrap .section {  width:88%;  padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}
#customers-wrap .logos .internal{margin-left:-42px}
#customers-wrap .logos .logo-wrap {margin:0 0 20px 40px;}
#customers-wrap .logos .logo-wrap .logo {height:100px; width:200px;}
#customers-wrap .logos .internal,#customers-wrap .logos .agency {width:273px;}
.boxes-benefit {width:31%;height:320px !important;}
.contacttbl {margin-left:180px;}
#standard-vs-promoted {color:#676767;padding-top:20px;margin-left:5px;}
.vacancies img{ padding-top: 65px;max-width:100%;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {color:#606e67;}
.alert { background-color: #fcf8e3; border: 1px solid #fbeed5;  border-radius: 4px; margin-bottom: 20px; padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}
.alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48;}

/*** Inner Pages ***/
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
border-top-left-radius:4px;}
.table-bordered th, .table-bordered td {border-left:1px solid #ddd}
.table-condensed th, .table-condensed td {    padding: 4px 5px;}
.info-box-body .dynamic_form.table th, .info-box-body .dynamic_form.table td {/*border-top:1px solid #ddd;*/}
.dynamic_form input, .dynamic_form select, .dynamic_form textarea { min-height: 40px;  width: 88%;}

.dynamic_form td {white-space: inherit;}

.form-group label {    display: block;  font-weight: bold !important;   color: #333;}
.form-horizontal .control-group .controls input[type='text'],.form-horizontal .control-group .controls select {width:65%;}
.controls .ms-parent.form-control {width:65% !important;}
.form-horizontal .control-group .controls textarea {width:65%;height:120px; font-size:12px;}
.form-horizontal #loginModal  .control-group .controls input[type='text'],.form-horizontal #loginModal  .control-group .controls input[type='password'],
.form-horizontal #loginModal .control-group .controls select {width:206px;}
#support_form {height:725px;}
.dynamic_form input[type='button'],.dynamic_form input[type='submit'] {width:auto; min-height:auto;}
.dynamic_form.edit select.dynamic_form_date_style ,.dynamic_form.edit input.dynamic_form_date_style {width:21%;}
.dynamic_form.edit input.dynamic_form_date_style {margin-left:5px;}
.dynamic_form input[type='checkbox'],.dynamic_form input[type='radio'] {height:auto;min-height:auto}
.linkprofile {width:100%; font-weight:normal;}
h1.job_title {font-size:22px;}
.okmsg {width:85%; margin:auto;}
.postpage #dynamic_form {background-color:#f5f5f5;}
/*.nav.menutabs li {margin-bottom:0px !important;}*/
/*.table-responsive:before {
    padding: 2px 5px;
    content: "Swipe left to read more";
    color: #fff;
    background: #333;
}*/
.table-responsive::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	-webkit-overflow-scrolling: touch;
}

.table-responsive::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
	-webkit-overflow-scrolling: touch;
}
.welcomemsg {background-color:#00A3E0;color:#ffffff;width:100%; margin:auto; padding-left:0px; margin-bottom:20px; float:left;}
/*.welcomemenu {padding:8px;padding-left:0px;}
.welcomemsg h4 {margin:auto; font-weight:500; width:90%; }*/
.welcomemsg h4 {position:relative;margin: auto;font-weight: 500; width: 45%; float: left; padding-bottom:8px;}
.welcomemsg h4 .logothumb {width:30px; border-radius:15px; float:left;}
.welcomemsg h4 i.name {float: left;    margin-top: 5px;    margin-left: 10px;}
.welcomemenu {    padding: 8px;    padding-left: 0px;    width: 90%;    margin: auto;}
.credit_header {float:right; padding-bottom:4px; margin-top:2px;}
.profilestatus {float:right;}
.profilestatus .star {cursor:default; margin-top:5px; float:left; display:inline-block;}
.profilestatus .status {display:inline-block;  margin-left:10px; color:#fff;font-weight:bold; float:left;}
.editprofilelink {float:left;}
.editprofilelink a.btn.editlink{padding: 5px !important; font-size: 11px !important; margin-left: 10px !important;  margin-top: 3px !important; margin-bottom:6px !important;}
.credits {color:#ec971f; font-weight:bold;}
.stdpost {display:inline-block;}
.stdpost a.item,.stdpost a.item:focus,.stdpost a.item:hover {outline:none; border:0; text-decoration:none;}
.postcredits {display: inline-block; font-size: 11px; margin-left: 10px;}
.editprofilelink .glyphicon-edit {margin-left: 10px; margin-top: 4px;font-size: 20px;color:#FF585D}
.editprofilelink .glyphicon-edit:hover, .editprofilelink .glyphicon-edit:focus {color:#FF585D;}
.lastLogin {text-align:right;}
.lastLogin h5{ display: inline-block; margin-top: 0;  color: #337ab7;}
.lastLogin span {margin-left:5px;}
/**** Similar job listing ***/
ul.similar_listing {margin-left:0px; padding-left:0px;}
.similar_listing li.title {font-size:14px; display:block;}
ul.similar_listing li {display:inline-block; margin-right:5px;}
ul.similar_listing li.description {display:block;}

/****** Notifications *******/
.notifycontainer a.notify i,.toggle-menu .notify{font-size:20px; color:#FF585D;}
.toggle-menu .notify {float:right; margin-top:10px; margin-right:15px;}
.notifycontainer a,.toggle-menu .notify  {margin: 0; padding-bottom: 0px; padding-top: 5px; }
.notifycontainer a:hover,.notifycontainer a:focus,
.notify:hover, .notify:focus {background-color:transparent;}
.notifycontainer a:hover span,.notifycontainer a:focus span,
.notify:hover span, .notify:focus span{ color:#ec971f;}
.notifycontainer a.notify label.newnotifications ,.notifycontainer a.notify:hover label.newnotifications,
.notifycontainer a.notify:focus label.newnotifications ,
.notify label.newnotifications .notify:hover label.newnotifications,
.notify:focus label.newnotifications{color: #FFF; font-size: 10px; float:left; text-align:center; width:100%;line-height:12px;cursor:pointer;}
.notifycontainer a.notify .countbg , a.notify .countbg{ background-color: #000;border-radius: 10px; width:15px; height:15px;text-align:center;
position: absolute;  top: -12px; right: 0px;float:left;}
.notifycontainer { float:left;margin-left:10px; margin-top:4px;}
.welcomemsg h4 .notificationlist i {float:none; margin-top:0px; margin-left:0px;}

#navbarCollapse .navbar-right li.hidden-xs a.notify span,.toggle-menu .notify{font-size:24px; color:#FF585D;}
.toggle-menu .notify {float:right; margin-top:10px; margin-right:15px;}
#navbarCollapse .navbar-right li.hidden-xs a,.toggle-menu .notify  {margin: 0; padding-bottom: 0px; padding-top: 5px; }
#navbarCollapse .navbar-right li.hidden-xs a:hover,#navbarCollapse .navbar-right li.hidden-xs a:focus,
.toggle-menu .notify:hover, .toggle-menu .notify:focus {background-color:transparent;}
#navbarCollapse .navbar-right li.hidden-xs a:hover span,#navbarCollapse .navbar-right li.hidden-xs a:focus span,
.toggle-menu .notify:hover span, .toggle-menu .notify:focus span{ color:#ec971f;}
#navbarCollapse .navbar-right li.hidden-xs a.notify label.newnotifications ,#navbarCollapse .navbar-right li.hidden-xs a.notify:hover label.newnotifications,
#navbarCollapse .navbar-right li.hidden-xs a.notify:focus label.newnotifications ,
.toggle-menu .notify label.newnotifications ,.toggle-menu .notify:hover label.newnotifications,
.toggle-menu .notify:focus label.newnotifications{color: #FFF; font-size: 10px; float:left; text-align:center; width:100%;line-height:12px;cursor:pointer;}
#navbarCollapse .navbar-right li.hidden-xs a.notify .countbg ,.toggle-menu a.notify .countbg{ background-color: #000;border-radius: 10px; width:15px; height:15px;text-align:center;
position: absolute;  top: -8px; right: 0px;float:left;}
.notification_mob , .notification_div { opacity: 0;  left:0;  top: -99999px;    position: absolute;  color:#FFF; z-index:9999;margin-top:5px;width:330px;}
.notification_container {  width:100%; padding-top:17px}
.notificationlist {background-color:#FFF;border-radius:10px; border:1px solid rgba(0, 0, 0, 0.2);padding-top: 0px; border-top-left-radius: 0px;
    border-top-right-radius: 0px; overflow:hidden;min-height:50px;max-height:300px;overflow-y:none; font-size:12px;}
	
.notificationlist:hover {overflow-y:auto;}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
	-webkit-appearance: none;
} 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
} 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #00A3E0;   
}
.notificationlist .no_notifications {color:#606e67; font-size:13px; text-transform:none; padding:13px;}

.notifyleft .logo {width:40px;}
.notifyleft .logo img {width:100%;}

.notifyrow {width:100%;padding:10px;}
.notifyrow:hover, .notifyrow:focus { background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1eaf9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1eaf9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1eaf9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1eaf9',GradientType=0 ); /* IE6-8 */}
.notificationlist .notifyrow:last-child:hover,.notificationlist .notifyrow:last-child:focus,.notifyrow:last-child.notviewed 
 {border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.headertext {    background-color: #00A3E0; border-top-left-radius: 10px; border-top-right-radius: 10px; padding:10px;}
.headertext .notifyheader {color:#FFF;padding:0; margin:0; text-transform:none;}
.notifyleft,.notifyright{display:inline-block; vertical-align:top;}
.notifyright {margin-left:10px; width:82%;}
.notifyright .profilelink a,.notifyright .name a {color:#337ab7;}
.notifyright .profilelink {font-weight:bold; color:#000;}
.notifyright .name {color:#606e67; font-size:14px; margin-bottom:5px; width:100%;}
.notifyright .name .timesince {float:right;width:15%;font-size:10px;color:#768e9d; text-align:right;}
.notifyright .name, .notifyright .profilelink, .notifyright .redirectlink a {text-transform:initial;}
.notifyright .redirectlink {color:#000; font-size:12px;text-transform:initial;font-weight:bold;}
.notifyright .redirectlink  a ,.notifyright .redirectlink  i {color:#ec971f;font-weight:bold;}
.notifyright .name {line-height:12px;}
.navbar-right li.hidden-xs,.notifyvalues {position:relative; height:34px;}
.notviewed {background-color:#f4f4f4;}
.headertext h5 {border-top:0px;}

.activities {display:none; margin-top:15px;}
.glyphicon-minus-sign ,.glyphicon-plus-sign{margin-right:5px;top:2px;}
.mobilebtnmargin {margin-left:5px;margin-bottom:5px;}
.displayinline {display:inline;}
.well.pull-right {margin-right:10px;margin-bottom:10px;text-align: center;padding:15px;}
.well.pull-right.viewmatch {padding-top:12px;padding-bottom:13px;}
.well.pull-right.viewmatch.nomarginright {margin-right:0px;}
.mobiletopquickmain {font-size: 24px;position: relative;margin-bottom: -48px;}
.jobtitle {margin-top:10px;}
#activityModal .control-label, #sendJobModal .control-label,#recruitmentModal .control-label{ width:100px;}
#activityModal .controls, #sendJobModal .controls,#recruitmentModal .controls{ margin-left:120px;}
input[type='checkbox'].form-control,input[type='radio'].form-control {height:auto;min-height:auto;}
.container.resumecontainer {width:100%;padding-left:0px; padding-right:0px;}
.resumecontainer .nav>li {display:inline-block; margin-bottom:10px !important;}
.smallbtns {padding:10px;border-radius: 6px;background-color: #f0f0f0;text-align: right;margin:15px 0px}
.dynamic_form.table.view>tbody>tr>td, .dynamic_form.table.view>tbody>tr>th, .dynamic_form.table.view>tfoot>tr>td, 
.dynamic_form.table.view>tfoot>tr>th, .dynamic_form.table.view>thead>tr>td, .dynamic_form.table.view>thead>tr>th{border-top:1px solid #DDD;}
.btn-toolbar {margin-bottom:10px;}
.nav>li.statusli>a {padding:0px; display:inline-block;}
.info-box-body .btn-toolbar {width:100%;margin-left:0px;}

.info-box-body .btn-toolbar .btn-group {padding-left:0px; padding-right:0px;margin-bottom:5px;}
.col-md-6.form-horizontal .control-group .controls input[type='text'], .col-md-6.form-horizontal .control-group .controls select,
.col-md-6.form-horizontal .control-group .controls textarea {width:250px;}
.vouchercode {width:150px;}
.width15 {width:15%; height:15%;}
.width6 {width:6%; height:6%;}
.info-box-body .dynamic_form.table.edituserprofile th, .info-box-body .dynamic_form.table.edituserprofile td {border-top:0; }

#appFrame {height:400px;}
.featurejob {float:right;padding-right:15px;}
.featurejob h1 {margin-top:0px;}
.display-post h1.job_title {margin-top:10px;}
.table-responsive {   min-height: .01%;   overflow-x: inherit;}
.table tr.standard td,.table tr.green_grad td{padding:10px}
.jobseekerprofilebtns {margin-top:30px;}
#back-to-top { position: fixed; bottom: 11px; right: 20px; z-index: 9999; outline: none; width: 44px; height: 44px; text-align: center;  line-height: 38px;
    color: #FFF; cursor: pointer; border: 0; border-radius: 2px; text-decoration: none; transition: opacity 0.2s ease-out; opacity: 0;
    font-size: 25px; padding: 0 10px;visibility:hidden; display:none;}
#back-to-top.show {    opacity: 1; visibility:visible !important; display:block;}
.info-box-body {width:100%;}
iframe#launcher {right:0px !important;left:20px !important;}

.navbar-nav>li {  float: left !important;margin-left:2px !important;}
.navbar-nav>li>a {padding-top: 8px; padding-bottom: 8px; margin-top: 2px; margin-bottom: 2px;padding-left: 12px; padding-right: 12px;    line-height: 14px;}
	
#dynamic_form .logintable {width:65% !important; text-align:center;}
#dynamic_form .logintable .controls.controls-row  input.form-control {width:280px !important;}
.candidate-body #dynamic_form .logintable,.employer-body #dynamic_form .logintable {width:33% !important;}
.job_post_data .dynamic_form.table>tbody>tr>td,.job_post_data .dynamic_form.table>tbody>tr>th,.job_post_data .dynamic_form.table>tfoot>tr>td,
.job_post_data .dynamic_form.table>tfoot>tr>th,.job_post_data .dynamic_form.table>thead>tr>td,.job_post_data .dynamic_form.table>thead>tr>th {border-top:1px solid #ddd;}
.table-responsive {clear:both;}
#user_type {width:52%;}
#FirstName, #LastName,#firstName, #lastName  {width:44%;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {max-width:none;}
.job_post_data  .dynamic_form.view td {border-top:1px solid #ddd !important;}
.employers-body .info-box-body .inner,.candidate-body .info-box-body .inner{max-width:100%;}
.hidden-xs input {display:inline-block;width:auto; }
.visible-xs input {display:none;}
.linkedinlink {word-break:break-all;}
.youtubevideo {width:100%;height:330px;}
#joblist .list_controls .btn-group ul li {height:auto; padding-top:5px; padding-bottom:5px;}
.nav>li>a.chgStatus {background-color:transparent !important; position:inherit; display:inline-block; padding:0px;}
.mobilebtnmargin {margin-left:5px;}
#joblist .job_list_small_print i ,#joblist .job_list_small_print_premium i,#joblist .job_list_cat_name,#joblist .job_list_cat_name_premium{margin-right:5px;}
.lge .searchprofile {float:right;margin-right:2.3%;margin-bottom:10px;}

/****** Profile list *******/
.search-results-section .profile_list {width:98%;}
.profile_list .profile_list_row {padding:15px; border:1px solid #ddd; border-radius:5px;margin-bottom:10px;float:left;clear:both;width:100%;}
.profile_list .profile_list_row .leftProfile {width:70%; float:left;}
.profile_list .profile_list_row .rightProfile {float:right; width:100px; height:100px;}
.profile_list .profile_list_row .leftProfile .PROFILE_BNAME a{ font-size:14px; font-weight:bold; margin-bottom:10px;}
/*.profile_list .profile_list_row .rightProfile .LOGO.halfwidth {width:50%;float:right; width:100%; height:100%;max-height:100px;}
.profile_list .profile_list_row .rightProfile .LOGO.fullwidth {width:100%;float:right;width:100%; height:100%;max-height:100px;}*/
.LOGO.imgwidth { width:100%; height:100px; display:table-cell; vertical-align:middle; max-width:100%;}
.profile_list .profile_list_row .rightProfile .LOGO img {width:100%; max-height:100%;}
.profile_list .profile_list_row:hover, .profile_list .profile_list_row:focus,.profile_list .profile_list_row.selectedRow {background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1eaf9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1eaf9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1eaf9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1eaf9',GradientType=0 ); /* IE6-8 */
}
/*.glyphicon-time {color:#337ab7}
.glyphicon-home {color:#337ab7;}
.glyphicon-globe {color:#ec971f;}
.glyphicon-user {color:#71CC98;}
.glyphicon-list-alt {color:#337ab7;}
.glyphicon-eye-open {color:#71CC98;}
.glyphicon-zoom-in {color:#ec971f;}
.glyphicon-list {color:#ec971f;}*/
.glyphicon-education,.glyphicon-time,.glyphicon-edit,.glyphicon-home,.glyphicon-globe,.glyphicon-user,
.glyphicon-list-alt,.glyphicon-eye-open,.glyphicon-zoom-in,.glyphicon-list,
.fa-home,.fa-edit,.fa-globe,.fa-graduation-cap,.fa-list-alt,.fa-user  {
color:#00A3E0; margin-right:5px;}
.job_list_part .fa-graduation-cap {color:#333;}
.glyphicon-hand-up,.glyphicon-zoom-in,.glyphicon-pencil ,.glyphicon-search,.glyphicon-th-list,.glyphicon-refresh,.glyphicon-envelope,
.glyphicon-print,.glyphicon-share,.glyphicon-send,.glyphicon-star,.glyphicon-menu-left,.glyphicon-menu-right,.glyphicon-paperclip,
.glyphicon-map-marker,.glyphicon-edit{margin-right:5px;}
.profile .glyphicon-user{margin-right:5px; color:#00A3E0;}
.date .glyphicon-time{margin-right:5px; color:#FF585D;}
.email .glyphicon-envelope{margin-right:5px; color:#71CC98;}
.location .glyphicon-map-marker{margin-right:5px; color:#333;}
.glyphicon-menu-right {font-size:11px;}
.glyphicon-share {color:#00A3E0;}
.videoboxes .glyphicon-pencil ,.videoboxes .glyphicon-zoom-in,.jobseekerprofilebtns .glyphicon-pencil, .jobseekerprofilebtns .glyphicon-zoom-in,
.latestjobs .glyphicon-search,.search .glyphicon-search,.glyphicon-th-list,.glyphicon-refresh{color:#FFF;}
.rightboxes {padding-right:0px !important;}
.tooltip-inner {padding:8px; background-color:#FF585D;}
.tooltip.top .tooltip-arrow {border-width:8px 8px 0; margin-left:-8px; color:#FF585D;border-top-color:#FF585D; bottom:-2px;}
.tooltip.top {margin-top:7px; margin-left:5px;}
.tooltipLink {position:absolute;}


input.form-control[type='file'] {display:inline-block;}
.job_post_data iframe.gmap {width:70%;}
.edit iframe.gmap {width:100%;}
#cke_editor1 {width:100%;}


/**************** New Style for jcourse list,view and new course********************/
#joblist.joblistrows {margin-top:20px;}
.joblistrows {  float: left;}
#joblist.joblistrows .standard {background-color:#FFF;}
#joblist.joblistrows .standard, #joblist.joblistrows .green_grad {  width:100%;float:left;  border: 1px solid #DDD; border-radius: 8px;  padding: 15px 0;  margin-bottom: 10px;}
.joblistrows .leftpart {display:inline-block; vertical-align:top; margin-top:7px; width:15%;}
.joblistrows .leftpart.nomargin {margin-top:0;}
.joblistrows .leftpart .logowidth{     width: 100%; max-width: 100%; max-height: 100%;  height: 100%;}
.joblistrows .leftpart .logowidth img {width: 100%; max-width: 100%;}
.joblistrows .leftpart .logowidth img.default {width:100%; }
.joblistrows .middlepart,.joblistrows .rightpart {display:inline-block;vertical-align:top;}
.joblistrows.SAVED .singleRow.SAVED .leftpart {padding-left:0;}
.joblistrows .rightpart { margin-right:0; margin-top:8px;}
.joblistrows .rightpart  .courselinks {line-height:25px;}
.joblistrows .rightpart  .courselinks  a {color:#FF585D;font-weight:bold;}
.joblistrows .rightpart  .courselinks  a:hover,.joblistrows .rightpart  .courselinks  a:focus {color:#ec971f;}
.glyphicon-plus-sign,.fa-plus-circle{    color: #8bad1b; }
.joblistrows .middlepart .job_list_title,.joblistrows .middlepart .job_list_title_premium {font-size:20px; margin-bottom:10px;}
.joblistrows .middlepart a.job_list_title:hover,.joblistrows .middlepart a.job_list_title_premium:hover  {text-decoration:none;}
.joblistrows .middlepart .job_list_small_print {font-size:12px;}
.joblistrows.SAVED .singleRow.SAVED .rightpart { padding-right: 0;}

.green_grad td,#joblist.joblistrows .standard:hover,#joblist.joblistrows .standard:focus{
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1eaf9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1eaf9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1eaf9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1eaf9',GradientType=0 ); /* IE6-8 */
	
}
.joblistrows .rightpart .location {    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;}

.green_grad td:first-child,#joblist.joblistrows .standard:hover,#joblist.joblistrows .standard:focus{  border:1px solid #00A3E0;}

.signup_form {padding-top:40px;}
.course_view_data ,.signup_form, .account_intro{  width: 55%;    margin: auto;}
.course_view_data  .modeview{ border-radius:5px;background-color:#f5f5f5;}

.course_view_data .modeview .view .dynamic_form_seperator {display:none;}
.course_view_data.view  {width:100%;}
.info-box .course_view_data.view #dynamic_form {background-color:transparent;margin-bottom:0;}
.info-box .course_view_data.view .formrow .fieldlabel {width:22%;}
.info-box .course_view_data.view .formrow .fieldvalue {width:70%;}
.info-box .course_view_data.view .formrow {margin-bottom:0;padding:15px; border-bottom:1px solid #ddd}
.info-box .course_view_data.view .modeview .view:first-child {border-bottom:1px solid #ddd;}
.postpage .post-links.well,.formrow.gmap #dynamic_form  {margin-top:0; background-color:#fff;}
.info-box .course_view_data.view .formrow ,.postpage .course_view_data.view .formrow{margin-bottom:0;padding:15px; border-bottom:1px solid #ddd}

.display-post .well {margin-top:20px;}

.postpage .modeview{background-color: #f5f5f5;
    padding: 1% 3%;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.07);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.07);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.07);}
	.postpage .modeview .formrow {border-bottom: 1px solid #ddd;  padding-bottom: 15px;   margin-bottom: 15px;}
.postpage .modeview #dynamic_form {background-color:transparent; border:0; box-shadow:none; padding:0; margin-bottom:0; border-radius:0;}
.info-box .course_view_data.view .modeview .view:first-child {border-bottom:1px solid #ddd;}
.postpage .formrow.gmap .LOCATION {display:none;}
.postpage .modeview .formrow.noborder {border-bottom:0;}
.info-box .row {background-color:#fff;}
.resendemail {margin-top:5px;}

/**** Course Manager and applicant list (job_apps)****/

.all_chkbox {float:left; line-height:30px; margin-right:10px;margin-left:5px;}
.btn-group {padding:5px;}
.btn-group .dropdown-toggle {border-top-left-radius:3px !important; border-bottom-left-radius:3px !important;}
.all_chkbox input[type='checkbox'] {vertical-align:middle;}
.empoyerjoblistrows .single_course_item .courseactions {width:12%; display:inline-block;vertical-align:top; margin-top:5px;}
.single_chkbox {width:28%; display:inline-block; vertical-align:top;}
.single_chkbox p {width:33px;}
.single_action {display:inline-block;}
.actionbtn .btn {padding:3px 8px; font-size:11px;}
.actionbtn {margin-bottom:3px;}
.empoyerjoblistrows .single_course_item .singleRow {width: 15%;  display: inline-block;  margin-right: 2%;   margin-left: 1%; vertical-align:top;}
.empoyerjoblistrows .single_course_item .singleRow {width:67%;}
.empoyerjoblistrows .single_course_item .middlepart .job_list_title,.empoyerjoblistrows .single_course_item .middlepart .job_list_title_premium {font-size:18px;}
.empoyerjoblistrows .single_course_item .rightpart {display:inline-block; background-color:#f4f4f4; border-radius:5px; padding:10px; width:17%; vertical-align:top; margin-top:5px;padding-left:22px;}
.empoyerjoblistrows .single_course_item .rightpart .hits{color:#337ab7; font-weight:bold;}
.empoyerjoblistrows .single_course_item .rightpart .hitview {margin-bottom:5px;}
.glyphicon-search {color:#FF585D; margin-right:5px;}
.empoyerjoblistrows .standard {border-bottom: 1px solid #ddd;    padding-bottom: 10px;    padding-top: 10px;}
.empoyerjoblistrows .standard:last-child{border-bottom:0px; padding-bottom:0px; margin-bottom:0px;}
.sortingmenu {position:relative; float:right}
.sortingmenu_dropdown {position: absolute; top: 100%; right: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px;
    text-align: left; list-style: none;  background-color: #fff;  -webkit-background-clip: padding-box;  background-clip: padding-box;  border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);   box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.sortingmenu_dropdown>li>a { font-size: 12px; color: #000;display: block; padding: 3px 20px; clear: both; font-weight: 400;  line-height: 1.42857143;white-space: nowrap;}
.open>.sortingmenu_dropdown {    display: block;}

/*.applistrows .single_chkbox   {width: 3%;display: inline-block; vertical-align: top; text-align: center;}
.applistrows .standard .name {font-size:18px;}
.applistrows .standard .added_date b,.applistrows .standard .source b{ margin-right:5px;}
.applistrows .standard .source {margin-bottom:5px;}
.applistrows .standard .candidate_app_data {display:inline-block; width:25%;}
.applistrows .standard .candidate_status {display:inline-block; width:35%; vertical-align:top}
*/
.candidatelistrows .standard,.resumelistrows  .standard,
.courselistrows .standard,.request_history .standard{background-color:#fff;width:32.3%; display:inline-block; border-radius:5px;margin-bottom: 1.5%;  margin-right: 1%;vertical-align:top;}
.candidatelistrows .standard .single_app_item .single_chkbox ,
.resumelistrows  .standard  .single_chkbox,.courselistrows  .standard  .single_chkbox,.request_history .standard .single_chkbox{width:6%;display:inline-block;}
.resumelistrows .standard .single_resume_item,.candidatelistrows .standard .single_app_item ,
.courselistrows .standard .single_app_item,
.request_history .standard .single_request_item {border: 1px solid #ddd; border-radius: 5px;  padding: 10px;}
.candidatelistrows .standard .single_app_item .candidate_data,
.courselistrows  .standard  .single_app_item .course_data,.request_history .standard .single_request_item  .request_history_data{width: 92%; display: inline-block;  vertical-align: top;}
.candidatelistrows .standard .single_app_item .coursetitle,.applistrows .standard .single_app_item  .coursetitle{font-size:16px;margin-bottom:5px;}
.candidatelistrows .standard .single_app_item .candidate_app_data  ,.applistrows .standard .single_app_item  .candidate_app_data{ width: 92%;  margin-left: 7%;}
.candidatelistrows .standard:hover,.candidatelistrows .standard:focus ,
.courselistrows .standard:hover,.courselistrows .standard:focus,
.request_history .standard:hover,.request_history .standard:focus{background-color:#fdfdfd;
	 box-shadow: 0px 0px 50px #ddd;
    z-index: 2;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1); }
.candidatelistrows .standard:hover .single_app_item,.candidatelistrows .standard:focus .single_app_item,
.applistrows .standard:hover .single_app_item,.applistrows .standard:focus .single_app_item {border:0px; border-radius:0px;}
.applistrows .standard .access .label {margin:0; padding:0;}
.applistrows .standard .name{font-size:16px;}

.applistrows .standard {width:100%; margin-bottom:10px;}
.applistrows .standard .single_app_item {padding:10px;border-bottom:1px solid #ddd;}
.applistrows .standard .single_app_item .single_chkbox {width:auto; display:inline-block;vertical-align:top;}
.applistrows .standard .single_app_item .candidate_data {width:30%; display:inline-block; margin-left:8px;vertical-align:top;}
.applistrows .standard .single_app_item  .candidate_app_data {width:26%; display:inline-block;vertical-align:top;}
.applistrows .standard .single_app_item  .candidate_status {width:18%; display:inline-block; vertical-align:top;}
.applistrows .standard .single_app_item  .candidate_access {width:15%; display:inline-block;vertical-align:top; text-align:right;}
.applistrows .standard:hover,.applistrows .standard:focus {
border-bottom:1px solid #ddd;
  background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1eaf9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1eaf9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1eaf9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1eaf9',GradientType=0 ); /* IE6-8 */
}

.list_controls .btn-group>.btn:last-child:not(:first-child), .list_controls .btn-group>.dropdown-toggle:not(:first-child) {border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;}
.resumelistrows .standard .single_resume_item .IMAGE {width:14%; display:inline-block; vertical-align:top;}
.resumelistrows .standard .single_resume_item .RESUME_NAME {width: 77%; display: inline-block; vertical-align: top; margin-bottom:5px;}	
.resumelistrows .standard .single_resume_item .RESUME_NAME a,.courselistrows .standard .single_app_item .coursetitle,
.referrallistrows .standard .single_referral_item .name{font-size:15px;}
.resumelistrows .standard .single_resume_item {height:100px;}
.formrow{margin-bottom:35px;}
.formrow .fieldlabel {  font-weight: bold; color: #333; width: 100%;display: inline-block; padding-left: 0px; vertical-align: top;
    padding-bottom: 5px;}
.formrow .fieldvalue { width: 100%; display: inline-block;}

.single_resume_item .list_data_cell .label {margin-left:20% !important;}

.joblistrows .single_chkbox {width:2%; display:inline-block;}
.joblistrows .singleRow.SAVED {width:95%; display:inline-block;}
.joblistrows.SAVED  .single_chkbox {margin-left:10px;}
.post-links.well {margin-top:15px;}

.request_history .standard .single_request_item  .request_history_data .profile a {font-size:15px;}
.grant,.refuse {padding-top:2px; padding-bottom:2px; font-size:12px;}
.post_edit_button {color:#00A3E0; background-color:#FFF; border:1px solid #00A3E0; border-radius:3px;}
.post_edit_button:hover,.post_edit_button:focus {color:#337ab7;border:1px solid #337ab7;}
.post_copy_button {color:#71CC98; background-color:#FFF; border:1px solid #71CC98; border-radius:3px;}
.post_copy_button:hover,.post_copy_button:focus {color:#8bad1b;border:1px solid #8bad1b;}
.post_copy_button.promote {color:#FF585D; background-color:#FFF; border:1px solid #FF585D; border-radius:3px;}
.post_copy_button.promote:hover,.post_copy_button.promote:focus {color:#ec971f;border:1px solid #ec971f}
.headerdiv { background-color: #08c; border-radius: 5px; color: white; font-weight: bold;  margin-bottom: 10px; padding:5px;}
.headerdiv  .date, .activitylistrows .standard .date{width: 15%; display: inline-block;margin-left:5px; vertical-align:top;}
.headerdiv  .activity, .activitylistrows .standard .activity{width: 27%; display: inline-block;vertical-align:top;}
.headerdiv  .regarding, .activitylistrows .standard .regarding{width: 28%; display: inline-block;vertical-align:top;}
.headerdiv  .notes, .activitylistrows .standard .notes{width: 28%; display: inline-block;vertical-align:top;}
.activitylistrows .standard {border-bottom:1px solid #ddd; padding-bottom:5px;padding-top:5px;}
.activitylistrows .standard:last-child {border-bottom:0px;}
.latest_jobs ul{margin:0;padding:0;}
.latest_jobs .featured_listing .title {font-size:15px;}
.latest_jobs ul.featured_listing {padding-bottom:10px; border-bottom:1px solid #ddd; padding-top:10px;}
.latest_jobs ul  li:last-child ul.featured_listing {border-bottom:0px;}
.bgimg {background-image:url(img/nurse-training.jpg) ,url(img/nurse-certi.jpg), url(img/post-grad.jpg); background-position:top left, top center, top right; width:100%; background-repeat:no-repeat;}
.logotext {margin-top:0px;margin-right:10px;font-size:14px; text-decoration:none; text-align:right; color:#797979;opacity:0.8; filter:alpha(opacity=80); font-family:"Lato";}
a.mainlogo:hover{text-decoration:none;color:#797979}
.headerlogo {width:80%;}

/* Course List style */
.joblistrows .rightpart .location i {margin-right:8px;}
.job_list_part {width:100%; display:inline-block;margin-top:2px; margin-bottom:2px;}
.job_list_part .job_list_part_label {width:40%; display:inline-block; font-weight:bold; vertical-align:top;}
.job_list_part .job_list_part_value {display:inline-block;}
.joblistrows .job_details {background-color:#f4f4f4; padding:5px; margin-top:10px; border-radius:5px;}
.job_list_part .job_list_part_label .fa {font-weight:normal; margin-right:5px; width:15px;}
.goLink {    width: 50%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    margin-top: 50px;}
.single_course_item .job_list_small_print,.single_course_item  .job_list_cat_name {display:inline-block;}

header .topheader {    background-color: #f5f5f5; width: 100%;}
header .topheader ul {text-align:center;/*padding-top: 5px;padding-bottom: 5px;*/padding-left:0;padding-right:0;}
header .topheader ul  li {display:inline-block; margin-left:10px; line-height:25px;}
header .topheader ul  li.act {border-bottom:2px solid; font-weight: bold;}

.resumelistrows .standard  .longdata,.resumelistrows .view_status ,.resumelistrows .hideshowcontent{ display:none;visibility:hidden;}
.resumelistrows .view_status {margin-left:20%;}
.resumelistrows .rightcontent{width:77%;display:inline-block;}
.resumelistrows .standard:hover .single_resume_item,.resumelistrows .standard:focus .single_resume_item {height:auto;}
.resumelistrows .standard:hover  .hideshowcontent ,.resumelistrows .standard:focus  .hideshowcontent,
.resumelistrows .standard:hover  .longdata,.resumelistrows .standard:focus  .longdata,
.resumelistrows .standard:hover .view_status,.resumelistrows .standard:focus .view_status{ display:block;visibility:visible;}
.resumelistrows .standard:focus  .longdata,.resumelistrows .standard:hover  .longdata {display:inline;}
.resumelistrows .standard:hover  .shortdata, .resumelistrows .standard:focus .shortdata {display:none; visibility:hidden;}
.resumelistrows .standard  .shortdata, .resumelistrows .standard .shortdata  {display:inline;}
.resumelistrows .standard .resumediv {margin-bottom:10px;}
.resumelistrows {position:relative;clear:both;}
.resumelistrows .standard {position:relative; width:32.3%;height:100px;}
.resumelistrows .standard .single_resume_item {position:absolute;top:0;left:0; width:100%;}
.resumelistrows .standard:hover .single_resume_item,.resumelistrows .standard:focus .single_resume_item{background-color:#fdfdfd; box-shadow: 0px 0px 50px #ddd; z-index: 1000; -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1); -ms-transition: all 100ms ease-in; -ms-transform: scale(1.1); -moz-transition: all 100ms ease-in;-moz-transform: scale(1.1);
    transition: all 100ms ease-in; transform: scale(1.1);height:auto font-size:12px;}
.resumelistrows .standard:hover .hideshowcontent,.resumelistrows .standard:focus .hideshowcontent{	height:250px;overflow:auto;}
.resumelistrows .standard .single_resume_item .RESUME_NAME div {margin-bottom:5px;}

.glyphicon-search {color:#FF585D; margin-right:5px;}
.footersocial a {background-color:#FFF;}
.social a ,.footersocial a, .innersocial a{width:32px;height:32px; margin-left:5px;margin-bottom:2px;line-height:26px;float:left;-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; text-align:center;}
.social a i,.footersocial a i,.innersocial a i{line-height:30px;font-size:16px;display:block;}
.social a:hover,.footersocial a:hover,.innersocial a:hover{border:2px solid #8bad1b !important;color:#8bad1b !important;text-decoration:none;}
a.twitter {border:2px solid #0ba8ef;color:#0ba8ef;}
a.linkedin {border:2px solid #037ab2;color:#037ab2;}
a.vimeo { border: 2px solid #00adef;color:#00adef;}
a.facebook {border:2px solid #344f96;color:#344f96;}
a.gplus {border:2px solid #db4536;color:#db4536;}
.innersocial a{width:24px; height:24px; line-height:24px;float:right;}
.innersocial a i {line-height:23px;font-size:12px;}
.searchpage .search, .searchpage .showall {display:inline-block;}
.glyphicon-question-sign {    font-size: 22px;  line-height: 40px; top: 0; margin-left:5px;}
.dynamic_form input.trackurl {width:50%;}
.showtrackfield,.trackchk {display:inline-block;}
.hidetrackfield {display:none;}
.postmanager .posttab {display:none;}
.postmanager .posttab.active {display:block;}
.postmanager .nav.posttabs>li {font-size:13px; }
/*.postmanager .nav>li  a::first-letter {font-size:21px; color:#2d7cad;}*/
.postmanager .nav.posttabs>li.active a,.postmanager .nav.posttabs>li a:hover{background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(bottom,  #ffffff 0%, #d6d7d8 345%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(345%,#d6d7d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom,  #ffffff 0%,#d6d7d8 345%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  #ffffff 0%,#d6d7d8 345%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  #ffffff 0%,#d6d7d8 345%); /* IE10+ */
    /*background: linear-gradient(to top,  #ffffff 0%,#d6d7d8 110%);*/ /* W3C */
	background: linear-gradient(to bottom,  #ffffff 0%,#d6d7d8 345%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d7d8',GradientType=0 ); /* IE6-8 */
	border-bottom:1px solid #f5f5f5; color:#00A3E0}
.postmanager .nav.posttabs>li a{background: #ffffff; /* Old browsers */
	background-color:#fff;color:#555;}
.postmanager .nav.posttabs>li.active a:hover {border-bottom:1px solid #f5f5f5;}
.postmanager .nav.posttabs>li a:hover {border-bottom:1px solid #ddd;}
.postmanager .nav.posttabs>li>a { font-weight:bold;border:1px solid #ddd; padding:10px 15px;}
.applistrows .standard .single_app_item .matching_status {vertical-align:top;}
.applistrows .standard .single_app_item .match_text {display:inline-block; vertical-align:top;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th,
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th,.table-bordered{border:0;}
.lge .field ul li label {font-weight:normal !important;}
.ms-parent ul li label {color:#000 !important; font-weight:normal !important;font-size:13px !important;}
.ms-search input {padding:3px 11px !important; width:100% !important;}
.ms-search {display:none !important;}
.ms-search:first-child {display:inline-block !important;}
.mobiletopquickmain .well {background-color:#fff;}

.employer-body, .candidate-body {background-color:#f5f5f5;padding-bottom:30px;}
.form_data { width: 85%; margin: auto; margin-top: 20px;}
.form_data .leftcol { width: 67% !important;  margin-right: 2%; vertical-align: top;  display: inline-block;}
.form_data .rightcol { width: 30%;  margin-top: 0;  vertical-align: top;  display: inline-block;}
#cke_editor1, #autoCompleteId, .autoCompleteId, iframe.gmap {  width: 88% !important;}
.form_data .rightcol #dynamic_form {  padding: 1% 6%;}
.rightcol .dynamic_form input[type='file'] {  width: 100%;}
.info-box #dynamic_form { padding: 0; border-radius: 0; box-shadow: none;  border: 0;}
.ms-parent.form-control .ms-search input { width: 100% !important;  min-height: 30px;}
.ms-parent.form-control .ms-choice {    height: 38px; line-height: 38px; border: 0;  width: 100%;  margin: 0;}
.display-post .course_view_data.view .modeview #dynamic_form.view:first-child {  padding: 3%;  padding-bottom: 0;}
.display-post .course_view_data.view .modeview #dynamic_form.view { background-color: transparent; border: 0; margin-bottom: 0px;
    box-shadow: none;    -webkit-box-shadow: none;    padding: 0% 3%;}

.formrow #dynamic_form { border: 0; padding: 0; box-shadow: none;  -webkit-box-shadow: none;}
.listing,.message_system {background-color: #ffffff;border-radius:5px; -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.07);border:1px solid #ddd;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.07);box-shadow:1px 1px 2px rgba(0,0,0,0.07);padding:10px;}
#dynamic_form.forgotform {width: 45%; margin: auto; padding-top: 40px;}
.buffer_screen {  margin-top: 45px; padding: 20px 20px 14px; background-color: #fff; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;  border-radius: 5px;  border: 1px solid #ddd;  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.07);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.07);width:75%; margin:auto;}

.fa-spinner {color: #ec971f; font-size: 5em; margin-top: 20px;  margin-bottom: 20px;}

.social_signup {margin:auto; text-align:center;}
.btn--linkedin {background-color:#0077b5;color:#fff; text-transform:none; font-weight:bold; padding:10px 16px; font-size:16px;}
.btn--linkedin:hover,.btn--linkedin:focus {background-color:#0081c4;color:#fff;text-transform:none; font-weight:bold; padding:10px 16px;font-size:16px;}
.btn--linkedin .icon {
    vertical-align: text-top;
    margin-right: 5px;width:20px;
}
.btn--google {background-color:#d44936;}
.btn--google:hover {background-color:#d75443;}
.socialbtn {width:100%; margin:auto; text-align:center; margin-bottom:20px;}
.usererror {width:70%;}

.fa-google-plus-square {color:#d44936; font-size:35px;}
.fa-linkedin-square {color:#0077b5; font-size:35px;}
.fa-facebook-square {color:#47639f; font-size:35px;}
.socialbtn .icons {display:inline-block;}
.socialbtn p {display:inline-block;margin:0; padding:0;}
.iconlabel {font-size:16px; font-weight:bold; line-height:35px; vertical-align:top;}
.socialbtn a,.socialbtn a:hover,.socialbtn a:focus {text-decoration:none;outline:none;}
.dynamic_form { padding: 1% 3%; margin-bottom: 20px; border: 1px solid #ddd;  box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
background-color: #fff;  border-radius: 5px; -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .07); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);}
.email_me {background-color: #f4f4f4; width: 100%;z-index: 99; padding: 5%;margin-top:20px;}
.email_me h2 { color: #00A3E0; font-size: 18px; margin-top: 10px;}
.email_me .formrow { margin-bottom: 15px;}
.already_registered { font-size: 17px;}
.already_registered a { color: #00A3E0;}

/**** New Style****/
#active_subscriptions .sub_data .grey_header div,
#payment_list .grey_header div,
#premium_posts .green_header div,
#std_posts .blue_header div,
#subscription_orders .grey_header div,
#subscription_plans_ajax .subscription_header div,
.activitylistrows .grey_header div,
.invoice_data .formrow .field,
.ratinglistrows .grey_header div {
    font-weight: 700
}
#credit_orders .standard,
#premium_posts .standard,
#std_posts .standard {
    border-bottom: 1px solid #ddd;
    padding: 5px
}
#credit_orders .amount,
#credit_orders .date,
#credit_orders .id,
#credit_orders .item,
#credit_orders .status,
#premium_posts .description,
#premium_posts .duration,
#premium_posts .price,
#premium_posts .quantity,
#premium_posts .viewquota,
#premium_posts.accesspage .description,
#premium_posts.accesspage .name,
#premium_posts.accesspage .price,
#std_posts .description,
#std_posts .duration,
#std_posts .name,
#std_posts .price,
#std_posts .quantity,
#std_posts .viewquota,
#std_posts.accesspage .description,
#std_posts.accesspage .name,
#std_posts.accesspage .price {
    display: inline-block;
    vertical-align: top
}

#premium_posts.accesspage .name,
#std_posts.accesspage .name {
    width: 33%
}

#premium_posts.accesspage .price,
#std_posts.accesspage .price {
    width: 10%
}

#premium_posts.accesspage .description,
#premium_posts.accesspage .description.desc_new_width,
#std_posts.accesspage .description,
#std_posts.accesspage .description.desc_new_width {
    width: 54%
}

#premium_posts .description ul,
#std_posts .description ul {
    list-style: inherit
}

#premium_posts .description p,
#std_posts .description p {
    margin-top: 5px;
    margin-bottom: 5px
}

#std_posts .blue_header {
    background-color: #00A3E0;
    color: #fff;
    padding: 5px;
    border-radius: 3px
}

#std_posts .name {
    width: 20%
}

#std_posts .price {
    width: 10%
}

#std_posts .description {
    width: 20%
}

#std_posts .description.desc_new_width {
    width: 35%
}

#std_posts .quantity {
    width: 12%;
    text-align: center
}

#std_posts .viewquota {
    width: 20%;
    text-align: center
}

#std_posts .duration {
    width: 16%;
    text-align: center
}

#std_posts .standard label {
    margin-bottom: 0
}

#std_posts {
    margin-bottom: 10px
}

#premium_posts .green_header {
    background-color: #71CC98;
    color: #fff;
    padding: 5px;
    border-radius: 3px
}

#premium_posts .name {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

#premium_posts .price {
    width: 10%
}

#premium_posts .description {
    width: 20%
}

#premium_posts .description.desc_new_width {
    width: 35%
}

#premium_posts .quantity {
    width: 12%;
    text-align: center
}

#premium_posts .viewquota {
    width: 20%;
    text-align: center
}

#premium_posts .duration {
    width: 16%;
    text-align: center
}

#premium_posts .standard label {
    margin-bottom: 0
}

#premium_posts {
    margin-bottom: 10px
}

#credit_orders .grey_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

#credit_orders .grey_header div {
    font-weight: 700
}

#credit_orders .date {
    width: 18%
}

#credit_orders .id {
    width: 10%
}

#credit_orders .item {
    width: 28%
}

#credit_orders .amount,
#credit_orders .status {
    width: 20%
}

#credit_orders .standard:last-child {
    border-bottom: 0
}

#subscription_orders .standard,
#subscription_plans_ajax .standard {
    border-bottom: 1px solid #ddd;
    padding: 5px
}

.subscription_recent_order.row {
    margin-right: 0
}

#subscription_plans_ajax {
    width: 100%;
    display: block;
	margin-bottom:20px;
}

#subscription_plans_ajax .standard label {
    margin-bottom: 0
}

#subscription_plans_ajax .subscription_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

#subscription_plans_ajax .name {
    width: 25%;
    display: inline-block;
    vertical-align: top
}

#subscription_plans_ajax .price {
    width: 8%;
    display: inline-block;
    vertical-align: top
}

#subscription_plans_ajax .description {
    width: 53%;
    display: inline-block;
    vertical-align: top
}

#subscription_plans_ajax .duration {
    width: 12%;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

#subscription_plans_ajax .standard .description {
    margin-left: 7px
}

#subscription_plans_ajax .standard .price {
    margin-left: 3px
}

#subscription_orders .standard:last-child {
    border-bottom: 0
}

#subscription_orders .grey_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

#subscription_orders .hist_date {
    width: 18%;
    display: inline-block;
    vertical-align: top
}

#subscription_orders .hist_id {
    width: 10%;
    display: inline-block;
    vertical-align: top
}

#subscription_orders .hist_item {
    width: 28%;
    display: inline-block;
    vertical-align: top
}

#subscription_orders .hist_amount,
#subscription_orders .hist_status {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

#active_subscriptions {
    border: 1px solid #ddd;
    padding: 10px
}

#active_subscriptions .sub_details {
    width: 40%;
    display: inline-block;
    vertical-align: top
}

#active_subscriptions .sub_data {
    width: 58%;
    display: inline-block;
    border: 1px solid #ddd
}

#active_subscriptions .sub_data .grey_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

#active_subscriptions .sub_data .standard {
    padding: 5px;
    border-bottom: 1px solid #ddd
}

#active_subscriptions .sub_data .standard:last-child {
    border-bottom: 0
}

#active_subscriptions .sub_data .date,
#active_subscriptions .sub_data .duration {
    width: 30%;
    display: inline-block;
    vertical-align: top
}

#active_subscriptions .sub_data .until {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

#active_subscriptions .sub_data .status {
    width: 18%;
    display: inline-block;
    vertical-align: top
}

.invoice_data {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #00A3E0;
    margin-bottom: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1eaf9));
    background: -webkit-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -o-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -ms-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: linear-gradient(to bottom, #fff 0, #e1eaf9 100%)
}
.stdpost a.item, .stdpost a.item:focus, .stdpost a.item:hover {
    border: 0 none;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}
.invoice_data .formrow {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px;
	margin-bottom: 0;
}

.invoice_data .formrow .field {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

.invoice_data .formrow .value {
    width: 75%;
    display: inline-block;
    vertical-align: top
}

.invoice_data .formrow:last-child {
    border-bottom: 0
}

#payment_list .standard {
    padding: 5px;
    border-bottom: 1px solid #ddd
}

#payment_list .grey_header {
    background-color: #f5f5f5;
    color: #000;
    padding: 5px;
    border-radius: 3px
}

#payment_list .name {
    width: 20%;
    display: inline-block;
    vertical-align: top
}

#payment_list .description {
    width: 75%;
    display: inline-block;
    vertical-align: top
}

#payment_list #row_payway {
    padding: 5px
}

#payment_list #row_payway .name input {
    width: 1%;
    display: inline-block
}

#payment_list #row_payway .name p {
    display: inline-block
}
.notapproved {
    color: #FF585D;
    font-weight: 700;
    font-size: 11px;
    float: right
}
.empoyerjoblistrows .commonjob {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px
}

.empoyerjoblistrows .commonjob:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.empoyerjoblistrows .commonjob:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1eaf9));
    background: -webkit-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -o-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -ms-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: linear-gradient(to bottom, #fff 0, #e1eaf9 100%)
}
#joblist.joblistrows .green_grad,
#joblist.joblistrows .green_grad:hover,
#joblist.joblistrows .standard:focus,
#joblist.joblistrows .standard:hover,
.applistrows .standard:focus,
.applistrows .standard:hover,
.empoyerjoblistrows .commonjob:hover,
.green_grad td,
.invoice_data,
.notifyrow:focus,
.notifyrow:hover,
.profile_list .profile_list_row:focus,
.profile_list .profile_list_row:hover {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1eaf9', GradientType=0)
}

.empoyerjoblistrows .middlepart .job_list_title,
.empoyerjoblistrows .middlepart .job_list_title_premium,
.joblistrows .middlepart .job_list_title,
.joblistrows .middlepart .job_list_title_premium {
    font-size: 20px;
    margin-bottom: 10px
}

.empoyerjoblistrows .middlepart a.job_list_title:hover,
.empoyerjoblistrows .middlepart a.job_list_title_premium:hover,
.joblistrows .middlepart a.job_list_title:hover,
.joblistrows .middlepart a.job_list_title_premium:hover {
    text-decoration: none
}

.empoyerjoblistrows .middlepart .job_list_cat_name,
.empoyerjoblistrows .middlepart .job_list_cat_name_premium,
.empoyerjoblistrows .middlepart .job_list_small_print,
.empoyerjoblistrows .middlepart .job_list_small_print_premium,
.joblistrows .middlepart .job_list_cat_name,
.joblistrows .middlepart .job_list_cat_name_premium,
.joblistrows .middlepart .job_list_small_print,
.joblistrows .middlepart .job_list_small_print_premium {
    display: inline-block
}

.empoyerjoblistrows .middlepart .description,
.joblistrows .middlepart .description {
    margin-top: 10px;
    margin-bottom: 10px
}

.joblistrows {
    float: left
}

#joblist.joblistrows .green_grad,
#joblist.joblistrows .green_grad:hover,
#joblist.joblistrows .standard:focus,
#joblist.joblistrows .standard:hover {
    border: 1px solid #00A3E0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1eaf9));
    background: -webkit-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -o-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -ms-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: linear-gradient(to bottom, #fff 0, #e1eaf9 100%)
}

#joblist.joblistrows .standard {
    border: 1px solid #ddd;
    background-color: #fff
}

#joblist.joblistrows .green_grad {
    border: 1px solid #00A3E0
}
.emptyCriteria {
    color: red;
    font-weight: 700;
    font-size: 11px;
    float: right
}

.emptyCriteria a {
    color: red;
    text-decoration: underline
}

#payment_list .name input,#payment_list .name p {display:inline-block; }
#payment_list form button.stripe-button-el {display:none !important; visibility:hidden !important;}
#resume_match select.search_input_style.form-control {
    height: 34px;
    overflow: hidden;
}
#resume_match select.search_input_style.form-control option {
    visibility: hidden;
}
.follow-btn a,
.followed_emps .single_follower .unfollow a,
.embed_link a.sharebtn {
    text-transform: none
}
.embed_link {margin-top:20px; margin-bottom:20px;}
.embed_link .share_link {margin-top:20px; display:none;}
.embed_link .share_link textarea {margin-top:20px;width:100%;height:70px;}

.followers {
    border-radius: 3px;
    padding: 5px;
    color: #ec971f;
    font-size: 13px
}

.followers b {
    font-size: 15px
}

.followers .fa-thumbs-o-up {
    color: #ec971f;
    margin-right: 5px;
    font-size: 18px
}

.follow-btn a ,.embed_link a.sharebtn{
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 3px
}

.follow-btn,
.followers {
    display: inline-block
}

.followed_emps {
    width: 100%;
    margin: auto;
    text-align: center
}

.followed_emps .single_follower {
    margin-right: 1%;
    width: 24%;
    height: 212px;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px
}

.followed_emps .single_follower.nomargin {
    margin-right: 0
}

.followed_emps .single_follower .logoimage {
    max-width: 100%;
    height: 100px
}

.followed_emps .single_follower .logoimage img {
    max-height: 100%;
    max-width: 100%
}

.followed_emps .single_follower .profile_name {
    margin-top: 15px;
    margin-bottom: 15px
}

.followed_emps .single_follower .profile_name a:hover {
    text-decoration: none
}

.profilesearch {
    margin-bottom: 20px;
    width: 100%
}
.lge .searchprofile {
    float: right;
    margin-right: 2.3%;
    margin-bottom: 10px
}

.search-results-section .profile_list {
    width: 98%
}

.profile_list .profile_list_row {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    float: left;
    clear: both;
    width: 100%
}

.profile_list .profile_list_row .leftProfile {
    width: 70%;
    float: left
}

.profile_list .profile_list_row .rightProfile {
    float: right;
    width: 100px;
    height: 100px
}

.profile_list .profile_list_row .leftProfile .PROFILE_BNAME a {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.profile_list .profile_header_row {
    color: #fff;
    background-color: #00A3E0;
    padding: 5px 5px 5px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: 700
}
.profile_list .profile_header_row div {display:inline-block;width:24%;margin-right:20px;}
/*.profile_list .profile_header_row .LOGO,
.profile_list .profile_header_row .PROFILE_BNAME {
    width: 25%;
    display: inline-block
}

.profile_list .profile_header_row .PROFILE_BTYPE {
    width: 30%;
    display: inline-block
}

.profile_list .profile_header_row .PROFILE_CITY {
    width: 15%;
    display: inline-block
}*/

.LOGO.imgwidth {
    width: 100%;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    max-width: 100%
}

.profile_list .profile_list_row .LOGO.imgwidth,
.profile_list .profile_list_row div {
    display: inline-block;
    vertical-align: top;margin-right:20px;width:23%;
}

.profile_list .profile_list_row .LOGO.imgwidth img {
    max-height: 60px
}

.profile_list .profile_list_row .LOGO.imgwidth {
    height: auto
}


.profile_list .profile_list_row .rightProfile .LOGO img {
    width: 100%;
    max-height: 100%
}

.profile_list .profile_list_row:focus,
.profile_list .profile_list_row:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1eaf9));
    background: -webkit-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -o-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: -ms-linear-gradient(top, #fff 0, #e1eaf9 100%);
    background: linear-gradient(to bottom, #fff 0, #e1eaf9 100%)
}
.comparelink {
    color: #FF585D;
    margin-left: 10px;
    font-weight: 700;
}
.comparelink:hover {
    color: #ec971f
}
.businessProfile .businesslogo,
.businessProfile .businesspictures {
    text-align: center
}

.businessProfile .businesspictures img {
    margin-bottom: 15px
}

.businessProfile h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #00A3E0
}
.postview, .fee_details {background-color:#f5f5f5;padding:5px; border-radius:5px; text-align:center;margin-top:15px;}
.fee_details {background-color:#f5f5f5;color:#333;}
.fee_details span {display:block;padding:3px;}
.postview span.postviewno {font-size:20px;margin-right:10px;}
button.stripe-button-el {display:none !important; visibility:hidden !important;}
.promotepost {border:0; background:transparent; color:#337ab7;}
.promotepost:hover,.promotepost:focus {color:#23527c;text-decoration:underline;}
.socialcon  .social_con {display:inline-block; margin-right:25px;text-align:center;}
.socialcon  .social_con .con {font-size:12px;}

.home_boxes {border:1px solid #ddd;border-radius:5px;padding:15px;background-color:#FFF;margin-bottom:15px;}
.home_box {border-right:1px solid #ddd; height:250px; position:relative;}
.home_box.noborder {border-right:0;}
.home_boxes h4,.seperate_boxes h4 {color:#00A3E0;font-weight:normal;}
.home_boxes .fa,.seperate_boxes .fa {color:#FF585D; font-size:27px;margin-right:10px;vertical-align:middle}
.request_count {font-size:16px; font-weight:bold; color:#8bad1b}
.single_match_job .jobname a{color:#2d7cad; }
.single_match_job {margin-bottom:15px;}
.view_all_btn .fa {font-size:15px;color:#fff;margin-top:-2px;}
.view_all_btn {position:absolute; bottom:8px;}
.search_home .fa,.help .fa {font-size:27px;color:#F0AD4F; vertical-align:middle;}

.seperate_boxes {margin-bottom:15px;}
.seperate_box {height:300px;position:relative;border:1px solid #ddd; border-radius:5px; padding:15px; 
background-color:#fff;margin-right:5px;width:32.5%;display:inline-block;vertical-align:top;}
.seperate_box.nomargin {margin-right:0;} 
.seperate_box .emp_logo {width:32%;display:inline-block;padding-left:5px; padding-right:5px;}
.seperate_box .emp_logo img {width:112px;height:85px;object-fit:contain;}
.seperate_box .view_all_btn {bottom:23px;}

.summary {width:70%;margin:auto;margin-bottom:10px;}
.summary_label {width:75%; display:inline-block;}
.summary_no {width:20%; display:inline-block;}
.summary_no .greenno  a,.summary_no .greenno{font-size:16px; color:#8bad1b; font-weight:bold;margin-right:10px;}
.summary_no .blueno{font-size:16px; color:#2d7cad; font-weight:bold;margin-right:10px;}
.no_jobs {color:#F0AD4F;font-weight:bold;margin:auto;font-size:15px;padding:10px;}
.have_vacancy {font-size:15px; }
.no_jobs_section {text-align:center;}


.seperate_box.employer {height:400px; }
.seperate_box.employer .summary {margin-bottom:8px;}
.seperate_box.employer .credits1 h5 {margin-top:20px;}
.seperate_box.employer .credits1 .summary.buy {margin-top:20px;}
.help .fa,.greenicon .fa {margin-right:10px;}
.greenicon .fa ,.profilegroup .fa{color:#8bad1b; font-size:27px;vertical-align:middle;margin-right:10px;}
.profilegroup .fa {color:#2d7cad}

.search-results-section .fullleftcontent {width:100%;}
.search-results-section .halfleftcontent {width:78%;display:inline-block;margin-right:2%;}
.search-results-section .rightcontent {width:18%;display:inline-block;vertical-align:top;}

.newstyle {
    border-color: #eae9e9;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-bottom-style: solid;
    border-top-style: solid;
   /* padding-bottom: 70px;
    padding-top: 90px;*/ 
    padding-left: 220px;
    padding-right: 220px;
  /*  padding-left: 220px !important;
    padding-right: 220px !important;
	
	margin-left: -20px!important;
    margin-right: -20px!important;
	 margin-left: -20px;
    margin-right: -20px;*/
	
	    padding-left: 20px;
    padding-right: 20px;
   
	
	    background: -webkit-linear-gradient(left, #2a86f4 -30%, #6ac512 100%) !important;
    background: linear-gradient(left, #2a86f4 -30%, #6ac512 100%) !important;
    background: -moz-linear-gradient(left, #2a86f4 -30%, #6ac512 100%) !important;
    background: -o-linear-gradient(left, #2a86f4 -30%, #6ac512 100%) !important;
}
.welcomemsg .status a {margin-bottom:5px;}
.browsebtn {
    text-align: right;
    padding-top: 25px;
    margin-right: 17px;
}

.article_form_container {width:60%;padding:5%;margin:auto;background-color:#fff;border-radius:5px;}
.article_form_container  h2 {margin-top:0; margin-bottom:30px;color:#00A3E0;}
.article_form .formdiv{width:100%;margin-bottom:15px;}
.article_form .formdiv .fieldlabel{width:100%;margin-bottom:10px;font-size:15px;font-weight:bold;}
.article_form .formdiv .fieldvalue {width:100%;}

.docRow {width:100%;padding:10px 0px; border-bottom:1px solid #ddd;}
.docDetail {font-size:13px;margin-bottom:5px;}
.docDetail  div {display:inline-block; margin-right:10px;}
.docProvider,.docDesc {margin-bottom:5px;}
.docRow .docData, .docRow .action {display:inline-block; vertical-align:top;}
.docRow .docData {width:92%;}
.docProvider { font-weight:bold;}
.docProvider,.docRow .action {font-size:16px;}
.provider_name { color:#00A3E0;}
.docDescription { margin-top:20px;}
.docDescription .descHeader {color:#00A3E0; font-size:14px; font-weight:bold;padding-bottom:3px; border-bottom:1px solid #00A3E0;}
.docDescription .descDetails {padding-top:5px;margin-bottom:15px;}
.createDoc {width:100%; text-align:right;}
.createDoc a {text-align:right; text-decoration:underline;}
.docbtns .backbtn,.docbtns .printbtn {display:inline-block; }
.docbtns .backbtn {width:40%;}
.docbtns .printbtn {width:58%;}
.docbtns .printbtn  {text-align:right;}
.docbtns .printbtn a {margin-left:10px; color:#ec971f}
#bodyEmail #cke_editor1 {   width: 80%!important;}
#bodyEmail #cke_1_contents {    height: 100px!important;}
.boldtext {font-weight:bold !important;}
a.practicebtn {    font-size: 13px;    padding-top: 2px;    padding-bottom: 3px;}
.practicelink {margin:20px;}
.practicelink .formrow1 {margin-bottom:10px;}
.practicelink .formrow1 input {margin-right:5px;}
.submitpractice {margin-top:20px;}
.practicelbl {vertical-align:top;}
.users .userImg {width:20%; display:inline-block; vertical-align:top;}
.users .userImg img {max-width:100%;}
.users .user_name {width:70%; display:inline-block; margin-left:10px;}
.users .user_title {font-size:12px;}
.practice_header {color: #00A3E0;font-size: 16px; border-bottom: 1px solid #00A3E0;margin-top: 10px; margin-bottom: 10px; padding-bottom:5px;}
.users  .user {margin-bottom:10px;}

.articleRow .articleImg {width:5%; margin-right:10px; display:inline-block;}
.articleRow .articleImg img {max-width:100%;}
.articleRow .articleTitle {width:75%; display:inline-block;vertical-align:top;}
.articleRow  {margin-bottom:10px;}
.readmore a {text-decoration:underline; font-size:13px;}
.fa, .fas, .far {margin-right:5px;}
.home_menu_items .fas {font-size:22px; vertical-align:middle;}
.dropdown-menu>li>a>.fa, .dropdown-menu>li>a>.far, .dropdown-menu>li>a.fas{color:#000;font-size:14px;width:15px;}
h1.searchheader {color: #FF585D;margin-top: 30px;margin-bottom: 30px; font-size: 25px;}

.references .ref_row {
	border-bottom:1px solid #ddd;
     padding: 5px 10px;
}

.references .ref_row .approve_chk {
    width: 4%;
    display: inline-block
}

.references .ref_row .response {
    width: 94%;
    display: inline-block;
    vertical-align: top
}

.show_references {
    width: 85%;
    margin: auto
}

.show_references .refs {
    margin-bottom: 10px
}
.sideiframe { height: 100%; width: 0; position: absolute; z-index: 12; top: 0; right: 0;
overflow-x: hidden;overflow-y: hidden; transition: 0.5s;background-color:#f5f5f5;}
/*.sideiframe { height: 100%; width: 0; position: fixed; z-index: 12; top: 0; right: 0;
 overflow-x: hidden;overflow-y:scroll; transition: 0.5s;background-color:#f5f5f5;}*/
 .sideiframe iframe {height:100%; width:100%;}
.sideiframe a {padding:8px 8px 8px 32px;text-decoration: none;font-size: 25px;color: #00A3E0;display: block;transition: 0.3s;}
.sideiframe a:hover { color: #2d7cad;}
.sideiframe .closebtn { position: absolute;top: -20px;right: 10px;font-size: 36px; color: #00A3E0;}
@media screen and (max-height: 450px) { .sideiframe {padding-top: 15px;} .sideiframe a {font-size: 18px;}}
.iframe_header { background-color:#00A3E0; color:#fff; font-size:16px; padding:5px; margin-bottom:20px;}
.sideiframe.slideiframe {border:5px solid #00A3E0;border-top:0;width:800px;}
#overlay { position: fixed; display: none;width: 100%;height: 100%;top: 0;left: 0;
  right: 0; bottom: 0;background-color: rgba(0,0,0,0.5);z-index: 2;cursor: pointer;}
.signup_form {
    padding-top: 40px;margin:auto;
}
.menumanager {clear:both;margin-bottom:15px;}

.menumanager li .far,.menumanager li .fas,.menumanager li .fa {color:#555 !important;margin-bottom:5px;}

.menumanager li.active .far,.menumanager li.active .fas,.menumanager li.active .fa {color:#fff !important;}
.menumanager li.active {background-color:grey;}
.menumanager .submenu>li a {color:#555;font-weight:700;padding:10px 15px; display:block; text-decoration:none;}
.menumanager .submenu>li:hover {background-color:#f5f5f5;}
.menumanager .submenu li.active:hover {background-color:grey;}
.menumanager .submenu>li.active a {color:#fff;font-weight:700;padding:10px 15px; display:block; text-decoration:none;}
.menumanager li i {display:block; text-align:center;}
.menumanager .submenu>li { font-size:14px; text-align:center;display:inline-block;}
.submenu {background-color: #FFF;margin: auto;text-align: center; border-radius: 5px;border: 1px solid #ddd;padding-left:0; list-style:none;}
.dashboard {margin-top:50px;}
.dashboard .item:hover {background:#f5f5f5;}
.dashboard .item_row {margin-bottom:20px;}
.dashboard .item {width:19%; display:inline-block; margin-right:10px; border-radius:10px; padding:15px;border:1px solid #ddd;
margin-bottom:10px; vertical-align:top; background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGZmZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	font-weight:normal;
    }
.dashboard .blue .item {background: -moz-linear-gradient(top,  #ffffff 0%, #e1eaf9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1eaf9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1eaf9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1eaf9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1eaf9',GradientType=0 ); /* IE6-8 */
height:170px;}
.dashboard .orange .item {background: -moz-linear-gradient(top,  #ffffff 0%, #ec971f 243%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(243%,#ec971f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ec971f 243%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ec971f 243%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ec971f 243%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ec971f 243%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ec971f',GradientType=0 ); /* IE6-8 */
height:130px;}
.dashboard .item .no {font-size:35px; color:#4ea5dc;margin-bottom:10px; text-align:center;}
.dashboard .item .text,.dashboard .item .avg {font-size:18px;color:#333; margin-bottom:10px;text-align:center;}
.dashboard .item .avg {font-size:16px;}
.dashboard .item .text a {color:#337ab7 ; text-decoration:none;}
.dashboard .item .desc {font-size:12px;color:#9da0a4;text-align:center;}

.joblistrows .rightpart .profile_logo {width:100%; height:100%; max-width:100%;max-height:100%;margin-top:20px;}
.joblistrows .rightpart .profile_logo img {width:50%;}

.dropdown .menuicon { display: block; text-align: center; font-size: 24px;margin-bottom:10px;}
.dropdown .menuname { display: block; text-align: center; font-size: 14px;}
header .inner {margin-bottom:0;}
.inner .navbar-inverse{margin-top:0;margin-bottom:0;}
header .nav {margin:0;}
.navbar-inverse .navbar-nav>li>a {border-bottom: 2px solid #fff;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
background-color:transparent;border-bottom: 2px solid #00A3E0; border-radius: unset
}
.navbar-nav>li.difflink> a {line-height:50px;color:#00A3E0}
.navbar-nav>li {margin-left:30px !important;}
.hl2 .menuicon i {color:#71CC98;}
.hl1 .menuicon i {color:#00A3E0;}
header ul.nav .fa,header ul.nav .fas,header ul.nav .far {font-weight:200;}
/*********** mobile style ************/ 

@media (min-width: 1499px) {
	.rightboxes .videobox {height:280px;}
}
@media (min-width:1200px) and (max-width:1399px) {
.dashboard .item {width:18%;}
}
@media (min-width: 1200px) {
	.jobseekerbtns .col-lg-8 {width: 35.666667%;}
	.videoboxes .boxes_blue {width:25%;}
	.headerlogo {width:100%;}
	.headerlogo #logo {width:100%;}
	.headerlogo #logo img {width:100%;}
}
@media (min-width: 1200px) and (max-width: 1260px) {
.dashboard .item .text, .dashboard .item .avg {font-size:15px;}
	.resumelistrows .standard .single_resume_item, .resumelistrows .standard  {height:95px;}
	.thumbnail.businessImg img ,.thumbnail.nobusinessImg img{ width: 345px;  height: 300px;}
	}
@media (min-width: 992px) and (max-width: 1199px) {
.dashboard .item .text, .dashboard .item .avg {font-size:15px;}
	.signup_form {
        width: 65%
    }
.search-results-section .halfleftcontent {width:74%;}
.search-results-section .rightcontent {width:23%;}
.course_view_data ,.signup_form,.account_intro{width:65%;}
	.navbar-nav>li {  float: left !important;margin-left:2px !important;}
	.navbar-nav>li>a {padding-top: 8px; padding-bottom: 8px; margin-top: 2px; margin-bottom: 2px;padding-left: 12px; padding-right: 12px;
    line-height: 14px;}
	.table-responsive {overflow-x:auto;}
	#FirstName, #LastName ,#firstName, #lastName {width:35%;}
	.job_post_data  .dynamic_form input.form-control.dynamic_form_date_style,
	.job_post_data  .dynamic_form select.form-control.dynamic_form_date_style,
	.ms-parent.form-control {width:65% !important;}

	.headerSearchBar{ padding-bottom:30px;}
	.joblistrows .middlepart {width:61%;}
	.joblistrows .rightpart{width:24%;}
	.rightcol .thumbnail img {width:100%;}
	.headerlogo #logo {width:100%;}
	.headerlogo #logo img {width:100%;}
	
	.resumelistrows .standard .single_resume_item .RESUME_NAME {width:73%; margin-left:2%;}
	.rightcol .thumbnail img {width:100%;}
	.joblistrows .single_chkbox {width:auto; margin-left:10px;}
	.joblistrows .singleRow.SAVED {width:96%;}
	#std_posts .viewquota,#premium_posts .viewquota {width:18%;}
	.resumelistrows .standard .single_resume_item, .resumelistrows .standard  {height:95px;}
}
@media (min-width:900px) and (max-width:1084px) {
.dashboard .item {width:23%;}
.seperate_box {height:340px;}
}
@media (min-width: 768px) and (max-width: 991px) {
.dashboard .item {width:31%;}
	.signup_form {width: 100% }
.search-results-section .halfleftcontent {width:100%;}
.search-results-section .rightcontent {width:100%;}
.followed_emps .single_follower {float: left;height: 230px}
.usererror {width:70%;}
.form_data .leftcol,.form_data .rightcol  {width:100% !important;}
.headerlogo #logo,.form_data, .course_view_data, .signup_form, .account_intro {width:100%;}
	.headerlogo #logo img {width:100%;}
	.navbar-nav>li {  float: left !important;margin-left:2px !important;}
	.navbar-nav>li>a {padding-top: 8px; padding-bottom: 8px; margin-top: 2px; margin-bottom: 2px;padding-left: 9px; padding-right: 8px;
    line-height: 14px;}
	.dynamic_form .dynamic_form_2_col_field input[type='file'] {width:215px;}
	.mobilehide {display:inline-block !important;}
	.mobileshow {display:none !important;}
	.slider {position: relative;}
	.lge .form-control {width:auto; display:inline-block;}
	/*.jobseekerbtns .col-xs-8 {width:31.666667% !important;}*/
	#section-2 .table {padding-bottom:20px;}
	.extrapadding {padding:0px 15px;}
	.dynamic_form.logintable {width:25% !important;}
	.form-horizontal .controls  .form-control {width:206px;}
	.btnautosize { padding: 6px 12px; font-size: 14px; line-height: 1.42857143; }
	.btnlargeautosize {padding: 14px 24px; font-size: 14px; line-height: 1.42857143;}
	 
	.modal .control-label {display:table-cell !important;}
	#dynamic_form .logintable {width:60% !important;}
	.slider{position:inherit;}
	footer ul {margin:0 35px 0 0;}
	.firstname {margin-bottom:15px !important;}
	
	.well.pull-right {padding:10px;}
	.table-responsive {overflow-x:auto;}
	.search-form-section #resume_match .field ,.search-form-section .field{width:31%;}
	
	.ms-parent.form-control {width:100% !important;}
	.job_post_data  .dynamic_form input.form-control.dynamic_form_date_style,
	.job_post_data  .dynamic_form select.form-control.dynamic_form_date_style,
	.headerSearchBar{ padding-bottom:30px; margin-top:10px;}
	
	.candidatelistrows .standard, .applistrows .standard,.resumelistrows .standard,.courselistrows .standard, .request_history .standard {width:100%;margin-right:0;}
	.resume_form_data.edit .rightcol {display:none;}
	.resume_form_data.edit .leftpart {width:100%;}
	.dynamic_form input, .dynamic_form select, .dynamic_form textarea {width:88%;}
	.dynamic_form.edit select.dynamic_form_date_style, .dynamic_form.edit input.dynamic_form_date_style {width:32%;}
	#autoCompleteId{width:99% !important;}
	.resume_form_data .formrow .fieldvalue.RESUME_NOTES {width:100%;}
	.resume_form_data.edit .formrow .fieldvalue.RESUME_NOTES textarea{width:93%;}
	.joblistrows .middlepart {width:68%;}
.joblistrows .rightpart{width:30%;}
.empoyerjoblistrows .single_course_item .rightpart {width:25%;padding-left:11px;}
.empoyerjoblistrows .single_course_item .singleRow {width:56%;}
.empoyerjoblistrows .single_course_item	.single_action {margin-left:10px;}
.empoyerjoblistrows .single_course_item .courseactions {width:14%;}
.course_view_data .modeedit .edit .formrow .fieldvalue {width:100%;}
.course_view_data .modeedit .edit .formrow .fieldlabel {width:100%;}
.searchcourseseeker.btn { font-size:13px;}
.thumbnail img {width:100%;}
.headerdiv .activity, .activitylistrows .standard .activity{width:23%}
.job_list_part .job_list_part_label,.job_list_part .job_list_part_value {width:40%;}
.applistrows .standard .single_app_item .candidate_app_data {width:24%;}
}
@media (min-width:768px) and (max-width:860px) {
.seperate_box {width:32.5%; margin-right:5px; height:400px;}
.seperate_box.employer {height:545px;}
.seperate_box.employer .summary .btn {font-size:12px; padding:7px;}
}
@media (min-width: 767px) {
	
#appModal .modal-body {max-height:400px;}
	}
@media (max-width: 767px) {
.dashboard .item {width:100%;}
	.signup_form {
        width: 100%
    }
	.sideiframe.slideiframe {width:100% !important;height:100%;}
	.show_references {width:100%; margin-top:20px;}
.articleRow .articleImg {width:13%;}
.post_description img {max-width:100%;}
.article_form_container {width:90%;}
.search-results-section .halfleftcontent {width:100%;}
.search-results-section .rightcontent {width:100%;}
.seperate_box,.seperate_box.employer {width:100%; margin-bottom:5px;height:auto;}
.seperate_box .view_all_btn {position:inherit;bottom:0;margin-top:10px;}
iframe#launcher {display:none;}
.course_view_data .modeedit #cke_editor1,
    .form_data .rightcol,
    .profile_list .profile_list_row .LOGO.imgwidth,
    .profile_list .profile_list_row .PROFILE_BNAME,
    .profile_list .profile_list_row .PROFILE_BTYPE,
    .profile_list .profile_list_row .PROFILE_CITY {
        width: 100%
    }
.email_specific .email_specific_label,
    .email_specific .email_specific_value,
    .followed_emps .single_follower,
    .inlinestyle {
        width: 100%
    }
.usererror {width:95%;}
#dynamic_form.forgotform,.buffer_screen {width:100%;}
#dynamic_form.forgotform { width: 100%;}
.info-box .course_view_data.view #dynamic_form .formrow .fieldlabel {width:100%;}
.info-box .course_view_data.view #dynamic_form .formrow .fieldvalue {width:100%;}
.form_data .edit #cke_editor1,#autoCompleteId, .autoCompleteId,.edit iframe.gmap,
.form_data .leftcol,.form_data .rightcol{width:100% !important;}
.form_data ,.course_view_data,.signup_form,.account_intro {width:100%;}
.course_view_data .modeview .formrow {padding:8px;}
.course_view_data .modeedit #cke_editor1 {width:100%;}
.dynamic_form_2_col_field i{width:auto !important;}
#dynamic_form.table { border: 0;}
.form_data .leftcol .visible-xs {  display: block !important;}
.tooltipLink {   position: inherit;}
#dynamic_form .tooltip.top {margin-top:-10px; margin-left:0;}

.form_data .leftcol,.form_data .edit #cke_editor1, #autoCompleteId, .autoCompleteId, .edit iframe.gmap, .form_data .leftcol, .form_data .rightcol
 {  width: 100% !important;}
.resume_form_data.edit .formrow .fieldlabel{margin-left:0;}
.edituserprofile .formrow .fieldlabel.radiolabel {display:block !important; width:100%;color:#9da0a4}
.dynamic_form input.trackurl {width:100%;}

	.job_list_part {width:100%;}
	.job_post_data iframe.gmap,#cke_editor1,.edit iframe.gmap   {width:100%;}
	.hidden-xs input, .hidden-xs a{display:none;}
	.visible-xs input {display:inline-block;}
	.job_post_data .dynamic_form input[type='text'].form-control, .job_post_data  .dynamic_form input[type='password'].form-control, 
	.job_post_data  .dynamic_form input[type='email'].form-control,.job_post_data   .dynamic_form input[type='file'].form-control, 
	.job_post_data  .dynamic_form select.form-control, .job_post_data  .dynamic_form textarea.form-control {width:100% !important; max-width:100%;}
	.job_post_data  .dynamic_form input.form-control.dynamic_form_date_style,
	.job_post_data  .dynamic_form select.form-control.dynamic_form_date_style{width:23% !important;}
	.job_post_data  .dynamic_form.edit select.form-control.dynamic_form_date_style,
	.job_post_data  .dynamic_form.edit input.form-control.dynamic_form_date_style{width:31% !important;}
	.job_post_data   .mobilecenter.displayinline{text-align:left;}
	.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th {border-top:0px; border-right:1px solid #ddd;}
	.table-bordered>tbody>tr>td.list_data_cell, .table-bordered>tbody>tr>th.list_data_cell,
	.table-bordered>tbody>tr>td.list_header_cell, .table-bordered>tbody>tr>th.list_header_cell, 
	.table-bordered>tbody>tr>td.order_col_data, .table-bordered>tbody>tr>th.order_col_data,
	.table-bordered>tbody>tr>td.order_col_data_small, .table-bordered>tbody>tr>th.order_col_data_small,
	.table-bordered>tbody>tr.standard>td,.table-bordered>tbody>tr.green_grad>td{border-right:0px; border-top:1px solid #ddd;}
	.job_post_data .dynamic_form.table>tbody>tr>td,.job_post_data .dynamic_form.table>tbody>tr>th {border-top:0px;}
	.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {margin-left:0px;}
	#FirstName, #LastName,#firstName, #lastName,#user_type  {width:100%;}
	
	.visible-xs {display:inline-block !important;}
	.employers-body .search-form-section .field,.candidate-body .search-form-section .field{float:none;margin-right:0px; width:100%;}
	.employers-body .search-form-section .field.SEARCH_ALL input, .employers-body .search-form-section .field.RESUME_SEARCH_ALL input, 
	.candidate-body .search-form-section .field.SEARCH_ALL input, .candidate-body .search-form-section .field.RESUME_SEARCH_ALL input, 
	.search-form-section.dynamic_form_value input[type='text'].form-control, .search-form-section.dynamic_form_value select.form-control{ width:100% !important;}
	.candidate-body .search-form-section .field{float:left;}
	.edituserprofile .ms-parent.form-control {width:100% !important;}

	#dynamic_form .logintable {width:100% !important; text-align:center;}
	nav.navbar {width:100% !important;margin:0 !important;margin-top:20px !important; margin-bottom:20px !important;}
	header .nav {margin-top:20px !important;}
	.nav>li {margin-bottom:4px !important;}
	.mobileleft {float:left !important;}
	.dropdown-menu {background-clip: padding-box  !important;background-color: #fff  !important;border: 1px solid rgba(0, 0, 0, 0.2)  !important;
		border-radius: 6px  !important;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;display: none;float: left;left: 0;list-style: outside none none;
		margin: 2px 0 0 !important;padding: 5px 0;position: relative !important;top: 100%;z-index: 1000;width:100%  !important;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a ,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a :hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus	{color:#000 !important;}
	.navbar .nav>li ,.navbar .nav{float:none !important;}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{background-color:#00A3E0 !important;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, 
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
	{color: #fff;text-decoration: none;background-color: #337ab7;outline: 0;}
	
	.navbar-nav {background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 10px; margin-bottom: 15px; padding: 10px 15px;}
	.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus,
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover	{
	 background-color: #999;    border-color: #999;    color: #fff;}
	 .nav .dropdown.open .caret {    border-bottom-color: #fff;    border-top-color: #fff;}
	 
	.tabcls {display:inline !important; white-space:pre-line !important; font-size:14px !important;}
	.tabs nav ul li {width:46% !important;}
	.tabs nav ul li a {padding-left:5px !important;}
	.tabs nav ul li a span {margin-left:5px; font-size:14px;}
	.tabs nav a {width:auto !important;}
	.tabs nav li.tab-current a {color: #47a3da; margin-top: 5px;}
	.collapse,.form-horizontal .control-group .control-label,.dynamic_form_field,.modal .control-label {display:none;}
	.tooltipLink {position:inherit;}
	.collapse.in ,.displayinline {display:block;}
	

	#alertadvanceSearch .search_date_style {width:32% !important;}
	
	.videoboxes .row {max-width:100%;}
	.boxes_blue  {height:auto !important;}
	#section-2 h3 {margin-left:15px; margin-right:15px;}
	#section-2 .category_index h3 {margin-left:0;}
	#section-2 .jobseekerbtns {padding-bottom:15px; padding-left:20px;}
	.table ul li {font-size:15px; height:auto; line-height:22px;}
	.box h1 {margin-top:10px;}
	.search-form-section, .search-results-section {padding:0;}
	
	
	 .dynamic_form input, .dynamic_form select, .dynamic_form textarea {width:100%;max-width:100%;}
	 .table-responsive {   min-height: .01%; overflow:auto;   overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch !important;  }
	.candidate-body #dynamic_form .logintable,.employer-body #dynamic_form .logintable {width:100% !important;}
	.controls .ms-parent.form-control ,.ms-parent.form-control {width:100% !important;}
	
	.slider{position:inherit;}
	
	.jobseekerbtns {margin:0px;padding:0px;margin-left: 0px;}
	.jobseekerbtns .col-xs-8 {padding-left:5px !important; padding-right:0px !important;}
	.jobseekerbtns .col-xs-4 {padding-left:0px !important; }
	.jobseekerprofilebtns {width:100%; text-align:center; margin-right:0px;margin-left:0px;margin-top:0px;}
	.jobseekerprofilebtns a {margin-bottom:10px;}
	
	.profilebtns {padding-left:0 !important; padding-right:0 !important; text-align:center; }
	.profilebtns .btn-small {font-size:13px !important; padding:6px 15px !important;margin-bottom:10px;}
	.profilebtns .btn-info.btn-small {margin-right:1%;}
	.rightboxes {padding-left:0; padding-right:0;}
	.post-links .btn {display: block;font-size: 13px;margin-bottom:10px;}
	.display-post .inner {padding:0;margin:0; max-width:100%;}
	
	.dynamic_form input[type='text'],.dynamic_form input[type='password'],.dynamic_form input[type='email'] .dynamic_form select, 
	.dynamic_form textarea {width:100% !important;}
	.firstname {margin-bottom:15px !important;}
	.form-horizontal .controls,#activityModal .controls ,#sendJobModal .controls ,#recruitmentModal .controls{margin-left:0;}
	.btnautosize , .btnlargeautosize{ padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px;}
	
	.ms-parent.form-control,#autoCompleteId ,.dynamic_form_value select,
	.dadada .vacancies, .one,.free-use .control2 ,.membership ul li ,.membership ul li.membershipul
	{width:100% !important; }
	.free-use .control2,.membership ul li.membershipul {margin-bottom:10px;}
	.dadada .vacancies,.container-wrap .control ,#referrals .result{height:auto; margin-bottom:10px;}
	.newuseitfreeitem {width:100%;float:none; margin-right:0px; background:#FFF; border-radius:5px; }
	.newuseitfree,.container-wrap .control,.useitfree,#referrals .result  {width:100%;}
	.useitfree {margin-left:0px;}
	.useitfree p, .referral p ,.font24 {font-size:18px;}
	.free-use .referral, .membership { width:100%; margin-left:0px;}
	.boxwidth {width:100% !important; margin-left:0px; margin-right:0px; height:auto !important;}
	
	#customers-wrap {width:100%; margin:auto}
	#customers-wrap .section {  width:75%;  padding-right: 0px; padding-left: 0px;}
	#customers-wrap .logos .internal,#customers-wrap .logos .logo-wrap{margin-left:0px}
	
	.boxes-benefit {width:100%;height:auto !important;}
	/*.mainlogo img {width:100%;}*/
	.contacttbl {margin-left:0px;}
	.loginfooter { padding-left:4px; text-align:left !important; margin-left:0 !important;padding-right:4px !important;}
	.btnwidth100 { margin-bottom:10px;font-size:13px !important;}
	.btn-small {padding:6px 15px !important; font-size:13px !important; vertical-align:top;}
	.home_menu_items .btn-small {vertical-align:middle;}
	#standard-vs-promoted {margin-top:0px; padding-top:0px;}
	.vacancies img{ padding-top: 0px;max-width:100%;}
	footer iframe {width:100% !important;}
	.SALARY_TYPE select.form-control {height:34px;}
	.mobilewidth50 {width:48%; font-size:12px !important;}
	.featurejob {float:none;padding-right:0px;}
	.featurejob h1 {font-size:17px;}
	
	.thumbnail {display:block; text-align:center;}
	#dynamic_form.view TD.dynamic_form_field {width:30%;display:table-cell;}
	#dynamic_form.view TD.dynamic_form_value{width:65%;display:table-cell;}
	.info-box {padding: 39px 4% 14px}
	
	.dynamic_form input[type='text'].form-control, .dynamic_form input[type='password'].form-control, .dynamic_form input[type='email'].form-control, .dynamic_form input[type='file'].form-control, .dynamic_form select.form-control, .dynamic_form textarea.form-control, .ms-parent.form-control, #autoCompleteId, .autoCompleteId, .dynamic_form_value select{
	width:88% !important;}
	.employers-body .search-form-section .field{float:none;margin-right:0px; width:100%;}
	
	.mobilecenter {text-align:center;}
	.mobilecenter input {margin-bottom:10px;}
	
	.form-horizontal .control-group .controls textarea {width:100% !important;height:100px; font-size:12px;}
	 
	
	#support_form {height:800px;}
	.dynamic_form input[type='button'],.dynamic_form input[type='submit'] {width:auto;}
	.dynamic_form.edit select.dynamic_form_date_style ,.dynamic_form.edit input.dynamic_form_date_style {width:31% !important;}
	.dynamic_form.edit input.dynamic_form_date_style {margin-left:10px;}
	
	.nav>li>a {padding:6px 6px;}
	.nav>li {margin-bottom:-1px !important;}
	.nav>li.dropdown {margin-bottom:3px !important;}
	.mobilecenter {text-align:center;width:100%;}
	.mobilecenter input{float:none !important;}
	
	.mobilebtnmargin {margin-left:0px;margin-bottom:5px;}
	.well.pull-right.mobiletopquick {padding:10px; font-size:16px;}
	.mobiletopquickmain {margin-bottom:0px;}
	.supportbtn {float:right;width:100%;}
	.jobtitle {font-size:18px;}
	.font11 {font-size:11px !important;}
	.smallbtns { text-align:center;}
	.smallbtns .btn{font-size:11px !important; margin-bottom:5px;} 
	
	#addLink {margin-top:4px;}
	#payment_list img {max-width:100%; height:auto;}
	.width15 {width:100%; height:auto;}
	.width6 {width:32%; height:65%;}
	.order_col_data .mobilecenter input {margin-top:10px;}
	
	#appFrame {height:650px;}
	.category_index ul.cols2,.search-form-section .field.RESUME_SEARCH_ALL {width:100%;}
	
	.youtubevideo {width:100%;}
	.lge .searchprofile {float:right; margin-right:0px;}

	
	
	.resume_form_data.edit .rightcol,
.empoyerjoblistrows .single_course_item .rightpart
{display:none;}
	.inner {max-width:90%;}
	
	.welcomemenu {width:90%;}
	#joblist.joblistrows .standard, #joblist.joblistrows .green_grad {padding:10px;}
	.joblistrows .singleRow.SAVED {width:88%;}
	.joblistrows .single_chkbox {width:auto;}
	.resume_form_data.edit .formrow .fieldvalue,.resume_form_data.edit .formrow .fieldvalue.RESUME_NOTES textarea {margin-left:0px;}
	.candidatelistrows .standard,.resumelistrows .standard, .applistrows .standard,.courselistrows .standard, .request_history .standard {width:100%;margin-right:0;}
	.empoyerjoblistrows .single_action {font-size:11px; margin-left:10px;}
	.empoyerjoblistrows .single_course_item .courseactions {width:28%;}
	.headerdiv .activity, .activitylistrows .standard .activity{width:23%}
	.applistrows .standard .single_app_item .candidate_data,.applistrows .standard .single_app_item .candidate_app_data,
	.applistrows .standard .single_app_item .candidate_status ,.applistrows .standard .single_app_item .candidate_access{width:90%; margin-left:6%;}
	.applistrows .standard .single_app_item .candidate_access {text-align:left;}
	.applistrows .standard .single_app_item .candidate_data {margin-left:2%;}
	.applistrows .standard .single_app_item .single_chkbox {width:3%;}
	.comment, .dynamic_form input[type=email].form-control, .dynamic_form input[type=password].form-control, .dynamic_form input[type=file].form-control, .dynamic_form input[type=text].form-control, .dynamic_form select.form-control, .dynamic_form textarea.form-control, .employers-body .search-form-section .field.RESUME_SEARCH_ALL input, .employers-body .search-form-section .field.SEARCH_ALL input, .form-horizontal .control-group .controls input[type=password], .form-horizontal .control-group .controls input[type=text], .form-horizontal .control-group .controls select {
		width: 100%!important;
	}
	.dropdown .menuicon,.dropdown .menuname {display:inline-block; text-align:left;margin-bottom:0;border-radius:3px;}
	  .dropdown .menuicon {font-size:14px;}
	  .navbar-nav>li {margin-left:10px !important;}
	  .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {border-radius:3px;}
	.navbar-nav>li.difflink> a {line-height:14px;}
	.navbar-inverse .navbar-nav>li>a {border-bottom: 0;}
}
/** Special condition for iframe form like posting form... This form is taking width according to iframe so for ipad, We need this condition ****/
@media (min-width: 665px) and (max-width: 767px) {
	 .job_post_data .edit .dynamic_form_field {display:table-cell;}

	 .job_post_data .dynamic_form input[type='text'].form-control, .job_post_data .dynamic_form input[type='password'].form-control,
	 .job_post_data .dynamic_form input[type='email'].form-control, .job_post_data .dynamic_form input[type='file'].form-control, 
	 .job_post_data .dynamic_form select.form-control, .job_post_data .dynamic_form textarea.form-control {width:65% !important; max-width:65%;}
	 .job_post_data .dynamic_form.edit select.form-control.dynamic_form_date_style, .job_post_data .dynamic_form.edit input.form-control.dynamic_form_date_style
	 {width:23% !important;}
	 .mobilecenter.displayinline input.pull-right {float:right !important;}
	 .job_post_data .dynamic_form.table>tbody>tr>td,.job_post_data .dynamic_form.table>tbody>tr>th,.job_post_data .dynamic_form.table>tfoot>tr>td,
	 .job_post_data .dynamic_form.table>tfoot>tr>th,.job_post_data .dynamic_form.table>thead>tr>td,.job_post_data .dynamic_form.table>thead>tr>th  {border-top:1px solid #ddd;}
}
@media (min-width: 670px) and (max-width: 767px) {
.headerlogo {width:55%;}
}
@media (min-width: 480px) and (max-width: 767px) {
    .contact-label {display:none;}
	.boxes_blue .round_image {width:6%; }
	.boxes_blue h4 {margin-top:2%;}
	#section-2 .table {padding-bottom:20px;}
	.dynamic_radio_label {display:none;}
	.dynamic_form.logintable {width:25% !important;}
	.btnautosize,  .btnlargeautosize { padding: 5px 10px; font-size: 13px; line-height: 1.5; border-radius: 3px;}
	
	#customers-wrap .logos .logo-wrap .logo {height:auto;width:90%;}
	#customers-wrap .logos .internal,#customers-wrap .logos .agency {width:50%;}
	#customers-wrap .logos .logo-wrap{margin:10px 0 10px 12px}
	.notification_mob {right:0px;}
	.toggle-menu .notify span {margin-right:10px; margin-top:12px;}
	.notification_container {padding-top:22px;}
	.notification_mob {margin-top:-10px;}
	.notifyvalues {float:right;}
	.toggle-menu .notify {padding-top:0px;}
	.headerlogo #logo {width:80%;}
	.headerlogo #logo img {width:100%;}
}
@media (min-width: 480px) and (max-width: 669px) {
	.welcomemsg h4  {width:100%;}
	.stdpost, .prempost {display:block;}
	.prempost {margin-left:0px;}
	
	.joblistrows .middlepart ,.joblistrows .rightpart{width:100%;}
	.headerlogo {width:65%;}
	.headerlogo #logo {width:80%;}
	.headerlogo #logo img {width:100%;}
}
@media (max-width: 479px) {
.seperate_box .emp_logo {width:100%; text-align:center;}
.course_view_data .modeview .view .formrow .fieldlabel{width:100%;}
	.job_post_data   .mobilecenter.displayinline{text-align:center;}
	#customers-wrap .logos .logo-wrap .logo {height:auto;width:100%;}
	#customers-wrap .logos .internal,#customers-wrap .logos .agency {width:100%;}
	.welcomemsg h4 {padding-bottom:5px;}
	.welcomemsg h4  {width:100%;}
	.stdpost, .prempost {display:block;}
	.prempost {margin-left:0px;}
	.notification_div {width:310px;}
	.toggle-menu .notify span {margin-right:10px; margin-top:12px;}
	.notification_container {padding-top:22px;}
	.notification_mob {margin-top:-10px;}
	.notifyright {width:78%;}
	.notifyvalues {float:right;}
	.toggle-menu .notify {padding-top:0px;}
	.resumelistrows .standard .single_resume_item ,.resumelistrows .standard{height:90px;}
	
	.headerlogo {width:80%;}
	.headerlogo #logo {width:80%;}
	.headerlogo #logo img {width:100%;}
}
@media (min-width: 321px) and (max-width: 430px) {
	.post-links .btn {display: block;font-size: 13px;margin-bottom:10px;}
	.display-post .col-xs-6 {width:100%;}
	.gmap {height:250px !important;}
	
}
@media (max-width: 320px) {
	.jobseekerbtns .btn-small, .profilebtns .btn-small {padding-left:5px !important; padding-right:5px !important;}
	.jobseekerbtns .btn-info.btn-small, .profilebtns .btn-info.btn-small {margin-right:1%;}
	.profilebtns {padding-left:0 !important; padding-right:0 !important; float:left; }
	.boxes_blue li {margin-left:27% !important;}
	.box, .row-fluid .box {padding:0px 10px 10px;}
	.display-post .col-xs-6 {width:100%;}
	.gmap {height:200px !important;}
	.nav>li>a {font-size:11px;}
	.notification_div {width:290px;}
	
}
