﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.nav-font {
    font-size: 14px;
    color: #333 !important;
}

.navbar-bgcolor {
    background-color: lightgray;
    border: none;
}

.navbar-bgcolor-personaldata {
    background-color: #3d9df9;
    border: none;
    min-height: 100%;
}

.content-panel-personaldata {
    border: 1px solid white;
    border-radius: 5px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.15);
}

    .content-panel-personaldata .row {
        padding: 5px;
    }

.content-panel {
    border-bottom: 1px solid black;
    border-radius:0px;
    border-color:white;
    overflow-y: auto;
}

    .content-panel .row {
        padding: 5px;
    }

.section-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.full-name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.container-personal-data {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.prayer-text {
    padding-left: 15px;
    padding-right: 15px;
    font-family: David;
    font-size: 1.2em;
}


.navbar-toggle-styled {
    background-color: #333;
    border: none !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.invisible {
    visibility: hidden;
}

.full-name-style {
    max-width: 172px;
}

.bookmark-icon {
    background-image: url('../content/bookmark.svg')
}

.input-text {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
}

.parentDiv {
    border: 1px solid black;
    padding: 10px;
    width: 90%;
    margin: 5px;
    display: relative;
    font-family: Cambria;
    font-size: 8px;
    font-weight: bold;
    color: #0000FF;
    background-color: #C0C0C0;
    border: 3px double #0000FF
}


.childDiv {
    visibility: visible;
    margin: 12px;
    font-size: 12px;
}

.childDivHidden {
    visibility: hidden;
    height: 0px;
    margin: 1px;
    font-size: 12px;
}
.is-invalid {
    border:1px solid red;
}
.is-valid {
    border: 1px solid green;
}
.invalid-feedback {
    color:red;
}
.model-contentMy {
    display:flex;
}
.model-contentMy .cardMy{

    margin:0 auto;
    width:50%;
}
    .model-contentMy .cardMy .card-headerMy, .model-contentMy .modal-headerMy {
        position: relative;
    }
        .model-contentMy .cardMy .card-headerMy .closeButton, .model-contentMy .modal-headerMy .closeButton {
            position: absolute;
            left: 0;
        }
