@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:700,600,400);

body {
    margin: 0;
}

h1 {
    font-weight: normal;
}

pre {
    overflow-x: auto;
}

th {
    text-align: left;
}

label {
    padding-right: 15px;
    font-weight: bold;
}

textarea {
    font-family: Arial, sans-serif;
    font-size: 100%;
}

input, select, textarea, button {
    font-family: inherit;
}

select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

h4, h5 {
    margin: 0;
    padding: 0;
}

hr {
    border: 0;
    height: 1px;
    background: #aaa;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

fieldset.listing_mgr-listing_fieldset {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    margin-bottom: 15px;
}

label.listing_mgr-listing_fieldset {
    width: 200px;
}

blockquote.author {
    padding: 11px 5px;
    background: #e4e4e4 none;
}

blockquote.author > span:first-child {
    display: block;
    background: url(img/quote_open.png) no-repeat top left, url(img/quote_close.png) no-repeat bottom right;
    text-indent: 15px;
    padding: 0 15px;
    line-height: 20px;
}

blockquote.author .author {
    display: block;
    margin-left: 35px;
    text-indent: 0;
    margin-top: 10px;
    font-weight: bold;
}

a i, a i:before {
    cursor: pointer !important;
}

.irounded {
    border-radius: 5px;
}

.floatr {
    float: right;
    padding: 0 0 10px 10px;
}

.floatl {
    float: left;
    padding: 0 10px 10px 0;
}

.odd {
    background-color: #EFEFEF;
}

.odd2 {
    background-color: #EFEFEF;
}

.odd3 {
    background-color: #E4E4E4;
}

.even {
    background-color: #FFFFFF;
}

.system_message_box {
    border: 1px solid #999;
    background-color: #ccc;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.system_message_box .system_message_head {
    font-weight: bold;
}

.system_message_box.success, .system_message_box.success_no_fade {
    color: #2f9a23 !important;
    border-color: #ccc;
    text-indent: 20px;
    background: url(admin/img/tick.png) no-repeat 10px 10px #cdffdc;
}

.system_message_box.warning {
    color: #808080 !important;
    border-color: #ffc000;
    text-indent: 16px;
    background: url(img/system_message_warn.png) no-repeat 10px 11px #FBF9EE;
}

.system_message_box.error {
    color: #CD0A0A !important;
    border-color: #CD0A0A;
    text-indent: 16px;
    background: url(img/system_message_error.png) no-repeat 10px 11px #FEF1EC;
}

.error_highlight {
    background-color: #ff8677 !important;
}

.error img, .warning img, .success img {
    vertical-align: middle !important;
}

.warning_box {
    color: #363636;
    border: 1px solid #FCEFA1;
    padding: 10px;
    margin: 10px 0;
    background-color: #FBF9EE;
}

h1.error, h1.warning, h1.success {
    margin: 5px 0 !important;
}

.infield {
    padding: 2px 2px 2px 5px;
    color: #ccc;
    font-style: italic;
}

.highlighted {
    font-weight: bold;
    background-color: #fdffbc;
}

.highlight_box {
    background-color: #FBFFDA;
    border: 1px solid #F3F3F3;
    padding: 8px;
}

.issue {
    background-color: #ff6d6d;
}

.clear, .spacer {
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    height: 1px;
    overflow: hidden;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.divider {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #000;
    margin-bottom: 20px;
    overflow: hidden;
}

.pager {
    text-align: right;
}

.wide_field th {
    text-align: left;
}

.wide_field {
    width: 100%;
}

.wide_field label {
    float: left;
    width: 23%;
    text-align: left;
    display: block;
    line-height: 25px;
    font-weight: bold;
    padding: 0 10px 0 4px;
}

.wide_field .fields {
    display: inline-block;
    width: 75%;
}

.std_form2 .wide_field {
    padding: 4px 0;
    vertical-align: top;
}

.inner_table {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-collapse: collapse;
}

.inner_table td {
    border: 1px solid #cccccc;
    border-top: none;
    border-left: none;
    color: #000;
}

.clean_table {
    border-collapse: collapse;
    border: 1px solid #f3f3f3;
}

.clean_table td, .clean_table th {
    border: 1px solid #f3f3f3;
    border-top: none;
    border-left: none;
}

.clean_table th {
    font-weight: bold;
    text-align: center;
    background-color: #e9e9e9;
}

.clean_table .odd {
    background-color: #f6f5f9;
}

/**************************************************************************************************************************************************************/

.container-tableResponsive {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tableResponsive {
    width: 100%;
}

.tableResponsive table {
    border-spacing: 1px;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    border: none;
}

.tableResponsive table * {
    position: relative;
}

.tableResponsive table td, .tableResponsive table th {
    padding-left: 8px;
    border: none;
    cursor: default;
}

.tableResponsive table td a {
    text-decoration: underline !important;
}

.tableResponsive table td a:hover {
    text-decoration: none !important;
}

.tableResponsive table thead tr {
    height: 60px;
}

.tableResponsive table tbody tr {
    height: 50px;
}

.tableResponsive table tbody tr:last-child {
    border: 0;
}

.tableResponsive-head th {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
}

.tableResponsive tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.tableResponsive tbody tr {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: unset;
    border: none;
}

.tableResponsive tbody tr:hover {
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .tableResponsive table {
        display: block;
    }

    .tableResponsive table > *, .tableResponsive table tr, .tableResponsive table td, .tableResponsive table th {
        display: block;
    }

    .tableResponsive table thead {
        display: none;
    }

    .tableResponsive table tbody tr {
        height: auto;
        padding: 7px 0;
    }

    .tableResponsive table tbody tr td {
        padding-left: 40% !important;
        margin-bottom: 0;
    }

    .tableResponsive table tbody tr td:last-child {
        margin-bottom: 0;
    }

    .tableResponsive table tbody tr td:before {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px;
        color: #999999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
    }

    .tableResponsive table tbody tr td:before {
        content: attr(data-column-name);
        font-weight: bold;
    }

    .tableResponsive .column {
        width: 100%;
    }

    .tableResponsive tbody tr {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .container-tableResponsive {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/**************************************************************************************************************************************************************/

.full_edit {
    width: 98%;
    padding: 0;
}

.inp_checkbox.full_edit, .inp_radio.full_edit {
    width: auto;
}

.thead {
    background: url(img/gbg.gif);
    padding: 4px;
    margin: 0;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    border-top: none;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}

.boxed {
    border: 1px solid #CCCCCC;
    background-color: #f5f5f5;
    border-top: none;
    margin-bottom: 10px;
    padding: 5px;
}

.boxed.nohead {
    border-top: 1px solid #CCCCCC;
}

.inlineimg {
    vertical-align: middle;
}

.tab_set {
    margin: 5px 0;
}

.tab_set .tab_nav ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    height: 23px;
}

.tab_set .tab_nav ul li {
    float: left;
    padding: 0 20px;
    height: 22px;
    line-height: 22px;
    text-align: center;

    background-color: #ededed;

    border: 1px solid #e3e3e3;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
}

.tab_set .tab_nav ul li a {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: none !important;
}

.tab_set .tab_nav ul li.active, .tab_set .tab_nav ul li.selected {
    background-color: #fff;
    height: 23px;
}

.tab_set .tab {
    border-top: 1px solid #cecdcd;
    padding: 10px;
    border-bottom: none;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 14px;
}

.std_form .inp {
    width: 200px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.std_form select.inp {
    width: 202px;
}

.std_form button, .std_button {
    width: auto !important;
    background: transparent url('img/btn_fluid.png') repeat-x top left !important;
    border: 1px solid #d3d3d3 !important;
    text-align: center !important;
    /*line-height: 24px !important;*/
    padding: 0 20px !important;
    height: 24px !important;
    display: -moz-inline-box !important;
    display: inline-block !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: #000 !important;
    vertical-align: middle !important;
}

a.std_button {
    line-height: 24px;
}

.std_button:hover {
    text-decoration: none;
}

.std_form button img, .std_button img {
    vertical-align: text-bottom;
}

a.std_button img {
    vertical-align: middle;
}

.std_button.fluid.condensed {
    padding: 0 10px;
}

.std_button.bsmall {
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
}

.std_form button.fluid:hover, .std_button.fluid:hover {
    border-color: #999999
}

.std_form button:hover, .std_button:hover {
    background-position: bottom right !important;
}

.std_form .captcha_img {
    vertical-align: bottom;
}

.std_form .captcha {
    width: 50px;
}

#captcha_exp {
    width: 300px;
    height: 150px;
    background-color: #fff;
    padding: 10px;
}

#login_box_pop {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.small_box {
    border: 1px solid #CCCCCC;
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0;
}

.form_box {
    color: #000;
    padding: 10px;
}

.form_box h1 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0 0 7px;
}

.form_box.login_box .fb_login, .form_box.register_box .fb_login {
    padding-top: 35px;
}

.form_box.login_box .twit_login, .form_box.register_box .twit_login {
    padding-top: 20px;
}

.form_box.login_box.w_social_login .creds_input {
    float: right;
}

.form_box.register_box.w_social_login .creds_input {
    float: left;
}

.form_box.login_box.w_social_login .smm_logins {
    float: left;
}

.form_box.register_box.w_social_login .smm_logins {
    float: right;
}

.form_box.login_box.w_social_login .box_bot, .form_box.register_box.w_social_login .box_bot {
    clear: both;
}

.tooltip {
    position: relative;
}

.tooltip > span {
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #ccc;
    color: #6d6f6f;
    text-decoration: none;
    font-size: 11px;
    width: 200px;
    line-height: 14px;
    border-radius: 5px;
}

.tooltip:hover {
    background-color: transparent;
    z-index: 50;
}

.tooltip:hover > span {
    display: block;
    top: 0;
    left: 30px;
}

.tooltip.tbelow > span {
    left: -110px;
    top: 10px;
}

.tooltip.ttop > span {
    left: -310px;
    top: -370px;
}

.tooltip.middle > span {
    left: -310px;
    top: 35px;
}

.tooltip.righty > span {
    left: -210px;
}

.tooltip.righty2 > span {
    left: -630px;
}


.tooltip.tbelow > span {
    left: -110px;
    top: 10px;
}

.tooltip.righty > span {
    left: -210px;
}

.infield {
    padding: 2px 2px 2px 5px;
    color: #666666;
}

.labelled {
    color: #ccc;
}

.file .file-cont {
    margin: 0 0 0 100px;
}

.selected {
    font-weight: bold;
}

.pop_box {
    width: 266px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.pop_box h2 {
    font-size: 12px;
    font-weight: bold;
}

.pop_box .pop_head {
    height: 20px;
    background: url(img/round_box.png) no-repeat top left;
    float: left;
    width: 258px;
    padding: 4px;
}

.pop_box .pop_head h2 {
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
}

.pop_box .pop_middle {
    background-color: #fff;
    width: 246px;
    padding: 10px;
    float: left;
}

.pop_box .pop_foot {
    height: 7px;
    background: url(img/round_box.png) no-repeat bottom left;
    float: left;
    width: 266px;
}


.captcha_area img {
    vertical-align: middle;
}


/*
 * imgAreaSelect style to be used with deprecated options
 */

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    opacity: 0.5;
}

.imgareaselect-border1 {
    border: solid 1px #000;
}

.imgareaselect-border2 {
    border: dashed 1px #fff;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    opacity: 0.4;
}

.imgareaselect-selection {
    background-color: #fff;
    opacity: 0;
}

.pager_page {
    border: 1px solid #CECECE;
    padding: 1px 6px;
    text-decoration: none;
    display: inline-block;
}

.pager_page:hover, .pager_selected {
    background-color: #fefefe;
}

.pager_dots {
    padding: 4px;
}

.multi_step_bar {
    margin: 2px;
    background-color: #f1f1f1;
    color: #666666;
    padding: 10px 0 10px 10px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
}

.multi_step_bar .bargen {
    display: inline-block;
    margin-right: 25px;
}

.multi_step_bar .bargen span {
    display: inline-block;
}

.multi_step_bar .bargen span.num {
    color: #fff;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 1;
    border-radius: 18px;
    background: #c6c5c7;
    margin-right: 8px;
    font-weight: normal;
}

.multi_step_bar .bargen.active {
    font-weight: bold;
}

.step_action_buttons {
    margin-top: 2px;
    text-align: right;
}

.step_action_buttons .btn {
    min-width: 120px;
    text-align: center;
}

.separated_area h3 {
    padding: 11px 14px;
    background: #f1f1f1;
    margin-bottom: 10px;
}

.small_desc {
    font-size: 10px;
}

.boxsz {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.simple_progress {
    height: 7px;
    display: block;
    width: 65px;
    border-radius: 10px;
    background-color: #ececec;
}

.simple_progress > span {
    display: block;
    height: 7px;
    background-color: #abe076;
    border-radius: 10px;
}

.simple_progress.pblank {
    background-color: #fff;
    border: 1px solid #ccc;
}

.simple_progress.pblank > span {
    background-color: #fff;
}

.simple_progress.pwarn {
    background-color: #feffc9;
}

.simple_progress.pwarn > span {
    background-color: #fac306;
}

.simple_progress.pcritical {
    background-color: #ffcece;
}

.simple_progress.pcritical > span {
    background-color: #da0000;
}

.img-shadow {
    background-color: #FFFFFF;
    box-shadow: 2px 4px 13px #BBBBBB;
    padding: 1px
}

.img-shadow-border {
    background-color: #FFFFFF;
    border: 1px solid #9EA0A2;
    box-shadow: 2px 4px 13px #BBBBBB;
    padding: 1px
}

.btn_link {
    text-decoration: none !important;
}

.btn_link img {
    vertical-align: middle;
}

.btn_link span {
    text-decoration: underline !important;
}

.btn_link:hover span {
    text-decoration: none !important;
}

h1 .btn_link {
    font-size: 11px;
}

.ui-dialog-content, .ui-datepicker * {
    font-size: 12px;
}

.ui-dialog-content h1 {
    font-size: 14px;
}

.table_calendar th {
    color: #fff;
    background-color: #777;
    line-height: 14px;
}

.table_calendar td {
    background-color: #ddd;
}

.table_calendar .nomonth {
    background-color: #ccc;
}

.table_calendar .deactive {
    background-color: #ccc;
    color: #aaa;
}

.clickable {
    cursor: pointer;
}

.lightbox_me_box {
    padding: 10px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
}

.lightbox_me_box .lb_close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    display: block;
    background: url(img/lb_close.png) no-repeat top left;
}

.columned_box {
    border: 1px solid #E1E0E0;
    font-size: 11px;
    margin-bottom: 8px;
    position: relative;
    background-color: #fff;
}

.columned_box-top, .columned_box-bottom {
    padding: 8px;
}

.columned_box a {
    text-decoration: none;
}

.columned_box-title, .columned_box-title a {
    color: #000;
}

.columned_box-bottom, .columned_box-bottom a {
    color: #000;
}

.columned_box-bottom {
    background-color: #F2F0F1;
    padding: 7px 0 5px;
}

.columned_box-details {
    padding: 0 8px;
}

.columned_box-user-image {
    float: left;
    height: 20px;
    margin-right: 10px;
    overflow: hidden;
    width: 20px;
}

.columned_box-user-image img {
    max-width: 20px;
}

.border-top {
    border-top: 1px solid #000;
}

.border-bottom {
    border-bottom: 1px solid #000;
}

.border-top, .border-bottom, .border-right, .border-left {
    border-color: #cfd0d0;
}

.alt_bg {
    background: #f1f1f1;
}

.primary_color {
    background-color: #7a7b7e !important;
    color: #fff !important;
}

.primary_color a {
    color: inherit !important;
}

.primary_color_foreground {
    color: #7a7b7e !important;
}

.secondary_color {
    background-color: #393939 !important;
    color: #fff !important;
}

.secondary_color.triangle_bottomright {
    background-image: url(img/triangle_clip_topleft.png) !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-size: cover !important;
}

.primary_color.btn, .secondary_color.btn {
    line-height: 1;
    font-size: 11px !important;
    display: inline-block;
    border: none;
    padding: 8px 15px 6px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
}

.primary_color.btn:hover, .secondary_color.btn:hover {
    opacity: 0.85;
}

.primary_color.btn img, .secondary_color.btn img {
    vertical-align: middle;
}

.primary_color.btn.medium, .secondary_color.btn.medium {
    padding: 6px 8px 5px;
}

.primary_color.btn.smaller, .secondary_color.btn.smaller {
    padding: 3px 7px 2px;
    font-size: 11px;
}

.primary_color.btn.smallest, .secondary_color.btn.smallest {
    padding: 2px 5px 1px;
    font-size: 11px;
}

.primary_color.btn.highlighted, .secondary_color.btn.highlighted {
    background-color: #b5967c !important;
    font-weight: normal;
}

.btn.wide {

}

.global_small_search {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    text-align: left;
    padding: 0 30px;
}

.global_small_search form {
    position: relative;
}

.global_small_search input[type=text], .global_small_search button {
    font-size: 12px !important;
}

.global_small_search .sicon {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.global_small_search .sicon, .global_small_search .sicon * {
    font-size: 14px !important;
    color: #8D8E91 !important;
    margin: 0 !important;
}

.global_small_search input[type=text] {
    width: 90%;
    padding: 5px 5px 5px 25px;
    background: #fff;
    color: #8D8E91;
    border: 1px solid #d7dce0;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-sizing: border-box;
}

.global_small_search button {
    display: block;
    padding: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10% !important;
    box-sizing: border-box;
    text-align: center;
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.global_small_search button * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.global_small_search button:hover {
    opacity: 0.88;
}

.map_search button {
    width: 25px;
}

.map_search input[type=text] {
    width: 100%;
}

.map_search #search_form {
    display: grid;
    grid-template-columns: 10fr 3fr 25px;
}

.map_search .sicon {
    left: unset;
    transform: translateY(-50%) translateX(5px);
}

.std_form2, .std_form2 input[type=text], .std_form2 input[type=password], .std_form2 textarea, .std_form2 select {
    font-size: 15px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.std_form2 .field_box {
    margin: 10px 0;
    display: block;
    position: relative;
    clear: both;
}

.std_form2 .field_box .cc_row {
    display: inline-grid;
    grid-template-columns: 5fr 1fr 10px 1fr;
    grid-gap: 3px;
    justify-items: center;
    align-items: center;
}

.tac {
    text-align: center;
}

.std_form2 label {
    color: #707070;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 5px;
    font-size: 13px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    letter-spacing: 0;
}

.std_form2 .extra {
    font-size: 12px;
    color: #8b8b8b;
}

.std_form2 .extra label {
    text-transform: none;
    padding: 0;
    font-weight: normal;
}

.std_form2 input[type=text], .std_form2 input[type=password], .std_form2 textarea, .std_form2 select {
    border: 1px solid #bdc3c7;
    width: calc(100% - 20px);
    background: #fff;
    box-sizing: border-box;
    color: #666;
    transition: border-color 0.5s ease-in-out 0s;
}

.std_form2 input[type=text]:hover, .std_form2 input[type=password]:hover, .std_form2 textarea:hover, .std_form2 select:hover, .std_form2 input[type=text]:focus, .std_form2 input[type=password]:focus, .std_form2 textarea:focus, .std_form2 select:focus {
    border-color: #7a7b7e;
}

.std_form2 input[type=text], .std_form2 input[type=password], .std_form2 textarea, .std_form2 select {
    padding: 5px 6px;
    box-sizing: border-box;
}

.std_form2 .wicon {
    position: relative;
}

.std_form2 .wicon input[type=text], .std_form2 .wicon input[type=password], .std_form2 .wicon textarea, .std_form2 .wicon select {
    padding-left: 29px;
}

.std_form2 .wicon i {
    position: absolute;
    top: 0.5em;
    left: 8px;
    pointer-events: none;
}

.std_form2 .wicon i.fa {
    position: relative;
    top: 0;
    left: 0;
    pointer-events: all;
}

.std_form2 input[type=text].captcha {
    width: 50px;
    margin-right: 5px;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.std_form2 .captcha_area a {
    font-size: 11px;
}

.std_form2 td {
    padding: 4px 0;
    vertical-align: top;
}

@media screen and (max-width: 480px) {
    .std_form2 td {
        display: block;
        width: 100% !important;
    }
    .std_form2 .profile_view_data td tr td {
        display: table-cell;
        width: auto !important;
    }
    .std_form2 .profile_view_data #photo_area {
        margin-left: 0;
        text-align: center;
    }
}

.std_form2 td.lbl {
    width: 130px;
}

.std_form2 td label {
    padding-top: 3px;
    display: inline-block;
}

.std_form2 .tooltip_overlay {
    position: relative;
}

.std_form2 .tooltip_overlay input[type=text], .std_form2 .tooltip_overlay input[type=password], .std_form2 .tooltip_overlay textarea {
    padding-right: 18px;
}

.std_form2 .tooltip_overlay .tooltip {
    position: absolute;
    top: 2px;
    right: 2px;
}

.std_form2 .tooltip_overlay.t2 input[type=text], .std_form2 .tooltip_overlay.t2 input[type=password], .std_form2 .tooltip_overlay.t2 textarea {
    padding-right: 28px;
}

.std_form2 .tooltip_overlay .tooltip2 {
    right: 20px;
}

.std_form2 div.jmess {
    font-size: 10px;
}

.std_form2 div.jmess img {
    height: 10px;
}

.std_form2 span, .separated_area span, .register_login span {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.std_form2 .boxed {
    border: none;
    background: #fafafa;
    padding: 10px 13px;
}

.separated_area h3.has_below {
    margin-bottom: 0;
}

.std_form2 .tighter_table td {
    padding: 0;
}

.std_form2 .padding_table td, .std_form2 .padding_table th {
    padding: 5px;
}

.std_form2 .boxed {
    color: #666;
}

.login_form {
    width: 50%;
}

.full_size_form .login_form {
    width: 100%;
}

.register_form {
    width: 60%;
}

.login_page .smm_logins, .register_page .smm_logins {
    float: left;
    width: 30%;
    margin-left: 5%;
}

.login_page .w_social_login .creds_input, .register_page .w_social_login .creds_input {
    float: left;
    width: 50%;
    border-left: 1px solid #ccc;
    padding-left: 8%;
}

.login_page .w_social_login .creds_input .lbl {
    width: 100px;
}

.login_page .w_social_login .creds_input .login_form, .register_page .w_social_login .creds_input .register_form {
    width: 100%;
}

.login_page .smm_logins .fb_login {
    margin-top: 4px;
}

.login_page .smm_logins .fb_login, .login_page .smm_logins .twit_login, .register_page .smm_logins .fb_login, .register_page .smm_logins .twit_login {
    padding: 5px;
}

.login_page .smm_logins .fb_login a > img, .login_page .smm_logins .twit_login a > img, .register_page .smm_logins .fb_login a > img, .register_page .smm_logins .twit_login a > img {
    max-width: 80%;
}

.smm_logins .fb_login a:hover > img, .smm_logins .twit_login a:hover > img {
    opacity: 0.88;
}

.register_login .login_area, .register_login .register_area {
    width: 43%;
    float: left;
}

.register_login .login_form, .register_login .register_form {
    width: 100%;
}

.register_login .login_area .std_form2 td.lbl, .std_form2.smaller_lbl td.lbl {
    width: 100px;
}

.register_login .register_area {
    float: right;
    width: 47%;
}

.login_form.std_form2 input[type=checkbox] {
    vertical-align: middle;
}

.small_note {
    font-size: 11px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.show-block-md, .show-block-lg {
    display: none !important;
}

@media (max-width: 800px) {
    .responsive .stack-lg {
        float: none !important;
        display: block !important;
        width: auto !important;
    }

    .responsive .show-block-lg {
        display: block !important;
    }

    .responsive .hide-lg {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .responsive .stack-md {
        float: none !important;
        display: block !important;
        width: auto !important;
    }

    .responsive .show-block-md {
        display: block !important;
    }

    .responsive .hide-md {
        display: none !important;
    }
}

/*Form Responsive CSS*/
@media (min-width: 320px) and (max-width: 480px) {
    /* phones */
    [id*="form_"] {
        width: 100% !important;
        max-width: 100% !important;
    }

    form.the_form {
        width: 100% !important;
        box-sizing: border-box;
    }

    form.the_form table {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    form.the_form table#form_table_custom td:first-child {
        width: auto !important;
    }

    form.the_form table .g-recaptcha > div {
        margin: 0 auto 15px;
    }
}

.hide-except-for-print {
    display: none;
}

@media print {
    .hide-except-for-print {
        display: unset;
    }

    html, html *, body, body * {
        visibility: hidden;
    }

    .hide-on-print, .hide-on-print * {
        visibility: hidden !important;
        display: none !important;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.ui-dialog-titlebar-close, .ui-dialog-titlebar-close:hover {
    outline: none;
}

.cc_img {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
}

.cc_img_container {
    vertical-align: middle;
    display: inline-block;
}

.state-primary td select, .state-primary td input {
    margin: 0 8px;
}

.state-primary td input:first-of-type, .state-primary td input:last-of-type {
    margin: 0 !important;
}

.state-primary td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.area_served_top_link {
    width: 200px;
    float: left;
}

div#tell_friend input {
    vertical-align: middle;
    height: 32px;
    padding: 2px 8px;
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    color: #464646;
}
div#tell_friend textarea {
    vertical-align: middle;
    height: 50px;
    padding: 2px 8px;
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    border: 1px solid #d2d2d2;
}

div#tell_friend input::-webkit-input-placeholder { /* Edge */
    color: #464646;
}

div#tell_friend  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #464646;
}

div#tell_friend  input::placeholder {
    color: #464646;
}


/*Mobile Responsive CSS*/
@media only screen and (max-width: 767px) {

    .multi_step_bar {
        margin: 20px 0 20px 0;
        font-size: 14px;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .luna-btn,
    .primary_color.luna-btn,
    .primary_color.btn,
    .primary_color.luna-btn.btn {
        width: 100%;
        padding: 10px 12px;
    }
    .cart_output .primary_color.luna-btn.cart_output_update_btn {
        width: auto;
    }
    .register_login .login_area, .register_login .register_area {
        width: 100%;
    }
    .register_login .register_area {
        width: 100%;
    }
    .promo_cert_gift button.luna-btn.primary_color {
        margin-top: 8px;
    }
    .register_form .stack-md.wicon {
        width: 100% !important;
    }
    .register_form .field_box .stack-md.wicon:first-child {
        margin-bottom: 10px;
    }
    .multi_step_bar {
        display: none;
    }
    .step_action_buttons button.luna-btn {
        margin-top: 10px;
    }
    .credit_card_info input#card_number {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .credit_card_info .extra {
        margin: 10px 0;
        vertical-align: middle;
    }
    .login_form {
        width: 100%!important;
    }
    .login_box .primary_color.btn.smaller {
        padding: 10px 20px;
    }
    .register_form {
        width: 100% !important;
    }
    .register_page .primary_color.btn {
        padding: 10px 20px;
    }
    .std_form2 table {
        width: 100%;
    }

}

@media only screen and (min-width: 768px) {
    .hide-except-for-mobile {
        display: none !important;
    }
}

#div_cc_info {
    display: inline-flex;
    flex-flow: row wrap;
    width: calc(100% - 20px);
}

#div_cc_info > div {
    display: inline;
    width: min-content;
    flex-grow: 0;
    flex-shrink: 0;
}

#div_cc_info > #card_number {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 400px;
    margin-left: 0;
}

#div_cc_info > #div_cc_exp {
    flex-basis: 92px;
}

#div_cc_info > #div_cc_cvv {
    flex-basis: 135px;
    margin-right: 0;
}

@media (min-width: 480px) {
    #div_cc_info {
        flex-flow: row nowrap;
    }
    #div_cc_info > div {
        margin: 0 4px;
    }

    #div_cc_info > #card_number {
        margin-right: 4px;
    }
}

@media (max-width: 480px) {
    .std_form2 .matrix-field td {
        display: table-cell;
    }

    .std_form2 .matrix-field {
        overflow-x: scroll;
    }

    .std_form2 .matrix-field .matrix_col_heading {
        font-size: 12px;
    }
}

/* Hide the spin buttons on number inputs */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*Module Styler Config Variables*/
:root {
    --lm-high-color: ;
    --lm-secondary-color: ;
    --lm-heading-color-one: ;
    --lm-heading-color-two: ;
    --lm-heading-color-three: ;
    --lm-link-color: ;
}
