/********************************************************************************
* #                      C&O Apps Career Manager v1.0
* #******************************************************************************
* #      Author:     www.fs.ma
* #
* #*******************************************************************************/


.ui-autocomplete { max-height: 200px; overflow-y: auto; width:20%; list-style: none; padding:0px; border: 1px solid #ccc; background:#FFF; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; /*z-index:500; */}
.ui-autocomplete a, .ui-autocomplete li {display: block; border-radius: 0; padding: 2px 5px;} 
.ui-autocomplete a:hover, .ui-autocomplete a:active, .ui-autocomplete li:hover, .ui-autocomplete a:focus, .ui-autocomplete .ui-corner-all:focus { background: #444; color:#ccc; text-decoration: none; }
.ui-helper-hidden-accessible {padding-left: 10px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #444; border:0; color:#ccc; text-decoration: none; }
span.ui-helper-hidden-accessible { display: none; }
.ui-autocomplete-loading { background:url('<?php echo $this->config->base_url(); ?>images/loading.gif') no-repeat right center }


.modal-body {
	width: 100%;
}


body.login_body .modal:before {
  content: '';
  display: inline-block;
  height: 30%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

/* RESET */

.table > tbody > tr.info > td {
	background: #023151;
}

.modal-footer {
	padding:19px 22px 20px;
	margin-top:0;
	display: inline-block;
	width: 100%;
	background-color:#ebedef;
	border-top:0;
	border-radius:0 0 7px 7px
}
.modal-footer .btn+.btn {
	margin-left:12px
}

.iconpicker-popover.popover .popover-content {
	overflow: hidden;
}

/*! Registration */

.register h1 {
	text-align: center;
}

.register .subheading {
	padding-bottom: 20px;
}

#newCandidateForm label {
	margin: 0 auto;
}

/*! Dashboard */

.eventCalendar-wrap {
    border: 1px solid #d3d3d3;
    box-shadow: none !important;
}

.cvisit_status {
	font-size: 12px;
}

.eventCalendar-list li {
	border-bottom: 1px solid #eee;
	padding: 8px 5px !important;
}

.eventCalendar-list li time em {
	line-height: 2;
}

.eventCalendar-list li p {
	margin-bottom: 0;
}

.eventCalendar-list-wrap {
	margin-top: 25px;
}


/*! Profile bar */
#msform {
	width: 50%;
	margin: 50px auto;
	text-align: center;
	position: relative;
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: black;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	color: #333;
	background: #b6b6b6;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	display: inline-block;
	width: 90%;
	height: 2px;
	background: grey;
	position: absolute;
	left: -45%;
	top: 9px;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}


.pending-candidates .external {
   background: #d1e3ff none repeat scroll 0 0;
}

.pending-candidates li.external > h3 {
    color: #333;
}

/*! Visits */

.pending-visits, .pending-candidates {
	list-style: none;
	border: 1px solid #e7ecf1 !important;
	border-radius: 4px 4px 0 0;
	padding: 0;
	margin: 0 auto 25px;
}

.eventCalendar-wrap {
	border: 1px solid #e7ecf1 !important;
}

.pending-visits li, .pending-candidates li {
	background: #ffffff;
}

.pending-visits .external {
   background: #eaedf2 none repeat scroll 0 0;
}

li.external {
    border-radius: 4px 4px 0 0;
    display: block;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 15px;
}

li.external > h3 {
    color: #62878f;
    display: inline-block;
    float: left;
	font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.visits-list {
    list-style: outside none none;
    padding-left: 0;
    padding-right: 0 !important;
    margin: 10px auto;
}

.visits-list form {
	margin: 0 auto;
}

.visits-list > li:first-child {
    border-top: medium none;
}

.visits-list > li {
    border-bottom: 1px solid #eff2f6 !important;
    color: #333;
}

.visits-list > li {
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 15px 0;
    text-shadow: none;
    white-space: normal;
}

.visits-list > li .task {
    margin-bottom: 5px;
}


.visits-list > li .task .desc {
    font-size: 13px;
    font-weight: 300;
}

.visits-list > li .task .percent {
    display: inline-block;
    float: right;
    font-weight: 600;
}

.visits-list .visit-details {

}

.visits-list .mt-action-buttons {
    text-align: right;
    white-space: nowrap;
    padding: 8px;
}

.btn.btn-outline.green {
    color: #3D9970;
    font-size: 13px;
    border: #3D9970 1px solid;
    background: none;
}

.btn.btn-outline.blue {
    color: #318ed1;
    font-size: 13px;
    border: #318ed1 1px solid;
    background: none;
}

.btn.btn-outline.red {
    color: #ad2e37;
    border: #ad2e37 1px solid;
    background: none;
}


/*! Profile */

/*! Section/Article */
section.special,article.special {
	text-align:center;
}


header {
	text-align: center;
}

header p{
	padding: 20px;
}

@media screen and (max-width: 736px) {
	header p {
		margin-top:0;
	}
}

/*! Globals */

#mainContent {
	padding: 0;
}

.white-bg {
	background-color: white;
}


.ui-datepicker select {
	color: black;
}

.ui-datepicker {z-index:9999 !important}



/*! Content Widget */
.profile-content-widget {
	border-radius: 10px;
	padding: 30px;	
	position: relative;
 	box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);
}
.profile-content-widget.no-padding {	padding: 0; }
.fa-times {
	border-radius: 15px;
  	color: white;
  	cursor: pointer;
	padding: 4px 5px;
  	position: absolute;
  	top: 15px;
  	right: 15px;
  	z-index: 100;
  	transition: all 0.3s ease;
}
.fa-heart {
  color: white;
  cursor: pointer;
  font-size: 1.4em;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
  transition: all 0.3s ease;
}
.fa-heart:hover { color: #39ADB4; }
.progress {	display: block; }
/*
.panel-default>.panel-heading {
	background-color: #39ADB4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	padding: 15px;
}
.panel-default .fa-times {
	top: 12px;
	background-color: #67B5B9;
}
.panel-default .fa-times:hover { background-color: #297B7F;	}
.panel { border-radius: 10px; }
*/
.pagination-wrap {
	margin-right: 10px;
	text-align: right;
}

.pagination>li>a {
	border-color: #E9E8E8;
	color: #a6a6a6;
	margin: 2px;
	padding: 10px;	
}
.pagination>li>a,
.pagination>li:first-child>a,
.pagination>li:last-child>a {
	border-radius: 10px;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover {
	background-color: #39ADB4;
	border-color: #E9E8E8;
}
.table { margin-bottom: 0; }
.table>tbody>tr>td { padding: 10px 15px; }
.table>thead>tr>td { padding: 15px; }
.media { margin-top: 0; }
.media-body { vertical-align: middle; }
.badge {
	background-color: #d6973d;
	border-radius: 5px;
	margin-left: 5px;
	padding: 5px 10px;
	vertical-align: top;
}
.profile-img-bordered {
	border: 1px solid #ccc;
	padding: 3px;
}

.profile-block {	
	display: block; 
	font-size: 0.75em;
}


.profile-body {
	padding:20px 24px 20px
}

.profile-body img {
	margin: 0 auto;
	width: 140px;
	height: 140px;
	overflow: hidden;
	object-fit: cover;
}

.profile-body .profile-skills {
	text-align: left;
}

.profile-body .profile-actions {
	margin: 15px auto;
	text-align: center;
}

.profile-body a {
	margin: 20px auto;
	text-align: center;
	display: block;
}

.profile-body a i {
	font-size: 20px;
	color: #18bc9c;
}

.profile-body p {
	font-size:16px;
	line-height:1.625
}


.profile-body .equipments {
	margin-top: 10px;
}

.profile-body .profile-skills span {
	cursor: pointer;
	padding: 5px;
	text-align: center;
	display: inline-block;
	margin: 5px 5px auto;
}

.profile-body .equipments span:hover {
	background-color: #333333;
}

.profile-body .equipments span i {
	line-height: 20px;
	font-size: 22px;
	font-weight: 400;
}

/*! Missions */


#line-plus {
	background-color: #FFFFFF;
	border-top: 4px solid #006650;
}

.mt-list-head {
    padding: 15px;
    position: relative;
}

.mt-list-head .list-title {
    margin: 0;
}


.apply-buttons {
	display: inline-block;
    margin: 10px 0 auto;
}

.apply-buttons .btn.large {
	border-width: 1px;
	display: inline-block
}

.apply-buttons a.active.btn.large {
	background-color: #33be47;
	border-width: 0;
	box-shadow: none;
	color: #fff
}

.apply-buttons .btn.large i {
	display: inline-block;
	float: none;
	margin: -2px 5px 0 0;
	vertical-align: middle
}

.apply-buttons span {
	color: #999;
	display: block;
	font-size: 11px;
	font-weight: 300;
	line-height: 18px;
	padding: 5px 0 0 0
}

.apply-buttons a {
	display: inline-block;
	font-size: 11px;
	padding: 0 8px;
	text-align: left;
	font-weight: 500;
}

.apply-buttons i {
	font-size: 16px;
}

.apply-buttons .cs-shortlist {
	border-color: #008fdc;
	color: #008fdc;
}

.apply-buttons .cs-shortlist i {
	color: #008fdc;
}

.apply-buttons .cs-edit {
	border-color: #333333;
	color: #333333;
}

.apply-buttons .cs-edit i {
	color: #333333;
}

.apply-buttons .cs-selected {
	border-color: #32bea6;
	color: #32bea6;
}

.apply-buttons .cs-selected i {
	color: #32bea6;
}

.apply-buttons .cs-archive {
	border-color: #ff4100;
	color: #ff4100;
}

.apply-buttons a i {
	display: inline-block;
	float: none;
	margin: auto 2px;
	vertical-align: middle
}

.jobs-listing {
    display: block;
    margin: 0;
    padding: 0;
}
.jobs-listing li {
    display: inline-block;
    float: none;
    list-style: outside none none;
    margin-left: 0;
    margin-right: -4px;
    padding: 0 15px;
    position: relative;
    vertical-align: top;
}

.jobs-listing.fancy li {
    margin: 0 -4px 30px 0;
    padding: 0 15px;
}

.jobs-listing span.author-name {
    color: #1739b4;
    display: inline-block;
    font-size: 12px;
    margin-left: 6px;
}

.jobs-listing.fancy li .jobs-content {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 20px;
}



.jobs-listing li .cs-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
}

.jobs-listing.fancy .cs-post-title {
    display: block;
    vertical-align: middle;
}

.jobs-listing h3 {
    letter-spacing: 0.7px;
    margin: 0 0 5px;
    color: #424242 !important;
    font: 600 20px/28px "Raleway",sans-serif !important;
    letter-spacing: 1px !important;
    text-transform: none !important;
}

.jobs-listing.fancy .cs-post-title h3 a {
    box-shadow: none;
    font: 600 16px/20px "Raleway",sans-serif !important;
    letter-spacing: 1px;
    outline: medium none;
    text-decoration: none;
    text-transform: capitalize !important;
}

.jobs-listing li .post-options {
    display: block;
    margin-bottom: 15px;
}

.jobs-listing li .post-options span {
    color: #999;
    display: inline-block;
    font-size: 12px;
    margin: 10px auto 0;
}

.jobs-listing.fancy .jobtype-btn {
    margin: 10px 0 0;
}

.jobs-listing.fancy .jobtype-btn {
    border-radius: 2px;
	border: 1px solid #ef4b39;
    color: #ef4b39;
    float: left;
    font-size: 12px;
    font-weight: 400;
    min-width: 120px;
    padding: 1px 15px;
    position: relative;
    text-align: center;
    width: auto;
}

.jobs-listing.fancy .terrain {
	border: 1px solid #4288c9;
    color: #4288c9;	
}


.jobs-listing.fancy .visite {
	border: 1px solid #478723;
    color: #478723;	
}

.jobs-listing.fancy .phone {
	border: 1px solid #dc932b;
    color: #dc932b;	
}


.jobs-listing li .cs-text {
    display: inline-block;
    vertical-align: middle;
}

.jobs-listing .post-description p {
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.jobs-listing.fancy li .cs-media {
    display: inline-block;
    float: right;
}

.jobs-listing li .cs-media figure {
    width: auto;
}

.jobs-listing li .cs-media figure {
    border: 0 none;
    margin: 0;
    text-align: center;
    width: 120px;
}


.jobs-listing a {
    box-shadow: none;
    color: #424242;
    font: 700 14px/20px "Raleway",sans-serif;
    letter-spacing: 1px;
    outline: medium none;
    text-decoration: none;
    text-transform: uppercase;
}

.jobs-listing li .cs-media figure img {
    box-shadow: none;
    width: 100%;
}


/*! Apply Buttons */

.mt-action-dot {
    background-color: red;
    border-radius: 50% !important;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
    width: 10px;
}

.bg-green {
    background: #31d13c none repeat scroll 0 0 !important;
}

.bg-blue {
    background: #32c5d2 none repeat scroll 0 0 !important;
}


.jobs-listing .apply-buttons {
	display: inline-block;
	float: right;
    margin: 10px 0 auto;
}

.jobs-listing .apply-buttons .btn.large {
	border-width: 1px;
	display: inline-block
}

.jobs-listing .apply-buttons a.active.btn.large {
	background-color: #33be47;
	border-width: 0;
	box-shadow: none;
	color: #fff
}

.jobs-listing .apply-buttons .btn.large i {
	display: inline-block;
	float: none;
	margin: -2px 5px 0 0;
	vertical-align: middle
}

.jobs-listing .apply-buttons span {
	color: #999;
	display: block;
	font-size: 11px;
	font-weight: 300;
	line-height: 18px;
	padding: 5px 0 0 0
}

.jobs-listing .apply-buttons a {
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	font-size: 12px;
	line-height: 36px;
	margin: 0 0 10px 10px;
	min-height: 36px;
	padding: 0 12px;
	text-align: left;
	font-weight: 500;
}

.jobs-listing .apply-buttons i {
	font-size: 16px;
}

.jobs-listing .apply-buttons .cs-shortlist {
	border-color: #008fdc;
	color: #008fdc;
}

.jobs-listing .apply-buttons .cs-shortlist i {
	color: #008fdc;
}

.jobs-listing .apply-buttons .cs-edit {
	border-color: #333333;
	color: #333333;
}

.jobs-listing .apply-buttons .cs-edit i {
	color: #333333;
}

.jobs-listing .apply-buttons .cs-selected {
	border-color: #32bea6;
	color: #32bea6;
}

.jobs-listing .apply-buttons .cs-selected i {
	color: #32bea6;
}

.jobs-listing .apply-buttons .cs-archive {
	border-color: #ff4100;
	color: #ff4100;
}

.jobs-listing .apply-buttons a i {
	display: inline-block;
	float: none;
	margin: auto 2px;
	vertical-align: middle
}

.jobs-listing .jobs-info .post-options li {
	margin: 0 20px 0 0;
	position: relative
}

.jobs-listing .jobs-info .post-options li:after {
	background-color: #e4e4e4;
	border-radius: 100%;
	content: "";
	height: 3px;
	left: -12px;
	position: absolute;
	top: 10px;
	width: 3px
}

.jobs-listing .jobs-info .post-options li:nth-child(1):after,
.jobs-listing .jobs-info .post-options li:nth-child(2):after {
	display: none
}

.jobs-listing .jobs-info strong {
	color: #4e8ef3;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	margin: 0 0 10px
}


.select.filters {
	margin: 0 5px;
}

/*!Candidates */


ul.resumes-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul.resumes-list li::after {
    clear: both;
    content: "";
    display: block;
}

ul.resumes-list li {
	list-style: outside none none;
    padding: 12px 10px;
    position: relative;
}

.applicant {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin: 15px;
}

.applicant img {
    box-shadow: none;
    float: left;
    margin: 0 20px 0 0;
    width: 100px;
}


.applicant h5 {
    margin: 0 0 2px;
}

.applicant .applicant_head {
	padding: 0;
}

.applicant h5 a {
    font-weight: 700;
    text-transform: uppercase;
}

.applicant .action-link {
	z-index: 1000;
	position: relative;
}	

.applicant h5 span {
	padding: 0 2px;
	margin-right: 5px;
}

.applicant .cs-text h5 span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    padding-top: 5px;
}

.applicant .cs-text #occupation {
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 0 5px 0 0;
    vertical-align: top;
}
.applicant .cs-text .cs-uploaded {
    text-align: left;
}

.applicant .cs-text .cs-uploaded span {
    color: #999;
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 2px 0;
}

.cs-downlod-sec {
	padding: 0;
}


.cs-downlod-sec ul {
    display: block;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.cs-downlod-sec ul li a {
    color: #999;
    display: block;
    cursor: pointer;
}

.action-link {
  border-radius: 3px;
  line-height: 1.083;
  padding: 6px 6px;
  color:#ffffff !important;
  cursor: pointer;
}

.success {
	background-color: #18bc9c;
    border-color: #18bc9c;
}

.info {
	background-color: #3498db;
    border-color: #3498db;
    
}

.warning {
	background-color: #f39c12;
    border-color: #f39c12;
}

.danger {
	background-color: #e7505a;
    border-color: #c93039;
}

.cs-downlod-sec > a {
    color: #999;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
    left: 0;
    line-height: 28px;
    padding-left: 30px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 140px;
}

.cs-downlod-sec ul li{
	float: left;
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 12px;
    margin: 0;
    min-height: auto;
    padding: 2px;
}

ul.resumes-list li .delete {
    color: #999;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 25px;
    top: 22px;
}


.show-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

.jobs-detail-listing {
	display: none;
}

#profileData .jobs-detail-listing {
	display: inline-table;
	margin-top: 12px;
}

#profileData .applicant .cs-text {
	width: auto;
}

#profileData .applicant {
	box-shadow: none;
}

#candidateViewModal .modal-body {
	padding : 0;
}

.cs-text .open {
	display: inline-table;
}

.jobs-detail-listing ul {
}

.jobs-detail-listing ul li {
    list-style: outside none none;
}

.jobs-detail-listing ul li .listing-inner {
}

.jobs-detail-listing li i {
    color: #919eac;
    font-size: 26px;
    margin: 0 14px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.jobs-detail-listing li .listing-inner i {
	position: absolute;
	top: 20px;
	left: -20px;
}

.jobs-detail-listing ul li:last-child {
	padding: 0;
}

jobs-detail-listing.jobs-detial-listing-custom .cs-text {
    width: 70%;
}

 .jobs-detail-listing .cs-text {
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
}

.jobs-detail-listing span {
    color: #616161;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

.jobs-detail-listing .cs-text strong {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}


.jobs-detail-listing .equipments li {
	float: left;
	cursor: pointer;
	padding: 0;
	text-align: center;
	display: inline-block;
}

.jobs-detail-listing .equipments li:hover i{
	color: #333333;
}

.jobs-detail-listing .equipments li i {
	line-height: 20px;
	font-size: 22px;
	font-weight: 400;
	color: #337ab7;
}


.checkbox-grid li {
    display: block;
    float: left;
    width: 25%;
}

/* ! Filters */

.cs-user-filters {
	background-color: #ffffff;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.cs-user-filters .search-bar {
    margin: 0 0 10px;
    position: relative;
    width: 100%;
   display: inline-block;
   vertical-align: middle;
}


.cs-user-filters .search-bar i {
    font-size: 18px;
    left: auto;
    right: 10px;
    top: 10px;
    position: absolute;
}

.cs-user-filters .search-bar input[type="text"] {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-size: 13px;
    height: 38px;
}

.cs-user-filters .accordion-group {
    border-bottom: 1px solid #f4f4f4;
    margin: auto 10px 10px;
    padding: 0;
}

.cs-user-filters .accordion-body {
    padding: 10px;
}

.cs-user-filters .accordion-inner ul {
    padding: 0 10px 5px;
}

cs-user-filters li {
    list-style: outside none none;
    margin: 0 0 0 1px;
    padding: 0;
}

/* !Empty State */ 

.ln-no-match {
	background-color: #ffffff;
}

ul.resumes-list li .empty_icon {
	float: none;
    margin: 0 auto;
    width: 200px;
    height: auto;
}

.massage-notfound {
    padding: 0 15px 15px;
}

.massage-notfound .massage-title {
    border-bottom: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 16px;
}

.massage-notfound ul li::before {
    background-color: #ccc;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 4px;
}

.massage-notfound ul li {
    border: medium none;
    color: #555;
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    list-style: outside none none;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 14px !important;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
}


/* ! Tabs */
.list-all .nav-tabs {
	border-bottom: 0px;
}

.list-all .tab-content {
 border: none;
 border-radius: 0;
 padding: 0;
 background: none;
}

.list-all .nav-tabs > li.active > a, .list-all .nav-tabs > li.active > a:hover, .list-all .nav-tabs > li.active > a:focus {
	background-color: #18bc9c;
	color: #ffffff;
}

.list-all .nav-tabs > li {
	width: 50%;
	text-align: center;
	background-color: #f2f2f2;
	margin-bottom: -2px;
	border-radius: 8px 8px 0 0; 
	border-width: 0px;
	
}

.resumes-list .cs-downlod-sec form[id*="shortlistForm"] {
	margin: 0;
	padding: 0;
}

/* !Forms */
form {
	margin:0 0 2em;
}

form.form-inline {
	margin: 0 auto;
}

form:after {
	content:'';
	display:block;
	clear:both;
	height:1px;
}

form .field {
	position:relative;
	float:left;
	margin:0 0 1.3em;
	vertical-align:top;
	width:100%;
}

form .half {
	width:calc(50% + 1em)!important;
	padding-left:2em;
}

form .half.first {
	width:calc(50% - 1em)!important;
	padding-left:0;
}

form :last-child {
	margin-bottom:0;
}

form .half:nth-last-child(2) {
	margin-bottom:0;
}

form .actions {
	position:relative;
	clear:both;
	padding-top:1em;
}

.register form .form-group {
/* 	padding: 0; */
}


/*! Autocomplete */
.ui-autocomplete { width:20%; list-style: none; padding:0px; border: 1px solid #ccc; background:#FFF; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; /*z-index:500; */}
.ui-autocomplete a, .ui-autocomplete li {display: block; border-radius: 0; padding: 2px 5px;} 
.ui-autocomplete a:hover, .ui-autocomplete a:active, .ui-autocomplete li:hover, .ui-autocomplete a:focus, .ui-autocomplete .ui-corner-all:focus { background: #444; color:#ccc; text-decoration: none; }
.ui-helper-hidden-accessible {padding-left: 10px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #444; border:0; color:#ccc; text-decoration: none; }
span.ui-helper-hidden-accessible { display: none; }
.ui-autocomplete-loading { background:url('/images/loading.gif') no-repeat right center }

@media screen and (max-width: 480px) {
	form .half {
		width:100%!important;
		padding-left:0;
	}
	
	form .half.first {
		width:100%!important;
		padding-left:0;
	}
	
	form .half:nth-last-child(2) {
		margin:0 0 1.3em;
	}
}

label {
	display:block;
	font-size:12;
	font-weight:400;
	margin:0 0 0.5em;
}

input[type="text"],input[type="password"],input[type="email"],input[type="tel"],textarea,input[type="number"] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	appearance:none;
	background-color:transparent;
	border:none;
	border-radius:0;
	border-bottom:solid 1px #c9c9c9;
	color:inherit;
	display:block;
	outline:0;
	padding:0;
	text-decoration:none;
	width:100%;
}

input[type="text"]:invalid,input[type="password"]:invalid,input[type="email"]:invalid,input[type="tel"]:invalid,input[type="number"]:invalid,select:invalid,textarea:invalid {
	box-shadow:none;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus {
	border-bottom-color:#f2849e;
	box-shadow:inset 0 -1px 0 0 #f2849e;
}


/*
input[type="text"],input[type="password"],input[type="email"],select {
	height:1.5em;
}
*/

textarea {
	padding:0;
	min-height:3.75em;
}

input[type="checkbox"],input[type="radio"] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	appearance:none;
	display:block;
	float:left;
	margin-right:-2em;
	opacity:0;
	width:1em;
	z-index:-1;
}

input[type="checkbox"] + label,input[type="radio"] + label {
	text-decoration:none;
	color:#585858;
	cursor:pointer;
	display:inline-block;
	font-size:1em;
	font-weight:300;
	padding-left:2.55em;
	padding-right:.75em;
	position:relative;
}

input[type="checkbox"] + label:before,input[type="radio"] + label:before {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:400;
	text-transform:none!important;
}

input[type="checkbox"] + label:before,input[type="radio"] + label:before {
	border-radius:4px;
	border:solid 1px #c9c9c9;
	content:'';
	display:inline-block;
	height:1.8em;
	left:0;
	line-height:1.725em;
	position:absolute;
	text-align:center;
	top:0;
	width:1.8em;
}

input[type="checkbox"]:checked + label:before,input[type="radio"]:checked + label:before {
	background:#585858;
	border-color:#585858;
	color:#fff;
	content:'\f00c';
}

input[type="checkbox"]:focus + label:before,input[type="radio"]:focus + label:before {
	border-color:#f2849e;
	box-shadow:0 0 0 1px #f2849e;
}

input[type="checkbox"] + label:before {
	border-radius:4px;
}

input[type="radio"] + label:before {
	border-radius:100%;
}

/* Box */
.box {
	border-radius:4px;
	border:solid 1px #c9c9c9;
	margin-bottom:2em;
	padding:1.5em;
}

.box > :last-child,.box > :last-child > :last-child,.box > :last-child > :last-child > :last-child {
	margin-bottom:0;
}

.box.alt {
	border:0;
	border-radius:0;
	padding:0;
}

/* Image */
.image {
	border-radius:4px;
	border:0;
	display:inline-block;
	position:relative;
}

.image img {
	border-radius:4px;
	display:block;
}

.image.left,.image.right {
	max-width:40%;
}

.image.left img,.image.right img {
	width:100%;
}

.image.left {
	float:left;
	padding:0 1.5em 1em 0;
	top:.25em;
}

.image.right {
	float:right;
	padding:0 0 1em 1.5em;
	top:.25em;
}

.image.fit {
	display:block;
	margin:0 0 2em;
	width:100%;
}

.image.fit img {
	width:100%;
}

.image.main {
	display:block;
	margin:0 0 3em;
	width:100%;
}

.image.main img {
	width:100%;
}

@media screen and (max-width: 736px) {
	.image.main {
		margin:0 0 2em;
	}
}

/* Table */
.table-wrapper {
	-webkit-overflow-scrolling:touch;
	overflow-x:auto;
}

table {
	margin:0 0 2em;
	width:100%;
}

table tbody tr {
	border:solid 1px #c9c9c9;
	border-left:0;
	border-right:0;
}

table tbody tr:nth-child(2n + 1) {
	background-color:rgba(144,144,144,0.075);
}

table td {
	padding:.75em;
}

table th {
	font-size:.9em;
	font-weight:900;
	padding:0 .75em .75em;
	text-align:left;
}

table thead {
	border-bottom:solid 2px #c9c9c9;
}

table tfoot {
	border-top:solid 2px #c9c9c9;
}

table.alt {
	border-collapse:separate;
}

table.alt tbody tr td {
	border:solid 1px #c9c9c9;
	border-left-width:0;
	border-top-width:0;
}

table.alt tbody tr td:first-child {
	border-left-width:1px;
}

table.alt tbody tr:first-child td {
	border-top-width:1px;
}

table.alt thead {
	border-bottom:0;
}

table.alt tfoot {
	border-top:0;
}

/* Button */
input[type="submit"],input[type="reset"],input[type="button"] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	appearance:none;
	-moz-transition:background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
	-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
	-ms-transition:background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
	transition:background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
	background-color:transparent;
	border-radius:4px;
	border:0;
	box-shadow:inset 0 0 0 2px #585858;
	cursor:pointer;
	display:inline-block;
	font-size:.8em;
	font-weight:900;
	height:3.5em;
	letter-spacing:.35em;
	line-height:3.45em;
	overflow:hidden;
	padding:0 1.25em 0 1.6em;
	text-align:center;
	text-decoration:none;
	text-overflow:ellipsis;
	text-transform:uppercase;
	white-space:nowrap;
}

input[type="submit"].icon:before,input[type="reset"].icon:before,input[type="button"].icon:before  {
	margin-right:.5em;
}

input[type="submit"].fit,input[type="reset"].fit,input[type="button"].fit,button.fit,.button.fit {
	display:block;
	margin:0 0 1em;
	width:100%;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
	color:#f2849e!important;
	box-shadow:inset 0 0 0 2px #f2849e;
}

input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active,button:active,.button:active {
	background-color:rgba(242,132,158,0.1);
}

input[type="submit"].small,input[type="reset"].small,input[type="button"].small,button.small,.button.small {
	font-size:.6em;
}

input[type="submit"].big,input[type="reset"].big,input[type="button"].big,button.big,.button.big {
	font-size:1em;
}

input[type="submit"].special,input[type="reset"].special,input[type="button"].special,button.special,.button.special {
	box-shadow:none;
	background-color:#585858;
	color:#fff!important;
}

input[type="submit"].special:hover,input[type="reset"].special:hover,input[type="button"].special:hover,button.special:hover,.button.special:hover {
	background-color:#f2849e;
}

input[type="submit"].special:active,input[type="reset"].special:active,input[type="button"].special:active,button.special:active,.button.special:active {
	background-color:#ee5f81;
}

input[type="submit"].disabled,input[type="submit"]:disabled,input[type="reset"].disabled,input[type="reset"]:disabled,input[type="button"].disabled,input[type="button"]:disabled,button.disabled,button:disabled,.button.disabled,.button:disabled {
	-moz-pointer-events:none;
	-webkit-pointer-events:none;
	-ms-pointer-events:none;
	pointer-events:none;
	opacity:.25;
}

/* Tiles */
.tiles {
	display:-moz-flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	postiion:relative;
	margin:-2.5em 0 0 -2.5em;
}

.tiles article {
	-moz-transition:-moz-transform .5s ease,opacity .5s ease;
	-webkit-transition:-webkit-transform .5s ease,opacity .5s ease;
	-ms-transition:-ms-transform .5s ease,opacity .5s ease;
	transition:transform .5s ease,opacity .5s ease;
	position:relative;
	width:calc(33.33333% - 2.5em);
	margin:2.5em 0 0 2.5em;
}


.tiles article > a {
	display:-moz-flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:flex;
	-moz-flex-direction:column;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-moz-align-items:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	-moz-justify-content:center;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-moz-transition:background-color .5s ease,-moz-transform .5s ease;
	-webkit-transition:background-color .5s ease,-webkit-transform .5s ease;
	-ms-transition:background-color .5s ease,-ms-transform .5s ease;
	transition:background-color .5s ease,transform .5s ease;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:1em;
	border-radius:4px;
	border-bottom:0;
	color:#fff;
	text-align:center;
	text-decoration:none;
	z-index:3;
}

.tiles article > a > :last-child {
	margin:0;
}

.tiles article > a:hover {
	color:#fff!important;
}

.tiles article > a h2 {
	margin:0;
}

.tiles article > a .content {
	-moz-transition:max-height .5s ease,opacity .5s ease;
	-webkit-transition:max-height .5s ease,opacity .5s ease;
	-ms-transition:max-height .5s ease,opacity .5s ease;
	transition:max-height .5s ease,opacity .5s ease;
	width:100%;
	max-height:0;
	line-height:1.5;
	margin-top:.35em;
	opacity:0;
}

.tiles article > a .content > :last-child {
	margin-bottom:0;
}

.tiles article.style1 a{
	color:#ae85ca;
}

.tiles article.style2 a {
	color:#7ecaf6;
}

.tiles article.style3 a {
	color:#7bd0c1;
}


* + .tiles {
	margin-top:2em;
}


@media screen and (max-width: 1280px) {
	.tiles {
		margin:-1.25em 0 0 -1.25em;
	}
	
	.tiles article {
		width:calc(33.33333% - 1.25em);
		margin:1.25em 0 0 1.25em;
	}
}

@media screen and (max-width: 980px) {
	.tiles {
		margin:-2.5em 0 0 -2.5em;
	}
	
	.tiles article {
		width:calc(50% - 2.5em);
		margin:2.5em 0 0 2.5em;
	}
}

@media screen and (max-width: 736px) {
	.tiles {
		margin:-1.25em 0 0 -1.25em;
	}
	
	.tiles article {
		width:calc(50% - 1.25em);
		margin:1.25em 0 0 1.25em;
	}
	
	.tiles article:hover > .image {
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-ms-transform:scale(1.0);
		transform:scale(1.0);
	}
}

@media screen and (max-width: 480px) {
	.tiles {
		margin:0;
	}
	
	.tiles article {
		width:100%;
		margin:1.25em 0 0;
	}
}

/* !Header */
#header {
	padding:8em 0 .1em;
}

#header .logo {
	display:block;
	border-bottom:0;
	color:inherit;
	font-weight:900;
	letter-spacing:.35em;
	margin:0 0 2.5em;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
}

#header .logo > * {
	display:inline-block;
	vertical-align:middle;
}

#header .logo .symbol {
	margin-right:.65em;
}

#header .logo .symbol img {
	display:block;
	width:2em;
	height:2em;
}

#header nav {
	position:fixed;
	right:2em;
	top:2em;
	z-index:10000;
}

#header nav ul {
	display:-moz-flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:flex;
	-moz-align-items:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
	list-style:none;
	margin:0;
	padding:0;
}

#header nav ul li {
	display:block;
	padding:0;
}

.navbar-nav > li {
	padding: 0 10px;
}

#header nav ul li a {
	display:block;
	position:relative;
	height:3em;
	line-height:3em;
	padding:0 1.5em;
	background-color:rgba(255,255,255,0.5);
	border-radius:4px;
	border:0;
	font-size:.8em;
	font-weight:900;
	letter-spacing:.35em;
	text-transform:uppercase;
}

#header nav ul li a[href="#menu"] {
	-webkit-tap-highlight-color:transparent;
	width:4em;
	text-indent:4em;
	font-size:1em;
	overflow:hidden;
	padding:0;
	white-space:nowrap;
}

#header nav ul li a[href="#menu"]:before,#header nav ul li a[href="#menu"]:after {
	-moz-transition:opacity .2s ease;
	-webkit-transition:opacity .2s ease;
	-ms-transition:opacity .2s ease;
	transition:opacity .2s ease;
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:2em 2em;
}

#header nav ul li a[href="#menu"]:before {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23f2849e%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
	opacity:0;
}

#header nav ul li a[href="#menu"]:after {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
	opacity:1;
}

#header nav ul li a[href="#menu"]:hover:before {
	opacity:1;
}

#header nav ul li a[href="#menu"]:hover:after {
	opacity:0;
}

@media screen and (max-width: 736px) {
	#header {
		padding:4em 0 .1em;
	}
	
	#header nav {
		right:.5em;
		top:.5em;
	}
	
	#header nav ul li a[href="#menu"]:before,#header nav ul li a[href="#menu"]:after {
		background-size:1.5em 1.5em;
	}
}

.dropdown .bs-glyphicons-list {
	background-color: #e1e1e1;
}
.dropdown .bs-glyphicons-list li .sub-nav{
	color: #3a4656;
	text-align: left;
	margin: 0 auto;
	line-height: 2em;
	text-indent: 1em;
	padding: 10px;
}



/*
tables
*/
tr#tblHeader {
	font-weight:700;
}

.page-header {
	text-align:left;
}

#table_paginate a {
	padding:5px;
}

.dataTables_length {
	float:left;
	padding:10px;
}

.dataTables_filter {
	float:right;
}

.dataTables_info,.dataTables_paginate {
	float:right;
}

.table .glyphicon {
	font-size:18px;
}

/*
Login
*/
body {
	background-color:#f9f9f9;
	padding-bottom:40px;
 	padding-top:40px; 
}

.login_body {
	padding: 0;
	background-color:transparent;
}

.login_body > .container.main {
	padding-top: 0;
}

#content {
	background:#fff none repeat scroll 0 0;
	border-radius:3px;
	box-shadow:0 1px 2px rgba(0,0,0,0.07);
	margin:0 auto;
	min-height:300px;
	padding:20px;
	max-width:970px;
}

.main {
	margin-top:30px;
}

.login {
	margin-top: 10px;
}

.login .description {
	background-color: #ffffff;
}

a.password {
	color:#333;
}

h2 {
	text-align:center;
}

.form {
	margin-top:20px;
}

#change-image .glyphicon {
	color:#FFF;
	font-size:18px;
}

.white {
	color:#ffffff;
}

#msgCont {
	margin:10px;
}

/*
header
*/
span.salutation {
	padding-top:15px;
	padding-bottom:15px;
	color:#fff;
	line-height:20px;
}

/*
Left menu
*/
.sidebar {
	background-color:#f5f5f5;
	border-right:1px solid #eee;
	bottom:0;
	display:block;
	left:0;
	overflow-x:hidden;
	overflow-y:auto;
	position:fixed;
	top:51px;
	z-index:1000;
}

.nav-sidebar {
	margin-bottom:20px;
	margin-left:-20px;
	margin-right:-21px;
}

.bs-glyphicons-list {
	overflow:hidden;
	list-style-type:none;
}


.bs-glyphicons-list li span {
	display:block;
	text-indent:1em;
	text-transform:capitalize;
	height:auto;
	line-height:2;
	text-align:left;
	color: #9c9c9c;
	border-bottom:1px solid rgba(0,0,0,0.05);
	-webkit-transition:background .1s ease-in-out;
	-moz-transition:background .1s ease-in-out;
	transition:background .1s ease-in-out;
}

.bs-glyphicons-list li a {
	display:block;
	text-indent:1em;
	text-transform:capitalize;
	height:auto;
	line-height:2;
	text-align:left;
	color:#999;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.05);
	-webkit-transition:background .1s ease-in-out;
	-moz-transition:background .1s ease-in-out;
	transition:background .1s ease-in-out;
}

.bs-glyphicons-list li a .glyphicon {
	font-size:18px;
	margin-right:.5em;
	top:4px;
}

.bs-glyphicons-list li a:hover {
	color:#ef4135;
	text-decoration:none;
}

.bs-glyphicons-list .active, .bs-glyphicons-list .active a {
	background:#b80d00;
	color:#fff;
	text-decoration:none;
}

.bs-glyphicons-list li a:before {
	font-family:'Glyphicons Halflings';
	speak:none;
	font-style:normal;
	font-weight:400;
	text-indent:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size:1.4em;
	-webkit-font-smoothing:antialiased;
}

.bs-glyphicons-list li:first-child a {
	background:transparent!important;
	color:#fff;
	margin:10px 0;
	border:none;
	text-align:center;
	text-indent:0;
}

.bs-glyphicons-list li a.icon-logo:before {
	font-weight:700;
	font-size:300%;
	height:4em;
}

.bs-glyphicons-list .glyphicon-class {
	text-align:center;
	word-wrap:break-word;
}

.Pages label {
	font-weight:400;
}

.sidebar {
	display:none;
}

@media (min-width: 768px) {
	.sidebar {
		position:fixed;
		top:51px;
		bottom:0;
		left:0;
		z-index:1000;
		display:block;
		padding:20px;
		overflow-x:hidden;
		overflow-y:auto;
	/* Scrollable contents if viewport is shorter than content. */
		background-color:#f5f5f5;
		border-right:1px solid #eee;
	}
}

@media (max-width: 768px) {
	.sidebar {
		min-width:40%;
	}
}

/*
Dropzone 
*/
.dropzone {
	border:2px dotted #cecece!important;
	border-radius:2px;
	display:block;
	overflow:hidden;
	position:absolute;
	padding:0;
	left:5px;
	right:5px;
}

.dropzone .dz-message span {
	display:block;
	font-size:1em;
}

.dropzone .dz-message .glyphicon {
	font-size:2em;
	color:#1E1E24;
	margin-bottom:10px;
}

.dropzone .fallback {
	text-align:center;
}

.dropzone .fallback button {
	margin:10px auto;
	width:100%;
	text-align:center;
	display:block;
	padding:2px;
	position:relative;
}

#upload_dir-button {
	color:#242423;
	margin:10px 0;
	text-transform:uppercase;
	font-size:14px;
}

.dz-browser-not-supported .dz-message #fail {
	font-weight:700;
}

.dz-browser-not-supported .dz-message span.glyphicon,.dz-browser-not-supported .dz-message span.tagline {
	display:none;
}

form.success {
	background-color:#ABEDAC;
}

/*
User modal
*/
#new_user_modal .glyphicon {
	color:#FB9F89;
}

/*
/* Download Page
/*
*/
.get_file {
	background-color:#f4f4f4;
}

.downloadForm {
	margin:20px auto 0;
	max-width:500px;
}

.downloadForm form {
	width:300px;
	margin:0 auto;
}

.downloadForm h4 {
	font-family:Arial;
	color:#232323;
	font-size:14pt;
	text-align:center;
	padding-bottom:20px;
}

.get_file .page-header {
	text-align:center;
	margin:0 auto;
}

.downloadForm .file-icon {
	text-align:center;
	margin:0 auto;
	width:100%;
	display:inline-block;
	cursor:pointer;
	margin:15px 0 auto;
}

.downloadForm .file-icon img {
	width:50%;
	height:auto;
}

/*
/*
/* Alerts
*/
.alert {
	font-size:1.1em;
	font-weight:bold;
}

.alert-error {
   border:2px solid #f39c12;
}

aside.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 4em;
}
