﻿
.sreach-text-container{
    background-image:url('images/searchline.png');
    background-repeat:no-repeat;
}

.icon-search-color{
    color:#58595B !important;
}

.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;*/
}

.breadcrumb {
     background-color: inherit; 
}

.breadcrumb > li + li:before {
    color:#58595B;
}

table { 
    border-collapse: separate; border-spacing: 5px; 
    
} 

thead{
  background-color: #d4e9f0;
  height:35px;
 
}

thead th {
    color: #58595B;
    padding:15px;
    border-bottom: none !important;
}

tbody td {
  background-color: #f1f1f2;
  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;
}

.checkbox label {
    font-weight: bold;
}


