﻿@charset "utf-8";
@import "OpenSans.css";
@import "gumby.css";
@import "font-awesome.css";
@import "animate.css";
/* CSS Document */

/* Reset */
html, body, div, span, figure, h1, h2, h3, h4, p, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, details, figure, figcaption, footer, header, hgroup, nav, section, img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

/* Width Classes */

.row {
    width: 100%;
    max-width: 98%;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

    .row .row {
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
    }

/* To fix the grid into a different size, set max-width to your desired width */
.column, .columns {
    margin-left: 1.81818%;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .column:first-child, .columns:first-child, .alpha {
        margin-left: 0;
    }

    .column.omega, .columns.omega {
        float: right;
    }

/* Column Classes */
.row .one.column {
    width: 5.45455%;
}

.row .one.columns {
    width: 5.45455%;
}

.row .two.columns {
    width: 12.72727%;
}

.row .three.columns {
    width: 20%;
}

.row .four.columns {
    width: 27.27273%;
}

.row .five.columns {
    width: 34.54545%;
}

.row .six.columns {
    width: 41.81818%;
}

.row .seven.columns {
    width: 49.09091%;
}

.row .eight.columns {
    width: 56.36364%;
}

.row .nine.columns {
    width: 63.63636%;
}

.row .ten.columns {
    width: 70.90909%;
}

.row .eleven.columns {
    width: 78.18182%;
}

.row .twelve.columns {
    width: 85.45455%;
}

.row .thirteen.columns {
    width: 92.72727%;
}

.row .fourteen.columns {
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Document Setup
/*-----------------------------------------------------------------------------------*/

html {
    margin-bottom: -5px;
}

html, body, form {
    height: 100%;
    background: none;
}

body {
    background: url(../images/page_bg.png) no-repeat center top;
    background-size: cover;
}

.txt_center {
    text-align: center !important;
}

.txt_left {
    text-align: left !important;
}

.txt_right {
    text-align: right !important;
}


hr {
    height: 2px;
    border: 0px;
    border-top: dotted 2px #EEE;
}

.header {
    background-color: #002375;
    /*background: url(../images/header_bg.png) repeat-x top left;*/
    min-height: 70px;
    padding: 0px 20px;
    z-index: 1000;
    position: relative;
    margin: 0px;
}

    .header .logo {
        margin-left: 5px;
        padding: 0px;
        margin-top: 8px;
        margin-bottom: -10px;
    }

    .header .container {
        max-width: 100%;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

.cssmenu {
    position: absolute;
    top: 5px;
    right: 300px;
    font: 14px 'Open Sans',sans-serif;
}

.header_shadow {
    background: url(../images/header_shadow.png) no-repeat center top;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
}

.wrapper {
    position: relative !important;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px 0px -45px 0px;
}

.wrapperinner {
    position: relative !important;
    margin: 0px auto;
    border-radius: 5px;
    padding: 0.5%;
    font: 14px 'Open Sans',sans-serif;
    width: 100%;
    max-width: 98%;
}


.logo_right {
    margin-left: 20px;
    padding: 0px;
    margin-top: 0px;
    border-radius: 0px 0px 0 0;
    float: right;
}

#nav {
    padding-top: 0px;
    z-index: 9;
}

    #nav li {
        display: inline-block;
        position: relative;
        padding: 12px 10px 20px 30px;
        color: #000;
        font-size: 15px;
        font-weight: normal;
    }

        #nav li a {
            color: #FFF;
            display: inline-block;
            letter-spacing: 0px;
            text-decoration: none;
        }

            #nav li a i {
                margin-right: 10px;
            }

        #nav li.hasSub a {
            padding: 10px 5px;
        }

        #nav li.hasSub:hover a {
            color: #00A3D9;
        }

        #nav li a:hover, #nav li.active a, #nav li.hasSub.active a {
            color: #00A3D9;
        }

    /*--- DROPDOWN ---*/

    #nav ul {
        background: #00A3D9; /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
        list-style: none;
        position: absolute;
        left: -9999px;
        margin-top: -10px;
        border-radius: 0 0 10px 10px;
        width: auto;
        min-width: 250px;
        z-index: 9;
        box-shadow: inset 0px 5px 5px rgba(0,0,0,0.25);
        padding-top: 10px;
        top: 75px;
    }

    #nav li.hasSub:hover ul, #nav li.hasSub:focus ul { /* Display the dropdown on hover */
        left: 20px; /* Bring back on-screen when needed */
    }

    #nav li ul li {
        margin: 0px !important;
        border-bottom: solid 1px #4FC0E5 !important;
        color: #CCC !important;
        padding: 0px 0;
        width: 100%;
    }

        #nav li ul li:last-child {
            border-bottom: 0px !important;
            border-radius: 0 0 10px 10px;
        }

        #nav li ul li a {
            color: #FFF !important;
            font-size: 14px;
            margin: 0px !important;
            padding: 0px 10px;
            white-space: nowrap;
            border-bottom: 0px !important;
        }

        #nav li ul li i {
            margin: 0 5px 0 10px;
            color: #FFF !important;
        }

        #nav li ul li:hover {
            background: rgba(255,255,255,0.1);
        }

            #nav li ul li:hover a {
                color: #FFF !important;
            }




.topButton {
    position: absolute;
    right: 10px;
    top: 5px;
}

.bottomButton {
    background: rgba(0,0,0,0.1);
    padding: 10px 0;
    margin-top: 15px;
    text-align: center;
}

.btn {
    padding: 5px 10px !important;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 5px;
    background: #09428C url(../images/btn_bg.png) repeat-x top left;
    color: #FFF;
    border: 0px;
    box-shadow: inset 0 0px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    font-family: 'FontAwesome', 'OpenSans';
}

    .btn:hover {
        background: #006B8E url(../images/btn_bg.png) repeat-x top left;
        transition: linear;
        color: #FFF;
        box-shadow: inset 0 0px 8px rgba(0,0,0,0.5);
        transition: all .2s ease-in-out;
    }

.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
    font-weight: 400;
    text-align: left;
    padding: 0px 0 5px 0;
    margin: 0px 0 10px 0;
}

.wrapper h1 {
    font-size: 24px;
    color: #000000;
    border-bottom: dashed 1px #FFF;
    font-weight: normal;
}

    .wrapper h1 i {
        color: #00A3D9 !important;
    }

.wrapper h2 {
    font-size: 18px;
}

.wrapper h3 {
    font-size: 16px;
    margin: 10px 0 5px 0;
}

.wrapper h1 i {
    color: #000000;
    padding: 0 5px;
    font-size: 24px;
}

.wrapper h1 .fa-compress {
    display: none;
}

.wrapper h1 .fa-expand {
    display: block;
}

.wrapper h1 i.fa-compress, .wrapper h1 i.fa-expand {
    font-size: 16px;
    float: right;
    margin-top: 5px;
    cursor: pointer;
}

.wrapper h1 i.fa-arrow-left, .wrapper h1 i.fa-arrow-right {
    font-size: 16px;
    float: right;
    margin-top: 5px;
    cursor: pointer;
    display: none;
}

.wrapper ul.columnContentView {
    width: 100%;
    margin: 0 auto;
}


.formpanel {
    background: rgba(255,255,255,0.25);
    padding: 10px;
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,0.20);
    border-radius: 7px;
}

.form_table {
}

    .form_table td {
        padding: 3px;
        color: #333;
        background: none !important;
        border: 0px !important;
        font-size: 14px;
        font-weight: normal !important;
    }

        .form_table td input, .form_table td select, .form_table td textarea, .textbox, .dropdown {
            border: solid 1px #CDCDCD;
            border-radius: 3px;
            padding: 4px;
            background: #F8F8F8;
        }

    .form_table .alignright {
        text-align: right !important;
    }

    .form_table .aligncenter {
        text-align: center !important;
    }

    .form_table label {
        display: inline;
        font-size: 14px;
    }

.UploadTable {
    border: solid 2px #DDD;
    background: rgba(255,255,255,0.5)
}

    .UploadTable td {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        font-size: 13px;
        padding: 7px;
        border-top: solid 1px #DDD !important;
    }

    .UploadTable .header {
        background: rgba(0,0,0,0.1);
        font-weight: bold;
    }

    .UploadTable tr:first-child td {
        border-top: 0px !important;
    }


.loginTitle {
    text-align: center !important;
    border-bottom: 0px !important;
    margin-top: 50px !important;
}

.loginmessage #lblMessage {
    margin: 0 auto;
    text-align: center;
    padding: 8px;
    background: #FFF;
    border-radius: 7px;
    width: 500px;
    border: solid 1px #F56228;
    color: #F56228;
    font-weight: bold;
    visibility: hidden;
}

.loginbox {
    width: 500px;
    background: #FFF;
    padding: 20px 15px;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.30);
    text-align: center;
    position: relative;
}

    .loginbox i.loginicon {
        color: #00A3D9;
        margin-bottom: 15px;
    }

    .loginbox input[type="text"], .loginbox input[type="password"] {
        background: #E4E6E9;
        width: 400px;
        padding: 10px 0;
        border-radius: 7px;
        margin: 0 auto;
        border: solid 2px #DDD;
        text-align: center;
        margin: 15px;
        font-size: 16px;
    }

    .loginbox .btn {
        width: 420px;
        height: 40px;
        margin: 15px 0;
    }


.modalBackground {
    background: rgba(0,0,0,0.50);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99998;
    display: none;
    top: 0;
    left: 0;
    background-attachment: fixed;
}


.title1 {
    font-size: 28px;
}

.title2 {
    font-size: 24px;
}

.title3 {
    font-size: 22px;
    font-weight: bold;
}

.title4 {
    font-size: 18px;
    font-weight: bold;
}

.title5 {
    font-size: 16px;
}

.red {
    color: #B20000 !important;
}

.green {
    color: #00661A !important;
}

.blue {
    color: #0059B2 !important;
}

.small {
    font-size: 11px !important;
}

.width50px {
    width: 50px;
}

.width75px {
    width: 75px;
}

.width100px {
    width: 100px;
}

.width125px {
    width: 125px;
}

.width150px {
    width: 150px;
}

.width175px {
    width: 175px;
}

.width200px {
    width: 200px;
}

.width225px {
    width: 225px;
}

.width275px {
    width: 275px;
}

.width300px {
    width: 300px;
}

.width100perc {
    width: 100%;
}



.floatLeft {
    float: left;
    margin-right: 10px;
}

.floatRight {
    float: right;
    margin-left: 10px;
}

.CenterAlign {
    text-align: center;
}



/* datatables */

table.dataTable {
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    max-width: none !important;
    font-size: 12px;
    border: solid 2px #DDD;
}

    table.dataTable th {
        background: #DCDCDC url(../images/grid_header.png) repeat-x top left;
        color: #333;
    }

    table.dataTable td,
    table.dataTable th {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        font-size: 13px;
        padding: 7px;
        border-right: solid 1px #DDD;
    }

    table.dataTable tr:hover {
        background: #FFF !important;
        border-top: 1px solid rgba(251, 251, 251, 0.11);
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    table.dataTable td {
        padding: 5px;
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
    }

    table.dataTable tbody tr:nth-child(odd) {
        background-color: #ECECEC;
    }

        table.dataTable tbody tr:nth-child(odd) td {
            border-bottom: solid 1px #DDD;
            border-top: solid 1px #DDD;
        }

    table.dataTable tbody tr {
        background-color: white;
    }

        table.dataTable tbody tr td i.edit {
            color: #039;
        }

        table.dataTable tbody tr td i.delete {
            color: #C00;
        }

        table.dataTable tbody tr.selected {
            background-color: #F0F0F0;
        }

        table.dataTable tbody tr td i.edit, table.dataTable tbody tr td i.delete, a.viewrow {
            margin: 0 2px;
            display: inline-block;
            width: 25px;
            text-align: center;
        }

        table.dataTable tbody tr td i.edit {
            color: #039;
        }

        table.dataTable tbody tr td i.delete {
            color: #C00;
            font-size: 14px;
        }

a.viewrow {
    color: #1A6600;
}

table.dataTable tbody tr td i.edit:hover {
    background-color: #039;
    color: #FFF;
}

table.dataTable tbody tr td i.delete:hover {
    background-color: #C00;
    color: #FFF;
}

a.viewrow:hover {
    background-color: #1A6600;
    color: #FFF;
}

.subtable {
    margin-left: 50px;
    width: 95%;
}

    .subtable thead {
        background: #EEEEEE url(../images/grid_header.png) repeat-x bottom left;
        color: #333;
    }



.push {
    height: 30px;
}

.footer {
    background: #FBFBFA;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    border-top: solid 1px #DDD;
    padding-top: 10px;
    font: 12px 'Open Sans',sans-serif;
}
td a .fa {
    color: #000 !important;
}
a .fa {
    color: white;
    padding:5px;
}
.b {
    color: black !important;
    padding: 5px;
}