@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
    margin:0 auto;
    padding: 0 2%;
    max-width: 1000px;
}
body, html {

    /*font-family: 'Noto Sans', sans-serif;*/
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    color: #555;
    text-align: center;

}
h2 {
    width: 100%;
    text-align: center;
    color: #D0AE5E;
    font-weight: 700;
}
h1, h3 {
    /*text-transform: uppercase;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.header-item, .item-detail {
    flex: 1;
    /*border: 1px solid #555;*/
    padding-top: 1.5% !important;
    padding: 0.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
}
.header-item {
    background: #B72126;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2em;
}
h1 {
    background: #B72126;
    color: #ffffff;
    padding: 0.5em;
	font-size:1.5em;
}
.nav {
    text-align: left;
}
 *:not(.item-detail) input, select {
    font-size: 1.2em;
     padding: 0.3em;
     line-height: 1.3em;
     text-align: center;
	 margin-bottom:1%;
     box-sizing: border-box;
     width: 200px !important;

}
.form-items-container {
    text-align: left;
    display: inline-block;
}
 label {
     display: inline-block;
     min-width: 200px;
     font-weight: 700;
     font-size: 1.4em;
     line-height: 1.6em;
 }
.nav a{
    text-align: center;
    text-decoration: none;
    background: #B72126;
    color: #ffffff;
    font-weight: 500;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    min-width: 150px;
    box-sizing: border-box;
    /*margin: 1em;*/
    padding: 1em;
    transition: all 0.5s ease;
}
.nav a:hover, .nav a.active {
    background: #D2AA41;
}

/*bilo je prije i button u selektoru*/
input[type=submit], .item-detail a {
    display: inline-block;
    text-decoration: none;
    background: #B72126;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 0.3em;
    padding: 0.5em;
    transition: all 0.3s linear;
	font-family:lora;
}

.btnEditDelete {
    background: white !important;
}

.disabled {
    background: #f06e57 !important;
}
a{
    text-decoration: none;
}
.nav {
    text-align: right;
    border-bottom: 3px solid #B72126;
    margin-bottom: 1em;
    background: url('../img/logo.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
input[type=submit] {
    padding: 0em 2em;
    /*text-transform: uppercase;*/
    margin-top: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
}

.item-detail input, .item-detail textarea {
    display: inline-block;
    width: 95%;
    font-size: 1.1em;
    line-height: 1.3em;
}
input[type=submit]:hover, .item-detail a:hover {
    cursor: pointer;
    background: #D0AE5E !important;
}
.button{
    cursor:pointer;
}
.header, .item {
    display: flex;
}

.addCategory {
    background-color: white;
    border: 0px;
    color: #555;
    font-size: 1.4em;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    cursor: pointer;
}

.fa {
    color: #D0AE5E;
}


@media (max-width: 768px){
    body, html {
        font-size: 15px;
    }
    .nav a {
        display: block;
    }
    .nav {
        background: none;
    }

}
.jquery-modal.blocker {
    z-index: 5;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
.blocker .modal {
    border-radius: 5px;
    position: relative;
    background: white;
    margin: 5% auto;
    max-height: 90%;
    width: 80%;
    padding:0!important;
    text-align: center!important;
    max-width: 800px;
    overflow-y: auto; }
.blocker .modal .close-modal{
    display:none!important;
}
.blocker .modal header {
    display: block;
    color: white;
    background: #B72126;
    min-height: 50px; }
.blocker .modal header h2 {
    text-align: center;
    padding: 0.5em 0;
margin:0;}
.blocker .modal header .close-button {
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 40px;
    font-size: 40px;
    height: 40px;
    text-align: center; }
.blocker .modal header .close-button:hover {
    transform: rotate(90deg); }
.blocker .modal .content {
    padding: 2em;
    min-height: 100%; }