﻿/**/
html {
    width: 100%;
    height: 100%;
    overflow: auto;
}

body {
    width: 100% !important;
    margin: 0px !important;
}

.tdRowLabel {
    width: 100px !important;
}

.footerdiv {
    width: 100% !important;
    margin-left: 0px !important;
}

.topNav {
    width: 100% !important;
    margin-left: 0px !important;
}


.tbl-nav > td:first-child {
    text-align: right !important;
    width: calc(100% - 90px);
}

.tbl-nav > td:last-child {
    text-align: right !important;
    width: 90px;
}

.ajax__calendar_days > table td {
    padding: 3px 2px !important;
}

.ajax__calendar_days > table td:nth-child(2n+1) {
    padding: 3px 2px !important;
}

.bluebg {
    background-color: #2954BC;
}

.icon-tablet {
    width:32px !important;
    height:32px !important; 
}
input[type=button]:disabled, input[type=submit]:disabled, input[type=reset]:disabled {
    background: #cccccc !important;
    color: gray !important;
}