﻿html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    font-family: 'Calibri';
    padding-right: 0px !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-left: 200px;
    margin-top: 0px;
    min-width: 800px;
    padding: 12px;
}

    .body-content h2 {
        font-size: 24pt;
        border-bottom: solid 1px #e1f1fc;
        padding-top: 12px;
        height: 53px;
        font-weight: bold;
        color: #00793f;
    }

/* 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;
}

.tooltip-inner {
    min-width: 400px;
    text-align: left;
    background-color: #05456f;
}

.text-think {
    color: #0e71b4;
}

.text-nonthink {
    color: #00793F;
}

.btn-info {
    background-color: #00793f;
    border-color: #00793f;
}

    .btn-info:hover {
        background-color: #d3f3e4;
        border-color: #d3f3e4;
    }

.btn-outline-info {
    border-color: #00793f;
    color: #00793f;
}

    .btn-outline-info:hover {
        background-color: #d3f3e4;
        border-color: #d3f3e4;
    }

.fa.disabled {
    color: #BBBBBB;
}

.manual {
    font-size: 11pt;
}

    .manual h3 {
        color: #00793f;
        font-weight: bold;
        font-size: 13pt;
        margin-top: 20px;
    }

    .manual .important {
        color: #00793f;
        font-weight: bold;
    }

    .manual .field {
        color: #00793f;
        font-weight: bold;
    }

.home {
    font-size: 11pt;
}

    .home .fc-event {
        margin: 2px;
    }

    .home.form-section {
        padding: 2px;
    }

    .home.header {
        margin-top: 8px;
        color: #00793f;
    }

h3.home {
    color: #00793f;
    font-size: 15pt;
    font-weight: bold;
}

.calendar-month {
    font-weight: bold;
    font-size: 16pt;
    color: #0e71b4;
}

.regulations {
}

    .regulations .point-1 {
        margin-left: 16px;
        margin-top: 8px;
        text-indent: -16px;
        font-size: 12pt;
        font-weight: bold;
    }

    .regulations .point-2 {
        margin-left: 38px;
        text-indent: -27px;
        font-size: 11.5pt;
    }

    .regulations .point-3 {
        margin-left: 68px;
        text-indent: -36px;
        font-size: 11pt;
    }

    .regulations .point-4 {
        margin-left: 106px;
        text-indent: -45px;
        font-size: 10.5pt;
    }

    .regulations .point-5 {
        margin-left: 154px;
        text-indent: -54px;
        font-size: 10pt;
    }

.info-page {
    margin: 16px;
    /*transform: scale(1.3);
    transform-origin: 0 0;*/
}

.alert-welcome {
    background: #212529;
    color: #ffc107;
    font-size: 16pt;
}

.btn-outline-pink {
    color: #FF1493;
    border-color: #FF1493;
}

a {
    color: #00793f;
}