﻿html, body {
    font: 400 12px/18px "Open Sans", Arial, sans-serif;
    letter-spacing: 0.01em;
    width: 100%;
    background-color: #FFF;
    height: 100vh;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

html.uk-modal-page {
    overflow: visible !important;
    position: static !important;
    width: 100%;
}

.uk-modal-page body {
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Arial, sans-serif;
}

    h1.heading, .uk-h1.heading,
    h2.heading, .uk-h2.heading,
    h3.heading, .uk-h3.heading,
    h4.heading, .uk-h4.heading,
    h5.heading, .uk-h5.heading,
    h6.heading, .uk-h6.heading {
        font-weight: 600;
    }

        h1.heading.thin, .uk-h1.heading.thin,
        h2.heading.thin, .uk-h2.heading.thin,
        h3.heading.thin, .uk-h3.heading.thin,
        h4.heading.thin, .uk-h4.heading.thin,
        h5.heading.thin, .uk-h5.heading.thin,
        h6.heading.thin, .uk-h6.heading.thin {
            font-weight: 500;
        }

p {
    font-size: 1em;
}

h1, .uk-h1 {
    font-size: 1.7em;
    color: #4d4e53;

    font-weight:400;
    line-height: 1.5em;
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.2em !important;
        line-height: 1.5em !important;
    }
}

h1.page-title {
    font-size: 2.5em;
    color: #003e7e;
    font-weight:600;
    margin-bottom: 15px !important;
    text-transform: none;
}

h1.base-h1-large {
    font-size: 48px;
    text-transform: none;
    color: #003e7e;
    margin-bottom: 40px;
}

h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    color: #4d4e53;
    font-weight: 500;
}

    h2.custom-spacing {
        margin: 25px 0 20px 0;
    }

h3 {
    font-size: 2em;
    color: #4d4e53;
    font-weight: 500;
    margin-bottom: 15px !important;
}

h4.custom {
    font-size: 14px;
    font-weight: 400;
}

.uk-h5, h5 {
    font-size: 13px;
    line-height: 16px;
}

.heading-caps {
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight:700; 
}

a {
    text-decoration: none;
    color: #003e7e;
    flow-into: inherit;
}

    a:hover {
        text-decoration: underline;
        color: #003e7e;
        flow-into: inherit;
    }

.uk-text-primary {
    color: #003e7e !important;
}

.uk-text-muted.uk-icon-toggle-on.base-rotate-180 {
    color: #bbb !important;
}

@media screen and (max-width: 480px) {
    .uk-text-center-xsmall {
        text-align: center !important;
    }

    .uk-text-right-xsmall {
        text-align: right !important;
    }

    .uk-text-left-xsmall {
        text-align: left !important;
    }
}

.CodeMirror pre {
    font: 11px/18px Consolas,monospace,serif !important;
}

.uk-badge {
    font-family: "Lato", Arial, sans-serif !important;
    font-size: 9px !important;
    font-weight: 800 !important;
}

.base-photo {
    min-width: 100%;
}

#base-outer-wrapper {
}

#base-inner-wrapper {
    /*height:90vh;
    padding:25px;
    margin:25px;*/
}

.base-section-gray {
    background-color: #f8f8f8;
}

.base-section-dark-gray {
    background-color: #e6e7e8;
}

.base-section-white {
    background: #FFF;
}

#base-modal {
    position:relative;
    top:89px;
    /*height: 75vh;*/
}

.base-modal-header {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
    z-index: 100;
}

#base-modal-page-header {
    background: #003e7e; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(0, 62, 126,1),rgba(0, 159, 227,.15)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(0, 62, 126,1),rgba(0, 159, 227,.15)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(0, 62, 126,1),rgba(0, 159, 227,.15)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(0, 62, 126,1),rgba(0, 159, 227,.15)); /*Standard*/
}

#base-modal .uk-container {
    padding: 25px;
}

@media screen and (max-width: 500px) {
    #main-modal .uk-container {
        padding: 0 55px;
    }
}

.base-working-panel .uk-icon-spin, .uk-icon-spin.base-blue-spin {
    margin-top: 50px;
    font-size: 30px;
    color: #00b2ff;
}

.base-working-panel .uk-icon-spin, .uk-icon-spin.base-orange-spin {
    margin-top: 50px;
    font-size: 30px;
    color: #003e7e;
}

.base-error {
    background-color: #ffecec;
    padding: 8px;
}

.uk-alert {
    
}

#base-inner-wrapper .uk-alert {
    margin-bottom: 15px;
    padding: 10px;
    color: #2d7091;
    border-radius: 4px;
    background: #ebf7fd;
}

.uk-alert-primary {
}

.uk-alert-secondary {
    color: #FFF;
    background: #FFF;
    padding: 10px 15px;
    margin-bottom: 35px;
    border-left: 7px solid #da314b;
    border-radius: 0 5px 5px 0;
}

.uk-alert h5.heading {
    color: #444;
}

.uk-alert-danger {
    background: #ffebea;
    color: #da314b;
}

.uk-text-danger {
    color: #da314b !important;
}

.messages-grid .uk-alert {
    background: none;
    color: #444;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    text-align: left;
    margin-bottom: 0;
    border-left: none;
}

.messages-grid .uk-alert .uk-container {
    padding: 0;
}

.messages-grid .uk-alert .uk-contrast a:not([class]) {
    color: #003e7e !important;
}

.messages-grid .base-panel-box-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.messages-grid .heading {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 500;
}

#menu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 0;
    z-index: 10;
    transition: transform 300ms;
    width: 240px;
}

#base-wrapper.base-menu-open #menu-wrapper {
    display: block;
    width: 240px;
}
#base-wrapper.base-mobile-menu-open #menu-wrapper {
    display: block;
    width: 280px;
}

#base-wrapper.base-menu-closed #menu-wrapper {
    transform: translateX(-240px);
}
@media (min-width: 960px) {
    .base-menu-toggle {
        display: none;
    }

    .base-menu-mobile-toggle {
        display: none;
    }

    #base-wrapper.base-mobile-menu-open .main-content {
        margin-left: 240px;
    }
    #base-wrapper #menu-wrapper {
        margin: 0 !important;
    }
}

@media (max-width: 959px) {
    #menu-wrapper {
        width: 280px;
        transition: all ease 300ms;
    }
    #base-wrapper #menu-wrapper, #base-wrapper.base-mobile-menu #menu-wrapper, #base-wrapper.base-mobile-menu-open.base-mobile-menu #menu-wrapper {
        transform: translateX(-320px);
        background-color: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #base-wrapper.base-mobile-menu-open #menu-wrapper {
        transform: translateX(0);
    }
    #base-wrapper.base-mobile-menu-closed #menu-wrapper {
        transform: translateX(-320px);
    }
    #base-wrapper .main-content {
        margin-left: 0;
    }
    .base-menu-toggle {
        display: block;
    }

    .base-menu-mobile-toggle {
        display: none;
    }

    #base-wrapper.base-mobile-menu-open #menu-wrapper, #base-wrapper.base-mobile-menu-open.base-mobile-menu #menu-wrapper {
        background-color: #FFF;
        -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.14);
        -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.14);
        box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.14);
    }
    #base-wrapper.base-menu-open #menu-wrapper {
        transform: translateX(-240px);
    }
    #base-wrapper.base-menu-open .main-content {
        margin-left: 0 !important; 
    }
}

.main-content {
    transition: margin-left 300ms;
    display: block;
    margin-top: 100px;
    margin-left: 240px;
}

    #base-wrapper.base-menu-open .main-content {
        margin-left: 240px;
    }

    #base-wrapper.base-menu-closed .main-content {
        margin-left: 0;
    }


    .base-dashboard-wrapper {
    }

    .base-header {
        border-top: 4px solid #003e7e;
        border-bottom: 1px solid #e6e6e6;
        height: 100px;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 30px 0 50px;
        width: 100%;
        background: #FFF;
        z-index: 13;
        /*-webkit-box-shadow: 0px -10px 21px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -10px 21px 1px rgba(0,0,0,0.2);
    box-shadow: 0px -10px 21px 1px rgba(0,0,0,0.2);*/
        -webkit-box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.05);
        -moz-box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.05);
        box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.05);
    }

    @media(max-width: 767px) {
        .base-header {
            padding: 0 20px 0 30px;
        }
    }

    @media(max-width: 767px) {
        .base-content-wrapper.base-padding-50 {
            padding: 30px;
        }
    }

    .base-logo {
        max-height: 40px;
    }

.base-nav a {
    font-weight: 600;
    color: #77787b;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 1.4;
    padding: 21px 12px;
    height: 100%;
    display: block;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

        .base-nav a:last-child {
            border-right: none;
        }

    .base-nav .uk-dropdown {
        width: 180px;
    }

    .base-nav a:hover, .base-nav a:focus {
        text-decoration: none;
    }

        .base-nav a:focus .uk-icon, .base-nav a:hover .uk-icon {
            color: #003e7e !important;
        }

.base-nav .uk-dropdown a {
    font-size: 12px !important;
    text-transform: none;
    font-weight: 600;
    padding: 7px 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .base-nav .uk-nav-dropdown > li > a > .uk-icon-small {
        font-size: 130%;
    }

    .base-nav .uk-nav-dropdown > li > a:focus, .base-nav .uk-nav-dropdown > li > a:hover {
        background: #003e7e;
        color: #fff !important;
        outline: 0;
        text-decoration: none;
    }

        .base-nav .uk-nav-dropdown > li > a:focus .uk-icon-justify, .base-nav .uk-nav-dropdown > li > a:hover .uk-icon-justify {
            color: #fff !important;
        }

    .base-nav .uk-dropdown .uk-icon-justify {
        width: 2.5em;
        text-align: center;
        color: #aaa;
    }

    .login-button {
        padding: 0 !important;
        line-height: 24px !important;
    }

    #main-menu {
        margin-top:100px;
    }

    .side-nav {
        padding: 50px 0 0 0;
        max-height: calc(100vh - 100px);
        overflow: auto;
        box-sizing: border-box;
    }

        .side-nav a {
            font-size: 13px !important;
            text-transform: none;
            font-weight: 600;
            padding: 8px 50px 8px 40px !important;
            color: #444;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .side-nav > li > a {
            display:flex;
            align-items: center;
        }

            .side-nav > li > a > .uk-icon-justify {
                padding: 0 15px 0 10px;
                color: #a5a5a5 !important;
                -webkit-transition: all 0.1s ease;
                -moz-transition: all 0.1s ease;
                -o-transition: all 0.1s ease;
                transition: all 0.1s ease;
            }

            .side-nav > li > a > .uk-icon-small {
                font-size: 130%;
            }

            .side-nav > li > a:focus, .side-nav > li > a:hover, .side-nav > li > a:active {
                color: #003e7e !important;
                outline: 0;
                border-left: 6px solid #003e7e;
            }

                .side-nav > li > a:focus .uk-icon-justify, .side-nav > li > a:hover .uk-icon-justify, .side-nav > li > a:active .uk-icon-justify {
                    color: #003e7e !important;
                }

        .side-nav .uk-nav-divider {
            /*border-top: 1px solid #ddd;*/
            margin: 20px 40px;
        }

        .side-nav .uk-nav-header {
            padding: 2px 50px 7px 50px;
            font-weight: 500;
            font-size: 12px;
            color: #a5a5a5;
        }

        .side-nav li:last-child {
            padding-bottom: 60px;
        }


    a.uk-icon-hover {
        color: #a5a5a5 !important;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

        a.uk-icon-hover:focus, a.uk-icon-hover:hover, a.uk-icon-hover:active {
            color: #003e7e !important;
        }

    .base-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .base-border {
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid #eee;
        margin-bottom: 25px;
        line-height: 1.4em;
        padding: 5px 0;
    }

    .base-border-2 {
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 4px solid #eee;
        margin-bottom: 25px;
        line-height: 1.4em;
        padding: 5px 0;
    }

    .base-border-bottom {
        border-bottom: 2px solid #eee;
    }

    .base-border-bottom-thin {
        border-bottom: 1px solid #eee;
    }

    .base-bottom-border-margin {
        margin-bottom: 25px;
        border-bottom: 2px solid #eee;
        padding-bottom:10px;
    }

    .base-bottom-border-margin:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom:0;
    }

    .base-panel-box-secondary-2.base-dl dl.line-item {
        border-bottom: 2px solid #e3e3e3;
    }

    .base-panel-search {
        background-color: #f2f2f2;
        border: 1px solid #dddddd;
        padding: 0 10px;
        border-radius: 20px;
    }

    .base-search-field {
        flex-grow: 1;
    }

    .base-search-button {
        /*padding: 5px 0 5px 12px;*/
    }

        .base-search-button a:hover {
            text-decoration: none;
        }

.base-inner-page-head-01 {
    margin-right: 40px;
    margin-bottom: 0;
    white-space: nowrap;
}

    @media(max-width: 959px) {
        .base-inner-page-head-01 {
            flex: 1;
            margin-bottom:15px;
        }
    }

    @media(max-width: 767px) {
        .base-inner-page-head-01 {

        }
    }

    .base-inner-page-head-02 {
        flex: 1;
    }

    @media(max-width: 959px) {
        .base-inner-page-head-02 {
            flex: 0 0 100%;
            order: 2;
        }
    }

    .base-inner-page-head-03 {
        margin-left: 30px;
    }

    @media(max-width: 959px) {
        .base-inner-page-head-03 {
            margin-bottom: 15px;
            margin-left:0;
        }
    }

    .base-calendar-square {
        border-top: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        padding: 10px;
        min-height: 110px;
    }

        .base-calendar-square:nth-child(5n+0) {
            border-right: 1px solid #e6e6e6;
        }

    .base-dl dl.line-item {
        padding: 6px 0;
        margin: 0;
        border-bottom: 2px solid #eee;
    }

    .base-dl dl:last-child, .base-panel-box-secondary-2.base-dl dl:last-child {
        border-bottom: none;
    }

    .base-dl dd {
        font-size: 17px;
        font-weight: 400;
    }

    .base-description-list {
    
    }

        .base-description-list dt {
            font-weight: 700;
            line-height: 20px;
            font-size: 11px;
            letter-spacing: 0.2px;
            text-transform: uppercase;
            color: #003e7e;
        }

        .base-description-list dd {
            margin-left: 0;
            margin-bottom: 10px;
            border-bottom: 1px solid #eee;
            padding-bottom: 8px;
            font-size: 13px;
            line-height:16px;
        }

        .base-description-list.base-medium-dd dd { 
            margin-bottom: 12px;
            padding-bottom: 15px;
        }

    .statement-print h2 {
        font-size: 1.35em;
        margin-bottom: 5px;
    }

    .statement-print h3 {
        font-size: 1.4em;
    }

    .statement-print .uk-form-label {
        font-size: 11px;
    }

    .statement-print .base-panel-box-statement {
        padding: 10px 15px;
    }

    .statement-print .uk-grid > * > .uk-panel + .uk-panel {
        margin-top: 10px;
    }

    .statement-print .base-grid td {
        padding: 5px 8px;
    }

    .statement-print .base-dl dl.line-item {
        padding: 2px 0;
        margin: 0;
        border-bottom: 1px solid #eee;
    }

    .statement-print .base-dl dl:last-child {
        border-bottom: none;
    }

    .statement-print .base-dl dt {
        font-size: 11px;
    }

    .statement-print .base-dl dd {
        font-size: 13px;
    }

    .base-icon-button {
        background: #ffc20e;
        color: #FFF;
        -webkit-transition: background-color 0.2s ease-out;
        -o-transition: background-color 0.2s ease-out;
        transition: background-color 0.2s ease-out;
    }

        .base-icon-button:focus, .base-icon-button:hover {
            background: #f1b500;
            color: #FFF;
        }

.base-rotate-180 {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.base-avatar-small {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 700;
}

.base-avatar {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-weight: 700;
}

.base-avatar-large {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-weight: 700;
}

.base-avatar-box-shadow {
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.2);
}

.base-link {
    color: #003e7e !important;
    font-weight: 600;
    margin-top: 5px;
}

.base-control-fig {
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.base-people-control-fig {
    margin: 5px;
    line-height: 33px;
}

    .highlight-heading {
        background: -moz-linear-gradient(45deg,#fdb312 0%,#f5801e 100%);
        background: -webkit-linear-gradient(45deg,#fdb312 0%,#f5801e 100%);
        background: linear-gradient(45deg,#fdb312 0%,#f5801e 100%);
        background-color: rgba(0, 0, 0, 0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb312',endColorstr='#f5801e',GradientType=1);
        padding: 15px 25px 12px;
        color: #FFF;
        border-radius: 10px 10px 0 0;
        margin-top: 20px !important;
        text-transform: uppercase;
        font-size: 1.6em;
        font-weight: 700;
        letter-spacing: 0.04em;
        line-height: 1.4em;
        margin-bottom: 0 !important;
    }

        .highlight-heading:first-child {
            margin-top: 0 !important;
        }

    .page-header h2 {
        color: #FFF !important;
        font-weight: 700 !important;
        margin-bottom: 20px !important;
        margin-top: 20px;
        font-size: 42px !important;
    }

    .page-header h3 {
        font-weight: 600;
        color: #FFF;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-top: 0;
    }

    @media screen and (max-width: 768px) {
        .page-header h2 {
            font-size: 2.5em !important;
        }

        .page-header h3 {
            font-size: 1.5em !important;
        }
    }

    @media screen and (max-width: 480px) {
        .page-header h2 {
            font-size: 2em !important;
        }

        .page-header h3 {
            font-size: 1.2em !important;
        }
    }

    #dash-feature {
        background-image: url('../images/solar-panels-gradient-header.jpg');
        background-position: 50.00% 24.06%;
        background-color: transparent;
        background-size: cover;
        height: 300px;
    }

    .dash-primary-section {
        margin-top: -150px;
    }

    @media screen and (max-width: 768px) {
        #dash-feature {
            height: 230px;
        }

        .dash-primary-section {
            margin-top: -80px;
        }
    }

    .uk-grid-large > .dash-primary-section > .uk-panel + .uk-panel {
        margin-top: 20px;
    }

    .dash-primary-section > .uk-panel:last-child {
        margin-bottom: 20px;
    }

    .base-panel-box-primary {
        background-color: #003e7e;
    }

    .base-panel-box-secondary {
        background-color: #f9f9f9;
    }

    .base-panel-box-secondary-2 {
        background-color: #eee;
    }

    .base-panel-box-highlight {
        background-color: #ffc210;
    }

    .base-panel-box {
        padding: 20px 35px;
        background: #FFF;
        border: 2px solid #eee;
    }

    .base-panel-box-2 {
        padding: 25px;
    }

    .base-panel-box-3 {
        padding: 35px;
        background: #FFF;
        -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.04);
        -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.04);
        box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.04);
    }

        .base-panel-box-3 h2 {
            margin-bottom: 30px;
        }

    .base-panel-box-shadow {
        -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.04);
        -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.04);
        box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.04);
    }


    .base-panel-box-statement {
        padding: 10px 25px;
    }

    .base-panel-header {
        padding-top: 23px !important;
        padding-bottom: 23px !important;
        border-bottom: 1px solid #ececec;
    }

    .base-panel-header-small {
        padding-top: 23px !important;
        padding-bottom: 0 !important;
    }

    .base-panel-header-tiny {
        padding-top: 0 !important;
        padding-bottom: 23px !important;
    }

    .base-panel-header-minimal {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .base-panel-header-small + .base-panel-content, .base-panel-header-minimal + .base-panel-content {
            padding-top: 23px !important;
        }

    .base-padding-20 {
        padding: 20px;
    }

    .base-padding-35 {
        padding: 35px;
    }

    .base-padding-50 {
        padding: 50px;
    }

#base-modal .base-padding-50 {
    padding-top:25px;
}

    .base-padding-60 {
        padding: 60px;
    }

    .base-margin-bottom {
        margin-bottom: 35px !important;
    }

    .base-margin-medium-right {
        margin-right: 25px !important;
    }

    .login-panel-box {
        border: 2px solid #eee;
        padding: 30px 40px;
        background: #FFF;
    }

    @media screen and (max-width:400px) {
        .login-panel-box {
            padding: 30px 30px;
        }
    }


.base-multiline-control-content {
    overflow:hidden;
}




.base-single-line .base-multiline-control-content {
    overflow: unset;
    width:100%;
}

@media screen and (min-width: 480px) {
    .base-single-line .uk-flex {
        align-items: center;
    }
}



.panel-bottom {
    text-align: right;
}

        .panel-bottom .base-link {
            margin: 15px 0 0 0;
            display: inline-block;
            font-size: 13px;
        }

    .supporting-box {
        border-left: 2px solid #eee;
        border-right: 2px solid #eee;
        border-bottom: 2px solid #eee;
        padding: 40px 30px 30px 30px;
    }

    .gray-line {
        border-top: 4px solid #eee;
        margin: 30px 0;
    }

    .base-padded-grid .base-control-fig {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .base-padded-grid .uk-margin-small-bottom {
        margin-bottom: 8px !important;
    }

    .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"],
    .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"],
    .uk-form input[type="tel"], .uk-form input[type="number"], .uk-form input[type="datetime"],
    .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"],
    .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="color"],
    .uk-form select {
        height: 34px !important;
    }


    .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"],
    .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"],
    .uk-form input[type="tel"], .uk-form input[type="number"], .uk-form input[type="datetime"],
    .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"],
    .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="color"],
    .uk-form select, .uk-form textarea {
        border: 2px solid #dadada !important;
        padding: 6px 12px !important;
    }


        .uk-form input:not([type]):focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus,
        .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus,
        .uk-form input[type="tel"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="datetime"]:focus,
        .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus,
        .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="color"]:focus,
        .uk-form select:focus, .uk-form textarea:focus {
            background: #FFF !important;
            border-color: #c8c8c8 !important;
        }


    input[type="checkbox"] {
        background-color: white;
        border-radius: 0;
        margin-right: 5px;
    }

    input[type="radio"], input[type="checkbox"] {
        transition: border-color 0.2s ease;
        width: 20px;
        height: 20px;
        border: 2px solid #c7cad2 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-shadow: none;
        vertical-align: middle;
    }

        input[type="checkbox"]:checked {
            border-color: #003e7e !important;
        }

            input[type="checkbox"]:checked:after {
                display: block;
                content: " ";
            }

        input[type="checkbox"]:after {
            position: relative;
            top: 3px;
            left: 6px;
            width: 3px;
            height: 6px;
            border: solid #003e7e;
            border-top-width: medium;
            border-right-width: medium;
            border-bottom-width: medium;
            border-left-width: medium;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }


    .uk-form input[type="text"].base-search-field {
        height: 40px !important;
        border: none !important;
        padding: 8px 15px !important;
        background-color: transparent !important
    }

    label, .uk-form-label {
        font-weight: 600;
        line-height: 20px;
        vertical-align: middle;
        font-size:12px;
    }

.uk-button, .uk-form input.uk-button {
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    border-radius: 3px;
}



.base-button, .uk-form input.base-button {
    background-color: #003e7e;
    font-size: 15px !important;
    text-transform: uppercase;
    padding: 12px 15px !important;
    font-weight: 600 !important;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

    .base-button:hover, .base-button:focus, .base-button:active, .uk-form input.base-button:hover, .uk-form input.base-button:focus, .uk-form input.base-button:active {
        background-color: #d97a08;
    }

    @media screen and (max-width: 480px) {
        .base-button-full-size {
            width: 100%;
        }
    }

    .base-button-small {
        padding: 6px 15px !important;
    }

    .base-button-mini {
        font-size: 13px !important;
        padding: 4px 12px !important;
        font-weight: 500 !important;
        text-transform: none !important;
    }

    footer {
        padding: 30px 0 15px 0;
    }

    .base-shadow-box {
        padding: 10px;
        border: 1px solid #eee;
        box-shadow: 3px 3px #ddd;
    }

    .base-control-fig {
        padding-left: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

@media screen and (max-width: 479px) {
    .base-control-fig h5, .base-control-fig h6 {
        text-align: left !important;
    }
}

    #fig h5 {
        padding-bottom: 2px;
    }

    #fig h6 {
        line-height: 16px;
    }

        #fig h6:last-child {
            padding-top: 2px;
        }

div.upload {
    overflow: hidden;
    border: 2px dashed #ddd;
    height: 150px !important;
    width: 100% !important;
    cursor: pointer;
}

        div.upload input {
            display: block !important;
            height: 150px !important;
            width: 100% !important;
            opacity: 0 !important;
            cursor: pointer;
        }

    .base-grid {
        vertical-align: middle;
        width: 100%;
        border: solid 1px transparent;
        font-size: 12px;
        clear: both;
    }

        .base-grid .base-grid-rowstyle {
            background-color: transparent;
            border-bottom: 1px solid #eee;
        }

        .base-grid .base-grid-altrowstyle {
            background-color: transparent;
            border-bottom: 1px solid #eee;
        }

        .base-grid .base-grid-headerstyle {
            font-weight: bold;
            text-align: left;
        }

        .base-grid .base-grid-pagerstyle {
            text-align: left;
        }

        .base-grid .base-grid-footerstyle {
            text-align: left;
        }

        .base-grid td {
            padding: 5px;
        }

        .base-grid th {
            padding: 4px 0 5px 5px;
        }

        .base-grid a {
            font-size: 12px;
            font-weight: bold;
        }

        .base-grid td {
            border: none;
        }

        .base-grid th {
            border: none;
        }

.uk-modal-dialog-lightbox {
    width: 75% !important;
    height: 75vh !important;
    top: 10vh !important;
    border-radius: 5px;
}

.uk-modal-dialog-lightbox iframe {
    width: 100% !important;
    height: 75vh !important;
    top: 10vh !important;
    border-radius:5px;
}

    @media screen and (max-width:768px) {
        .uk-modal-dialog-lightbox, .uk-modal-dialog-lightbox iframe {
            min-height: calc(100vh - 60px);
            top: 0px !important;
        }
    }

    .base-icon-button {
        background: #ffc20e;
        color: #FFF;
        -webkit-transition: background-color 0.2s ease-out;
        -o-transition: background-color 0.2s ease-out;
        transition: background-color 0.2s ease-out;
    }

        .base-icon-button:focus, .base-icon-button:hover {
            background: #f1b500;
            color: #FFF;
        }

/* Inbetween Small and Medium screen */
@media (min-width: 600px) and (max-width: 767px) {
    /* Whole */
    .uk-width-smedium-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-smedium-1-2,
    .uk-width-smedium-2-4,
    .uk-width-smedium-3-6,
    .uk-width-smedium-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-smedium-1-3,
    .uk-width-smedium-2-6 {
        width: 33.333%;
    }

    .uk-width-smedium-2-3,
    .uk-width-smedium-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-smedium-1-4 {
        width: 25%;
    }

    .uk-width-smedium-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-smedium-1-5,
    .uk-width-smedium-2-10 {
        width: 20%;
    }

    .uk-width-smedium-2-5,
    .uk-width-smedium-4-10 {
        width: 40%;
    }

    .uk-width-smedium-3-5,
    .uk-width-smedium-6-10 {
        width: 60%;
    }

    .uk-width-smedium-4-5,
    .uk-width-smedium-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-smedium-1-6 {
        width: 16.666%;
    }

    .uk-width-smedium-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-smedium-1-10 {
        width: 10%;
    }

    .uk-width-smedium-3-10 {
        width: 30%;
    }

    .uk-width-smedium-7-10 {
        width: 70%;
    }

    .uk-width-smedium-9-10 {
        width: 90%;
    }
}

    /* Large screen and bigger */
    @media (min-width: 1400px) {
        /* Whole */
        .uk-width-xxlarge-1-1 {
            width: 100%;
        }
        /* Halves */
        .uk-width-xxlarge-1-2,
        .uk-width-xxlarge-2-4,
        .uk-width-xxlarge-3-6,
        .uk-width-xxlarge-5-10 {
            width: 50%;
        }
        /* Thirds */
        .uk-width-xxlarge-1-3,
        .uk-width-xxlarge-2-6 {
            width: 33.333%;
        }

        .uk-width-xxlarge-2-3,
        .uk-width-xxlarge-4-6 {
            width: 66.666%;
        }
        /* Quarters */
        .uk-width-xxlarge-1-4 {
            width: 25%;
        }

        .uk-width-xxlarge-3-4 {
            width: 75%;
        }
        /* Fifths */
        .uk-width-xxlarge-1-5,
        .uk-width-xxlarge-2-10 {
            width: 20%;
        }

        .uk-width-xxlarge-2-5,
        .uk-width-xxlarge-4-10 {
            width: 40%;
        }

        .uk-width-xxlarge-3-5,
        .uk-width-xxlarge-6-10 {
            width: 60%;
        }

        .uk-width-xxlarge-4-5,
        .uk-width-xxlarge-8-10 {
            width: 80%;
        }
        /* Sixths */
        .uk-width-xxlarge-1-6 {
            width: 16.666%;
        }

        .uk-width-xxlarge-5-6 {
            width: 83.333%;
        }
        /* Tenths */
        .uk-width-xxlarge-1-10 {
            width: 10%;
        }

        .uk-width-xxlarge-3-10 {
            width: 30%;
        }

        .uk-width-xxlarge-7-10 {
            width: 70%;
        }

        .uk-width-xxlarge-9-10 {
            width: 90%;
        }
    }

    /* Style the tab */
.tabs {
    min-width: 100px;
    margin: 0 0 35px 0;
    border-bottom: 1px solid #ddd;
}

@media(max-width: 599px) {
    .tabs {
        flex-direction: column;
        border-bottom: none;
        margin-bottom:25px; 
    }
}

        /* Style the buttons inside the tab */
        .tabs div {
            
            outline: none;
            padding: 0 0 10px 0;
            margin: 0 12px;
            font-size: 13px;
            font-weight:600;
            -webkit-transition: color 0.2s ease;
            -moz-transition: color 0.2s ease;
            -o-transition: color 0.2s ease;
            transition: color 0.2s ease;
        }

        @media(max-width: 767px) {
            .tabs div {
                font-size:12px;
                margin:0 7px;
            }
        }

        @media(max-width: 599px) {
            .tabs div {
                padding:5px 10px;
                margin: 0;
            }
        }

            .tabs div:first-child {
                margin-left: 0;
            }

            /* Change background color of buttons on hover */
            .tabs div:hover {
                cursor: pointer;
                color: #003e7e;
            }

            /* Create an active/current tablink class */
            .tabs div.tab-active {                
                border-bottom: 3px solid #003e7e;               
                color: #003e7e;
            }

            @media(max-width: 599px) {
                .tabs div.tab-active {
                    background-color: #003e7e;
                    color: #FFF;
                    border-bottom: 0;
                    border-radius: 5px;
                }
            }

    /* Style the tab content */
    .tabcontent {
        display: none;
        border-top: none;
    }

    .tabfill {
        
    }

    .tabcontent {
        
    }