﻿/*.navbar-default .
     > li > a {
    max-width: 120px;
    padding: 10px 9px 9px;
    text-align: justify;
}*/

.biografija tr {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.javne-rasprave {
    font-size: 14px;
    padding-left: 40px;

}
.rep-list.remembering .imgbox {
    background-color: #000000 !important;
}
.rep-list.remembering .imgbox > img{
    opacity: 0.5;
}
.rep-list.remembering  > span{
    color: rgb(255, 255, 255); 
    font-size: 0.92em;
}

.biografija > .kategorija td {
    width: 50%;
}

.currrentLawsMeni {
    color: #337ab7 !important;
    font-size: 16px !important;
}

.lawinfo {
    float: right;
    width: 47%;
}

.lawinfoLeft {
    float: left;
    width: 50%;
}


.sidenav .list-menu > li.head {
  color: #54adcf !important;
}

.pressContacts > img {
    padding-left: 20px; 
    padding-top: 15px;
} 

.pressContacts > div {
    color: rgb(154, 154, 154); 
    font-weight: 700; 
    font-size: 17px; 
    margin-left: 60px; 
    margin-top: -30px;
}

.seats ul > li {
    padding-bottom: 25px;
}

.owl-item > li {
    padding-right: 10px;
}

.calendarIcon {
    padding: 10px; 
    position: absolute; 
    right: 15px; 
    pointer-events: none;
}

.currentLaws {
    padding-left: 10px !important;  
    border-top: 1px solid rgba(0, 0, 0, 0.1);     
    color: #222;     
    display: block;     
    font-size: 1em !important;    
    padding: 15px 7px;    
    position: relative;
}

.currentLaws > p {
    font-weight: 700; 
    font-size: 1em; 
    font-family: dp,Arial,Helvetica Neue,Helvetica,sans-serif !important;
    line-height: 1.3em;
 }
.lawSearch {
  padding-top:10px !important;
  padding-bottom: 2px !important;
}
.input-daterange.date > label {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.875em;
    margin-bottom: 0;
}

.input-daterange input {
    text-align: left !important;
}
 
.list-artinfo > li, .article ul > li .list-artinfo > li {
    width: 100% !important;
}

.article ul > li {
    margin: 10px 0 !important;
}

.eventCircle .circle {
    width: 15px;
    height: 15px;
}

.type4 {
  color: #2c0841;
}
.type4 .circle {
  background-color: #594067;
}

.btn-addcal  {
    color: black !important;
    border: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100000;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
    min-width: 140px;
    padding: 10px 5px;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}


.flags > tbody > tr >td {
    width: 20%;
}

.secretariat-contacts {
    margin-left: 30px !important; 
    font-size:14px !important;
}

.session-location {
    font-size: 17px;
}

.days {
    left: 0; 
    transition: left 0.5s ease 0s;
}

.event-listing {
    position: relative;
}

.event-listing-title {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

.event-item-name{ 
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
}
.event-x-header {
   position: absolute;     
   right: 15px;
   cursor: pointer;
   top: 7px;
}

.event {
    cursor: pointer;
}

.day.today.event {
    border-radius: 20px;
    color: black !important;
}

.eventInCalendar {
  display: block;
  background-color: #fff;
  width: 140px;
  line-height: 1em;
  padding: 5px;
  position: absolute;
  font-size: 13px;
  left: 50%;
  margin-left: -70px;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  top: -120%;
  opacity: 0;
  visibility: hidden;
}

#eventClass {
    display: none;
}

#spanCircle:hover~#eventClass{
    display: block;
    font-size: 12px;
}

.event-header {
    background-color: rgba(241, 242, 243, 1);
    border-left: 5px solid #54adcf;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #54adcf;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    padding: 6px 10px 1px;
}

.event-item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #222;
    display: block;
    padding: 7px 4px;
    position: relative;
}

.event-item-name:hover {
     color: #54ADCF;
 }

.event-item-name-engl{
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
}

.event .eventInCalendar {
  display: block;
  background-color: #fff;
  width: 140px;
  line-height: 1em;
  padding: 5px;
  position: absolute;
  font-size: 13px;
  left: 50%;
  margin-left: -70px;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  top: -120%;
  opacity: 0;
  visibility: hidden;
}

/*.event:hover {
  box-shadow: 0 0 0 4px rgba(255,255,255,.85);
}
.event:hover .eventInCalendar {
  opacity: 1;
  visibility: visible;
  top: -100%;
  color: black;
}*/

.clndr-controls {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.weektable .past {
  background-color: #F4F5F6;
}
.weektable .past td {
  color:rgba(76,94,125,0.55);
}
.weektable .past .badge {
  color:rgba(76,94,125,0.55);
  background-color: rgba(255,255,255,.65);
}

.article .nav-tabs > li > a {
   height: 60px;
}
.article .nav-tabs > li.active > a {
  height: 60px;
}


.navbar-default .nav-justified > li > a {


    min-height: 52px !important;
    font-size: 13px !important;
    line-height: 14px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    
}


.navbar-default .nav-justified > li > a {
    color: #4d5e7d;
    font-size: 0.813em;
    font-weight: 700;
    line-height: 1em;
    min-height: 50px;
    padding: 12px;
    text-transform: uppercase;
}
.navbar-default .nav-justified > li > a:hover {
    color: #54adcf;
}
.navbar-default .nav-justified > li > a .caret {
    display: none;
}
.navbar-default .nav-justified > .open > a, .navbar-default .nav-justified > .open > a:hover, .navbar-default .nav-justified > .open > a:focus {
    background-color: #4d5e7d;
    color: #fff;
}
.navbar-default .nav-justified > li.sec {
    display: none;
}

@media only screen and (min-width: 992px) {

	.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav > li, .navbar-default .nav-justified > li {
    position: relative;
}
.navbar-default .navbar-nav > li::before, .navbar-default .nav-justified > li::before {
    background-color: #eee;
    content: "";
    display: inline-block;
    height: 50%;
    position: absolute;
    top: 25%;
    width: 0px;  /*1px;*/
}
.navbar-default .navbar-nav > li:first-child::before, .navbar-default .nav-justified > li:first-child::before {
    display: none;
}

}

@media only screen and (max-width: 992px) {
    .nav-justified > li {
        display: block;
        width: 100%;
    }

    .nav-justified .open .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }

  .navbar-default .nav-justified > li > a {
        min-height: 14px !important;
        font-size: 13px !important;
        line-height: 14px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    
}
}

.rep-info.remembering {
	background-color: #4F4F4F;
	color: #FFFFFF;

}

.rep-info.remembering .contact-image span {
	position:absolute;
	bottom: 0px;
	left: 5px;
	font-weight: bold;
	font-size:19px;
}

.rep-info.remembering .contact-image {
	display: inline-block;
	background-color: #000000;
	position: relative;
}

.rep-info.remembering .imgbox .contact-image img {
	opacity: 0.5;
}

.rep-info.remembering table {
	margin-bottom: 0px;
}

@media (max-width: 480px) {
	.rep-info.remembering .contact-image span {
	position: relative;
	}
}




@media (min-width: 992px) {
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}

.table-responsive > .table.table-calendar-responsive > thead > tr > th, 
.table-responsive > .table.table-calendar-responsive > tbody > tr > th, 
.table-responsive > .table.table-calendar-responsive > tfoot > tr > th, 
.table-responsive > .table.table-calendar-responsive > thead > tr > td, 
.table-responsive > .table.table-calendar-responsive > tbody > tr > td, 
.table-responsive > .table.table-calendar-responsive > tfoot > tr > td {
	white-space: normal;
	width: 14.2857%;
}


.info-text-calendar {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 12px;
    line-height: 13px;
    padding: 2px;
}

.type1 a {
    color: #ea8a2b;
}

.type2 a {
    color: #99c9db;
}

.type3 a {
    color: #ad85c5;
}

.type4 a {
  color: #2c0841;
}

.list-currevents > li.live > a.link-live::after {
	content: none;
	background-color: none;
}

.list-currevents > li.live > a.link-live {
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 45px;
}

.article .body ol li ul li {
	font-family: dp,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 18px;
	margin-bottom: 9px;
}

.article .body ol li ul  {
	list-style-type: disc;
	padding-left: 10px;
}


@media print {

.subnav {
    display: none;
}
.header {
    display: none;
}
.footer {
    display: none;
}
.side {
    display: none;
}
.head {
    display: none;
}

.container {
	width:100%;
}

.row div {
	width:100%;
}

.history-sect {
	width: 100%;
}

.collbody {
	display: block;
}

.sidenav {
	display: none;
}

ul.list-unstyled.list-members {
	display: none;
}

ul.list-unstyled.list-members li {
	display: none;
}

.session-box {
	display: none;
}
.btn-docs {
    display: none;
}

}

.session-schedule {
	list-style-type: none;
	padding-left: 10px;
}

.session-second-level {
	padding-left: 20px;
}

.photo-news {
  background-image: url(../img/foto2.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 71px;
  top: 15px;
  width: 18px;
  height: 13px;
}
.table.table-timeline > tbody > tr > td {
    font-weight: 400 !important;

}

.table.table-timeline > tbody > tr > td:last-child {
    width: auto !important;
}

#dn-btn {
    text-decoration: underline !important;
}

#pd-btn {
    text-decoration: underline !important;
}
.today.event {
    background-color: transparent !important;
}
.event.today::before {
    background-color: #dddddd  !important;
    border: 1px solid orange;
}

.article .body .scroll-procedura ul.scroll-control li {
    padding-top: 0px;
    margin-top: 2px !important;
    margin-bottom: 0px !important;
}

.doc::before{
  content: "\e912";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  opacity: .5;
}

.vote::before{
  content: "\f044";
  font-family: FontAwesome;
  margin-left: 4px;
  display: inline-block;
  margin-top: -3px;
}

.audio::before{
  content: "\f130";
  font-family: FontAwesome;
  margin-left: 4px;
  display: inline-block;
  margin-top: -3px;
}

.btn-docs{
    display:inline-block;
    margin-right:50px;
}

.btn-doc,.btn-aud,.btn-vot{
    display:inline-block;
    margin-right:50px;
    font-weight: 700;
    color: #54ADCF;
    font-size: 13px;
    display:inline-block;
    margin-right:50px;
}

ul.tacke li {
    display:inline;
}

.documents{
  border: 1px solid rgba(0,0,0,.1);
  border-top: none;
  padding: 10px 12px;
  margin-bottom: 20px;
  display: none;
  width: 55%;
}

.btn-clicked .caret{
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}