/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background-color: #f5f5f5;
		font-size: 16px;
	color: #484848;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
}

body p {
	font-size: 16px;
	color: #484848;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
}

body li {
	font-size: 16px;
	color: #484848;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #003c72;
	font-weight: 600;
}

h2 {
	font-size: 24px;
	font-weight: 600;
}

header {
	padding: 25px 0;
}

textarea:focus, input:focus, button:focus, .form-control:focus{ outline: none; }

.logo {
	margin: 0 auto;
	display: inline-block;
}

header h1 {
    margin-top: 10px;

}

.navbar {
	margin-top: 25px;
	min-height: 0;
}

.logo h1 {
	margin-top: 10px;
}

.logo-resp img {
    margin: 0px auto 25px auto;
    height: 50px;
    display: block;
}

.btn-denuncia {
    text-align: center;
    padding: 10px 19px;
    text-decoration: none;
    font-weight: 600;
    background-color: #003c72;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    border: 0 none;
    margin-top: 20px;
}

.btn-denuncia:hover {
	background-color: #2c577d;
	color: #fff;
	border-radius: 5px;
}

.navbar li:last-child a {
    border-right: none;
}

.navbar li a:hover {

}

a:hover {
    text-decoration: none;
}

.conteudo {
	border-top: 10px solid #003c72;
	padding: 40px 10px;
}

.ticket {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #003c72;
	font-weight: 600;
	font-size: 40px;
	padding: 30px;
	display: inline-block;
	border: solid;
	margin: 20px 0;
	border-radius: 10px;
}

/* STEPS */

.nav>li>a {
    padding: 6px 15px;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: #ddd;
}

.nav-wizard {
	display: block;
	margin-top: 30px;
}


.nav-wizard > li {
  float: left;
  width: 33%;
}
.nav-wizard > li > a {
  position: relative;
  background-color: #ddd;
  cursor: default;
font-weight: 500;
font-size: 17px;
  color: #777;
}
.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #ddd;
  background-color: #428bca;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 50px;
}
.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #ddd;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 30px;
}
.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
  background-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #d5d5d5;
}
.nav-wizard > li.done > a {
  background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
  border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
  border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #003c72;
}
.nav-wizard > li.active > a:after {
  border-left-color: #003c72;
}
.nav-wizard > li.active > a .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
  color: #777777;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #ddd;
  cursor: default;
}
.nav-wizard > li.disabled > a:before {
  border-right-color: #ddd;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #ddd;
}
.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}

.control-label {
    position: relative;
    display: block;
}

.bad.item .help-inline {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    background-color: #c00;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

ul.btns-denuncias {
    padding: 0;
    margin-top: 30px;
}

ul.btns-denuncias li {
    display: inline-block;
}

ul.btns-denuncias li a {
    padding: 10px 19px;
    font-weight: 600;
    float: left;
    width: 260px;
    margin-top: 20px;
}

.form-denouncement {
    margin: 35px 0;
}

@media (max-width: 768px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before,
  .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }

    ul.btns-denuncias li {
        width: 100%;
    }

    ul.btns-denuncias li a {
        width: 100%;
        text-align: center;
    }

    header h1 {
        text-align: center;
    }

    .btn-denuncia {
     width: 100%;
    }
}
