html {
    font-size: 16px; /*14px*/
}

.enterpriseCalendar {
    width: 1050px;
    height: 500px;
}

input[type=button] {
    pointer-events: none;
}

/* Sticky footer styles
-------------------------------------------------- */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem #000000;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*white-space: nowrap;*/
    line-height: 60px; /* Vertically center the text there */
}

/***********************************
 *************Additions**************
 ***********************************/

.sruSeal {
    width: 48px;
    height: 48px;
}

.text-header {
    font-size: 2em;
}

#sruHelpDesk {
    color: #007055;
    text-decoration: none;
    padding: 12px;
    cursor: default;
    font-weight: 800
}

#furtherQuestions {
    color: #525252;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
}

a{
    text-decoration: none;
}


