/*******************************************
3ColorResume
Author: office@kamsolutions.pl
*******************************************/
/*******************************************
FONTS
*******************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
/*******************************************
SETTINGS
*******************************************/
@charset "utf-8";
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
/*******************************************
BODY
*******************************************/
body{
  font-family: 'Open Sans', Arial, Tahoma;
  font-weight: 400;
  font-size: 1em;
  color: #363636;
  background: #ededed;
}
ul {
	font-size: 1.3em;
}
/*******************************************
CONTAINER
*******************************************/
.container{
  margin-top: 80px;
  margin-bottom: 15px;
  background: #fff;
}
/*******************************************
PHOTO (AVATAR)
*******************************************/
#photo-header{
  margin-top: -75px;
}
#photo{

  width: 250px;
  height: 250px;
  border-radius: 10%;
  overflow: hidden;
  padding: 5px;
  background: #ededed;
  display: inline-block;
}
#photo img{
  width: 250px;
  height: 250px;
  border-radius: 10%;
}
#text-header h1{
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: 100;
  /*text-transform: uppercase;*/
  /*letter-spacing: -1px;*/
}
#text-header h1::first-line{
  font-size: 1.5em;
  letter-spacing: -2px;
  font-weight: 500;
  line-height: 1.5em;
}
#text-header h1 span{
  color: #F0563D;
}
#text-header h1 sup{
  opacity: 0.5;
}
#text-header:after{
  width: 100%;
  height: 3px;
  background: url(../img/line.png);
  margin-top: 15px;
  content: '';
  display: block;
}
/*******************************************
DEFAULT BOX
*******************************************/
.box{
  margin-bottom: 15px;
  position: relative;
}
.box h2{
  color: #EC7263;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
}

.box h2:before{
 /* content: '//';
  margin-right: 5px;*/
}
.box p{
  font-size: 1.3em;
  line-height: 1.5em;
  /*border: 1px solid #fff;
  padding: 3px;
  transition: border-color 0.5s;*/
}
/*.box p:hover{
  border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}*/
/*******************************************
EDUCATION
*******************************************/
#education{
  margin-top: 20px;
  position: relative;
  padding: 1em 0;
  list-style: none;
}
#education label {
	font-size: 1.0em;
}
/*
#education:before {
  width: 5px;
  opacity: 0.4;
  height: 100%;
  position: absolute;
  left: 25px;
  top: 0;
  content: ' ';
  display: block;
  background: #ec7263;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ec7263 7%, #ec7263 89%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(7%,#ec7263), color-stop(89%,#ec7263), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
*/
#education li{
  width: 100%;
  z-index: 2;
  position: relative;
  float: left;
}
#education .year{
  width: 10%;
  background: #fff;
  padding: 10px;
  font-size: 1.5em;
  font-weight: 700;
  display: inline-block;
}
#education .description{
  /*width: 80%;*/
  width: 100%;
  display: inline-block;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 10px 0 10px;
  border: 2px solid #ec7263;
  transition: opacity 400ms;
}
#education .description:hover, #education .description:active, #education .description:focus{
  opacity: 1 !important;
}
#education .description:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  left: -16px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-right-color: #ec7263;
  border-width: 8px;
  pointer-events: none;
}
#education .description h3{
  font-size: 1.6em;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
#education .description span{
  margin-bottom: 17px;
  display: block;
}
#education .description p{
  font-size: 1.3em;
  padding: 0;
}
#education .form-control {
	font-size: 1.0em;
}
table {
	font-size: 1.3em;
}
.loginstatus .alert {
	font-size: 1.0em;
}
.clickbox {
	display: inline-block;
	padding: 8px;
	margin: 0px 10px;
	border: 2px solid #F0563D;
}
.divider {
	/*border-color: #F0563D;*/
    border-top: 1px solid #ffb7ab;
    margin: 0 0 15px;
}
/*******************************************
EXPERIENCES
*******************************************/
.job{
  margin-bottom: 15px;
}
.job .where{
  font-size: 1.4em;
  font-weight: bold;
}
.job .where span {
	color: #F0563D;
	cursor: pointer;
}
.job .year{
  font-size: 1.3em;
  opacity: 0.7;
}
.job .profession{
  font-size: 1.3em;
  font-weight: bold;
}
.job .description{
  font-size: 1.2em;
  line-height: 1.5em;
}
/*******************************************
CONTACT
*******************************************/
.contact-item{
  width: 100%;
  float: left;
}
.contact-item .icon{
  padding: 10px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  opacity: 0.5;
}
.contact-item:last-child .icon{
  border-bottom: none;
}
.contact-item .fa{
  font-size: 2em;
}
.contact-item .title{
  width: 80%;
  width: calc(100% - 55px);
  font-size: 1.5em;
  font-weight: 700;
  opacity: 0.9;
}
.contact-item .title.only{
  margin-top: 10px;
}
.contact-item .description{
  width: 80%;
  width: calc(100% - 55px);
  font-size: 1.2em;
  opacity: 0.7;
}
/*******************************************
SKILLS
*******************************************/
.item-skills{
  height: 30px;
  background: #F0563D;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3em;
  font-weight: 600;
  display:inline-block;
  cursor:default;
}
.skills_outer:hover .item-skills, .skills_outer:active .item-skills {
	background: #f37a67;
}
.skills_outer {
	position: relative;
}
.skills_outer .fa, .skills_outer img{
	display:none;
	margin-top: 3px;
	cursor:pointer;
	position: absolute;
	top: 2px;
	right: 5px;
}
.skills_outer:hover .fa, .skills_outer:active .fa{
	display:inline;
}
.skills_outer:hover img, .skills_outer:active img{
	display:inline;
}

.skills_outer .fa-trash:hover {
  color: #F0563D;
}




.skills-legend{
  margin-top: 20px;
  opacity: 0.8;
}
.skills-legend:before{
  width: 100%;
  height: 3px;
  position: relative;
  content: ' ';
  display: block;
  margin-bottom: -13px;
  background: #c6c6c6;
}
.skills-legend div{
  width: 20%;
  display: inline-block;
  font-size: 1.2em;
  color: #a9a9a9;
  float: left;
  height: 13px;
}
.legend:before{
  width: 3px;
  height: 10px;
  position: relative;
  content: ' ';
  display: block;
  margin: auto;
  margin-bottom: 15px;
  background: #c6c6c6;
}
.legend-first:before{
  width: 3px;
  height: 10px;
  position: relative;
  /*content: ' ';*/
  display: block;
  margin: auto;
  margin-bottom: 15px;
  background: #fff;
}
.legend-last{
  border-right: 3px solid #c6c6c6;
}
.legend-first{
  border-left: 3px solid #c6c6c6;
}
.legend-left.legend:before{
  margin-left: 0;
}
.legend-right.legend:before{
  margin-right: 0;
}
.legend-left:nth-child(2) span{
  margin-left: -25px;
}
.legend-right:nth-child(3) span{
  margin-right: -20px;
}
.legend-right{
  text-align: right;
}
/*******************************************
LANGUAGES
*******************************************/
#language-skills .skill{
  font-size: 1.3em;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#language-skills .skill .fa-trash{
  display:none;
}
#language-skills .skill:hover .fa-trash, #language-skills .skill:active .fa-trash{
  display:inline-block;
}

#language-skills .skill .deletelang{
  display:none;
}
#language-skills .skill:hover .deletelang, #language-skills .skill:active .deletelang{
  display:inline-block;
}

#language-skills .skill .icons{
  width: 140px;
  height: 14px;
  /*background: url(../img/star-grey.png) no-repeat;*/
}
.fa-13x {
	font-size: 1.3em;
}
#language-skills .skill .icons-red{
  /*background: url(../img/star-red.png) no-repeat;*/
}
.langskill {
	margin-right: 5px;
	display: inline-block;
	cursor:pointer;
}
.deletelang {
	cursor: pointer;
}
.langskill-selected {
	color: #F0563D;
}
@media (min-width:1281px) {
  .langskill-notselected:hover {
	color: #F0563D;
	}

	.langskill-selected:hover {
		color: #000;
	}
}
.modal-body {
	font-size: 1.3em;
}
.attachments {
	font-size: 1.3em;
}
.attachments .fa {
	margin-right: 10px;
	cursor: pointer;
}
.attachments .fa:hover {
	color: #F0563D;
}
.attachments .fa-remove {
	color: red;
}
.attachments .fa-check {
	color: green;
}
.attachments .fa-trash {
	display: none;
	cursor: pointer;
}
.attachments:hover .fa-trash, .attachments:active .fa-trash {
	display: inline-block;
}

.redborder {
	border: 1px solid red;
}
/*******************************************
HOBBIES
*******************************************/
.hobby{
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 15px 5px 25px;
  background: #A75265;
  position: relative;
  font-size: 1.2em;
}
.hobby:before{
  content: "\f004";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 6px;
  left: 7px;
}
.hobby .fa-trash {
	cursor: pointer;
	display: none;
	margin-left: 5px;
}
.hobby:hover .fa-trash, .hobby:active .fa-trash {
	display: inline-block;
}
.hobby .icon {
	width: 10px;
	display: inline-block;
}
.fb-like.fb_iframe_widget.fb_iframe_widget_fluid span {
	width: 320px !important;
}
.fb-like.fb_iframe_widget.fb_iframe_widget_fluid span iframe {
	width: 320px !important;
}

iframe {
	-ms-zoom: 0.99;
	-moz-transform: scale(0.99);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.99);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.99);
	-webkit-transform-origin: 0 0;
	
	width: 100%;
	height: 600px;
	border: 0px;
}

.form-control {
	border-radius: 0px;
	font-size: 1.3em;
	padding: 4px 8px;
	height: 30px;
}
#userinfoedit .form-control {
	font-size: 1em;
    color: #000;
    font-weight: 100;
}
#userinfoedit .userinfobtns {
	font-size: 1.3em;
    color: white;
}
#userinfo {
	float:left;
}
label {
	font-size: 1.3em;
}
.applicationsettings label {
	font-size: 1.0em;
}
.btn-theme {
	color: #fff;
    background-color: #EC7263;
    border-color: #EC7263;
	border-radius: 0px;
    padding: 5px 15px;
    font-size: 0.6em;
}
.btn-theme:active, .btn-theme:hover {
	color: #fff;
    background-color: #e46050;
    border-color: #EC7263;
}
.btn-theme-text {
	font-size: 1.1em;
    color: white;
}

.box h2 span {
	cursor: pointer;
}

.alert {
	font-size: 1.3em;
}

#layouts .btn {
	/*font-size: 1.3em;*/
}
#layouts .txt {
	font-size: 1.3em;
}


.fielddescription {
	display:none;
	margin-bottom: 25px;
    font-size: 1.3em;
	padding: 5px;
    background-color: #ddd;
}
#actionarea {
	border: 2px solid rgb(236, 114, 99);
    padding: 0px 10px 10px 10px;
    margin-top: 25px;
	display:none;
}
.solidline {
	border-top: 1px solid #EC7263;
    margin: 15px 0px;
}
.alert-error {
	background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}


.selectpaymentmethod {
	padding: 15px;
	margin-top: 15px;
	background-color: #ddd;
	cursor: pointer;
}
.selectpaymentmethod span{
	font-size: 1.5em;
}
.paymentmethod {
	border: 1px solid #ddd;
	padding: 10px;
	display: none;
}

.selectpaymentmethod img{
	max-width: 50px;
}
.wordexplanation {
	font-size: 1.3em;
	display: block;
	margin-bottom:10px;
}


/*******************************************
MEDIA
*******************************************/
@media (min-width: 500px) {
  #education .description{
   /*width: 85%;*/
  }
}
@media (min-width: 768px) {
  #education .description{
    /*width: 85%;*/
  }
}
@media (min-width: 992px) {
  #education .description{
    /*width: 87%;*/
  }
}
@media (min-width: 1200px) {
  #education .description{
    /*width: 90%;*/
  }
}
@media (max-width: 769px) {
  .job .where {
   /* border-bottom: 1px solid #F0563D;*/
  }
  label {
	  font-size: 1.0em;
  }
}

/* Advisor functions */
.advisor-tip {
	position:relative;
	transition: background-color 0.4s;
}
.advisor-tip:hover {
	background-color: #f7f6f6;
}
.advisorbutton {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index:1048;
	transition: visibility 0s, opacity 0.5s linear;
}
.advisorbutton.btn-success {
	visibility: visible;
	opacity: 1;
}
.advisorbutton.btn-default {
	visibility: visible;
	opacity: 1;
}
.advisor-tip:hover > .advisorbutton {
	visibility: visible;
	opacity: 1;
}

/* Feedback btn */
.fbbtn {
	position: absolute;
	top: 0px;
	right: 8px;
	z-index:1048;
}

#fulluseredit .fbbtn {
	top: 8px;
}

/* Feedbacks for user */
.fb div.comment {
	padding: 5px;
    border: 1px dashed #999;
    margin-bottom: 10px;
}
.fb div.comment .fa {
	color: #999;
	cursor:pointer;
}
.fb div.comment .fa:hover {
	color: #000;
}
.fb .new {
	display: inline-block;
    color: white;
    text-transform: uppercase;
    margin-right: 5px;
    background-color: #5cb85c;
    padding: 0px 3px;
    border-radius: 5px;
    font-size: 10px;
}
.fb .fb-time {
	font-size: smaller;
    color: #999;
    margin-left: 10px;
}
.fb .fb-advisor {
    color: #999;
}
.fbs {
	font-size: 1.3em;
	display:none;
	margin-top:15px;
}


/*  --------   */

.experience {
	position:relative;
}

#feedbackarea {
	position: fixed;
    top: 0px;
	left: 3000px;
    width: 40%;
    z-index: 1049;
    background-color: #fff;
    border: 5px solid #999;
    padding: 20px;
	overflow:scroll;
}

#fbcontent {
	font-size: 1.0em;
	margin-top: 25px;
}
#fbcontent button {
	margin-top: 10px;
}
#fbcontent .form-control {
	font-size: 1.0em;
}

#languages, #skills {
	position:relative;
}

.togglefade {
	transition: visibility 0.4s;
}

.a4 {
	margin: 10px 0px;
    border: 1px solid #c5c5c5;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 5px 3px 8px 1px #ddd;
	position: relative;
}
.a4 .row {
	margin-bottom: 15px;
}

.a4 .address {
	font-size: 1.3em;
}

.a4 .application_date {
	display:flex;
}
.a4 .application_date input {
	width: 25%;
	display:inline-block;
	/*font-size: 1.0em;*/
	margin-left:10px;
}
.a4 .application_date input:last-child {
	width: 50%;
}
.a4 .application_date input:first-child {
	margin-left:0px;
}
.a4 .address.to textarea {
	font-size: 1.0em;
	height: 65px;
}
.a4 .address.from {
	margin-left: 8px;
    margin-bottom: 8px
}
.applicationpreview .a4 .address.from {
	font-size: 1.0em;
}
.applicationpreview .application_date {
	text-align: right;
	display: inline-block;
}
.a4 .applicationtitle {
	margin-bottom: 15px;
}

.applicationrow .a4 .applicationtitle {
    font-weight: bold;
}

.a4 .applicationtitle input {
	font-size:1.3em;
	font-weight:bold;
}
.a4 .applicationtext textarea {
	/*font-size:1.0em;*/
	height: 350px;
}


/******  Redborder form ********/
form.redborder {
	border: 2px solid #ec7263;
    padding: 10px;
    margin: 5px 0px;
}
/******  Test form ********/

.notification * {
	font-size: 13px !important;
}





/********   Feedbacks *******/
.feedback{
	border: 1px solid #ccc;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px 0 inset;
	background: #f0f2fa;
}

.advisor{
	border-bottom: 1px dotted #ccc;
	padding: 20px 10px;
	display: flex;
	position: relative;
}

.advisor:last-child{
	border-bottom: 0;
}

.advisor__feedback{
	font-size: 14px;
	padding-left: 20px;
	width: 100%;
}

.advisor__name{
	font-weight: bold;
}

.advisor__profile-image{
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.advisor__comment{
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	background: #fff;
	margin-top: 20px;
	padding: 10px;
	color: #555f77;
	position: relative;
}

.advisor__comment-bottom-content{
	color: #acb4c2;
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}

.advisor__comment-actions{
	text-align: right;
}

.advisor__comment-timestamp{
	font-style: italic;
}

.advisor__comment-action{
	cursor: pointer;
	position: relative;
	padding-left: 5px;
}

.advisor__comment-action:before{
	content: '|';
	margin-right: 5px;
	cursor: default;
}

.advisor__comment-action:first-child:before{
	content: '';
	margin-right: 0;
}

.advisor__comment-action--new{
	color: #4cae4c;
	cursor: default;
}

.advisor__answer-form{
	margin: 10px 0 0 0;
}

.advisor__answer-form .form-control {
	font-size: 14px;
}

.advisor__answer-form-buttons{
	margin-top: 10px;
}


.advisor__reply{
	width: 70%;
	margin-left: auto;
	margin-right: 55px;
}

.advisor__replyempty{
	width: 90%;
	margin-left: auto;
	margin-right: 55px;
}

.advisor__reply:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 12px 6px;
	border-color: transparent transparent #fff transparent;
	top: -12px;
	right: 5%;
}

.advisor__reply-image{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -55px;
}
/********   End-Feedbacks *******/


#aboutmefull {
	position: relative;
}



/******** Søknadsbrev-ikoner ******/
.letter-container{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.letter{
    border: 1px solid #999;
    position: relative;
    background: #fff;
    width: 120px;
    height: 176px;
    margin: 10px 15px;
    flex: 0 1 120px;
}

.letter:before,
.letter:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #999;
    background: #fff;
    z-index: 1;
    transition: transform 300ms ease-in-out;
}

.letter:before{
    transform: rotate(4deg);
}
.letter:after{
    transform: rotate(-4deg);
}

.letter__content,
.letter__overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 3;
}

.letter__content{
    font-size: 16px;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    padding: 10px;
	/*transform: rotate(-4deg);*/
	color: #EC7263;
	margin:20px 7px;
	text-overflow: ellipsis;
    overflow: hidden;
}

.letter__to {
	font-size: 12px;
    color: #000;
	margin:10px 0px 0px 0px;
	text-overflow: ellipsis;
    overflow: hidden;
	display: block;
	font-family: 'Open Sans', Arial, Tahoma;
}

.letter__overlay{
    display: none;
    background: rgba(0,0,0,.05);
}

.letter__buttons{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	display: inline-block;
	/*display:flex;*/
	white-space: nowrap;
}

.letter__button{
    /*flex: 0 0 50%;*/
	width: 50%;
    font-size: 16px;
	white-space: nowrap;
}

.letter__button:first-of-type{
    border-right: 1px solid #bf4334;
}
/*
.letter__overlay
{
    display: block;
}
*/
.letter:hover:before,
.letter:hover:after{
    transform: rotate(0);
}
.letter:hover .letter__overlay,
.letter:active .letter__overlay
{
    display: block;
}
/* iOS fix */
.letter.can-touch:before,
.letter.can-touch:after {
    transform: rotate(0) !important;
}
.letter.can-touch .letter__overlay {
    display: block !important;
}
/* end iOS fix */

/******** END-Søknadsbrev-ikoner ******/

#downloadarea {
	display:none;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.bigbtn {
	height: 40px;
    font-size: 18px;
    font-family: Arial;
    padding: 7px;
    margin: 10px 0px;
}

.closedownloadcvbtn {
	display:none;
}

.template img {
	max-width: 100%;
	max-height: 355px;
	box-shadow: 5px 3px 8px 1px #ddd;
	border: 1px solid #c5c5c5;
	transition: box-shadow 500ms, border 500ms;
}
.template img:hover {
	box-shadow: 5px 3px 8px 1px #377d37;
	border: 1px solid #2d5a2d;
}

.template {
	margin-bottom: 15px;
}
.template.selected img {
	box-shadow: 5px 3px 8px 1px #377d37;
	border: 1px solid #2d5a2d;
}

.template.selected .imgwrapper:after {
	content: "\f00c";
	position: absolute;
	font: normal normal normal 34px/1 FontAwesome;
	color: green;
    right: 5px;
	bottom: 5px;
    text-decoration: none;
    float: right;
}

.template .imgwrapper {
	display: inline-block;
	position: relative;
}

.template {
	height: 425px;
	border: 1px solid #fff;
	transition: border 500ms;
}

.required {
	font-weight:bold;
	color: red;
}

.grouptd span:hover {
	color: #428bca;
	text-decoration:underline;
	cursor: pointer;
}
.grouptd div {
	display:none;
}
.grouptd div select {
	font-size: 1.0em !important;
}
.personrow, .personrow_application {
	font-size: 1.3em;
    border-bottom: 1px solid #ddd;
    padding: 7px;
}

.headerrow {
	font-size: 1.3em;
    border-bottom: 1px solid #ddd;
	background-color: #efefef;
	font-weight:bold;
    padding: 7px;
}

.personrow:hover {
	background-color: #efefef;
}
.personrow.active, .personrow_application.active {
	border: 2px solid #366eb3;
}
.personrow.active:hover {
	background-color: #fff;
}
.personrow .candidatesettings, .personrow_application .applicationsettings {
	display:none;
}
.personrow .fa-cog {
	cursor:pointer;
}
.candidatesettings label {
	font-size: 0.9em;
}
.dropdown .fa {
	margin-top: 2px;
	cursor:pointer;
}
.dropdownlist {
	position: absolute;
    background: #fff;
    z-index: 999;
    border: 1px solid;
	display:none;
	min-width: 200px;
}
.dropdownlist .listitem {
	display: block;
    padding: 3px 7px;
	font-weight:normal;
	min-height: 24px;
}
.dropdownlist .listitem:hover{
	background-color: #ddd;
	cursor:pointer;
}
.listitem.selected:before {
	content: "\f00c";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 5px 0px 0px;
    text-decoration: none;
}
.dropdown.has-list:hover .dropdownlist {
	display:block;
}

.dropdownlist:hover .dropdownlist {
	display:block;
}
.fa-sort-amount-asc:hover + .dropdownlist {
	display:none !important;
}

.applicationrow {
	display:none;
}
.applicationrow .a4 {
	min-height:595px;
}

#aboutmeedit textarea, #referencesedit textarea, .experience textarea {
	height: 75px;
}


.form-row {
	width: 70%;
    float: left;
}

#stripepaymentbutton:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
    background-color: #43458b;
}
#stripepaymentbutton {
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    float: left;
    margin-left: 12px;
    margin-top: 22px;
}
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}