﻿.table-condensed > tbody > tr > td {
    padding: 0px !important;
    vertical-align: inherit;
}
.table-condensed > tbody > tr > td, .table-condensed > thead > tr > th{
    text-align:center !important;
    line-height:1.1 !important;
}
.total_row_height {
    height: 25px !important;
}
/*This is to swap OK, Cacnel button on bootbox confirm*/
.modal-footer button {
    float: right;
    margin-left: 10px;
}

input.currency {
    text-align: right;
    padding-right: 10px;
}

span.currency {
    text-align: right;
    padding-right: 10px;
}

.amount_total {
    font-size: 15px;
}


.input-dropdown {
    display: inline-block;
    position: relative;
}

.input-dropdown input[type='text'] {
    box-sizing: border-box;
    width: 100%;
}

.input-dropdown ul {
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.input-dropdown ul > li {
    cursor: pointer;
    padding: 10px;
}

.input-dropdown ul > li.active {
    background: #608AEB;
}

input.hasDatepicker {
    display: inline-block;
    margin-right: 0px;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -o-calc(100% - 25px);
    width: -ms-calc(100% - 25px);
    width: calc(100% - 25px);
}

.disablePicker ~ .ui-datepicker-trigger {
    display: none;
    height: 28px;
    width: 25px;
}

/*.ui-datepicker-trigger {
    height: 28px;
    width: 25px;
}*/


.ui-select-match-text {
    overflow: hidden;
    width:95%!important;
}
.alignDivControl {
    margin-top: 7% !important;
}
.alignInputControl {
    margin-top: 4% !important;
}
.bottom-border {
    border-bottom: solid !important;
}

.no_border {
    border-top: none !important
}

.top-border {
    border-top: solid !important;
    border-color: darkblue !important;
}

.bottom-border {
    border-bottom: solid !important;
    border-color: darkblue !important;
}

.top-border {
    border-top: solid !important;
    border-color: darkblue !important;
}

.righ-align {
    text-align: right !important;
}