/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 7, 2017, 2:24:13 PM
    Author     : Filip Kisić local
*/

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

#global_container{
    min-height:100%;
    position:relative;

}

#header{

}

#content {
    margin:0 auto;
    max-width: 95%;
    padding:10px;
    padding-bottom:80px;   /* Height of the footer */
}


#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
}



form label{

    width:180px;
    display:inline-block;


}

form label.manjiaa {

    width:75px;
    display:inline-block;

}

form input.iznos {

    padding:10px;    
    border:none;
    border-bottom:1px solid #808080;
    width:120px;
    text-align: right;
}

form div a.w3-btn{

    width:35px;
    height: 30px;
    align-content: center;
    padding:0px;

}

form div label{

    width:180px;
    display:inline-block;
    padding:8px;
}


#dozvoleTablica{
    table-layout: fixed;
    max-width: 600px;
}

form input[type="radio"]{
    width:150px;

}

form input, select.formSelect{

    padding:10px;  
    border:none;
    border-bottom:1px solid #808080;
    width:300px;
    margin:2px;

}

input[type="submit"]
{

    width:250px;
    border:none;display:inline-block;outline:0;padding:6px 16px;vertical-align:middle;overflow:hidden;text-decoration:none !important;color:#fff;background-color:#000;text-align:center;transition:.2s ease-out;cursor:pointer;white-space:nowrap;
    color:#fff !important;background-color:#2196F3 !important;
    margin:4px !important
}

a.w3-btn {

    min-width: 250px;

}

td a.w3-btn {

    min-width: auto;
    min-height: auto;


}

.tablicaGumbi {

    width: 200px;



}

td.tablicaId {

    width: 110px;

}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.w3-striped tbody tr:nth-child(even){
    background-color:#cfe8fc;
}

a.veci{
    width: 350px;

}

td.text-right{

    text-align: right;

}

th.noDisplay, td.noDisplay{

    display: none;

}


.w3-margin-4{
    margin:4px!important
}
