﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, input, textarea
{
    /*margin-right: 8px;*/
    /*margin-bottom: 8px;*/
    /*padding: 0px;*/
    /*border: 0px;*/
    /*font: inherit;*/
    /*vertical-align: top;*/
}

body, form {
    margin: 12px;
    padding: 0px;
    background-color: #fff;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges -----------------------*/
.body-content {
    padding-left: 10px;
    padding-right: 10px;
    /*padding-top: 10px;*/
}

a:hover {
    text-decoration: none !important;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.icon {
    font-family: 'FontAwesome';
    font-size: medium;
    padding: 0px 8px;
    color: #666;
}

/* Set widths on the form inputs since otherwise they're 100% wide --------------------*/
textarea, input, select {
    /*max-width: 140px;*/
}

/* login in banner*/
.header-log-in {
    overflow: hidden;
    background-image: url(../images/main_header.jpg);
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 16rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.i-page-title {
    display: inline-block;
    font-size: 28px;
    line-height: 40px;
    margin: 0px 8px 0px 0px;
    padding: 0px 0px;
    color: #ff9e1b;
    background: #fff;
    vertical-align: middle;
    text-align: left;
}

.i-page-description {
    display: inline-block;
    font-size: 18px;
    font-weight: lighter;
    line-height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    color: #C4C4C4;
    background: #fff;
    vertical-align: middle;
    text-align: left;
}

.i-control-title {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    color: #808080;
    background: #fff;
    vertical-align: middle;
    text-align: left;
}

.i-label-title {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px;
    color: #808080;
    background: #fff;
    vertical-align: middle;
    text-align: left;
}

/* control container -----------------------------------------------------------------*/
.i-control-container {
    height: 100%;
    width: auto;
    padding: 16px 16px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 4px;
    color: #808080;
    box-shadow: 2px 2px 2px 0px #E4E7EB;
    border: 3px solid #f5f5f5;
    background: #f5f5f5;
}

.i-container-title-header {
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    margin: 0px 8px 0px 0px;
    padding: 0px 0px;
    color: #ff9e1b;
    background: #fff;
    vertical-align: middle;
    text-align: left;
}

/* buttons colors*/
.i-grey-button {
    padding: 5px 5px;
    border-radius: 4px;
    font: lighter 18px/normal Calibri, Gadget, sans-serif;
    color: #808080;
    box-shadow: 2px 2px 2px 0px #E4E7EB;
    min-width: 140px;
    border: 3px solid #f5f5f5;
    background: #f5f5f5;
}

.i-grey-button:hover {
        background: #C4C4C4;
        border: 3px solid #C4C4C4;
        color: #fff;
    }

.i-orange-button {
    padding: 5px 5px;
    border-radius: 4px;
    font: lighter 18px/normal Calibri, Gadget, sans-serif;
    color: #808080;
    box-shadow: 2px 2px 2px 0px #E4E7EB;
    min-width: 140px;
    border: 3px solid #f5f5f5;
    background: #f5f5f5;
}

.i-orange-button:hover {
        background: #F6981A;
        border: 3px solid #F6981A;
        color: #fff
    }

.i-blue-button {
    padding: 5px 5px;
    border-radius: 4px;
    font: lighter 18px/normal Calibri, Gadget, sans-serif;
    color: #fff;
    box-shadow: 2px 2px 2px 0px #E4E7EB;
    min-width: 140px;
    border: 3px solid #004c97;
    background: #004c97;
}

.i-blue-button:hover {
    background: #F6981A;
    border: 3px solid #F6981A;
    color: #fff;
}

.i-red-button {
    padding: 5px 5px;
    border-radius: 4px;
    font: lighter 18px/normal Calibri, Gadget, sans-serif;
    color: #808080;
    box-shadow: 2px 2px 2px 0px #E4E7EB;
    min-width: 140px;
    border: 3px solid #f5f5f5;
    background: #f5f5f5;
}

    .i-red-button:hover {
        background: #E35205;
        border: 3px solid #E35205;
        color: #fff
    }

/*foreground colors-----------------------------------------------------------------*/
.i-orange-f {
    color: #F6981A;
}

.i-red-f {
    color: #E35205;
}

.i-blue-f {
    color: #004C97;
}

.i-grey-light-f {
    color: #f5f5f5;
}

.i-grey-medium-f {
    color: #C4C4C4;
}

.i-grey-dark-f {
    color: #808080;
}

.i-white-f {
    color: #ffffff;
}

/*background colors -----------------------------------------------------------------*/
.i-orange-b {
    background: #F6981A;
}

.i-red-b {
    background: #E35205;
}

.i-blue-b {
    background: #004C97;
}

.i-grey-light-b {
    background: #f5f5f5;
}

.i-grey-medium-b {
    background: #C4C4C4;
}

.i-grey-dark-b {
    background: #808080;
}

.i-white-b {
    background: #ffffff;
}

/*action bars ------------------------------------------------------------------------*/
.i-bar-orange {
    margin: 0px 10px 0px 0px !important;
    font-size: 0px !important;
    padding: 26px 3px 8px !important;
    background: #F6981A;
}

.i-bar-blue {
    margin: 0px 10px 0px 0px !important;
    font-size: 0px !important;
    padding: 26px 3px 8px !important;
    background: #004c97;
}

/* footer copyright*/
.copyright {
    position: relative;
    height: 20px;
    margin-bottom: 4px;
    font-size: .6em;
    text-align: center
}

