/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-Aug-2016, 16:42:28
    Updated on : 31-Aug-2017
    Author     : ZakS
*/

.btn-inline {
    padding: 0px 8px;
    background: transparent;
    border: none;
}

.btn-inline:hover, 
.btn-inline:active, 
.btn-inline:focus {
    background: transparent !important;
    border: none !important;
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;
    outline: none !important;
}

.dt-cell-left {
    text-align: left;
}
.form-horizontal .child-table {
    background-color: #fff;
}

.dt-cell-center {
    text-align: center;
}

.dt-cell-right {
    text-align: right;
}

.table > thead {
    background-color: #819eb4;
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.table > tbody {
    color: #000;
    font-size: 12px;
}

.table > tbody > tr.odd {
    background-color: #E1E1E1 !important;
}

.table > tbody > tr.even {
    background-color: white;
}

.table > tbody > tr:hover {
    background-color: #F5891F;
    color: white !important;
}

.table > tbody > tr.odd:hover {
    background-color: #F5891F !important;
    color: white !important;
}
.table > tbody > tr.selected {
    color: #3f7cb1;
} 

.table > tbody > tr.odd.selected {
    color: #3f7cb1;
    background-color: #abb9d3;
}

.table > tbody > tr.even.selected {
    color: #3f7cb1;
    background-color: #B0BED9;
}

.table > tbody > tr > td.selector {
    width: 4%;
    text-align: center;
}

.table > tbody > tr > td.selector:before {
    font-family: FontAwesome;
    content: "\f096";
}

.table > tbody > tr.selected > td.selector:before {
    font-family: FontAwesome;
    content: "\f046";
}

/*
    HEADER
*/

.input-sm {
    border-radius: 0px;
}

/*
    BUTTONS
*/

div.dt-buttons > a.btn-default {
    font-size: 14px;
    background: #F5891F;
    color: white;
    border-radius: 8px !important;
}

div.dt-buttons > .btn:hover {
    color: white !important;
    background: #e37f1d !important;
    z-index: 0;
}

ul.dt-button-collection {
    border-radius: 0px;
    background-color:  #e37f1d;
    border-radius: 8px;
}

ul.dt-button-collection > li {
    background-color: #e37f1d;
    color: #fff;
}

ul.dt-button-collection > li > a {
    color: #fff;
    font-size: 14px;
}

ul.dt-button-collection > li:hover {
   background-color: #e37f1d;
    color: #fff;
}

ul.dt-button-collection > li:hover > a, 
ul.dt-button-collection > li > a:focus{
    background-color: #F5891F !important;
    color: #fff;
}

.oilstar-buttons {

}

.oilstar-buttons-first {
    margin-left: 1em !important;
}

/*
    FOOTER
*/

.pagination {
    border-radius: 0px;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*
    TOOLBAR 
*/

#toolbar .foodworks-label {
    padding-left: 0px;
}

/*
    HALF TABLE 
*/

.group-tables > .half-table:first-child {
    padding-right: 5px;
}

.group-tables > .half-table:last-child {
    padding-left: 5px;
}

.half-table {
    width: 50%;
    float: left;
}

