/*
Golden Gate Wing Styles
GGW.CSS
-----------------------------------------
1. ADA Compliance
2. HEADER
3. FOOTER
4. NAV SWITCHES
5. HOME BASE PAGE  HR= #663399
6. SPEAKERS PAGE
7. JOIN PAGE
8. ABOUT PAGE
9. CONTACT PAGE
10. LINKS PAGE
11. OPS PAGE
12. IE
13. MEDIA QUERIES / RESPONSIVE

bgcolor="#FFFFFF" text="#000000" link="#5500EE" vlink="#551A8B" alink="#551A8B"
background="../images/background.jpg"
*/


/* 1. ADA Compliance
----------------------------------------------------------------------------------------*/
/* a:focus { outline: thin dotted; } */
input:focus { outline: medium none navy; }


/* 2. HEADER
----------------------------------------------------------------------------------------*/
#headerTitle {
    background: rgba(0, 0, 0, 0) url("../images/h_template.jpg") no-repeat scroll 0 0;
    display: inline-block;
    height: 82px;
    line-height: 82px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 167px;
}
#headerTitle h1 {
  margin: 0;
  padding: 0;
}
#headerTitle h2 {
    color: #fed5b5;
    display: inline-block;
    font-family: "Stardos Stencil",serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
}
#headerTitle img {
    display: block;
    margin: 0;
    padding: 0;
    width: 167px;
}



#header, header {
    background: #666600 none repeat scroll 0 0;
    background: -o-linear-gradient(right, #000 , #660);
    background: -moz-linear-gradient(left, #000000 0%, #666600 50%);
    background: -webkit-linear-gradient(left, #000000 0%, #666600 50%);
    background: linear-gradient(to right, #000000 0%, #666600 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#666600',GradientType=1 );
    display: block;
    left: 119px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    width: calc(100% - 119px);
    z-index: 10;
}
#headerWrapper {
    clear: both;
    display: block;
    float: none;
    height: 82px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#headerImage {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 464px;
}
#headerImage img {
    display: block;
    margin: 0;
    padding: 0;
    width: 464px;
}
#pageTools {
    bottom: 0;
    height: 30px;
    margin: 0 0 -35px;
    position: absolute;
    right: 4px;
    width: 85px;
    z-index: 11;
}
#pageTools img {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 25px;
}

@media screen and (max-width: 1125px) {
    .siteNav[role="navigation"] h1 {
        font-size: 1.8em;
        border-right: medium none;
        padding: 13px 7px 0 0;
    }
}


/* 3. FOOTER
---------------------------------------------------------------------------------------*/
footer {
  float: left;
  width: 100%;
  text-align: center; 
  bottom: 0;
  float: left;
  left: 0;
  position: absolute;
  z-index: 3;
  height: 55px;
}
footer nav {
    background: #666600 none repeat scroll 0 0;
    background: -o-linear-gradient(right, #000 , #660);
    background: -moz-linear-gradient(left, #000000 0%, #666600 50%);
    background: -webkit-linear-gradient(left, #000000 0%, #666600 50%);
    background: linear-gradient(to right, #000000 0%, #666600 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#666600',GradientType=1 );
    margin: 0;
    padding: 5px 0 6px;
}
footer nav p[role="contentinfo"] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7em;
    margin: 1px 0 3px;
}
footer nav li { display: inline-block; }
footer nav ul a { 
	border-right: solid 1px #4d4d4f;
}
footer nav a { 
	margin: 0 6px 0 0;
	padding: 0 10px 0 0;
    border-right: medium none;
	color: #d1d3d4; 
}
footer nav li:last-child a {
	margin: 0;
	padding: 0;
	border-right: none;
}

#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:15px;
    overflow:hidden;
    width:51px;
    height:51px;
    line-height: 50px;
    border:none;
    z-index: 1111;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #808285;
    border: 1px solid #e1e1e1;
    color: #ffffff;
    opacity: 1;
    text-align: center;
}
#toTop:hover {
    background-color: #f8f8f8;
    border: 1px solid #bcbdbf;
    color: #1376bd;
    text-align: center;
}
#toTop:before {
    display: inline-block;
    width: auto;
    margin: 13px 0.2em 0;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: '\e809';
    font-size: 1.8em;
}
#toTop:active, #toTop:focus { outline:none; }


/* 4. NAV SWITCHES
----------------------------------------------------------------------------------------*/
#mobileNav { display: none;}
.globalNav[role="navigation"] {
    background: rgba(0, 0, 0, 0) url("../images/navbackground.jpg") repeat-y scroll 0 0;
    height: 100%;
    left: 0;
    margin: 0;
    min-height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    width: 119px;
    overflow: auto;
}
#join {
    margin: 0 0 32px;
}
#caf {
    margin: 20px 0;
}
ul#navLinks {
    list-style-type: none;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    width: 80px;
}
ul#navLinks li {
    margin: 0 0 2px;
    overflow: hidden;
}
ul#navLinks li img {
    clear: both;
    display: block;
    margin: 3px auto 0;
    overflow: hidden;
    text-align: center;
}
ul#navLinks li span {
    background: #b10b19 none repeat scroll 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #971b11;
    clear: both;
    display: block;
    float: none;
    line-height: 1.5em;
    margin: 0 2px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
}
ul#navLinks li a.active span {
    background: #c21c10; 
    background: -webkit-linear-gradient(to left, #E78b04, #c21c10); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #E78b04, #c21c10); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
ul#navLinks li a.switch img:nth-child(2) {display:none}
ul#navLinks li a.switch:hover img:first-child {display:none}
ul#navLinks li a.switch:hover img:nth-child(2) {display:block}
ul#navLinks li a.active img:first-child {display:none}
ul#navLinks li a.active img:nth-child(2) {display:block !important}

ul#navLinks a {
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

/* 5. MAIN CONTENT
----------------------------------------------------------------------------------------*/
.mainContainer {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin: 0 0 0 119px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: auto;
}
#contentWrapper {
    display: block;
    margin: 82px 0 55px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

#main {
    display: block;
    margin: 0 15px;
    overflow: hidden;
}
#main p {
    margin: 7px 0;
}
 
#main .content {
    display: block;
    position: relative;
    margin: 0 0 15px;
}
#main .content p {

}
#main .content .contentImage {
    float: left;
    margin: 5px 10px 10px 0;
}

#main .content a.nc_edit {
    position: absolute;
    top: -10px;
    left: 0;
}
.nc_cp {
    z-index: 111;
    width: 550px;
}


/* PAGES
----------------------------------------------------------------------------------------*/
.base h2 {
    font-size: 1.4em;
    margin: 14px 0 5px;
}
.base #main .content.altContent { 
    clear: left;
    float: left;
    margin: 35px 0 0;
}
/* .base .altContent img { display: none; } */

#imageHome {
	display:block;
	min-width: 300px;
	max-width: 405px;
	float: right;
}
#imageMeeting{
	min-width: 300px;
}

.links .content ul {
    margin: 10px 15px 20px;
}
.mission ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.mission #headerTitle h2 { font-size: 27px; }

.meetings .content h2, .meetings .directions h2 { 
    font-size: 1.3em;
    margin: 5px 0 0; 
}
.directions  h3 { font-size: 1.2em;}
.directions #headerTitle h2 { font-size: 27px }
.directions .content ul {
    margin: 7px 5px 10px;
    padding: 0 0 0 20px;
}
.directions .verbal {
	float: left;
	width: 50%;
	width: calc(100% - 410px);
	clear: left;
	overflow: hidden;
	min-width: 250px;
}
.directions .map {
    margin-top: 10px;
	float: right;
	width: 410px;
	clear: right;
	overflow: hidden;
}
.about h3 {
    margin: 10px 0 5px;
}

/* 6. SPEAKERS PAGE
----------------------------------------------------------------------------------------*/

.speakers .content h3 { text-align: right; }
.speakers .content img, .speakers .content img.speakerimage { float: left; margin: 10px 10px 5px 0;}
.speakers .content h2 { font-size: 1.7em; }

/* MOBILE ONLY */

@media screen and (min-width: 768px) {
    #globalNav {display:block !important;}
}
@media screen and (max-width: 830px) {
    .directions .map { float: left; }
    .directions .verbal { width: auto; }
}
@media screen and (max-width: 767px) {
    #mobileNav {
        display: block;
        position: absolute;
        right: 20px;
        top: 23px;
    }
    #mobileNav img { width: 32px; }
    ul#navLinks li a.switch img { display: none !important;}
    ul#navLinks li a.active img:nth-child(2) {display:none !important}
	ul#navLinks li { margin: 0 0 11px; }
	ul#navLinks { margin: 15px auto; }
	#caf, #headerImage {display:none;}
	#pageTools {
	    bottom: auto;
        margin: 0;
        right: 75px;
        top: 27px;
        width: auto;
    }
    #pageTools a#increaseFontsize, #pageTools a#decreaseFontsize {display:none;}
    #globalNav {display:none;}
    #globalNav, .globalNav[role="navigation"] {
	    background: #aaa none repeat scroll 0 0;
	    height: auto;
	    left: auto;
	    min-height: auto;
	    overflow: hidden;
	    right: 0;
	    top: 82px;
	    z-index: 11;
	    -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }
    .mainContainer { margin: 0; }
    #header, header { left: 0; width: 100%; }
    #contentWrapper { min-width: 300px; }
    #header, header {
	    background: -moz-linear-gradient(0deg, rgba(43,42,37,1) 0%, rgba(43,42,37,1) 50%, rgba(102,102,0,1) 75%, rgba(102,102,0,1) 100%); /* ff3.6+ */
	    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(43,42,37,1)), color-stop(50%, rgba(43,42,37,1)), color-stop(75%, rgba(102,102,0,1)), color-stop(100%, rgba(102,102,0,1))); /* safari4+,chrome */
	    background: -webkit-linear-gradient(0deg, rgba(43,42,37,1) 0%, rgba(43,42,37,1) 50%, rgba(102,102,0,1) 75%, rgba(102,102,0,1) 100%); /* safari5.1+,chrome10+ */
	    background: -o-linear-gradient(0deg, rgba(43,42,37,1) 0%, rgba(43,42,37,1) 50%, rgba(102,102,0,1) 75%, rgba(102,102,0,1) 100%); /* opera 11.10+ */
	    background: -ms-linear-gradient(0deg, rgba(43,42,37,1) 0%, rgba(43,42,37,1) 50%, rgba(102,102,0,1) 75%, rgba(102,102,0,1) 100%); /* ie10+ */
	    background: linear-gradient(90deg, rgba(43,42,37,1) 0%, rgba(43,42,37,1) 50%, rgba(102,102,0,1) 75%, rgba(102,102,0,1) 100%); /* w3c */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2a25', endColorstr='#666600',GradientType=1 ); /* ie6-9 */
    }
}
@media screen and (max-width: 600px) {
	footer { height: 77px; }
	#contentWrapper { margin-bottom: 77px; }
	footer nav { min-height: 77px; }
	#imageHome {display:none;}
}
@media screen and (max-width: 500px) {
	footer { height: 90px; }
	#contentWrapper { margin-bottom: 90px; }
	footer nav { min-height: 90px; }
	#mapiframe { width: 300px !important; }
	#toTop {display:none !important;}
	#imageMeeting { float: left; width: 100%;}
}
@media screen and (max-width: 330px) {
    footer nav ul a { font-size: 0.8em; }
}


.expanderSign {
    cursor: pointer;
    display: block;
}
.fullWidth {
    margin: 15px 37px 20px;
    min-height: 390px;
    overflow: visible;
}
.actionInputBlock {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 15px;
    float: left;
    height: 176px; /* 176px */
    margin: 10px 0 0 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.actionInputBlock:first-child { margin: 10px 15px 0 0; }
.actionInputBlock:last-child { margin: 10px 1% 0 15px; }
.actionInputBlock ul {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
}
.actionInputBlock li {
    list-style-type: none;
    font-size: 0.8em;
}
.mainContent #main .actions .actionInputBlock p { margin: 3px 0; }
.mainContent #main .actions .actionInputBlock .bottom {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 5px;
}
.mainContent .drawer h3 { margin: 0 0 8px; }
.mainContent #main .actions {
    display: block;
    margin: 0 0 15px;
    overflow: visible;
    position: relative;
    width: auto; /* 100% */
    z-index: 990;
    height: auto;
    padding: 0;
    clear: both;
    float: left;
}
.mainContent #main .actions form { overflow: visible; }
.mainContent #main .actions p {
    clear: both;
    float: left;
    margin: 8px 0;
}
.mainContent #main .actions #fileMessage p { margin: 2px 10px 0; }
.mainContent h3 {font-size: 1.3em;}
.mainContent h3 span {line-height: 1.4em; vertical-align:middle;}
.mainContent .actions h3 {float:left;clear: both;}
.actions ul {
    clear: both;
    float: left;
    list-style: outside none none;
    margin: 8px 18px 15px;
    padding: 0;
}
.actions ul.bottomLeft {
    clear: left;
    float: left;
    margin: 5px 18px;
}
.actions ul.bottomRight {
    clear: right;
    float: right;
    margin: 5px 18px;
}
.actions li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.actions label {
    display: inline-block;
    margin: 3px 5px 0 0;
    vertical-align: top;
    font-size: 0.9em;
}
.actions ul.grey { background-color: #eee; }
.actions input[type="text"] {
    height: 17px;
    max-width: 114px;
    width: 75px;
    margin: 0;
}
.actions .filter, .actions .uploadInput { float: left; }
.actions #storeNum { width: 77px; }
.actions #category { width: 85px; }
.actions fieldset { margin: 0 0 10px; }
.actions .chosen-container-single .chosen-single span { color: #222; }
[role="navigation"].actions .chosen-container-single a { margin-left: 0; }
.actions .actionSelects  {
    display: block;
    margin: 8px 0 0;
    position: relative;
    width: auto; /* 100% */
}
.actions .chosen-container .chosen-results { max-height: none !important; }
.mainContent #main .actions.filter {
    margin: 0;
    z-index: 997;
}
.filter .filter-component { display: block; }
.filter input { max-width: 150px; }
.filter-component-container input[type="text"] {
    margin: 0;
    height: 17px;
}
.filter-select-title-wrapper {
    display: inline-block;
    margin: 0 5px 6px 0;
    float: left;
    clear: left;
}
.filter-daterange-date-wrapper {
    display: inline-block;
    margin: 0 0 0 5px;
    float: left;
    clear: right;
}
.filter-submit-wrapper {
    clear: both;
    float: right;
    padding: 10px 10px 5px 0;
    position: absolute;
    right: 10px;
    bottom: 7px;
}
#multipleSelect {
    visibility: hidden;
}
.filter-daterange-mindate-wrapper, .filter-daterange-maxdate-wrapper, .filter-select-selector-wrapper {
    display: inline-block;
    margin: 0 5px 0 0;
}
.filter-select-selector-wrapper { width: 170px; }
.filterview .filterview-view { margin-bottom: 5px; }
.filterview .filterview-view a { color: #1376bd; }
.filter .chosen-container {
    margin: 0;
    max-width: 169px;
    min-height: 16px;
    width: 100% !important;
}
.chosen-container-multi .chosen-choices {
    color: #666666;
    border: 1px solid #ddd;
    background: #FDFDFD;
    background: -webkit-linear-gradient(#F4F4F4, #FDFDFD);
    background: -o-linear-gradient(#F4F4F4, #FDFDFD);
    background: -moz-linear-gradient(#F4F4F4, #FDFDFD);
    background: linear-gradient(to bottom, #F4F4F4, #FDFDFD);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 2px #ddd;
    -webkit-box-shadow: inset 0 0 2px #ddd;
    box-shadow: inset 0 0 2px #ddd;
}
/* .filter .filter-component {	margin-bottom: 12px; } */
.filter .filter-actions {
    padding: 10px 10px 5px 0;
    clear: both;
    float: right;
}
.filter .filter-actions button { margin: 0 5px; }
.filter input.filter-error,
.filter select.filter-error {
    background: #f2dede;
    border-color: #d22525;
}
.filter span.filter-error {
    font-size: 0.8em;
    color: #d22525;
}
.filter .filter-daterange-clear {
    cursor: pointer;
    width: 5px;
    margin-left: -24px;
}
.filter input {	max-width: 150px; }
.filter input.filter-error.clearable.showX {
    background: #f2dede url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAAkklEQVQI1zXMLaoCUQCA0XPVODDgVgRBsDkMhpcENdmMLmCCxXaLYHAHFpP1gT/BKgzY7GKR9xBcgRatH4cvxNTatCghNs31Kja6DrFBbNlqW1ezm4HEMLtbSf0ZBWLbr8RL8NApzlX21+zfj+BlXOwJn8dX5UUZPuFpYin1kNfMJJ5yJxdbdYuKvp3cCaWOo/4bx7Mr+az3gcUAAAAASUVORK5CYII=) no-repeat right 5px center;
}
.filter input.filter-error.clearable.hoverX {
    background: #f2dede url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAAmElEQVQI1z3KMQqCUBjA8f/zrYLgDeKbmoVAaFL4puacCoIu0g26Qw2NEYLwqA4QCI0tEkQgUQjvBLZE64+f1Uj2cmtaAB3JTkqjJzI8uas1pSLibOXJlJBCXmyIeDMzoGMqQnoMHbm7Wmge8mGCoWfpjmBAU9x/qauDH3jmeGKcJgErQjyabcnpiFlbOZCwyC4waO+OIcUXSkIvsxMpeoYAAAAASUVORK5CYII=) no-repeat right 5px center;
}
/* keeps x icon from overlapping text */
input.clearable { padding-right: 18px; }
input.clearable.showX {
    background:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAAkklEQVQI1zXMLaoCUQCA0XPVODDgVgRBsDkMhpcENdmMLmCCxXaLYHAHFpP1gT/BKgzY7GKR9xBcgRatH4cvxNTatCghNs31Kja6DrFBbNlqW1ezm4HEMLtbSf0ZBWLbr8RL8NApzlX21+zfj+BlXOwJn8dX5UUZPuFpYin1kNfMJJ5yJxdbdYuKvp3cCaWOo/4bx7Mr+az3gcUAAAAASUVORK5CYII=) no-repeat right 5px center,
    linear-gradient(to bottom, #F4F4F4, #FDFDFD);
}
input.clearable.hoverX {
    cursor: pointer;
    background:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAAmElEQVQI1z3KMQqCUBjA8f/zrYLgDeKbmoVAaFL4puacCoIu0g26Qw2NEYLwqA4QCI0tEkQgUQjvBLZE64+f1Uj2cmtaAB3JTkqjJzI8uas1pSLibOXJlJBCXmyIeDMzoGMqQnoMHbm7Wmge8mGCoWfpjmBAU9x/qauDH3jmeGKcJgErQjyabcnpiFlbOZCwyC4waO+OIcUXSkIvsxMpeoYAAAAASUVORK5CYII=) no-repeat right 5px center,
    linear-gradient(to bottom, #F4F4F4, #FDFDFD);
}
.chosen-container-multi .chosen-choices li.search-choice span { font-size: 0.9em; }


/* 5. DATATABLES - COLVIS
----------------------------------------------------------------------------------------*/
table.dataTable thead tr:first-child th { font-size: 1em; }
table.dataTable thead tr:first-child th.sorting_asc {
    background-image: url("../images/sort_asc.png");
    background-repeat: no-repeat;
    background-position: top right;
}
table.dataTable thead tr:first-child th.sorting {
    background-image: url("../images/sort_both.png");
    background-repeat: no-repeat;
    background-position: center right;
}
table.dataTable thead tr:first-child th.sorting_desc {
    background-image: url("../images/sort_desc.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
button.dt-button, div.dt-button, a.dt-button {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
table.dataTable th input[type="text"] {
    border: 1px solid #aaa;
    height: 24px;
    width: 86px;
}
table.dataTable thead th span { display:block; }
table.dataTable thead th, table.dataTable tbody td {
    padding: 7px;
    text-align: left;
}



.mainContent #main .dataTables_info {
    display: block;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.clear {
    clear: both;
}

.dataTables_wrapper .dataTables_length { margin: 6px 0; }
table.dataTable { width: 99%; }
div.ColVis {
    margin-bottom: 0;
    margin-top: -27px;
}

td .detailsExpand { text-align: center; }
td .errorExpand {
    text-align: center;
    cursor: pointer;
    font-size: 1.6em;
    color: #F28B00;
    display: inline-block;
}
td .remarksExpand {
    color: #0179bf;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 2.2em;
    text-align: center;
}
table.dataTable tbody td.remarks { padding: 8px 7px 3px; }
table.dataTable tbody td.remarks a.dataloadHistoryHref {
    cursor: pointer;
    overflow: visible;
    float: right;
}
table.dataTable tbody td.remarks img.dataloadHistoryImg {
    width: 20px;
}
button.ColVis_Button { height: auto; }
button.ColVis_Button, ul.ColVis_collection li  {
    border: 1px solid #b3b3b3;
    background-color: #ccc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
    background: linear-gradient(top,  #ffffff 0%,#cccccc 100%);
    margin-right: 0;
}
/* Force ColVis to use the same button styles as the rest of the site */
.ColVis_Button {
    font: normal 14px Arial, Helvetica,sans-serif;
    color: #333 !important;
    color: rgba(30, 30,30, 0.8) !important;
    border: 1px solid#b3b3b3;
    background-color: #ccc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
    background: linear-gradient(top,  #ffffff 0%,#cccccc 100%);
}
.ColVis_Button:hover {
    box-shadow: none;
    border: 1px solid#cbcbcb;
    background: #efefef;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2IyYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #efefef 0%, #b3b2b2 100%);
    background: -webkit-linear-gradient(top,  #efefef 0%,#b3b2b2 100%);
    background: -o-linear-gradient(top,  #efefef 0%,#b3b2b2 100%);
    background: -ms-linear-gradient(top,  #efefef 0%,#b3b2b2 100%);
    background: linear-gradient(top,  #efefef 0%,#b3b2b2 100%);
}
.dataTables_wrapper {
    overflow: visible;
    width: 99%;
    margin: 0 auto;
}
#dataTableTitle {
    border-top: solid 1px #b4b4b4;
    border-bottom: none;
    background: #dfdfdf;
    font-size: 1em;
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 5px 5px 5px 6px;
}
table.dataTable td { font-size: 0.9em; }
table.dataTable.compact thead th, table.dataTable.compact thead td { padding: 5px 20px 6px 6px; }
/* row coloring for errors and warnings */
#inventoryDataloadTable.dataTable tbody tr.orderError,
#inventoryDataloadTable.dataTable tbody tr.orderError > td {	background-color: #ffc5c2; }
/* don't allow the date fields to wrap */
#inventoryDataloadTable.dataTable td:nth-child(2) { white-space: nowrap; }
#inventoryDataloadTable.dataTable td:nth-child(3) { white-space: nowrap; }
/* the table search box */
div.dataTables_filter { margin-bottom: 10px; }
/* page size selector */
div.dataTables_length label {
    min-height: 0;
    width: 100%;
}
div.dataTables_length select { padding: 2px; }
/* general table header */
.dataTables_wrapper thead {	background: #f2f2f2; }
/*
.dataTables_scrollHeadInner {
    box-sizing: border-box !important;
    padding-right: 0 !important;
    margin: 0 auto;
}
*/
div.dataTables_scrollHeadInner table, div.dataTables_scrollBody table { border-top: 0; }
div.dataTables_scrollHeadInner table th {	background: transparent; }
.dataTables_wrapper.no-footer .dataTables_scrollBody { border-bottom: medium none; }
table.dataTable thead th, table.dataTable thead td { border-bottom: 1px solid #b4b4b4 !important; }
table.dataTable thead th { border-top: 1px solid #b4b4b4 !important; }
#audithistoryTable_wrapper table.dataTable thead th {
    width: auto !important;
    max-width: 50%;
}
/* page number buttons */
.dataTables_wrapper div.dataTables_paginate a.paginate_button {	padding: 2px 9px }

table.dataTable.display tbody tr.highlighted, table.dataTable.display tbody tr.highlighted > .sorting_1 {
    background-color: #d4eaf6 !important;
}
/* #inventoryDataloadTable.dataTable thead tr th:first-child, #inventoryDataloadTable.dataTable tbody tr td:first-child */
table.dataTable tbody td .fileName, table.dataTable tbody td .entityID {
    white-space: normal;
    max-width: 250px !important;
    overflow: auto;
    margin: 0 13px 0 0;
    clear: left;
    display: block;
    float: none;
}
.entityIDtoggle { /* prevents FOUC */
    display: none;
}
table.dataTable tbody td .entityIDtoggle {
    cursor: pointer;
    font-size: 1.1em;
    margin: -20px 0 0;
    text-align: right;
    display: block;
    float: right;
    color: #777;
}
#tiptip_holder.tip_right { padding-left: 10px; }
table.dataTable th input.searchColInput[type="text"] {
    margin: 0;
    padding: 4px 2px 2px 4px;
}

/* 6. MODALS
----------------------------------------------------------------------------------------*/
/* prevent the main page from scrolling while a subpage is open */
body.modal-open { overflow: hidden; }
#subpageContainer {
    height: 75%;
    width: 75%;
    padding:12px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 3px 3px 3px #5F5F5F;
}
#subpageContainer a.modalCloseImg {
    display: inline;
    position: absolute;
    height: 29px;
    width: 25px;
    top: -10px;
    right: -10px;
    background: url("../images/x.png") no-repeat;
    z-index: 3200;
    cursor: pointer;
}
#subpageContainer .simplemodal-data {
    max-height: 100%;
    overflow: auto;
}
.text-right {	text-align: right; }
.text-center { text-align: center; }
.fail, .red { color: red; font-weight: normal;}
.pass, .green {	color: green; }
#actionSpeedbump.modalContent ul {
    list-style-type: none;
    margin: 5px 75px 8px;
    padding: 0;
    font-size: 0.85em;
}
#actionSpeedbump.modalContent p {
    margin: 0 0 5px;
    padding: 0;
    font-size: 0.85em;
    text-align: center;
}
#poNumber {
    display: none;
}
input#poNumberInput[type="text"] {
    padding: 6px 28px 2px 5px;
}
input#poNumberInput[disabled] {
    cursor: default;
    font-style: italic;
    padding: 6px 23px 2px 5px;
}
textarea#remarksInput {
    height: 50px;
    padding: 7px 26px 0 5px;
    margin: 6px 0 0 26px;
    border: 1px solid #ddd;
    color: #656565;
    background: #FDFDFD; /* older browser */
    background: -webkit-linear-gradient(#F4F4F4, #FDFDFD); /* webkit */
    background: -o-linear-gradient(#F4F4F4, #FDFDFD); /* opera */
    background: -moz-linear-gradient(#F4F4F4, #FDFDFD); /* firefox */
    background: linear-gradient(to bottom, #F4F4F4, #FDFDFD);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 2px #ddd;
    -webkit-box-shadow: inset 0 0 2px #ddd;
    box-shadow: inset 0 0 2px #ddd;
}
textarea#remarksInput[disabled] {
    cursor: default;
    font-style: italic;
    padding: 7px 0 0 5px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#actionSpeedbump.modalContent h4 {
    margin: 10px 0;
    font-size: 1.1em;
    line-height: 1.3em;
}
#actionSpeedbump.modalContent input[type="checkbox"], #actionSpeedbump.modalContent input[type="radio"] { margin: 0 10px 0 0; }
#actionSpeedbump #fileName, #actionSpeedbump #currentStatus {
    font-style: italic;
    min-height: 220px;
}
#actionSpeedbump.modalContent .bottom {
    position: relative;
    overflow: hidden;
    bottom: 10px;
}
#simplemodal-overlay {
    opacity: 0.3 !important;
}
#simplemodal-container {
    min-width: 375px;
    min-height: 200px;
    max-width: 500px;
    max-height: 500px;
    height: auto !important;
}
.modalContent { max-width: 500px; }
#errorSpeedbump.modalContent .message, #remarksSpeedbump.modalContent .message {
    margin: 44px 12px 20px;
    max-height: 400px;
    overflow: auto;
}
#errorSpeedbump.modalContent h3, #remarksSpeedbump.modalContent h3 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#conflictErrorSpeedbump.modalContent .message {
    margin: 5px 12px 40px;
    position: relative;
}
#conflictErrorSpeedbump.modalContent .actions {
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: auto;
}
#conflictErrorSpeedbump.modalContent .actions .center {
    display: block;
    text-align: center;
}
#conflictErrorSpeedbump.modalContent #wait {
    display: none;
    margin: -30px 0 0;
    text-align: center;
}
.italic {
    font-style: italic;
}

/* 7. LOGIN PAGE
----------------------------------------------------------------------------------------*/
.loginMessage, .loginError {
    color: red;
    margin: 10px auto;
    text-align: center;
    display: block;
    font-size: 1.1em;
}

/* 8. HOME PAGE
----------------------------------------------------------------------------------------*/
.homePageLinks {
    display: table;
    margin: 30px auto;
}
.homePageLinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.homePageLinks ul li {
    float: left;
    margin: 20px;
    padding: 20px;
    border: solid 3px #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
}
.homePageLinks ul li:hover { border-color: #e2e2e2; }
.homePageLinks ul li.selected {
    border: solid 1px #0179bf;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 2px #0179bf;
}
.homePageLinks .ciLinkIcon {
    font-size: 2.2em;
    display: block;
}
.homePageLinks a,
.homePageLinks a:visited {
    font-size: 1.5em;
    color: #808585;
    text-align: center;
}


/* 14. IE
----------------------------------------------------------------------------------------*/
/* Home Icon */
.lt-ie9 .iconHome:before, .lt-ie10 .iconHome:before {
    background: #fff url("../images/portalSprite.png") no-repeat scroll -60px -15px;
    bottom: 10px;
    content: " ";
    height: 16px;
    left: 0;
    position: absolute;
    width: 17px;
}
/* Menu Icon */
.lt-ie9 .iconMenu:before, .lt-ie10 .iconMenu:before {
    background: #fff url("../images/portalSprite.png") no-repeat scroll -11px -55px;
    content: " ";
    height: 25px;
    left: -6px;
    position: absolute;
    top: -1px;
    width: 28px;
}
/* remove the default clear x on IE input fields */
input::-ms-clear {
    width: 0;
    height: 0;
}


/* 15. MEDIA QUERIES / DEVICE AGNOSTIC
----------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
    .actions .uploadInput label { margin: 2px 5px 8px 0; }
    #filter {
        height: auto;
        min-height: 100px;
    }
    #dropbox {
        margin: 10px 0 0 0;
        width: calc(100% - 594px);
    }
    #inventoryDataloadTableDiv div.dt-buttons {
        margin: 7px 227px -35px 0;
    }
}

@media screen and (max-width: 1024px) {
    .filter-select-title-wrapper {
        margin: 0 0 5px 0;
        clear: both;
    }
    .filter-daterange-date-wrapper {
        clear: left;
        float: left;
        margin: 0 0 9px;
    }
    .filter-daterange-mindate-wrapper { margin: 0 0 0 3px; }
    .filter-submit-wrapper {
        clear: none;
        right: 0;
    }
    #filter { min-width: 300px; }
    .actions .filter { margin: 0 59px 0 0; }
    #dropbox {
        min-width: 356px;
        width: calc(100% - 420px);
    }
}