﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    /* added by rhandy abalos */
    /*background-color: darkgray;*/
    /*background-color: #5f5f5f;*/
    /*background-color: #313131;
    color: white;*/
    /*background-image: url("/images/titleLogo.png");*/
    /*background-size: 240px 70px;*/
    background-size: 70px 240px;
    background-repeat: repeat-y;
    background-position: left 10px bottom;
    background-attachment: fixed;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Customs Starts Here - rhandy abalos */
.dclock {
    display: block;
    font-size: medium;
    color: white;
    text-align: center;
}

.header-logo {
    width: 90px;
    height: 90px;
    cursor: default;
    margin-top: -33px;
}

.about-logo {
    cursor: default;
    /*display: block;
    margin: auto;*/
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    /*width: 600px;*/
    width: 80%;
    /*max-height: 180px;*/
    object-fit: scale-down;
}

.top-buffer {
    margin-top: 10px;
}

.between-Vbuffer {
    margin-top: 10px;
}

.validation-summary-valid.alert.alert-danger {
    display: none;
}

.validation-summary-errors {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    border: 1px solid #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.disable-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.navbar-auxilium {
    background-color: #3172ab;
    color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/

/*.navbar-auxilium { old
    background-color: #3172ab;
    color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/

/*.navbar-auxilium .navbar-nav > li > a {
    color: #fff;
}

.navbar-auxilium .navbar-nav > .active > a {
    color: #ffffff;
    background-color: transparent;
}

.navbar-auxilium .navbar-nav > li > a:hover,
.navbar-auxilium .navbar-nav > li > a:focus,
.navbar-auxilium .navbar-nav > .active > a:hover,
.navbar-auxilium .navbar-nav > .active > a:focus,
.navbar-auxilium .navbar-nav > .open > a {
    text-decoration: underline;
    background-color: transparent;
}

.navbar-auxilium .navbar-brand {
    color: #eeeeee;
}

.navbar-auxilium .navbar-toggle {
    background-color: #eeeeee;
}

.navbar-auxilium .icon-bar {
    background-color: #33aa33;
}*/

/*.panel {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel-min-width {
    min-width: 520px;
}*/

/*.panel-body {
    background-color: lightgray;
}

.panel-footer {
    color: white;
    background-color: #5f5f5f;
}*/

/* ORANGE Panel */
/*.panel-auxilium-darkorange {
    border-color: darkorange;
    color: floralwhite;
    background-color: #313131;
}

.panel-auxilium-darkorange > .panel-heading {
    color: #fff;
    background-color: darkorange;
    border-color: darkorange;
}

.panel-auxilium-darkorange > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: darkorange;
}

.panel-auxilium-darkorange > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-auxilium-darkorange > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: darkorange;
}

.panel-auxilium-darkorange > .panel-footer {
    background-color: #313131;
}*/
/* Dark Panel */
/*.panel-auxilium-dark {
    border-color: black;
    color: floralwhite;
    background-color: #313131;
}

.panel-auxilium-dark > .panel-heading {
    color: #fff;
    background-color: black;
    border-color: black;
}

.panel-auxilium-dark > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: black;
}

.panel-auxilium-dark > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-auxilium-dark > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: black;
}

.panel-auxilium-dark > .panel-footer {
    background-color: #313131;
}*/

.modal-content {
    width: 500px !important;
    margin: 180px auto !important;
}

.footer-center {
    display: block;
    font-size: x-small;
    color: white;
    text-align: center;
}

.imgBox {
    /*width: 240px;
    height: 200px;*/
    width: 180px;
    height: 180px;
    border: solid 1px lightgray;
}

.centerDIVcontent {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* For Radio and Checkbox */
/*input[type=checkbox]:not(old),*/
input[type=radio ]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

/*input[type=checkbox]:not(old) + label,*/
input[type=radio ]:not(old) + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

/*input[type=checkbox]:not(old) + label > span,*/
input[type=radio ]:not(old) + label > span {
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192,192,192);
    border-radius: 0.25em;
    background: rgb(224,224,224);
    background-image: -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: linear-gradient(rgb(240,240,240),rgb(224,224,224));
    vertical-align: bottom;
}

/*input[type=checkbox]:not(old):checked + label > span,*/
input[type=radio ]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image: -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image: -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image: -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image: linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

/*input[type=checkbox]:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 1em;
    color: rgb(153,204,102);
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(115,153,77);
    font-weight: bold;
}*/

input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 0.5em;
    height: 0.5em;
    margin: 0.125em;
    border: 0.0625em solid rgb(115,153,77);
    border-radius: 0.125em;
    background: rgb(153,204,102);
    background-image: -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
    background-image: -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
    background-image: -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
    background-image: -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
    background-image: linear-gradient(rgb(179,217,140),rgb(153,204,102));
}
/* For Radio and Checkbox (End) */
/*.dropdown:hover .mnu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}

.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}

@media (max-width: 992px) {
    .dropdown-menu {
        width: 50%;
    }

    .dropdown-menu .dropdown-submenu {
        width: auto;
    }
}*/

.noClick {
    pointer-events: none;
}

.loading {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}

.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 12px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}

.snowflake:hover {
    cursor: default;
}

sub, sup {
    vertical-align: baseline;
    position: relative;
    font-size: 70%;
}

sub {
    bottom: -0.6em;
}

sup {
    top: -0.6em;
}

#topBtn, #topBtn1 {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#topBtn:hover, #topBtn1:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}