@import "reset.css";
@import "fonts.css";

body{
    background-color: #B7BFCC;
}

.header{
    width: 90%;
    margin:auto;
}

.header-carousel{
    height: 250px;
}

.header-carousel-img{
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-L-text{ /*Poseban font za Školska biblioteka*/
    font-family: "Andric";
    font-size: 30px;
}

.navbar-dark .navbar-brand{
    color: #adb5bd;
}

.navbar-brand-img{
    width:32px;
    height: 32px;
}

.navbar-brand{
    padding-top: .05rem;
    padding-bottom: .8rem;
}

.navbar{
    padding:0;
    padding-left: .5rem;
}

#Knjizevnost-Navbar-Dropdown:hover{
    cursor: pointer;
}

#NavBarDropDownKorisnik:hover{
    cursor: pointer;
}

#User-CP-Navbar:hover{
    cursor: pointer;
}

.signupForm, .mailverForm, .fpassForm{
    width:70%;
    background-color: #DBDFE6;
    padding: 20px 20px;
    border: 1px solid black;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

#signup-submit{
    margin-top: 15px; 
}

.info-signup{
    opacity: 0.7;
    margin-left:5px;
}

.info-signup:hover{
    opacity: 1.0;
    cursor: pointer;
}

.mailver-container, .fpass-container, .sUContainer, .citatiCont, .main-content{
    width: 90%;
    background-color: #E7EAEE;
    padding-top:20px;
    padding-bottom:20px;
}

.footer{
    background-color: #343a40;
    width:90%;
    color:#adb5bd;
    padding:50px 0;
}

.footer h3{
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
}

.footer ul{
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
}

.footer ul a{
    color:inherit;
    text-decoration:none;
    opacity:0.6;    
}

.footer ul a:hover{
    opacity:0.9;
}

@media (max-width:767px) {
    .footer .item:not(.social) {
      text-align:center;
      padding-bottom:20px;
    }
}

.footer .item.text {
    margin-bottom:36px;
}

@media (max-width:767px) {
    .footer .item.text {
      margin-bottom:0;
    }
    .frow{
        margin-left: 0;
    }
}

@media (min-width:768px){
    .frow{
        margin-left:10%;
    }
}

.footer .item.text p {
    opacity:0.6;
    margin-bottom:0;
}
  
  .footer .item.social {
    text-align:center;
}

@media (max-width:991px) {
    .footer .item.social {
      text-align:center;
      margin-top:20px;
    }
}
  
.footer .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;
}

.footer .item.social > a:hover {
    opacity:0.9;
}
  
.footer .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.7;
    font-size:13px;
    margin-bottom:0;
}

.citHR{
    height:20px;
    background-color:#343a40;
    margin-top:10px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
}

.citHRb{
    height:20px;
    background-color:#343a40;
    margin-bottom:10px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.searchFormCit{
    background-color: #DBDFE6;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 8px;
    padding-bottom: 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#citSSubmit{
    cursor: pointer;
}

#citSSubmit:hover{
    opacity:0.7;
}

.cbip{
    padding: 8px 8px;
    font-size:18px;
    text-align: center;
    font-weight: 500;
    font-style: italic;
}

.cbip > p{
    margin-bottom:2px;
}

.ddcse:hover{
    cursor: pointer;
    background-color: lightgray;
}

.row{
    margin:0;
}

.citText{
    font-size:26px;
    font-weight: 500;
}

.ListaAC{
    font-size: 25px;
    font-family: "Citati";
}

.autorddc:hover{
    cursor: pointer;
}

.repcit, .edcit{
    margin-left: 10px;
    opacity: 0.3;
}

.repcit:hover, .edcit:hover{
    cursor: pointer;
    opacity: 1;
}

#succ {
    visibility: hidden; 
    min-width: 250px; 
    margin-left: -125px; 
    background-color: #333; 
    color: #fff; 
    text-align: center; 
    border-radius: 2px; 
    padding: 16px; 
    position: fixed; 
    z-index: 1; 
    left: 50%; 
    bottom: 30px; 
  }
  
#succ.showSB {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.edcidyner{
    text-decoration: initial;
}