/* BOD Team Signup CSS */

/* Basic and Body */

html{
  height: auto;
  min-height: 100%;
}

body {
    height: auto;
    min-height: 100%;

    /*background: #100a03;*/
  
    color: #555;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  
}

body:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  /* background: #F39E19; */ /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZDQzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2ViZDQzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzBlMDkwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzBlMDkwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); */
  /*background: -moz-linear-gradient(top,   #FFF 0%,#F5F5F5 58%,#100a03 70%,#100a03 99%); *//* FF3.6+ */
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F39E19), color-stop(48%,#F39E19), color-stop(50%,#100a03), color-stop(99%,#100a03)); *//* *//* Chrome,Safari4+ */
  /* background: -webkit-linear-gradient(top,  #F39E19 0%,#F39E19 48%,#100a03 50%,#100a03 99%); *//* *//* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top,   #FFF 0%,#F5F5F5 58%,#100a03 70%,#100a03 99%); *//* Opera 11.10+ */
  /*background: -ms-linear-gradient(top,  #FFF 0%,#F5F5F5 58%,#100a03 70%,#100a03 99%); *//* IE10+ */
  /*background: linear-gradient(to bottom,  #FFF 0%,#F5F5F5 58%,#100a03 70%,#100a03 99%); *//* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F39E19', endColorstr='#100a03',GradientType=0 ); *//* IE6-8 */
    background-color: white;
  background-position: center center;
  background-attachment: fixed;
}


.bg-img {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  /*background: transparent url('../img/background.png') fixed 740px center repeat-x;*/
  /*background: transparent url('http://bodeventsignup.appspot.com/img/background.png') fixed 740px center repeat-x;*/
    /*background: transparent url('../img/background-trans-gray.png') fixed 740px center repeat-x;*/
}

body > header.header{
    height:110px;
    padding-top: 10px;
}

.logohomepage{
  max-width:600px;
  width:75%;
}

@media (min-height: 1100px) {
  body:before {
    background-position: 740px top;
  }
}

.row.meta { position: relative; z-index: 10; }
.registerbtn{
	display:none;
}

/* Header and Headers */

.content > header > div {
  position: relative;
}

.legitimatie{
	padding-left:5px;
}
.logo {
  float: left;
  width: 300px;
}
.home .logo {
  position: relative;
  top: auto;
  left: auto;
  text-align: center;
}

h1, h2,
.open-sans,
.tip,
.modal-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 38px;
}
.tip .signup{
	margin-left:160px!important;
}
header h2,
.open-sans,
.tip {
  font-size: 14px;
  margin: 0 0 6px;
}
.content header h2 {
  max-width: 770px;
  line-height: 1.6em;
}
.home header h2 {
  margin: 0 auto;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.headline {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  font-weight: 300;
  margin: 47px 0 6px;
}
.home .headline {
  margin: 20px 0 10px;
}
h3.headline {
  margin-top: 30px;
    text-align:left!important;
}

/* Meta Header */

.meta p {
  text-align: right;
  line-height: 18px;
  margin-bottom: 24px;
  }
  .meta p a {
    display: inline-block;
    padding: 5px 0;
  }

/* Sprite */

.sprite,
button.close {
  display: inline-block;
  background: transparent url('../img/sprite.png') scroll top left no-repeat;
}

.sprite-01-accept{ background-position: 0 0; width: 26px; height: 23px; }
.sprite-02-delete{ background-position: 0 -24px; width: 23px; height: 23px; }
.sprite-03-add{ background-position: 0 -48px; width: 16px; height: 16px; }
.sprite-04-close{ background-position: 0 -65px; width: 22px; height: 22px; }
.sprite-05-phone{ background-position: 0 -88px; width: 12px; height: 18px; margin: auto; vertical-align: middle;}
.sprite-06-email{ background-position: 0 -107px; width: 18px; height: 18px; vertical-align: middle;}

button.close{ background-position: 0 -65px; width: 22px; height: 22px; }

/* Modal */

.modal-backdrop {
  display: none;
}

.modal-dialog {
  padding-top: 235px;
}
.modal-content {
  background: #ebebeb;
}
.modal-header {
    padding: 0 15px;
    border-bottom: 1px dashed #999;
}
.modal-title {
  font-weight: 300;
}
.modal-body {
  padding: 10px 20px 0;
  }
  .table .modal-body ul li {
    display: block;
    font-size: 12px;
  }
    .table .modal-body ul li strong {
      margin-right: 2px;
      font-size: 13px;
    }

.modal-footer {
  border-top: 1px dashed #999;
}

.modal button.close {
    opacity: 0.6;
    margin-top: 14px;
}
.modal button.close:hover {
    opacity: 1;
}

/* DIV Table */

.table ul {
  padding-left: 0;
  overflow: hidden;
}

.table ul li {
  display: inline-block;
  line-height: 23px;
  vertical-align: top;
  -webkit-transition: all 0.1s ease;
		 -moz-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
       -o-transition: all 0.1s ease;
		      transition: all 0.1s ease;
}

.table .thead li {
  font-weight: bold;
  padding-right: 20px;
}
.table .thead li:last-child {
  padding-right: 0;
}

.table ul li.date {
  width: 80px;
}
.table ul li.event {
  width: 150px;
}
.table ul li.signup {
  width: 57px;
  float: right;
  margin-right: 15px;
}
.table ul li.delete {
  height: 23px;
  margin-right: 5px;
  opacity: 0.6;
  min-width:23px;
}
.table ul li.role {
  height: 23px;
  width: 120px;
  padding-right: 10px;
}
.table ul li.contact-person a {
  margin-right: 10px;
  height: 23px;
  display: inline-block;
}
.table ul li.contact-person a:last-child {
  margin-right: 0;
}

.table ul li.delete:hover {
  opacity: 1;
  }
  .table ul li a {
    vertical-align: top;
  }

.table .option {
  margin-bottom: 5px;
}

.table .contract-link {
    margin: 10px 0 5px;
}

.table .thead ul {
    margin-bottom: 5px;

  }
  .my-events .thead .date {
    margin-left: 33px;
    width: 78px;
  }

/* Table - Events */

.table.events .tbody .table-color {
  background: #ddd;
}

.table.events .tbody .tr {
  padding: 5px 10px;
  margin: 0 -10px;
  }
  .table.events .tbody .tr li {
    min-height: 60px;
    line-height: 1.4em;
}

.table.events .avatar {
  width: 70px;
  margin: 0;
  padding-top: 5px;
}
  .table.events .avatar img {
    width: 50px;
    height: auto;
  }

.table.events .name {
  width: 130px;
}
.table.events .thead .name {
  margin-left: 70px;
}
.table.events .date-of-birth {
  width: 100px;
}
.table.events .certificates {
  width: 170px;
}
.table.events .experience {
  width: 80px;
}
.table.events .comments {
  width: 160px;
}
.table.events .details {
  width: 70px;
  padding-right: 0;
}
.table.events .tbody .details {
  padding-top: 5px;
}
.table.events .accept {
  width: 70px;
  text-align: right;
}
.table.events .tbody .accept {
  padding-top: 5px;
}

/* Collapsable region within tables */

.table .event-form {
  padding: 10px 0 10px 20px;
  background: #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0px 15px 15px -20px;
}

/* Buttons */

.btn button{
  display: inline-block;
  min-width: 46px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  padding: 0 8px;
  line-height: 27px;
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:hover,
.btn:focus {
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0 3px solid #fff;
}

.btn.disabled {
  border-color: #999;
  background: #999;
}

/* Home Login*/

.login {
  padding-top: 50px;
}

/* Content */

.content {
  position: relative;
  background: #ebebeb url('../img/corner-triangle.png') scroll top right no-repeat;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding-bottom: 40px;

    margin-left: 10%;
    margin-right: 10%;
    padding-left: 2%;
    padding-right: 2%;
}
.home.container,
.home.content {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.container {
    padding-bottom: 100px;
    min-width: 580px;
}

.content .header {
  margin-bottom: 38px;
}
.topColumns{
  display: inline-table
}
.content .row {
  margin: 0 0 20px;
}

.avatar {
  float: left;
  margin: -4px 30px 0 30px;
}

.tip span {
  color: #ed1e79;
}

.line {
  height: 1px;
  background: #999;
}

/* Signup form */

.form.signup {
  overflow: hidden;
}

body.signup  .col-md-push-1 {
  /*margin-left: 35px;*/
}

.showEmail{
    word-wrap: break-word;
}
.form.signup  .col-md-push-1 {
  margin-right: 65px;
}

.form .field {
  margin-bottom: 16px;
}

.form.signup  label,
.form.signup input {
  display: block;

}

.form input[type="checkbox"] {
    display: inline-block;
    margin: 2px 10px 8px 1px;
    margin-left:25px;
    vertical-align:middle;
}
.form input[type="number"] {
  text-align: right;
}
.form.signup input[type="file"] {
  padding-left: 0;
}

 button{ /*.form.signup*/
  background-color: #4d90fe;
  height: 29px;
  line-height: 24px;
  vertical-align: bottom;
  margin-top: 10px;
  margin-bottom:0;
  margin-left:2px;
  margin-right:2px;
  border-color: #3079ED;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
  color: #fff;
  min-width: 50px;
  padding-left:5px;
  padding-right:5px;
  /*float: right;*/
}

.form.signup textarea {
    width: 250px;
    border-color: #bbb;
    border-top-color: #999;
    height: 3em;
}
.form.signup registerbtn{
	display:none;
}
.form.signup label {
  margin-bottom: 2px;
}
.form.signup input {
 /*  min-width:  250px;
  min-height: 27px; */
  padding: 1px 6px;
  color: #555;
  border:1px inset lightslategray;
 
  border: 1px inset gray;
}
.form.signup input[type="radio"]{
    display:inline;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .form .field.select select {
    border: 1px solid #dcdcdc;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    line-height: 27px;
    list-style: none;
    min-width: 46px;
    outline: none;
    padding: 0 18px 0 6px;
    text-decoration: none;
    vertical-align: middle;
    /*width: 108px;*/
    margin: 0px 4px 0 0;
    height: 27px;
    -webkit-user-select: none;
  }

  .form .field.select .wide {
    width: 240px;
  }
}
  .form #field10-2 {
    width: 76px;


    min-width: 45px;

    display: inline-block;
}
 .form #field10-4 {
    width: 76px;


    min-width: 45px;

    display: inline-block;
}


  .form #field10-3 {
    width: 87px; min-width: 45px;


    display: inline-block;
}


.form #field13-1 {
    width: 76px;


    min-width: 45px;

    display: inline-block;
}
 .form #field13-3 {
    width: 76px;


    min-width: 45px;

    display: inline-block;
}


  .form #field13-2 {
    width: 87px; min-width: 45px;


    display: inline-block;
}

/* Error Messages */
.error input,
.error textarea {
  border-color: #ed1e79 !important;
}
.error label {
  color: #ed1e79 ;
}

label.ng-invalid{
    color:#ed1e79 !important;
}
.ng-invalid
{
    border-width: 2px !important;
    border-color: #ed1e79 !important;
}


/* Event Signup */

.total-amount {
  float: right;
  font-weight: bold;
  font-size: 18px;
}

a.show {
  text-align: right;
}

.content table {
  display: block;
    overflow-y: auto ;
}
.content table > input[type=checkbox]{
	text-align: center;
}

.border-right {
  border-right: 1px solid #999;
}

.event-signup .col-md-5 {
    padding-left: 35px;
}

/* Coordinator Page */

.close-event {
  font-size: 14px;
}

/* CSS Arrow */

.arrow {
	position: relative;
	background: #1155cc;
  margin-left: 10px;
}
.arrow:after {
	top: 30%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(17, 85, 204, 0);
	border-top-color: #1155cc;
	border-width: 5px;
	margin-left: -5px;
}

/* Footer */

.footer {
  margin-right: 50%;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}


.footer .copyright {
  color: #774d1c;
  margin-bottom: 5px;
}

.footer ul {
  padding: 0px !important;
}

.footer-links li {
  display: inline-block;
  padding-right: 5px;
  border-right: 1px solid #b8873d;
}
.footer-links li:last-child {
  border-right: none;
}
.footer-links li a {
  color:#b8873d;
  padding: 5px;
}

/* Placeholder content */

.iframe-placeholder {
  width: 100%;
  height: auto;
}

.placeholder-message {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 38px;
  color: #999;
  margin: 60px auto 120px;
}

.firstName {
	display: inline;
}

.metaData {
	float: right;
	margin-bottom: 42px;
}
.metaData >.topmenu{
	border-right: 1px gray solid;

	padding-right: 4px;
	margin-right:4px
}

.avatar {
	width: 100px;
	height: 100px;
}

#field19m {
	display: inline;
}

#field19f {
	display: inline;
}

.avatar img {
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

.form #field10-2 {
	width: 77px;
}

.loader {
	margin-left: 37%;
}

.pure-table-horizontal th {
	padding-right: 23px;

}

#rolefilter {
	width: 200px;
	margin-bottom: 15px;
}

.signedupforactivity {
	color: green;
	display: inline;
	font-weight: bold;
}

.actionlink{
  cursor:pointer;
}
th, td{
  border-bottom:1px solid #cbcbcb;
  word-break: normal;
}


.btn-group-sm>.btn, .btn-sm {
    /* padding: 5px 10px; */
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 0px;
}

.btn-default {
    border: none!important;
}

td.text-center.h6 {
    border-right: 1px solid #adadad;
}
th.clickable{
  cursor:pointer;
}
.userpickerlist{
  background-color:#fff;
  padding:5px;
}
.userpickeritem{
  cursor:pointer;
  padding-bottom:5px;
}
.emailaddress{
  font-style: italic;
}
.approved{
  color:green;
}
.notapproved{
  color:red;
}
.loaderelement{
  display:none;
  vertical-align:middle;
  /*opacity:0.8;*/
  width:100%;
  height:100%;
  z-index:999;
}
img.centered{
  z-index:999;
  position:fixed;
  width:  300px;
  height: 300px;
  left: 50%;
  top:  50%;
  margin-left: -150px; /* 100px/2 = 50px */
  margin-top:  -150px; /* ditto */
}

/*Invite user*/
.invite-user {
  text-align: left;
}

/*App settings*/
.app-settings {
  text-align: left;
}

select,
input {
  height: 22px;
}

.preserve-aspect-ratio {
    display: block;
    max-width: 100%;
}

.clickable {
  cursor: pointer;
}

.st-sort-ascent:before{
  content: '\25B2';
}

.st-sort-descent:before{
  content: '\25BC';
}

.spinning-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }