/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro|Source+Sans+Pro:bold");*/


/*
Ateneo Blue (#003B6D)
Blue-Gray (#6699CC)
Bright Gray (#EBEDF3)
Gray (X11) (#BDBDBD)
Granite Gray (#676767)
*/

html {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: Arial, sans-serif;
    font-size: 16px;
}

body {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding-bottom: 20px;
    overflow-x: hidden;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: bold;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.failurenotification {
    color: #ff0000;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 300px;
}

.logoimage {
    max-width: 50%;
    min-width: 200px;
    max-height: 120px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    /*max-width: 280px;*/
    font-size: 1em;
}

.btn {
    /*font-size: 1em;*/
}

.form-control-10percent {
    width: 10%;
}

.form-control-15percent {
    width: 15%;
}

.form-control-20percent {
    width: 20%;
}

.form-control-25percent {
    width: 25%;
}

.form-control-50percent {
    width: 50%;
    min-width: 200px;
}

.form-control-75percent {
    width: 75%;
}

.form-control-95percent {
    width: 95%;
}

.linkbar {
    text-align: right;
}

input[type="checkbox"] {
    margin-top: 0;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
        padding: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.icon-panel {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.container .icon-panel,
.container-fluid .icon-panel {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.icon-panel .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .container .icon-panel,
    .container-fluid .icon-panel {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}


.grad-div {
    background: #003B6D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #003B6D, #63B2DE); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #003B6D, #63B2DE); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #003B6D, #63B2DE); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #003B6D, #63B2DE); /* Standard syntax */
}

.grad-icon {
    background: #63B2DE; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #63B2DE, #003B6D); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #63B2DE, #003B6D); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #63B2DE, #003B6D); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #63B2DE, #003B6D); /* Standard syntax */
}

.icon-style {
    min-height: 150px;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
}

.icon-placement {
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-label {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.navbar-custom {
    color: #FFFFFF;
    background-color: #ff0000;
    outline: none;
    border: none;
}

.navbar-custom a:hover {
    color: #FFFFFF;
    background-color: #ff0000;
    outline: none;
    border: none;
}


.navbar-toggler {
    outline: none;
    border: none;
}

.navbar-fixed-top {
    top: 100px;
}

.nav-link {
    color: #000000;
}

#banner {
    color: #FFFFFF;
    text-align: center;
    background-color: #fff;
    width: 100%;
}

.navbar-inverse .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    font-weight: bold;
    background: #63B2DE; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #63B2DE, #003B6D); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #63B2DE, #003B6D); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #63B2DE, #003B6D); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #63B2DE, #003B6D); /* Standard syntax */
}

.nav-wrapper {
    min-height: 72px;
}

.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.smallfont {
    font-size: 0.8em;
}

.failureNotification {
    color: Red;
    padding-bottom: 10px;
}

.sumNot100Notification {
    color: #ffffff;
    background-color: #ff0000;
    font-weight: bold;
}

.sumIs100Notification {
    color: green;
    font-weight: normal;
}

.inline-label {
    padding-top: 7px;
}

.textarea-form-control {
    font-size: 1em;
}

.manualanchor {
    padding-top: 50px;
}

.tablecolumnheader {
    background-color: #000000;
    color: #ffffff;
    padding-top: 10px;
    font-weight: bold;
    height: 70px;
    border-right-color: #000000;
    border-right-width: 0px;
}

.tablecolumnheader a {
    color: #ffffff;
}

.tablecolumnheaderwithpadding {
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    height: 40px;
    border-right-color: #000000;
    border-right-width: 1px;
}

.tablecolumnheaderwithpadding a {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .tablecolumnheader {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 640px) {
    .tablecolumnheader {
        font-size: 0.7em;
    }
}


.checkboxlist input[type="checkbox"] {
    margin-right: 5px;
}


/* Modal div styles start */
.modalDiv {
    position: absolute;
    z-index: 10000;
    background-color: Gray;
    filter: alpha(opacity=35);
    opacity: 0.35;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* Modal div styles end */


/* Panel styles start */
.popup {
    font-family: arial, helvetica, clean, sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
    z-index: 1;
}

.popup .header .msg {
    font-weight: bold;
}

.popup .body {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}

.popup .body .msg {
    font-family: arial, helvetica, clean, sans-serif;
    font-size: small;
    float: left;
    padding-left: 22px;
    /* */
}

.popup .footer {
    border-color: #ccc #808080 #808080 #808080;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
}

.popup .close {
    right: 7px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    height: 15px;
}

.button_popup {
    cursor: pointer;
    border-width: 1px;
    background-color: #f2f2f2;
    border-color: #808080;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    .printedheader {
        font-size: 1.5em;
    }

    .no-page-break {
        page-break-inside: avoid;
    }

    .page {
        width: 960px;
        background-color: #fff;
        margin: 20px auto 0px auto;
        border: none;
    }

    .always-page-break-after {
        page-break-after: always;
    }

    .always-page-break-before {
        page-break-before: always;
    }
}


@media screen and (max-width: 768px) {
}


#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.list-group-item {
    font-size: 1rem;
    line-height: 1.1rem;
}

.list-group-heading {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 2rem;
}

.plainhyperlink {
    color: #333333;
    text-decoration: none;
    outline: 0;
}

.plainhyperlink:link {
    color: #333333;
    text-decoration: none;
    outline: 0;
}

.plainhyperlink:visited {
    color: #333333;
    text-decoration: none;
    outline: 0;
}

.plainhyperlink:hover {
    color: #333333;
    text-decoration: none;
    outline: 0;
}

.plainhyperlink:active {
    color: #333333;
    text-decoration: none;
    outline: 0;
}

.fieldsetforpages {
    padding: 0;
    margin: 0 0 20px 0;
    border: 0;
}

.legendforpages {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: bold;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 2px solid #e5e5e5;
}

.manager-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
}

.manager-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.manager-menu > li > a {
    display: block;
    padding: 3px 6px;
    clear: both;
    font-weight: normal;
    line-height: 1em;
    color: #333;
    white-space: nowrap;
}

.manager-menu > li > a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #D8D8D8;
}

.manager-menu > li > a:focus {
    color: #333333;
    text-decoration: none;
    background-color: #ffffff;
}
