/* === Remove input autofocus webkit === */
*:focus {outline: none;}

*::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    lightgrey;
}
*:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    lightgrey;
   opacity:  1;
}
*::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    lightgrey;
   opacity:  1;
}
*:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    lightgrey;
}
/* Main settings */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	/*     font-size: 14px; */
	font-size: 1.00em;
    /*line-height: 1.42857143;*/
    color: #333;
    background-color: white;
    margin:0;
}
.required_notification {font-size: 11px;}
.h1, h1 {
    font-size: 30px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

*{
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}



/*div {
    display: block;
}*/

.content-footer {
    background-color: #555;
    color: white;
    padding: 5px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
/* Classes */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.row.content {
    height: 450px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid {
		padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

.color-white {
  color:white;
}
.color-black {
  color:black;
}
/* 2 Column Grid */

#responsive-form{
  /*max-width:600px /*-- change this to get your desired form width --*/;
  margin:0 auto;
  width:100%;
}
.column-half,
.column-full{
  float: left;
  position: relative;
  /*padding: 0.65rem;*/
  /*Stop grids from extending over input area */
  padding-right:0.50rem;
  width:100%;
}

.column-half + .half-right {
  float: right;
}

.page-header {
  font-size: 1.8em;
  padding: 10px 0  0 15px;
  background-color: black;
}

/* show inputs on same line */
input, label {
    display:block;
}
.center-block {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
}
label > sup { 
  color: #d45252;
  padding-left: 1px;
}
.required_notification {
  color:#d45252; 
  margin:0 0 0 70px; /* original 5px 0 0 0 */
  font-size: 10px;
  display: inline-block;
  /*float:right;*/
}
.menu-above {
  margin-top: 20px;
}
.content-header {
/* 	padding-top:5px; */
  height: 15px;
}
/* Medium devices (landscape tablets, 768px and up)*/
@media only screen and (min-width: 401px) {
  .landscape-text {
    color: white;
    font-size: 15px;
    font-style: italic;
    float:right;
    padding: 0 10px 0 0;
    margin:  10px 0 0 0;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 400px) {
  .landscape-text {
    color: black;
    font-size: 1px;
    
  }
}
/*https://www.w3schools.com/css/css_rwd_mediaqueries.asp*/
/* Extra small devices (phones, 600px and up) */
@media only screen and (min-width: 601px) {
  /* body {background: red;} */
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
} */

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {background: orange;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .example {background: pink;}
}


.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
}

.left, .right {
  width: 25%;
}

.middle {
  width: 50%;
}

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 695px) {
  .column {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    clear: both;
  }
  .outer {display:none;}
  .content-login {width:50%;}
}




