@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

* {
	font-family: 'Roboto Condensed', sans-serif;
}
body {
	background: #f7f7f7;
	overflow: auto;
}
hr {
	margin: 2px 0 10px;
}
.logo {
	width: auto;
	height: auto;
    max-width: 100px;
	max-height: 50px;
}
.painel {
	width: 100%;
	padding: 20px 40px;
	margin: 20px 0;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 3px #d1d1d1;
	box-shadow: 0px 0px 5px 3px #d1d1d1;
}
.painel::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	height: 25px;
	border-left:2px solid #28569c;
	border-right:2px solid #28569c;
}
.title {
	font-size: 20px;
	font-weight: 700;
	color: #28569c;
}
.protocolo {
	font-size: 20px;
	font-weight: 700;
	color: #28569c;
	height: 50px;
	vertical-align: middle;
	text-transform: uppercase;
	display: flex;
    align-items: center;
    justify-content: center;
}
.description {
	font-size: 20px;
	color: #28569c;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu i, .mais i {
	margin: 0 2px;
}
.menu i:hover,.mais i:hover {
	color: #28569c;
}
.add {
	color: #cccccc !important;
}
.add:hover {
	color: #007F25 !important;
}
.lab {
	color: #28569c;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.info {
	color: #1f1f1f;
	font-size: 22px;
	font-weight: 700;
}
.info-hora {
	color: #464646;
	font-size: 16px;
	font-weight: 700;
}
.info-date {
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 700;
}
.tooltip.top .tooltip-inner {
	background-color: #28569c;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #28569c;
}
.add + .tooltip.top .tooltip-inner {
	background-color: #007F25;
}
.add + .tooltip.top .tooltip-arrow {
	border-top-color: #007F25;
}
@media(max-width:812px){ /******MOBILE******/
	.modal {
		top: 80px;
	}
	.modal .modal-dialog {
		min-width: 90%;
		margin: 0 auto;
	}
	.container {
		padding: 0 10px;
	}
	.tooltip {
        display: none !important;
    }
	#detalhes {
		margin-top:60px;
	}
	.painel {
		padding: 4px 8px;
		margin: 15px 0;
	}
	.painel::before {
		height: 20px;
		top: 8px;
	}
	.menu a {
		flex-grow: 1;
	}
	.info {
		font-size: 18px;
	}
	.info-hora {
		font-size: 14px;
	}
}
/**********ANEXOS*********/
@media(min-width:813px){
	#anexos .header {
		width: 100%;
		background-color: #F7F7F7;
		color: #28569c;
		font-weight: 700;
		font-size: 17px;
		margin: 0;
		line-height: 40px;
	}
	#anexos .header table {
		width: calc(100% - 17px);
	}
	#anexos .body {
		margin: 0;
		max-height: 250px;
		overflow: hidden;
		overflow-y: scroll;
	}
	#anexos .body table {
		width: 100%;
		table-layout: fixed;
	}
	#anexos .body tr {
		border-top: 1px solid #CCC;
		height: 30px;
	}
	#anexos .body tr:hover {
		background-color: #f2f7ff;
	}
	#anexos .nome {
		width: 30%;
		padding-left: 12px;
	}
	#anexos .data {
		width: 20%;
	}
	#anexos .desc {
		width: 47%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#anexos  .down {
		min-width: 15px;
		width: 3%;
		text-align: right;
		padding-right: 2px;
	}
}
@media(max-width:812px){ /******MOBILE******/
	/* Force table to not be like tables anymore */
	#anexos table, #anexos thead, #anexos tbody, #anexos th, #anexos td, #anexos tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#anexos thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#anexos tr { border: 1px solid #ccc; }

	#anexos td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #bebebe;
		position: relative;
		padding-left: 30%;
		font-weight: 700;
	}

	#anexos tr:nth-of-type(odd) {
		background: #f5faff;
	}

	#anexos td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0;
		left: 6px;
		width: 25%;
		padding-right: 10px;
		white-space: nowrap;
		font-weight: 700;
    	color: #28569c;
	}
	#anexos .desc {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/*
	Label the data
	*/
	#anexos td:nth-of-type(1):before { content: "Nome"; }
	#anexos td:nth-of-type(2):before { content: "Data"; }
	#anexos td:nth-of-type(3):before { content: "Descrição"; }
	#anexos td:nth-of-type(4):before { content: "Download"; }
}
/*****PROPOSTAS******/
.proposta {
	border: 1px solid #ccc;
	padding: 0;
}
.proposta .header{
	background-color: #f2f7ff;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
}
.proposta .corpo {
	padding: 10px;
	margin: 0;
}
.proposta .corpo div {
	padding: 0;
}
.arquivo {
	display: none !important;
}
.file {
	line-height: 30px;
	height: 32px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: none;
	padding: 5px;
	box-sizing: border-box;
	font-size: 15px;
	vertical-align: middle;
	background-color: white !important;
}
.form-control:focus{
	border-color: #ccc !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.valor {
	line-height: 30px;
	height: 32px;
	border: 1px solid #CCC;
	padding: 5px;
	box-sizing: border-box;
	font-size: 15px;
	vertical-align: middle;
	border-radius: 0 !important;
}
.btnUpload {
	border: none;
	box-sizing: border-box;
	background-color: #4493c7;
	color: #FFF;
	height: 32px;
	font-size: 15px;
}
.status {
	float: right;
	color: #606060;
	font-weight: 700;
	font-size: 14px;
}
.c-orange {
	color: orangered;
}
.c-red {
	color: red;
}
.c-blue {
	color: #0d6efd;
}
.c-gray {
	color: #6c757d;
}
.c-green {
	color: green;
}
/*********CRONOGRAMA*********/
.crono_ul li {
	vertical-align: baseline;
}
@media(min-width:991px){
	.crono {
		position: relative;
		padding-left: 0 !important;
		overflow: hidden;
		background-color: #f9f9f9;
		border: 1px solid #d4d4d4;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
		box-shadow: 0 1px 4px rgba(0,0,0,.065);
	}
	.crono_ul {
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none outside none;
		display: table;
		background: #ededed;
	}
	.crono_ul li:first-child{
		/*padding-left: 20px;*/
		border-radius: 4px 0 0 4px;
		width: 20%;*/
	}
	.crono_ul li:nth-child(2){
		width: 20%;
	}
	.crono_ul li:nth-child(3){
		width: 20%;
	}	
	.crono_ul li:last-child{
		width: 20%;
	}
	.crono_ul li {
		position: relative;
		display: table-cell;
		vertical-align: baseline;
		height: 80px;
		padding: 0;
		margin: 0;
		font-size: 16px;
		line-height: 25px;
		color: #999;
		cursor: default;
		background: #F7F7F7;
		text-align: center;
	}
	.crono ul li .seta {
		position: absolute;
		top: 0;
		right: -20px;
		z-index: 1;
		display: block;
		border: 40px solid transparent;
		border-right: 0;
		border-left: 20px solid #d4d4d4;
	}
	.crono ul li .seta:before {
		position: absolute;
		top: -40px;
		right: 1px;
		display: block;
		border: 40px solid transparent;
		border-right: 0;
		border-left: 20px solid #F7F7F7;
		content: "";
	}
}
@media(max-width:991px){ /******MOBILE******/
	.crono {
		position: relative;
		height: 100% !important;
		background-color: #f9f9f9;
		border: 1px solid #d4d4d4;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		height: 240px;
		margin-bottom: 5px;
	}
	.crono_ul {
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none outside none;
		background: #ededed;
		display: flex;
		flex-flow: column nowrap;
		height: 319px;
	}
	.crono_ul li {
		position: relative;
		width: 100%;
		height: 80px;
		padding: 10px 10px 15px 10px;
		margin: 0;
		font-size: 14px;
		line-height: 22px;
		color: #999;
		cursor: default;
		background: #F7F7F7;
		text-align: center;
		border-bottom: 1px solid #d4d4d4;
	}
	.crono_ul li:first-child {
		padding: 2px 10px 15px 10px;
	}
	.crono_ul li::after, .crono_ul li::before {
		border: medium solid transparent;
		content: " ";
		height: 0;
		pointer-events: none;
		position: absolute;
		top: 100%;
		width: 0;
		z-index: 5;
	}
	.crono_ul li::before {
		border-top-color: #d4d4d4;
		border-width: 15px;
		left: 50%;
		margin-left: -15px;
	}
	.crono_ul li::after {
		border-top-color: #F7F7F7;
		border-width: 14px;
		left: 50%;
		margin-left: -14px;
	}
	.crono_ul li:last-child::before,.crono_ul li:last-child::after{
		border: none;
	}
	.crono_ul li:last-child{
		border-radius: 0 0 4px 4px;
		border-bottom: 1px solid #d4d4d4;
	}
}

/**********CHAT*********/
.chat {
	padding: 0;
}
.chat li.vend ul.respostas {
	padding-left: 45px;
}
.chat li.comp ul.respostas {
	padding-right: 45px;
}
.chat li {
	list-style: none;
	padding: 5px 0;
	margin: 2px auto;
	font-size: 13px;
}
.chat li.vend:not(:last-child), .chat li.comp:not(:last-child) {
	border-bottom: 2px solid #eee;
}
.chat li .icone {
	height: 45px;
	width: 45px;
	background-color: #f1f1f1;
	border: 3px solid;
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius: 50%!important;
}
.chat li .respostas .icone {
	height: 30px;
	width: 30px;
	background-color: #f1f1f1;
	border: 2px solid;
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius: 50%!important;
}
.chat li.comp .respostas {
	padding: 0 40px 0 0;
}
.chat li.vend .icone {
	border-color: #add8e6;
	float: left;
	margin-right: 5px;
	text-align: center;
}
.chat li.vend .respostas .icone {
	border-color: #b4e6ad;
}
.chat li.comp .icone {
	border-color: #b4e6ad;
	float: right;
	margin-left: 5px;
	text-align: center;
}
.chat li.comp .respostas .icone {
	border-color: #add8e6;
}
.chat li .icone i {
	margin-top: 5px;
}
.chat li.vend > .mensagem {
	text-align: left;
	border-left: 2px solid #add8e6;
	margin-left: 60px;
	background: #fafafa;
	padding: 5px;
}
.chat li.vend .respostas .mensagem {
	margin-left: 40px;
	background: #fafafa;
	border-left: 2px solid #b4e6ad;
	padding: 0 3px;
}
.chat li.comp > .mensagem {
	text-align: right;
	border-right: 2px solid #b4e6ad;
	margin-right: 60px;
	background: #fafafa;
	padding: 5px;

}
.chat li.comp .respostas .mensagem {
	text-align: right;
	background: #fafafa;
	margin-right: 40px;
	border-right: 2px solid #add8e6;
	padding: 0 3px;
}
.chat li .mensagem {
	display: block;
	position: relative;
}
.chat li.vend > .mensagem .arrow {
	left: -8px;
	width: 0;
	height: 0;
	border-right: 8px solid #add8e6;
}
.chat li.vend .respostas .arrow {
	display: block;
	position: absolute;
	top: 5px;
	left: -6px;
	width: 0;
	height: 0;
	border-right: 4px solid #b4e6ad;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.chat li.comp .mensagem .arrow {
	right: -8px;
	border-left: 8px solid #b4e6ad;
}
.chat li.comp .respostas .arrow {
	display: block;
	position: absolute;
	top: 5px;
	right: -6px;
	width: 0;
	height: 0;
	border-left: 4px solid #add8e6;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.chat li.vend > .mensagem .arrow, .chat li.comp > .mensagem .arrow {
	display: block;
	position: absolute;
	top: 5px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.chat li .nome-data {
	display: block;
}
.chat li > .mensagem .nome-data {
	font-size: 13px;
}
.chat li > .respostas .mensagem .nome-data {
	font-size: 11px;
}
.chat li > .mensagem .texto {
	font-size: 15px;
}
.chat li > .respostas .mensagem .texto {
	font-size: 13px;
}
.chat li.vend .mensagem .btn-resp {
	position: absolute;
    right: 4px;
	bottom: 4px;
	display: none;
}
.chat li.comp .mensagem .btn-resp {
	position: absolute;
    left: 4px;
	bottom: 4px;
	display: none;
}

.chat li > .mensagem:hover .btn-resp {
	display: unset;
}

/*********BOTÃO TOPO*********/
#topo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(40, 86, 156, 0.7);
    width: 50px;
    height: 50px;
    z-index: 99;
    /*display: block;*/
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#topo i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#topo:hover {
    background: #28569c;
}
#topo:hover i {
    top: 5px;
}
@media(max-width:812px){
	#topo {
		display: none !important;
	}
	.chat li.comp .mensagem .btn-resp {
		display: unset;
		background-color: #dddddd;
		color: #6b6b6b;
		border-color: transparent;
	}
	.chat li.vend .mensagem .btn-resp {
		display: unset;
		background-color: #dddddd;
		color: #6b6b6b;
		border-color: transparent;
	}
}
.up_progressBar { background-color: #3E6FAD;width: 0px;height: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;-moz-transition: .25s ease-out;-webkit-transition: .25s ease-out;-o-transition: .25s ease-out;transition: .25s ease-out;}
body.modal-open {
    overflow: hidden;
}
textarea {
    width: 100%;
    resize: none;
}
.text-right {
    text-align: right;
}
.info {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.btn {
    margin: 2px;
    box-shadow: 1px 1px 1px slategray;
    transition: all 0.5s;
}
.btn:hover {
    transform: scale(1.1);
    box-shadow: 4px 4px 4px slategray;
    transition: all 0.5s;
}
input:required {
    border-left: 3px solid orange;
}
select:required {
    border-left: 3px solid orange;
}
textarea:required {
    border-left: 3px solid orange;
}
#alert {
    display: none;
}
.alert {
    position: fixed;
    top: 20px;
    right: 20px;
    box-shadow: 3px 3px 3px;
    animation: hide-alert 5s;
}
@keyframes hide-alert {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }   
    100% {
        opacity: 0;
    }
}
.form-select {
    height: 47px;
}
@media (max-width: 812px) {
    .form-select {
        height: 41px;
    }
}
#lgpd_msg {
    border-radius: 3px;
    min-height: 100px;
    max-height: 300px;
    border: 1px solid #ced4da;
    overflow: auto;
    background-color: #FFF;
    float: left;
    width: 100%;
    text-align: left;
    padding: 5px;
    border-left: 3px solid orange;
}
#read_msg {
    border-radius: 3px;
    min-height: 100px;
    max-height: 300px;
    border: 1px solid #ced4da;
    overflow: auto;
    background-color: #FFF;
    float: left;
    width: 100%;
    text-align: left;
    padding: 5px;
    background-color: #e9ecef;
}
#fileInput {
    display: none;
}
.remove-btn {
    position: relative;
    color: red;
    cursor: pointer;
    float: right;
}
.down-btn {
    color: #0d6efd;
    cursor: pointer;
	font-size: 15pt;
}
.modal-info {
	color: #0d6efd;
    cursor: pointer;
}
.down-info {
    color: #0d6efd;
    cursor: pointer;
	font-size: 15pt;
}
#fileList .file-item {
    padding: 5px;
}
#fileList .file-item:nth-child(even) {
    background-color: lightgray;
}
#userList .file-item {
    padding: 5px;
}
#userList .file-item:nth-child(even) {
    background-color: lightgray;
}
/*=======================CRONOGRAMA=======================*/
#tracking{
	background: #fff
}
.tracking-detail {
	padding: 3rem 0;
}
#tracking {
	margin-bottom: 1rem;
}
[class*="tracking-status-"] p {
	margin: 0;
	font-size: 1.1rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
[class*="tracking-status-"] {
	padding: 1.6rem 0;
}
.tracking-item {
	border-left: 4px solid #00ba0d;
	position: relative;
	padding: 2rem 1.5rem 0.5rem 2.5rem;
	font-size: 0.9rem;
	margin-left: 3rem;
	min-height: 5rem;
}
.tracking-item:last-child {
	padding-bottom: 4rem;
}
.tracking-item .tracking-date {
	margin-bottom: 0.5rem;
}
.tracking-item .tracking-date span {
	color: #888;
	font-size: 85%;
	padding-left: 0.4rem;
}
.tracking-item .tracking-content {
	padding: 0.5rem 0.8rem;
	background-color: #f4f4f4;
	border-radius: 0.5rem;
}
.tracking-item .tracking-content span {
	display: block;
	color: #767676;
	font-size: 13px;
}
.tracking-item .tracking-icon {
	position: absolute;
	left: -0.7rem;
	width: 1.1rem;
	height: 1.1rem;
	text-align: center;
	border-radius: 50%;
	font-size: 1.1rem;
	background-color: #fff;
	color: #fff;
} 
.tracking-item-pending {
	border-left: 4px solid #d6d6d6;
	position: relative;
	padding: 2rem 1.5rem 0.5rem 2.5rem;
	font-size: 0.9rem;
	margin-left: 3rem;
	min-height: 5rem;
}
.tracking-item-pending:last-child {
  	padding-bottom: 4rem;
}
.tracking-item-pending .tracking-date {
  	margin-bottom: 0.5rem;
}
.tracking-item-pending .tracking-date span {
	color: #888;
	font-size: 85%;
	padding-left: 0.4rem;
}
.tracking-item-pending .tracking-content {
	padding: 0.5rem 0.8rem;
	background-color: #f4f4f4;
	border-radius: 0.5rem;
}
.tracking-item-pending .tracking-content span {
	display: block;
	color: #767676;
	font-size: 13px;
}
.tracking-item-pending .tracking-icon {
	line-height: 2.6rem;
	position: absolute;
	left: -0.7rem;
	width: 1.1rem;
	height: 1.1rem;
	text-align: center;
	border-radius: 50%;
	font-size: 1.1rem;
	color: #d6d6d6;
}
.tracking-item-pending .tracking-content {
	font-weight: 600;
	font-size: 17px;
} 
.tracking-item .tracking-icon.status-current {
	width: 1.9rem;
	height: 1.9rem;
	left: -1.1rem;
}
.tracking-item .tracking-icon.status-intransit {
	color: #00ba0d;
	font-size: 0.6rem;
}
.tracking-item .tracking-icon.status-current {
	color: #00ba0d;
	font-size: 0.6rem;
}
@media (min-width: 992px) {
	.tracking-item {
		margin-left: 10rem;
	}
	.tracking-item .tracking-date {
		position: absolute;
		left: -10rem;
		width: 7.5rem;
		text-align: right;
	}
	.tracking-item .tracking-date span {
		display: block;
	}
	.tracking-item .tracking-content {
		padding: 0;
		background-color: transparent;
	}	 
	.tracking-item-pending {
		margin-left: 10rem;
	}
	.tracking-item-pending .tracking-date {
		position: absolute;
		left: -10rem;
		width: 7.5rem;
		text-align: right;
	}
	.tracking-item-pending .tracking-date span {
		display: block;
	}
	.tracking-item-pending .tracking-content {
		padding: 0;
		background-color: transparent;
	}
} 
.tracking-item .tracking-content {
	font-weight: 600;
	font-size: 17px;
} 
.blinker {
	border: 7px solid #e9f8ea;
	animation: blink 1s;
	animation-iteration-count: infinite;
}
.time-calendar {
	font-size: 19pt;
    color: gray;
}
.time-ck {
	font-size: 14pt;
}
/*=======================CRONOGRAMA=======================*/
.file-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 48px;
}
.div-hist {
	text-align: right;
}
.div-hist button {
	box-shadow: 2px 2px 2px darkgray;
}
.desfoque {
	filter: blur(3px);
	
}
.eye-hide {
	position: absolute;
	text-shadow: 1px 1px 3px gray;
	font-size: 15pt;
	color: indianred;
	top: 53%;
	left: 50%;
	transform: translate(-50%, 50%);
}
@media (max-width: 767px) {
	.eye-hide {
		top: 70%;
	}
}
small {
	color: #28569c;
	font-size: 10pt;
}
table td {
	vertical-align: middle;
}
.chama-atencao {
	animation: shake 2s infinite;
	display: inline-block;
}
@keyframes shake {
	0%, 25% {/* Pausa */
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
		color: red;
		text-shadow: 0px 0px 5px gray;
	}
	75% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}