/* ################################################################################
   Custom Fonts elements
################################################################################ */

.rig-shaded-bold-face {
    font-family: rig-shaded-bold-face, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.ministry{
    font-family: ministry, sans-serif !important;
    font-style: normal;
    font-weight: 200;
}
.ministry-medium{
    font-family: ministry, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.ministry-bold{
    font-family: ministry, sans-serif;
    font-style: normal;
    font-weight: 500;
}


/* ################################################################################
   global content elements
################################################################################ */

*{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*:before,
*:after{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
html{
    margin: 0;
    padding: 0;
    min-height:100%;
}
body {
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.body-login{
    background-image: url('/img/background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.body-site{
    background-image: url('/img/background-plain.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#beer_shelf{
    background-image: url('/img/beer_shelf.png');
    width: 400px;
    height: 172px;
    position: relative;
    margin-top: 650px;
    margin-left: 280px;
}


/* ################################################################################
   containers / layout elements
################################################################################ */

#top-shadow{
    width: 100%;
    height: 450px;
    position: relative;
    /*background: #b1ac8e;*/
    /*background: -webkit-linear-gradient(#b1ac8e, #e5deb8); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#b1ac8e, #e5deb8); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#b1ac8e, #e5deb8); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#b1ac8e, #e5deb8); /* Standard syntax */
}
#page-wrapper{
    position: relative;
    margin: -350px auto 0px auto;
    width: 960px;
    height: auto;
}
#page-content{
    float: left;
    width: 100%;
    height: auto;
    min-height: 500px;
    margin-bottom: 100px;
}
.container{}


/* ################################################################################
   Footer elements
################################################################################ */

#academy-footer{
    width: 100%;
    max-width: 1400px;
    height: 150px;
    clear: both;
    position: relative;
    margin: 0px auto 0px auto;
    font-family: ministry, sans-serif;
    font-size: 12px;
    line-height: 16px;
}
#academy-footer #beer-cider-academy-logo{
    width: 140px;
    float: left;
}
#academy-footer #footer-text-1{
    float: left;
    margin: 30px 20px 0px 20px;
    width: 300px;
    color: #634e42;
}
#academy-footer #guinness-logo{
    width: 180px;
    float: left;
    margin: 35px 0px 0px 10px;
}
#academy-footer #footer-text-2{
    float: left;
    margin: 20px 0px 0px 20px;
    width: 590px;
    color: #b46939;
}


/* ################################################################################
   login page elements
################################################################################ */

#login-header{
    float: left;
    width: 1000px;
    height: 272px;
    margin: -110px 0px 0px -40px;
    z-index: 1000;
    position: relative;
}
#login-page-wrapper{
    background-image: url('/img/copperbg.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 678px;
    height: 700px;
    margin: -162px 0px 0px 140px;
    min-height: 505px;
    float: left;
    clear: both;
    z-index: 10;
    color: #FFFFFF;
    box-shadow: 5px 5px 30px #b1ac8e;
}
#login-page-wrapper.pwd-reset-form-wrapper{
    height: auto;
    min-height: 500px;
}
#login-page-content{
    float: left;
    width: 480px;
    height: auto;
    margin: 55px 0px 55px 99px;
    z-index: 1000;
    position: relative;
    font-family: ministry, sans-serif;
    font-style: normal;
    font-weight: 200;
}
#welcome{
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    margin: 20px 0px 0px 0px;
    padding: 16px 0px 18px 0px;
    font-size: 14px;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    /* line-height: 20px; */
}
#welcome .welcome-line-1{
    font-weight: 400;
    font-size: 18px;
}
#welcome .welcome-line-2{
    font-size: 16px;
}
#login-request-account-text{
    width:310px;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 14px;
}
#login-request-account-text a{
    color: #FFF;
    text-decoration: underline;
}
#login-smalltext{
    width:310px;
    float: left;
    font-size: 11px;
    line-height: 12px;
}
/* Login Form Elements */
.form-field-wrapper{
    position: relative;
    width: 100%;
    margin: 20px 0px 0px 0px;
    float: left;
}
.form-field-wrapper:last-of-type{
    margin: 0px;
}
.form-label{
    float: left;
    width: auto;
    text-transform: uppercase;
    height: auto;
    font-size: 17px;
    letter-spacing: 0px;
    margin: 0px 0px 10px 0px;
}
.form-label-2{
    float: right;
    width: 50%;
    text-transform: uppercase;
    height: auto;
    font-size: 14px;
    text-align: left;
    padding-right: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-label span{
    text-transform: none;
    font-size: 14px;
}
.input-text{
    width: 466px;
    /*border: 1px solid #666;
    padding: 1px;*/
    height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #CCC;
    padding: 4px 6px;
    border-radius: 3px;
    margin: 0px 0px 9px 0px;
}
.input-textarea{
    width: 466px;
    height: 150px;
    border: 1px solid #666;
    padding: 6px;
}
#login-submit{}
.error-cell{
    border: 1px solid #b94a48 !important;
    background: #E3B7B6 !important;
}
#login-error-msg{
    margin-bottom: 10px;
}
#login-error-msg,
#pwd-reset-req-error-msg,
#pwd-reset-error-msg{
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.error-msg{
    color: #b94a48;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
/* Captcha form elements */
.form-captcha-wrapper{
    float: left;
    width: 100%;
    height: auto;
    min-height: 54px;
}
/*
.form-captcha-wrapper .form-captcha-text{
    float: left;
    width: calc(100% - 140px);
    height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #555;
    text-align: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #F0F0F0;
}
*/
.realperson-challenge{
    float: left;
    width: calc(100% - 140px);
    height: 20px;
    padding: 5px 6px 3px 6px;
    text-align: right;
    background-color: #F0F0F0;
}
.realperson-text{
    color: #555;
    font-family: "Courier New", monospace !important;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
}
.realperson-regen{
    float: left;
    clear: both;
    width: auto;
    margin: 5px 0px 0px -5px;
    text-align: right;
    font-size: 12px;
    cursor: pointer;
}
.realperson-disabled{
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen{
    cursor: default;
}
.form-captcha-wrapper .input-text.input-text-captcha{
    float: right;
    width: 106px;
}

/* ################################################################################
   Admin Nav and page elements
################################################################################ */

#admin-nav-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #cc7a50;
    color: #FFFFFF;
}
#admin-nav{
    position: relative;
    margin: 0px auto 0px auto;
    width: 960px;
    height: auto;
    color: #FFF;
}
#admin-nav ul{
    list-style: none;
    float: left;
    font-size: 15px;
    margin: 0 0 10px 25px;
}
#admin-nav li{
    display: inline-block;
    margin: 16px 0px 0px 20px;
}
#admin-nav li a{
    color: #FFF;
}
#admin-nav li a:hover{
    text-decoration: none;
    color: #b6afaf;
}

/* Add new user form */
#add-user-form .form-field-wrapper{
    margin: 4px 0px 6px 0px;
}
#add-user-form .form-label,
#format-request-form .form-label{
    display: inline;
    width: 200px;
    padding: 6px 20px 0px 0px;
    font-size: 14px;
}
#add-user-form .input-text{
    display: inline;
    width: 380px;
}
#add-user-form .add-user-dd{
    width: 380px;
}
#request-form{
    height: 400px;
    margin-top: 20px;
    margin-left: 100px;
}
#format-request-submit{}
#user-submit{
    padding: 5px 15px 5px 15px;
}
input[type=checkbox] {
	visibility: hidden;
}
.input-chbox{
	width: 26px;
	height: 26px;
	background: #F2F2F2;
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #CFCFCF 40%, #B3B3B3 100%);
	background: -moz-linear-gradient(top, #F2F2F2 0%, #CFCFCF 40%, #B3B3B3 100%);
	background: -o-linear-gradient(top, #F2F2F2 0%, #CFCFCF 40%, #B3B3B3 100%);
	background: -ms-linear-gradient(top, #F2F2F2 0%, #CFCFCF 40%, #B3B3B3 100%);
	background: linear-gradient(top, #F2F2F2 0%, #CFCFCF 40%, #B3B3B3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#B3B3B3',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
    float: left;
}
.input-chbox label{
	cursor: pointer;
	position: absolute;
	width: 22px;
	height: 22px;
	left: 2px;
	top: 2px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(179, 179, 179,0.5), 0px 1px 0px rgba(179, 179, 179,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(179, 179, 179,0.5), 0px 1px 0px rgba(179, 179, 179,1);
	box-shadow: inset 0px 1px 1px rgba(179, 179, 179,0.5), 0px 1px 0px rgba(179, 179, 179,1);
	/*background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );*/
    background: #cc7a50;
}
.input-chbox label:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	/*background: #3a87ad;
	background: -webkit-linear-gradient(top, #3a87ad 0%, #347A9C 100%);
	background: -moz-linear-gradient(top, #3a87ad 0%, #347A9C 100%);
	background: -o-linear-gradient(top, #3a87ad 0%, #347A9C 100%);
	background: -ms-linear-gradient(top, #3a87ad 0%, #347A9C 100%);
	background: linear-gradient(top, #3a87ad 0%, #347A9C 100%);*/
    background: #5b473f;
	top: 2px;
	left: 2px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(91, 71, 63,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(91, 71, 63,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(91, 71, 63,0.5);
}
.input-chbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.input-chbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#user-error-msg{
    height: auto;
    display: inline-block;
    width: auto;
    min-width: 380px;
    padding: 4px 0px 0px 0px;
}
#createUserReturnMsg,
#formatRequestReturnMsg{
    float: left;
    clear: both;
    width: auto;
}
#createUserReturnMsg{
    margin: 10px 0px 10px 170px;
}
#formatRequestReturnMsg{
    margin: 10px 0px 10px 0px;
}
#reset-req-email,
#pwd-reset-confirm{
    margin-bottom: 20px;
}
#pwdResetRequestReturnMsg,
#pwdResetReturnMsg{
    float: left;
    clear: both;
    width: auto;
    margin: 0px 0px 10px 0px;
}
.success-msg{
    float: left;
    color: #468847;
    background: #C8DBC8;
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 10px 0px;
    border: 2px solid #468847;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
}
#createUserReturnMsg .success-msg{
    width: 350px;
}
#formatRequestReturnMsg .success-msg{
    width: 640px;
}

/* All Users (edit) table */
#users-datatable{
    width: 880px;
    margin: 0px 0px 20px 0px;
}
#users-datatable thead tr{
    height: 31px;
    background: url('/img/accordion-header-default.png') repeat-x;
    text-align: left;
}
#users-datatable thead tr th{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
}
#users-datatable thead tr th:first-child,
#users-datatable .first-col{
    padding-left: 10px !important;
}
#users-datatable thead tr th:last-child{
    width: 100px;
}
#users-datatable .user-header{
    border-bottom: 1px solid #FFF;
    color: #000;
    font-size: 13px;
    background: -webkit-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* Standard syntax */
}
#users-datatable .user-header a{
    color: #000;
}
#users-datatable .user-header td{
    padding: 5px 0px 7px 0px;
}
#users-datatable .user-detail{
    background: linear-gradient(0deg, #d0cece, #FFF 25%) no-repeat;
    border-bottom: 1px solid #FFF;
}
#users-datatable .user-detail .form-row-wrapper{
    float: left;
    clear: left;
}
#users-datatable .user-edit-wrapper{
    padding: 12px 0px 20px 0px;
    width: 880px;
    float: left;
    font-size: 13px;
}
#users-datatable .user-detail .user-form-label{
    color: #000;
    float: left;
    width: 125px;
    margin: 0px 0px 0px 12px;
}
#users-datatable .user-detail .user-input-text{
    display: inline-block;
    height: 20px;
    width: 390px;
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    padding: 1px 0px 1px 8px;
    margin-bottom: 9px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border linear .2s,box-shadow linear .2s;
    
}
#users-datatable .user-detail .user-form-dd{
    font-size: 12px;
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    height: 22px;
}
#users-datatable .user-detail .error-msg{
    float: left;
    width: 380px;
    font-size: 13px;
}
#format-request-form .error-msg{
    float: left;
    width: 640px;
    margin: 10px 0px 0px 10px;
}
#users-datatable .user-detail .drink-item-chbox{
    float: left !important;
}


/* ################################################################################
   Instructional (home)page elements
################################################################################ */

#full-page-wrapper, #full-page-wrapper-refine, #full-page-wrapper-preview{
    width: 880px;
    padding: 38px 40px 20px 40px;
    min-height: 540px;
    float: left;
    clear: both;
    z-index: 10;
    background-color: #e8ddd1;
    box-shadow: 5px 5px 30px #b1ac8e;
}
#header-guinness{
    width: 100%;
    height: 60px;
    background-color: #cc7a50;
    background-image: url('/img/guinness-logo-white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180px 40px;
    box-shadow: 5px 5px 30px #b1ac8e;
}
/* user nav */
#header-guinness ul{
    margin: 0;
    list-style: none;
    float: left;
    font-size: 15px;
}
#header-guinness ul li{
    display: inline-block;
    margin: 20px 0px 0px 20px;
}
#header-guinness ul li a{
    color: #FFF;
}
#header-guinness ul li a:hover{
    text-decoration: none;
    color: #b6afaf;
}

#full-page-wrapper{
    height: auto;
    min-height: 600px;
}
#full-page-wrapper-preview{
    height: 850px;
    background-color: #5b473f;
}
#full-page-wrapper-refine{
    height: 1250px;
    background-color: #5b473f;
    color: #FFFFFF;
    position: relative;
}
#title{}
#title.homepage-title{
    padding-left: 248px;
}
#title.map-form-title{
    padding-left: 190px;
}
#title.map-refine-title{
    padding-left:265px;
}
#title.format-request-title{
    padding-left:100px;
}
#full-page-wrapper-refine-title{
    text-align: center;
}
#full-page-wrapper-refine-title .title-line-1, #full-page-wrapper-refine-title .title-line-2{
    float: none;
}
#instructions-footer{
    float: left;
    clear: both;
    width: 1200px;
    height: 425px;
    margin: -233px 0px 0px -129px;
    z-index: 100;
    position: relative;
}
#full-page-header,
#profile-details{
    border-bottom: 2px solid black;
    padding: 0px 0px 18px 0px;
    margin: 0px 0px 16px 0px;
    float: left;
    width: 100%;
}
#instructions-table{
    width:880px;
    font-size: 15px;
    line-height: 16px;
}
#instructions-table td{
    vertical-align: top !important;
}
#instructions-table .col-1{
    width: 280px;
    padding: 0px 0px 0px 0px;
}
#instructions-table .number-cell{
    border-right: 2px solid black;
    width: 53px;
    margin: 0px 15px 14px 20px;
    display: block;
}
#instructions-table .text-cell{
    width: 220px;
}
#instructions-table a{
    color: #000;
    text-decoration: underline;
}
#instructions-table a:hover{
    color: #333;
}
#instructions-table .footnote-cell{
    font-size: 10px;
    line-height: 12px;
}
#instructions-table tr:nth-child(8) td{
    padding-top: 12px;
}
#profile-details .title{
    float: left;
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
#profile-details .detail-block{
    width: calc(50% - 60px);
    height: 85px;
    float: left;
    margin: 0px 10px 20px 10px;
    padding: 15px 20px;
    -webkit-box-shadow: 4px 2px 11px -2px rgba(84,82,84,1);
    -moz-box-shadow: 4px 2px 11px -2px rgba(84,82,84,1);
    box-shadow: 4px 2px 11px -2px rgba(84,82,84,1);
    font-size: 11px;
    line-height: 14px;
    text-align: center;
}
#profile-details .profile-title{
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px;
}
#profile-details span{
    float: left;
    clear: left;
}
#profile-details .yellow{
    background: #fbd147;
}
#profile-details .orange{
    background: #e25339;
}
#profile-details .brown{
    background: #3d312e;
    color: #e8ddd1;
}
#profile-details .blue{
    background: #ccebff;
}


/* ################################################################################
   Drinks Form elements
################################################################################ */

#nb-info-wrapper{
    float: right;
}
#nb-icon{
    display: inline-block;
    width: 28px;
    height: 27px;
    background: url('/img/NB_gray.png') no-repeat left top;
    font-size: 0px;
    text-align: -9999px;
    float: left;
    padding: 0px 10px 4px 0px;
}
#nb-content{
    width: 370px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    float: right;
}
#whiskies-form{
    float: left;
    margin: 4px 0px 1px 0px;
    width: 880px;
}
.accordion{
    margin-bottom: 20px;
}
.accordion-item{
    margin: 0px 0px 1px 0px;
}
.accordion-header{
    width: 880px;
    height: 31px;
    float: left;
    margin: 10px 0px 1px 0px;
    box-shadow: 1px 1px 5px #453b36;
}
.accordion-header-title .form-label{
    margin: 7px 0px 0px 5px;
    font-size: 16px;
}
.accordion-header-title .open-arrow{
    width: 16px;
    height: 16px;
    float: right;
    margin: 8px 4px 0px 4px;
    cursor: pointer;
}
.arrow-white{
    background: url('/img/accordion-arrow-open-white.png') no-repeat;
    background-size: 15px 15px;
}
.arrow-black{
    background: url('/img/accordion-arrow-open-black.png') no-repeat;
    background-size: 15px 15px;
}

#all-drinks-quick-list-btns{
    width: 854px;
    height: 30px;
    display: block;
    margin: 0px 12px 6px 12px;
    text-align: center;
}
.select-all,
.deselect-all,
.select-all-lager,
.deselect-all-lager,
.select-all-hop-house,
.deselect-all-hop-house,
.select-all-ale,
.deselect-all-ale,
.select-all-stout,
.deselect-all-stout,
.select-all-non-alc,
.deselect-all-non-alc,
.select-all-open-gate,
.deselect-all-open-gate,
.select-all-guinness-draught,
.deselect-all-guinness-draught{
    float: right;
    margin: 5px 8px 0px 8px;
    cursor: pointer;
    width: auto;
    padding: 0px 12px 3px 12px;
    height: 17px;
    display: inline-block;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 11px;
}
.select-all-hop-house,
.deselect-all-hop-house,
.select-all-open-gate,
.deselect-all-open-gate,
.select-all-guinness-draught,
.deselect-all-guinness-draught{
    float: none;
    background-color: #f6f5f4;
    /* #e5e3e3, #f6f5f4 */
}
.list-selected{
    background-color: #e5e3e3 !important;
}
.select-all-stout,
.deselect-all-stout{
    border: 1px solid #eae8e8;
    color: #eae8e8;
}
.select-all span,
.deselect-all span,
.select-all-lager span,
.deselect-all-lager span,
.select-all-hop-house span,
.deselect-all-hop-house span,
.select-all-ale span,
.deselect-all-ale span,
.select-all-non-alc span,
.deselect-all-non-alc span,
.select-all-open-gate span,
.deselect-all-open-gate span,
.select-all-stout span,
.deselect-all-stout span,
.select-all-guinness-draught span,
.deselect-all-guinness-draught span{
    text-transform: uppercase;
}

/* ALL WHISKIES */
.all-drinks-list .accordion-header-left{
    width: 10px;
    height: 31px;
    background-color: #c7b299;
    float: left;
}
.all-drinks-list .accordion-header-title{
    width: 860px;
    height: 31px;
    background-color: #c7b299;
    float: left;
}
.all-drinks-list .accordion-header-right{
    width: 10px;
    height: 31px;
    background-color: #c7b299;
    float: left;
}

/* GB IRISH MARKET */
.gb-irish-market-list .accordion-header-left{
    width: 10px;
    height: 31px;
    background-color: #c7b299;
    float: left;
}
.gb-irish-market-list .accordion-header-title{
    width: 860px;
    height: 31px;
    background-color: #c7b299;
    float: left;
}
.gb-irish-market-list .accordion-header-right{
    width: 10px;
    height: 31px;
    background-color: #c7b299;
    float: left;
}

/* Lager */
.lager-list .accordion-header-left{
    width: 10px;
    height: 31px;
    background-color: #fbd147;
    float: left;
}
.lager-list .accordion-header-title{
    width: 860px;
    height: 31px;
    background-color: #fbd147;
    float: left;
}
.lager-list .accordion-header-right{
    width: 10px;
    height: 31px;
    background-color: #fbd147;  
    float: left;
}

/* Ale */
.ale-list .accordion-header-left{
    width: 10px;
    height: 31px;
    background-color: #e25339;
    float: left;
}
.ale-list .accordion-header-title{
    width: 860px;
    height: 31px;
    background-color: #e25339;
    float: left;
}
.ale-list .accordion-header-right{
    width: 10px;
    height: 31px;
    background-color: #e25339;
    float: left;
}

/* Stout */
.stout-list .accordion-header-left{
    width: 10px;
    height: 31px;
    background-color: #3d312e;
    float: left;
}
.stout-list .accordion-header-title{
    width: 860px;
    height: 31px;
    background-color: #3d312e;
    float: left;
}
.stout-list .accordion-header-right{
    width: 10px;
    height: 31px;
    background-color: #3d312e;
    float: left;
}

/* No/Low Alc */
.non-alc-list .accordion-header-left{
    width: 10px;
    height: 31px;
    background-color: #ccebff;
    float: left;
}
.non-alc-list .accordion-header-title{
    width: 860px;
    height: 31px;
    background-color: #ccebff;
    float: left;
}
.non-alc-list .accordion-header-right{
    width: 10px;
    height: 31px;
    background-color: #ccebff;
    float: left;
}

/* Accordion Content Area */
.accordion-content{
    float: left;
    padding: 12px 0px 12px 0px;
    width: 878px;
    background: #FFF;
    border: 1px solid #9c9793;
    color: #000;
    font-size: 12px;
}
.drink-sub-cat-listing-title{
    text-align: center;
    font-weight: bold;
    background: -webkit-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* Standard syntax */
    display: inline-block;
    margin: 10px 12px 0px 12px;
    width: 854px;
    height: 20px;
}
.drink-item-wrapper{
    display: inline-block;
    margin: 3px 0px 0px 12px;
    height: 20px;
    vertical-align: top;
}
.drink-item-chbox{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.drink-item-chbox input[type="checkbox"]{
    display: none;
}
.drink-item-chbox input[type="checkbox"]+label{
    height:18px;
    width: 18px;
    border: 1px solid #b3b5b7;
}
.drink-item-chbox input[type="checkbox"]:checked + label{
    background: url('/img/checked.png')  no-repeat;
    background-position: top 1px left 1px;
}
.drink-item-detail{
    display: inline-block;
    width: 400px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 1px;
    background: -webkit-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* Standard syntax */
}
.drink-item-title{
    display: inline;
    float: left;
    margin: 0px 0px 0px 5px;
    width: 245px;
}
.drink-item-region{
    display: inline;
    float: left;
    color: #99917f;
}
.drink-item-diageo{
    display: inline;
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #99917f;
    width: 16px;
    text-align: left;
}
#beers-submit{
    /* background-color: #e8ddd1; */
    margin: 20px 0px 0px 0px;
}


/* ################################################################################
   Refine page elements
################################################################################ */

#event-detail-form{
    float: right;
    width: 565px;
    text-align: right;
}
#event-detail-form .form-field-wrapper{
    margin: 4px 0px 6px 0px;
}
#event-detail-form .form-label{
    display: inline;
    width: 140px;
    padding: 6px 20px 0px 0px;
}
#event-detail-form  .input-text{
    display: inline;
    width: 380px;
}
#map-controls{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    margin: 25px 0px 20px 0px;
}
#map-controls-left{
    float: left;
}
#map-controls-left .paper-size-btn{
    margin: 0px 34px 0px 0px;
}
#map-controls-right{
    float: right;
    width: 100%;
}
#map-controls-right .submit-btn{
    margin: 0px 0px 0px 20px;
}


/* ################################################################################
   Map elements
################################################################################ */

#map-spacer{
    display: block;
    width: 100%;
    height: 18px;
    float: left;
    clear: both;
}
#map{
    width: 880px;
    height: 880px;
    position: relative;
    clear: both;
    background: #F1F1F1;
}
#map.map-grid{
    background: url('/img/map-bg-grid.png') no-repeat;
}
#map.map-no-grid{
    background: url('/img/map-bg-no-grid.png') no-repeat;
}
.map-point{
    position: absolute;
    background-color: #CC7A50;
}
.map-point.large-point{
    width: 16px;
    height: 16px;
    border-radius: 8px;
}
.map-point.large-point .point-label{
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -30px;
    left: -30px;
    /* Divide by 2 then Subtract 8 px */
}
.map-point.medium-point{
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
.map-point.medium-point .point-label{
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -32px;
    left: -32px;
    /* Divide by 2 then Subtract 6 px */
}
.map-point.small-point{
    width: 8px;
    height: 8px;
    border-radius: 4px;
}
.map-point.small-point .point-label{
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -34px;
    left: -34px;
    /* Divide by 2 then Subtract 4 px */
}
.point-label{
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    cursor: move;
    /*margin: -38px 0px 0px -38px;*/
}
.point-label img{
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 76px;
    max-height: 76px;
}
.line{
    width: 2px;
    height: 2px;
    position: absolute;
    background-color: #CC7A50;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
/* .point-label-wrapper{} */
.ui-draggable-dragging{
    background: #CC7A50;
    opacity: 0.5;
    border: 1px solid #CC7A50;
    border-radius: 8px;
}
.highlighted-map-point{
    background: #CC7A50 !important;
}


/* ################################################################################
   Preview page elements
################################################################################ */

#create-pdf-btns{
    width: 100%;
    float: left;
    margin: 10px 0px 0px 0px;
}
#pdf-bg{
    width: 880px;
    height: 622px;
    border-top: 1px solid white;
    margin: 20px 0px 0px 0px;
    padding: 16px 0px 18px 0px;
    font-size: 14px;
    float: left;
    clear: both;
    position: relative;
    background: url('/img/pdf-preview-bg.jpg');
    background-repeat: no-repeat;
    background-position: top 20px center;
}
#pdf-bg #grid-event-info{
    position: absolute;
    top: 54px;
    left: 42px;
    width: 98px;
    height: 96px;
    display: table;
}
#pdf-bg #grid-event-title{
    position: relative;
    width: 100%;
    margin-top: 90px;
    font-size: 16px;
    color: #5b473f;
    text-align: center;
    text-transform: uppercase;
}
#pdf-bg #grid-preview{
    position: absolute;
    top: 165px;
    left: 272px;
    width: 337px;
    height: 337px;
}


/* ################################################################################
   Academy page elements
################################################################################ */

#academy-wrapper{
    width: 100%;
    height: auto;
    float: left;
}
#academy-header{
    width: 100%;
    height: 180px;
    display: block;
    background-image: url('/img/beer-cider-academy.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    font-size: 0px;
    text-indent: -9999px;
    margin-bottom: 10px;
}
.academy-header-row{
    width: 100%;
    height: 64px;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    font-size: 0px;
    text-indent: -9999px;
    margin: 20px 0px 20px 0px;
}
#academy-header-row-1{
    background-image: url('/img/academy-title-1.png');
}
#academy-header-row-2{
    background-image: url('/img/academy-title-2.png');
}
#academy-header-row-3{
    background-image: url('/img/academy-title-3.png');
}
.academy-text-row{
    width: 860px;
    margin: 0px 10px 20px 10px;
}
.academy-text-row-bold{
    font-weight: bold;
    text-transform: uppercase;
}
.academy-text-row ul{
    margin: 4px 0px 8px 18px;
}


/* ################################################################################
   404 page elements
################################################################################ */

#content-404{
    float: left;
    width: 100%;
    text-align: left;
}


/* ################################################################################
   common elements
################################################################################ */

.title-line-1{
    float: left;
}
.title-line-2{
    float: left;
    clear: left;
}
.submit-btn{
    /* Use this button for input type buttons - not links */
    min-width: 104px;
    min-height: 27px;
    display: inline-block;
    background: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0px 0px 0px;
    padding-top: 8px;
}
.submit-btn a{
    color: #FFF;
    margin: 10px 0px 0px 0px;
    display: block;
}
.submit-btn a:hover{
    text-decoration: none;
}
.link-btn{
    /* Use this button for link buttons - not input type buttons */
    min-width: 120px;
    display: inline-block;
    background: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin: 12px 0px 0px 0px;
    padding: 0px 8px 0px 8px;
}
.link-btn a,
.link-btn a:hover{
    color: #000;
    text-decoration: none !important;
}
.btn-white{
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.btn-white a,
.btn-white a:hover{
    color: #FFF;
    line-height: 36px;
}
.btn-black{
    border: 2px solid #000000;
    color: #000000;
}
.btn-black a{
    color: #000;
    line-height: 36px;
}
.submit-btn.right,
.link-btn.right{
    margin-left: 16px;
}
.submit-btn.left,
.link-btn.left{
    margin-right: 16px;
}
.admin-btn{
    background-color: #cc7a50;
    color: #FFF !important;
    border: none;
    border-radius: 3px;
    padding: 2px 5px 2px 5px;
    box-shadow: 1px 1px 3px #5b473f;
    display: inline-block;
    margin-right: 10px;
    width: auto;
    min-width: 70px;
    text-align: center;
    font-size: 14px;
}
.admin-btn:hover{
    text-decoration: none;
    color: #FFF;
}
.user-update-btn.admin-btn,
.user-delete-btn.admin-btn{
    padding: 5px 15px 5px 15px;
    margin: 18px 20px 0px 5px;
    font-size: 13px;
}
h1, h2, h3, h4{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
h1{
    font-size: 35px;
    letter-spacing: 0px;
    margin: 0px 0px 4px 0px;
    line-height: 40px;
    font-weight: bold;
}
h2{
    font-size: 30px;
    letter-spacing: 0px;
    margin: 8px 0px 4px 0px;
    float: left;
    line-height: 40px;
}
h3{}
h4{}
p{}
p a{}
p a:hover{}
a{
    text-decoration: none;
}
ul,
ol{
    padding: 0;
}
img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
select{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 28px;
    line-height: 20px;
    padding: 0px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #555;
    border-radius: 3px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear {
    clear: both;
}
.center{
    text-align: center;
}
#welcome-left{
    float: left;
    width: 50%;
    text-align: left;
}
#welcome-right{
    float: right;
    width: 50%;
}
strong{
    font-weight: 400;
}

