﻿.top-buffer { 
    margin-top:20px; 

}

.page-header page-header-top{
    height: 50px;
}

.spacer {
    margin-top: 80px; /* define margin as you see fit */
}


body {
    margin: 0;
}
.banner {
    background: #f00;
    height: 30px;
}
iframe {
    display: block;
    background: #000;
    border: none;
    height: calc(100vh - 80px);
    width: 100%;
}



.page-footer {
    text-align:center;
}


.customerror {
    background-color: #f2dede;
    color: #a94442;
    /*display: block;*/
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 4px;
    border-width:1px;
     border-color: #ebccd1;
}

.custom-display-hide {
    display:none;
}
.page-logo{
    height: 50px;
}


#reportContainer {
    height: 85vh;
    width: 100%;

}

.form-control {
    font-size: 12px;
}


label {
    font-size: 12px;
}

.table thead tr th {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

body {
    font-size: 12px;
}

.navbar-nav .dropdown-menu {
    font-size: 12px;
}

.btn {
    line-height: 1.2em !important;
    font-size: 12px;
    /*margin: 1em .5em .02em;*/
    margin: 2em .5em .02em;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.portlet > .portlet-title > .caption {
    font-size: 14px;
}