
label{ color:#666; font-size: 14px; display: block;}
label.under{font-size: 12px;line-height: 125%;}
label.under.datePostupak{margin-left: 498px; margin-bottom: 10px;}
.label{font-size: 12px; color: #01397f; display: block; clear: both; line-height: 125%; font-weight: bold}
.label.underText{margin-left: 498px; margin-bottom: 10px;}
label.left input.decimal,  label.left input.decimalPositive{margin-left: 5px;}
label.left{margin: 5px 30px 0 0; width: 750px;}
label.left.sifraLabel{width: auto;}
label.subsubTitle{font-weight: bold;}
select{ background: #fff; border: 1px solid #8fA6BD; color: #666; font-size: 14px; margin-bottom: 10px;padding: 6px 10px; width: 100px;}
textarea{background: #fff; border: 1px solid #8fA6BD; color: #666; font-size: 14px; margin-bottom: 10px;padding: 13px 20px; width: 900px; height:170px;}
.full-element input{width:918px;}

label.addCompany{font-weight: bold;}

.crno { color:#000; font-size: 24px;}
.crveno { color:#ff0000; font-size: 24px;}




/* The Modal (background) */

body.modal-open {
   
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-left: 220px;
}


/* Modal Content/Box */
.racun-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    border-radius: 3px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 

body.modal-open #container {
    position:initial;
}

body.modal-open {
    position: relative;
}


#part3 #racunPopup .racun-content {
    width: 26%;   
    height: 285px;
}

#part3 #racunPopup .racun-content input {
    width: 100%;
    padding: 6px 0;
}

#part3 #racunPopup .racun-content button {
    padding: 6px 60px;
    margin-top: 10px;
}
.t-c{
    text-align: center;
}
.padd{
    padding: 20px;
}