/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #5a5a5a;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color:#555;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 400px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remve the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

}

/* LOGIN CSS
-------------------------------------------------- */
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
/*    padding: 10px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

/* LOADING CSS
-------------------------------------------------- */
.modal-static { 
    position: fixed;
    top: 50% !important; 
    left: 50% !important; 
    margin-top: -50px;  
    margin-left: -150px; 
    overflow: visible !important;
}
.modal-static,
.modal-static .modal-dialog,
.modal-static .modal-content {
    width: 300px; 
    height: 100px; 
}
.modal-static .modal-dialog,
.modal-static .modal-content {
    padding: 0 !important; 
    margin: 0 !important;
}
.modal-static .modal-content .icon {
}

.nav{
    padding: 10px;
}

.nav li {
    margin-bottom: 5px;
} 
.popover-title{
    color: #fff;
    background: #2c3e50;
    border: 1px solid grey;
}

.justfic {
    border: 1px solid red;
}

#logo_main {
    width: 100%;
    margin: 5px;
    margin-top: 5px;
    
    
}

#logo_main2 {
    width: 58%;
    margin: 0;
    border: 1px solid grey;
    margin-top: -20px;
    
}

table tr th {
    border-bottom: 1px solid grey !important;
    color: #000;
}
table tr td {
    border-bottom: 1px solid #dcdcdc !important;
    color: #000;
}

.obs{
    padding: 5px;
    background: lightgrey;
    -moz-box-shadow:    inset 0 0 10px #c3c3c3;
    -webkit-box-shadow: inset 0 0 10px #c3c3c3;
    box-shadow:         inset 0 0 10px #c3c3c3;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    width: 92%;
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}

input{
    font-size: 13px !important;
    height: 30px !important;
    padding: 5px!important;
    border: 1px solid #dce4ec !important;
}

label {
    margin-bottom: 1px !important;
}

.btn{
    padding: 5px;
    height: 32px !important;
    padding-bottom: 10px !important;
}

select{
    font-size: 13px !important;
    height: 30px !important;
    padding: 0px !important;
    padding-left: 10px !important;
}

.nav li a {
    padding: 2px;
    height: auto !important;
    padding-top : 9px !important;
    border-bottom: 1px solid #dce4ec;
}
.formmenu{
    display: block;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: auto !important;
    font-weight: bold;
    width: 100%;
} 

.modal-header{
    color: #dbdec5;
    background: #636e73;
}

.input_modal * {
    top: -10px;
    height: 10px;
    position: relative;
    margin-left: 10px;
    display: block;
    float: left;
}

.input_modal input {
    margin-right: 5px;
}
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
    z-index: 999;
	background:rgba(0,0,0,0.50);
}

.popup3 {
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	top:0px;
	left:0px;
    z-index: 9999;
	background:rgba(0,0,0,0.50);
}

/* Inner */
.popup-inner {
	max-width:700px;
	width:90%;
	padding:40px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
}

/* Inner */
.popup-inner-large {
	width: auto;
	height: 90%;
	padding: 5px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
    background:#fff;
    overflow-y: hidden;
    overflow-x: hidden;
}

.popup-inner-large p{
	width: auto;
	height: 30px;
	padding: 5px;
	position:absolute;
	bottom:1%;
	right:2%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
    background:#fff;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* Close Button */
.popup-close, .popup-close3 {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
}

.popup-close:hover, .popup-close3:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
}

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

.sbmt-xml {
    border-left:0px !important; 
    border-right:0px !important; 
    border-top:0px !important; 
    font-size:15px !important;
}
.sbmt-xml:hover {
    text-decoration: none;
    background-color: #ccc;
}

/* NOTIFICAÇÃO MENU TOPO */
#mensagem-container {
    position:relative;
    cursor:pointer;
}

#mensagem-container #notificacoes {
    display:none;
    width:410px;
    position:absolute;
    top:45px;
    left:0;
    background:#FFF;
    border:solid 1px rgba(100, 100, 100, .10);
    -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
    z-index: 99999;
    overflow-y: scroll;
    border-radius: 5px;
}
/* 
#mensagem-container:hover #notificacoes {
    display: block;
} */

#notificacoes:before {         
    content: '';
    display:block;
    width:0;
    height:0;
    color:transparent;
    border:10px solid #CCC;
    border-color:transparent transparent #FFF;
    margin-top:-20px;
    margin-left:10px;
}

#notificacoes h3 {
    display:block;
    color:#333; 
    background:#FFF;
    font-weight:bold;
    font-size:20px;    
    padding:8px;
    margin:0;
    border-bottom:solid 1px rgba(100, 100, 100, .30);
}
#notificacoes .notficacao-anchor:hover {
    color: #fff;
    background-color: #337ab7;
}
#notificacoes ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    
::-webkit-scrollbar-track {
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

/* MODAL & CHAT - SOLICITAÇÃO AUDITORIA */
#auditoria a, #auditoria .btnSolMensagem{
    margin-top:3px;
}
.modal-open .modal {
    overflow-y: scroll !important;
}
.modal .close{
    color: #fff;
}
.modal-title{
    color:#fff !important;
}

#modalMensagem .modal-content{
    min-height: 805px;
    min-width: 800px;
}

#chat {
    font-size: 1.2em;
    width: 100%;
    min-width: 360px;
    height: 92vh;
    min-height: 300px;
    max-height: 700px;
}

@media screen and (max-width: 360px) {
    #chat {
        width: 100%;
        height: 100vh;
    }
}

#chat .content {
    width: 100%;
    height: 90%;
    overflow: hidden;
    position: relative;
}

#chat .content .contact-profile {
    width: 100%;
    height: 60px;
    background: #f5f5f5;
    border-radius: 5px;
}

#chat .content .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 9px 12px 0 9px;
}

#chat .content .contact-profile p {
    float: left;
    padding-top: 18px;
}

#chat .content .messages {
    height: auto;
    min-height: calc(100% - 5px);
    max-height: calc(100% - 60px);
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 735px) {
    #chat .content .messages {
        max-height: calc(100% - 105px);
    }
}

#chat .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#chat .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

#chat .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

#chat .content .messages ul li.reply img {
    margin: 6px 8px 0 0;
}

#chat .content .messages ul li.reply p {
    background: #337ab7;
    color: #f5f5f5;
}
#chat .content .messages ul li.sent {
    padding-right: 43px;
}

#chat .content .messages ul li.sent img {
    float: right;
    margin: 6px 0 0 8px;
}

#chat .content .messages ul li.sent p {
    background: #f5f5f5;
    float: right;
}

#chat .content .messages ul li img {
    width: 22px;
    border-radius: 50%;
    float: left;
}

#chat .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 205px;
    line-height: 130%;
    text-align: right;
}

#chat .content .messages ul li.reply p {
    text-align: left;
}

#chat .content .messages ul li.sent p {
    text-align: right;
}

#chat .content .messages ul li.reply .msg-timestamp {
    white-space: nowrap;
    font-size: 0.7em;
    /* color: #fff; */
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#chat .content .messages ul li.sent .msg-timestamp {
    white-space: nowrap;
    padding-left: 1em;
    font-size: 0.7em;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#chat .content .messages ul li.sent .msg-timestamp a, 
#chat .content .messages ul li.reply .msg-timestamp a {
    color: #fff;
    cursor: pointer;
}

#chat .content .messages ul li.reply .msg-attachment {
    margin-left:30px;
}

@media screen and (min-width: 735px) {
    #chat .content .messages ul li p {
        max-width: 300px;
    }
}

#chat .message-input {
    width: 100%;
    position: relative;;
    overflow: hidden;
    background-color: #fff;
}

#chat  .message-input .wrap {
    position: relative;
}

#chat .message-input .wrap input {
    float: left;
    border: none;
    width: calc(100% - 111px);
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: #32465a;
    border-radius: 5px;
    height: 47px !important;
}

@media screen and (max-width: 735px) {
    #chat .message-input .wrap input {
        padding: 15px 32px 16px 8px;
        height: 55px;
    }
}

#chat  .message-input .wrap input:focus {
    outline-color: #337ab7;
}

#chat  .message-input .wrap button {
    border: none;
    width: 50px;
    padding: 12px 0;
    cursor: pointer;
    background: #337ab7;
    color: #f5f5f5;
    border-radius: 5px;
}
#chat .message-input .wrap .submit {
    float: right;
}

#chat .message-input .wrap .attachment {
    margin-left: 6px;
    border: none;
    width: 50px;
    padding: 12px 0;
    cursor: pointer;
    background: #337ab7;
    color: #f5f5f5;
    border-radius: 5px;
    text-align: center;
}

@media screen and (max-width: 735px) {
    #chat .message-input .wrap button {
        padding: 16px 0;
    }
}

#chat .message-input .wrap button:hover, 
#chat .message-input .wrap .attachment:hover {
    background: #163958;
}

#chat .message-input .wrap button:focus {
    outline: none;
}