﻿body {
    padding-top: 0px!important;
}

header, footer {
    display: block;
    background-color: #4286f4;  /* Added this on 8-29-17 */
    color: whitesmoke;  /* Added this on 8-29-17 */
}

hgroup {
    background-color: whitesmoke;
    color: #000;
}

section {
    background-color: whitesmoke;
    color: #000;
    border-width: 1px;
    border-color: darkblue;
}

#body {
    background-color: #4286f4;  /* Line 154:  This sets page bkgd color below the header section!  Old values was 000 (blk) - tested #efeeef and blue #4286f4 */
    clear: both;
    padding-top: 0px;
    min-height: 420px;
}

footer {
    position: relative; /* Added on 10-24-17 */
    bottom: 0; /* Added on 10-24-17 */
    width: 100%;
    background-color: #4286f4; /*Tested #e2e2e2, #4286f4 also...  changed to black on 8-29-17 */
    color: whitesmoke; /* Added on 8-29-17 */
    font-size: 1em;
}

.admin-menu input {
    font-size: 1.1em;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #f5f5f5; /* was #333 after #c8c8c8 */
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 3em;
    margin: 0;
    padding-left: 10px;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #f5f5f5; /* was #333 after #c8c8c8 */
    outline: none;
    text-decoration: none;
}


/* site subtitle
----------------------------------------------------------*/
.site-subtitle {
    color: #f5f5f5; /* was #c8c8c8 */
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding-top: 1.5em;	/* Note: make sure this plus font-size equals title font size value */
    padding-left: 10px;
    /*text-shadow: 1px 1px 2px #000000;*/
}

.site-subtitle a, .site-subtitle a:hover, .site-subtitle a:active {
    background: none;
    color: #f5f5f5; /* was #c8c8c8, then 337ab7 */
    outline: none;
    text-decoration: none;
}

.bg-admin-blue {
    background-color: #4286f4;
}

.font-whitesmoke {
    color: whitesmoke!important;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #0066ff;
}

.table-fixed-width-1200px {
    width: 1200px;
}

.table-fixed-width-1000px {
    max-width: 1000px!important;
    width: 1000px!important;
    overflow-x: scroll;
    overflow-y: scroll;
}

.table-fixed-width-800px {
    width: 800px;
}

.textbox-fixed-width-400px {
    max-width: 400px;
    width: 400px;
}

.textbox-fixed-width-480px {
    max-width: 480px!important;
    width: 480px!important;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {

    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}

/* Gridview Edit Mode Styles */
.GridViewEditRow_RecipientList input[type=text] {width:120px;} /* size textboxes */
.GridViewEditRow_RecipientList select {width:140px;} /* size drop down lists */