﻿* {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #696969;
    margin: 0;
    padding: 0;
}

html {
    position: relative;
    min-height: 100%;
    z-index: -501;
}

body {
    background-color: #ffffff;
    background-image: url(img/background.png);
    background-repeat: repeat-x;
    background-position: left -76px;
    margin: 0 0 237px;
}

h1 {
    color: #2A3472;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
}

    h1 * {
        color: #2A3472;
        font-size: 26px;
        font-weight: normal;
        font-family: 'Oswald', sans-serif;
    }

h2 {
    color: #2A3472;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
}

    h2 * {
        color: #2A3472;
        font-size: 18px;
        font-weight: normal;
    }

h3 {
    color: #2A3472;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
}

    h3 * {
        color: #2A3472;
        font-size: 14px;
    }

p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 150%;
}

a {
    text-decoration: none;
    color: #2A3472;
}

    a:hover {
        text-decoration: underline;
    }

input {
    padding: 4px;
    outline: none;
}

    input[type="checkbox"] {
        border: 1px solid #999999;
        vertical-align: -2px;
        margin-right: 5px;
    }

    input[type="text"], input[type="date"], input[type="number"] {
        border: 1px solid #999999;
    }

    input[type="password"] {
        border: 1px solid #999999;
    }

    input[type="file"] {
        border: 1px solid #999999;
        padding: 0 !important;
        line-height: 22px;
        width: 340px;
        border-radius: 4px;
    }

textarea {
    padding: 4px;
    border: 1px solid #999999;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    outline: none;
}

select {
    padding: 4px;
    border: 1px solid #999999;
    outline: none;
}

hr {
    border: 0;
    color: #dddcdc;
    background-color: #dddcdc;
    height: 1px;
    margin-top: 10px;
}

img {
    border: 0;
}

.home-img {
    background-image: url(img/home_pic.jpg);
    position: absolute;
    left: 0;
    right: 0;
    height: 350px;
    background-size: cover;
    margin-top: -68px;
}

.navbar-inner {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.top-menu .level1.static {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #959595 !important;
}

.submenu .level1.static {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF !important;
}

.submenu.submenupanel a {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 10px;
}

.focused-input {

}

#myCarousel {
    margin-top: -55px;
}

/* page layout */
.page {
    /*width: 950px;
    margin: 0 auto 0 auto;
    position: relative;*/
    max-width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    width: 100%;
}

#content {
    width: 920px;
    margin: 0 auto;
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#header {
    background: none !important;
    box-shadow: none !important;
}

#headerimage img {
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

#headerimage {
    height: 50px;
}

.content-left {
    width: 600px;
    float: left;
    margin-top: 10px;
}

.content-right {
    width: 300px;
    float: right;
    margin-top: 10px;
}

.content-main {
    margin-bottom: 10px;
}

    .content-main b {
        color: inherit;
        font-size: inherit;
        font-family: inherit;
    }

    .content-main a {
        color: #2A3472;
    }

    .content-main ul {
        list-style-position: outside;
        margin-left: 7px;
        list-style-type: square;
    }

    .content-main ol {
        list-style-position: inside;
    }

    .content-main li {
        margin-left: 10px;
    }

    .content-main .contentbox {
        background-color: #eae4c9;
        padding: 5px;
    }

.content_search {
    margin-bottom: 25px;
}

    .content_search p {
        margin: 0;
        display: inline;
    }

    .content_search ol {
        display: none;
    }

    .content_search li {
        display: none;
    }

/* form validation */
.validationsummary * {
    color: #c85305;
}

.validationsummary {
    padding: 10px;
    border: 1px solid #dddcdc;
    background-color: #f2f2f2;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .validationsummary ul {
        margin: 0;
        padding: 0;
        list-style: square;
        margin-left: 15px;
    }

.container {
    width: 100%!important;
    max-width: 90%!important;
}

/* footer */
#footer-container {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 237px;
    width: 100%;
}

#footer {
    background-color: #2A3472;
    padding-top: 20px;
    clear: both;
}

    #footer .container {
        padding-bottom: 20px;
    }

    #footer h2 {
        font-size: 16px;
        font-weight: bold;
    }

    #footer * {
        color: #ffffff;
        line-height: 150%;
    }

    #footer .seg {
        width: 30%;
        float: left;
        text-align: left;
    }

    #footer .seg-small {
        text-align: right;
        float: left;
    }

#bottommenu {
    text-align: center;
    padding: 10px;
    background-color: #044988;
}

    #bottommenu a {
        padding-left: 8px;
        padding-right: 8px;
        color: #ffffff;
    }

    #bottommenu .sep {
        color: #ffffff;
        margin-left: 4px;
        margin-right: 4px;
        display: inline;
    }

#mydezine input[type=text] {
    color: #696969;
    width: 120px;
}

#footer .container .right {
    float: left;
}

/* misc classes */
.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.box {
    padding: 15px;
    border: 1px solid #dddcdc;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

    .box.widget {
        width: 258px;
        float: right;
    }

    .box .repeater-box {
        margin-top: 15px;
        overflow: hidden;
        word-wrap: break-word;
    }


    .box.halfwidth {
        width: 45.5%;
    }

.error, .error * {
    color: #c85305 !important;
}

.success {
    color: #009900 !important;
}

.block {
    display: block !important;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

.datbluecolour {
    color: #2A3472 !important;
}

.hidden {
    display: none;
}

img.icon {
    vertical-align: -1px;
}

.smallmargin {
    margin-left: 4px;
}

/* homepage */
#homepage .shadow {
    width: 100%;
    background-position: center center;
    background-image: url(img/shadow.png);
    height: 22px;
    margin-bottom: 20px;
    margin-top: 5px;
}

#homepage .section {
    margin-right: 30px;
    display: inline-block;
    width: 282px;
    overflow: hidden;
    vertical-align: top;
}

    #homepage .section.last {
        margin-right: 0;
    }

#homepage h1 {
    margin: 0;
    margin-bottom: 10px;
}

#homepage h2 {
    margin: 0;
    margin-bottom: 0;
}

#homepage a.icon {
    margin-left: 45px;
}

    #homepage a.icon img {
        width: 25px;
        height: 25px;
        vertical-align: -5px;
    }

/* sitemap */
ul.sitemap {
    list-style-position: inside;
    margin-top: -10px;
}

    ul.sitemap ul.indent {
        padding-left: 10px;
        text-indent: 10px;
    }

    ul.sitemap li.toplevel {
        margin-top: 15px;
    }

/* breadcrumb */
#breadcrumb {
}

    #breadcrumb .breadcrumb-separator {
        padding: 10px;
        color: #2A3472;
        font-weight: bold;
    }

    #breadcrumb .rootNode {
    }

    #breadcrumb .node {
    }

    #breadcrumb .currentNode {
    }

/* gridview */
.gridView {
    width: 100%;
    border-collapse: collapse;
}

    .gridView tr.rowStyle td {
        padding: 8px;
        background-color: #ffffff;
    }

    .gridView tr.rowStyleAlternating td {
        padding: 8px;
    }

    .gridView tr.footerStyle td {
        padding: 8px;
    }

    .gridView tr.pagerStyle td {
        padding: 4px;
    }

        .gridView tr.pagerStyle td a {
            margin: 0;
        }

    .gridView tr.headerStyle th {
        background-color: #044988;
        text-align: left;
        vertical-align: middle;
        color: #ffffff;
        padding: 8px;
    }

        .gridView tr.headerStyle th a {
            color: #ffffff;
        }

    .gridView tr td .empty {
        display: block;
        padding: 8px;
    }

    .gridView a {
        margin-right: 10px;
        color: #044988;
    }

    .gridView tr td h2 span {
        color: #2A3472;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: normal;
    }

    /* cart gridview */
    .gridView tr.CartRowStyleAlternating {
        background: #f3f3f3;
        padding: 8px;
    }

        .gridView tr.CartRowStyleAlternating td {
            padding: 8px;
        }

.pagerStyle td {
    padding: 4px;
}

/* buttons */
input[type="submit"],
.btn.btn-primary {
    transition: all 0.25s ease-in-out 0s;
    padding: 8px;
    padding-left: 10px!important;
    padding-right: 10px;
    cursor: pointer;
    background-color: #2A3472;
    color: #ffffff;
    border: none;
    border-radius:5px;
}

    input[type="submit"][disabled] {
        cursor: not-allowed;
        background-color: #777c9a;
    }

.btn.btn-primary {
    background-image: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    
}

input[type="submit"].white, button.white {
    transition: all 0.25s ease-in-out 0s;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    color: #2A3472 !important;
    border: none;
    background-color: #ffffff;
}

input[type="submit"]:hover,
.btn.btn-primary:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-decoration: none !important;
}

input[type="submit"].disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
}

/* header */
#header {
    background-color: #FFFFFF;
    margin-top: 40px;
    position: relative;
    box-shadow: 0 5px 5px #cccccc;
}

.logo {
    width: 230px;
    height: 97px;
    /* background-color: #2A3472; */
    background-image: url(img/eNetCRM.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.logo.header {
    position: absolute;
    top: 0;
    margin-bottom: -47px;
}

.top-menu {
    margin-left: 30px;
    margin-right: 30px;
    float: right;
    display: inline-block;
    vertical-align: top;
}

    .top-menu ul {
    }

        .top-menu ul li {
            margin-right: 5px;
            margin-left: 14px;
            padding-top: 20px;
            padding-bottom: 25px;
        }

            .top-menu ul li a {
                color: #696969 !important;
                font-size: 16px;
                padding: 0 !important;
            }

                .top-menu ul li a:hover {
                    text-decoration: none !important;
                }

    .top-menu .level2 {
        background-color: #2A3472 !important;
    }

    .top-menu a.popout {
        background-image: none !important;
    }

#top-members {
    float: right;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
    max-height: 40px;
    height: auto;
    padding-top: 13px;
    padding-bottom: 10px;
    margin-top: -40px;
    background-color: #f2f2f2;
    z-index: -500;
}

    #top-members * {
        color: #0068c6;
        font-weight: bold;
    }

#top-social {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

    #top-social a {
        margin-left: 1px;
    }

#header .submenu {
    background-color: #044988;
    padding-top: 15px;
    padding-bottom: 15px;
}

    #header .submenu a {
        display: inline-block;
        margin-left: 10px;
        margin-right: 5px;
        color: #ffffff;
    }

        #header .submenu a:hover {
            text-decoration: underline;
        }

    #header .submenu label {
        color: #ffffff;
        margin-right: 7px;
        margin-left: 20px;
    }

    #header .submenu input[type="submit"] {
        margin-left: 15px;
    }

    #header .submenu span {
        margin-left: 20px;
    }

    #header .submenu.loginpanel {
        display: none;
    }
    #header .submenu1.loginpanel1.mobileLoginPanel1 {
        display: block !important;
        border: 2px solid #2a3472;
        width: 235px;
        padding: 20px;
        border-radius: 5px;
        margin: 0 auto;
    }
    .headerMob{ height: 100%; box-shadow: none !important;}
    .mobNavInner{ box-shadow: none !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;}

#header .submenupanel {
    display: none;
}

#header .submenu.searchpanel {
    display: none;
}

#header .searchpanel .searchbox {
    width: 750px;
    margin-left: 20px;
}

#header .submenu.branchpanel {
    display: none;
}

#header .submenupanel ul {
    overflow: hidden;
}

#header .submenupanel li {
    line-height: 1.5em;
    float: left;
    display: inline;
    width: 33.333%;
}

/* form layout */
.settings-form {
    margin-bottom:5px;
    width: 100%;
}
.settings-form  td{
    padding:5px;
}
    table.form {
    }

    table.form td {
        padding-bottom: 10px;
        vertical-align : middle;
        text-align :left;
        padding-left:5px;
        padding-top:4px;
    }
    
    table.form td input {
        /*padding-bottom: 10px;*/
        vertical-align : top;
        /*padding-left:5px;*/
    }
    
    table.form td.label {
        width: inherit;
        min-width: inherit;
        max-width: inherit;
        /*padding-top : 10px;*/
        text-align:right;
        /*vertical-align: top;*/
        float:left;
        margin-right: 20px;
    }

    .labelLeftAlign table.form td.label {
        width: inherit;
        min-width: inherit;
        max-width: inherit;
        padding-top : inherit;
        text-align:left;
        vertical-align: inherit;
    }

    table.form input[type="checkbox"]{
        text-align:right;
    }

input[type="text"], input[type="password"], input[type="number"], input[type="email"], textarea {
    width: 340px;
    min-width: 100px;
    max-width: 340px;
    /*display: block;*/
    padding: 10px;
    min-height: 30px;
}


table.form input[type="number"] {
    width: 340px;
    min-width: 100px;
    max-width: 340px;
    height: 30px;
    padding: 0 10px;
}

table.form input[type="password"] {
    width: 340px;
    min-width: 100px;
    max-width: 340px;
    display: block;
}

    table.form textarea {
        width: 340px;
        height: 150px;
        min-width: 100px;
        max-width: 340px;
    }

    table.form select {
        width: 340px;
        min-width: 100px;
        max-width: 340px;
    }
       

    table.form.small input[type="text"] {
        width: 150px;
    }

    table.form.small textarea {
        width: 160px;
    }

    table.form.small select {
        width: 160px;
    }

    table.form.small .label {
        width: 100px;
        vertical-align: middle;
    }

table.box td {
    padding-bottom: 10px;
}

.branchpanel label {
    margin-top: 18px;
}

.branchpanel label,
.branchpanel input[type="text"],
.branchpanel select {
    margin-top: 13px;
}

/* shop-main table */
#shop-main div table {
    border-collapse: collapse;
    border: 1px solid #dddcdc;
}

    /*#shop-main div table td {
        vertical-align: top;
    }*/

#shop-sidebar,
.branchpanel label,
.branchpanel input[type="text"] {
    float: left;
}
/* modal */
.modalbackground {
    filter: alpha(opacity=80);
    opacity: 0.8;
    background-color: #555555;
}

.modalpopup {
    border: 1px solid #b0b0b0;
}

.modalpopupcontent {
    overflow: auto;
    width: 700px;
    height: 600px;
    padding: 15px;
    background-color: #ffffff;
}

.modalpopupbuttons {
    padding: 15px;
    background-color: #ffffff;
    text-align: right;
}

/* event tickets */
.ticket-link:hover {
    text-decoration: none;
}

.ticket-link {
    margin: 10px 0;
    float: left;
    width: 100%;
}

.ticket-container {
    display: inline-block;
    border-radius: 2px;
    width: 100%;
    max-height: 250px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px 25px;
    border: 1px solid #EEE;
    border-bottom: none;
    border-left: 3px solid #2A3472;
    background: #FFF;
}

    .ticket-container * {
        /*color: #ffffff;*/
        display: block;
    }

    .ticket-container .event-title {
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        line-height: 0px;
        padding-top: 20px;
    }

    .ticket-container .date-dash {
        width:100%;
        text-align: center;
    }

    .ticket-container .event-address {
        font-size: 14px;
        margin-top: 25px;
        max-width: 533px;
    }

    .ticket-container .event-date {
        font-size: 22px;
        text-wrap: normal;
        font-family: 'Oswald', sans-serif;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    .ticket-container .event-price {
        font-size: 16px;
        margin-top: 30px;
    }

    .ticket-container .event-img {
        display: inline;
        max-height: 100px;
        text-align: center;
    }

/* editor */
.ajax__html_editor_extender_texteditor {
}

    .ajax__html_editor_extender_texteditor li {
        padding-left: 10px;
    }

    .ajax__html_editor_extender_texteditor ul {
        margin-left: 25px;
        list-style-position: inside;
    }

    .ajax__html_editor_extender_texteditor ol {
        margin-left: 25px;
        list-style-position: inside;
    }

.ajax__html_editor_extender_container {
    width: 770px !important;
    height: 300px !important;
    margin-bottom: 10px;
}

.ajax__html_editor_extender_texteditor {
    background-color: #ffffff !important;
}

/* ajax control toolkit calendar */
.ajax__calendar_container {
}

    .ajax__calendar_container td {
        padding: 0 !important;
    }

/* social page */
.social-heading {
    float: left;
    color: #2A3472;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.social-media-content {
    margin-bottom: 25px;
}

.social-widget-icon {
    float: left;
    margin-right: 10px;
}

table.gadget tr:nth-child(4) {
    display: none !important;
}

table.gadget tr:first-child + tr + tr + tr {
    display: none !important;
}
/*ie8*/

/* shop */
#shop-main {
    margin-top: 10px;
    float: left; /*width:660px;*/
}

#shop-sidebar {
    height: auto;
}

    #shop-sidebar ul {
        list-style-type: none;
    }

.shop-item {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #EEE;
}

.shop-thumbnail {
    margin-bottom: 10px;
    max-width: 150px;
}

.shop-thumbnail-small {
    max-width: 60px;
}

.shop-thumbnail-big {
    max-width: 160px;
    width: 100%;
    margin-bottom: 20px;
    -moz-box-shadow: 0 0 2px 2px #888;
    -webkit-box-shadow: 0 0 2px 2px #CCC;
    box-shadow: 0 0 2px 2px #CCC;
}

.shop-pager td {
    padding-bottom: 10px;
}

.shop-pager a {
    margin-right: 25px;
}

.shop-audio {
    display: block;
    margin-top: 15px;
    vertical-align: top;
}

.shop-audio-title {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}

.modalpopupcartcontent {
    overflow: auto;
    padding: 15px;
    background-color: #ffffff;
}

.popupMenu {
    background-color: #F2F2F2;
    padding: 5px;
    border: 1px solid #2A3472;
    display: none;
    box-shadow: 0 0 5px #CCCCCC;
}

    .popupMenu span {
        color: #ffffff;
    }

        .popupMenu span b {
            color: #ffffff;
        }


/* accordion */
#accordion .question-container {
    margin-top: 2px;
    margin-bottom: 2px;
    clear: both;
}

    #accordion .question-container .question-twisty {
        width: 20px;
        height: 20px;
        background: url(img/icons/arrow_grey_right.png) no-repeat;
        cursor: pointer;
        margin-right: 10px;
        display: inline-block;
        vertical-align: top;
    }

    #accordion .question-container .question-details {
        display: none;
        margin-left: 35px;
        margin-top: 6px;
    }

#accordion .link {
    color: #2A3472;
    margin-bottom: 5px;
    clear: both;
    margin-left: 35px;
    font-weight: bold;
}

#accordion .ui-state-default .ui-icon {
    width: 20px;
    height: 20px;
    background: url(img/icons/arrow_blue_right.png) no-repeat !important;
    background-size: 20px !important;
}

#accordion .ui-state-active .ui-icon {
    width: 20px;
    height: 20px;
    background: url(img/icons/arrow_blue_down.png) no-repeat !important;
    background-size: 20px !important;
}

#accordion .heading {
    color: #2A3472;
    font-size: 18px;
    font-weight: normal;
}

#accordion .question {
    color: #2A3472;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 85%;
}

#accordion .question-details {
    margin-top: 15px;
    margin-bottom: 15px;
}

#accordion .ui-accordion-content {
    padding: 5px !important;
    padding-left: 25px !important;
}

.widget #accordion .heading {
    font-size: 0.9em;
}

.widget #accordion .question {
    font-size: 0.9em;
    width: auto;
}

.widget #accordion .question-details {
}

.docs-blue-box {
    padding: 5px;
    background: #2A3472;
    list-style-type: none !important;
    margin-bottom: 5px;
}

    .docs-blue-box li h1 {
        color: #fff;
        font-size: 1.3em;
    }

        .docs-blue-box li h1 a {
            color: #fff;
            font-size: 1em;
        }

    .docs-blue-box li a {
        color: #fff;
    }

/* master page login tooltip */
.tooltipContents {
    float: right;
    margin-top: -30px;
    margin-right: 215px;
    display: none;
}

    .tooltipContents img {
        vertical-align: -1px;
        margin-top: 2px;
        margin-right: 3px;
    }

.tooltipText {
    font-size: 100%;
    padding: 4px;
    margin-top: -4px;
}

/* generic tooltip */
.hastooltip {
    cursor: help;
}

.tooltipsy {
    padding: 10px;
    max-width: 350px;
    background-color: #ffffff;
    border: 1px solid #2A3472;
}

/* ticket selector */
.ticketSelector {
    max-height: 100px;
    margin: 4px;
}

    .ticketSelector.ticketSelected {
        border: 3px solid #000000;
    }

.top-margin {
    margin-top: 8px;
    margin-bottom: -8px;
}

.image-preview {
    max-width: 504px;
}

/*Responsive styles starts*/
/*Mobile Navigation*/
ul.mob-menu {
    margin: 40px 0 0 20px;
}

.navbar-static-top .btn-navbar {
    padding: 0;
    color: rgb(42, 52, 114);
}
.navbar-static-top .btn-navbar:hover {
    color: rgb(42, 52, 114);
}

.mob-menu li, .top-menu.hidden-desktop li {
    display: inline;
    list-style: none;
    line-height: 30px;
    vertical-align: middle;
    padding: 10px 10px 0;
    border: 1px solid #044988;
}

.mob-menu .active {
    /*background: #ffffff;*/
}

.mob-menu li a, .top-menu.hidden-desktop li a {
    font-size: 16px !important;
}

.mob-menu .btn-navbar {
    box-shadow: none;
}

.mob-searchpanel {
    background-color: #ffffff;
    padding: 15px 22px;
    display: inline-block;
    width: 90%;
    margin-bottom:10px;
}

    .mob-searchpanel input[type="text"] {
        margin-bottom: 0;
        width: 85%;
    }

.top-menu.hidden-desktop {
    margin-left: 0;
    background: #ffffff;
}

    .top-menu.hidden-desktop ul {
        margin-left: 0;
    }

    .top-menu.hidden-desktop li {
        display: block !important;
        border-bottom: 1px solid #fff;
    }

        .top-menu.hidden-desktop li:last-child {
            border-bottom: none;
        }

#mob-nav.hidden-desktop li a {
    color: #fff !important;
    text-decoration: none;
}

#mob-nav {
}

.home-widget .span4, .home-widget .section.last {
    padding: 0 10px;
}

.logo.header {
    position: static;
    display: inline;
    line-height: 30px;
    float: left;
}

.loginpanel table {
    width: 100%;
}

.loginpanel label {
    display: inline-block;
    margin-left: 5px !important;
}

.loginpanel input[type="text"], .loginpanel input[type="password"] {
    margin-bottom: 0;
}

.span4 .box.widget {
    float: none;
}

#contentright.span4 .box.widget {
    float: right;
}

.span12 .ticket-container {
    width: auto;
}

.overflow {
    overflow: hidden;
}

.span4 p {
    word-wrap: break-word;
}

.dropdown-menu {
    background: #2A3472 !important;
}

    .dropdown-menu li a {
        width: auto;
    }

.branchpanel {
    padding-left: 10px;
}

.nav-collapse .dropdown-menu a {
    font-weight: normal !important;
}

.navbar-static-top .btn-navbar {
    display: inline-block !important;
    float: none;
}

.span4 .box.widget {
    width: auto;
}
/*Carousel*/
#myCarousel img {
    width: 100%;
}

.carousel-image {
    position: absolute;
    left: 100px;
    top: 35px;
    width: 250px;
    height: auto;
    overflow: hidden;
    margin-right: 20px;
    float: left;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    padding: 2px;
    opacity: .8;
    -webkit-box-shadow: 0px 0px 120px -21px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 120px -21px rgba(0,0,0,1);
    box-shadow: 0px 0px 120px -21px rgba(0,0,0,1);
}

    .carousel-image img {
        width: 100%;
        height: auto;
        max-height: 150px;
    }

.carousel-caption {
    background: none;
    font-size: 32px !important;
    position: absolute !important;
    right: 100px !important;
    top: 220px !important;
    left: 85px !important;
    bottom: 50px !important;
    text-align: left;
}

    .carousel-caption * {
        color: white !important;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    }

    .carousel-caption div {
        float: left;
        font-size: 22px;
        font-family: 'Oswald', sans-serif;
        margin-top: 10px;
        color: #2A3472;
    }

    .carousel-caption h1 {
        font-size: 42px;
        text-transform: uppercase;
    }

.top-menu.hidden-desktop li > ul > li {
    -ms-word-break: break-all;
    -moz-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/*Shop*/
#shop-main input[type="submit"] {
    margin: 10px 0;
}

td.inline label {
    display: inline-block !important;
}


/*Changes Ryan 25/11/16*/

/*Currency Page*/
.tablestyling tbody tr th,
.tablestyling tbody tr:hover > th {background:#044988; color:white;}
/*End of Currency Page*/
/* modal popups */
.modalpopup-message                         {background-color:#ffffff; border:1px solid #0772ba; padding:20px; min-width:350px; min-height:190px; border-radius:2px;}
.modalpopupcontent-message span.icon        {color:#0772ba; font-size:22px; margin-right:13px; margin-left:1px;}
.modalpopupcontent-message                  {min-width:350px; min-height:140px; overflow:auto;}
.modalpopupcontent-message h2               {display:inline-block; margin-top:-5px;}
.modalpopupbuttons-message                  {text-align:right; position:absolute; bottom:0; right:0; padding-bottom:20px; min-width:350px; margin-right:20px;}  
.modalpopupcontent h2                       {display:inline-block;}

/*Register page*/
.registerDropdownStyle{margin-left:13px;}
.subHeaderUnderline {text-decoration:underline;}
.captchaStyle{float:left; padding-top:11px; padding-right:57px;}
/*end of register page*/

/*Progress Mmebership Page*/
.btnStylingPM{ border-radius: 10px 10px 0 0!important; height:40px; padding:10px; }
.proMembershipTabStyling {padding-left:40px!important;}
/*End of Progress Mmebership Page*/

/*Menu Styling*/
.submenu ul li {border-right:1px solid #777; padding-right:5px;}
.submenu a { color:#FFFFFF!important; }
.loginSeparator { border-right:1px solid #044988;padding-right:15px}
.logoutSeparator { border-left: 1px solid #044988;padding-left: 30px;}
/*End of Menu Styling*/

/*Order Renewal Page*/
.TodayBtnPos{margin-left:-7px;}
/*end of Order Renewal*/

@media only screen and (max-width: 371px) {
    .mobTxtBox {
        width:90%!important;
    }
}

/*End Of Ryan Changes*/

.navbar-static-top { margin-bottom: 20px; }
.navbar-static-top .row-fluid:first-child { margin: 0 20px; }
.navbar-static-top .logo { padding: 10px 20px; }


/* drop down check box control */
.ddcb-sb {
    width: 350px;
    border: 1px solid #999999 !important;
    border-radius: 4px;
    outline: none;
    padding: 5px !important;
}

    .ddcb-sb #caption {
        top: 0px !important;
        font-size: 14px !important;
    }

        /*.ddcb-sb #caption:focus {
            border-color: rgba(82, 168, 236, 0.8);
            outline: 5px auto -webkit-focus-ring-color;
        }*/

.ddcb-dd {
    width: 350px;
    top: 28px !important;
}

    .ddcb-dd #checks br {
        padding-top: 2px;
        padding-bottom: 2px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .ddcb-dd #buttons input {
        padding: 6px 20px;
    cursor: pointer;
        color: #f9fafe !important;
        text-align: center !important;
        border-radius: 2px !important;
        border: 1px solid #486fb2 !important;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99c3e9', endColorstr='#5271b4') !important;
    }

        .ddcb-dd #buttons input:hover {
            background: linear-gradient(to top, #99c3e9, #5271b4) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        }

        .ddcb-dd #buttons input:active {
            position: relative;
            top: 1px;
        }

.ddcb-sb.dd_chk_select input[type=checkbox] + label {
    word-wrap: break-word;
    width: 90%;
}
.ddcb-sb.dd_chk_select {
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dd_chk_select:focus {
        outline: 5px auto -webkit-focus-ring-color;
}

    @media (max-width: 979px) {
        .top-menu ul li {
        margin-right: 0;
        margin-left: 0;
    }
    .top-menu {
        float:none;
    }
    .dropdown-menu {
        background: #eee !important;
    }
}

input[type="submit"].linkButton {
    background-color: transparent;
    margin: 0;
    margin-right: 10px;
    text-decoration: none;
    color: #044988;
    font-family: arial, sans-serif;
    font-size: 12px;
    padding: 0 !important;
    border-width: 0;
}
input[type="submit"][disabled].linkButton {
    color: darkgrey;
    cursor: not-allowed;
}