/*
* NetCom d.o.o (c) 2017 
*/
html {
    background: rgb(204,204,204); 
    color: black;
    font: 14px 'Helvetica Neue', Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
body {
    margin:0;
}
.slicknav_menu,#admin-menu{display:none}

page{
	background: white;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5cm;
	box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
	padding:5mm;
	position:relative;
}
.pageinner{
	margin: 0 0.5cm;
	margin-top:3cm;

}

page[size="A4"] {  
  width: 21cm;
  min-height: 24cm; /* smanjeno sa 29.7 da ne bi bile dvije stranice na ispisu (zadnja prazna) */
}
page[size="A4"][layout="landscape"] {
  width: 29.7cm;
  min-height: 10cm;  
}

header{
	height:80px;
	position:absolute;
	top:1cm;
	left:1cm;
	width:19cm;
	border-bottom:solid 2px #2f53a3;
}
page[size="A4"][layout="landscape"] header{
	width:27.7cm;
}
.element-invisible,.contextual-links-wrapper,#edit-actions{
	display:none
}
section {
    clear: both;
    margin-top: 3em;
}
li {
    list-style-type: disc;
}
section > ul > li,
header > ul > li {
    list-style-type: none;
    margin-bottom: .5em;
}
.headline-name {
    border-bottom: 1px solid black;
    padding-bottom: .5em;
}
.contact-column {
    float: left;
    padding: 0 1px;
}
a,
a:link,
a:visited {
    color: rgb(0, 120, 180);
    padding: .2em .1em;
    text-decoration: none;
}
a:focus,
a:hover,
a:active {
    color: black;
}
@media (min-width: 992px) {
    .contact-column {
        margin-left: 1em;
    }
    .contact-column.right {
        float: right;
    }
}
@media (max-width: 776px) {
    ul {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
.rc-messages{
	max-width: 21cm;
	padding: 25px 3px;
	margin:10px auto;
}
.rc-topbar{
	background:#fff;
	min-height:60px;
	line-height:60px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	
}
.rc-topbar>div{
	margin:auto;
	max-width: 21cm;
}
.rc-topbar li{
	float:left;
}
.rc-topbar li>a{
	display:block;
	margin:0 5px;
	padding:0 5px;
}
.rc-topbar li.logo>a{
	background-image:url('./rotary_reports.jpg');
	background-size:80%;
	background-repeat:no-repeat;
	width:138px;
	padding:0;
	height:60px;
}
.rc-topbar li.printbtn{
	float:right;
	background:#f4f4f4;
	padding:0 10px;
}
.rc-topbar li.printbtn:hover{
	background:#eee;
}
.rc-topbar li.printbtn-white{
	background:#fff;
}
.rc-topbar ul,.rc-topbar li{
	margin:0;
	padding:0;
	list-style: none;
}

/* view specific rules */
.view-header{
	position:absolute;
	top:1cm;
	left:200px;
	font: 14px 'Helvetica Neue', Arial, sans-serif;
	width:14.7cm;
	height:2.1cm;
	overflow:hidden;
}
page[size="A4"][layout="landscape"] .view-header{
	width:23.4cm;
}

.view-footer{
	border-top:solid 2px #2f53a3;
	padding-top:20px;
}
page[size="A4"][layout="landscape"] .view-footer{
	width:100%;
}
.view-header h1,
.view-header h2,
.view-header h3,
.view-header h4{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	width:14.7cm;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.view-header p,.view-header div{
	 font-size:12px;
}
.view-header div{
	
}
.views-table{
	width:100%;
}
.views-table .views-align-right{
	text-align:right
}
.views-table th{
	text-align:left;
}
.views-table tr.odd{
	background:#eee
}
.pagebreak { page-break-before: always; } /* page-break-after works, as well */
.view-filters{
	position:absolute;
	top:-55px;
	left:0;
	background:#eee;
	padding:5px;
}
.view-filters .views-exposed-widgets>div{
	display:inline-block;
}