@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

html, body{
    margin:0;
    padding:0;
    height:100%;
}

.bg{
    background-image:url("bg-1.png");
    background-size:cover;
    background-repeat: no-repeat;
  background-attachment: fixed;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.custom-container{
width: 90%;
}

.logo{
  display:block;
  margin:20px auto;
  width:150px;
}
h2{
  text-align: left;
  text-transform: uppercase;
  font-size:24px;
  color:#333333;
  margin: 30px 0;
}
h3{
  text-transform: uppercase;
  font-size:20px;
  color:#1274b6;
  margin: 30px 0;
}
h3 span{
  font-size:14px;
  color:#3accd1;
}
h5{
    text-decoration: none;
    color: #333333;
    font-size: 16px;
}
.info-text{
    font-size:12px;
    padding:0;
}
.ikone{
    float:right;
}
ul{
  padding:0;
}
ul li {
  list-style-type: none;
}
.ul-teme li {
  line-height: inherit;
  position: relative;
  background: #e4e4e4;
  color:#333333;
  font-size: 16px;
  padding: 15px 30px;
}
.ul-teme li:nth-child(even) {
  background: #f9f9f9;
}

.ul-teme li span{
  color:#1274b6;
}

.forma{
    width:500px;
    display:block;
    margin-bottom:100px;
}
.program{
    margin-bottom:150px;
}
.label{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #585858;
    margin-top: 20px;
    display:block;
    text-align:left;
    margin-bottom: 10px;
    padding:0;
    width: 100%;
    white-space: normal;
    word-break: break-word;
}

label{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #585858;
}
.labelDesign{
    text-transform:capitalize;
    cursor:pointer;
    vertical-align: middle;
    margin:0;
}
.form-check-label{
     font-size: 16px;
     font-weight: 400;
}
input[type=checkbox], input[type=radio] {
     margin: 0 10px 0 0;
     vertical-align: middle;
}
.btn{
    padding: 5px 30px;
    margin-top:20px;
    text-transform:uppercase;
    font-size: 12px;
    line-height: 18px;
    font-weight:500;
    white-space: inherit;
}
.btn-primary {
    color: #ffffff;
    background-color: #272727;
    border-color: #272727;
    padding: 8px 25px;
}
.btn-primary:hover {
    color: #fff100;
    background-color: #272727;
    border-color: #272727;
    cursor:pointer;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
     box-shadow: none; 
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1274b6;
    border-color: #1274b6;
}
.form-control{
    background-color:rgba(255,255,255,0.20);
}
.form-control:focus {
    border-color: #1274b6;
    box-shadow: 0 0 0 0.2rem rgba(50, 188, 204, 0.36);
}
.form-check-input {
    margin-top: 7px;
}
.uspjeh{
display: block;
    width: 100%;
    padding: 15px;
    text-align:center;
}
.neuspjeh{
display: block;
    width: 100%;
    padding: 15px;
    color:#330000;
    text-align:center;
}
.fa-paper-plane{
    margin-left:10px;
}
.fa-unlock-alt{
    margin-left:10px;
}
.fa-sign-in-alt{
    margin-left:10px;
}
#myTable_wrapper{
    margin-bottom:50px;
}

.footer{
    background-image: linear-gradient(to bottom right, #fff100, #fff200);
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #272727;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.footer a {
    font-weight:bold;
    font-size:14px;
    color: #272727;}
    
.card-body{
    padding:0;
}
ul{
    margin-bottom:0;
}
ul-teme{
    margin-bottom:0;
}
.btn-link{
    text-decoration: none;
    color:#333333;
    font-size:16px;

}
.btn-link:hover {
    color: #333333;
    text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: none;
}
.btn.btn-link{
    display: block;
    width: 100%;
    text-align: left;
    padding:0;
    line-height: inherit;
}
#success-msg{
    display: none;
    color: rgb(51, 51, 51);
    font-size: 16px;
    text-align: center !important;
}
.link{
    text-decoration:none;
}

/* tablica view */
.izvoz{
    margin:50px 0;
}
.table-responsive{
    margin-bottom: 50px;
}
.thead-dark{
    background: #fff100;
}
.thead-dark th{
    vertical-align:middle;
}
table.dataTable thead .sorting:after {
    opacity: 0.4;}
.btn.btn-primary.export{
    margin:0;
}
.btn.btn-primary.logout{
    margin: 0px 0;
}
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #101010;
    border-color: #101010;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #101010;
    border-color: #101010;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}
.table.table-striped{
    margin-top:50px;
    margin-bottom:50px;
}
/* pagination */
.paginate_button a:focus {
    outline: none;
    outline-offset: 0; 
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #272727;
    border-color: #272727;
}
.pagination>li>a, .pagination>li>span {
    color: #272727;
}
.izlaz{
    text-align: right;
}
.admin-info{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #585858;
    margin-top: 50px;
    display: block;
}


@media only screen and (max-width: 1200px) {
    .banner{
        width:100%;
    }
}

@media only screen and (max-width: 992px) {
.izvoz {
    margin: 40px 0 20px 0;
}
.admin-info{
    margin-top: 0px;
}
.izlaz {
    text-align: left;
    margin: 20px 0 40px 0;
}
}


@media only screen and (max-width: 768px) {
        .logo{
        width:200px;
    }
    .forma{
        width:80%;
        display:block;
        margin:0 auto 100px auto;
    }
}

@media only screen and (max-width: 580px) {

    .footer{
        font-size: 10px;
    }
    .btn-link {
        font-size: 12px;
    }
    h5 {
        font-size: 12px;
    }
    h3{
    margin: 0;
    text-align: center;
    }
    .program .row{
        margin:20px 0;
    }
    .banner{
        object-fit: cover;
        object-position: 0% 0;
        width: 100%;
        height: 300px;
    }
}
@media only screen and (max-width: 420px) {
    .ul-teme li {
        font-size: 12px;
    }
    .footer{
        font-size: 9px;
    }
}

