﻿
html * {
    
}

.spacer-top { height: 120px; }

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
    height: 120px;
    background-color: #99B4D1;
    z-index: 3000;
}

.menu {
    height: 60px;
    z-index: 3001;
}

.toolbar {
    background-color: #eeeeee;
    height: 60px;
    z-index: 3001;
}

.tooltip {
    z-index: 3002 !important;
}

.main{
    margin: 10px;
}

.footer {
    display: block !important;
    background-color: #eeeeee;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    border-top: solid #cccccc 1px;
    height: 55px;
}

.footer-validation {
    float: left;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -o-calc(100% - 250px);
    width: calc(100% - 250px)
}

.footer-buttons {
    float: left;
    width: 250px;
}

.material-icons {
    position: relative;
    top: 4px;
}

.btn-primary {
    width: 100px;
}

.bg-primary {

}

label::after{
    background-color: transparent !important;
}

.modal.fade {
    z-index: 3005 !important;
}

