html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 10px 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #3a72bc;
    width: 100%;
    min-height: auto;
}

.header-container {
    display: flex;
    align-items: center;
    width: 70%;
    margin: 20px 20px;
}

.header-container > .logo {
    margin-right: 15px;
}

@media(max-width: 275px){
    .header-container{
        flex-direction: column;
    }

    .header-container > .logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.header-container > .header-title {
    color: white;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.header-container > .header-title > .header-title-1 {
    color: white;
    font-size: 1.5em; 
}

.header-container > .header-title > .header-title-1:hover {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.header-container > .header-title > .header-title-1:visited {
    color: white;
    text-decoration: none;
}

.header-container > .header-title > .header-title-2 {
    color: white;
    font-size: 1.75em;
    font-weight: 900;
}

.header-container > .header-title > .header-title-2:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.header-container > .header-title > .header-title-2:visited {
    color: white;
    text-decoration: none;
}

.header-container > .header-title > .header-title-3 {
    color: white;
    font-size: 1.5em; 
}

.header-container > .header-title > .header-title-3:hover {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.header-container > .header-title > .header-title-3:visited {
    color: white;
    text-decoration: none;
}

@media(max-width: 575px){
    .header-container {
        width: 100%;
        padding: 0 20px
    }

    .header-container > .logo > img {
       width: 65px;
       height: 65px;
    }

    .header-container > .header-title {
        font-size: 10px;
    }
}

.header-footer {
    width: 100%;
}

.nav {
    background-color: #f5f5f5;
    margin: 0;
    display: flex;
    border-radius: 0px;
    width: 100%;
    min-height: 0px;
}

.container {
    margin: 0;
    width: 100%;
}

.navbar-toggle{
    margin: 0;
}

.icon-bar{
    background-color: #3a72bc;
}

@media(max-width: 767px){
    .itens-nav{
        flex-direction: column;
    }
}

.button-default{
	padding: 5px 10px;
    text-transform: uppercase;
    border: 1px solid;
    background-color: #3a72bc ;
    color: white;
    height: 35px;
    display: flex;
    align-items: center;
}

.button-default:hover{
	background-color: white;
    color: #3a72bc;
    text-decoration: none !important
}

.button-info{
	padding: 5px 10px;
    text-transform: uppercase;
    border: 1px solid;
    background-color: #3299cc ;
    color: white;
    height: 35px;
    display: flex;
    align-items: center;
}

.button-info:hover{
	background-color: white;
    color: #3299cc;
    text-decoration: none !important
}

.button-success{
	padding: 5px 10px;
    text-transform: uppercase;
    border: 1px solid;
    background-color: #398439;
    color: white;
    height: 35px;
    display: flex;
    align-items: center;
}

.button-success:hover{
	background-color: white;
    color: #398439;
    text-decoration: none !important
}

.button-danger{
	padding: 5px 10px;
    text-transform: uppercase;
    border: 1px solid;
    background-color: #c9302c;
    color: white;
    height: 35px;
    display: flex;
    align-items: center;
}

.button-danger:hover{
	background-color: white;
    color: #c9302c;
    text-decoration: none !important
}

.text-button-icon{
	margin-left: 5px;
}

.estoque-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px
}

@media(max-width: 575px){
	.estoque-header{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.estoque-title{
	margin-top: 10px;
}

.estoque-detail-header-buttons{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.estoque-detail-header-buttons > .button-default{
    margin-right: 15px;
}

.agendamento-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px
}

@media(max-width: 575px){
	.agendamento-header{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.agendamento-title{
	margin-top: 10px;
}

.agendamento-detail-header-buttons{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.agendamento-detail-header-buttons > .button-default{
    margin-right: 15px;
}

.movimentacao-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px
}

@media(max-width: 575px){
	.movimentacao-header{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.movimentacao-title{
	margin-top: 10px;
}

.movimentacao-detail-header-buttons{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.movimentacao-detail-header-buttons > .button-default{
    margin-right: 15px;
}

#button-createTipo{
    display: inline;
}

.modalButton{
    height: 35px;
    width: 126px;
}

/* -----------------ESTILOS RELACIONADOS DIRETAMENTE COM ESTOQUE----------------- */
/* Definições de Campos de Formulários de Estoque */
#estoque-quantidade{
    width: auto;
    overflow:auto;
}

#estoque-endereco{
    width: auto;
    overflow:auto;
}

#estoque-tipo{
    width: auto;
    overflow:auto;
}

#estoque-status{
    width: auto;
    overflow:auto;
}
/* Fim das Definições de Campos de Formulários de Estoque */


/* -----------------ESTILOS RELACIONADOS DIRETAMENTE COM MOVIMENTAÇÕES----------------- */

/* Definições de Campos de Formulários de Movimentação */
/* Setando tamanhos menores para os input's de quantidade */
#movimentacaoform-quantidade{
    width: auto;
    overflow:auto;
}

#movimentacao-quantidade{
    width: auto;
    overflow:auto;
}
/* Fim das Definições de Campos de Formulários de Movimentação */


/* -----------------ESTILOS RELACIONADOS DIRETAMENTE COM AGENDAMENTO----------------- */

/* Definições de Campos de Formulário de Agendamento */
#agendamento-data{
    width: auto;
    overflow: auto;
}

#agendamento-datatermino{
    width: auto;
    overflow: auto;
}

#agendamento-horaini{
    width: auto;
    overflow: auto;
}

#agendamento-horafim{
    width: auto;
    overflow: auto;
}
/* Fim das Definições de Campos de Formulário de Agendamento */

#quadroLift{
    visibility: visible;
}

#quadroLab1{
    visibility: hidden;
}
#quadroLab2{
    visibility: hidden;
}


/* -----------------ESTILOS RELACIONADOS DIRETAMENTE COM SUGESTÕES----------------- */

/* Definições de Campos de Formulário de Sugestão */
#sugestao-quantidade{
    width: auto;
    overflow:auto
}
/* Fim das Definições de Campos de Formulário de Sugestão */

/* ------------------------------RODAPÉ------------------------------ */
/* Definições para rodapé da página */
.footer {
    height: 150px;
    background-color: #1659bf;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.brasil{
    width: 100%; 
    background-color: #0041b2;
}

.footer-brasil{
    background-color: #0041b2;
    height: 120px;
    padding: 35px 10% 35px 10%;
    margin: 0px auto 0px auto;
}

.footer-brasil > .logo-acesso-footer{
    float: left;
    margin-left: auto;
}

.footer-brasil > .logo-acesso-informacao > #imageAcessoInformacao{
    float: left;
    margin-left: auto;
    vertical-align: baseline;
}

.footer-brasil > .logo-governo-federal{
    float: right;
    margin-right: auto;
}

.footer-brasil > .logo-governo-federal > #imageGovernoFederal{
    float: right;
    margin-right: auto;
    vertical-align: baseline;
}

/* -----------------Fim das Definições de Rodapé----------------- */


/*Yii config*/

.grid-view{
	overflow: auto;
}

.form-control{
	border-radius: 0px
}

/* Adicionado para Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 22px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
/* ----------Estilo Botão Switch------------ */