﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}



.waiting {
    cursor: wait;
}

#privacy-terms {
    width: 800px;
    height: 450px;
    overflow: auto;
    background: #eee;
}

    #privacy-terms p {
        padding: 0 1em;
        line-height: 1.3;
    }

#agree {
    display: none;
}

#agreePotential {
    display: none;
}



#getPresidentDiv, #btnAddPresident, #btnAddPastPresident, #showPresidentDiv #getPastPresidentDiv {
    display: none;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }


#outer {
    width: 100%;
    text-align: left;
}

.inner {
    display: inline-block;
}

.disableClick {
    pointer-events: none;
}

.ttt {
    margin-left: 20%;
    margin-right: 20%;
}

html.wait, html.wait * {
    cursor: wait !important;
}

@media (min-width: 2200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 2140px;
    }
}

@media (min-width: 3200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 3140px;
    }
}


.lborderBlue {
    color: blue;
    border: 6px solid blue;
}

.lborderGreen {
    color: green;
    border: 6px solid green;
}

.lborderRed {
    color: red;
    border: 6px solid red;
}

.lborderYellow {
    color: yellow;
    border: 6px solid yellow;
}

.h1center {
    text-align: center;
}

.red-background {
    background-color: red;
}
.green-background {
    background-color: greenyellow;
}


/*

body {
    padding-top: 10px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}
.waiting {
    cursor: wait;
}
#privacy-terms {
    width: 800px;
    height: 450px;
    overflow: auto;
    background: #eee;
}

    #privacy-terms p {
        padding: 0 1em;
        line-height: 1.3;
    }

#agree {
    display: none;
}

#agreePotential {
    display: none;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 2000px;
}

#getPresidentDiv, #btnAddPresident, #btnAddPastPresident, #showPresidentDiv #getPastPresidentDiv {
    display: none;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }


#outer {
    width: 100%;
    text-align: left;
}

.inner {
    display: inline-block;
}

.disableClick {
    pointer-events: none;
}

.ttt {
    margin-left: 20%;
    margin-right: 20%;
}

li {
    margin: 10px 0;
}
.custom-control-label::before,
.custom-control-label::after {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}

*/
