﻿.table tbody tr.highlight td {
    /*background-color: #2196F3;*/
    background-color: #03A9F4;
    color: white
}

#btnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    /*font-size: 18px;*/
    width: 50px;
    height: 40px;
    border: none;
    outline: none;
    background-color: #2196F3;
    color: white;
    cursor: pointer;
    /*padding: 15px;*/
    border-radius: 10px;
}
    #btnTop:hover {
        background-color: #555;
    }

.table {
    width: 100% !important
}

.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    /*content: "\e114";*/ /* adjust as needed, taken from bootstrap.css */
    content: "\2212"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    /*content: "\e080";*/ /* adjust as needed, taken from bootstrap.css */
    content: "\2b"; /* adjust as needed, taken from bootstrap.css */
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}