/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor. */
/*
Created on : 09/08/2016, 20:39:12
Author     : Danilo Franco
*/
@media print
{
    .page-break {
	page-break-after: always;
	page-break-before: always;
    }
    .no-print, .no-print * {
	display: none !important;
    }
    .skin-black-light .content-wrapper, .skin-black-light .main-footer {
	border:none;
    }
    .box.box-success {
	border:none;
    }
}

.navbar-static-top {
	background-color: #ffea00 !important;
}

.login-page {
    background-color: #ffea00 !important;
}

.navbar-toggle {
    margin: 3px 5px 0px 0px;
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    vertical-align: middle;
    display: block;
    z-index: 10;
}

.header {
    position: fixed;
    top: 0px;
    width: 100%;
}


.container .text-muted {
    margin: 12px 0;
}

.margin-content{
    margin-bottom: 40px;
    margin-top: 50px;
}

.session-danger{
    margin-bottom: 0px;
    margin-top: 60px;
}

.div-pdf{
    height:auto; min-height:100%; /* aqui é onde acontece a mágica, a propriedade height:auto e min-height: 100% fará com que esta div ocupe sempre a altura total do navegador, mesmo quando redimensionado */

}

.linetable{
    white-space: nowrap;
}

.linewraptable{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:18ch;
    white-space: nowrap;
}

.icon-button{
    cursor: pointer;
    color: #3C8DBC;
}

.icon-button:hover {
    font-size:120%;
}

.glyphicon-refresh-animate {
    animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.badge-danger {
    background-color: #d43f3a;
}

/* -----------------------------------------------
 * Timeline
 * -----------------------------------------------
 */
.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #fff;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #ccc;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #ccc !important;
}
.timeline-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #4679bd;
}
.timeline-body > p, .timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-footer {
    padding: 5px 15px;
    background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
    ul.timeline:before {
	left: 40px;
    }
    ul.timeline > li {
	margin-bottom: 0px;
	position: relative;
	width:100%;
	float: left;
	clear: left;
    }
    ul.timeline > li > .timeline-panel {
	width: calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -webkit-calc(100% - 65px);}
    ul.timeline > li > .timeline-badge {
	left: 28px;
	margin-left: 0;
	top: 16px;
    }
    ul.timeline > li > .timeline-panel {
	float: right;
    }
    ul.timeline > li > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
    }
    .timeline > li.timeline-inverted {
	float: left;
	clear: left;
	margin-top: 30px;
	margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
	left: 28px;
    }
}

.imagemprocessamento {
    width:700px;
}

.assertividade-content .container {
    margin-top: 30px;
}

.assertividade-content .relatorio {
    margin-top: 30px;
}

/* Datatables */
#tbDados_filter {
    float: right;
}

#tbDados_filter input {
    margin-left: 10px;
}

#tbDados_length select {
    margin-right: 10px;
}

#tbDados_paginate {
    float:right;
}

#tbDados_wrapper .col-sm-12 {
    overflow: auto;
}

/* Animations */
.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0.5; }
}

/* Resizer */

#resize-el-1{
    float:left;
    padding-left:0px;
    margin-left:0px;
}

#resize-el-2{
    float:left;
    padding-left:0px;
    margin-left:0px;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #resizerX {display:none;}
    #resize-el-1, #resize-el-2{width: 100%;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #resizerX { display:block; }
    #resize-el-1{ width: 45.2%; }
    #resize-el-2 { width: 50%; }
}

.dropdown-user {
    background-color: #565656;
    -webkit-box-shadow: 0px 11px 28px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 11px 28px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 11px 28px -7px rgba(0,0,0,0.75);
}

span.select2.select2-container {
    width: 100% !important;
}

.box-footer .row div {
    margin-top: 5px;
}

.selected {
    background-color: #a6d8f5 !important;
}

#tableResult_paginate{
    text-align: right;
}

.pagination {
    margin: 10px 0 0 0 !important;
}

#tableResult_info{
    margin: 20px 0 0 0 !important;
}

.title {
    margin-bottom: 10px;
}
.title h1 {
    margin: 0 !important;
    padding: 0 !important;
}

.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px;
}

table.dataTable thead .sorting:before {
    content: "\f0dc    ";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: right;
    color: #cacaca;
}

table.dataTable thead .sorting_asc:before {
    content: "\f0de    ";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: right;
    color: #cacaca;
}
table.dataTable thead .sorting_desc:before {
    content: "\f0dd    ";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: right;
    color: #cacaca;
}

.alert {
    position: fixed;
    top: 55px;
    right: 30px;
    z-index: 999999;
}

.alert button {
    display: inline-block;
    margin-left: 15px;
}

.table tbody tr.highlight td {
    background-color: #ddd;
  
}

.max-height-50{
    overflow: auto;
}

/* CSS utilizado pela home*/
td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}
