﻿
.btn-primary {
    background-color:#3292ba !important;
}

.btn-primary:hover, btn-primary:focus {
    background-color:#266ebc !important;
}

.btn-default.action {
    background-color:#ff424f !important;
    color:#ffffff;
}

.btn-default.action:hover, btn-default.action:focus {
    background-color:#d43225 !important;
}

.popover {
    /*background-color: #58595B !important;*/
    /*color:#ffffff;
    font-size:14px;*/
    font-weight:200;
}

.popover.bottom .arrow:after {
    /*border-bottom-color: #58595B;*/
}

.table {
    /*border-collapse: separate;*/
    /*border-spacing: 2px;*/

}

thead{
  background-color: #f1f1f2;
  height:35px;
 
}

thead th {
    font-size: 12px;
    padding:5px;
    border-bottom: none !important;
}

tbody td {
  background-color: #ffffff;
  /*color: #58595B;*/
  border-top: none !important;
}

tr td:first-child,
tr th:first-child {
  /*border-top-left-radius: 5px;*/
  /*border-bottom-left-radius: 5px;*/
}

tr td:last-child,
tr th:last-child {
  /*border-top-right-radius: 5px;*/
  /*border-bottom-right-radius: 5px;*/
}

.control-group inline {
    display: inline-block;
    vertical-align: top;
}

