.SelectRubrike {
    float: right;
    position: relative;
    border: none;
    width: 300px;
    height: 200px;
    margin: 0px 0px 15px 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    text-align: left;
}

.FormCarListHead {
    position: relative;
    float: left;
    width: 944px;
    min-height: 12px;
    padding: 7px 0px 7px 0px;
    margin: 0px 0px 7px 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E9E9E9;
    vertical-align: bottom;
}

.FormCarList {
    float: left;
    position: relative;
    border: none;
    width: 944px;
    height: 30px;
    margin: 0px 0px 0px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    color: #000000;
    text-align: left;
}

.FormCarListTip {
    float: left;
    position: relative;
    border: none;
    width: 407px;
    font-weight: bold;
    text-align: left;
    padding-left: 7px;
}

.FormCarListData {
    float: left;
    position: relative;
    border: none;
    width: 110px;
    font-size: 12px;
    text-align: center;
}

.FormCarListProdaja {
    float: left;
    position: relative;
    border: none;
    width: 200px;
    font-size: 12px;
    text-align: center;
}

.FormEditRow {
    position: relative;
    float: left;
    background-color: #FFFFFF;
    width: 614px;
    min-height: 60px;
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 0px 0px;
}

.FormEditRow399 {
    position: relative;
    float: left;
    width: 399px;
    min-height: 7px;
    padding: 0px;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    border-style: none;
}

.FormEdit190 {
    position: relative;
    float: left;
    background-color: #FFFFFF;
    width: 190px;
    height: 25px;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.Preverjanje {
    position: relative;
    float: left;
    background-color: #ff0000;
    width: 198px;
    padding: 20px 0px 20px 0px;
    margin: 20px 0px 20px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff0000;
    text-align: center;
    color: #ffff00;
    font-weight: bold;
}

.Preverjanje span {
    position: relative;
    float: left;
    width: 198px;
    line-height: 20px;
}

input[type="file"] {
    /*  display: none; */
    border: solid 2px #E9E9E9;
    background: #E9E9E9;
    width: 270px;
    height: 25px;
    padding: 5px;
}

.button-file-upload {
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
    width: 210px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 32px;
    border: solid 1px #da7c0c;
    background: #f47a20;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.button-file-upload span {
    margin: 0 3px -3px 0 !important;
    padding: 0 0 0 20px;
    vertical-align: middle;
    border: none;
    width: 32px;
    height: 32px;
}

.button-file-upload i {
    padding: 0 10px 0 10px;
    ;
    vertical-align: middle;
}

.button-file-upload:hover {
    border: solid 1px #000000;
    color: #FFFFFF;
    background: #072F57;
}

.button-file-upload:active {
    color: #FFFFFF;
    top: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#010910), to(#1d446c));
    background: -moz-linear-gradient(top, #010910, #1d446c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#010910', endColorstr='#1d446c')
}

.ProdajaNajemForm {
    display: none;
}

.ProdajaNajemForm.active {
    display: block
}