body {
    /*font-family: Roboto;*/
}

.nobr {
    white-space:nowrap !important;
}
.dobr {
    word-break:break-all;
}
.mydp, .mydp .headertodaybtn, .mydp .monthinput, .mydp .yearinput {
    border: 2px solid #dce4ec !important;
}

    .mydp  {
        padding:3px !important;
    }

.ng-busy-default-sign {
    top: 120px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #d8d8d8;
}

.logindialog .modal-content {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

table tr.lead td {
    vertical-align: middle !important;
}

.ng-busy {
    position: fixed !important;
}

.slide {
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    transform: translate(0, -100px);
    transition: transform 300ms ease-out;
}

    .slide.in {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

.horizform label {
    margin-top: 8px;
}

.modal-open .modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.fade.show {
    opacity: 1;
}

.modal-backdrop.fade.show {
    opacity: 0.2;
}


table tr td.nopadd, table tr th.nopadd {
    padding: 0;
    vertical-align:middle;
}

.loginpage {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background-color: #fff;*/
    z-index: 1090;
}

label {
    font-size: 17px;
    font-weight: normal;
    margin-top: 2px;
}

.spacer {
    height: 1em
}

.navbar-default, .Login .panel-default .panel-heading {
    /*background: #AC0D25;
    color: #fff;*/
}

a.btn-link {
    color: #802;
}

[data-placeholder]:empty:before {
    content: attr(data-placeholder);
    -ms-opacity: 0.4;
    opacity: 0.4;
    font-style: italic;
}

.navbar li a {
    transition: top 200ms;
    position: relative;
    top: 0;
}

.navbar li:hover a {
    color: #fff !important;
    top: -4px;
}

.nopadd .btn {
    border: none;
}

table tr td.tight, table tr th.tight {
    width: 1px;
}

sup.glyphicon {
    vertical-align: super !important;
    font-size: smaller !important;
}

label.form-group {
    display: block;
}

.FileUpload {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color:rgba(0,0,0,0.1);*/
    z-index: 99999;
}

    .FileUpload .panel {
        box-shadow: 0 0 200px rgba(0,0,0,0.5);
    }

    .FileUpload > div {
        display: table;
        height: 100%;
        width: 100%;
    }

    .FileUpload .barc {
        float: none !important;
        margin: 0 auto;
    }

    .FileUpload .progress-bar {
        margin: 0 auto;
    }

    .FileUpload > div > div {
        display: table-row;
    }

        .FileUpload > div > div > div {
            display: table-cell;
            height: 100%;
            vertical-align: middle;
            text-align: center;
        }
