/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  color: #fff;
}

label {
  cursor: pointer;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}

.hide-me{
  display: none;
}

.alert {
  top: 0px;
  min-height: 50px;
  left: 0;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10001;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bolder;
  border-radius: 0;
}

.alert.alert-success{
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}

.alert.alert-warning{
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}

.alert.alert-danger{
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
}

/*
 * Modals
 */

.modal-body, .modal-footer{
  font-family: 'Lato';
  font-weight: 300;
}

.modal .modal-dialog.modal-md{
  width: 400px;
}

 .modal .modal-content{
  padding:15px;
 }

 .modal .modal-header{
  text-align: center;
  border-bottom: none;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
 }

 .modal .modal-footer{
  text-align: center;
  border-top: none;
 }

.modal .btn{
  letter-spacing: 0;
  font-size: 14px;
}
/*
 * Buttons
 */

.homepage-wrapper .btn, .register-wrapper .btn{
  font-family: 'Lato';
  font-weight: 300;
}

.homepage-wrapper .btn.btn-primary, .register-wrapper .btn.btn-primary{
  background-color: #3A63B1;
  border: none;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.homepage-wrapper .btn.btn-primary:hover, .register-wrapper .btn.btn-primary:hover{
  background-color: #0A63B1;
}

.homepage-wrapper .btn.btn-lg, .register-wrapper .btn.btn-lg{
  padding: 20px 70px;
  font-size: 12px;
}

/*
 * Landing Page
 */

.homepage-wrapper {
  display: table-cell;
  vertical-align: middle;
  color:black;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}

.homepage-wrapper .headline{
  font-size: 60px;
  font-weight: 600;
}

.homepage-wrapper .signup-action{
  position: absolute;
  bottom: 15%;
  width: 100%;
}

.masthead-brand img{
  margin-top:5px;
  height:40px;
}

.masthead{
  padding: 1.5rem 3rem;
  position: fixed;
  top: 0;
  width: 100%;
}

.nav-link {
  float: right;
  color: black;
  padding: 0.8rem 1rem;
  border-bottom: .125rem solid #ECBA1A;
  font-family: "Lato";
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 300;
}

.nav-masthead .nav-link:hover{
  border-bottom: .2rem solid #ECBA1A;
}

.nav-masthead .nav-link, .nav-masthead .nav-link:focus{
  outline: none;
}

.masthead-brand {
  float: left;
}

.nav-masthead {
  float: right;
}

.mastfoot {
  width: 100%;
  position: fixed;
  bottom: 0;
}

/*
* Signup form
*/

.register-wrapper {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.register-wrapper .headline{
  margin-bottom: 30px;
}

.register-wrapper .headline .main{
  letter-spacing: -1px;
  font-size: 50px;
  font-weight: 600;
}

.register-wrapper .headline .sub{
  font-size: 14px;
}

.register-wrapper form input, .register-wrapper form select, .register-wrapper form .select2-selection.select2-selection--single {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #D2D2D2;
  font-size: 13px;
  font-family: 'Lato';
  letter-spacing: 0.5px;
  font-weight: 400;
}

.register-wrapper form textarea {
  border-radius: 3px;
  border: 1px solid #D2D2D2;
  font-size: 13px;
  font-family: 'Lato';
  letter-spacing: 0.5px;
  font-weight: 400;
}

.register-wrapper label{
  font-family: 'Lato';
  font-size: 13px;
  color: #999999;
  font-weight: 400;
}

.register-wrapper .question {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 5px;
}

.register-wrapper .question em{
  font-weight: 200;
  font-size: 12px;
  font-style: italic;
  color: #D2D2D2;
}

.register-wrapper .load-more {
  font-weight: 200;
  font-size: 14px;
  cursor: pointer;
}

.register-wrapper form input, .register-wrapper form select{
  padding: 5px 0;
}

.register-wrapper form .form-group{
  margin-bottom:20px;
}

.register-wrapper .input-group .input-group-addon {
  background-color: #FFF;
  border-radius: 0;
  border:none;
  border-bottom: 1px solid #D2D2D2;
}

.checkbox-row {
  border:1px solid black;
}

.register-wrapper .agreement {
  margin-top:50px;
}

.register-wrapper textarea {
  height:100px;
  resize:none;
  font-size: 14px;
  font-weight: normal;
}

.selectpicker{
  display: block;
  width: 100%;
}

.select2-container{
  background-color: blue;
}

form .select2-container--default .select2-selection--single .select2-selection__choice{
  border-radius: 3px;
  font-size: 12px;
  background-color: #fff;
  padding-right: 10px;
  padding-left: 0;
  border-color: #00BF2B;
  color: #00BF2B;
}

form .select2-container--default .select2-selection--single .select2-selection__choice span{
  padding: 2px 10px;
  border-right: 1px solid grey;
  margin-right: 10px;
  font-weight: normal;
  border-color: #00BF2B;
  color: #00BF2B;
}

form .select2-container--default .select2-selection--single .select2-selection__choice.remove:hover, form .select2-container--default .select2-selection--single .select2-selection__choice.remove:hover *{
  color: #FF2114;
  border-color: #FF2114;
}

.icheckbox_flat-green, .iradio_flat-green{
  margin-right: 5px;
  top:-1px;
}

.userSignup input:not([type="search"]), .userSignup select{
  margin:15px 0;
}

label.inline{
  margin-right: 30px;
}

label.agreement {
  display: initial;
}

label.selected {
  color: #37CE63;
}

.form-error {
  color: #FF2114;
  font-size: 10px;
  font-weight: 400;
  display: block;
  position:absolute;
  width: 90%;
}

.counties-row {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

.county-slider{
  padding: 20px 0;
  display: inline-block;
}

.county-slider .slider-container{
  padding: 5px;
  display: inline-block;
}

.county-slider .slider-container .scale ins{
  left: -11px;
  font-size: 8px;
}

.theme-green .back-bar{
  height:6px;
  background: linear-gradient(to right, #3A5FB1 0%, #f7f733 50%, #FF2114 100%);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  border: none;
  box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.18);
}

.theme-green .back-bar .pointer{
  top: -8px;
  width: 20px;
  height: 20px;
}

.theme-green .back-bar .selected-bar{
  display: none;
}

/*.theme-green .back-bar .selected-bar.cool{
  background-color: #3A5FB1;
}

.theme-green .back-bar .selected-bar.warm{
  background-color: #FFA614;
}

.theme-green .back-bar .selected-bar.hot{
  background-color: #FF2114;
}*/

/* media queries */
@media (max-width: 767px) {

.homepage-wrapper .btn.btn-lg, .register-wrapper .btn.btn-lg{
  padding: 15px 50px;
  font-size: 10px;
  margin: 5px 0;
}

.forgot{
  display: block;
  margin: 10px auto 0;
}

.modal .modal-dialog.modal-md{
  width: 95%;
}

.homepage-wrapper .masthead{
  padding: 1.5rem;
}

.homepage-wrapper h5{
  font-size: 15px;
}

.masthead-brand img{
  margin-top:5px;
  height: 20px;
}

.homepage-wrapper .headline{
  font-size: 45px;
}

.register-wrapper .headline .main{
  font-size: 35px;
}

.register-wrapper .headline .sub{
  font-size: 14px;
}

.full-checkbox-radio {
  display: block;
  text-align: left;
}

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

.icheckbox_flat-green, .iradio_flat-green{
  display: inline-block;
}

}

@media (max-width: 991px) and (min-width: 768px) {

.homepage-wrapper .masthead{
  padding: 1.5rem;
}

.homepage-wrapper .headline{
  font-size: 60px;
}

.register-wrapper .headline .main{
  font-size: 50px;
}

}

@media (max-width: 1599px) {
}

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

/*progressbar*/
#progressbar {
  list-style: none;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  margin: 40px 0;
  padding: 0;
}
#progressbar li {
  color: black;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  width: 25%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #333;
  background: white;
  border-radius: 2px;
  margin: 0 auto 5px auto;
  border: 1px solid #D2D2D2;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #D2D2D2;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: #37CE63;
  color: white;
  border: none;
}

#progressbar li.disabled:before{
  background: #D2D2D2;
}



/* NEW SYSTEM LAYOUT */

.site-wrapper.container{
  font-size: 14px;
  font-family: 'Lato';
}

.site-wrapper.container .btn{
  font-size:10px;
  margin:0 1px;
}

nav.navbar{
  margin-bottom: 30px;
  border-bottom:1px solid #E5E5E5;
  padding: 0;
  line-height: 50px;
  font-size: 14px;
}

.logo-header img{
  max-width:300px;
  max-height:100px;
  margin: 0 20px;
}

.navbar-nav .nav-item {
  margin-left:0 !important;
}

.navbar-nav .nav-link {
  font-family: 'Lato';
  color:#888888;
  padding: 0 15px;
  border-left: 1px solid #E5E5E5;
}

.navbar-nav .nav-link:hover {
  color:#555555;
}

.navbar-nav .nav-link:hover {
  background-color: #EEEEEE;
}

.navbar-nav .dropdown-item {
  font-family: 'Lato';
  padding: 5px 20px;
  font-size: 14px;
}

.user-dropdown .nav-link{
  padding: 0 40px;
  color:black;
  font-weight: bolder;
}

/* data import page */

#accordion .list-group-item-county{
  padding-left: 100px !important;
}

#accordion .list-group-item:first-child{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#accordion .list-group-item:last-child{
  margin-bottom: 10px !important;
  background-color: #E5E5E5 !important;
}

#accordion a.list-group-item{
  padding-left: 50px;
  background-color: #fff !important;
}

#accordion a.list-group-item.no-data, a.list-group-item.no-data:hover, a.list-group-item.no-data:focus{
  background-color: #e5e5e5e5;
}

#accordion .label.new-mapping-label{
  padding: 10px 20px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;  
}

#accordion .label.import-label, .label.edit-label, .label.resume-label{
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;  
}

#accordion .label.form-actions-label{
  padding: 8px 20px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  margin-top: 5px;
}

.county-mappings tr th{
  padding-left: 100px;
}

.fa{
  margin-right: 10px;
}

/*#dropzone {
  border-radius: 5px;
  width:100%;
  height:100px;
  position: relative;
  cursor: pointer;
  display: table;
}

.dropzone{
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
  border: 1px dashed #C5C5C5;
}*/

#dropzone-wrapper {
  width:100%;
  height:100px;
  position: relative;
  cursor: pointer;
  display: table;
}

#dropzone{
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
  border: 1px dashed #C5C5C5;
}

#filelist{
  list-style: none;
  margin: 0;
  padding: 0;
}

#upload_progress{
  display: none;
  margin: 0;
  width: 95%;
}

#upload_complete{
  font-size: 20px;
  color:green;
  margin-left: 5px;
}

.document-mappings a.no-data, .mapping-setup a.no-data{
  height:300px;
}

.document-mappings .header, .mapping-setup .header{
  font-size: 20px;
  background-color: #ECEEEF;
  font-weight: bold;
}

.csv-actions {
  padding-left: 10px;
  font-size: 20px;
  font-weight: normal;
}

.list-group-item.no-hover:hover, .list-group-item.no-hover:focus{
  background-color: #fff;
}

#mapping_actions{
  padding-left: 10px;
  margin-top: 30px;
}

.list-group-item.disabled.no-data, .list-group-item.disabled.no-data:focus, .list-group-item.disabled.no-data:hover{
  cursor: default;
}

#csv_preview{
list-style-type: none; margin: 0; float: left;
-webkit-column-count:5; /*if no column count is specified and the parent element has a fixed width then it will calculate the number of columns automatically */
-webkit-column-rule-color: #000;
-wekbit-column-rule-style: dashed;
-webkit-column-rule: 1px dashed #C5C5C5;
-webkit-column-rule-width: 1px;
-moz-column-count: 5;
-moz-column-rule: 1px dashed #C5C5C5;
-moz-column-rule-width: 1px;
column-count: 5;
column-rule: 1px dashed #C5C5C5;
column-rule-width: 1px;
font-size: 11px;
width:100%;
border:1px dashed #C5C5C5;
border-top: none;
padding: 5px 0;
}

#csv_preview li{
  line-height: 30px;
  padding-left: 10px;
}

#csv_preview li.mapped-yes{
  color:#5CB85C;
}

#csv_preview li.mapped-no{
  color:#D9534F;
}

#csv_preview li i{
  margin-left: 10px;
}

.mapping-setup .row.form-group{
  line-height: 11px;
}
.remove-csv-field{
  font-size: 10px;
  float: right;
}

#csv_fields_section{
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}

#error_console{
  color:red;
  font-weight: bold;
}