.text-right{
    text-align: right;
}
.lang-selector{
    float: right;
    padding-top: 8px;
}

.info-layer {
    background: url("../images/sprite_info_layer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 11px;
    position: relative;
    width: 14px;
    z-index: 0;
}
.info-layer-container {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    left: -9999px;
    padding: 7px;
    position: absolute;
    top: 0;
    width: 212px;
    z-index: 999;
}
.info-layer:hover {
    background-position: -386px 0;
}
.info-layer:hover .info-layer-container {
    left: 24px;
}
.info-layer-caption {
    color: #003781;
    display: block;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 6px 7px;
}
.info-layer-content {
    background: url("../img/gradient_content.png") no-repeat scroll right top #e5e5e5;
    color: #4d4d4d;
    display: block;
    font-size: 11px;
    line-height: 13px;
    padding: 10px 7px 12px;
}
.field .info-layer {
    left: 127px;
    position: absolute;
    top: 5px;
}
.info-layer-red {
    background: url("../img/sprite_info_layer_red.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 11px;
    position: relative;
    width: 14px;
}
.info-layer-red-container {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    left: -9999px;
    padding: 7px;
    position: absolute;
    top: 0;
    width: 212px;
    z-index: 999;
}
.info-layer-red:hover {
    background-position: -386px 0;
}
.info-layer-red:hover .info-layer-red-container {
    left: 24px;
}
.info-layer-red-caption {
    color: #003781;
    display: block;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 6px 7px;
}
.info-layer-red-content {
    background: url("../img/gradient_content.png") no-repeat scroll right top #e5e5e5;
    color: #4d4d4d;
    display: block;
    font-size: 11px;
    line-height: 13px;
    padding: 10px 7px 12px;
}
.field .info-layer-red {
    left: 127px;
    position: absolute;
    top: 5px;
}
.error[type="text"], select.error, textarea.error {
    background-color: #f8a694 !important;
}
.bindingImg{
    background-image: url("../img/glyphicons/png/glyphicons_219_circle_arrow_down.png");
    background-size: 17px 17px;
    padding-left :20px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.bindingImgDelete{
    background-image: url("../img/glyphicons/png/glyphicons_192_circle_remove.png");
    background-size: 17px 17px;
    padding-left :20px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.row-highlight{
    background-color: #D8D8D8;
}
.dataTable-font-head th {
    font-size: 12px !important;
    text-align: center;
}
.dataTable-font-body td {
    font-size: 11px !important;
}
.dataTable-font-body td input {
    margin-bottom: 0px !important;
}
.dataTable-center {
    text-align: center;
}
.gas-icon, .part-icon, .other-icon {
    cursor: pointer;
}
.row-verify {
    background-color: #b2dba1 !important;
}
.row-reject {
    background-color: #ebcccc !important;
}
.row-deduct {
    background-color: #FFFFD5 !important;
}
#form-verify ul .tree {
    display: none;
}

#form-verify input.amount {
    text-align: right;
}

.amount-paid-total {
    text-align: right;
    font-weight: bold;
    font-size: 12px !important;
}
.td-validation {
    background-color: #f8a694 !important;
}

.navs-pointer:hover {
    cursor: pointer;
    background-color: #e5e5e5 !important;
}
tr.show-list td {
    background-color: #FFFFFF !important;
}
tr.show-list th {
    font-weight: bold;
    text-align: center;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    margin-bottom: 20px;
}

.span2 {
    min-height: 30px !important;
}

@media only screen and (min-width:980px) and (max-width:1224px) {
    section#navigation-main {
        padding-bottom: 100px;
    }
}