﻿/* used for sticky footer */
body, html, form {
    height: 100%;
}

.cob-container {
    position: relative;
    min-height: 100%;
}

.cob-content {
    padding-bottom: 148px;
}

.cob-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 148px;
    background: #091F2F;
}
/* end sticky footer */

/* remove styling form unordered lists */
.cob-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cob-ul-dash li {
    list-style-image: none;
    border-bottom: 1px dashed #D2D2D2;
    padding: 15px 0;
}

    .cob-ul-dash li:last-child {
        border-bottom: none;
    }

    .cob-ul-dash li:first-child {
        padding-top: 0;
    }

/* close the spacing between items used on summary page */
.cob-ul-dash-sm li {
    padding: 8px 0;
}

/* make the first span a block item */
.cob-ul-dash-span li > span:first-child {
    display: inline-block;
    width: 190px;
    font-weight: bold;
}

.cob-ul-span li > span:first-child {
    display: inline-block;
    width: 180px;
    font-weight: bold;
    padding: 5px 0;
}

@media (max-width:840px) {
    /* make it a block item on small devices */
    .cob-ul-dash-span li > span:first-child {
        display: block;
    }
}

/* vertical bar between list items*/
.cob-ul-vbar li {
    display: inline;
}

    .cob-ul-vbar li:not(:first-child):before {
        content: " | ";
    }
/* end unordered list */

/* taken from cob site used for two column layout rather than a grid */
.cob-mobile-100 {
    width: 100%;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:980px) {
    .cob-desktop-66, .cob-desktop-66-left, .cob-desktop-66-right {
        width: 63%;
    }

    .cob-desktop-66-left {
        float: left;
        margin-right: 3%;
    }

    .cob-desktop-66-right {
        float: right;
        margin-left: 3%;
    }
}

@media (min-width:980px) {
    .cob-desktop-33, .cob-desktop-33-left, .cob-desktop-33-right {
        width: 30%;
        float: left;
    }

    .cob-desktop-33-left {
        margin-right: 3%;
        float: left;
    }

    .cob-desktop-33-right {
        margin-left: 3%;
        float: right;
    }
}

@media (min-width:980px) {
    .cob-desktop-100 {
        width: 100%;
        margin-bottom: 1.5em;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}
/* end two column layout*/

/* larger font size.  size is inherited */
.cob-lg-font {
    font-size: 120%;
}

/* smaller font size.  size is inherited */
.cob-sm-font {
    font-size: 80%;
}

/* blue modal background */
.cob-modal {
    max-height: calc(100% - 100px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    border: 2px solid #091F2F;
}

/* override card and add a border */
.cd {
    border: 1px solid #D2D2D2;
}

/* added the overflow to cut long text in card */
.cd-d {
    overflow: hidden;
}

    /* padding used to bump the ol to the left 
    may break if list goes to double digits. */
    .cd-d ol {
        margin: 0;
        padding-left: 1.1em;
    }

/* make a smaller box for saved application link */
.cob-cd-c--sm {
    padding: 1rem;
    overflow: hidden;
}


/* we do not want to  add a 1.5 line hight or larger text */
.cob-cd-d {
    line-height: initial;
    font-size: initial;
    padding: 0 20px 20px 20px;
}

.cob-cd-t {
    padding: 10px 20px;
    /*background-color: #288BE4;
    color: #ffffff;*/
}

/* used to add space to right of a span tag */
.cob-pad-rt {
    display: inline-block;
    width: 20px;
}

/* file upload style */
.cob-fu {
    margin-bottom: 30px;
}

.cob-fu-bdr {
    border: 2px dashed #091F2F;
    padding: 15px;
}

.cob-fu-title {
    display: block;
    padding-bottom: 8px;
    font-family: Montserrat,Arial,sans-serif;
    font-weight: bold;
}

.cob-fu input[type=file] {
    display: block;
    padding-bottom: 10px;
}

.cob-block {
    display: block;
}

.cob-in-block {
    display: inline-block;
}

@media (max-width:768px) {
    .cob-in-block {
        display: block;
    }
}

/* hide and show style used in the registration page */
.cob-hide {
    display: none;
}

.cob-show {
    display: block;
}

/* used to enclose search panels */
.cob-searchbox {
    padding: 30px;
    background-color: #F2F2F2;
    border: 1px solid #d2d2d2;
}

/* removes gray box and padding on small devices */
@media (max-width:840px) {
    .cob-searchbox {
        padding: 0px;
        border: none;
        background-color: #fff;
    }
}

/* add scrolling to modal body for large content */
.md-c {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

/* added this class to hide bulleted portion of the validation summary */
.cob-hide-ul ul {
    display: none;
}

/* align an object to the right */
.cob-align-rt {
    margin-left: auto;
}

/* used to hide objects on small devices */
@media screen and (max-width:420px) {
    .cob-m-hide {
        display: none;
    }
}

.cob-btn-ht {
    line-height: 20px;
}

/* resize the table header  */
.responsive-table--vertical th {
    width: 20em;
}

@media (max-width:767px) {
    .responsive-table--vertical th {
        display: none;
    }
}

/* override the sidebar and hide the last border */
.sb-i--nb {
    border: none;
}

/* sb-evt is a COB created class */
.sb-evt {
    color: #091F2F;
    display: block;
}

    .sb-evt:hover > span {
        color: #FB4D42;
    }

    .sb-evt span {
        color: #288BE4;
        font-weight: 600;
    }

.dr {
    border: 1px solid #58585B;
}
