﻿

body {
    padding-top: 0px;
    padding-bottom: 20px;
}

a {
    color: #2884d3;
}

/* 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: 400px;
}

.member-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.paste-area {
    width: 200px;
    height: 200px;
    border: 2px dashed #ccc;
    text-align: center;
    line-height: 200px;
    color: #888;
    margin: 10px 0;
}
.myfooter {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: right;
}

.btn-search-ocl {
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.1;
    border-radius: 0.2rem;
}

.btn-options {
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.1;
    border-radius: 0.2rem;
    display: block;
    width: 100%;
    text-align: center;
}


.bg-test {
    color: #903685 !important;
}

.bg-ocl, .btn-primary, .btn-options {
    background-color: #b2e6ee !important;
    color: rgb(38, 25, 138) !important;
}a

.text-ocl {
    color: #26198a !important;
}

.myfooter {
    background-color: #26198a !important;
    height: 50px;
}


.navbar-ocl {
    background-color: #26198a !important;
    color: #0c0b0b;
}

.ocl-map {
    margin-left: 5%;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-top: 40px;
    float: right;
    width: 200px;
    height: 200px;
}

.padding-ocl {
    padding-top: 30px;
}

.padding-table {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
}

.padding-btn-right {
    padding: 10px;
    float: right;
}

.padding-sm-allround {
    padding: 10px;
}

.padding-left-right {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-60 {
    padding-left: 60px;
}


.toolbar-ocl {
    padding: 15px;
}

.familynone {
    background-color: white;
}

.family1 {
    background-color: rgb(178, 230, 238);
}

.family2 {
    background-color: rgb(238, 242, 231);
}

tr.familynone {
    background-color: white;
}

tr.family1 {
    background-color: rgb(178, 230, 238);
}

tr.family2 {
    background-color: rgb(238, 242, 231);
}

.height30-ocl {
    height: 30px;
}

.height60-ocl {
    height: 60px;
}
.height50-ocl {
    height: 50px;
}
.width30-ocl {
    width: 30px;
}
.width50-ocl {
    width: 50px;
}
.width70-ocl {
    width: 70px;
}
.width80-ocl {
    width: 70px;
}
.width100-ocl {
    width: 100px !important;
}
.width130-ocl {
    width: 170px;
}
.width170-ocl {
    width: 170px;
}
.width200-ocl {
    width: 200px;
}
.width300-ocl {
    width: 300px;
}
.width400-ocl {
    width: 400px;
}
.page-ocl {
    width: 450px;
    height: 600px;
}
.page-ocl1 {
    width: 450px;
}
.page-ocl2 {
    width: 800px;
    height: 600px;
}
.column-ocl {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.content-ocl {
    width: calc(50% - 30px);
    min-height: 30px;
    padding-right: 10px;
}

.contact-ocl {
    height: 400px !important;
    width: 100%;
}

.ul-none {
    list-style-type: none;
}

