@charset "utf-8";
:root{
  --color-1: #D84315;
  --color-2: #768db3;
  --text-color: #f0f0f0;
  --accent-color: #006aff;
}
html {
    min-height: 100% !important;
	scroll-behavior: smooth;
}
body {
	font: 100%/1.4 'Exo 2', sans-serif;
    min-height: 100% !important;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #E3E3E8;
}

.button-blank {
    background: none;       /* Уклања сиву позадину */
    border: none;           /* Уклања оквир */
    padding: 0;             /* Уклања унутрашњи размак */
    margin: 0;
    font: inherit;          /* Преузима фонт странице */
    color: inherit;
    cursor: pointer;        /* Враћа ручицу приликом преласка мишем */
    outline: none;
	box-sizing: border-box; /* Ово осигурава да се ширина и висина правилно рачунају: Нека ширина коју задам (2.5em) укључује и padding и border, немој ништа да додајеш преко тога */
    line-height: 1; /* Додај ово да иконица не би бежала у нови ред */
}
/*nav*/
nav{
  height: 0px;
  background-color: var(--color-2);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav hr {
    border-top: 1px solid white;
    width: 208px !important;
}
.links-container{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav a{
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: var(--text-color) !important;
}
nav a.level-2:hover{
  background-color: white !important;
  color: gray !important;
}
nav .home-link{
  margin-right: auto;
}
nav svg{
  fill: white;
}
#sidebar-active{
  display: none;
}
.open-sidebar-button{
    margin-top: 70px;
}
.close-sidebar-button{
    align-self: flex-end;
}
.links-container{
    flex-direction: column;
    align-items: flex-start;

    position: fixed;
    top: 0;
    right: -100%;
    z-index: 12;
    width: 250px;
    overflow-y: scroll;

    background-color: var(--color-2);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    transition: 0.6s ease-out;
}

nav a.level-1, nav a.level-2{
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 15px 20px;
    justify-content: flex-start;
}
nav a.level-1{
    padding: 7px 20px 7px 20px;
    font-weight: bold;
}
nav a.level-2{
    padding: 7px 20px 7px 50px;
}
.open-sidebar-button, .close-sidebar-button{
    padding: 20px;
    display: block;
    cursor: pointer;
}
#sidebar-active:checked ~ .links-container{
    right: 0;
}
#sidebar-active:checked ~ #overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background-color:rgba(0,0,0,0.6);
    animation-duration: 0.6s;
    transition-duration: 0.8s;
}
.nav-ikona {
    width: 20px;
    height: 20px;
}
/*nav*/
ul, ol, dl {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
/*
	padding-right: 15px;
	padding-left: 15px;
*/
}
h2 {
	color:#555555;
	font-size:1.2em;
	margin-top:1.8em;
}
a img {
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#kontejner {
	width: 100%;
	max-width: 800px;
	min-width: 230px;
	background-color: #FFF;
	margin: 0 auto; 
	font-family: 'Exo 2', sans-serif;
	-moz-box-shadow:0px 0px 20px #999;
	-webkit-box-shadow:0px 0px 20px #999;
	box-shadow:0px 0px 20px #999;
	padding-bottom:1em;
}
#zaglavlje
{
	/*background-image:url(../pictures/baner.jpg);*/
	height:90px;
	background-color: #D84315;
	color:#FFF;
    z-index: 6;
}
#zaglavlje h1 {
     padding-top: 10px;
	padding-left: 15px;
}
#podnozje
{
	height:50px;
	background-color: #768db3;
	color:#FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	text-align: center !important;
	padding-left:auto;
	padding-right:auto;
	z-index:10;

}
#podnozje a {
	padding: 8px 20px;
    display:inline-block;
    width: auto;
    border: none;
    outline: none;
    text-decoration: none;
    vertical-align: middle;
	color:white !important;
	font-size: 1.5em;
	cursor:pointer;
}
.help {
	float:right;
	margin-top:-85px;
	z-index:8;
	cursor:pointer;
    color: white;
    font-size: 1.5em;
}
#copyInvisible {
	display:none;
}
.crvena1
{
	color: #D84315;
}
.crvena2
{
	color: #EF6C00;
}
.crvena3
{
	color: #FF8F00;
}
#sadrzaj {
	padding: .8em;
	margin: .5em;
	padding-bottom: 90px;
}
#sadrzaj .link
{
	color: #FFF;
	background-position: .5em .5em; /* Position the search icon */
	background-repeat: no-repeat; /* Do not repeat the icon image */
	text-align: center;
	vertical-align: middle;
	line-height: 4em;       /* the same as your div height */
	position: relative;
	width: 80%;
	border: 1px solid #999;
	margin: 2%;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
/*	padding: 1%;
*/	min-height: 4em;
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
	font-weight: bold;
	padding-left:50px;
}
#sadrzaj .link:hover
{
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}
#viber {
    background-image: url('../img/viber.svg');
	background-size: 2.8em;
	background-color: #675da9;
}
#whatsapp {
    background-image: url('../img/whatsapp.svg');
	background-size: 2.8em;
	background-color: #1b8755;
}
#mail {
    background-image: url('../img/mail.svg');
	background-size: 2.8em;
	background-color: #EF6C00;
    text-decoration: none !important;
}
#youtube {
    background-image: url('../img/youtube.svg');
	background-size: 2.8em;
	background-color: #f40000;
    text-decoration: none !important;
}
#schedule {
    background-image: url('../img/schedule.svg');
	background-size: 2.8em;
	background-color: #D84315;
}
#obaveze_danas {
    background-image: url('../img/alarm_on.svg');
	background-size: 2.8em;
	background-color: #D84315;
}
#obaveze_zakazano {
    background-image: url('../img/alarm_on.svg');
	background-size: 2.8em;
	background-color: #D84315;
}
#dodaj_trebu {
    background-image: url('../img/alarm_add.svg');
	background-size: 2.8em;
	background-color: #EF6C00;
}
#dodaj_vodicu {
    background-image: url('../img/alarm_add.svg');
	background-size: 2.8em;
	background-color: #FF8F00;
}
#people {
    background-image: url('../img/people.svg');
	background-size: 2.8em;
	background-color: #558B2F;
}
#spisak_ulice {
    background-image: url('../img/place.svg');
	background-size: 2.8em;
	background-color: #558B2F;
}
#spisak_slave {
    background-image: url('../img/saint.svg');
	background-size: 2.8em;
	background-color: #9E9D24;
}
#dodaj_parohijanina {
    background-image: url('../img/user-plus.svg');
	background-position: .7em .8em !important; /* Position the search icon */
	background-size: 3.1em;
	background-color: #9E9D24;
}
#church {
    background-image: url('../img/church.svg');
	background-size: 2.8em;
	background-color: #127b5c;
}
#redchurch {
    background-image: url('../img/church.svg');
	background-size: 2.8em;
	background-color: #D84315;
}
#tools {
    background-image: url('../img/tool.svg');
	background-size: 2.8em;
	background-color: #7B1FA2;
}
#kalkulator {
    background-image: url('../img/kalkulator.svg');
	background-size: 2.8em;
	background-color: #127b5c;
}
#kalendar {
    background-image: url('../img/kalendar.svg');
	background-size: 2.8em;
	background-color: #9C27B0;
}
#mkk {
    background-image: url('../img/book-bible.svg');
	background-size: 2.5em;
	background-color: #01696e;
}
#bar {
    background-image: url('../img/bar-chart.svg');
	background-size: 2.5em;
	background-color: #405b91;
}
#sledece {
    background-image: url('../img/kalendar.svg');
	background-size: 2.8em;
	background-color: #E1BEE7;
}
#ulica_dodavanje {
    background-image: url('../img/edit_location.svg');
	background-size: 2.8em;
	background-color: #283593;
}
#parohija_izmena {
    background-image: url('../img/church.svg');
	background-size: 2.8em;
	background-color: #4527A0;
}
#paroh_izmena {
    background-image: url('../img/person_edit.svg');
	background-size: 2.8em;
	background-color: #6A1B9A;
}
#exit {
    background-image: url('../img/exit.svg');
	background-size: 2.8em;
	background-color: #795548;
}
#back {
    background-image: url('../img/arrow_back.svg');
	background-size: 2.8em;
	background-color: #795548;
}
#sadrzaj .parohijanin
{
	vertical-align: middle;
	min-height: 3em;
	line-height: 3em;       /* the same as your div height */
	position: relative;
	width: 94%;
	border-bottom: 1px solid #999;
	margin-left: 2%;
	margin-right: 2%;
	/*cursor: pointer;*/
	padding: 1%;
	display: block;
	text-decoration:none;
}
.edit
{
	float: right;
	position: relative;
	right: 0px;
	top: -45px;
	width: 47px;
	height: 47px;
	display: block;
	cursor: pointer;
	text-align: center;
	vertical-align: bottom;
	z-index: 7;
	margin-left: .6em;
	border-radius: 2em;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	padding: 0.2em;
	background-color: #768db3;
	font-style: normal;
}
.edit i {
	font-size: 2em;
	color:whitesmoke;
	margin-top: 0.23em;
	margin-left: 0.0em;
}
.ellipsis
{
	float: right;
	position: relative;
	right: 0px;
	height: 47px;
	display: block;
	vertical-align: bottom;
	z-index: 8;
	padding: 0.2em;
	font-style: normal;
}
.ellipsis i {
	font-size: 3em;
	color: lightgray;
}
#sadrzaj .slave
{
	margin-top:.5em;
	background-color: #EEE;
	padding: 1%;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 0px 8px #999;
	display: block;
	margin-bottom: 1em;
}
#sadrzaj .p_slava
{
	vertical-align: middle;
	min-height: 50px;
	width: 94%;
	border-top: 1px solid #999;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	font-size:0.85em;
	display: block;
	text-decoration:none;
}
#p_adresa,
#p_napomena
{
	padding: 1em 1% !important;
	line-height:inherit !important;
	min-height: 1em !important;
}
.slava_del
{
	float: left;
	position: relative;
	right: 0px;
	display: block;
	cursor: pointer;
	text-align: center;
	vertical-align: bottom;
	z-index: 7;
}
.termin,
.termin2
{
	float: right;
	position: relative;
	right: 0px;
	display: block;
	cursor: pointer;
	text-align: center;
	vertical-align: bottom;
	z-index: 7;
}
.termin2
{
	margin:1%;
    clear:both;
}
.termin3
{
	float: left;
	display: block;
	cursor: pointer;
	text-align: center;
	vertical-align: bottom;
	z-index: 7;
    padding: .5em;
    border-right: solid #CFCECE 1px;
    /*width: 2.5em;*/
}
.termin3 .fa {
    font-size: 2.2em;
    color:  mediumseagreen;    
}
.button-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left:-12px;
    /*background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0.9) 100%);*/
    background-color:rgba(255, 255, 255, 0.5);
}
#sadrzaj .dugme {
	border:1px solid #b0281a;
	background-color: #db4437;
	color:#FFF;
/*	font-weight:bold;*/
	cursor:pointer;
	-moz-box-shadow: 0px 0px 7px #333;
	-webkit-box-shadow: 0px 0px 7px #333;
	box-shadow: 0px 0px 7px #333;
}
#sadrzaj .cancel {
	border:1px solid #524948;
	background-color: #607D8B;
	color:#FFF;
/*	font-weight:bold;*/
	cursor:pointer;
	-moz-box-shadow: 0px 0px 7px #333;
	-webkit-box-shadow: 0px 0px 7px #333;
	box-shadow: 0px 0px 7px #333;
}
#sadrzaj input,
#sadrzaj search,
#sadrzaj select,
#sadrzaj textarea,
.select {
	border:1px solid #b0281a;
	border-radius: 5px;
	-moz-box-shadow:0 0 3px #999;
	-webkit-box-shadow:0 0 3px #999;
	box-shadow:0 0 3px #999;
	margin:0.2em;
	padding:.7em;
	min-width:1em;
	text-align:left;
	max-width:95%;
}
textarea,
input[type=text],
input[type=search],
input[type=password],
input[type=select],
input[type=submit],
input[type=tel],
input[type=number],
input[type=email],
input[type=date],
input[type=time],
select,
.cancel,
.select {
	font-size:1.2em;
    font-family: 'Exo 2', sans-serif;

}
#sadrzaj input:active,
#sadrzaj select:active,
#sadrzaj textarea:active
{
	border:1px solid #b0281a !important;
}
#sadrzaj label
{
	display:block;
	margin-top:1em;
	text-indent:.4em;
}
#sadrzaj ul, #sadrzaj ol { 
}

#myInput {
    background-image: url('../img/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    padding-left: 40px !important; /* Add some padding */
	width: 83%;
	margin-right: auto !important;
	margin-bottom: 4% !important;
	margin-left: auto !important;
}

#myUL,
#myUL2 {
    list-style-type: none;
	margin-left:auto;
	margin-right:auto;
    width: 100%;
	margin-bottom:2em;
	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 0px 8px #999;
	overflow: hidden; 
	border-radius: 8px;
}

#myUL li a,
#myUL2 li,
#myUL2 li.header,
#myUL li .treba-button {
    border: 1px solid #ddd; 
    margin-top: -1px; 
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none; 
    font-size: 18px; 
    color: black; 
    display: block;
	cursor:pointer;
}

#myUL li a.header,
#myUL2 li.header {
    background-color: #e2e2e2; /* Add a darker background color for headers */
    cursor: default; /* Change cursor style */
	text-transform: uppercase;
	font-weight:bolder;
	padding: 1.2em 0 1.2em 12px;
}
#myUL2 li {
	cursor: default !important;
}
.myUL2li {
	min-height:9em;
    background-color: #DCEDC8 !important;
}
.myUL2lip {
	min-height:9em;
    background-color: #d0ece1 !important;
}
.myUL2lin {
	min-height:9em;
}
.myUL2lig {
	min-height:9em;
    background-color: #f6f6f6 !important;
    opacity: 0.3;
}
#myUL li a:hover:not(.header),
#myUL2 li:hover:not(.header),
.ui-sortable-handle:hover {
    background-color: #eee; /* Add a hover effect to all links, except for headers */
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #kontejner) if the overflow:hidden on the #kontejner is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.table
{
	border-collapse:collapse;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
	font-size:0.9em;
	border:1px solid #6c6c6c;
}
.table tr,
.table td
{
	vertical-align:top;
    border:1px solid #6c6c6c;
}
.table tr:nth-child(odd)
{
	background-color:#D7D7DF;
}
.table tr:nth-child(even)
{
	background-color:#ECECF0;
}
.table th
{
	color:#FFF !important;
	text-align:center;
	border:1px solid #070707;
	background-color:#616c8b;
}
.table-responsive
{
	width:100%;
	margin-bottom:16.5px;
	overflow-y:hidden;
	overflow-x:scroll;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	border:1px solid #e0e0e0;
	-webkit-overflow-scrolling:touch;
}
.upozorenje,
.upozorenje2,
.obavestenje,
.obavestenje2 {
	border: 1px solid;
	border-radius: 5px; 
	padding: 10px; 
	margin: 10px 0px; 
}
.upozorenje { 
	color: #721c24; 
	background-color: #f8d7da; 
	border-color: #f5c6cb; 
}
.upozorenje2 { 
	color: #5F187E; 
	background-color: #F1DFF9; 
	border-color: #E5C5F4; 
}
.obavestenje {
	color:#155724; 
	background-color:#d4edda; 
	border-color: #BBE2C5; 
}
.obavestenje2 {
	color:#785d1a; 
	background-color:#ffe9b3; 
	border-color: #ebd69e; 
}
.nowrap {
	 white-space: nowrap;
}
.crvenaslova
{
	color: #db4437 !important;
}
.crvenaslova2 {
    color: #db4437 !important;
}
