html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body, div, table {
    font-family: "Montserrat",Helvetica, Arial, sans-serif;
    color: #e4e4e4;
}

    div.wrapper {
        min-height: 100%;
        background-color: #2C2C2C;
        position:relative;
    }

    div.container {
        
        margin: 0px auto;
        padding: 0px 15px;
    }

    div.header {
        background-color: #41BA92;
        padding: 11px 15px;
        text-align: center;
        color: #fff;
    }
    div.header div.logout {
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }
    div.header div.logout .username {
        font-size: 18px;
        font-weight: bold;
        vertical-align: middle;
        padding-right:10px;
    }
    div.header img.vfLogo {
        float: left;
    }
    div.header img.wcLogo {
        float: right;
    }
    div.clearfix {
        clear: both;
    }
    div.clearflex {
    flex-basis: 100%;
    height: 0;
    }
    div.main {
        padding: 30px 15px;
        position: relative;        
    }

    div.footerSpacer {
        height: 54px;
    }

    div.footer1 {
        background-color: #5f5f5f;
        height: 27px;
        line-height: 27px;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: 27px;
    }

    div.footer2 {
        background-color: #464646;
        height: 27px;
        width: 100%;
        position: absolute;
        bottom: 0px;
    }


@media (min-width: 1200px) { /* Override Bootstrap max width and make unlimited */
    .container {
        width: auto;
    }
}

@media screen {
    .printOnlyBlock, .printOnlyInline {
        display: none;
    }
}

@media print {

    div.container, div.wrapper, div.main, div.header {
        margin: 0px;
        padding: 0px;
        background-color: #fff;
    }

    .noPrint {
        display: none;
    }

    .printOnlyBlock {
        display: block;
    }

    .printOnlyInline {
        display: inline;
    }

    a {
        text-decoration: none;
        color: Blue;
    }

    .scrollable {
        overflow: visible;
        border: 0px;
    }

    .DTTT_container {
        display: none;
    }
}



.alnRight {
    text-align: right !important;
}

.alnCenter {
    text-align: center !important;
}

.alnLeft {
    text-align: left !important;
}


div.reqMark {
    position: relative;
}

input, textarea {
    margin-top: 0px;
}

div.reqArrow {
    position: absolute;
    z-index: 20;
    top: 1px;
    left: -5px;
    width: 4px;
    background-color: #c00;
}

input.error, textarea.error {
    border-color: #f00;
}

label.error {
    color: #f00;
    font-style: italic;
    display: block;
    font-size:.8em;
}

/********************************
 * BTN-wc STYLES
 ********************************/
.btn-wc {
    color: #FFFFFF;
    background-color: #41BA92;
    border-color: #00cd89;
}

    .btn-wc:hover,
    .btn-wc:focus,
    .btn-wc:active,
    .btn-wc.active,
    .open .dropdown-toggle.btn-wc {
        color: #FFFFFF;
        background-color: #23B091;
        border-color: #00cd89;
    }

    .btn-wc:active,
    .btn-wc.active,
    .open .dropdown-toggle.btn-wc {
        background-image: none;
    }

    .btn-wc.disabled,
    .btn-wc[disabled],
    fieldset[disabled] .btn-wc,
    .btn-wc.disabled:hover,
    .btn-wc[disabled]:hover,
    fieldset[disabled] .btn-wc:hover,
    .btn-wc.disabled:focus,
    .btn-wc[disabled]:focus,
    fieldset[disabled] .btn-wc:focus,
    .btn-wc.disabled:active,
    .btn-wc[disabled]:active,
    fieldset[disabled] .btn-wc:active,
    .btn-wc.disabled.active,
    .btn-wc[disabled].active,
    fieldset[disabled] .btn-wc.active {
        background-color: #41BA92;
        border-color: #00cd89;
    }

    .btn-wc .badge {
        color: #41BA92;
        background-color: #FFFFFF;
    }

.text-wc {
    color: #41BA92;
}