
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    height: 100%;
}
body {
    /*Top header of app*/
    padding-top: 95px;

    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    background-color: #fff;
    height: 100%;
    min-height: 100%;
}

.navbar {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05),0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 2px rgba(0,0,0,0.05),0 1px 0 rgba(0,0,0,0.05);
}
.navbar-default {
    background-color: #f9f9f9;
    background-image: none;
}
.navbar-brand {
    font-size: 26pt;
    font-weight: bold;
    font-family: "Open Sans Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: oblique;
}
.navbar img {
    margin-top: 5px;
}
/*.navbar-nav>li>a.menu-btn:hover{
    background-color: #cccccc;
}*/
#messages-box {
    position: fixed;
    padding: 5px;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    z-index: 999;
}
#messages-box .alert{
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: 60px;
    width: 500px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 1);
}

.page-header{
    font-family: "Open Sans Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14pt;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px!important;
}
.main {
    position: relative;
}
#content-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -1px;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    vertical-align: middle;
    z-index: 10;
}
#content-loading-overlay .sk-circle { 
    position: fixed;
    top: 60px;
    margin-left: 40%;
}

.section { 
    border-bottom: 1px solid #eee;
    font-size: 14pt;
    display: block;
    margin-bottom: 5px;
    padding: 4px;
    margin-top: 10px;
}

/*Form Control*/
.form-horizontal {
    
}
/*Fix scroll issue on app form*/
form .row {
    margin-right: auto;
}

/*TABLES*/
.table > tbody > tr > td > .alert {
    text-align: center;
}
.table.table-listing tbody tr td.row-controls {
    white-space: nowrap;
    width: 1%;
}
.table.table-listing tbody tr td.row-controls > * {
    margin-right: 4px;
}
.table.table-listing tbody tr td.min-width {
    width: 1%;
}

.toolbar {
    background-color: #f9f9f9;
    border-bottom: 2px solid #ddd; 
    padding: 5px;
}

.page-content .fixed-controls {
    position: fixed;
    top:auto;
    bottom: 0;
    width: 100%;
    z-index: 9;
    margin: 0;
    margin-left: -15px;
    margin-top: 15px;
}
.page-content .fixed-controls.toolbar-bottom{
    border-top: 2px solid #cccccc;
    background-color: #f9f9f9;
    padding: 15px;
}

.module-navbar {
    position: fixed;
    height: 45px;
    width: 100%;
    background-color: #f9f9f9;
    border-bottom: 1px solid #cccccc;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 999;
    top: 51px;
    padding: 5px;
}
.spacer-vertical {
    height: 100px;
}
.align-center {
    vertical-align: middle;
    text-align: center;
}
.align-center > * {
    margin: 0 auto;
}

.text-xsmall {
    font-size: 8pt;
}
.text-small {
    font-size: 9pt;
}
.text-medium {
    font-size: 10pt;
}
.text-normal {
    font-size: 11pt;
}
.text-large {
    font-size: 14pt;
}
.text-xlarge {
    font-size: 16pt;
}
.text-jumbo {
    font-size: 24pt;
}

.control-width-300 {
    width: 300px;
}
.control-width-200 {
    width: 200px;
}
.control-width-150 {
    width: 150px;
}
.control-width-100 {
    width: 100px;
}
.control-width-80 {
    width: 80px;
}
.control-width-60 {
    width: 60px;
}


.hidden {
    display: none;
}

.alertify, .alertify-logs {
    z-index: 1060!important;
}

/*MEDIA DEFINITIONS*/ 

@media (max-width: 979px) {
    
}
@media (max-width: 500px){
    #error-box .alert{
        width: 80%;
    }
}
@media (min-width: 1200px){
    .container {
        width: 100%;
    }
}
@media (min-width: 992px){
    .container {
        width: 100%;
    }
}
@media (min-width: 768px){
    .container {
        width: 100%;
    }
}