﻿
body {
    font-weight 600;
}


@media screen and (max-width: 480px) {
  
    .hidePhone {
        display: none;
    }
}

@media screen and (max-width: 1681px) {

    .hideTablet {
        display: none;
    }
}

tr.even:hover {
    background-color: lightcyan;
}


tr.odd:hover {
    background-color: lightcyan;
}

tbody>tr>td {
    font-weight: 600 !important;
}

thead {
    background-color: Gainsboro !important;
}

.keyfield {
    color: red !important;
    font-weight: 700 !important;
}

.form-group {
    margin-top: 3px;
}

.panel .panel-heading .panel-title {
    font-size: 0.85rem; 
}
input.form-control {
    color: blue !important;
    font-weight: 800 !important;
}

label.control-label {
    font-weight: 800 !important;
    margin-top: 5px !important;
}

#button-line {
    margin-top: 12px;
}

#topbutton {
    margin-right: 0 !important;
    margin-bottom: 4px !important;
    padding-right: 4px !important;
}
.row-condensed 
{
    height: 8px !important;
}

div.alert {
    font-size: 16px !important;
}