.panel .ui-state-error{border: none;}
.form-control {height:28px;padding: 2px 8px;}
.btn-primary {margin-top: 4px;padding: 4px 10px;}
caption.btn-primary {padding: 2px 10px;}
.btn-lg {font-size:12px;}
body{font-size:12px;}
.navbar-inverse .navbar-nav > li > a { padding: 2px 8px;}
.navbar {padding: 8px 0 0;}
.navbar-nav > li {margin-left: 20px;padding-bottom: 14px;}
.dropdown-menu {font-size: 12px;}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {padding:5px 10px;}
#footer {padding-bottom: 0;padding-top: 10px;margin-top:10px;}
.navbar-nav > li {padding-bottom: 4px;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding:3px 8px;}
.panel-body { padding: 10px 10px 8px; }

#reactiveSection .btn{
    margin-top: 4px;
    padding: 4px 10px;
    border:none;
}

.whitespacewrap-nonmobile {
    white-space:nowrap
}
@media only screen and (max-width: 768px) {
    .whitespacewrap-nonmobile {
        white-space:inherit;
    }
}
@media screen
{
    .printvisbile
    {
        display: none;
    }
    .printhidden
    {
    }
}
@media print
{
    html
    {
        overflow-x: hidden;
        overflow-y: auto;
    }
    body
    {
        float: left !important;
        padding: 0px !important;
        margin: 0px !important;
        word-spacing: 1px !important;
        letter-spacing: 0.2px !important; /*height:2800px;*/
    }
    .printvisbile
    {
        width: 100%;
        clear: both;
        float: none;
        height: auto;
    }
    .printhidden
    {
        display: none;
        visibility: hidden !important;
        height: 0px !important;
        width: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
        border: none;
        float: left !important;
    }
    table, tr, td
    {
        margin: 0px !important;
        padding: 0px !important;
        
    }


    #keyBoardContainer
    {
        display: none;
    }
    #sidebar1
    {
        display: none;
    }
    .twoColHybLtHdr #mainContent
    {
        margin: 15px 10px 0 15px;
    }
    #selectdrop
    {
        display: none;
    }
    .page-break
    {
        display: block;
        clear: both;
        page-break-before: always;
    }
}