﻿html {
    height: 100%;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 100%;
    position: relative;
    background-color: #E8E8E8;
}

    body::after {
        content: '';
        display: block;
        height: 100px;
    }

footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    background: #2d3246;
    color: rgba(255, 255, 255, 0.8);
    height: 40px;
}

.pull-right {
    float: right;
}

.footer-style {
    margin-bottom: 0px;
}

.footer-content {
    padding-top: 5px;
}

.footer-style p {
    margin-bottom: 0px;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.header-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/header-bg.jpg);
    position: absolute;
    background-size: cover;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 94%;
}

.header-content {
    position: fixed;
    top: 50%;
    left: 25%;
    width: 40em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 0px;
    font-family: 'Poppins',arial,sans-serif;
}

.header-text {
    color: #333;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 1px;
    font-weight: 400;
}

.header-btn ul li {
    display: table-cell;
}

.home-page-button {
    padding: 10px 20px 10px 20px;
    background-color: #34b4db;
    color: #1a1a1a;
    border: 1px solid #34b4db;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: 'Open Sans',arial,sans-serif;
}

.app-button {
    padding: 2px 8px 2px 8px;
    background-color: #34b4db;
    color: #1a1a1a;
    border: 1px solid #34b4db;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: 'Open Sans',arial,sans-serif;
}


.content-width {
    margin: 0 auto !important;
    float: none !important;
    padding: 0 15px;
    max-width: 1170px;
}

.clearfix {
    *zoom: 1
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: ""
    }

    .clearfix:after {
        clear: both
    }

.context-dark, .bg-gray-dark {
    color: rgba(255, 255, 255, 0.8);
}

.no-underline {
    text-decoration: none;
}

.field-group {
    padding-bottom: 4px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.text-copyright {
    text-align: right
}

.sagitec-logo {
    height: 30px
}

.healconnect-logo {
    height: 35px
}

.error-border-line {
    background-color: #A52A2A;
    color: White;
    height: 10px
}

.error-container {
    background-color: #F5F5DC;
    color: Black;
    height: 170px
}

.error-container-text {
    padding: 20px;
}

.width-100 {
    width:100%
} 