/* Write your custom CSS here */
.page-inner {
background: #22baa0 !important;
}

.tab-content {
background: #22baa0 !important;
}
.form-control-id {
padding-left: 5px !important;
color: #131313 !important;
}
body {

/*font-family: 'Open Sans', sans-serif;*/
font-family: 'Roboto', sans-serif;
font-size: 13px;
color: #0a483e !important;
}

.btn-primary {
background-color: #187767 !important;
color: #fff !important;
border: 1px solid #187767 !important;
}
.btn-group.open .btn-primary.dropdown-toggle, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn.btn-primary.active{
background-color: #33d6ba !important;
}
.btn-secondary
{
background-color: #187767 !important;
color: #fff !important;
border: 1px solid #187767 !important;
}
.btn-group.open .btn-secondary.dropdown-toggle, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover, .btn.btn-secondary.active{
background-color: #33d6ba !important;
}
.page-breadcrumb {
background: #187767 !important;
}
.page-breadcrumb ol.breadcrumb li a, .page-breadcrumb ol.breadcrumb li.active {
color: #ffffff !important;
}
label.error {
color: #187767 !important;
}
table {
font-size: 13px !important;
}


form .form-control::-webkit-input-placeholder { 
color: #187767;
}

form .form-control::-moz-placeholder {
color: #187767;
}
form .form-control:-ms-input-placeholder {
color: #187767;
}
form .form-control:placeholder {
color: #187767;
}
.form-control {
font-weight:bold !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #187767 !important;
font-weight: bold !important;
}

.input-group-addon {
color: #fff !important;
background-color: #187767 !important;
border: 1px solid #187767 !important;
}


.btn-info {
background-color: #187767 !important;
color: #fff !important;
border: 1px solid #187767 !important;
}
.btn-group.open .btn-info.dropdown-toggle, .btn-info:active, .btn-info:focus, .btn-info:hover, .btn.btn-info.active{
background-color: #009c82 !important;
}
#table1 tr {
border: 1px solid #22baa0 !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #54e8cf !important;
}
.panel-white {
background: #48d6be !important;
border: 1px solid #e9e9e9!important;
}
a {
color: #000000 !important;
text-decoration: none;
}
#table1 td {

color: #d70100 !important;
font-weight: bold !important;
}
.btn-success {
    background-color: #187767 !important;
    color: #fff !important;
    border: 1px solid #187767 !important;
}

.btn-group.open .btn-success.dropdown-toggle, .btn-success:active, .btn-success:focus, .btn-success:hover, .btn.btn-success.active{
    background-color: #009c82 !important;
}
.table td, .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: 9px!important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e8fffb !important
}
tr {
    color: #000 !important;
}
.table-striped tr {
    background-color: #c2efe7;
}
.select2-selection--multiple .select2-selection__choice {
    background: transparent !important;
    border: 1px solid transparent !important;
font-weight: bold;
    color: #187767 important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #187767 !important;
}
.serial-num {
    text-align: center;
}