﻿
.lbl-currency-right
{
    padding-left: 2px;
}

.mde-list-sort {
    cursor: pointer;
}
.mde-sort-flag {
    padding-left:2px;
}

.mde-steps > .content {
    height: 400px;
}



.select2-container{
    z-index: 99999;
}

.autogrow {
    display: block;
    overflow: hidden;
    resize: none;
} 

.input-label {
    background-color: transparent;
    border: none;
}
.input-label:active, .input-label:focus{
    background-color:white;
    border : 1px solid #e5e6e7;
}
.textarea-label {
    background-color: transparent;
    border: none;
}
.textarea-label:active, .textarea-label:focus {
    background-color: white;
    border: 1px solid #e5e6e7;
    
    max-height:200px;
}


.mde-action-link {
    cursor: pointer;
}

.col-lg-10.form-check{
    padding-left: 17px;
}
.col-lg-3.form-check {
    padding-left: 20px;
}

.col-lg-6.form-check {
    padding-left: 19px;
}
.offset-lg-2.col-lg-4.form-check {
    padding-left: 20px;
}
.fa-mde {
    font-size: 1.5em;
}


.mde-child-ibox .fa-mde {
    font-size: 1.3em;
}

.mde-child-ibox .ibox-content {
    padding-bottom:0px;
}

.mde-date-box {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}

input[type=text].mde-integer-box {
    text-align: right;
}
input[type=text].mde-decimal-box {
    text-align: right;
}

.mde-align-center {
    text-align: center;
}
.mde-align-right {
    text-align: right;
}

.mde-col-date {
    text-align: center;
}
.mde-col-numeric {
    text-align: right;
}
.mde-col-h-date {
    width: 185px;
}

.mde-col-h-amount{
    text-align : right;
}
.mde-col-f-date {
    width: 200px;
}

.table-list-filters > td {
    vertical-align: middle !important;
}

.mde-txtarea-editor{
    height: 150px !important;
}

.clockpicker-popover{
    z-index : 9999;
}