*{
    margin:0;
    padding:0;
    font-family:Arial, sans-serif;
}
body{
    background-color:#0f172a;
}
body.izbira #content1{
    width:370px;
    height:503px;
    padding:40px;
    text-align:center;
    background-color:#1e293b;
    border:1px solid #334155;
    border-radius:25px;
	position:fixed;
	margin-left:400px;
	margin-bottom:5px;
}
body.izbira #content2{
    width:380px;
    padding:40px;
    text-align:center;
    background-color:#1e293b;
    border:1px solid #334155;
    border-radius:25px;
	position:fixed;
	margin-left:400px;
	margin-top:25px;
}
body.admin-izbira #content1{
    width:380px;
    padding:40px;
    text-align:center;
    background-color:#1e293b;
    border:1px solid #334155;
    border-radius:25px;
	position:fixed;
	margin-top:25px;
	margin-left:400px;
}
.logotip img{
    border-radius:50%;
}
h1{
    color:white;
    margin:20px 0 35px 0;
    font-size:2.2rem;
}
#izbira{
    overflow:auto;
}
.izbirA{
    float:left;
    width:380px;
    text-decoration:none;
    color:white;
    padding:15px 0;
    border-radius:15px;
    background-color:#2563eb;
    font-weight:bold;
    text-align:center;
    margin-bottom:30px;
}
.izbirA:hover{
    background:#3b82f6;
}
.body_prijava{
    margin:0;
    background-color:#1e293b;
    font-family:Arial, sans-serif;
}
.prijava-box{
    width:350px;
    margin:80px auto;
    background-color:#1e293b;
    padding:35px;
    border-radius:20px;
    border:1px solid #334155;
	position:fixed;
	margin-left:420px;
}
.h1_prijava{
    color:white;
    text-align:center;
    margin-bottom:30px;
    font-size:35px;
}
a{
	text-decoration:none;
}
form p{
    color:white;
    margin-bottom:18px;
}
input[type="text"],
input[type="email"],
input[type="password"]{
    width:93%;
    padding:12px;
    margin-top:8px;
    border:none;
    border-radius:10px;
    background-color:#374151;
    color:white;
}
input[type="submit"],
input[type="reset"]{
    width:100%;
    padding:12px;
    margin-top:12px;
    border:none;
    border-radius:10px;
    font-weight:bold;
    cursor:pointer;
}
input[type="submit"]{
    background-color:#2563eb;
    color:white;
}
input[type="reset"]{
    background-color:#4b5563;
    color:white;
}
input[type="submit"]:hover{
    background-color:#3b82f6;
}
input[type="reset"]:hover{
    background-color:#696969;
}
.body_registracija{
    width: 400px;
    margin: 80px auto;
    background-color: #1e293b;
    padding: 35px;
    border-radius: 20px;
    border:1px solid #334155;
}
body.body_tecaj{
    font-family:Arial, sans-serif;
    background-color:#0f172a;
    color:white;
    padding:40px;
    margin-left:-40px;
}
body.body_tecaj #content{
    width:1200px;
    margin:0 auto;
    padding:31px;
    background-color:#1e293b;
    border:1px solid #334155;
    border-radius:24px;
    text-align: left;
}
.zgoraj{
    margin-bottom:42px;
    padding:18px 22px;
    background-color:#263548;
    border:1px solid #334155;
    border-radius:18px;
	overflow:auto;
}
.meni{
    margin: auto;
    float:left;
    margin-top:10px;
}
.meni a{
    float:left;
    text-decoration:none;
    color:#cbd5e1;
    padding:11px 10px;
    border-radius:12px;
    font-weight:bold;
    margin-right:10px;
}
.meni a:hover{
    color:white;
    background:#2563eb;
}
.uporabnik{
    float: right;
    padding-left:24px;
    border-left:1px solid #334155;
}
.profil-mala{
    width:55px;
    height:55px;
    border-radius:100px;
    border:2px solid #3b82f6;
}
.profil-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    visibility:hidden;
    background-color:#111827;
}
.profil-popup:target{
    visibility:visible;
}
.profil-vsebina{
    position:relative;
    width:300px;
    margin:150px auto;
    text-align:center;
}
.zapri{
    position:absolute;
    top:10px;
    right:15px;
    color:white;
    text-decoration:none;
    font-size:30px;
}
.profil-velika{
    width:120px;
    height:120px;
    border-radius:100px;
}
.profil-vsebina h3{
    margin:18px 0;
    color:white;
}
.odjava-gumb,
.opis-box button,
.gumb{
    text-decoration:none;
    color:white;
    background-color:#2563eb;
    padding:11px 18px;
    border-radius:12px;
    font-weight:bold;
    border:none;
    cursor:pointer;
}
.odjava-gumb:hover,
.opis-box button:hover,
.gumb:hover{
    background-color:#3b82f6;
}
.glavni-del{
	overflow:auto;
}
.seznam-tecajev{
    width:360px;
    float: left;
}
.opis-box{
    width: 740px;
    float: right;
    background-color:#223047;
    border:1px solid #334155;
    border-radius:20px;
    padding:34px;
	text-align:center;
}
.tecaj-box{
    float:left;
    width:310px;
    text-decoration:none;
    color:white;
    background-color:#1f2d42;
    border:1px solid #334155;
    border-radius:18px;
    padding:24px;
    margin-bottom:16px;
}
.tecaj-box:hover{
    background-color:#2563eb;
    border-color:#3b82f6;
}
.tecaj-box h3{
    font-size:24px;
    margin:0 0 10px 0;
}
.tecaj-box p{
    color:#93c5fd;
    margin:0;
}
.tecaj-box span{
    visibility:hidden;
    position:absolute;
}
.opis-box h2{
    font-size:32px;
    margin:0 0 22px 0;
}
.opis-box p{
    color:#d1d5db;
    margin-bottom:15px;
}
.opis-box b{
    color:white;
}
.opis-box form{
    margin-top:25px;
}
.opozorilo{
    color:#f87171;
    font-weight:bold;
}
.popup-ozadje{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.napaka{
    color:red;
    font-weight:bold;
    text-align:center;
    margin-bottom:20px;
}
.uspeh{
    color:limegreen;
    font-weight:bold;
    text-align:center;
    margin-bottom:20px;
}
.opis-box .uspesno{
    color:limegreen;
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
}
.opis-box .napacica{
    color:red;
    font-weight:bold;
    text-align:center;
    margin-bottom:15px;
}
.admin-logo{
    font-size:28px;
    font-weight:800;
    color:white;
    float: left;
    margin-right:25px;
}
.admin-tecaj-box{
    width: 550px;
	text-align:center;
    background-color:#263548;
    border:1px solid #334155;
    border-radius:18px;
    padding:24px;
    margin-bottom: 20px;
    margin-left:300px;
}
.admin-tecaj-box h3{
    margin-bottom:12px;
    color:white;
    font-size:24px;
}
.admin-tecaj-box p{
    color:#d1d5db;
    margin-bottom:8px;
}
.admin-tecaj-box b{
    color:white;
}
.admin-gumbi{
    margin-top:20px;
	overflow:auto;
}
.admin-gumbi a{
    float: left;
    width: 220px;
    text-align:center;
    text-decoration:none;
    color:white;
    background-color:#2563eb;
    padding:10px;
    border-radius:10px;
    font-weight:bold;
    margin-right: 10px;
	margin-left:10px;
}
.admin-gumbi a:hover{
    background:#3b82f6;
}
body.body_tecaj{
    height:auto;
}
body.body_tecaj #content{
    margin:30px auto;
}
.dodaj-box{
    margin:35px auto 0 auto;
    background-color:#223047;
    border:1px solid #334155;
    border-radius:20px;
    padding:35px;
}
.dodaj-box h2{
    text-align:center;
    margin-bottom:28px;
    color:white;
    font-size:30px;
}
.dodaj-box p{
    color:white;
    font-weight:bold;
    margin:16px 0 8px 0;
}
.dodaj-box input[type="text"],
.dodaj-box input[type="number"],
.dodaj-box textarea,
.dodaj-box select{
    width:100%;
    padding:13px;
    border:none;
    border-radius:10px;
    background-color:#374151;
    color:white;
    margin-bottom:8px;
}
.dodaj-box select{
    cursor:pointer;
}
.dodaj-box button{
    width:100%;
    padding:13px;
    margin-top:22px;
    border:none;
    border-radius:12px;
    background-color:#2563eb;
    color:white;
    font-weight:bold;
    cursor:pointer;
}
.dodaj-box button:hover{
    background-color:#3b82f6;
}
.pregled-prijav-box{
    background-color:#223047;
    border:1px solid #334155;
    border-radius:20px;
    padding:34px;
    margin-top:35px;
}
.pregled-prijav-box h2{
    text-align:center;
    margin-bottom:30px;
}
.prijave-tecaj{
    background-color:#263548;
    border:1px solid #334155;
    border-radius:16px;
    padding:20px;
    margin-bottom:20px;
}
.prijave-tecaj h3{
    margin-bottom:15px;
}
.prijava-vrstica{
    padding:12px 0;
    border-top:1px solid #334155;
	overflow:auto;
}
.prijava-vrstica span {
    float: left;
    margin-top: 8px;
}
.prijava-vrstica a{
    float: right;
    text-decoration:none;
    color:white;
    background-color:#dc2626;
    padding:8px 14px;
    border-radius:10px;
    font-weight:bold;
}
.prijava-vrstica a:hover{
    background-color:#ef4444;
}
.moji-tecaji-box{
    background-color:#223047;
    border:1px solid #334155;
    border-radius:20px;
    padding:34px;
    margin-top:35px;
    text-align:center;
}
.moji-tecaji-box h2{
    text-align:center;
    margin-bottom:30px;
    font-size:32px;
}
.moj-tecaj{
    background-color:#263548;
    border:1px solid #334155;
    border-radius:18px;
    padding:24px;
    margin-bottom:20px;
}
.moj-tecaj h3{
    font-size:26px;
    margin-bottom:15px;
}
.moj-tecaj p{
    color:#d1d5db;
    margin-bottom:10px;
}
.moj-tecaj b{
    color:white;
}
.ocene-stran{
    margin:40px auto;
    padding:32px;
    background-color:#1e293b;
    border:1px solid #334155;
    border-radius:24px;
}
.ocene-vrh{
    margin-bottom:35px;
    padding:18px 22px;
    background-color:#263548;
    border:1px solid #334155;
    border-radius:18px;
	overflow:auto;
}
.nazaj-gumb{
    float: left;
    text-decoration:none;
    color:white;
    background-color:#2563eb;
    padding:11px 18px;
    border-radius:12px;
    font-weight:bold;
}
.nazaj-gumb:hover{
    background:#3b82f6;
}
.select-tecaj{
    float: right;
    width:220px;
    padding:12px;
    border:none;
    border-radius:10px;
    background-color:#374151;
    color:white;
    cursor:pointer;
}
.ocene-kartica{
    background-color:#223047;
    border:1px solid #334155;
    border-radius:20px;
    padding:34px;
}
.ocene-kartica h2{
    text-align:center;
    color:white;
    font-size:32px;
    margin-bottom:35px;
}
.polje{
    margin-bottom:20px;
}
.polje label{
    display:block;
    color:white;
    font-weight:bold;
    margin-bottom:8px;
}
.polje input,
.polje textarea{
    width:100%;
    padding:13px;
    border:none;
    border-radius:10px;
    background-color:#374151;
    color:white;
}
.polje input[type="number"]{
    width:120px;
}
.oddaj-gumb{
    width:100%;
    padding:13px;
    margin-top:20px;
    border:none;
    border-radius:12px;
    background-color:#2563eb;
    color:white;
    font-weight:bold;
    cursor:pointer;
}
.oddaj-gumb:hover{
    background-color:#3b82f6;
}
.logotip_gost img{
    border-radius:50%;
	margin-left:475px;
	margin-top:-40px;
}
.nazaj-gumb1{
    float: left;
    text-decoration:none;
    color:white;
    background-color:#2563eb;
    padding:11px 18px;
    border-radius:12px;
    font-weight:bold;
}
.footer{
    margin-top:100px;
    padding:20px 25px;
    border-top:1px solid #334155;
    color:#cbd5e1;
}
.footer-levo{
    float:left;
}
.footer-desno{
    float:right;
    color:white;
    font-weight:bold;
    margin-top:25px;
}
.pocisti{
    clear:both;
}
textarea{
    resize:none;
}
.admin-gumbi .dodaj-termin{
    float:right;
}
.admin-gumbi .uredi{
    float:left;
}
.admin-gumbi .izbrisi{
    margin-left:150px;
    margin-top:30px;
}
.prijave{
	text-align:center;
}
.gumb_izbrisi_predavatelja{
    text-decoration:none;
    color:white;
    background-color:#2563eb;
    padding:11px 18px;
    border-radius:12px;
    font-weight:bold;
    border:none;
    cursor:pointer;
    float:right;
    margin-top:-45px;
}
.gumb_izbrisi_predavatelja:hover{
    background-color:#3b82f6;
}
.ni_terminov{
    text-align:center;
}
.zbrisi_komentar_gumb{
    text-decoration:none;
    color:white;
    background-color:#2563eb;
    padding:11px 18px;
    border-radius:12px;
    font-weight:bold;
    border:none;
    cursor:pointer;
    float:right;
    margin-top:-70px;
}
.zbrisi_komentar_gumb:hover{
    background-color:#3b82f6;
}
@media screen and (max-width:600px){
    *{
        box-sizing:border-box;
    }
    body{
        overflow-x:hidden;
    }
    body.body_tecaj{
        padding:10px;
        margin-left:0;
    }
    body.body_tecaj #content{
        width:100%;
        padding:16px;
        border-radius:18px;
        margin:0;
    }
    .prijava-box,
    body.izbira #content1,
    body.izbira #content2,
    body.admin-izbira #content1{
        position:static;
        width:auto;
        margin:25px 8px;
        padding:24px;
        border-radius:22px;
    }
    .seznam-tecajev,
    .opis-box,
    .tecaj-box,
    .admin-tecaj-box,
    .pregled-prijav-box,
    .moji-tecaji-box,
    .ocene-stran,
    .ocene-kartica,
    .dodaj-box{
        width:100%;
        float:none;
        margin-left:0;
        margin-right:0;
    }
    .opis-box,
    .pregled-prijav-box,
    .moji-tecaji-box,
    .ocene-kartica,
    .dodaj-box{
        padding:22px;
    }
    .meni,
    .admin-logo,
    .uporabnik{
        float:none;
        text-align:center;
        margin:0 0 15px 0;
        border:none;
        padding-left:0;
    }
    .meni a{
        float:none;
        display:block;
        width:100%;
        margin:7px 0;
        padding:12px;
        background-color:#1f2d42;
    }
    .tecaj-box{
        padding:20px;
        margin-bottom:14px;
    }
    .admin-gumbi a,
    .admin-gumbi .uredi,
    .admin-gumbi .izbrisi,
    .admin-gumbi .dodaj-termin{
        float:none;
        display:block;
        width:100%;
        margin:10px 0;
    }
    .gumb,
    .odjava-gumb,
    .oddaj-gumb,
    .gumb_izbrisi_predavatelja,
    .zbrisi_komentar_gumb{
        display:block;
        width:100%;
        text-align:center;
        float:none;
        margin:12px 0 0 0;
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    textarea,
    select{
        width:100%;
    }
    .nazaj-gumb,
    .nazaj-gumb1,
    .select-tecaj{
        float:none;
        display:block;
        width:100%;
        margin-bottom:12px;
        text-align:center;
    }
    h1{
        font-size:28px;
    }
    .opis-box h2,
    .dodaj-box h2,
    .moji-tecaji-box h2,
    .ocene-kartica h2,
    .pregled-prijav-box h2{
        font-size:24px;
    }
    .logotip_gost img{
        margin-left:0;
        margin-top:0;
    }
    .footer{
        margin-top:50px;
        text-align:center;
    }
    .footer-levo,
    .footer-desno{
        float:none;
        text-align:center;
        margin-top:10px;
    }
}


