.container {
    /*padding:10px;*/
    padding-left: 10px;
    padding-right: 10px;
}

h1 {
    color: #6B7A8F;
    text-align: left;
    font-size:1.6em;
      margin-bottom: 10px;
}
h2 {
    color: #6B7A8F;
    text-align: left;
    font-size: 1.6em;
    margin-bottom: 10px;
}

h5 {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight:bold;
}

.bottomMargin10 {
    margin-bottom: 10px;
}

.bottomMargin5 {
    margin-bottom: 5px;
}



ul {
    margin: 0px;
}







html {
    position: relative;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    margin-top: 0px;
    margin-bottom: 80px;
    font-size: 14px;
    font-family: sans-serif;
    background-color: #EFEFEF;
    
}

.emptyRow {
    border-bottom: solid;
    border-bottom-width: 1em !important;
    border-bottom-color: transparent;
}



.text-red
{
    color:red;
}

.text-green {
    color: green;
    /*border:solid;*/
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}
.text-middle {
    text-align: center;
}

.text-bold
{
    font-weight:bold;
}







#Spinner {
    /*margin: auto;*/
    /*display: none;*/

    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:1000;
    display:none;
    

}






.disable {
    opacity: 0.4;
    pointer-events: none;
}

/* Disable scrolling on child elements */
.disable div,
.disable textarea {
    overflow: hidden;
}



a {
    text-decoration: none;
    color: #6B7A8F;
}

a:hover {
    color: #7C8EA5;
}























