@font-face {
    font-family: 'Eveleth Clean Regular';
    src: url(../fonts/EvelethCleanRegular.ttf);
}

html,
body {
    color:#007B84;
    font-family: 'Arial';
    height: 100%
}

html {
    cursor: default
}

body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column
}

::selection {
    background-color: transparent;
    color: inherit
}

::-moz-selection {
    background-color: transparent;
    color: inherit
}

input::selection {
    background-color: #00AF9A;
    color: white
}

input::-moz-selection {
    background-color: #00AF9A;
    color: white
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    width:80%;
}

* {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    outline: 0 !important
}

#measureit *,
.icheckbox_square-green {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

#wrap {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.push2 {
    min-height: 115px
}

.conteudo {
    clear: both;
    max-width: 1010px !important;
    margin-right: auto !important;
    margin-left: auto !important
}

@media (max-width: 1070px) {
    .conteudo {
        padding: 0 15px
    }
}

.titulo,
.etapas {
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
    font-family: 'Eveleth Clean Regular';
}

.etapas {
    text-align: right
}

.titulo2 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Arial' ;
    color: #007B84;;
   
}

.titulo3 {
    font-size: 20px;
    color:#CE0037;
}

hr.full {
    border-color:#007B84;
    margin: 40px 0
}

.social div {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url("../images/social1.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 31px;
    float: left;
    position: absolute
}

.form-control:focus {
    border-color: #00AF9A;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 175, 154, 0.6);
    outline: 0 none
}

div:not(.collapsed)>.caret {
    border-top: none;
    border-bottom: 6px solid #777
}

.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
    color: #777;
    cursor: pointer
}

.back {
    font-size: 22px;
    margin-top: 50px
}

.red {
    color: red;
    font-weight: bold;
}
h6{
	padding-top: -25px;
	margin-top: -15px;
	margin-left: 20px;
	font-family: 'Arial';
}

.link {
    color: #337ab7
}

.bootstrap-switch .bootstrap-switch-container,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    height: 22px
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    padding: 3px
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    height: 22px;
    text-align: center;
    width: 33.3333%;
    z-index: 1
}

header {
    height: 225px;
    max-width: 1010px;
    margin: 0 auto 50px;
    position: relative
}

@media (max-width: 660px) {
    header {
        height: 100px
    }
}

header .header-left {
    float: left;
    width: 50%
}

@media (max-width: 660px) {
    header .header-left img {
        width: 120px
    }
}

header .header-left .logo-label {
    background-color: #00AF9A;
    color: #FFFFFF;
    font-size: 13px;
    left: 140px;
    position: absolute;
    top: 156px;
    width: 134px;
    padding: 5px 0;
    word-spacing: -0.7px;
    letter-spacing: -0.7px
}

@media (max-width: 660px) {
    header .header-left .logo-label {
        display: none
    }
}

header .header-right {
    background-image: url("../images/fundoMao.png");
    background-repeat: no-repeat;
    background-position: right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 207px;
    font-family: "DIN Next Rounded LT Pro";
    font-size: 26px;
    float: right;
    line-height: 24px;
    padding-left: 0;
    position: relative;
    width: 30%
}

@media (max-width: 660px) {
    header .header-right {
        background-image: none;
        height: auto;
        margin-right: 10px;
        width: auto
    }
}

header .header-right .header-texto {
    margin-left: 98px;
    margin-top: 85px;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff
}

@media (max-width: 960px) {
    header .header-right .header-texto {
        margin-left: 0
    }
}

@media (max-width: 660px) {
    header .header-right .header-texto {
        display: none
    }
}

header .header-right .register {
    font-size: 24px;
    font-weight: normal;
    vertical-align: top;
    line-height: 20px
}

header .header-right .idioma-main {
    color: #777;
    font-family: 'Arial';
    font-size: 16px;
    margin-left: 147px;
    margin-top: 190px;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff
}

@media (max-width: 960px) {
    header .header-right .idioma-main {
        margin-left: 2px
    }
}

@media (max-width: 660px) {
    header .header-right .idioma-main {
        margin-top: 60px
    }
}

header .header-right .idioma-main .idioma-sel {
    color: #007377 !important;
    pointer-events: none
}

header .header-right .idioma-main a {
    color: #777;
    text-decoration: none
}

header .header-right .idioma-main a:hover {
    color: #007377;
    text-decoration: none
}

header .header-right .social {
    margin-left: auto;
}

@media (max-width: 960px) {
    header .header-right .social {
        margin-left: 0
    }
}

@media (max-width: 660px) {
    header .header-right .social {
        margin-right: 0;
        margin-left: auto
    }
}

header .header-right .social div {
    margin-top: 20px;
    box-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
    border-radius: 50px
}

header .header-right .social div.twitter {
    background-position: -93px 0
}

header .header-right .social div.twitter:hover {
    background-position: -62px 0
}

header .header-right .social div.facebook {
    background-position: -31px 0;
    margin-left: 40px
}

header .header-right .social div.facebook:hover {
    background-position: 0 0
}

footer {
    background-color: #007B84;
    color: #fff;
    font-family: "DIN Next Rounded LT Pro";
    font-weight: bold;
    /*margin-top: 50px;*/
    min-height: 115px;
    width: 100%;
    z-index: 10
}

footer .footer-left.social div {
    margin-top: 43px
}

footer .footer-left.social div.twitter {
    background-position: -62px 0
}

footer .footer-left.social div.twitter:hover {
    background-position: -93px 0
}

footer .footer-left.social div.facebook {
    background-position: 0 0;
    margin-left: 40px
}

footer .footer-left.social div.facebook:hover {
    background-position: -31px 0
}

@media (max-width: 500px) {
    footer .footer-left {
        display: none
    }
}

footer .footer-right {
    float: right !important;
    margin-top: 35px;
    line-height: 24px;
    font-size: 26px
}

footer .footer-right .footer-sub {
    font-size: 16px
}

#etapa1 .titulo2 {
    margin: 50px 0 20px 0
}

#etapa1 .input-group {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px
}

#etapa1 .input-group .input-selo {
    background-color: #dadada;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 38px !important;
    font-size: 19px;
    width: 70%
}

@media (max-width: 630px) {
    #etapa1 .input-group .input-selo {
        width: 100%
    }
}

#etapa1 .input-group .selo-btn {
    background-color: #007B84;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    /*font-family: 'Helvetica KVA Font';*/
    font-size: 18px;
    font-weight: bold;
    height: 38px;
    margin-left: 7px;
    padding: 10px 40px;
    width: auto
}

@media (max-width: 630px) {
    #etapa1 .input-group .selo-btn {
        margin-left: 0;
        width: 100%
    }
}

@media (min-width: 769px) {
    #etapa2 .lotes {
        border-right: 2px solid #00AF9A
    }
}

#etapa2 .lotes .produtor {
    cursor: pointer
}

#etapa2 .lotes hr {
    border-color: #00AF9A;
    margin: 5px 0
}

#etapa2 .solicitacao .insert {
    float: left;
    margin: 10px 10px 10px 0
}

@media (max-width: 460px) {
    #etapa2 .solicitacao .insert {
        width: calc(50% - 8px)
    }
    #etapa2 .solicitacao .insert:nth-of-type(3) {
        margin-right: 0
    }
}

#etapa2 .solicitacao input {
    height: auto;
    padding: 1px 5px
}

#etapa2 .solicitacao .disponivel.well {
    float: right;
    margin-bottom: 0;
    margin-top: -25px;
    padding: 10px 15px;
    text-align: center
}

@media (max-width: 720px) {
    #etapa2 .solicitacao .disponivel.well {
        float: none;
        margin: 0 auto 20px;
        width: 60%
    }
}

#etapa2 .solicitacao .disponivel.well #estoque-disponivel {
    background-color:  #007B84;
    border-radius: 5px;
    color: white;
    padding: 10px;
    text-align: center
}

#etapa2 .solicitacao #btnAdicionar {
    margin: 10px 0;
    padding: 2px 20px
}

@media (max-width: 460px) {
    #etapa2 .solicitacao #btnAdicionar {
        width: 100%
    }
}

#etapa2 .solicitacao .clear {
    clear: both
}

#etapa2 .solicitacao .tabela {
    overflow: auto;
    width: 100%
}

#etapa2 .solicitacao .tabela #tabela-itens {
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

#etapa2 .solicitacao .tabela #tabela-itens th,
#etapa2 .solicitacao .tabela #tabela-itens td {
    text-align: center
}

#etapa2 .solicitacao .tabela #tabela-itens th {
    background-color: #007B84;

    color: white
}

#etapa2 .solicitacao .tabela #tabela-itens td {
    text-align: center
}

#etapa2 .solicitacao .tabela #tabela-itens tbody {
    background-color: #e9f1f5;
    color: black
}

#etapa2 .solicitacao .tabela #tabela-itens tbody tr {
    border: 1px solid #4BACC6;
    border-left: 2px solid #4BACC6
}

#etapa2 .solicitacao .tabela #tabela-itens .deleteLink {
    cursor: pointer;
   
}
#etapa2 .solicitacao .tabela #tabela-itens .deleteLink img{
	 width: 16px;
}

#etapa2 .solicitacao #totalItens {
    background-color: white;
    border: 1px solid #4bacc6;
    clear: both;
    color: black;
    display: block
}

#etapa2 .solicitacao #totalItens p {
    margin: 2px;
    text-align: right
}

#etapa2 .solicitacao #btnGravar {
    float: right;
    margin-top: 20px;
    padding: 2px 20px;
    margin-bottom: 28px;

}

#acompanhamento .solicitacao-atual span,
#acompanhamento #outrasSolicitacoes span {
    color: #777;
    font-size: 16px;

}
p{
	color:red;
}
#solicitacao{
	color:#007B84;
}
#acp{
	color:#007B84;
}

@media (min-width: 769px) {
    #acompanhamento .solicitacao-atual {
        border-right: 2px solid #007B84
    }
}

#acompanhamento #outrasSolicitacoes {
    max-height: 400px;
    overflow: auto
}

#acompanhamento #outrasSolicitacoes hr {
    border-color: #00af9a;
    margin: 5px 0
}