﻿.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.label {
    margin-right:5px;
}

.ngdialog-close {
    display:none !important;
}

.raw-text-area {
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
    margin-bottom:10px;
}

.ng-table th.filter .input-filter {
    min-height: 26px;
}

.form-control {
    padding: 2px 3px;
    height: 28px;
}

.modal-message .modal-header, .modal-message .modal-body, .modal-message .modal-footer {
    width: 100%;
    border: none;
    margin: 0 auto;
}