﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
multiselect >div,
select {
    max-width: 480px;
}

/* Set width on the form input elements since they're 100% wide by default */
textarea {
    max-width: 900px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.navbar-inverse {
    background-color: #035994 !important;
    border-color: #080808;
}

.navbar-nav {
    font-size: 15px;
}

.input-group.date {
    width: 175px;
}

#ccgnav {
    z-index: 10 !important;
    padding-right: 10px;
}

.ccgdashboard {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 30px;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}

/* FC:2017-08-21 Support PPU/Onging. */
.ccg-fee-summary {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 0.5em;
    color: inherit;
    background-color: #eeeeee;
}

.ccg-fee-summary  .panel-body {
    padding-left:15px;
    padding-right:15px;
    padding-top:0;
    padding-bottom:0;
}

.ccg-fee-summary .payment-btn {
    margin-top: 15px;
}
/* FC:2017-08-21 End of changes. */

#loadingBox {
    position: fixed;
    top: 40%;
    left: 40%;
    background-color: #ffffff;
    width: 20%;
    text-align: center;
    padding: 20px;
    color: #000;
    border-right: dodgerblue 3px solid;
    border-top: dodgerblue 3px solid;
    font-weight: bold;
    font-size: 12pt;
    border-left: dodgerblue 3px solid;
    border-bottom: dodgerblue 3px solid;
    z-index: 2000;
}

.label-division-D1 {
    background: #FFB159;
    font-size: 8px !important;
}

.label-division-D2 {
    background: #54F2A8;
    font-size: 8px !important;
}

.label-division-NA {
    background: #C6C6C6;
    font-size: 8px !important;
}

.label-division-Unknown {
    background: #C6C6C6;
    font-size: 8px !important;
}

.waiverInput {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
}

.waiverSignature {
    width: 310px;
    height: 90px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.waiverSignature:after {
    content: "Sign Here";
}

.secret {
    font-weight: bold;
    background: #000;
    color: #000;
}

.secret:hover {
    color: inherit;
    background: none;
}

/*override Angular Loading bar */
#loading-bar .bar {
    background: #54F2A8 !important;
}

#loading-bar .peg {
    -moz-box-shadow: #d43f3a 1px 0 6px 1px !important;
    -ms-box-shadow: #d43f3a 1px 0 6px 1px !important;
    -webkit-box-shadow: #d43f3a 1px 0 6px 1px !important;
    box-shadow: #d43f3a 1px 0 6px 1px !important;
}

.icon-success {
    color: #5CB85C;
}

.multi-selection-unchecked {
    color: #bdbdbd;
}

.multi-selection-checked {
    color: #3dc112;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
/*End Override Angular Loading bar */