@import url('//fonts.googleapis.com/css?family=Lato');
html,
button,
input,
select,
textarea {
  color: #606b73;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/*input:not([type='radio']),
input:not([type='checkbox']),*/
textarea,
select {
  /*border-radius: 0;*/
  appearance: none;
}

/* ==========================================================================
  Author's custom styles
  ========================================================================== */
html,
body {
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #202020;
    font-size: 14px;
}

a {
    color: #22315c;
}

a:hover,
a:focus {
    color: #8a2723;
}

.page-view p a {
    color: #8a2723;
}

.page-view p a:hover,
.page-view p a:focus {
    color: #8a2723;
    text-decoration: underline;
}

.home_page_body {
    background-color: #22315c;
}

.wrap {
    height: auto;
    min-height: 100%;
}

.content {
    padding: 0 0 100px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    min-height: 100px;
    background-color: #636363;
    margin-top: -100px;
    font-size: 12px;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer-container {
    padding: 26px 57px 0;
}

.foter_logo {
    float: left;
    padding-right: 32px;
}

.foter_logo a {
    display: block;
}

.foter_logo img {
    width: 159px;
}

.footer .contact_info {
    float: left;
    border-left: 2px solid #b1b1b1;
    padding: 8px 5px 2px 30px;
}

.footer .contact_info .item {
    font-size: 12px;
    margin-bottom: 3px;
}

.footer .contact_info .item a {
    color: #fff;
}

.footer .contact_info i {
    color: #fff;
    margin-right: 2px;
}

.footer .contact_info .item.email a {
    color: #8a2723;
}

.footer .copyright {
    padding-top: 14px;
    text-align: right;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
     
}

.nav > li > form > button:hover {
    text-decoration: none;
}

.header-container {
    padding: 19px 57px 0 57px;
}

.navbar-brand {
    display: block;
    float: none;
    height: auto;
    padding: 0;
}

.navbar-brand img {
    width: 159px;
}

/**    NavBar     **/
.navbar-inverse {
    background: rgba(255, 255, 255, 0.9);
    border: none;
}

.navbar-right {
    margin-right: 0;
}

.navbar-toggle {
    margin: 0;
    background-color: #1b2f52;
}

.navbar {
    min-height: 80px;
}

.navbar-collapse {
    padding-top: 9px;
}

/**     menu    **/
.navbar-inverse .navbar-nav > li {
    position: relative;
    margin-left: 20px;
}

.navbar-inverse .navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li button {
    color: #22315c;
    padding-bottom: 5px;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}
.navbar-inverse .navbar-nav > li button {
    padding-bottom: 4px;
    padding-top: 2px;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > button, 
.navbar-inverse .navbar-nav > .active > button:hover, 
.navbar-inverse .navbar-nav > .active > button:focus {
    color: #fff;
    background: #8a2723;
}
.navbar-inverse .navbar-nav > li> a:hover,
.navbar-inverse .navbar-nav > li> a:focus,
.navbar-inverse .navbar-nav > li button:hover,
.navbar-inverse .navbar-nav > li button:focus {
    color: #8a2723;
}

/**    Index    **/
.carousel .item {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-height: 501px;
    background-size: cover;
    color: #fff;
    text-align: right;
}
.carousel .inner {
    margin: 0 auto;
    max-width: 1620px;
    padding: 160px 15px 0;
    width: 90%;
}
.carousel-indicators {
    bottom: 38px;
}
.carousel-indicators li,
.carousel-indicators .active {
    height: 8px;
    margin: 0 6px;
    width: 8px;
}
.carousel-indicators li {
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
}
.carousel-caption {
    text-align: right;
    position: static;
    text-shadow: none;
    padding-top: 0;
}
.carousel .inner h1 {
    font-size: 72px;
    line-height: 74px;
    font-weight: 600;
    margin-bottom: 1px;
}
.carousel .inner h3 {
    font-size: 40px;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 25px;
}
.control_buttons .btn  {
    margin-left: 43px;
    min-width: 155px;
}
.control_buttons .btn:first-child {
    margin-left: 0;
}
.home-menu {
    background-color: #22315c;
    padding: 50px 0 57px;
}

.home-menu .item {
    text-align: center;
    color: #fff;
}

.home-menu .item i {
    display: block;
    font-size: 85px;
    height: 104px;
    margin-bottom: 6px;
}

.home-menu .item .icon-price_list {
    /*height: 90px;*/
}

.transparent_btn {
    background: transparent;
    border: 1px solid #8a2723;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 7px 20px 8px;
}

.transparent_btn:hover,
.transparent_btn:focus {
    color: #8a2723;
    background: #fff;
    border-color: #fff;
}

.red_btn {
    background: #8a2723;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.red_btn:hover,
.red_btn:focus {
    color: #fff;
    background: #bb1b15;
}

/*inner pages*/

.page-view {
    padding-bottom: 70px;
    padding-top: 110px;
}

.page-view.center {
    text-align: center;
}

.page-view h1 {
    font-weight: 600;
    color: #22315c;
    font-size: 24px;
    position: relative;
    margin-bottom: 65px;
    text-align: center;
}

.page-view.center h1 {
    margin-bottom: 33px;
}

/*.page-view h1:before {
    background: url("../images/title_border.jpg") repeat-x 0 0;
    bottom: -19px;
    content: "";
    display: inline-block;
    height: 4px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}*/

p {
    line-height: 28px;
    margin-bottom: 28px;
}

.page-view .btn {
    padding-left: 29px;
    padding-right: 29px;
}

.page-view .btn.red_btn {
    color: #fff;
}

.page-view .btn.red_btn:hover,
.page-view .btn.red_btn:focus {
    color: #fff;
    text-decoration: none;
}

/*form styles*/

.form-control {
    background-color: #d3d6de;
    border-color: #d3d6de;
}

label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 7px;
}

.form-group {
    margin-bottom: 12px;
}

textarea.form-control {
    height: 105px;
    resize: none;
}
input[type="radio"], 
input[type="checkbox"] {
    margin-top: 2px;
}

.has-success .loginform-rememberme {
    color: #202020;
}

.field-contactform-verifycode img {
    max-width: 100%;
    margin-top: -8px;
}

.field-contactform-verifycode .control-label {
    margin-left: 10px;
    padding-left: 25%;
}

.contact_form {
    padding-right: 20px;
    padding-top: 6px;
}

.contact_data {
    padding-left: 20px;
}

.contact_data h4 {
    font-size: 18px;
    color: #22315c;
    font-weight: 700;
    margin-bottom: 7px;
}

.contact_data p {
    margin-bottom: 0;
}

.contact_data strong {
    font-weight: 700;
}

.contact_data a {
    color: #8a2723;
}

/*login form*/
.site-login {
    margin: 0 auto;
    max-width: 900px;
}
.about_member_services {
    border-right: 2px solid #8a2723;
}

.about_member_services .inner {
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 45px;
}

.login_form {
    border-left: 2px solid #8a2723;
    margin-left: -2px;
}

.login_form .inner {
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 40px;
}

.about_member_services h4 {
    font-size: 18px;
    color: #8a2723;
    margin-bottom: 23px;
}

.about_member_services p {
    line-height: 22px;
    margin-bottom: 23px;
}

.forgot_password {
    font-size: 12px;
}

.login_form .btn {
    font-size: 14px;
    padding-bottom: 8px;
    padding-top: 9px;
    min-width: 116px;
    margin-bottom: 15px;
}

/*end login form*/

/*registration form*/
.registration_form {
    margin: 0 auto;
    max-width: 600px;
}

.help_info {
    text-align: center;
    margin-bottom: 20px;
}

.registration_form .btn {
    font-size: 14px;
    padding-bottom: 8px;
    padding-top: 9px;
    min-width: 116px;
    margin-top: 25px;
}
.account_details_form {
    max-width: 600px;
}
.account_details .help_info {
    text-align: left;
}

/*end registration form*/


/*map page*/
.map_page{
    position: relative;
}
.map-container {
    max-width: 840px;
    width: 90%;
    margin: 0 auto;
}

.color_description {
    text-align: center;
    color: #202020;
    font-size: 14px;
    padding-top: 29px;
}

.color_description span {
    display: inline-block;
    height: 21px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.color_description span.red {
    background: #8a2723;
}

/*end map page*/

/* Policies page*/
.wrap.table_view {
    height: 100%;
    display: table;
    padding-top: 80px;
    padding-bottom: 100px;
    width: 100%;
}

.page-view.page_with_sidebar {
    padding-bottom: 0;
    display: table-row;
    width: 100%;
    height: 100%;
}

.footer.with_sidebar {

}

.left-side {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    width: 27%;
    background: #22315c;
}

.show_left_side {
    background: url(../images/svg_icons/right-arrow.svg) no-repeat center center #22315c;
    background-size: 25px 25px;
    color: #fff;
    font-size: 24px;
    height: 35px;
    line-height: 37px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: 0;
    width: 30px;
    display: none;
    cursor: pointer;
}

.active .show_left_side {
    background: url(../images/svg_icons/left-arrow.svg) no-repeat center center #22315c;
    background-size: 25px 25px;
}

@-webkit-keyframes slideLeftMenu {
  0% {
    left: -215px;
  }
  100% {
    left: 0;
  }
}
@keyframes slideLeftMenu {
  0% {
    left: -215px;
  }
  100% {
    left: 0;
  }
} 

.right_sidebar {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    width: 73%;
    background: #fff;
    padding-bottom: 50px;
}

.page_with_sidebar h1 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 34px;
}

.left_sidebar_menu {
    padding-left: 55px;
    padding-top: 12px;
}

.page-view .left_sidebar_menu ul {
    padding-left: 0;
}

.page-view .left_sidebar_menu li {
    margin-bottom: 0;
}

.left_sidebar_menu li {
    list-style: none;
    border-bottom: 1px solid #596484;
}

.left_sidebar_menu li > a {
    color: #fff;
    display: block;
    padding: 21px 10px 20px 12px;
}

.left_sidebar_menu li > a:focus {
    outline: none;
}

.left_sidebar_menu li.active > a {
    font-weight: bold;
}

.left_sidebar_menu li.active > a:hover {
    text-decoration: none;
}

.right_sidebar_inner {
    padding: 10px 57px 10px 39px;
}

.page_with_sidebar h6 {
    font-size: 18px;
    font-weight: 700;
}

.page_with_sidebar .btn {
    margin-top: 30px
}

.page-view ul {
    padding-left: 15px;
}

.page-view ul li {
    margin-bottom: 10px;
}

.page-view .add_button {
    padding-left: 0;
    text-align: center;
    padding-top: 164px;
}

.page-view .add_button li {
    list-style: none;
    display: inline-block;
    margin: 0 80px;
}

.page-view .add_button li a {
    font-size: 14px;
    min-width: 130px;
    position: relative;
    margin-top: 0;
    padding-bottom: 7px;
    padding-top: 6px;
}

.page-view .add_button li a:before {
    content: "";
    display: block;
    width: 88px;
    height: 87px;
    position: absolute;
    top: -105px;
    left: 50%;
    margin-left: -44px;
    margin-bottom: 26px;
}

.page-view .add_button li a.view_demo:before {
    background: url(../images/svg_icons/play-symbol.svg) no-repeat;
    background-size: 88px 87px;
}

.page-view .add_button li a.product_tour:before {
    background: url(../images/svg_icons/dropbox_blue.svg) no-repeat;
    background-size: 88px 87px;
}


/* end Policies page*/



.bold {
    font-weight: bold;
}

.user-ground {
    background-color: #fff;
}
.grid-header th, .grid-header th a {
    background-color: #22315c;
    color: #fff;
    font-weight: normal;
}
.shopping-cart-detail{
    max-width: 600px;
    margin: 0 auto;
}
table > thead > tr > th {
    border: none!important;
}
table > tbody > tr > td{
    border-bottom: 1px solid #C7CBD6;
}

table > tfoot > tr > td {
    border-bottom: 2px solid #596484;
    border-top: 2px solid #596484!important;
    font-weight: bold;
}
.shopping-cart-detail .red_btn,.product-view .red_btn, .subuser-grid .red_btn{
    padding: 10px 16px;
    font-size: 16px;
    line-height: 16px;
}
.subuser-grid .red_btn, .subuser-access .red_btn{
    margin: 0;
}
.subuser-grid .ml-10 {
    margin-left: 10px;
}
.subuser-grid td{
    vertical-align: middle!important;
}
.subuser-access .red_btn {
    padding: 4px;
    font-size: 12px;
}
.form-sub-user h3{
    color: #8a2723;
}
.cart-price{
    width: 15%;
}
.cart-cty{
    width: 20%;
}
.front-link{
    color: #872822;
}
.front-link:hover,.front-link:focus{
    text-decoration: none;
}
.front-link i{
    margin-right: 7px;
}
.cart-footer div:first-child{
    padding-left: 0;
    margin-top: 16px;
}
.cart-footer div:last-child{
    padding-right: 0;
    margin-top: 6px;
}
.cart-footer div:last-child i{
    margin-left: 7px;
}
.cart-item.active a{
    background: none!important;
}
.cart-item.active i{
    color: #872822;
}
.create_btn{
    color: #872822;
    font-size: 20px;
}
.grid-row {
    background-color: #fff !important;
    border-bottom: 1px solid #ebebeb;
}

#tickethead-department div{
    position: relative;
}

#tickethead-department input[type=radio]{
    position: absolute;
    visibility: hidden;
}

#tickethead-department label{
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 1em;
    padding: 10px 25px 25px 25px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

#tickethead-department div .check{
    display: block;
    position: absolute;
    border: 1px solid #C7CBD6;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 11px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

#tickethead-department div .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
#tickethead-department div span.radio-desc{
    padding-left: 25px;
}

input[type=radio]:checked ~ .check {
    border: 5px solid #0DFF92;
}

input[type=radio]:checked ~ .check::before{
    background: #596484;
}

input[type=radio]:checked ~ label{
    color: #000;
}
.tickets-index label{
    font-size: 14px;
}

/*      products/index     */
.table-products>tbody>tr>td{
    border-top: none;
}
.table-products a{
    color: #8a2723;
    text-decoration: none;
}

/*      products/view     */
.product-view hr{
    border-color: #ABB1C1;
}
.product-view label{
    font-weight: bold;
    font-size: 14px;
}
.product-view .margin-bottom{
    margin-bottom: 25px;
}

.arrow select {
    width: 100%;
    height: 36px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-appearance: none;
    background-image:
            linear-gradient(45deg, transparent 50%, #202020 50%),
            linear-gradient(135deg, #202020 50%, transparent 50%);
    /*linear-gradient(to right, skyblue, skyblue);*/
    background-position:
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - 10px) calc(1em + 2px),
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            2.5em 2.5em;
    background-repeat: no-repeat;
    background-color: transparent;
    line-height: 1em;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
    border-color: #9098AD;
}

.arrow select::-ms-expand {
    display: none;
}


.contact_form .btn, .ticket-view .btn {
    font-size: 14px;
    padding-bottom: 8px;
    padding-top: 9px;
    min-width: 116px;
}
.ticket-view .panel {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #ddd;
}

.ticket-view .panel-primary > .panel-heading {
    color: #fff;
    background-color: #22315c;
    border-color: #ddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.subscribe-form label {
    font-size: 14px;
    font-weight: bold;
    padding-top: 7px;
}

.user-index {
    padding-top: 20px;
}

.credit-card-page .btn {
    margin-left: 15px;
}
/*-------------------*/

@media(max-width:1599px) {
     
}

@media(max-width:1199px) {
    .header-container,
    .footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .carousel .inner h1 {
        font-size: 68px;
    }
    .carousel .inner h3 {
        font-size: 36px;
    }
    .home-menu .item i {
        font-size: 70px;
        height: 90px;
    }
    .home-menu .item .icon-price_list {
        /*height: 76px;*/
    }
    .left_sidebar_menu {
        padding-left: 0;
    }
    .right_sidebar_inner {
        padding-right: 15px;
    }
}

@media(max-width:991px) {
    .navbar-inverse .navbar-nav > li {
        margin-left: 0;
    }
    .navbar-brand img {
        width: 125px;
    }
    .navbar-header {
        margin-top: 4px;
    }
    .carousel .inner {
        padding-top: 140px;
    }
    .carousel .inner h1 {
        font-size: 62px;
        line-height: 66px;
    }
    .carousel .inner h3 {
        font-size: 32px;
        line-height: 34px;
    }
    .home-menu .item i {
        font-size: 55px;
        height: 75px;
    }
    .home-menu .item .icon-price_list {
        /*height: 61px;*/
    }
    .transparent_btn {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact_data {
        padding-left: 0;
    }
    .contact_form {
        padding-right: 0;
    }
    .field-contactform-verifycode .control-label {
        padding-left: 43%;
    }
    .about_member_services .inner {
        padding-right: 0;
    }
    .login_form .inner {
        padding-left: 0;
    }
    .right_sidebar_inner {
        padding-left: 15px;
    }
    .left_sidebar_menu li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .page-view .add_button li {
        margin: 0 40px;
    }
    .left_sidebar_menu li {
        font-size: 13px;
    }
}

@media(max-width:767px) {
    .header-container {
        padding-top: 9px;
    }
    .navbar-header {
        margin-top: 0;
    }
    .navbar {
        min-height: 55px;
    }
    .navbar-collapse {
        border: none;
    }
    .carousel .inner {
        width: 100%;
    }
    .carousel .inner h1 {
        font-size: 58px;
        line-height: 62px;
    }
    .carousel .inner h3 {
        font-size: 30px;
        line-height: 32px;
    }
    .carousel .inner {
        padding-top: 80px;
    }
    .carousel .item {
        min-height: 360px;
    }
    .carousel-indicators {
        bottom: 12px;
    }
    .control_buttons .btn {
        margin-left: 20px;
    }
    .home-menu {
        padding: 25px 0;
    }
    .home-menu .item i {
        height: 60px;
    }
    .home-menu .item .icon-price_list {
        /*height: 60px;*/
    }
    .home-menu .item {
        margin-bottom: 20px;
    }
    .foter_logo img {
        width: 125px;
    }
    .footer-container {
        padding-top: 15px;
    }
    .foter_logo {
        padding-right: 20px;
    }
    .footer .contact_info {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 15px;
    }
    .footer {
        margin-top: -70px;
        min-height: 70px;
    }
    .content {
        padding-bottom: 70px;
    }
    .page-view {
        padding-top: 55px;
    }
    .page-view.page_with_sidebar {display: block;}
    .wrap.table_view {
        padding-top: 55px;
    }
    .contact_form {
        margin: 0 auto;
        max-width: 500px;
    }

    .field-contactform-verifycode .control-label {
        padding-left: 0;
        margin-left: 0;
    }
    .contact_data {
        text-align: center;
        margin-top: 30px;
    }
    .page-view h1 {
        margin-bottom: 30px;
    }

    .about_member_services {
        border-right: none;
    }
    .login_form .inner {
        border-left: none;

    }
    .wrap.table_view {
        padding-bottom: 70px;
    }

    .page-view.page_with_sidebar {
        position: relative;
        padding-top: 0;
    }

    .left-side {
        display: block;
        z-index: 99;
        position: absolute;
        top: 0;
        left: -215px;
        width: 220px;
        border-right: 5px solid #22315c;
        
    }
    .left-side.active {
        -webkit-animation-name: slideLeftMenu;
        animation-name: slideLeftMenu;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        left: 0;
        border-right: none;
    }
    .left_sidebar_menu li {

    }
    .right_sidebar {
        display: block;
        position: relative;
        width: 100%;
        z-index: 1;
    }
    .right_sidebar_inner {
        padding-top: 35px;
    }
    .show_left_side {
        display: block;
    }
}

@media(max-width:639px) {
    .carousel .inner h1 {
        font-size: 48px;
        line-height: 50px;
    }
    .carousel .inner h3 {
        font-size: 24px;
        line-height: 26px;
    }
    .foter_logo img {
        width: 100px;
    }
    .foter_logo {
        padding-top: 6px;
    }
    .page-view h1 {
        font-size: 22px;
    }
    p {
        line-height: 26px;
    }
    .responsive-tabs{
        padding: 0!important;
    }
    .responsive-tabs > li{
        float: none;
    }
    .responsive-tabs > li a{
        border-radius: 0;
    }
    .responsive-tabs > li a:last-child{
        border-bottom-style: solid!important;
    }
}

@media(max-width:479px) {
    .carousel .inner h1 {
        font-size: 38px;
        line-height: 40px;
    }
    .carousel .inner h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .control_buttons .btn {
        min-width: 130px;
    }
    .carousel-caption {
        text-align: center;
    }
    .control_buttons .btn,
    .control_buttons .btn:first-child {
        margin: 0 5px;
    }
    .transparent_btn {
        font-size: 12px;
    }
    .transparent_btn {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    .footer {
        padding-bottom: 5px;
    }
    .footer .pull-right {
        float: none !important;
        text-align: center;
    }

    .footer .pull-left {
        float: none !important;
        text-align: center;
    }
    .foter_logo,
    .footer .contact_info {
        float: none;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    p {
        line-height: 24px;
        margin-bottom: 15px;
    }
    .about_member_services .inner {
        padding-bottom: 20px;
    }
    .login_form .inner {
        padding-bottom: 20px;
    }
    .page-view .add_button li a.view_demo:before,
    .page-view .add_button li a.product_tour:before {
        width: 60px;
        background-size: 60px auto;
        height: 57px;
        top: -70px;
        margin-left: -30px;
    }
    .page-view .add_button li {
        margin: 0 5px;
    }
    .page-view .add_button .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-view .add_button {
        padding-top: 95px;
    }
    
}


/*    checkout page    */

.checkout-page{
    max-width: 600px;
    margin: 0 auto;
}
/*	=	CheckBox */

.checkboxes{
    width: 15px;
    display: inline-block;
}

#billing-form{
    margin: 30px 0;
}
.cart-inf{
    margin: 20px 0;
}
.agree-block{
    margin: -2px 0 10px 0!important;
}

.no-margin.red_btn{
    margin: 0;
}

/*     user-to-subscription       */
.add-user-to-subscr-form{
    display: none;
}

/**   Search Records    **/
.county-allowed a{
    margin-top: 10px;
    display: inline-block;
    color: #8a2723;
    font-weight: 600;
}
h1.county-title a{
    color: #8a2723!important;
}
.doc-availabiliy {
    position: relative;
}
.doc-availabiliy a{
    margin-top: 20px;
    display: inline-block;
    color: #8a2723;
    font-weight: 600;
}
.doc-availabiliy>div:first-child{
    margin-top: 20px;
}
.glonotes-volume table tr td{
    padding: 4px 8px;
}
.glonotes-volume table tr td a{
    color: #8a2723; 
}

.pay_btn{
    background: #22315c none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 14px;
    padding-top: 14px;
    text-align: center;
    text-decoration: none;
}
.pay_btn:hover{
    background: #2b4384 none repeat scroll 0 0;
    color: #fff;
}
.no-margin.pay_btn{
    margin: 0;
}
.fa-circle.active{
    color: #88ae23;
}
.fa-circle.no-active{
    color: #872822;
}
.fa-circle.void{
    color: darkorange;
}

/*    search records    */
.oddlots-section{
    padding: 0 16px;
    margin-bottom: 10px;
    padding-top: 20px;
}
.odd-column.oddlots-section label{
    vertical-align: top;
    margin-right: 5px;
}
.odd-column.oddlots-section a{
    vertical-align: top;
    margin-top: 0!important;
}
.odd-column.oddlots-section select{
    z-index: 2;
    position: relative;
    margin-right: 5px;
}
.odd-button.oddlots-section{
    padding: 0 16px;
    padding-top: 0px;
    margin-bottom: -20px;
}
#back_button{
    display: none;
}
.township-select form{
    border-top: 2px solid #ccc;
    margin-top: 50px;
    padding-top: 20px;
}
.township-select .red_btn{
    margin-top: 25px;
    padding-top: 7px;
    padding-bottom: 10px;
}
.township-select label{
    font-weight: bold;
}
.doc-grid-title{
    color: #9FA8BC;
}
.grid-tab{
    padding-top: 20px;
}
.grid-print{
    margin-top: 10px;
    margin-bottom: 34px;
    color: #8a2723;
    display: block;
    line-height: 2.1;
}
.grid-tab .cell{
    position: relative;
    width: 4%;
    height: 20px;
    float: left;
}
.carret a{
    font-size: 65px;
    color: #8a2723;
    text-decoration: none;
}
.carret a:hover{
    color: #596484; 
}
.carret-top{
    height: 72px;
    margin-top: -22px;
    padding-bottom: 10px;
}
.carret-bottom{
    height: 45px;
    padding-top: 10px;
    margin-top: -35px;
}
.carret-top i,.carret-bottom i{
    margin-right: 3%;
}
.carret-left{
    float: left;
    padding-right: 10px;
    width: 35px;
}
.carret-right{
    float: left;
    padding-left: 10px;
    width: 35px;
}

.center-grid{
    float: left;
    width: calc(100% - 70px);
    visibility: hidden;
    margin-right: -3%;
    margin-bottom: -3%;
}
.center-oddlots{
    float: left;
    width: 100%;
    visibility: hidden;
    margin-top: 20px;
}
.center-oddlots .cell{
    width: 20%!important;
}
.odd-button{
    z-index: 2;
    position: relative;
}
.odd-column{
    display: none;
}
.carret{
    visibility: hidden;
}
.doc-link{
    position: absolute;
    z-index: 9;
}
ul.nav-tabs li a{
    background-color: #fff;
    border: 1px solid #ACB2C1;
    border-bottom-style: none;
}
ul.nav-tabs li.active a{
    background-color: #D2D5DE!important;
}
.nav-tabs li{
    margin-bottom: -1px!important;
}
/*     Odd Grid*/

/*  top-left corner */
.x-26.y-26{
    border-top: 1px solid #76787b;
    border-left: 1px solid #76787b;
}
/*  left side  */
.x-26.y-27,.x-26.y-28,.x-26.y-29{
    border-top: 1px dashed #76787b;
    border-left: 1px solid #76787b;
}
/*   top side  */
.x-27.y-26,.x-28.y-26,.x-29.y-26{
    border-top: 1px solid #76787b;
    border-left: 1px dashed #76787b;
}
/*  right side */
.x-30.y-26,.x-30.y-27,.x-30.y-28,.x-30.y-29{
    border-left: 1px solid #76787b;
}
/*  bottom side   */
.x-26.y-30,.x-27.y-30,.x-28.y-30,.x-29.y-30{
    border-top: 1px solid #76787b;
}
/* inside cells   */
.x-27.y-27,.x-28.y-27,.x-29.y-27,.x-27.y-28,.x-28.y-28,.x-29.y-28,.x-27.y-29,.x-28.y-29,.x-29.y-29{
    border-top: 1px dashed #76787b;
    border-left: 1px dashed #76787b;
}

/*   end. Odd Grid*/

/*  top-left corner */
.x-1.y-1{
    border-top: 1px solid #76787b;
    border-left: 1px solid #76787b;
}
/* left bottom corner   */
.x-1.y-25{
    border-top: 1px solid #76787b;
}
/*  right side */
.x-25.y-1,.x-25.y-2,.x-25.y-3,.x-25.y-4,.x-25.y-5,.x-25.y-6,.x-25.y-7,.x-25.y-8,.x-25.y-9,.x-25.y-10,.x-25.y-11,.x-25.y-12,.x-25.y-13,.x-25.y-14,.x-25.y-15,.x-25.y-16,.x-25.y-17,.x-25.y-18,.x-25.y-19,.x-25.y-20,.x-25.y-21,.x-25.y-22,.x-25.y-23,.x-25.y-24{
    border-left: 1px solid #76787b;
}
/*   top side  */
.x-2.y-1,.x-3.y-1,.x-4.y-1,.x-6.y-1,.x-7.y-1,.x-8.y-1,.x-10.y-1,.x-11.y-1,.x-12.y-1,.x-14.y-1,.x-15.y-1,.x-16.y-1,.x-18.y-1,.x-19.y-1,.x-20.y-1,.x-22.y-1,.x-23.y-1,.x-24.y-1{
    border-top: 1px solid #76787b;
    border-left: 1px dashed #76787b;
}
.x-5.y-1,.x-9.y-1,.x-13.y-1,.x-17.y-1,.x-21.y-1{
    border-top: 1px solid #76787b;
    border-left: 1px solid #76787b;
}
/*  left side  */
.x-1.y-2,.x-1.y-3,.x-1.y-4,.x-1.y-6,.x-1.y-7,.x-1.y-8,.x-1.y-10,.x-1.y-11,.x-1.y-12,.x-1.y-14,.x-1.y-15,.x-1.y-16,.x-1.y-18,.x-1.y-19,.x-1.y-20,.x-1.y-22,.x-1.y-23,.x-1.y-24{
    border-top: 1px dashed #76787b;
    border-left: 1px solid #76787b;
}
.x-1.y-5,.x-1.y-9,.x-1.y-13,.x-1.y-17,.x-1.y-21{
    border-top: 1px solid #76787b;
    border-left: 1px solid #76787b;
}
/*  bottom side   */
.x-2.y-25,.x-3.y-25,.x-4.y-25,.x-5.y-25,.x-6.y-25,.x-7.y-25,.x-8.y-25,.x-9.y-25,.x-10.y-25,.x-11.y-25,.x-12.y-25,.x-13.y-25,.x-14.y-25,.x-15.y-25,.x-16.y-25,.x-17.y-25,.x-18.y-25,.x-19.y-25,.x-20.y-25,.x-21.y-25,.x-22.y-25,.x-23.y-25,.x-24.y-25{
    border-top: 1px solid #76787b;
}
/* inside cells   */
.x-2.y-2,.x-3.y-2,.x-4.y-2,.x-6.y-2,.x-7.y-2,.x-8.y-2,.x-10.y-2,.x-11.y-2,.x-12.y-2,.x-14.y-2,.x-15.y-2,.x-16.y-2,.x-18.y-2,.x-19.y-2,.x-20.y-2,.x-22.y-2,.x-23.y-2,.x-24.y-2
,.x-2.y-3,.x-3.y-3,.x-4.y-3,.x-6.y-3,.x-7.y-3,.x-8.y-3,.x-10.y-3,.x-11.y-3,.x-12.y-3,.x-14.y-3,.x-15.y-3,.x-16.y-3,.x-18.y-3,.x-19.y-3,.x-20.y-3,.x-22.y-3,.x-23.y-3,.x-24.y-3
,.x-2.y-4,.x-3.y-4,.x-4.y-4,.x-6.y-4,.x-7.y-4,.x-8.y-4,.x-10.y-4,.x-11.y-4,.x-12.y-4,.x-14.y-4,.x-15.y-4,.x-16.y-4,.x-18.y-4,.x-19.y-4,.x-20.y-4,.x-22.y-4,.x-23.y-4,.x-24.y-4
,.x-2.y-6,.x-3.y-6,.x-4.y-6,.x-6.y-6,.x-7.y-6,.x-8.y-6,.x-10.y-6,.x-11.y-6,.x-12.y-6,.x-14.y-6,.x-15.y-6,.x-16.y-6,.x-18.y-6,.x-19.y-6,.x-20.y-6,.x-22.y-6,.x-23.y-6,.x-24.y-6
,.x-2.y-7,.x-3.y-7,.x-4.y-7,.x-6.y-7,.x-7.y-7,.x-8.y-7,.x-10.y-7,.x-11.y-7,.x-12.y-7,.x-14.y-7,.x-15.y-7,.x-16.y-7,.x-18.y-7,.x-19.y-7,.x-20.y-7,.x-22.y-7,.x-23.y-7,.x-24.y-7
,.x-2.y-8,.x-3.y-8,.x-4.y-8,.x-6.y-8,.x-7.y-8,.x-8.y-8,.x-10.y-8,.x-11.y-8,.x-12.y-8,.x-14.y-8,.x-15.y-8,.x-16.y-8,.x-18.y-8,.x-19.y-8,.x-20.y-8,.x-22.y-8,.x-23.y-8,.x-24.y-8
,.x-2.y-10,.x-3.y-10,.x-4.y-10,.x-6.y-10,.x-7.y-10,.x-8.y-10,.x-10.y-10,.x-11.y-10,.x-12.y-10,.x-14.y-10,.x-15.y-10,.x-16.y-10,.x-18.y-10,.x-19.y-10,.x-20.y-10,.x-22.y-10,.x-23.y-10,.x-24.y-10
,.x-2.y-11,.x-3.y-11,.x-4.y-11,.x-6.y-11,.x-7.y-11,.x-8.y-11,.x-10.y-11,.x-11.y-11,.x-12.y-11,.x-14.y-11,.x-15.y-11,.x-16.y-11,.x-18.y-11,.x-19.y-11,.x-20.y-11,.x-22.y-11,.x-23.y-11,.x-24.y-11
,.x-2.y-12,.x-3.y-12,.x-4.y-12,.x-6.y-12,.x-7.y-12,.x-8.y-12,.x-10.y-12,.x-11.y-12,.x-12.y-12,.x-14.y-12,.x-15.y-12,.x-16.y-12,.x-18.y-12,.x-19.y-12,.x-20.y-12,.x-22.y-12,.x-23.y-12,.x-24.y-12
,.x-2.y-14,.x-3.y-14,.x-4.y-14,.x-6.y-14,.x-7.y-14,.x-8.y-14,.x-10.y-14,.x-11.y-14,.x-12.y-14,.x-14.y-14,.x-15.y-14,.x-16.y-14,.x-18.y-14,.x-19.y-14,.x-20.y-14,.x-22.y-14,.x-23.y-14,.x-24.y-14
,.x-2.y-15,.x-3.y-15,.x-4.y-15,.x-6.y-15,.x-7.y-15,.x-8.y-15,.x-10.y-15,.x-11.y-15,.x-12.y-15,.x-14.y-15,.x-15.y-15,.x-16.y-15,.x-18.y-15,.x-19.y-15,.x-20.y-15,.x-22.y-15,.x-23.y-15,.x-24.y-15
,.x-2.y-16,.x-3.y-16,.x-4.y-16,.x-6.y-16,.x-7.y-16,.x-8.y-16,.x-10.y-16,.x-11.y-16,.x-12.y-16,.x-14.y-16,.x-15.y-16,.x-16.y-16,.x-18.y-16,.x-19.y-16,.x-20.y-16,.x-22.y-16,.x-23.y-16,.x-24.y-16
,.x-2.y-18,.x-3.y-18,.x-4.y-18,.x-6.y-18,.x-7.y-18,.x-8.y-18,.x-10.y-18,.x-11.y-18,.x-12.y-18,.x-14.y-18,.x-15.y-18,.x-16.y-18,.x-18.y-18,.x-19.y-18,.x-20.y-18,.x-22.y-18,.x-23.y-18,.x-24.y-18
,.x-2.y-19,.x-3.y-19,.x-4.y-19,.x-6.y-19,.x-7.y-19,.x-8.y-19,.x-10.y-19,.x-11.y-19,.x-12.y-19,.x-14.y-19,.x-15.y-19,.x-16.y-19,.x-18.y-19,.x-19.y-19,.x-20.y-19,.x-22.y-19,.x-23.y-19,.x-24.y-19
,.x-2.y-20,.x-3.y-20,.x-4.y-20,.x-6.y-20,.x-7.y-20,.x-8.y-20,.x-10.y-20,.x-11.y-20,.x-12.y-20,.x-14.y-20,.x-15.y-20,.x-16.y-20,.x-18.y-20,.x-19.y-20,.x-20.y-20,.x-22.y-20,.x-23.y-20,.x-24.y-20
,.x-2.y-22,.x-3.y-22,.x-4.y-22,.x-6.y-22,.x-7.y-22,.x-8.y-22,.x-10.y-22,.x-11.y-22,.x-12.y-22,.x-14.y-22,.x-15.y-22,.x-16.y-22,.x-18.y-22,.x-19.y-22,.x-20.y-22,.x-22.y-22,.x-23.y-22,.x-24.y-22
,.x-2.y-23,.x-3.y-23,.x-4.y-23,.x-6.y-23,.x-7.y-23,.x-8.y-23,.x-10.y-23,.x-11.y-23,.x-12.y-23,.x-14.y-23,.x-15.y-23,.x-16.y-23,.x-18.y-23,.x-19.y-23,.x-20.y-23,.x-22.y-23,.x-23.y-23,.x-24.y-23
,.x-2.y-24,.x-3.y-24,.x-4.y-24,.x-6.y-24,.x-7.y-24,.x-8.y-24,.x-10.y-24,.x-11.y-24,.x-12.y-24,.x-14.y-24,.x-15.y-24,.x-16.y-24,.x-18.y-24,.x-19.y-24,.x-20.y-24,.x-22.y-24,.x-23.y-24,.x-24.y-24{
    border-top: 1px dashed #76787b;
    border-left: 1px dashed #76787b;
}
.x-5.y-2,.x-9.y-2,.x-13.y-2,.x-17.y-2,.x-21.y-2,.x-5.y-3,.x-9.y-3,.x-13.y-3,.x-17.y-3,.x-21.y-3,.x-5.y-4,.x-9.y-4,.x-13.y-4,.x-17.y-4,.x-21.y-4
,.x-5.y-6,.x-9.y-6,.x-13.y-6,.x-17.y-6,.x-21.y-6,.x-5.y-7,.x-9.y-7,.x-13.y-7,.x-17.y-7,.x-21.y-7,.x-5.y-8,.x-9.y-8,.x-13.y-8,.x-17.y-8,.x-21.y-8
,.x-5.y-10,.x-9.y-10,.x-13.y-10,.x-17.y-10,.x-21.y-10,.x-5.y-11,.x-9.y-11,.x-13.y-11,.x-17.y-11,.x-21.y-11
,.x-5.y-12,.x-9.y-12,.x-13.y-12,.x-17.y-12,.x-21.y-12,.x-5.y-14,.x-9.y-14,.x-13.y-14,.x-17.y-14,.x-21.y-14
,.x-5.y-15,.x-9.y-15,.x-13.y-15,.x-17.y-15,.x-21.y-15,.x-5.y-16,.x-9.y-16,.x-13.y-16,.x-17.y-16,.x-21.y-16
,.x-5.y-18,.x-9.y-18,.x-13.y-18,.x-17.y-18,.x-21.y-18,.x-5.y-19,.x-9.y-19,.x-13.y-19,.x-17.y-19,.x-21.y-19
,.x-5.y-20,.x-9.y-20,.x-13.y-20,.x-17.y-20,.x-21.y-20,.x-5.y-22,.x-9.y-22,.x-13.y-22,.x-17.y-22,.x-21.y-22
,.x-5.y-23,.x-9.y-23,.x-13.y-23,.x-17.y-23,.x-21.y-23,.x-5.y-24,.x-9.y-24,.x-13.y-24,.x-17.y-24,.x-21.y-24{
    border-top: 1px dashed #76787b;
    border-left: 1px solid #76787b;
}
/*  rows with solid line  */
.x-2.y-5,.x-3.y-5,.x-4.y-5,.x-6.y-5,.x-7.y-5,.x-8.y-5,.x-10.y-5,.x-11.y-5,.x-12.y-5,.x-14.y-5,.x-15.y-5,.x-16.y-5,.x-18.y-5,.x-19.y-5,.x-20.y-5,.x-22.y-5,.x-23.y-5,.x-24.y-5
,.x-2.y-9,.x-3.y-9,.x-4.y-9,.x-6.y-9,.x-7.y-9,.x-8.y-9,.x-10.y-9,.x-11.y-9,.x-12.y-9,.x-14.y-9,.x-15.y-9,.x-16.y-9,.x-18.y-9,.x-19.y-9,.x-20.y-9,.x-22.y-9,.x-23.y-9,.x-24.y-9
,.x-2.y-13,.x-3.y-13,.x-4.y-13,.x-6.y-13,.x-7.y-13,.x-8.y-13,.x-10.y-13,.x-11.y-13,.x-12.y-13,.x-14.y-13,.x-15.y-13,.x-16.y-13,.x-18.y-13,.x-19.y-13,.x-20.y-13,.x-22.y-13,.x-23.y-13,.x-24.y-13
,.x-2.y-17,.x-3.y-17,.x-4.y-17,.x-6.y-17,.x-7.y-17,.x-8.y-17,.x-10.y-17,.x-11.y-17,.x-12.y-17,.x-14.y-17,.x-15.y-17,.x-16.y-17,.x-18.y-17,.x-19.y-17,.x-20.y-17,.x-22.y-17,.x-23.y-17,.x-24.y-17
,.x-2.y-21,.x-3.y-21,.x-4.y-21,.x-6.y-21,.x-7.y-21,.x-8.y-21,.x-10.y-21,.x-11.y-21,.x-12.y-21,.x-14.y-21,.x-15.y-21,.x-16.y-21,.x-18.y-21,.x-19.y-21,.x-20.y-21,.x-22.y-21,.x-23.y-21,.x-24.y-21{
    border-top: 1px solid #76787b;
    border-left: 1px dashed #76787b;
}
.x-5.y-5,.x-9.y-5,.x-13.y-5,.x-17.y-5,.x-21.y-5,.x-5.y-9,.x-9.y-9,.x-13.y-9,.x-17.y-9,.x-21.y-9,.x-5.y-13,.x-9.y-13,.x-13.y-13,.x-17.y-13,.x-21.y-13
,.x-5.y-17,.x-9.y-17,.x-13.y-17,.x-17.y-17,.x-21.y-17,.x-5.y-21,.x-9.y-21,.x-13.y-21,.x-17.y-21,.x-21.y-21{
    border-top: 1px solid #76787b;
    border-left: 1px solid #76787b;
}
.cell.x-22.y-1:after,.cell.x-18.y-1:after,.cell.x-14.y-1:after,.cell.x-10.y-1:after,.cell.x-6.y-1:after,.cell.x-2.y-1:after
,.cell.x-2.y-5:after,.cell.x-6.y-5:after,.cell.x-10.y-5:after{
    position: absolute;
    font-weight: 400;
    color: #b9c4c4;
    left: 20%;
}
.cell.x-14.y-5:after,.cell.x-18.y-5:after,.cell.x-22.y-5:after,.cell.x-22.y-9:after,.cell.x-18.y-9:after,.cell.x-14.y-9:after
,.cell.x-10.y-9:after,.cell.x-6.y-9:after,.cell.x-2.y-9:after,.cell.x-2.y-13:after,.cell.x-6.y-13:after,.cell.x-10.y-13:after
,.cell.x-14.y-13:after,.cell.x-18.y-13:after,.cell.x-22.y-13:after,.cell.x-22.y-17:after,.cell.x-18.y-17:after,.cell.x-14.y-17:after
,.cell.x-10.y-17:after,.cell.x-6.y-17:after,.cell.x-2.y-17:after,.cell.x-2.y-21:after,.cell.x-6.y-21:after,.cell.x-10.y-21:after
,.cell.x-14.y-21:after,.cell.x-18.y-21:after,.cell.x-22.y-21:after{
    position: absolute;
    font-weight: 400;
    color: #b9c4c4;
    left: -60%;
}
.cell.x-22.y-1:after{
    content: '1';  
}
.cell.x-18.y-1:after{
    content: '2';
}
.cell.x-14.y-1:after{
    content: '3';
}
.cell.x-10.y-1:after{
    content: '4';
}
.cell.x-6.y-1:after{
    content: '5';
}
.cell.x-2.y-1:after{
    content: '6';
}
.cell.x-2.y-5:after{
    content: '7';
}
.cell.x-6.y-5:after{
    content: '8';
}
.cell.x-10.y-5:after{
    content: '9';
}
.cell.x-14.y-5:after{
    content: '10';
}
.cell.x-18.y-5:after{
    content: '11';
}
.cell.x-22.y-5:after{
    content: '12';
}
.cell.x-22.y-9:after{
    content: '13';
}
.cell.x-18.y-9:after{
    content: '14';
}
.cell.x-14.y-9:after{
    content: '15';
}
.cell.x-10.y-9:after{
    content: '16';
}
.cell.x-6.y-9:after{
    content: '17';
}
.cell.x-2.y-9:after{
    content: '18';
}
.cell.x-2.y-13:after{
    content: '19';
}
.cell.x-6.y-13:after{
    content: '20';
}
.cell.x-10.y-13:after{
    content: '21';
}
.cell.x-14.y-13:after{
    content: '22';
}
.cell.x-18.y-13:after{
    content: '23';
}
.cell.x-22.y-13:after{
    content: '24';
}
.cell.x-22.y-17:after{
    content: '25';
}
.cell.x-18.y-17:after{
    content: '26';
}
.cell.x-14.y-17:after{
    content: '27';
}
.cell.x-10.y-17:after{
    content: '28';
}
.cell.x-6.y-17:after{
    content: '29';
}
.cell.x-2.y-17:after{
    content: '30';
}
.cell.x-2.y-21:after{
    content: '31';
}
.cell.x-6.y-21:after{
    content: '32';
}
.cell.x-10.y-21:after{
    content: '33';
}
.cell.x-14.y-21:after{
    content: '34';
}
.cell.x-18.y-21:after{
    content: '35';
}
.cell.x-22.y-21:after{
    content: '36';
}

.adding-row{
    margin-bottom: 20px;
}
.adding-row a{
    color: #8a2723; 
}
.glo-link{
    background-color: #8a2723;
    position: absolute;
    z-index: 8;
}
.tooltip{
    width: 100px!important;
}
.desc-group{
    padding: 50px 20px 0 10px;
}
.icon-description>i{
    float: left;
}
.icon-description>div{
    float: left;
    width: calc(100% - 25px);
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}


/*   usernotes  */
.note i{
    color: #008000;
}
.viewed i{
    color: #8a2723;
}
.note-viewed i{
    color: #00ffff;
}
/*.township-select .nav-tabs>li{
    width: 19%;
}*/
.township-select .nav > li > a{
    padding: 10px 5px;
}
a.no-hover{
    cursor: default;
}
a.no-hover:hover{
    color: #22315c;
}
.red_popup{
    background: #8a2723;
    border: 1px solid #8a2723;
    color: #fff;
}
.red_popup:hover, .red_popup:focus {
    color: #fff;
    background: #bb1b15;
}
.bordered{
    border: 1px solid #e5e5e5;
}

.plat-button.red_btn{
    margin-top: 0px;
}
.plat-button{
    background-color: #8a2723!important;
    color: #fff!important;
}
.plat-button:hover,.plat-button:focus,ul.nav-tabs li.active a.plat-button:focus{
    background-color: #bb1b15!important;
    text-decoration: none;
    color: #fff;
}

/***   Job  Codes  ***/
.jobcode-grid .row a {
    color: #8a2723;
}
.jobcode-grid .row,.add-jobcode{
    margin-bottom: 25px;
}
.add-jobcode a{
    color: #8a2723;
    font-weight: bold;
}
.action_buttons{
    margin-right: 10px;
}
.sidebar-widget{
    color: #fff;
    margin: 10px 0 20px;
    padding-left:55px;
    
}
.sidebar-widget .jcd{
    font-size: 12px;
    width: 100%;
}
.sidebar-widget .jcd .p50{
    width: 50%;
    display: inline-block;
    
}
.sidebar-widget .jcd,.sidebar-widget h5{
    padding-left: 10px;
}
@media (max-width: 1199px) {
    .sidebar-widget{
        padding-left:0px;
    }
}
.search-records{
    margin-left: 15px;
}
.county-map{

}
.tooltip1 {
  position:fixed;
  display:none;
  padding:10px 15px;
  background:#f2f2f2;
  font-size:14px;
  font-weight:bold;
  border:1px solid #262626;

  -moz-border-radius: 4px; /* FF1-3.6 */
  -webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
   border-radius: 4px 4px 4px 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

}

.mouse-position{
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

.lg-map-wrapper {
  position:relative;
  margin:0 auto;
}

.lg-map-wrapper #lg-map {
  float:left;
  clear:both;
}

.lg-map-wrapper .lg-map-text {
  float:left;
  width:500px;
  height: 380px;
  overflow: auto;
  margin-bottom: 40px;
  padding: 10px 20px;
}


.lg-map-wrapper .lg-map-text img {
  float: left;
  padding-right: 5px;
  padding-top: 2px;
}

.lg-map-wrapper .lg-map-text ul{
  margin-left: 30px;
}

#form-additional-charge .help-block{
    position: absolute;
    width: 100%;
    right: 0;
}
#form-additional-charge .agree-block{
    margin-bottom: 20px!important;
}

.table-counties thead th{
    background-color: #8a2723;
    color: #fff;
    border: 1px solid #ddd!important;
}
.go-special{
    margin-top: 0!important;
    padding: 0 12px!important;
    vertical-align: top;
    margin-left: 5px;
}
#menu-wrap table{
    margin-bottom: 0;
}
.grid-tab form{
    border: none;
    margin: 0;
    padding: 0;
}
#controls{
    margin: 5px 0 20px;
}
#message span{
    color: red;
    padding: 10px 0;
    margin-bottom: -40px;
    display: block;
}
.btn_small{
    background-color: #8a2723;
    margin-top: 10px!important;
    border-radius: 0;
    padding-right: 5px !important;
    padding-left: 5px !important;
    text-align: center;
    color: #fff;
}
.btn_small:hover,.btn_small:focus{
    color: #fff;
}
.odd-item{
    margin-top: 20px;
}
.odd-item:first-child{
    margin-top: 0px;
}
.odd-section select, .odd-section button,.odd-section label{
    width: 100%;
}

/*    Misc Docs   */
.misc-types-list{
    padding-left: 0!important;
}
.misc-types-list li{
    list-style-type: none;
}
.type-title{
    cursor: pointer
}
.misc-items-list{
    display: none;
    margin-top: 5px;
}
.type-title i{
    color: #8a2723;
}
.misc-items-list .fa{
    color: #8a2723;
}

.radio-group-wrap {
    margin-top: -3px;
}
.radio-group {
    display: block;
}
.radio-group input[type="radio"] {
    margin: 4px 10px 4px 2px;
    position: relative;
    top: 2px;
}


/*Responsive styles*/
.user-index .form-group .red_btn + .red_btn {
	margin-left: 10px;
}
.credit-card-page .btn {
	margin-left: 0;
}
.credit-card-page .card-form .btn {
	margin-left: 15px;
}
.subuser-grid .red_btn + .red_btn {
	margin-left: 10px;
}
.township-select .nav > li > a {
  padding: 10px 15px;
}
.grid-print .fa {
	margin-right: 5px;
}
.grid-tab select {
	display: inline-block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.grid-tab select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.odd-docs {
	margin-top: 20px;
}
.odd-docs select {
	margin: 0 15px;
}
.odd-docs .btn_small {
	margin-top: 0 !important;
}
.grid-tab .btn-default {
	height: 34px;
	line-height: 32px;
}
.carret a {
	position: relative;
}
.account_details p {
    margin-bottom: 10px;
}

@media(max-width:1599px) {
     
}

@media(max-width:1199px) {

}

@media(max-width:991px) {
	.navbar-inverse .navbar-nav > li > a, 
	.navbar-inverse .navbar-nav > li button {
		padding-left: 13px;
		padding-right: 13px;
	}
	.manage-user-form .row > .table {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
	}
}

@media(max-width:767px) {
	.navbar-inverse .navbar-nav > li > a, 
	.navbar-inverse .navbar-nav > li button {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header .navbar-nav {
		margin-top: 17px;
	}
	.header .navbar-collapse {
		padding-top: 0;
	}
	.page-view.page_with_sidebar {
		min-height: 658px;
	}
	.township-select .col-xs-offset-0.text-right {
		text-align: left;
	}
	.product-view .margin-bottom > .col-xs-12.text-right {
		text-align: left;
		margin-top: 15px;
	}
	.table-responsive {
		-webkit-overflow-scrolling: touch;
	}
	.shopping-cart-detail {
		max-width: 100%;
	}
	.table-responsive .summary {
		padding: 9px 8px;
	}
	.tab-pane .arrow {
		margin-top: 15px;
	}
	.grid-tab .map {
		width: 100% !important;
	}
    .radio-group-wrap {
        margin: 0 0 10px;
    }
}

@media(max-width:639px) {

}

@media(max-width:479px) {
	.footer {
		margin-top: -88px;
	}
	.wrap.table_view {
    padding-bottom: 88px;
	}
	.field-tickethead-priority,
	.field-tickethead-topic,
	.field-ticketbody-text {
		padding-left: 10px;
	}
	.cart-footer .red_btn {
		float: right;
	}
	.icon-description>div {
		font-size: 12px;
	}
	.grid-tab select {
		width: 100% !important;
		display: block;
	}
	.go-special {
		margin: 15px 0 10px !important; 
	}
}

@media(max-width:375px) {
	.card-form label {
		font-size: 11px;
	}
	.card-form .field-billingform-expiration > .input-group {
		width: 100%;
	}
	.billing-form label[for="billingform-expiration"] {
		margin-left: -15px;
	}
}



/*Responsive styles*/


.find-me{
    margin-top: 6px!important;
    width: 100%;
    margin-left: -8px;
    margin-bottom: 20px;
}
.table-borderless td{
    border: none!important;
}
.grid-tab select.multiselect{
    height: auto!important;
}

/*   waiting  */
.waiting{
    display: none;
}
.waiting .bg{
    height: 100% !important;
    width: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    z-index: 9999;
    opacity: 0.5;
    overflow: hidden;
}
.waiting img{
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}
.sub-email-field input{
    width: 50%;
    display: inline-block;
}
.home-icon-url {
    font-size: 30px;
    margin-right: 15px;
}

.gis-api-index {}
.gis-api-index p {
    margin-top: 15px;
}

.alert a {
    color: inherit;
    text-decoration: underline;
}

#confirm_modal .flex-center {
    display: flex;
    margin: 0px auto;
}
#confirm_modal a {
    color: #8a2723;
    text-decoration: underline;
}
#choose-auth-method-form label {
    display: flex;
}
#choose-auth-method-form label input {
    margin-right: 15px;
}
.account_details .verified {
    color: green;
    margin: -8px 0 0;
}
.account_details .not-verified {
    margin: -8px 0 0;
}
.account_details .not-verified  .red_btn {
    padding: 6px 11px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}
p.red {
    color: #8a2723;
    font-weight: 600;
}

.mapit-page .red_btn {
    padding: 8px;
    margin-top: 0;
    font-size: 16px;
    vertical-align: top;
}
#usernotes-public input[type="radio"] {
    margin-right: 5px;
}
