/* ------------------------------------------------------ */
/* ---  neWeb App: main.css                    v.1.06 --- */
/* ------------------------------------------------------ */
/* ---  za Prof.el   ri{build} Iztok Raušl            --- */
/* ---      Datum nastanka: 13.10.2016                --- */
/* ---      Datum zadnje spremembe: 14.05.2025 23:01  --- */
/* ------------------------------------------------------ */
@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

/*
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
*/

*:focus {
    outline: none;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;

	Inspiration from "Responsive Web Design" by Ethan Marcotte
	http://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#overlay {
    /*				margin:0;
                    padding:0;     */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    /*				filter:alpha(opacity=50); */
    z-index: 14;
}

#overlayV, #overlayY {
    /*				margin:0;
                    padding:0;     */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    /*				filter:alpha(opacity=50); */
    z-index: 100;
}

#static {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 50;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../_img/ajaxLoader.gif) no-repeat center center;
    display:none;
}
#modal {
    position: absolute;
    /*background:url(/_img/tint20.png) 0 0 repeat;*/
    background: rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    padding: 8px;
    z-index: 15;
    margin-right: 20px;
}

#content {
    border-radius: 8px;
    background: #FFFFFF;
    color: #006600;
    padding: 20px;
    z-index: 16;
    /* 				width:auto; */
}

#close {
    position: absolute;
    /* 				background:url(_img/close_lb.png) 0 0 no-repeat;*/
    width: 34px;
    height: 34px;
    display: block;
    text-indent: -9999px;
    top: -11px;
    right: -11px;
    z-index: 17;
}

iframe, .cleditorMain {
    width: 100% !important;
}
.swal-wide{
    width:90% !important;
    margin-left: -45% !important;
}
.gumb_shrani {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDDB6F), to(#FFB94B));
    background-image: -webkit-linear-gradient(top, #FDDB6F, #FFB94B);
    background-image: -moz-linear-gradient(top, #FDDB6F, #FFB94B);
    background-image: -ms-linear-gradient(top, #FDDB6F, #FFB94B);
    background-image: -o-linear-gradient(top, #FDDB6F, #FFB94B);
    background-image: linear-gradient(top, #FDDB6F, #FFB94B);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    border-style: solid;
    border-color: #D69E31 #E3A037 #D5982D #E3A037;
    height: 18px;
    width: 100px;
    cursor: pointer;
    color: #000000;
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 5px;
    padding: 3px 0;
}

.gumb_sel {
    background-color: #333333 !important;
    color: white !important;
}

.gumb_shrani:hover {
    border-color: #19A603;
}

.gumb_preklici {
    background-color: #FF9900;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDDB6F), to(#FFB94B));
    background-image: -webkit-linear-gradient(top, #FDDB6F, #FFB94B);
    background-image: -moz-linear-gradient(top, #FDDB6F, #FFB94B);
    background-image: -ms-linear-gradient(top, #FDDB6F, #FFB94B);
    background-image: -o-linear-gradient(top, #FDDB6F, #FFB94B);
    background-image: linear-gradient(top, #FDDB6F, #FFB94B);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-width: 1px;
    border-style: solid;
    border-color: #D69E31 #E3A037 #D5982D #E3A037;
    height: 18px;
    width: 115px;
    cursor: pointer;
    color: #000000;
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 5px;
    padding: 3px 0;
}

.gumb_preklici:hover {
    border-color: #FF6D70;
}

.gumb_brisi {
    float: left;
    background-color: #A30002;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 0;
    height: 45px;
    padding: 5px;
    width: 35%;
    font-size: 1em;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
}

.gumb_brisi:hover {
    border-color: #A60303;
}

.gumb_zapri {
    background-color: #DDDDDD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 0;
    height: 45px;
    padding: 5px;
    width: 35%;
    font-size: 1em;
    cursor: pointer;
    color: #000000;
    font-weight: normal;
    text-align: center;
}

.gumb_zapri:hover {
    border-color: #FF6D70;
    border-width: 1px;
    z-index: 15;
}

.gumb_zaprih, .gumb_command {
    background-color: #DDDDDD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 0;
    height: 45px;
    padding: 5px;
    width: 35%;
    font-size: 1em;
    cursor: pointer;
    color: #000000;
    font-weight: normal;
    text-align: center;
}

.gumb_zaprih:hover {
    border-color: #FF6D70;
    border-width: 1px;
    z-index: 15;
}

.gumb_command:hover {
    border-color: green;
    border-width: 1px;
    z-index: 15;
}

.gumb_shr {
    float: right;
    background-color: #88D347;
    vertical-align: middle;
    /*
        font-family:'News Cycle', sans-serif;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
        background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
        background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
        background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
        background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
        background-image: linear-gradient(top, #fddb6f, #ffb94b);
    */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    */
    border-width: 0;
    /*
        border-style: solid;
        border-color: #d69e31 #e3a037 #d5982d #e3a037;
    */
    height: 45px;
    padding: 5px;
    width: 35%;
    font-size: 1em;
    cursor: pointer;
    color: #FFFFFF;
    /*	font-family: Arial, Helvetica;
        font-size: 1.5em; */
    font-weight: normal;
    text-align: center;
}

.gumb_shr:hover {
    border-color: #19A603;
    border-width: 1px;
}
.chat_btn {
    width:20%;height:30px;padding:0;margin-left:1vw; overflow: hidden;text-overflow: ellipsis;
}
#nastavi_gumbi {
    float: left;
    position: relative;
    width: 100%;
    font-size: 0.8em;
    margin-bottom: 5px;
}
#allRecip { float:left;position:relative;width:100%;height:300px;overflow-y: scroll; }
.grafi_gumb {
    width: 12.7%;
    height: 25px;
    margin-right: .5vw;
    padding: 0;
}
.hiska_gumb {
    width: 18.6%;
    height: 25px;
    margin-right: .5vw;
    padding: 0;
}
.hiska_nap {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 10px;
}
#dokumentiD {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 10px;
    display: none;
}
#commandsD {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 10px;
    display: none;
}

.uploaded_files, .uploaded_files_h {
    float: left;
    position: relative;
    width: 100%;
    min-height: 30px;
    /*height: 300px;*/
}

.uploaded_napis {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
}

.uploaded_item, .uploaded_file {
    float: left;
    position: relative;
    width: 17%;
    height: 150px;
    box-sizing: border-box;
    padding: 5px;
    margin: 5px;
    font-size: 0.8em;
    text-align: center;
}
.hdefSelect {
    border: solid 1px green !important;
}
.uploaded_item img, .uploaded_file img {
    border-radius: 10px;
}

.filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.userNapis {
    float:left;
    position: relative;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.snast {
    cursor: pointer;
}

.fu_delete, .fu_select {
    position: absolute;
    top: 0;
    right: -10px;
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.skrit {
    display: none;
}

.line {
    float: left;
    width: 100%;
}

label {
    position: relative;
    vertical-align: bottom;
    bottom: 3px;
}

#menuX {
    top: 20px;
    right: 30px;
    z-index: 600;
}

.menuX_tick { height:16px;margin-left:5px;margin-top:0; }

#bMenu {
    float: right;
    width: 40px;
    margin: 5px 15px 0 0;
    cursor: pointer;
}

#sezEQ {
    width: 100%;
    margin: 5px 0;
    height: auto;
}

#loader {
    position: absolute;
    width: 100%;
    margin: 5px 0;
    height: auto;
    z-index: 20;
}

.hloader {
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
    height: auto;
}

.eqVnos {
    float: left;
    width: 30%;
}

.eqVnos input {
    width: 100%;
    padding: 3px 10px;
    margin-top: -1px;
}

#filter {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 20px;
    text-align: center;
}

#filterz {
    width: 55px;
    height: 20px;
    text-align: center;
}

#addEQ,#addChat {
    float: right;
    margin-top: -5px;
    color: #FFAE00 /*rgba(53,126,255,1.00)*/;
    font-style: italic;
    font-weight: bold;
    cursor: pointer;
    margin-right: -10px;
}

.deq {
    float: left;
    position: relative;
    width: 100%;
    margin: 3px 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #D3D3D3;
    color: #434343;
    font-size: 1em;
    height: auto;
    padding: 5px;
    cursor: pointer;
}

.sett, .chat {
    float: left;
    position: relative;
    width: 95%;
    margin: 3px 0;
    margin-left: 5%;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #D3D3D3;
    color: #434343;
    font-size: 0.8em;
    height: auto;
    padding: 5px;
    cursor: pointer;
}

.deqEdit {
    position: absolute;
    top: 24px;
    right: -1px;
    cursor: pointer;
    z-index: 5;
}

.deqEdit img {
    height: 25px;
}

.userDEQ {
    position: absolute;
    top: 24px;
    right: -1px;
    cursor: pointer;
    z-index: 5;
}

.userDEQ img {
    height: 25px;
}

/* .deqEdit img { width:20px; }*/
.deqNapis {
    float: left;
    margin: 1px 3px 0 3px;
    font-size: 1.3em;
}

.deqStatus {
    float: left;
    margin: 2px 2px 0 3px;
}

.deqStatus img {
    width: 20px;
    margin-top: 5px;
    margin-right: 5px;
}

.deqInfo {
    float: right;
    margin: 1px 10px 0 0;
    font-size: 0.7em;
    text-align: center;
}

.deqDel {
    position: absolute;
    top: -1px;
    right: -1px;
    cursor: pointer;
    z-index: 5;
}

.deqDel img {
    height: 25px;
}

.deqAct {
    position: absolute;
    top: -1px;
    right: -1px;
    cursor: pointer;
    z-index: 5;
}

.deqAct img {
    height: 22px;
}

.deqSel {
    float: right;
    margin: 2px 3px 0 3px;
    width: 20px;
}

.deqSel img {
    width: 20px;
    margin-top: 5px;
}

.ddDEQs {
}

.userKO {
    float: left;
    position: relative;
    width: 78%;
    height: auto;
    margin: -2px 0 3px 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #D3D3D3;
    color: #434343;
    font-size: 1em;
    padding: 5px;
}

.deqDetails, .deqDetailss {
    float: left;
    position: relative;
    width: 96.5%;
    height: auto;
    margin: 0;
    font-size: 1.3em;
    padding: 5px;
}

.deqDetailsNew {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: -2px 0 3px 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #D3D3D3;
    color: #434343;
    font-size: 1em;
    padding: 5px;
}

.userDetails {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: -2px 0 3px 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #D3D3D3;
    color: #434343;
    font-size: 1em;
    padding: 5px;
}

.deqEQInfo {
    float: left;
    position: relative;
    width: 78%;
    height: auto;
    margin: -2px 0 3px 20%;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #D3D3D3;
    color: #434343;
    font-size: 1em;
    padding: 5px;
}

.userEQInfo {
    float: left;
    position: relative;
    width: 97%;
    height: auto;
    margin: 0 0 5px 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #D3D3D3;
    color: #434343;
    font-size: 1em;
    padding: 5px;
}

#izbran, #izbranu {
    color: blue;
    font-size: 1em;
    background-color: white;
    width: 100%;
}

.deqDnazA {
    width: 50%;
    height: 30px;
    margin-bottom:2px;
}
.dNazA {
    float: left;
    width: 30%;
    margin: 2px 0 0 -10px;
    font-size: 0.8em;
    padding-top: 4px;
}

.deqDnazN {
    width:100%;
    margin-bottom:5px;
    height: 30px;
}

.dNazN {
    float: left;
    margin: 2px 0 0 10px;
    width: 5%;
    font-size: 0.8em;
    padding-top: 5px;
}
.dirty {
    color:red !important;
}
.vejaGraf {
    float:left;position:relative;width:100%;margin-bottom:5px;
}
.dVnosN {
    float: left;
    width: 46%;
}
.dVnosNI {
    float: right;
    width: 26%;
}

.dVnosN input, .dVnosNI input {
    width: 100%;
    font-size: 0.8em;
    padding: 2px 5px;
}
#session {
    float: left;
    position: relative;
    width: 100%;
    min-height: 30px;
    margin-top: 15px;
    font-size: 0.8em;
}
#zaznamkiD {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 10px;
    display: none;
}
#zaznamkiD #Zaznamki {
    width: 100%;
    min-height: 30px;
}
#zaznamkiD #Zaznamki .dVnos {
    width: 100%;
    margin-bottom: 5px;
    padding: 0.8vw;
    box-sizing: border-box;
}
#opcijeKnofi {
    float: left;
    position: relative;
    margin-left: 5px;
    padding-top: 10px;
    border-top: 1px solid #575757;
    margin-top: 5px;
    height: 30px;
    margin-bottom: 2px;
}

.deqDnaz {
    width: 98%;
    height: 30px;
    margin-bottom:2px;
}

.dNaz {
    float: left;
    width: 20%;
    margin: 2px 0 0 10px
}

.dNazUg {
    float: left;
    margin-right: 0.5vw;
    margin-top: 3px;
    width: 5%;
    text-align: right;
}

.dNazUgR, .dNazUgRE, .dNazUgRC {
    float: right;
    margin-right: 0;
    margin-top: 10px;
    width: 5%;
    text-align: right;
    cursor: pointer;
}

.anasw {
    float:left;
    width: 32px;
}

.dVnosAna {
    float: left;
    width: 55%;
}

.dVnosAna input {
    width: 100%;
    font-size: 0.8em;
    padding: 2px 5px;
}

.dVnos {
    float: left;
    width: 60%;
}

.dVnos input {
    width: 100%;
    font-size: 0.8em;
    padding: 2px 5px;
}

.dNazU {
    float: left;
    width: 30%;
    margin: 2px 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dVnosU {
    float: right;
    width: 60%;
}

.dVnosU input {
    width: 96%;
    font-size: 0.8em;
    padding: 2px 5px;
    float: right;
}

.dVnos {
    float: left;
    width: 65%;
}

.dVnos input {
    width: 90%;
    font-size: 0.8em;
    padding: 2px 5px;
}

.dSwitch {
    float: right;
    width: 40px;
    margin: -2px -5px 0 0;
}
.swc {
    cursor:pointer;
}
#napisi_gvD {
    float: left;
    position: relative;
    width: 100%;
    margin: 10px 0;
    display: none;
}
.notSeen{
    font-weight:bold !important;
    color:red !important;
}
.napisi_gvD_marg {
    width: 100%;
    height: 30px;
    margin-left: 5%;
}
.napisi_gvD_marg .gvD_marg {
    float: right;
    margin-right: 5%;
}
.logNapis {
    float: left;
    width: 35%;
    height: 40px;
    font-size: 1.2em;
    margin: 2% 3px 0 3px;
    padding-top: 5px;
    text-align: right;
}

.logInp {
    float: right;
    width: 55%;
    margin-right: 2%;
    height: 45px;
    margin-top: 2%;
}

.logInp input {
    width: 100%;
    padding: 3px 10px;
    margin-top: -1px;
    margin-right: 2%;
}

.logKnof {
    float: right;
    width: 100%;
    height: 60px;
    margin-left: 5px;
    padding-top: 10px;
}

#opcijeNx {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 200px;
    height: 300px;
    /*border: 2px solid green;*/
    background: transparent;
    display: none;
    z-index: 50;
    /*box-shadow: 0 2px 10px #2b2b2b, 0 0 0 #2b2b2b, 0 0 0 #2b2b2b;*/
}
#upBtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    /*box-shadow: 0 2px 10px #2b2b2b, 0 0 0 #2b2b2b, 0 0 0 #2b2b2b;*/
    margin-top:-5px;
    margin-bottom:5px;

    background-color: #DDDDDD !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    border-width: 0;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;
    padding: 5px;
    cursor: pointer;
    color: navy;
    font-family: Arial, Helvetica;
    font-weight: bold;
    text-align: center;
    z-index: 23;
}

#selOpt {
    position: relative;
    float: left;
    width: 98%;
    height: 250px;
    overflow-x: hidden;
    z-index: 24;
}
.opcNx, .opcNc {
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 98.5%;
    height: auto;
    padding: 2px 5px;
    margin-top:1px;

    background-color: #DDDDDD !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    border-width: 0;
    border-style: solid;
    /*border-color: #d69e31 #e3a037 #d5982d #e3a037;*/
    padding: 7px;
    cursor: pointer;
    color: #000000;
    font-size: 0.8em;
    font-family: Arial, Helvetica;
    font-weight: normal;
    z-index: 25;
}
.opcNx:hover, .opcNc:hover {
    box-shadow: 0 2px 10px #2b2b2b, 0 0 0 #2b2b2b, 0 0 0 #2b2b2b;

}
.opc {
    float: left;
    width: 45%;
    height: auto;
    padding: 7px;
    border: #D3D3D3 solid 1px;
    font-size: 1em;
    color: #434343;
    margin-top: -1px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
}

.opcc {
    float: left;
    width: 95%;
    height: auto;
    padding: 7px;
    border: #D3D3D3 solid 1px;
    font-size: 1em;
    color: #434343;
    margin-top: -1px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
}

.passBtn {
    float: right;
    padding-top: 0;
    line-height: 1;
    height: 20px;
    width: 20%;
    font-size: 0.8em;
}

.sta_bl {
    background-color: rgba(0, 0, 0, 0.58);
}

.okencekk {
    color: #FFFFFF;
    position: absolute;
    z-index: 10;
}

.grPr {
    width: 40px;
    height: 30px;
    padding-top: 0;
    margin-top: 10px;
    margin-right: 2px;
}

.grNa {
    width: 40px;
    height: 30px;
    padding-top: 0;
    margin-top: 10px;
}

.grDn {
    width: 100px;
    height: 30px;
    padding-top: 0;
    margin-top: 10px;
    margin-right: 2px;
}

.grZap {
    padding-top: 0;
    margin-top: 10px;
    height: 30px;
    width: 100px;
    margin-right: 0.4vw
}

.grGu {
    height: 50px;
    margin: 0 auto;
    margin-bottom: -20px;
    margin-top: 15px;
}

/* Mobile Layout: 480px and below. */
.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 88.0326%;
    padding-left: 1.4836%;
    padding-right: 1.4836%;
    clear: none;
    float: none;
    /* 	min-width:320px;*/
}

.logo {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
}

.logox {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    height: 90px;
    text-align: center;
}

.logox img {
    width: 100%;
    max-height: 100px;
}

.uploaded_item, .uploaded_file {
    height: 100px;
}

#rLog {
    position: relative;
    margin-right: 7%;
    margin-top: 9px;
    text-align: right;
    color: white;
    font-size: 0.8em;
}

#flags {
    float: left;
    position: relative;
    z-index: 3;
    margin-top: -15px;
    width: 100%;
    margin-left: 0;
}

.flag {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    width: 28px;
}

#menu {
    float: left;
    position: relative;
    z-index: 3;
    margin-top: -15px;
    width: 70%;
    font-size: 0.7em;
    margin-left: 0;
    margin-bottom: -10px;
}

#menu ul {
    list-style-type: none;
    padding: 5px;
    margin: -10px 0 0 0;
    width: 99%;
}

#menu ul li {
    padding: 5px;
    display: inline;
}

#menu img {
    width: 18px;
    height: 18px;
}

.mnl {
    float: left;
    margin: 3px 10px;
    cursor: pointer;
}

.mnd {
    float: right;
    margin-top: 3px;
    overflow: visible;
    cursor: pointer;
}

#loginb {
    float: right;
    cursor: pointer;
    padding: 5px 30px;
    border: 1px solid #8EC1DA;
    font-size: 0.9em;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #FFFFFF, inset 0 -15px #CBE6F2, 0 0 3px #8EC1DA;
    background-color: #DDEEF6;
    color: #3985A8;
    text-shadow: 0 1px #FFFFFF;
    margin-right: 3%;
}

#loginb:hover {
    border: 1px solid #05B01E /*#FF8C1C;*/
}

#vsebina {
    width: 100%;
    margin-left: 0;
}

#vsebinax {
    width: 100%;
    margin-left: 0;
}

.sdl {
    float: left;
    position: relative;
    width: 100%;
    height: 180px;
    color: #3C6A80;
    padding: 10px;
    margin-top: 20px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.36);
    box-shadow: 0 2px 15px #2B2B2B, 0 0 1px #2B2B2B, 0 0 1px #2B2B2B;
    border-radius: 5px;
}

.nap {
    float: left;
    margin-left: 5%;
    width: 30%;
    padding: 12px;
    margin-bottom: 5px;
    color: #00FFFF;
    font-size: 0.8em;
}

.vnos {
    float: left;
    width: 53%;
    padding: 5px;
}

.vnos input {
    float: right;
    font-size: 0.8em;
    padding: 2px;
    width: 100%;
    color: #005A9B;
}

.demo {
    float: left;
    width: 100%;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-top: rgba(43, 43, 43, 1.00) solid 1px;
    margin-top: 10px;
    font-size: 0.8em;
    margin-left: 0;
}

.login {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.36);
    box-shadow: 0 2px 15px #2B2B2B, 0 0 1px #2B2B2B, 0 0 1px #2B2B2B;
    border-radius: 5px;
    margin-left: 0;
    width: 100%;
}

.napis {
    margin: 0 0 10px -20px;
    font-size: 1.5em;
    font-weight: bold;
    float: left;
    position: relative;
    width: 103%;
    padding: 10px 10px 10px 25px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #578BC8;
}

.noga {
    text-align: center;
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 10px;
}

.izbira {
}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}

.dropDown {
    position: absolute;
    font-size: 0.6em;
    width: 170px;
    height: auto;
    z-index: 20;
}

.tick {
    width: 30px;
    height: 30px;
}

.tick img {
    float: right;
    height: 16px;
    margin-left: 15px;
    margin-top: 3px;
}

.opcx, .opcy, .opcz, .opcxx, .opchr {
    float: left;
    width: 95%;
    height: 18px;
    padding: 7px;
    border: #D3D3D3 solid 1px;
    font-size: 1em;
    color: #434343;
    margin-top: -1px;
    cursor: pointer;
    background-color: white;
    z-index: 1;
}

.glava {
    text-align: center;
    cursor: default;
    border-bottom: 4px solid darkgreen;
    height: 35px;
    padding-top: 0px;
    color: white;
    background: #578BC8;
}

.opcx:hover, .opcy:hover, .opcz:hover, .opcxx:hover {
    box-shadow: 0 2px 15px #2B2B2B, 0 0 0 #2B2B2B, 0 0 0 #2B2B2B;
    z-index: 50;
}

.druga {
    float: left;
    position: relative;
    width: 250px;
    margin-top: 22px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.userNast, .userNastx, .deqAlarm {
    position: absolute;
    height: auto;
    left: 0.5%;
    top: 0.5%;
    width: 90%;
    font-size: 13px;
    padding: 3px;
    border-radius: 10px 10px 0 0;
    line-height: 1.2;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #D3D3D3;
    color: #434343;
    z-index: 8;
}

.ustop {
    background: #FF9900 url("../_img/close_lb.png") no-repeat scroll right center;
    margin: -4px 2px 2px -4px;

    border-bottom: 1px solid white;
    color: white;
    cursor: pointer;
    font-size: 18px;
    text-align: left;
    width: 98.7%;
    height: 30px;
    border-radius: 10px 10px 0 0;
    padding: 6px 6px 0;
}

.ustopx {
    background: #FF9900;
    margin: -4px 2px 2px -4px;
    border-bottom: 1px solid white;
    color: white;
    font-size: 18px;
    text-align: left;
    width: 99.4%;
    height: 30px;
    border-radius: 10px 10px 0 0;
    padding: 6px 6px 0;
}

.tdokvir {
    float: left;
    position: relative;
    color: #434343;
    background-color: white;
    border: 2px solid #D3D3D3;
    border-radius: 10px;
    font-size: 12px;
    height: auto;
    padding: 4px;
    margin-top: 4px;
}

@media only screen and (min-width: 500px) {
    .userNast, .userNastx {
        width: 90%;
    }
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {

    .gridContainer {
        width: 91.4836%;
        padding-left: 0.7581%;
        padding-right: 0.7581%;
        clear: none;
        float: none;
        margin-left: auto;
    }

    .uploaded_item, .uploaded_file {
        height: 120px;
    }

    .logo {
        width: 74.5856%;
        margin-left: 12.7071%;
        margin-top: 20px;
    }

    .logox {
        width: 74.5856%;
        margin-left: 12.7071%;
        margin-top: 30px;
        height: 110px;
    }

    #loginb { /* margin-right:5%; */
    }

    #rLog {
        font-size: 0.9em;
        margin-top: 5px;
    }

    #flags {
        margin-top: -20px;
        width: 75%;
        margin-left: 0;
    }

    .flag {
        width: 32px;
    }

    .logNapis {
        margin-left: 30px;
    }

    .gridContainer.clearfix .logo #flags {
    }

    .gridContainer.clearfix .logox #flags {
    }

    #menu {
        margin-top: -20px;
        margin-left: 0;
        font-size: 0.9em;
        width: 70%;
    }

    #vsebina {
        width: 100%;
        margin-left: 0;
    }

    #vsebinax {
        width: 100%;
        margin-left: 0;
    }

    .login {
        width: 74.5856%;
        margin-left: 12.7071%;
    }

    .nap {
        font-size: 0.9em;
    }

    .demo {
        font-size: 0.9em;
        width: 100%;
        margin-left: 0;
    }

    .vnos input {
        font-size: 0.9em;
        padding: 5px;
    }

    .hide_mobile {
        display: block;
    }

    .napis {
    }

    .izbira {
    }

    .hide_tablet {
        display: none;
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }

    .userNast, .userNastx {
        width: 75%;
    }

    .deqDetails, .deqDetailss {
        width: 97.5%;
    }

    .ustop {
        width: 99%;
    }

    .userDetails {
        width: 75%;
    }

    .deqDetailsNew {
        width: 75%;
    }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
    .gridContainer {
        width: 89.0217%;
        /*	max-width: 1232px; */
        padding-left: 0.4891%;
        padding-right: 0.4891%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    #loginb { /* margin-right:7%; */
    }

    #rLog {
        font-size: 1em;
        margin-top: 5px;
    }

    #flags {
        margin-top: -25px;
        margin-left: 0;
    }

    .flag {
        width: 40px;
    }

    .flag img {
        width: 35px;
    }

    .logNapis {
        margin-left: 30px;
    }

    #menu {
        margin-top: -25px;
        margin-left: 0;
        width: 70%;
    }

    #menu img {
        width: 24px;
        height: 24px;
    }

    .userKO {
        width: 50%;
        margin-left: 0;
    }

    .userDetails {
        width: 60%;
    }

    .logo {
        width: 49.4505%;
        margin-left: 25.2747%;
        margin-top: 20px;
    }

    .logox {
        width: 83.1501%;
        margin-left: 8.4249%;
        margin-top: 20px;
        height: 120px;
    }

    #vsebina {
        width: 83.1501%;
        margin-left: 8.4249%;
    }

    #vsebinax {
        width: 83.1501%;
        margin-left: 8.4249%;
    }

    .login {
        margin-left: 12.7071%;
        width: 74.5856%;
    }

    .nap {
        font-size: 1em;
    }

    .demo {
        font-size: 1em;
        width: 100%;
        margin-left: 0;
    }

    .vnos input {
        font-size: 1em;
        padding: 5px;
    }

    .hide_mobile {
        display: block;
    }

    .hide_tablet {
        display: block;
    }

    .napis {
    }

    .izbira {
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }

    .userNast, .userNastx {
        width: 75%;
    }

    .deqDetails, .deqDetailss {
        width: 97.5%;
    }

    .ustop {
        width: 99.3%;
    }

    .deqDetailsNew {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .userNast, .userNastx {
        width: 50%;
    }
    #vsebinax {
        width: 75.15%;
        margin-left: 12.4249%;
    }

}
