/*  Clearing styles */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body { margin: 0;}

/* HTML5 display definitions */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
address {  font-style: normal; }

audio,canvas,progress,video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}



.pointer { cursor: pointer; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
mark {
  background: #ff0;
  color: #000;
}

small { font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img {  border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0.625em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {  overflow: auto; }

code,kbd,pre,samp {
  font-family: monospace ;
  font-size: 1rem;
}

button,input,optgroup,select,textarea {
  font: inherit;
  margin: 0;
}

button {  overflow: visible;}

button,select { text-transform: none; }

button,html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {  padding: 0;}

/* Font face
---------------------------------------------------*/
@font-face {
      font-family: 'open_sansregular';
      src: url('../fonts/OpenSans-Regular-webfont.eot');
      src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
           url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
           url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
      font-weight: normal;
      font-style: normal;


}
@font-face {
  font-family: 'droid_sansregular';
  src: url('../fonts/DroidSans-webfont.eot');
  src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/DroidSans-webfont.woff') format('woff'),
      url('../fonts/DroidSans-webfont.ttf') format('truetype'),
      url('../fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
    font-family: 'iconfont-jmr';
    src: url('../fonts/icomoonjmr.eot');
    src: url('../fonts/icomoonjmr.eot?#iefix') format('embedded-opentype'),
         url('../fonts/icomoonjmr.woff') format('woff'),
         url('../fonts/icomoonjmr.ttf') format('truetype'),
         url('..fonts/icomoonjmr.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px;
  box-sizing: border-box;
  text-align: justify;
}
.container-header {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px;
    min-height: 60px;
}
.full-width-container {
  max-width: 90%
}

.column, .columns {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 20px;
}

/* For devices larger than 580px */

@media (min-width: 770px) {
  .column, .columns {
  width: 48%;
  }
  #column-left, .column-right-blog {
    width: 35%;
  }
  .col_text, #blog-post-list {
    width: 63%;
  }

}

/* For devices larger than 550px */
@media (min-width: 980px) {
  #column-left, .col_text, #blog-post-list, .column-right-blog {width: none;}
  .column, .columns { margin-left: 3%; margin-bottom:0px; }
  .column-first { margin-left: 15px; }

  .one.column,  .one.columns      { width: 4%; }
  .two.columns                    { width: 13%; }
  .three.columns                  { width: 21%;            }
  .four.columns                   { width: 30%; }
  .five.columns                   { width: 39%; }
  .six.columns                    { width: 46%;            }
  .seven.columns                  { width: 56%; }
  .eight.columns                  { width: 63%; }
  .nine.columns                   { width: 74%;          }
  .ten.columns                    { width: 82%; }
  .eleven.columns                 { width: 91%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30%; }
  .two-thirds.column              { width: 65%; }

  .one-half.column                { width: 46%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }
  .doctypes-three.columns         {width:33%; margin-left: 0px;}

  .doctypes-two.columns {
      width: 48%;
      margin-left: 0px;
    }
    .doctypes-one.columns {
      width: 99%;
      margin-left: 0px;
    }



}
@media (min-width: 1024px) {
  .container-half {
  width: 60%;
  max-width: 950px;

  }
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 14px; font-size: 0.87rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'open_sansregular',Open Sans, sans-serif;
  color: #555;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: 'droid_sansregular',Droid Sans, sans-serif;
  text-align: left;
}

h1 { font-size: 30px; font-size: 1,875rem; line-height: 1.2;  }
h2 { font-size: 24px; font-size: 1.5rem; line-height: 1.25; }
h3 { font-size: 18px; font-size: 1.125rem; line-height: 1.3;  }
h4 { font-size: 16px; font-size: 1rem; line-height: 1.35; }
h5 { font-size: 13px; font-size: 0.81rem; line-height: 1.5;  }
h6 { font-size: 10px; font-size: 0.62rem; line-height: 1.6;  }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 32px; font-size: 2rem; }
  h2 { font-size: 28px; font-size: 1.8rem; }
  h3 { font-size: 29px; font-size: 1.2rem; }
  h4 { font-size: 18px; font-size: 1.125rem; }
  h5 { font-size: 16px; font-size: 1rem; }
  h6 { font-size: 12px; font-size: 0.8rem; }
}

p { margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
  color: #e56a54;
  text-decoration: none;
}
.non-red-link, .non-red-link:visited {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.non-red-link:hover {
  color: #7B6469;
}
a:hover { color: #ff8f7b; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input, textarea, select {
  color: #555;
}
input, textarea, select {
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  margin-right: 10px;
}
input[type="text"], input[type="password"], select {  height: 48px;  }

/* Removes awkward default styles on some inputs for iOS */
input[type="radio"], textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label, legend {
  display: block;
  margin-bottom: .312rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],input[type="radio"] {  display: inline;  }

label > .label-body {
  display: inline-block;
  margin-left: 5px; margin-left: .312rem;
  font-weight: normal;
}
.half-width-input {
  width: 98%;
  margin-right: 0px;
}
.fullwidth-input {
  width: 95%;
}
.form-radio {

   position: absolute;
    left: -9999px;
}
.form-radio:checked + label {
  background: #7b6469;
color: #fff;
border: 2px solid #7b6469;
}
.form-radio-label {
  display: inline-block;
  padding: 10px 9%;
  /* background: #efefef6b; */
  border-radius: 5px;
  margin-right: 30px;background-color: #f5f5f5;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 5px;
}
.form-radio-sec {

   position: absolute;
    left: -9999px;
}
.form-radio-sec:checked + label {
  background: #7b6469;
color: #fff;
border: 2px solid #7b6469;
}
.form-radio-label-sec {
    display: inline-block;
    padding: 10px 10px;
    /* background: #efefef6b; */
    border-radius: 5px;
    margin-right: 0;
    /* background-color: #f5f5f5; */
    border-radius: 5px;
    border: 2px solid #ae698a;
}

.form-radio-yes {
  border: 3px solid #84880b;
  color: #84880b;
  border-left: 10px solid #84880b;
  border-right: 10px solid #84880b;
}
.form-radio-no {
  border: 3px solid #E2514D;
  color: #E2514D;
  border-left: 10px solid #E2514D;
  border-right: 10px solid #E2514D;
}
.form-radio-partial {
  border: 3px solid #8e8d8d;
  color: #8e8d8d;
  border-left: 10px solid #8e8d8d;
  border-right: 10px solid #8e8d8d;
}

.section-hidden {
  display: none;
}
.error-form {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:0;
    font-size: 18px;
    padding: 15px;
    border-left: 10px solid #e56a54;
    border-right: 10px solid #e56a54;
    border-radius: 10px;
    display: block;
    border-bottom: 3px solid #e56a54;
        border-top: 3px solid #e56a54;
    font-weight: bold;
}
.form__feedback {
      padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
    background: #e56a54;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}
.form__feedback.success {
  background: #84880b;
}
@media (min-width: 550px) {
  .half-width-input {
    width: 47%;
    margin-right: 0px;
  }
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, button {
  display: inline-block;
  padding: 6px 30px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  /*letter-spacing: .1rem;*/
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,button:hover, .button:focus, button:focus {
  color: #E2514D;
  border-color: #E2514D;
  outline: 0;
}
.button-primary, .button-primary:visited {
  color: #FFF;
  background-color: #E56A54;
  border: 0px;
}

.button-primary:hover, .button-primary:hover, .button-primary:focus, .button-primary:focus {
  color: #FFF;
  background-color: #e0563d;
  border:0px;
}
.button-secondary, .button-secondary:visited {
  color: #7b6469;
  background: #e0e721;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}
.button-secondary:hover {
  color:#fff;
  background: #e0e721;
}
.button-small {
  font-size: 14px; font-size: 0.87rem;
  height: 40px;
  padding: 3px 20px;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {  list-style: circle inside; }
ol {  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0;
  margin-left: 2rem;
}

ul ul,ul ol,ol ol,ol ul {
  margin: 1rem 0 1rem 2rem;
  font-size: 90%;
}
li {  margin-bottom: 0.625rem; text-align: left; }

.nostylelist {
  list-style: none;
}
.noindentlist {
  margin-left: 0;
}
.smallindentlist {
  margin-left: 6px; margin-left:0.4rem;
}
.list-horizontal, .list-horizontal-item {
    display: inline-block;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}
.hangindentlist-withicon {
    text-indent: -3.2rem;
    padding-left: 3.2rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .125rem .312rem;
  margin: 0 .125rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 0,625rem 1rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

/*th:first-child,td:first-child {  padding-left: 0; }*/
/*th:last-child,td:last-child {  padding-right: 0; }*/


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,.button { margin-bottom: 0.625rem; }
input,textarea,select,fieldset {  margin-bottom: 0.625rem; }

article {
  margin-bottom: 3rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box;
}

.max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.pull-right { float: right; }
.pull-left { float: left; }
.center {text-align: center;}
.left {text-align: left;}
.justify {text-align: justify;}
.text-limit { max-width: 1000px;}
.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
.uppercase {  text-transform: uppercase; }
.bigger-header {
  font-size: 1.6rem;
}
.bold { font-weight: bold; }
/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.white {  color: #F4F4F4;  }
.falcon-main { color: #7b6469;}
.terracota {color: #e56a54 ;}
.cream {color: #d7d2cb;}
.green-stacks {color: #e0e721;}

.bkg-falconlight {background-color: #BDB2B3; }
.bkg-cream {background-color: #d7d2cb;}
.bkg-falcon { background-color: #7b6469; }
.bkg-lightgrey {background-color: #f3f3f3;}
.bkg-terracota {background-color: #e56a54;}
.bkg-white {background-color: #fff;}
.bkg-green {background-color: #E0E721;}
.bkg-flyer {background-color: #E8E6DE;}
.bkg-falconmedium { background-color: #B0798B;}
.red { color: #e56a54; }
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 32px; margin-top: 2rem;
  margin-bottom: 132px; margin-bottom: 2rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

.obf { display: none;}
.inline { display: inline-block;}

.flex {  display: flex;}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-40 {
  flex-basis: 45%;
}
.flex-60 {
  flex-basis: 65%;
}
.flex-35 {
  flex-basis: 33%;
}
.flex-30 {
    flex-basis: 30%;
}
.flex-25 {
    flex-basis: 25%;
}
.flex-70 {
  flex-basis: 70%;
}
.flex-inline {
  display: inline-flex;
}
.flex-space {
    justify-content: space-around;
}
.flex-center {
  justify-content:center;
}
.italic-small {
  font-style: italic;
  font-size: 14px; font-size: 0.875rem;
}
.img-circle {
  border-radius: 50%;
}
.slightly-round {
  border-radius: 5px;
}
.slightly-round-top {
    border-radius: 5px 5px 0 0;
}
.slightly-round-bottom {
    border-radius: 0px 0px 5px 5px;
}
.medium-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.bigger-text {
  font-size: 1.2rem;

}
#audit-form-content {
  background-color: #f5f5f5;
  min-height: 720px;
}
/* login
____________________________________________________*/
#login-box {
  max-width: 50%;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
padding: 20px;
}
#login-box .btn-default {
      background: #e56a54;
}
#login-box .btn-default:hover {
  border: 1px solid #e56a54;
}
#login-box input {
  width: 60%;
}
/* Form fill
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.first-header {
      padding: 10px 20px 10px 20px;
}
.second-header {
  padding: 5px 10px;
  background-color: #7B6469;
}
.form-section {
  margin-top: 25px;
/* border-top: 2px solid; */
border: 2px solid #7B6469;
border-radius: 5px;
}
.qa-section {
  border: 2px solid #ae698a;
  border-radius: 5px;
  padding: 10px;

  border-top: 10px solid #ae698a;
border-bottom: 10px solid #ae698a;
}
#observation-photo {
  float: right;
}
.free-text {
  min-width: 90%;
}
.button-save-audit {
  background: #D7E829;
padding: 20px 8%;
font-size: 1.4rem;
}
.button-save-container {
  background-color: #dcdcdc;
border-radius: 5px;
padding-top: 8px;
}
.form-fullwidth {
  width: 98%
}
#audit-submit-text {
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid #7b6469;
  border-top: 10px solid #7b6469;
  border-radius: 5px;
  border-bottom: 10px solid #7b6469;
  font-size: 1.125rem;
}
.next-icon, .prev-icon {
  display: block;
  width: 50px;
}
.next-form {
  position: relative;
  top: 10px;
  right: 30px;
}
.prev-form {
  position: relative;
  top: 10px;
  left: 30px;
}
.checked-icon {
width: 20px;
position: relative;
top: 5px;
}
#categories-list  {
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 10px;
  padding-left: 10px;
}
.category-box {
    flex-basis: 115px;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 20px;
    margin-right: 20px;
    background: #e56a54;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .categories-icon {
    max-height: 50px;
  }
  .category-icon-container {
    width: 90%;
  }
  #close-category {
    float: right;
  }
  #close-category a, #close-category a:visited {
           font-size: 16px;
    color: #fff;
  }
  #category-section {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #question-hint {
margin-top: -14px;
    margin-bottom: 10px;
  }
/* Dashoboard
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.audits-table {
  width: 100%;
}
#dashboard-tasks {
      border-top: 20px solid #7b6469;
}
.audits-table-header, .audits-table-row {
  padding: 5px;
  padding-left: 10px;
}
.audits-table tr:nth-child(even) {
  background-color: #e8e8e8;
}
.dashboard-icon {
    height: 100px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    background-color: #9c6b7b;
    padding: 10px;
    border-radius: 5px;
    margin-right: 30px;
}
.frontend-big-icon {
  width: 60px;
  display: block;
  margin-left:auto;
  margin-right: auto;
}
#dashboard-tasks a, #dashboard-tasks a:visited{
  font-size: 16px;
   color: #e8e8e8;
   font-weight: bold;
}
#dashboard-tasks a:hover {
    color: #ff8f7b;
  }
  .clickable-svg {
    pointer-events: none;
}
.frontend-small-icon {
  width: 22px;
}
.progress-container {
  height: 23px;
  width: 98%;
  background: #bbb9b9;
  border-radius: 20px;
  padding: 3px;
}
.progress-bar {
  height: 23px;
  background: #e56a54;
  line-height: 23px;
  font-weight: bold;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
}
.progress-bar-100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* Review
____________________________________________________*/
.question-review-header {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 1px;
    border-radius: 5px;
    margin-bottom: 5px;
    border: 2px solid #7b6469;
    position: relative;
}
.question-review-h2 {
  font-size: 1rem;
  max-width: 89%;
}
.review-checked {
  position: absolute;
  right: 25px;
  top: 10px;
  background: #ae698a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
   line-height: 40px;
  text-align: center;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.show-photo {
  padding: 10px;
}
.show-photo-header {
    border-bottom: 2px solid #ad9a9e;
    padding-bottom: 5px;
}
.audit-class-header {
margin-top: -10px;
margin-left: -10px;
background: #ae698a;
width: 100%;
padding-left: 10px;
padding-right: 12px;
padding-bottom: 10px;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container:after,.row:after,.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Iconfont
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icon:before {
  font-family: iconfont-jmr;
  font-size: 19px; font-size: 1.2rem;
  font-weight: normal;
}
.icon-text:before     {  content: "\e605";  }


.icon-mediumbkg:before {
  font-size: 32px; font-size: 2rem;
   padding:1.5%;
   border-radius: 50%;
   color:#fff;
   margin-right: 20px;
   position: relative;
   background: #96B9D2;
}

.icon-bigbgk:before {
   font-size: 64px; font-size: 4rem;
   padding:9%;
   border-radius: 50%;
   color:#fff;
   background: #3A9CBA;

}

.icon-style-quote:before {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
/* Top header and menus css
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#topheader {
  width: 100%;
}
#menu-filler {
  height: 45px;
}
.menu-link, .menu-link:visited {
  text-decoration: none;
  color: #e56a54;
  display: block;
  line-height: 35px;
  font-weight: 600;
  border-bottom: 2px solid rgba(243, 243, 243, 0);
}
.menu-link:hover {
  color: #e56a54;
  border-bottom: 2px solid #7b6469;
}

#topcont {
  padding-bottom: 10px;
  padding-top: 10px
}

#top-menu {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
  width: 80%;
}
.topmenu-item:hover{
}
.topmenu-item {
  margin-bottom:0px;
}
.listmenu {
  margin-bottom: 0px;
}
.plain-link {
  text-decoration: none;
  color: #555;
}
.plain-link:hover {
  color: #555;
  text-decoration: underline;
}
.side-menu {
    padding-bottom: 15px;
  }
#logo-container {
    max-width: 45px;
  }
#logo-header {
  display: block;
  width: 100%;
}
#language_menu {
  position: absolute;
  top: 15px;
  right: 10px;
}

.dropdown {
    background: #d0d0d0;
    position: absolute;
     z-index: 1;

}
.dropdown-hover:hover .dropdown {
  display: block;
}
#careers-topmenu-list {
  margin-top:0;
}
.frontend-header-icon {
  display: inline-block;
  position: relative;
}
#header-user-icon, #header-logout-icon {
  width: 20px;
  top: 3px;
}
#header-dashboard-icon {
    width: 25px;
      top: 5px;
}
.header-audit-icon {
  width: 25px;
  position: relative;
  top:5px;
}
/* alert
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.alert {
  padding: 20px ;
.button-save-audit {
    background: #D7E829;
    padding: 20px 5%;
    font-size: 1.4rem;
}
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}
.alert-success {
 background-color: #94CC41;

}
.alert-error {
  background-color: #7F4335;
}
.loading-support-container {
  position: relative;
  }
div[id^='loading-support-'], div[id*='loading-support-'] {
position: absolute;
top: 0px;
display: none;
width: 100%;
text-align: center;
padding-top: 5px;
font-weight: bold;
font-size: 25px;
}
.loading-support-inner {
    display: inline-block;
    min-width: 50%;
    padding: 15px;
    background: #d7e829;
    min-height: 45px;
  }
  #connection {
    position: absolute;
    top: 17px;
    right: 7px;
    background: #d7e829;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
#version {
  position: absolute;
    top: 3px;
    right: 7px;
    font-size: 10px;
}
/* Last Table
_________________________________________________*/

.inner-table {
  padding: 10px;
}
.full-width-input {
    max-width: 750px;
    width: 100%;
}
/* Login
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#menu-user {
      padding-right: 15px;
}
.button-login {
  margin-left: 20px;
.button-save-audit {
    background: #D7E829;
    padding: 20px 5%;
    font-size: 1.4rem;
}
  margin-right: 20px;
  margin-top: 50px;
}
.login-msg {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Footer
____________________________________________________*/

#footer {
  border-top: 10px solid #D0D2D3;
}
#footer-end {
  height: 30px;
  margin-top: 0;
}


/*  MEDIA QUERIES
---------------------------------------------------*/
#contact-banner{
    background-image: url('../images/banners/contact_lo.jpg');
    min-height: 350px;
    background-size: cover;
}

@media (min-width: 650px) {
    #mainpage-promo {
      background-image: url('../images/main.jpg');
      min-height: 450px;
      background-size: cover;
    }
    #contact-banner{ background-image: url('../images/banners/contact_midlo.jpg'); }

}
.button-save-audit {
    background: #D7E829;
    padding: 20px 5%;
    font-size: 1.4rem;
}
@media (min-width: 850px) {

}
@media (min-width: 1023px) {

}

@media (min-width: 1280px) {


}

@media (min-width: 1750px) {


}
@media (min-width: 2200px) {

}
/*Smaller than tablet */
@media (max-width: 1023px) {
  .flex-mobile { display: block;}
#login-box {
  max-width: 80%;
}


}
@media (max-width: 770px) {
#login-box {
  max-width: 95%;

}
.container {
      padding: 25px 5px;
}
.mobile-right {
  text-align: right;
}
.mobile-inline {
  display: inline-block;
  max-width: 50%;
}
.container-header .list-horizontal, .container-header .list-horizontal-item {
  padding-left: 0px;
  padding-right: 5px;
}
}
@media (max-device-width: 770px) {


}

}
@media (min-width: 580px) and (max-width: 770px) {

}
@media (max-width: 602px) {
   .mobile-hide {display: none ;}

   .button-save-audit {
     padding: 20px 2%;
     font-size: 1.2rem;
   }
   .next-icon, .prev-icon {  width: 35px; }
   .prev-form {
     position: relative;
     top: 2px;
     left: 2px;
   }
   .next-form {
     position: relative;
     top: 2px;
     right: 3px;
   }
  #dashboard-completed, #dashboard-ongoing {  overflow: scroll;  }
  .mobile-inline { max-width: 43%; }
.container-header {
  min-height: 120px;
}
.review-checked {
      right: 5px;
      top: 10px;
      width: 25px;
      height: 25px;
      line-height: 25px;
    }
    .checked-icon {
    width: 13px;
    top: 1px;
}
.form-radio-label {
  margin-right: 15px;
}
}
/* smartphones */
@media (max-width: 400px) {

}
@media (max-width: 900px) {
.container-header {
  min-height: 90px;
}
}
/* Larger than desktop */
@media (min-width: 1024px) {

}
.hidden, .xttv { display: none; }
