﻿
/*.text-body {
    color: white;
}*/

/*.back-warning {
    background-color: rgb(236,23,0) !important;
}

.back-expected {
    background-color: rgb(139, 233, 0) !important;
}

.back-sucess {
    background-color: rgb(111,185,0) !important;
}*/

.fixed-column {
    position: absolute;
    background-color: white;
    width: auto;
    border-right: 1px solid #ddd;
    opacity: .97;
    box-shadow: 2px 0px 5px #E7E7E7;
}

.table-fixed > tbody > tr > td .glyphicon {
    position: static;
}

.table-hidden > thead > tr > th:first-child, .table-hidden > tbody > tr > td:first-child, .table-hidden > tbody > tr > td:first-child>a  {
    color:transparent;
}


.table-striped > tbody > tr.back-success:nth-child(odd) > td, .table-striped > tbody > tr.back-success:nth-child(even) > td,.table-striped > tbody > tr:nth-child(odd) > td.back-success , .table-striped > tbody > tr:nth-child(even) > td.back-success {
    color: white;
    background-color: rgb(111,185,0);
}

.table-fixed > thead > tr > th:first-child {
    white-space: nowrap;
}

.table-striped > tbody > tr:nth-child(odd) > td.back-expected , .table-striped > tbody > tr:nth-child(even) > td.back-expected   {
    color:white;
     background-color:rgb(139, 233, 0)!important;
}
.table-striped > tbody > tr:nth-child(odd) > td.back-warning  , .table-striped > tbody > tr:nth-child(even) > td.back-warning   {
    color:white;
    background-color:rgb(236,23,0);
}

.text-pagination {
  vertical-align: top;
  margin-top: 30px;
  margin-right: 20px;
}

.checkboxMargin {
    vertical-align: middle;
  margin-top: 0px!important;
}

.color-primary {
  background-color: #428bca;
}

.form-search {
    line-height: 1.42857;
    color: #555;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    border-radius: 2px;
    background-color: #f0f0f0;
    text-indent: 2em;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 2% 50%;
    background-width: 1em;
    background-height: 1em;
}

    .form-search:focus {
        border-color: #ed1c24;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(207,0,50,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(207,0,50,0.6);
    }

    .form-search::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-search:-ms-input-placeholder {
        color: #999;
    }

    .form-search::-webkit-input-placeholder {
        color: #999;
    }

    .form-search[disabled], .form-search[readonly], fieldset[disabled] .form-search {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }
