/* Variables.less
 * Variables to customize the look and feel of Lagoon
 * ----------------------------------------------------- */
/* Base colors */
/* @greenLight:		#2BB673;*//* Grays */
/* Links */
/* Application */
/* Layout */
/* Mobile */
/* Images*/
/* Bootstrap select */
@font-face {
  font-family: 'opensans';
  src: url('periscope_font/opensans-regular-webfont.eot');
  src: url('periscope_font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('periscope_font/opensans-regular-webfont.woff') format('woff'), url('periscope_font/opensans-regular-webfont.ttf') format('truetype'), url('periscope_font/opensans-regular-webfont.svg#opensans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hero';
  src: url('hero/hero-webfont.eot');
  src: url('hero/hero-webfont.eot=#iefix') format('embedded-opentype'), url('hero/hero-webfont.woff') format('woff'), url('hero/hero-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nexabold';
  src: url('nexa/NexaFreeBoldwebfont.eot');
  src: url('nexa/NexaFreeBoldwebfont.eot=#iefix') format('embedded-opentype'), url('nexa/NexaFreeBoldwebfont.woff') format('woff'), url('nexa/NexaFreeBoldwebfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensansSemibold';
  src: url('periscope_font/opensans-semibold-webfont.eot');
  src: url('periscope_font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('periscope_font/opensans-semibold-webfont.woff') format('woff'), url('periscope_font/opensans-semibold-webfont.ttf') format('truetype'), url('periscope_font/opensans-semibold-webfont.svg#opensans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensansItalic';
  src: url('periscope_font/opensans-italic-webfont.eot');
  src: url('periscope_font/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('periscope_font/opensans-italic-webfont.woff') format('woff'), url('periscope_font/opensans-italic-webfont.ttf') format('truetype'), url('periscope_font/opensans-italic-webfont.svg#opensans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensansBold';
  src: url('periscope_font/opensans-bold-webfont.eot');
  src: url('periscope_font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('periscope_font/opensans-bold-webfont.woff') format('woff'), url('periscope_font/opensans-bold-webfont.ttf') format('truetype'), url('periscope_font/opensans-bold-webfont.svg#opensans') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*
	// SCROOLBARS
	// ----------------------------------------------------------------
	::-webkit-scrollbar {
		width: 6px;
		height:12px;
		cursor: default;
	}
	::-webkit-scrollbar-button:start:decrement,
	::-webkit-scrollbar-button:end:increment  {
		display: none;
	}
	
	::-webkit-scrollbar-track-piece  {
		background-color: @grayLight;
		.border-radius(6px);
	}
	
	::-webkit-scrollbar-thumb:vertical {
		.border-radius(6px);
		background: @blackLS;
	}
*/
.help-block {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.help-form {
  margin-top: -1px;
}
/* Login.less
 * Login panel stylesheet
 * ----------------------------------------------------- */
@font-face {
  font-family: bebas;
  font-weight: 300;
  src: url(../../stylesheets/frontpage/fonts/BebasNeue.otf);
}
#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 0;
}
#login-content {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
#background-opacity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-attachment: fixed;
  background-size: 100%;
  z-index: 0;
  opacity: 0.7;
}
#content {
  z-index: 2;
  position: relative;
}
#login-content {
  margin-top: 50px;
}
#login-content .layout-title {
  text-transform: uppercase;
  font-family: bebas;
  color: #ffffff;
  font-size: 50px;
}
#login-content .layout-text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
#login-content .layout-text a {
  font-weight: bold;
  color: #96cb4c;
}
#login-content .advantages-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
#login-content .advantages-list span {
  font-weight: bold;
  color: #96cb4c;
  font-size: 20px;
}
#login-content .advantages-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
#login-content .advantages-list ul li {
  margin: 0;
  padding: 0;
  background: url('/assets/images/client/bullet.svg') no-repeat 0 0;
  background-size: 20px 20px;
  padding-left: 40px;
  min-height: 20px;
  line-height: 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}
.header {
  background-color: #000000;
  height: 80px;
}
#login-box {
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 15px 5px 15px;
  border: 3px solid #f2f2f2;
}
#login-box .title {
  font-weight: bold;
  color: #96cb4c;
  font-size: 1.2em;
}
.form-group {
  margin-bottom: 5px;
}
#register-box {
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 15px 5px 15px;
  margin-top: 20px;
  border: 3px solid #017b8a;
}
#register-box .title {
  font-weight: bold;
  color: #017b8a;
  font-size: 1.2em;
}
#register-box .subtitle {
  font-size: 1.2em;
}
#menu {
  float: right;
}
#menu li a {
  font-family: bebas;
  height: 80px;
  line-height: 80px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 25px;
  padding: 9px 18px;
  display: block;
  text-decoration: none;
  color: #eeeeee;
}
#menu li a:hover {
  color: orange;
}
#home-link {
  float: left;
  height: 80px;
  width: 100px;
  cursor: pointer;
  background: transparent url('/assets/images/client/../frontpage/logo_header.svg') no-repeat center center;
}
#login-password-recover {
  font-size: 0.667em;
  color: #7d8386;
  background: url('/assets/images/client/password_lost.png') center left no-repeat;
  line-height: 50px;
  text-align: left;
  display: block;
  padding-left: 30px;
}
#login-password-recover:hover {
  text-decoration: none;
  color: #394749;
}
input {
  width: 100%;
  line-height: 30px;
  background: #ffffff;
  text-indent: 10px;
  border: 1px solid #ffffff;
  height: 30px;
}
input:focus {
  border: 1px solid #22365d;
}
#signin {
  cursor: pointer;
  display: block;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 30px;
  line-height: 30px;
  background-color: #463e40;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  float: right;
  border: 0;
  text-indent: 0px;
}
#signin:hover {
  background-color: #96cb4c;
  text-decoration: none;
}
#register-button {
  cursor: pointer;
  display: block;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 30px;
  line-height: 30px;
  background-color: #017b8a;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  border: 0;
  text-indent: 0px;
}
#register-button:hover {
  background-color: #463e40;
  text-decoration: none;
}
.link {
  color: #463e40;
  text-decoration: underline;
}
.link:hover {
  color: #96cb4c;
}
/* Placeholder.less
 * Placeholder section stylesheet
 * ----------------------------------------------------- */
/* do not group these rules */
::-webkit-input-placeholder {
  line-height: 30px;
  color: #cececb;
  font-size: 0.867em;
  font-family: opensans;
}
:-moz-placeholder {
  line-height: 30px;
  color: #cececb;
  font-size: 0.867em;
  font-family: opensans;
}
:-ms-input-placeholder {
  /* IE10+ */

  line-height: 30px;
  color: #cececb;
  font-size: 0.867em;
  font-family: opensans;
}
.ui-mask {
  color: #7d8386;
}
/* Table of Contents
==================================================
    #Base 1280 Grid

/*================================================== */
.container {
  width: 1240px;
  margin-left: auto;
  margin-right: auto ;
  box-sizing: border-box;
}
.column,
.columns {
  float: left;
  display: inline;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
}
.row {
  margin: 0px;
  box-sizing: border-box;
}
.container .one.column {
  width: 62px;
}
.container .two.columns {
  width: 124px;
}
.container .three.columns {
  width: 186px;
}
.container .four.columns {
  width: 248px;
}
.container .five.columns {
  width: 310px;
}
.container .six.columns {
  width: 372px;
}
.container .seven.columns {
  width: 434px;
}
.container .eight.columns {
  width: 496px;
}
.container .nine.columns {
  width: 558px;
}
.container .ten.columns {
  width: 620px;
}
.container .eleven.columns {
  width: 682px;
}
.container .twelve.columns {
  width: 744px;
}
.container .thirteen.columns {
  width: 806px;
}
.container .fourteen.columns {
  width: 868px;
}
.container .fifteen.columns {
  width: 930px;
}
.container .sixteen.columns {
  width: 992px;
}
.container .seventeen.columns {
  width: 1054px;
}
.container .eighteen.columns {
  width: 1116px;
}
.container .nineteen.columns {
  width: 1178px;
}
.container .twenty.columns {
  width: 1240px;
}
/* #Fluid
================================================== */
@media only screen and (min-width: 768px + 1px) and (max-width: 1240px - 1px + 41px) {
  .container {
    width: 94%;
    margin-left: 3%;
    margin-right: 3% ;
  }
  .container .column,
  .container .columns {
    margin-left: 0px;
    margin-right: 0px;
  }
  .container .one.column {
    width: 5%;
  }
  .container .two.columns {
    width: 10%;
  }
  .container .three.columns {
    width: 15%;
  }
  .container .four.columns {
    width: 20%;
  }
  .container .five.columns {
    width: 25%;
  }
  .container .six.columns {
    width: 30%;
  }
  .container .seven.columns {
    width: 35%;
  }
  .container .eight.columns {
    width: 40%;
  }
  .container .nine.columns {
    width: 45%;
  }
  .container .ten.columns {
    width: 50%;
  }
  .container .eleven.columns {
    width: 55%;
  }
  .container .twelve.columns {
    width: 60%;
  }
  .container .thirteen.columns {
    width: 65%;
  }
  .container .fourteen.columns {
    width: 70%;
  }
  .container .fifteen.columns {
    width: 75%;
  }
  .container .sixteen.columns {
    width: 80%;
  }
  .container .seventeen.columns {
    width: 85%;
  }
  .container .eighteen.columns {
    width: 90%;
  }
  .container .nineteen.columns {
    width: 95%;
  }
  .container .twenty.columns {
    width: 100%;
  }
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (max-width: 768px) {
  .container {
    width: 740px;
  }
  .container .column,
  .container .columns {
    margin-left: 0px;
    margin-right: 0px;
  }
  .container .one.column {
    width: 37px;
  }
  .container .two.columns {
    width: 74px;
  }
  .container .three.columns {
    width: 111px;
  }
  .container .four.columns {
    width: 148px;
  }
  .container .five.columns {
    width: 185px;
  }
  .container .six.columns {
    width: 222px;
  }
  .container .seven.columns {
    width: 259px;
  }
  .container .eight.columns {
    width: 296px;
  }
  .container .nine.columns {
    width: 333px;
  }
  .container .ten.columns {
    width: 370px;
  }
  .container .eleven.columns {
    width: 407px;
  }
  .container .twelve.columns {
    width: 444px;
  }
  .container .thirteen.columns {
    width: 481px;
  }
  .container .fourteen.columns {
    width: 518px;
  }
  .container .fifteen.columns {
    width: 555px;
  }
  .container .sixteen.columns {
    width: 592px;
  }
  .container .seventeen.columns {
    width: 629px;
  }
  .container .eighteen.columns {
    width: 666px;
  }
  .container .nineteen.columns {
    width: 703px;
  }
  .container .twenty.columns {
    width: 740px;
  }
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Forms.less
 * Form section stylesheet
 * ----------------------------------------------------- */
.form-container {
  background: #ffffff;
  margin-bottom: 20px;
  padding-top: 20px;
}
.form-container .form-title {
  color: #22365d;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.control-label {
  padding-right: 10px;
  font-weight: normal;
  font-size: 0.9em;
}
.help-block {
  color: #8c9297;
}
.pre-secondary {
  margin-bottom: 0px;
}
.secondary {
  margin-top: 0px;
}
.required {
  color: #96cb4c;
}
.required-color {
  color: #017b8a;
}
.form-control:focus {
  border: 1px solid #22365d;
}
input[type='checkbox'] {
  width: 34px;
}
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.twitter-typeahead {
  display: block !important;
}
textarea.form-control {
  width: 100%;
  max-width: 100%;
  height: 200px;
}
/* Notices.less
 * Notices section stylesheet
 * ----------------------------------------------------- */
.alert-div {
  padding: 10px;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.733em;
  margin: 10px 0;
  float: left;
  display: table-cell;
}
.alert-success {
  background: #96cb4c;
  /*padding-left: 40px;*/

}
.alert-danger,
.alert-error {
  background: #e31823;
  padding-left: 10px;
}
center > .alert-div {
  float: none;
}
/* Common */
