s/* 
    Document   : style
    Created on : Sep 30, 2012, 9:07:34 PM
    Author     : Dan Lumpp
    Description: Basic styling for Mosher database interface.
        
*/

@font-face {
    font-family: 'OpenItalic'; /*a name to be used later*/
    src: url('../fonts/OpenSans-Italic.ttf'); /*URL to font  /fonts/Montserrat/Montserrat-Medium.ttf     */
    font-display: swap;
}
@font-face {
    font-family: 'OpenRegular'; /*a name to be used later*/
    src: url('../fonts/OpenSans-Regular.ttf'); /*URL to font  /fonts/Montserrat/Montserrat-Medium.ttf     */
    font-display: swap;
}
@font-face {
    font-family: 'OpenSemiBold'; /*a name to be used later*/
    src: url('../fonts/OpenSans-SemiBold.ttf'); /*URL to font   /fonts/Montserrat/Montserrat-Light.ttf  */
    font-display: swap;
}

@font-face {
    font-family: 'OpenBold'; /*a name to be used later*/
    src: url('../fonts/OpenSans-Bold.ttf'); /*URL to font   /fonts/Montserrat/Montserrat-Light.ttf  */
}

html {
  position: relative;
  min-height: 100%;
}

body {  
  margin-bottom: 25px; /* footer height */
    font-family: 'OpenSemiBold';
}

b {
    font-family: 'OpenBold';
}

textarea {vertical-align: top;}

input[type=text], input[type=password], textarea {
    font-family: 'OpenBold';
    outline: none;
    font-size: 1em;
    border-radius: 10px;
    border: none;
    color: #222222;
    background: #f0f0f0;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: -4px 26px 72px -57px rgba(0,0,0,0.39);
    -moz-box-shadow: -4px 26px 72px -57px rgba(0,0,0,0.39);
    box-shadow: -4px 26px 72px -57px rgba(0,0,0,0.39);
}

input@gText:focus, input@gPassword:focus, textarea:focus {

    border-radius: 10px;
    border-color: #000000 !important;
    border: 2px !important;
    color: #222222 !important;
    background: #ffffff !important;

}


input[type=submit], input[type=reset], button[type=reset] {

    outline: none;
    font-size: 1em;
    border-radius: 10px;
    border: none;
    color: #222222;
    background:#e6e6e6;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}
input[type=submit]:hover, input[type=reset]:hover, button[type=reset]:hover {
  background: #27A7D1;
  color: #FFFFFF;
}

input[type=radio]:hover {
    cursor: pointer;
}


select {
    border-radius: 10px;
    border: none;
    padding: .5em;
    outline: none
}

select:active, select:hover, select:after {
  outline: none
}

a {
  color: #007bff;
  text-decoration: none;
}


.header {
    background-color: #000000;
    color: #FFFFFF;
    margin: 0;
    font-family: 'OpenBold';
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
}

.navbar.main-navigation {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px;
}

.content
{ 
    padding-left: 20px;
}

.result-table 
{
    overflow: auto
}

#searchlinks 
{
    float: left;
    width: auto;
    height: 100%;
    padding: 10px;
    margin-right: 20px;
    background-color: #f7f7f7;
    display: inline-block;
    min-height: inherit;
    border-radius: 30px;
}

#searchform 
{
    display: inline-block;
    padding: 10px;
    border: 2px solid #f7f7f7;
    border-radius: 30px;
}

#adminform 
{
    display: inline-table;
    padding: 10px;
    border: 2px solid #f7f7f7;
    border-radius: 30px;
}

#admintext 
{
    width: auto;
    height: 100%;
    padding: 10px;
    margin-right: 20px;
    margin-left: 20px;    
    background-color: #f7f7f7;
    display: inline-table;
    min-height: inherit;
    border-radius: 30px;
}



#outlineform {
    vertical-align: top;
    padding: 10px;
    border: 2px solid #f7f7f7;
    border-radius: 30px;
}

div.flex-box {
  display:flex;
  justify-content: space-between;
}

.contact-check
{
    vertical-align: middle;
}

#contactInfo
{
    display: inline-block;
    width: 75%;
    padding: 10px;
    vertical-align: top;
    /*border: 1px solid black; */ 
}

.contactColumn
{
    /*float: left;*/
    display: inline-block;
    margin: 10px;
}

#event
{
    /*float: right;*/
    /*width: 25%;*/
    /*height: 100%;*/
    padding: 10px;
    margin: 20px;
    background-color: lightgray;
    /*    display: inline-block;
        min-height: inherit;*/
}

input[type=text]:focus, textarea:focus, select:focus  {
    background-color: #E1E3E9;
}

.infoMessage {
    margin: 20px;
    padding: 6px;
    background-color: lightgray;
    font-weight: bold;
    display: inline-block;
}

/* Email Guess*/

div#emailGuesser {
    display: inline-block;
}
input#bouncedBtn {
    background: url(../Images/x-2x.png);
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
}
input#workedBtn {
    background: url(../Images/check-2x.png);
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
}
input#removeBtn {
    background: url(../Images/action-undo-2x.png);
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
}
.button 
{
    font-size: 75%;  
    background-color: #e6EEEE;
}

.buttonLook 
{ 
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    margin: 2px;
}

.success
{
    background-color: lightgreen; 
    display: inline-block    
}

.error 
{
    background-color: red; 
    display: inline-block    
}

.emailTable
{
    display: inline-block;
    width: 33%;
}

.expense-form
{
    width: 50%;
}

.expense-hist-form
{
    width: 50%;
}

.footer
{
    position: absolute;
    bottom: 0;
    height: 35px; /* match body bottom margin */
    width: 100%;
    background-color: #000000; 
    color: #FFFFFF; 
    font-size: 0.7em;
    margin: auto;
}

/* overrides bootstrap inherit color */
.ui-datepicker select
{
    color: black;
}

/* To keep date picker on top of inputs */
.input-group .form-control
{
    z-index: 0;
}
