html, body {
    background: #e7e9ec !important;
}

.raw-material-section {
    width: 992px;
    margin: auto;
}

.text-color {
    text-align: center;
    width: 100%;
    display: block;
    color: #c1bebe;
}

.cal-section input {
    height: 50px;
    border: none;
    font-size: 34px;
    margin-top: 10px;
}

.cal-section .cal-btnSection {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .cal-section .cal-btnSection a {
        flex-basis: 33%;
        margin-bottom: 3px;
        padding: 25px 11px;
        background: #f5f5f5;
        border-color: #f5f5f5;
        color: #333;
    }

        .cal-section .cal-btnSection a.register {
            background: #edac39;
            border-color: #edac39;
            color: #fff;
        }

        .cal-section .cal-btnSection a.delet {
            background: #d74b5d;
            border-color: #d74b5d;
            color: #fff;
        }

.project-qua label {
    display: block;
    margin-bottom: 5px;
}

.project-qua .ui-spinner {
    height: 30px !important;
    width: 150px;
}

    .project-qua .ui-spinner .ui-spinner-input.spinner-both {
        color: #635d5d;
        padding: 0 !important;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }

.categories-section {
    margin-top: 40px;
}

.project-qua {
    margin-top: 10px;
    text-align: left;
    padding: 0;
}

    .project-qua label {
        text-align: left;
    }

.custom-categories fieldset {
    padding-top: 0px;
}

    .custom-categories fieldset .checkbox {
        margin-bottom: 20px !important;
    }

.registration-filter {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

    .registration-filter .left-filter {
        width: 300px;
        background: #f1f3f6;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .registration-filter .calculator {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-basis: 100%;
        position: relative;
        flex-wrap: wrap;
    }

        .registration-filter .calculator .row {
            width: 75%;
        }

.filter-header {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border-bottom: 1px solid #fff !important;
    padding: 11px !important;
    text-transform: uppercase;
    margin: 0 !important;
    background: transparent !important;
}

    .filter-header h2 {
        padding: 0;
        margin: 0px;
        font-size: 14px;
        font-weight: bold;
    }

ul.number-section {
    list-style-type: none;
    margin: 0px;
    padding: 0px 15px 10px 15px;
}

    ul.number-section li {
        width: 130px;
    }

        ul.number-section li input {
            text-align: center;
            font-weight: bold;
        }

        ul.number-section li .input-group-addon.left {
            background: #edac39;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            color: #fff;
        }

        ul.number-section li .input-group-addon.right {
            background: #4CAF50;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
            color: #fff;
        }

ul.bottom-categories {
    list-style-type: none;
    margin: 0px;
    padding: 10px 15px 15px 15px;
}

ul.popup-cat li {
    margin-bottom: 15px;
    width: 50%;
    float: left;
}

ul.bottom-categories li:nth-last-child(01) {
    margin-bottom: 0px;
}


.custom-cat .checkbox,
.custom-cat .radio {
    line-height: 9px !important;
}

.cal-section {
    margin: 0 0 25px 0;
    padding: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
    box-shadow: 0 2px 5px 0 rgba(113, 113, 113, 0.39);
    position: relative;
}

/*.cal-section .fa {
        color: #cac5c5;
        transform: rotate(55deg);
        font-size: 40px;
        position: absolute;
        top: 80px;
    }*/

.customcross {
    margin-left: -1px;
    background: #eee;
    border: 0;
    height: 49px;
    top: 6px;
    color: #999;
}

.cusheading {
    /*background: #fff;*/
    padding: 0px 10px;
    margin: 0;
    /*border-bottom: 1px #eee solid;*/
}

.nopadding {
    padding: 0 !important;
}

.cus-card {
    background: #fff;
    margin-bottom: 1px;
    padding: 10px;
    box-shadow: 0 0 4px #ddd;
}

.mt-2 {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
}

.maindv {
    margin: auto;
    width: 50%;
}

.ml-1 {
    margin-left: 5px !important;
}

.rawlist {
    margin-top: -20px;
}

.margintop1 {
    margin-top: 20px !important;
}

.border-top {
    border-top: 1px #ccc solid !important;
}

/*.custom-table thead tr {
    background: #1a74b1 !important;
    color: #fff !important;
}*/

.custom-table tr td,
.custom-table tr th {
    padding: 6px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.custom-table tr th {
    background: #fff !important;
    border-bottom: 2px #eee solid !important;
}

.custom-table tr:hover {
    background: #eee !important;
}

.header-btn {
    padding-right: 10px;
}

    .header-btn button {
        margin-right: 5px;
    }



.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    height: 32px !important;
}


.modal-bg-view {
    background: #efefef
}

.white-bg-view {
    background: #fff;
    padding: 13px 13px 0;
}



.mandatory {
    color: red;
    font-size: 12px;
    font-family: "Times New Roman", Times, serif;
}

.has-error {
    color: red;
    display: none;
    font-size: 11px;
}



.form-item.input-group input.custom-scroll {
    height: 46px;
    background: #eee;
}


.cus-nofoot .dt-toolbar-footer {
    display: none;
}

footer.form-submit {
    padding-bottom: 10px !important;
    text-align: right;
}

.fixed-height {
    max-height: 200px;
    overflow: auto;
}


th.rotate {
    /* Something you can count on */
    height: 270px;
    white-space: nowrap;
}

th.rawrotate {
    height: 189px !important;
}

.customer-table {
    table-layout: fixed;
    width: auto !important;
}

    .customer-table tr td,
    .customer-table tr th {
        min-width: 60px;
    }

        .customer-table tr th:nth-child(even) {
            background: #ddd;
        }

        .customer-table tr td a,
        .customer-table tr th a {
            color: #333;
        }

th.rotate > div {
    transform:
    /* Magic Numbers */
    translate(25px, 51px);
    /* 45 is really 360 - 45 */
    /*rotate(90deg);*/
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    width: 30px;
    vertical-align: middle;
    margin: auto;
}

    th.rotate > div > span {
        /*border-bottom: 1px solid #ccc;*/
        padding: 5px 10px;
    }


.categories tr th:nth-child(odd),
.categories-data tr th:nth-child(odd) {
    background: #cedce4;
}

#odd {
    background: #eee;
    color: #333;
}

#even {
    background: #fff;
    color: #333;
}

#odd,
#even {
    min-width: 30px !important;
    // z-index:1;
}

.width300 {
    width: 150px;
}

#odd a, #even a, .add-species {
    background: darkseagreen;
    color: #fff !important;
    padding: 1px;
    position: relative;
    top: 0;
    border-radius: 50px;
    transition: all 0.2s ease-in;
    display: inline-block;
    width: 20px;
    margin-left: 7px;
    text-align: center;
}


    #odd a:active, #even a:active {
        box-shadow: none;
    }


.odd-td {
    background: #eee;
    color: #333;
}

.even-td {
    background: #fff;
    color: #333;
}

.theading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


    .theading a {
        text-align: center;
    }

.box-shadow {
    box-shadow: -31px 32px 53px rgba(0,0,0,.2) !important;
}

nav ul li:hover {
    cursor: pointer;
}

.modal-header h1 {
    letter-spacing: 0px;
    font-size: 19px;
}

.dt-toolbar-footer {
    border: 1px solid #ccc !important;
    border-top: 0 !important;
}

table.dataTable {
    margin-bottom: 0 !important;
}


aside {
    background: linear-gradient(to right,#141E30 1%,#243B55 100%) !important;
}

.page-footer, .login-info, #ribbon {
    background: #21364e !important;
}

#header {
    background: #fff !important;
}

.jarviswidget {
    border: 0 !important;
    border-radius: calc(.15rem - 1px);
    box-shadow: 0 2px 5px rgba(0,0,0,.10);
}

    .jarviswidget > header {
        border: 1px solid #dee1e6;
    }

.dt-toolbar {
    border: 0;
}

.modal-popup-header {
    background: #21354d !important;
}

.modal-footer {
    background: #eee;
    padding: 10px !important;
}

.input-group-addon {
    background: #eee !important;
}

    .input-group-addon.left i,
    .input-group-addon.right i {
        color: #666;
    }

.login .label {
    margin-bottom: 0 !important;
    padding: .2em 0.6em 0.5em 0em !important;
}

nav ul li a:active {
    background: transparent !important;
}

.empdate-col {
    display: flex;
    align-items: flex-end;
}

.pointer {
    cursor: pointer;
}


.emp-btn-section {
    width: 80%;
    margin: auto;
}

    .emp-btn-section .col-sm-12 {
        padding: 10px 0 !important;
    }

#div_clone {
    max-height: 280px;
    overflow: auto;
}

.raw-price-lab label {
    padding-right: 9px;
    position: relative;
    top: -4px;
}

.badge-danger {
    background-color: #a90329 !important;
}

.checkbox-margin label {
    margin: 0 15px;
}

.dataTables_empty {
    padding: 20px !important;
    font-size: 25px;
    color: #ccc;
}



.checkbox-cus input {
    float: left;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

#divAddRolePopup {
    width: 800px;
}

    #divAddRolePopup .checkboxSection h3 {
        margin: 10px 0;
        font-size: 16px;
    }

    #divAddRolePopup .checkboxSection ul {
        padding-left: 90px;
    }

        #divAddRolePopup .checkboxSection ul li label {
            min-width: 150px;
            font-weight: normal;
        }


/* spinner formation */
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

.rawmaterial-heading {
    background: #fff;
}

    .rawmaterial-heading .d-flex {
        display: flex;
    }

    .rawmaterial-heading button {
        margin-right: 5px;
    }

@media(max-width:991px) {
    #divAddRolePopup {
        max-width: calc(100% - 30px);
        width: 100%;
    }
}

@media(max-width:767px) {

    .flex-wrap-xs {
        flex-wrap: wrap;
    }


    .rawmaterial-heading {
        padding: 10px !important;
    }

    .flex-wrap-xs .select2 {
        margin-bottom: 10px;
    }

    .checkbox-margin label {
        width: 100%;
        margin: 0 0 10px 0px !important;
    }

    .header-btn {
        padding: 10px;
        width: 100%;
        float: none !important;
    }

        .header-btn button {
            width: 100%;
            margin: 5px auto;
        }

    /*.headfix {
        margin-top: 45px;
    }*/


    .customer-table {
        table-layout: auto !important;
    }

    .registration-filter .left-filter {
        margin-right: 0 !important;
        width: 100px;
    }

    .custom-sm-form fieldset {
        padding: 0;
    }

    .filter-header h2 {
        font-size: 12px;
    }


    .left-filter {
        flex-basis: 50%;
    }

    ul.number-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5px;
    }

        ul.number-section li {
            flex-basis: 80%;
        }

            ul.number-section li .calc_number {
                min-width: 59px;
            }

    ul.bottom-categories {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5px;
    }

    .smart-form .checkbox, .smart-form .radio {
        line-height: normal;
        font-size: 11px;
    }

    ul.bottom-categories li {
        flex-basis: 100%;
    }

    .project-qua label {
        font-size: 11px;
    }

    .number-section .project-qua {
        margin: 4px 0;
    }

    .project-qua i {
        font-size: 11px !important;
    }

    .project-qua .input-group-addon {
        padding: 2px 4px;
    }

    .project-qua .form-control {
        height: 23px;
        padding: 0;
    }

    .smart-form .checkbox, .smart-form .radio {
        padding-left: 18px;
        margin-top: 7px;
    }

        .smart-form .checkbox input + i:after {
            top: -3px;
            left: 0px;
            width: 13px;
            height: 13px;
        }

        .smart-form .checkbox i, .smart-form .radio i {
            width: 14px;
            height: 14px;
        }

    .cal-section .cal-btnSection a {
        padding: 15px 5px;
        font-size: 12px;
    }

    .cal-section input {
        height: 32px;
        font-size: 18px;
        padding: 0;
    }

    .cusheading {
        display: none;
    }

    .customcross {
        height: 31px;
        top: 6px;
    }

    .productsAlignment {
        margin-bottom: 0px;
    }
}

@media screen (min-width: 320px) and (max-width: 767px) {
    .table-overflow {
        overflow-x: auto !important;
    }
}

@media(max-width:1270px) {
    .raw-material-section {
        width: 100%;
    }

    .width300 {
        width: 150px !important;
        min-width: 150px !important;
    }

    .maindv {
        width: 100%;
    }

    .customer-table {
        table-layout: auto !important;
    }
}

.isSellerClass {
    border-style: solid;
    border-color: #a90329;
    border-width: 5px;
}

.isBuyerClass {
    border-style: solid;
    border-color: #739e73;
    border-width: 5px;
    padding: 2px;
    background: #ffffff;
}

/* table price column  fixed */


.dropPopup-show {
    position: relative;
}

.dropPopup-hide {
    position: unset;
}

div.ytable {
    max-width: 100%;
    /*max-height: 55vh;
    overflow: scroll;*/
    position: relative !important;
    max-height: 67vh;
    overflow: auto;
}

    div.ytable table {
        position: relative !important;
        border-collapse: collapse;
    }

        div.ytable table td,
        div.ytable table th {
            padding: 0.25em;
        }

        div.ytable table thead th {
            position: sticky !important;
            position: -webkit-sticky !important;
            /*/ for Safari / position: sticky;*/
            top: 0;
            background: #fff;
        }

        /*div.ytable table thead tr:nth-of-type(2) th:first-child {
            left: 0;
            z-index: 0;
        }

        div.ytable table thead th:first-child {
            left: 0;
            z-index: 1;
        }*/

        div.ytable table thead tr:nth-of-type(2) th {
            left: 0;
            z-index: 0;
        }

        div.ytable table thead th {
            left: 0;
            z-index: 2;
        }

        div.ytable table thead tr:nth-of-type(1) th:nth-of-type(2) {
            left: 0;
            z-index: 1;
        }

        div.ytable table tbody th {
            position: sticky !important;
            position: -webkit-sticky !important;
            /*/ for Safari / position: sticky;*/
            left: 0;
            background: #FFF;
            border-right: 1px solid #CCC;
        }

        div.ytable table tbody tr:hover td, div.ytable table tbody tr:hover th {
            background: rgba(238, 218, 150, 0.52) !important;
        }

.table-overflow {
    overflow-x: inherit !important;
}

#dt_ContainerList_wrapper {
    margin-bottom: 250px;
}
/*=======================================================
    Dashboard index css 
    ======================================================
*/
.info-box {
    color: #fff !important;
}

/*.alert {
    position: relative !important;
    padding: .75rem 1.25rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid transparent !important;
    border-radius: .25rem !important;
}*/

}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}


.alert-danger, .alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}



.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.bg-aqua, .callout.callout-info, .label-info, .modal-info .modal-body {
    background-color: #55A79A !important;
}

.bg-yellow, .callout.callout-warning, .label-warning, .modal-warning .modal-body {
    background-color: #ffc107 !important;
}

.bg-green, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: #00bf8f !important;
}

.bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body {
    background-color: #dc3545 !important;
}

.bg-light, .callout.callout-light, .label-light, .modal-light .modal-body {
    background-color: #818182 !important;
}


.small-box > .inner {
    padding: 10px;
}

.small-box h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 19px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

span.grid-report-item.green {
    background-color: #00a65a;
    color: #fff;
}

span.grid-report-item.blue {
    background-color: #00c0ef;
    color: #fff;
}

span.grid-report-item.yellow {
    background-color: #f39c12;
    color: #fff;
}

span.grid-report-item {
    padding: .2em .6em .3em;
    border-radius: .25em;
    color: #2e2e2e;
}

.blue-btn:hover {
    background: #3c8dbc !important;
}

.btn-info:hover {
    background: #3c8dbc !important;
}
/*=======================================================
    Dashboard index css 
    ======================================================
*/
.cal_table_block {
    display: inline;
    width: 100%;
    height: 32px;
    padding: 6px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.mb-2 {
    margin-bottom: 20px;
}

.itemDetailsView {
    display: flex;
}

    .itemDetailsView p strong {
        display: inline-block;
        min-width: 125px;
    }


.form-horizontal .label-wrapper {
    display: table;
    min-height: 28px;
}

    .form-horizontal .label-wrapper i.fa {
        width: 16px;
    }

    .form-horizontal .label-wrapper .ico-help {
        display: table-cell;
        color: #3c8dbc;
        font-size: 1.17em;
        padding-left: 6px;
    }

    .form-horizontal .label-wrapper label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }

.mb-3 {
    margin-bottom: 10px !important;
}

.ui-icon {
    width: 28px !important;
    height: 16px;
}

.ui-datepicker .ui-datepicker-next {
    right: 15px !important;
}

#hide-menu > :first-child > a, .btn-header a {
    margin-top: 2px !important;
    width: 40px !important;
    height: 39px !important;
    line-height: 38px !important
}

nav ul ul li > a {
    padding-left: 31px !important;
}

.fixed-navigation .badge {
    padding: 3px 5px !important;
    font-size: 9px !important;
}

nav ul ul {
    background: rgb(21, 32, 50) !important;
}

    nav ul ul li > a:hover {
        background-color: rgb(25, 38, 59) !important;
    }

/*.ui-spinner-input.spinner-left {
    padding: 6px 24px 6px 24px;
}
.ui-spinner-button {
    background: #eee!important;
    padding: 15px;
    z-index: 99;
    right: 0;
   
}
    .ui-spinner-button.ui-spinner-up {
        right: 0!important;
        left: auto!important;
    }
    .ui-spinner-button.ui-spinner-down {
        border-right: 1px solid #ccc !important;
        border-left:none !important;
    }
        .ui-spinner-down:before, .ui-spinner-up:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        color: #666;
        font-size: 14px;
        margin-top: 1px;
        top: 6px;
        position: absolute;
        left: 9px;
    }

.ui-spinner-down:before {
    content: "\f068";
    top: 8px;
}*/
.input-group .Create_field-icon {
    right: 107px;
    top: 9px;
}


table.dataTable thead .sorting {
    background: url(../img/sort_both.png) no-repeat center right !important;
}

table.dataTable thead .sorting_asc {
    background: url(../img/sort_asc.png) no-repeat center right !important;
}

table.dataTable thead .sorting_desc {
    background: url(../img/sort_desc.png) no-repeat center right !important;
}

table.dataTable thead .sorting_asc_disabled {
    background: url(../img/sort_asc_disabled.png) no-repeat center right !important;
}

table.dataTable thead .sorting_desc_disabled {
    background: url(../img/sort_desc_disabled.png) no-repeat center right !important;
}

.smart-form fieldset {
    padding: 3px 14px 5px !important;
}

.deliver_padding {
    padding: 0px 0px 0px !important;
}

.border-legend {
    border: 1px #999 solid !important;
}

    .border-legend legend {
        margin-bottom: 0 !important;
        width: auto;
        border: none;
        padding: 5px;
    }

.modal-height {
    height: 600px;
    overflow: auto;
}

.div-height {
    height: 500px;
    overflow: auto;
}

tbl_moveproduct {
    width: 100%;
    height: 100px;
    overflow: auto;
}

/* Add photo container */
div#image-holder_one img {
    border: 2px solid #ccc;
    margin: 0 5px 10px 0;
    max-width: 100px;
    height: 100px !important;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fff;
    opacity: 1;
}

.min-height-auto {
    min-height: unset !important;
}

.tt-hint {
    position: fixed !important;
}

.dtContainer .editable-container .editable-buttons {
    display: inline-block;
    vertical-align: top;
    margin-left: -77px !important;
    display: inline !important;
    top: -42px !important;
    position: relative;
}

.datepicker-inline {
    width: 306px !important;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) {
    .jarviswidget > header {
        height: 100%;
        padding: 0;
        line-height: 40px;
    }

    .typeahead, .tt-query, .tt-hint {
        width: 100% !important;
    }

    .jarviswidget > div {
        padding: 12px !important;
    }

    /*#header > :first-child, aside {
        width: 54% !important;
    }*/



    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: 4px !important;
    }

    table.display {
        margin: 0 auto;
        width: 100% !important;
    }
}

.dataTables_wrapper {
    position: inherit !important;
}

.alert {
    margin-bottom: 5px !important;
    padding: 3px !important;
}

.typeahead {
    font-size: 14px !important;
}

.typeahead, .tt-query, .tt-hint {
    font-size: 14px !important;
}

.jarviswidget .widget-body {
    min-height: 100px !important;
    position: relative !important;
    padding-bottom: 8px !important;
}

#qualityOdorTaste .radio {
    position: relative;
    display: inline-block!important;
    margin: 10px 21px!important;
}