.login{
    max-width: 400px;
    margin: auto;
}

#msg{
    max-width: 400px;
    margin: 20px auto !important;
    display: none;
}

.alert-success{
    padding: 30px;
    font-size: 24px;
}

/* ------- navbar -------- */
.navbar-brand{
    cursor: default;
    color: #fff !important;
}
.navbar-brand:hover{
    color: #fff;
}

.navbar {
    margin-bottom: 0;
    background-color: #337ab7;
    font-size: 14px !important;
    border: 0;
    border-radius: 0;
    padding: 10px 0px 10px 0px;
}
.navbar li a, .navbar .navbar-text {
    color: #fff !important;
    transition: background-color 0.5s, color 0.5s;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #337ab7 !important;
    background-color: #cce5ff !important;
}

/***************************************/

/* ------- yleiset -------- */

.glyphicon {
    margin-right: 5px !important;
}

.to-top{
    font-size: 50px;
    position:fixed;
    bottom: 20px;
    right: 100px;
    display:none;	
    z-index: 10;
}

#loader{
    width: 100%;
    height: 300px;
    background: url('../images/pre-loader.gif') 50% 50% no-repeat rgb(255,255,255);
}
#loader-otsikkotiedot, #loader-rivitiedot {
    width: 100%;
    height: 300px;
    background: url('../images/pre-loader.gif') 50% 50% no-repeat rgb(255,255,255);
}
/***************************************/



/* ------- laskulista -------- */

#laskutaulukko {
    font-size: 14px;
}
#laskutaulukko th{
    background-color: #337ab7;
    color: #fff;
    transition: background-color 0.5s, color 0.5s;
}

#laskutaulukko th:hover{
    cursor: pointer;
    background-color: #cce5ff;
    color: #337ab7;
}
#laskutaulukko tr{
    transition: background-color 0.5s, color 0.5s;
}
#laskutaulukko tr:hover {
    background-color: #cce5ff;
    color: #337ab7;

    /* background-color: #d1e0e0;
     color: #333333; */
    cursor: pointer;
}

.well{
    margin-top: 10px;
    box-shadow: 3px 3px 5px #ccc;
}




/* ------- näytä-lasku -------- */

#kutista-rivit{
    display: none;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.laskurivi{
    margin-top: 5px;
}
#kayttaja-valinta{
    display: none;
}
#laskurivit-container h3{
    margin: 0 !important;
}

.rivi-toiminnot{
    margin-bottom: 15px;
}
.hidden {
    display:none;

}
.copy{
    margin: 20px 0px 20px 0px;
}
.dok{
    font-size: 40px;
    color: #a94442;
}
.resize{
    font-size: 20px;
}
#hylkays-lomake{
    display: none;
}

/***************************************/