body {
	font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 12px !important;
	color:#5e5e5e;
}

a {
	color:#2b4996;
	text-decoration:none;
	cursor:pointer;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	opacity:.8;
	text-decoration:none;
}
h6 {
	font-size:12px;
	font-weight:300;
	font-family:"Roboto",sans-serif;
	color:#2f3138;
}

h2, .h2 {
    font-size: 24px !important;
	font-family: "Roboto",sans-serif;
	font-weight: 600 !important;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 19px;
    margin-bottom: 9.5px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
    text-rendering: optimizelegibility;
}
hr.alt {
	display:none;
}

.message {
    position: fixed;
    text-align: center;
    width: 100%;
	top: 0;
    background-color: #D3D3D3;
    color: #212529;
    font-size: 14px;
    padding: 15px;
    vertical-align: middle;
    z-index: 9;
}

.table > thead > tr > th > a {
    border-bottom-color: #eeeeee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: 500;
    vertical-align: bottom;
	color: #666;
	border-bottom: 1px solid transparent;
	color:#fff;
	font-family:"Roboto",sans-serif;
	font-weight:400;
}

.table > tbody > tr > td > a {
	text-decoration: none;
}

thead tr {
	background-color:#2b4996!important;
	font-size: 13px !important;
}
thead tr th {
	border-right:1px solid rgba(255,255,255,.3);
}
.table tbody > tr > td {
	border-right:1px solid #eeeeee;
	font-family:"Roboto",sans-serif;
	font-weight:300;
	font-size:12px;
}
.table tbody > tr > td:first-child {
	border-left:1px solid #eeeeee;
}
.table tbody > tr:last-child {
	border-bottom:1px solid #eeeeee;
}
.table > thead > tr > th {
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
	border-bottom:0px;
}

.header-title h2 {
    margin-top: 20px;
	float: right;
}
.header-title .language-links {
	float: right;
    clear: both;
}
.header-title img {
	width: 86px;
}

.divisao-title {
    text-align: center;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.divisao-imagens div {
    margin: 5px 0;
}

.divisao-imagens img {
    max-height: 80px;
	display: block;
}

.divisao-imagens input[type='file'] {
	display: block;
}

.adFile {
    margin: 5px 0;
}

.input.text input, .input.number input, .input.textarea textarea{
	color: #919191!important;
    font-weight: 300!important;
    font-size: 12px!important;
	position: relative;
    vertical-align: top;
    border: 1px solid #DDD;
    display: -moz-inline-stack;
    display: inline-block;
    outline: none;
    width: 100%;
	padding: 10px;
}
.input.text input, .input.number input {
    height: 32px;
}
.input.textarea textarea{
    height: 64px;
}
.artigos-seleccionados {
	display: none;
}
.artigos-seleccionados .titulo{
	font-weight: 600;
}
.volume-error{ 
	display:none;
	font-size: 14px;
	padding: 10px;
    margin: 20px 0;
}
.btn-primary {
    border: 1px solid #2b4996 !important;
    color: #2b4996 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    float: none!important;
    width: 100px;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent !important;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border-radius: 0 !important;
}
.btn-primary:hover {
	background-color: #2b4996 !important;
	color: #fff !important;
}
.btn-primary.plus {    
	width: 30px !important;
	padding: 0 !important;
}

.panel-footer {
	margin: 20px 0;
}

@media print {
   .language-links {
       display: none;
    }
    .divisao-imagens > div:first-child {
       display: none;
    }
	.divisao-imagens img {
		display: inline !important;
	}
	.divisao-imagens .input.file {
		display: inline;
	}
    .divisao-imagens input {
       display: none !important;
    }
    .divisao-imagens .adFile {
       display: none;
    }
	.panel-footer {
       display: none;
    }
}