﻿@import url(font-awesome.min.css);

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    margin-top: 70px;
    margin-bottom: 100px;
    background-color: #f5f5f5;
}


.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #f5f5f5;
}

    .footer > .container {
        padding-right: 15px;
        padding-left: 15px;
    }



.grid-top-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 25px;
}

.grid-nodata-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #999;
    font-size: 22px;
    text-align: center;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333;
}

.hr-dl {
    border-top: 3px double #8c8b8b;
}

/*
 * Override Bootstrap's default container.
 */

/*@media (min-width: 1200px) {
    .container {
        width: 970px;
        background-color:#fff;
    }
}*/


/*
 * Masthead for nav
 */

.marcom-masthead {
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.marcom-page-title {
    font-size: 40px;
    font-weight: bold;
}

.marcom-title30 {
    font-size: 30px;
    font-weight: bold;
}

.marcom-title22 {
    font-size: 22px;
    font-weight: bold;
}

.marcom-title18 {
    font-size: 18px;
    font-weight: bold;
}

/* Nav links */
.marcom-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #cdddeb;
}

    .marcom-nav-item:hover,
    .marcom-nav-item:focus {
        color: #fff;
        text-decoration: none;
    }

/* Active state gets a caret at the bottom */
.marcom-nav .active {
    color: #fff;
}

    .marcom-nav .active:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -5px;
        vertical-align: middle;
        content: " ";
        border-right: 5px solid transparent;
        border-bottom: 5px solid;
        border-left: 5px solid transparent;
    }


/*
 * marcom name and description
 */

.marcom-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.marcom-title {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: normal;
}

.marcom-description {
    font-size: 20px;
    color: #999;
}

.marcom-date-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #999;
    font-size: 11px;
}

/*
 * Main column and sidebar layout
 */

.marcom-main {
    font-size: 18px;
    line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}

.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .sidebar-module-inset p:last-child,
    .sidebar-module-inset ul:last-child,
    .sidebar-module-inset ol:last-child {
        margin-bottom: 0;
    }


/* Pagination */
.pager {
    margin-bottom: 60px;
    text-align: left;
}

    .pager > li > a {
        width: 140px;
        padding: 10px 20px;
        text-align: center;
        border-radius: 30px;
    }


/*
 * marcom posts
 */

.marcom-post {
    margin-bottom: 60px;
}

.marcom-post-title {
    margin-bottom: 5px;
    font-size: 40px;
}

.marcom-post-meta {
    margin-bottom: 20px;
    color: #999;
}

textarea {
    font-family: inherit;
    font-size: inherit;
    padding: 1px 1px 1px 1px;
}



/* Divs
---------------------- */
div .left {
    text-align: left;
    float: left;
    margin-bottom: 5px;
}

div.lefthide {
    text-align: left;
    float: left;
    margin-bottom: 5px;
    visibility: hidden;
    display: none;
    background-color: red;
}


div.centered {
    text-align: center;
}

div.right {
    text-align: right;
    float: right;
    clear: both;
    margin-bottom: 5px;
}

.clear {
    clear: both;
}

div.leftpadd {
    text-align: left;
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
}


.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

#sitepath {
    height: 18px;
    margin: 0 auto;
    background-color: #525252;
    border-bottom: 6px solid #fff;
    border-left: 4px solid #525252;
    border-right: 4px solid #525252;
    padding: 4px 5px 2px 10px;
    color: #FFF;
}

    #sitepath a {
        text-decoration: none;
        color: #FFF;
    }

/* Progress Template */

.TransparentGrayBackground {
    position: fixed;
    top: 0;
    left: 0;
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    z-index: 1001;
}

.Updatewrapper {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    min-height: 200px;
    position: absolute;
}


.UpdateBody {
    font-size: 14px;
    color: #000;
    padding: 3px;
    text-align: left;
    z-index: 1102;
    margin-bottom: 5px;
}


.UpdateProgress {
    /*background-color: #FFF;*/
    color: #000;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    z-index: 1102;
}

/* PROGRESS TEMPLATE END */

/* GV Normal */

.gridview {
    background-color: #fff;
    border: solid 1px #000;
    border-collapse: collapse;
    /*margin-bottom: 0px;
    margin-right: 0px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .gridview td {
        padding: 2px 2px 2px 5px;
        border: solid 1px #000;
        color: #000;
    }

    .gridview th {
        padding: 2px 2px 2px 5px;
        color: #fff;
        background-color: #333;
        border: solid 1px #000;
    }

        .gridview th a {
            color: #fff;
        }

            .gridview th a:active {
                color: #ff0;
            }

    .gridview .grid-row {
        background-color: #FFF;
    }

    .gridview .grid-alt {
        background-color: #CCC;
    }

    .gridview .grid-pgr {
        background-color: #999;
        height: 22px;
    }

        .gridview .grid-pgr table {
            margin: 5px 0;
        }

        .gridview .grid-pgr td {
            color: #000;
        }

.gridviewwrap {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera 4 - 6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* IE 5.5+ */
    word-break: break-all;
    overflow: hidden;
}


/* GV Small */

.gridviewsmall {
    background-color: #fff;
    border: solid 1px #000;
    border-collapse: collapse;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 10px;
}

    .gridviewsmall td {
        padding: 2px 2px 2px 5px;
        border: solid 1px #000;
        color: #000;
    }

    .gridviewsmall th {
        padding: 2px 2px 2px 5px;
        color: #fff;
        background-color: #333;
        border: solid 1px #000;
    }

        .gridviewsmall th a {
            color: #fff;
        }

            .gridviewsmall th a:active {
                color: #ff0;
            }

    .gridviewsmall .grid-row {
        background-color: #FFF;
    }

    .gridviewsmall .grid-alt {
        background-color: #CCC;
    }

    .gridviewsmall .grid-pgr {
        background-color: #999;
        height: 22px;
    }

        .gridviewsmall .grid-pgr table {
            margin: 5px 0;
        }

        .gridviewsmall .grid-pgr td {
            color: #000;
        }



.valtext {
    color: red;
}



/* PopUP */
.fade {
    background: #000;
    position: fixed;
    width: 100%;
    height: 200%;
    filter: alpha(opacity=80);
    opacity: .80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
    left: -1px;
    top: -114px;
    z-index: 10;
}

.hideme {
    visibility: hidden;
    display: none;
}

.showme {
    visibility: visible;
}

.popup_block {
    background: #fff;
    padding: 20px, 10px 20px 10px;
    border: 10px solid #000;
    float: left;
    width: 650px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-top: -10px;
    margin-left: -350px;
    /*top: 15%;
	left: 25%;
	margin: 0 0 0 -50px;*/
    z-index: 150;
    -moz-border-radius: 5px 5px / 5px 5px;
    border-radius: 5px 5px / 5px 5px;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
}


    .popup_block .cntrl {
        position: absolute;
        right: -7px;
        top: -10px;
        float: right;
        height: 40px;
        z-index: 151;
    }

.popup {
    background-color: #fff;
    padding: 10px;
    -moz-border-radius: 5px 5px / 5px 5px;
    border-radius: 5px 5px / 5px 5px;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
    position: absolute;
}

*html .popup_block {
    position: absolute;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}


.data {
    visibility: hidden;
    display: none;
}

.form-control {
    display: inline-block;
}


/*End Popup*/
.MyUpload .ajax__fileupload_selectFileContainer {
    /* position: relative; */
    float: right;
    padding-right: 4px 4px 4px 4px;
}

.MyUpload .ajax__fileupload_dropzone {
    visibility: hidden;
    color: #fff;
    height: 3px;
}

.MyUpload .ajax__fileupload_selectFileButton {
    color: #000;
    background-color: #CCC;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

    ul.icons li {
        display: inline-block;
        padding: 0 1em 0 0;
    }

        ul.icons li:last-child {
            padding-right: 0;
        }

        ul.icons li .icon:before {
            font-size: 2em;
        }

.icon.rounded {
    background-color: #383b43;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    height: 3.25em;
    line-height: 3.25em;
    text-align: center;
    width: 3.25em;
}



.icon > .label {
    display: none;
}

.icon.rounded.fa-twitter {
    background-color: #2daae4;
}

.icon.rounded.fa-facebook {
    background-color: #39599f;
}

.icon.rounded.fa-google-plus {
    background-color: #c91e1f;
}

.icon.rounded.fa-dribbble {
    background-color: #c4376b;
}

.icon.rounded.fa-tumblr, .icon.rounded.fa-linkedin {
    background-color: #31516a;
}

.icon.rounded.fa-rss {
    background-color: #f2600b;
}


.slist ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slist ul {
    margin: 0;
}

.slist li {
    margin: 0.5em;
    margin-left: 0.45em;
}

    .slist li:before {
        content: '\f045';
        font-family: 'FontAwesome';
        float: left;
        margin-left: -1.5em;
        color: #4d5191;
    }


.list-custom-btn ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-custom-btn ul {
    margin: 0;
}

.list-custom-btn li {
    margin: 0.5em;
    margin-left: 0.45em;
}

    .list-custom-btn li:before {
        font-family: 'FontAwesome';
        float: left;
        margin-left: -1.5em;
        color: #4d5191;
    }



/* Field set*/

fieldset {
    border: 2px solid #000;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    clear: both;
}

    fieldset legend {
        background: #708a2d;
        color: #fff;
        padding: 3px 8px;
        font-size: 20px;
        border-radius: 5px;
        box-shadow: 0 0 0 1px #000;
        margin-left: 12px;
        font-variant: small-caps;
    }

/* End Fieldset*/




/* Breadcrumbs */
.siteMapPath {
    /*font: 16px Comic Sans MS,Serif;*/
    font-size: 16px;
}

.currentNodeStyle {
    font-weight: bold;
}

.nodeStyle {
    text-decoration: none;
}

.pathSeparatorStyle {
    /*background-color: yellow;*/
    margin: 5px;
    /*border: Solid 1px black;*/
}

.rootNodeStyle {
    text-decoration: none;
}

/* End Breadcrumbs */


/* Cal*/
.MyCalendar .ajax__calendar_container {
    border: 1px solid #000;
    background-color: #fcfcfc;
    color: #000;
    z-index: 500;
    width: 170px;
    font-size: 11px;
}

.MyCalendar .ajax__calendar_body {
    border: 1px solid #000;
    background-color: #FFF;
    color: #000;
    text-align: center;
    height: 139px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.MyCalendar .ajax__calendar_days {
    background-color: #FFF;
    color: #000;
    border: 0;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 2px;
}

.MyCalendar .ajax__calendar_day {
    font-size: 11px;
    border: 0;
}

.ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
}

.MyCalendar td {
    padding: 1px,1px,1px,1px;
    border-spacing: 0px;
    border: 0;
    font-size: 11px;
}
/*End Cal*/

.blackg {
    font-size: 18px;
    color: #000;
}

.rcorners {
    border-radius: 25px;
    border: 2px solid #999;
    background: #fff;
    padding: 20px;
}

.applicationbox {
    padding: 6px;
    border: 1px solid #000;
    background: #fff;
    min-height: 25px;
}

.applicationhead {
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    color: #FFF;
    padding: 5px 5px 3px 5px;
    text-align: left;
    background-color: #283891;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

.applicationinst {
    min-height: 25px;
    color: #000;
    padding: 1px 4px 1px 4px;
    text-align: left;
    background: #ccc;
    border: 1px solid #000;
}

.applicationfoot {
    min-height: 25px;
    color: #000;
    padding: 5px;
    text-align: left;
    background: #ccc;
    border: 1px solid #000;
}

/* Big Cal*/
.bgcal {
    border: solid 1px #000;
    border-collapse: collapse;
    margin-bottom: 0px;
}

    .bgcal td {
        padding: 2px 2px 2px 5px;
        border: solid 1px #000;
    }


/* List Grid */

.gridviewlist {
    background-color: #fff;
    border: solid 1px #fff;
    border-collapse: collapse;
}

    .gridviewlist td {
        padding: 2px 2px 2px 2px;
        border: solid 1px #fff;
        color: #000;
    }

    .gridviewlist th {
        padding: 2px 2px 2px 2px;
        border: solid 1px #fff;
        color: #000;
    }

    .gridviewlist .row {
        background-color: #FFF;
    }

    .gridviewlist .alt {
        background-color: #fff;
    }
/*Tab Style*/
.tabs {
    list-style: none;
    clear: both;
    margin-bottom: 5px;
    padding-bottom: 10px;
    margin-top: 15px;
}

    .tabs li {
        display: inline;
    }

        .tabs li a {
            color: #ffffff;
            margin-right: 5px;
            float: left;
            font-weight: bold;
            border: solid 1px #000;
            display: block;
            padding: 8px 10px;
            margin-left: -1px;
            position: relative;
            left: 1px;
            text-decoration: none;
            top: -20px;
            height: 35px;
            background: #283891;
            /*background: #357ad7 url(../layout/grad.png) repeat left top;  fallback */
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#283891), to(#00308f)); /* Safari 4-5, Chrome 1-9 */
            background: -webkit-linear-gradient(top, #00308f, #283891); /* Safari 5.1, Chrome 10+ */
            background: -moz-linear-gradient(top, #00308f, #283891); /* Firefox 3.6+ */
            background: -ms-linear-gradient(top, #00308f, #283891); /* IE 10 */
        }

            .tabs li a:hover {
                background: #004b8d;
                color: #ffd300;
            }

.headerbox {
    width: 900px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    border-bottom: solid 1px #000;
    padding: 4px 8px 4px 8px;
    margin: 0;
    background: #357ad7;
    /* background: #357ad7 url(../layout/grad.png) repeat left top; */ /* fallback */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#357ad7), to(#00308f)); /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #00308f, #357ad7); /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #00308f, #357ad7); /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #00308f, #357ad7); /* IE 10 */
    background: -o-linear-gradient(top, #00308f, #357ad7); /* Opera 11.10+ */
}

.insidetabbox {
    background: #fff;
    padding: 8px 8px 8px 8px;
    margin: 0;
    border-top: solid 5px #000;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    width: 875px;
    min-height: 200px;
    box-shadow: 3px 3px 5px #333;
    -moz-box-shadow: #333 2px 2px 3px;
    -webkit-box-shadow: #333 2px 2px 3px;
}

.tabbox {
    background: #fff;
    padding: 8px 8px 8px 8px;
    margin: 0;
    border-top: solid 5px #000;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    width: 100%;
    min-height: 250px;
    box-shadow: 3px 3px 5px #333;
    -moz-box-shadow: #333 2px 2px 3px;
    -webkit-box-shadow: #333 2px 2px 3px;
}
