﻿body {
    padding-top: 120px;
    padding-bottom: 120px;
}

.container2 {
    max-width: 650px; 
    margin: 0 auto;
}

tr.align-middle td {
    vertical-align: middle !important;
}

/**************************** TAB ****************************/
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
    }

        ul.tabs li.current {
            background: #ededed;
            color: #222;
        }

.tab-content {
    display: none;
    background: #ededed;
    padding: 15px;
}

    .tab-content.current {
        display: inherit;
    }


.ruleRow {
    margin-bottom: 10px;
    display: block;
    min-height: 50px;
    padding: 10px;
    background-color: #effcff;
    position:relative;
}

    .ruleRow select, .ruleRow input {
        padding: 2px !important;
        height: 25px !important;
        width: 50px;
        line-height: 25px !important;
        font-size: 11px;
        max-width: 100px !important;
        display: inline-block !important;
    }

        .ruleRow select.fieldName {
            max-width: 125px !important;
            width: 125px !important;
        }

    .ruleRow .condition {
            max-width: 50px !important;
            width: 50px !important;
    }

.ruleRowItem {
    display: inline-block;
}

.ruleRowItem-body {
    padding: 5px;
    background-color: #c0e8ff;
}

.andOr {
    margin-top: 5px;
    background-color: #e8e8e8;
    margin-left: 5px;
    margin-right: 5px;
}
select.andOr:focus {
    background-color: #e8e8e8;
}

.trueValue {
    background-color: #c0ffd9;
    width: 75px !important;
    margin-right: 5px !important;
}

.checkboxlist {
    display:block;
    padding: 10px; 
    background-color:white;
}
    .checkboxlist input {
        margin-right: 5px;
    }

input.form-control.input-sm.fieldValue {
    width: 200px !important;
    max-width: 200px !important;
    background-color: #ffffff;
    color: #d60bce;
    font-size: 12px;
}


.ruleRow .orderno {
    position: absolute;
    left: -60px;
    top: 15px;
    background-color: transparent;
    padding: 5px;
    width: 50px;
    text-align: right;
    color: #c3c3c3;
    font-size: 12px;
}
.ruleRow.negative {
    background-color: #fff3f3;
}

input.filterRuleRows {
    font-size:12px;
    max-width: 75px;
}