* {
    padding: 0;
    margin: 0;
}

.principal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

ul.list-group a{
    text-decoration: none;
}

nav.bg-cinza{
    background-color: #e9e9e9;
}

div.principal .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #B9874C;
    border-color: #FFF;
}

div.principal .list-group-item {
    color: #fff;
    background-color: #000;
    border-color: #FFF;
}

div.principal .list-group-item a{
    color: #fff;
    list-style: none;
}

div.principal .list-group-item:hover{
    background-color: #B9874C;
}

.btn-preto {
    background: #000;
    color: #fff;
    width: 150px;
}

.btn-preto:hover {
    background: #B9874C;
    color: #fff;
}

.btn-verde {
    background: #28a745;
    color: #FFF;
    width: 150px;
}

.btn-verde:hover {
    background: #208537;
    color: #FFF;
}

#dados_protocolos span{
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
}

.ponteiro_clicavel {
cursor:pointer;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

#login .login-page {
  width: 360px;
  padding: 5% 0 0;
  margin: auto;
}
#login .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#login .form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
#login .form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #000;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
#login .form button:hover,.form button:active,.form button:focus {
  background: #B9874C;
}

#login .container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
#login .container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
#login .container .info {
  margin: 50px auto;
  text-align: center;
}
#login .container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
#login .container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
#login .container .info span a {
  color: #000000;
  text-decoration: none;
}

body#login {
  background: #FFF; /* fallback for old browsers */
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

input[type=""]:disabled {
    background-color: #FFF;
    font-weight: 450;
}

.input-disabled{
    background-color: #FFF !important;
    font-weight: 450;
}

#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /*z-index: 100;*/
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.btn-preto {
        width: 100px;
    }
    .btn-danger {
        margin-bottom: 10px;
    }
    h4{
        padding-top: 10px;
    }
    nav a img{
        width: 90px;
    }
    span.titulo{
        font-size: 1.8em;
        margin: auto
    }
    ul.logoff {
        margin-top: 10px;
        margin-left: 50px; 
    }
    ul.logoff li { 
        float: left;
        font-size: 0.8em
    }
    ul.logoff li a{ 
        display: block;
    }
    ul.logoff li{ 
        list-style: none
    }
    
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.btn-preto {
        width: 150px;
    }
    h4{
        padding-top: 10px;
    }
    nav a img{
        width: 90px;
    }
    span.titulo{
        font-size: 2em;
        margin: auto
    }
    ul.logoff {
        margin-top: 10px;
        margin-left: 50px; 
    }
    ul.logoff li { 
        float: left;
        font-size: 0.9em
    }
    ul.logoff li a{ 
        display: block;
    }
    ul.logoff li{ 
        list-style: none
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.btn-preto {
        width: 150px;
    }
    h4{
        padding-top: 10px;
    }
    nav a img{
        width: 150px;
    }
    span.titulo{
        font-size: 2.7em;
        margin: auto
    }
    ul.logoff {
        margin-top: 10px;
        margin-left: 50px; 
    }
    ul.logoff li { 
        float: left;
        font-size: 1em
    }
    ul.logoff li a{ 
        display: block;
    }
    ul.logoff li{ 
        list-style: none
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.btn-preto {
        width: 150px;
    }
    h4{
        padding-top: 10px;
    }
    nav a img{
        width: 150px;
    }
    span.titulo{
        font-size: 3em;
        margin: auto
    }
    ul.logoff {
        margin-top: 10px;
        margin-left: 50px; 
    }
    ul.logoff li { 
        float: left;
        font-size: 1em
    }
    ul.logoff li a{ 
        display: block;
    }
    ul.logoff li{ 
        list-style: none
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    ul.logoff li { 
        float: left;
    }
    ul.logoff li a{ 
        display: block;
        padding-top:auto;
    }
    ul.logoff li{ 
        list-style: none
    }
    ul.logoff li a:link, a:hover{ 
        list-style: none;
        text-decoration: none;
    }
	
}