﻿#app {
    
    min-height: 700px;
}

#app .icon-loader{
    position:absolute;
    margin-left:-5px;
    margin-top:-8px;
    background:none;
    
}

#app .controls .buttons, #app .controls select {
    font-size: 16px !important;
    
}



    #app table {
        margin-top: 20px;
        margin-bottom: 20px;
        box-shadow: 1px 1px black;
        width: 100%;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
    }

#app h2{
    margin-top:10px !important;
}

    #app table td, #app table th {
        padding: 2px 8px 2px 8px;
        border-top: 1px solid #999;
        border-left: 1px solid #999;
    }

    #app table thead th{
        font-weight:bold;
    }

    #app table thead th:nth-child(1) {
        border-width: 0 1px 1px 0;
    }

    #app table th:nth-child(1){
        width: 200px;
        font-weight: bold;
    }

        #app table tr.total{
            background:#cbd7dd
        }

        #app table tr.total {
            font-weight: bold;
        }

.shelteronhand th:nth-child(1),.leftinshelter th:nth-child(1){
    opacity:0;
}

#app .controls button {
    width: 70px;
    margin: 0 0 10px 0;
    border-radius: 4px;
    font-size: 11px;
    height: 30px;
}

#app .controls select{
    font-size: 12px;
    height: 32px;
    margin: 0 0 10px 0;
}

#app .controls button{
    display:inline;
    position:relative;
    min-height:31px !important;
    margin-left:2px;
    top:-2px;
}

@media(max-width:500px) {
    #app{
    font-size:14px;
}
}
