﻿body {
    font-family: Roboto;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #efefef;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 80px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Roboto;
    color: #444444;
}

.label-orange {
    color: #FFF;
    background-color: #FF8800;
}

.navbar-inverse {
    background-color: #264d73;
    border-color: #264d73;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #264d73;
}

.navbar-fixed-top {
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.3);
    background: #ffffff;
}

.nav-tabs > li > a 
{
    border: 1px solid #f5f5f5;
}

.nav > li > a.btn-success:hover, .nav > li.active > a.btn-success {
    background-color: #5cb85c !important;
    color: #FFF;
}

.nav > li > a.btn-danger:hover, .nav > li.active > a.btn-danger {
    background-color: #d2322d !important;
    color: #FFF;
}

.bg-danger {
    background-color: #d2322d !important;
    color: #FFF;
}

.bg-danger h2 {
    color: #FFF;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
    
    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 16px;
        font-weight: 500;
        color: #777777;
    }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%!important;
}

.form-group{
    margin-top: 10px;
}

.form-control {
    height: auto;
    padding: 8px 12px;
    border-radius: 2px;
}

/* Carrossel na página de detalhes da solicitação*/

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

video {
    top: 5%!important;
    max-width: 100%!important;
    max-height: 100%!important;
    position: relative!important;
    display: contents;
}

#anexos {
    padding: 0px 30px;
}

#anexos .anexo {
 
    margin: 1%;
    text-align: center;
    background: #fcfcfc;
    border: 1px solid #f2f3f4;
    float: left;
    overflow: hidden;
}

.imagem{
    height:90px;
    width:100px;
}

.pdf {
    height: 95px;
    width: 100px;
}

#anexos .anexoProtocolo.anexo {
    width: 25%;
    height: 120px;
}

#anexos .anexo.selecionado {
    border: 2px solid #428bca;
}

#anexos img, #anexos video {
    padding: 5px;
}

#anexos video {
    background: #ffffff;
    max-height: 700px!important;
    border-radius: 4px;
    position: relative;
}



.lb-outerContainer {
    width: 800px!important;
    height: 600px!important;
}

.lb-number {
    display: none!important;
}

.lb-outerContainer .lb-image {
    width: 100%!important;
}


.lb-closeContainer {
    position: fixed;
    right: 2%;
    top: 2%;
}

#formResposta {
    margin: 20px 10px;
}

textarea {
    width: 100%;
    max-width: 100%;
}

.resposta {
    width: auto;
    padding: 20px;
    border: 1px solid #dfdfdf;
    margin: 20px 10px;
    background-color: #fcfcfc;
}

.resposta .icone {
    width: 30px;
}

.resposta .avatar {
    text-align: center;
    width: 10%;
    display: inline-block;
}

.resposta .avatar .data {
    color: #CCCCCC;
}

.resposta .avatar img {
    width: 80px;
}

.resposta .conteudo {
    width: 100%;
    display:inline-block;
    white-space: normal;
    margin-top: 20px;
}

div.sem-imagem {
    width: 100%;
    border: 1px solid #dfdfdf;
    height: 400px;
    text-align: center;
    vertical-align: middle;
}

div.sem-imagem h2 {
    color: #CCCCCC;
    line-height: 400px;
}

table td {
    vertical-align: middle!important;
}

table td.titulo {
    font-weight: 600;
    text-align: right;
    padding-right:10px;
}

table td.conteudo {
    text-align: left;
    white-space: normal;
    padding-left: 10px;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
}

.validation-summary-errors ul {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 15px 30px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}


/* LIGHTBOX */
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade:hover ~ #boxclose {
    display: none;
}

.test:hover ~ .test2 {
    display: none;
}
/* LIGHTBOX */