@charset "iso-8859-1";
/* CSS Document */

/*NEW CSS*/
body, .new_footer {
	background-color: #fafafa;
}
.new_footer {
	margin-top: 40px;
}
a {
	color: #0e73b8;
}
a:hover {
	text-decoration: none;
	color: #53ace9;
}
.lang_div {
display:none;	
}
.div_alertas {
	float: left;
	display: block;
	/*width: 56px;*/
	height: 30px;
	margin-left: 10px;
}
.div_alertas i {
	color: grey;
	font-size: 18px;
	margin-right: 10px;
}
.logo-login {
	width: 200px;
	height: 100px;
	background-image: url(../images/logo_optigest.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	margin: 0 auto;
}
.login-intra {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.login-intra .form-control {
	box-shadow: none !important;
	border: 1px solid #d1c7bf !important;
	padding-left: 5px;
}
.logo {
	background-image: url(../images/logo_optigest.png);
	height:70px;
}
/*.dashboard, .forum-cat, .documentos, .links_uteis, .alertas, .pedido_merchandise, .calendario-eventos, .opticlick {
	padding-top: 135px;
}
.documentos .header h1, .dashboard .header h1, .links_uteis .header h1, .alertas .header h1, .pedido_merchandise .header h1, .calendario-eventos .header h1, .opticlick .header h1 {
	margin-top: 100px;
}*/
.dashboard .thumbnail, .emails .thumbnail {
	padding: 10px;
	border-radius: 0px;
	margin-right: 10px;
	min-height: 220px !important;
}
.dashboard .thumbnail.feed-rss {
}
.dashboard .thumbnail h4 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.dashboard .thumbnail h4 i {
	float: left;
}
.dashboard .thumbnail .tarefas {
	padding-left: 10px;
	display: inline-block;
}
.dashboard .thumbnail .tarefas li {
	list-style: none;
	padding-bottom: 5px;
}
.dashboard .thumbnail .tarefas li i {
	margin-right: 5px;
}
.dashboard .thumbnail .fa.fa-user {
	padding-right: 5px;
}
.div_alertas .dropdown {
	float: left;
}
.div_alertas .dropdown-menu {
	border-radius: 0px;
	padding: 10px;
	position: absolute;
	width: 270px;
	left: -217px;
	box-shadow: none;
	margin-top: 5px;
}
.div_alertas .dropdown-menu li {
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.div_alertas .dropdown-menu a {
	margin-top: 10px;
	display: block;
	text-align: center;
}
.div_alertas .dropdown-menu a:hover {
	color: #999;
}
.div_alertas .drop2 {
	left: -248px;
}
#calendar .fc-basic-view .fc-body .fc-row {
	min-height: 50px;
}
#calendar h2 {
	font-size: 18px;
}
.header {
	width: 100%;
	height: 300px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.background-image {
	background-image: url(../banner.jpg);
	background-size: cover;
	position: relative;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 300px;
	display: block;
	z-index: 1;
	/*filter: blur(1px);*/
}
.header .container {
	margin-left: 0%;
	top: 150px;
	z-index: 150;
	width: 100%;
	position: absolute;
}
.header h1 {
	color: #fff;
	font-size: 50px;
	margin-top: 40px;
	font-weight: bold;
	text-align: center;
	margin-left: 500px;
}
.forum-cat .main-pesquisa {
	width: 95%;
	float: left;
}
.forum-cat .pesquisa-avancada .btn-pesquisa {
	border-radius: 0px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	height: 31px;
	color: #fff;
	background-color: #0e73b8;
	padding: 0px 10px;
}
.forum-cat .div-avancada {
	margin-left: 20%;
	margin-top: 10px;
}
.forum-cat #pesquisa_avancada {
	color: #0e73b8;
	margin-left: 20%;
}
.forum-cat #pesquisa_avancada:hover {
	color: #333;
}
.forum-cat .breadcrumb, .documentos .breadcrumb {
	background-color: #fff;
}
.forum-cat .breadcrumb li.active a, .documentos .breadcrumb li.active a {
	color: #6a6057;
}
.forum-cat .breadcrumb li.active a:hover, .documentos .breadcrumb li.active a:hover {
	color: #53ace9;
}
.forum-cat .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #efefef;
}
.forum-cat .resposta-geral {
	min-height: 40px;
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 10px;
}
.forum-cat .user {
	float: left;
	position: relative;
	border: 1px solid #ccc;
	min-height: 40px;
	text-align: center
}
.forum-cat .comment {
	float: left;
	position: relative;
	padding-left: 15px;
}
.pagination {
	position: relative;
	left: 40%;
}
.btn-add, .btn-edit {
	background-color: #0e73b8;
	color: #fff;
	width: 155px;
	text-align: center;
	padding: 5px 10px;
	float: right;
	border: none !important;
	transition: all 400ms 0s ease-in-out;
}
.btn-add:hover, .btn-edit:hover {
	color: #fff;
	background-color: #2388cd;
}
.btn-add:active, .btn-edit:active, .btn-add:visited, .btn-edit:visited {
	color: #fff !important;
	background-color: #2388cd !important;
}
.btn-add-inverse {
	background-color: #fff;
	color: #0e73b8;
	border: 1px solid #0e73b8;
	width: 155px;
	padding: 5px 10px 5px 65px;
	float: right;
	vertical-align: middle;
	width: 86%;
	margin-right: 30px;
	transition: all 400ms 0s ease-in-out;
}
.btn-edit-inverse {
	background-color: #fff;
	color: #0e73b8;
	border: 1px solid #0e73b8;
	width: 155px;
	text-align: center;
	padding: 5px 10px;
	float: right;
	transition: all 400ms 0s ease-in-out;
}
.btn-add-inverse:hover, .btn-edit-inverse:hover {
	color: #fff;
	background-color: #2388cd;
}
.btn-add-inverse .fa, .btn-edit-inverse .fa {
	margin-right: 10px;
}
.table-forum, .table-documentacao, .table-alertas {
	background-color: #fff;
}
.table-forum .fa, .table-documentacao .fa, .table-alertas .fa {
	margin-right: 10px;
}
.table-forum tr:first-child th, .table-documentacao tr:first-child th, .table-alertas tr:first-child th {
	background-color: #8d8d8d;
	color: #fff;
}
.table-documentacao .small-td, .table-forum .small-td, .table-alertas .small-td {
	width: 15%;
	text-align: center;
	vertical-align: middle;
}
.table-documentacao .bigger-td, .table-forum .bigger-td, .table-alertas .bigger-td {
	width: 50%;
	vertical-align: middle;
}
.links_uteis h2 {
	color: #d71d5a;
}
.links_uteis h2 span {
	font-size: 22px;
	vertical-align: middle;
}
.links_uteis .fa {
	margin-right: 10px;
}
.links_uteis ul {
	list-style: none;
	padding-left: 45px;
	margin-top: 10px;
}
.links_uteis ul li {
	margin: 5px 0px;
}
.opticlick .thumbnail {
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	margin-top: 20px;
	border-radius: 0px;
}
.opticlick .thumbnail img {
	width: 75%;
	margin-bottom: 5px;
}
.opticlick .thumbnail.listagem-opticlick {
	border-radius: 0px;
	margin: 0px;
	padding: 8px 0px;
}
.opticlick .thumbnail.listagem-opticlick:hover {
	background-color: #efefef;
}
.table-opticlick {
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	margin-top: 20px;
}
.table-opticlick tr td {
	min-width: 25%;
}
.table-opticlick img {
	width: 75%;
	margin-bottom: 5px;
}
.table-opticlick .fa {
	font-size: 18px;
}
.table-opticlick .fa.fa-pencil {
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid #ccc;
}
.table-opticlick.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #fff;
}
.modal .modal-header {
	padding-bottom: 0px;
}
.modal .modal-footer {
	border: 0px;
}
#basicModal #categoria, #basicModal #topico {
	width: 320px;
}
#pedido_merchandising .form-control {
	margin-bottom: 10px;
	width: 100%;
}
#pedido_merchandising label {
	font-weight: bold;
}
#pedido_merchandising h5 {
	font-size: 20px;
	font-weight: bold;
}
.documentos .btn-add {
	float: left;
}
/*#basicModal .toggle-handle {
	padding-left: 0px;padding-right: 0px;
}*/
/*NEW CSS*/
/*
  Docs at http://http://simpleweatherjs.com

  Look inspired by http://www.degreees.com/
  Used for demo purposes.

  Weather icon font from http://fonts.artill.de/collection/artill-weather-icons

  DO NOT hotlink the assets/font included in this demo. If you wish to use the same font icon then download it to your local assets at the link above. If you use the links below odds are at some point they will be removed and your version will break.
*/
#clock {
	font-size: 60px;
	text-align: center;
}
@font-face {
	font-family: 'weather';
	src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
	src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
	font-weight: normal;
	font-style: normal;
}
#weather {
	width: auto;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
}
#weather i {
	color: #6a6057;
	font-family: weather;
	font-size: 60px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
}
.icon-0:before {
	content: ":";
}
.icon-1:before {
	content: "p";
}
.icon-2:before {
	content: "S";
}
.icon-3:before {
	content: "Q";
}
.icon-4:before {
	content: "S";
}
.icon-5:before {
	content: "W";
}
.icon-6:before {
	content: "W";
}
.icon-7:before {
	content: "W";
}
.icon-8:before {
	content: "W";
}
.icon-9:before {
	content: "I";
}
.icon-10:before {
	content: "W";
}
.icon-11:before {
	content: "I";
}
.icon-12:before {
	content: "I";
}
.icon-13:before {
	content: "I";
}
.icon-14:before {
	content: "I";
}
.icon-15:before {
	content: "W";
}
.icon-16:before {
	content: "I";
}
.icon-17:before {
	content: "W";
}
.icon-18:before {
	content: "U";
}
.icon-19:before {
	content: "Z";
}
.icon-20:before {
	content: "Z";
}
.icon-21:before {
	content: "Z";
}
.icon-22:before {
	content: "Z";
}
.icon-23:before {
	content: "Z";
}
.icon-24:before {
	content: "E";
}
.icon-25:before {
	content: "E";
}
.icon-26:before {
	content: "3";
}
.icon-27:before {
	content: "a";
}
.icon-28:before {
	content: "A";
}
.icon-29:before {
	content: "a";
}
.icon-30:before {
	content: "A";
}
.icon-31:before {
	content: "6";
}
.icon-32:before {
	content: "1";
}
.icon-33:before {
	content: "6";
}
.icon-34:before {
	content: "1";
}
.icon-35:before {
	content: "W";
}
.icon-36:before {
	content: "1";
}
.icon-37:before {
	content: "S";
}
.icon-38:before {
	content: "S";
}
.icon-39:before {
	content: "S";
}
.icon-40:before {
	content: "M";
}
.icon-41:before {
	content: "W";
}
.icon-42:before {
	content: "I";
}
.icon-43:before {
	content: "W";
}
.icon-44:before {
	content: "a";
}
.icon-45:before {
	content: "S";
}
.icon-46:before {
	content: "U";
}
.icon-47:before {
	content: "S";
}
#weather h2 {
	margin: 0 0 8px;
	color: #6a6057;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	float: left;
	margin-left: 15px;
}
#weather ul {
	margin: 0;
	padding: 0;
}
#weather li {
	padding: 15px;
	display: inline-block;
}
#weather .currently {
	margin: 0 20px;
}
.js-geolocation {
	display: block;
	/*margin: 15px auto;*/
	width: 140px;
	padding: 5px;
	background: transparent;
	color: #fff;
	border: 0;
	border-radius: 5px;
}
.form-alertas .btn-filtrar {
	float: none;
	width: 80px;
}
#addArticle .form-control {
	margin-top: 10px;
}
.pesquisa-big {
	margin-left: 20%
}
.emails .thumbnail {
	padding: 10px;
	border-radius: 0px;
	text-align: center;
	min-height: 180px !important;
	margin-right: 0px;
}
.emails .thumbnail h4 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.emails .thumbnail h4 i {
	float: left;
}
.emails .tab-ferias {
	margin-left: 5px;
	margin-right: 5px;
	width: 32%;
}
.emails #due_date {
	width: 120px;
	float: left
}
@media (max-width:1024px) {
.logo {
	width: 60%
}
.btn-add-inverse {
	padding-left: 35px;
}
.form-alertas .btn-add {
	width: 145px;
}
.form-alertas .btn-filtrar {
	width: 80px;
}
.pesquisa-big {
	width: 80%;
}
.div-avancada .form-control {
	width: 180px;
}
.forum-cat .main-pesquisa {
	width: 85%;
	float: left;
}
}
@media (max-width:960px) {
.emails .tab-ferias {
	width: 31%;
}
.emails #due_date {
	width: 100%;
	margin-bottom: 10px;
}
.pesquisa-big {
	width: 100%;
	margin-left: 0%;
}
.forum-cat #pesquisa_avancada {
	margin-left: 0%;
}
.div-avancada .form-control {
	width: 180px;
}
.forum-cat .div-avancada {
	margin-left: 0%;
}
.forum-cat .main-pesquisa {
	width: 90%;
	float: left;
}
.logo {
	background-size: 100% auto;
}
.form-opticlick .btn-add {
	float: left !important;
	width: 210px;
}
.form-opticlick .form-control {
	margin-bottom: 10px;
}
#upload .form-control {
	margin-bottom: 10px;
}
}
@media (max-width:765px) {
.dashboard .thumbnail {
	margin-right: 0px;
	width: 100%;
}
.dashboard .thumbnail.feed-rss {
	width: 100%;
}
.emails .tab-ferias {
	width: 100%;
}
}
@media(max-width:600px) {
.form-opticlick .form-control, .form-opticlick .btn-add, .form-alertas .form-control {
	width: 100%;
}
.div-avancada .form-control {
	width: 100%;
	margin-bottom: 10px
}
.documentos .form-control {
	margin-bottom: 10px;
	width: 100%;
}
}
@media (max-width:480px) {
.logo {
	background-image: url(../mercadoviagens2.png);
	background-size: auto 100%;
}
.form-opticlick .form-control, .form-opticlick .btn-add, .form-alertas .form-control {
	width: 100%;
}
.div-avancada .form-control {
	width: 100%;
	margin-bottom: 10px
}
}
