/* ------------------- Overwrite the Bootstrap CSS ----------------------------------*/
html
{
    font-family: "Verdana" , "Helvetica" , "Tahoma";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.btn
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 6px;
    font-size: 11px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


label
{
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
  
}



.panel-default > .panel-heading
{
    color: #676a6c;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.2px;
    background-color: #ffffff;
    border-color: #dddddd;
    border-bottom: 1px solid #ffffff;
    text-align: left;
}

.panel-primary
{
    border-color: #dddddd;
}

.panel-primary > .panel-heading
{
    color: #676a6c;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.2px;
    background-color: #ffffff;
    border-color: #dddddd; /* border-bottom: 1px solid #ffffff; */
    text-align: left;
}

.panel-body
{
    padding: 0px; /* background-color: #f5f5f5 */
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th
{
    color: #676a6c;
    background-color: #f5f5f5;
}

input[type="file"] {
  display: inline;
}

.form-control {
    display: inline;
    height: 24px;
    padding: 2px 6px;
    font-size: 11px;
    line-height: 1.2;
}




/* ------------------- End for Overwrite the Bootstrap CSS ----------------------------------*/
