.head_grid {
    background: rgb(238, 238, 238) none repeat scroll 0% 0%;
    border: 1px solid rgb(221, 221, 221);
    padding: 6px;
}

.chosen-container-single .chosen-single {
    background: #FFF;
    box-shadow: none;
}
.chosen-select.form-control {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.chosen-select.input-sm {
    height: 22px !important;
    line-height: 22px;
}
.chosen-select.input-sm > a {
    height: 22px !important;
    line-height: 22px;
}
.chosen-select.input-sm > a > .search-choice-close{
    top: 5px;
}
.chosen-select.input-sm > a > div > b{
    background: url(../img/chosen-sprite.png) no-repeat 0 1px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-info {
    border-left-color: #0084cc !important;
}
.bs-callout {
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #c5c5c5;
    color: #333;
    border-left-width: 5px;
    border-radius: 3px;
    background: #FFF;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    font-size: 12px;
}

.ms-container {
    width: 100%;
    margin: 0 auto;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: 0px;
    border-bottom: 1px solid #0084cc !important;
    color: #000;
    background: #F5F5F5;
    height: 25px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}
.table {
    border-top: 2px solid #0084cc !important;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px;
}
.table tr:nth-child(even) {
    background-color: #f3fcff;
    border-top: 1px solid #ddd;
}
.table > tbody > tr > td, .table > thead > tr > th {
    border: 1px solid #ddd;
}
.table > tbody > tr:nth-child(odd) {
  background-color: #FFF;
  border-top: 1px solid #ddd;
}
.table-green > tbody > tr:nth-child(even) {
  background-color: #ECECEC;
}
.table-green tr:nth-child(odd) {
  background-color: #f3fcff;
}
.table-green, .table-red {
    border: 0px !important;
}
.table-green > thead:first-child > tr:first-child > th {
    border-right: 1px solid #46B9C0 !important;
    border-bottom: 1px solid #46B9C0 !important;
    color: #FFF;
    background: #46B9C0;
    font-size: 13px;
    font-weight: normal;
    padding: 10px;
}
.table-green > tbody > tr > td, .table-green > tbody > tr > th, .table-green > tfoot > tr > td, .table-green > tfoot > tr > th, .table-green > thead > tr > td, .table-green > thead > tr > th, .table-red > tbody > tr > td, .table-red > tbody > tr > th, .table-red > tfoot > tr > td, .table-red > tfoot > tr > th, .table-red > thead > tr > td, .table-red > thead > tr > th {
    border: 1px solid #E6E6E6 !important;
    padding: 10px;
    color: #222222;
}
.table-red > thead:first-child > tr:first-child > th {
    border-right: 1px solid #E84C3C !important;
    border-bottom: 1px solid #E84C3C !important;
    color: #FFF;
    background: #E84C3C;
    font-size: 13px;
    font-weight: normal;
    padding: 10px;
}
