/*    --------------------------------------------------
        :: Login Section
        -------------------------------------------------- */
body {
    background-color: #f8f8f8 !important;
}

.btn-default {
    color: #333;
    background-color: #f1f1f1 !important;
    border-color: #ccc !important;
}

.navbar {
    z-index: 10;
}

#login {
    min-height: calc(100% - 132px);
    height: auto;
    /* Pad bottom by footer height */
    padding-top: 80px;
}

.nopadding_left_wrapper {
    padding-left: 0 !important;
}

.navbar-login {
    border-radius: 0 !important;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.active_menu {
    color: #FFFFFF !important;
}

.readonly-input {
    border: none !important;
    background: #fff !important;
    box-shadow: none !important;
}

.label-auto {
    background-color: #eee;
    color: #555;
    font-size: 12px;
    font-weight: bold;
}

.lb_none {
    display: none;
}

.lb_none_itm {
    display: none !important;
}

.padding-right {
    padding-right: 86px !important;
}

.margin-bottom0 {
    margin-bottom: 0 !important;
}

#login a {
    cursor: pointer;
}

#login a:focus {
    outline: none;
    text-decoration: none;
}

#login .form-wrap {
    margin: 0 auto;
}

#login h1 {
    /*    color: #1fa67b;*/
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

#login .form-group {
    margin-bottom: 25px;
}

#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#login .checkbox.show:before {
    content: '\e013';
    /*    color: #1fa67b;*/
    color: #333;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}

#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}

#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}

#login .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
}

#login .forget {
    font-size: 13px;
    text-align: center;
    display: block;
}

.btn-register {
    float: right;
    margin-top: -21px;
}

.panel-forgot {
    padding: 35px !important;
}

.full-width {
    width: 300px !important;
}

.spinner {
    vertical-align: sub;
    display: none;
}

/*    --------------------------------------------------
        :: Inputs & Buttons
        -------------------------------------------------- */
.form-control {
    color: #212121;
}

.btn-custom {
    color: #fff;
    /*    background-color: #1fa67b;*/
    background-color: #333;
}

.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
}

/*    --------------------------------------------------
    :: Footer
        -------------------------------------------------- */
.footer {
    width: 100%;
    height: 60px;
    background-color: white;
    border: 1px solid #e7e7e7;
}

.copy {
    padding: 20px 0;
    padding-bottom: 9px;
}

.LBD_CaptchaDiv {
    height: 60px !important;
    display: inline-flex !important;
}

.LBD_CaptchaImageDiv {
    margin-right: 10px;
}

.text-copy {
    text-align: left;
}

.text-crafted {
    text-align: right;
}

.text-crafted li:not(:last-child) {
    border-right: 1px solid #e1e1e1;
    padding-right: 10px;
}

.text-crafted a {
    text-decoration: none;
}

.nav-tabs {
    border-bottom: 5px solid #DDD;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -4px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    border: none;
    color: #4285F4 !important;
    background: transparent;
}

.nav-tabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 0 0;
}

/*Auto Fill Search Css*/

.ui-menu {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 4px 0 0 4px;
    z-index: 888 !important;
}

.fixd-autocomplete .ui-autocomplete {
    position: fixed !important;
}

.ui-menu .ui-menu-item {
    display: block;
    padding: 4px 0 0 4px;
    text-decoration: none;
    cursor: pointer;
    background-color: white;
    color: #444343;
    margin: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover {
    border: 1px solid transparent !important;
    background: #eee !important;
    color: black !important;
}

.ui-menu .ui-menu-item:hover {
    display: block;
    padding: 4px 0 0 4px;
    text-decoration: none;
    color: black !important;
    cursor: pointer;
    margin: 0;
}

.footer_drop {
    background-color: #eee !important;
    color: #337ab7 !important;
    margin-top: 5px;
    text-align: center;
    padding: 5px;
}

.footer_drop a {
    color: #337ab7 !important;
}

.footer_drop:hover {
    background: #eee;
    border: none !important;
}

.footer_drop a:hover {
    text-decoration: none !important;
}

.autocomplete-loader-ul {
    padding: 0;
    border: 1px solid #c5c5c5;
    z-index: 100;
    position: absolute;
    list-style-type: none;
    background: #eeeeee;
    width: 410px;
    font-size: 7px;
    display: none;
}

.autocomplete-loader-ul li {
    padding: 6px;
    text-align: center;
}

.autocomplete-loader-item-ul {
    padding: 0;
    border: 1px solid #c5c5c5;
    z-index: 100;
    position: absolute;
    list-style-type: none;
    background: #eeeeee;
    width: 258px;
    top: 30px;
    display: none;
    font-size: 6px;
}

.autocomplete-loader-item-ul li {
    padding: 6px;
    text-align: center;
}

.pay-now {
    padding: 15px 30px !important;
    font-size: 26px !important;
    font-weight: bold !important;
}

/*.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #5cb85c !important;
}*/

.result_not_found {
    padding-left: 5px;
}

#invoice_item_table a:hover {
    text-decoration: none;
}

.customer_name_div {
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 3px;
}

.customer_name_lable {
    background: #eee;
    padding: 0 3px 1px 4px;
    border-radius: 3px;
}

.item_name_div {
    border: 1px solid #ccc;
    padding: 4px;
}

.item_name_lable {
    background: #eee;
    padding: 0 3px 1px 4px;
    border-radius: 3px;
    width: 232px;
}

#customer_lable_name a {
    color: #555;
    float: right;
    padding: 2px;
}

#item_lable_name a {
    color: #555;
    float: right;
    padding: 2px;
}

#invoice_tax_table a:hover {
    text-decoration: none;
}

.delete_item {
    right: 20px;
    position: absolute;
    padding-top: 6px;
}

.delete_tax {
    right: 20px;
    padding-top: 5px;
    position: absolute;
}

@media (max-width: 384px) {
    .footer {
        padding-bottom: 8px;
    }

    .text-crafted li:not(:last-child) {
        border-right: none;
        padding-right: 5px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding-bottom: 8px;
    }

    .text-crafted {
        text-align: center;
    }

    .text-copy {
        text-align: center;
    }

    .xs-clearfix {
        clear: both;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .footer {
        padding-bottom: 8px;
    }

    .text-crafted {
        text-align: right;
    }

    .text-copy {
        text-align: left;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-copy {
        text-align: left;
    }

    .text-crafted {
        text-align: right;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-copy {
        text-align: left;
    }

    .text-crafted {
        text-align: right;
    }
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
    border-radius: 3px;
}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

.none {
    display: none;
}

.padding-left-0 {
    padding-left: 0;
}

.active-table tbody td:hover {
    cursor: pointer;
}

.card {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
}

.card-no-shadow {
    box-shadow: none !important;
    margin-bottom: 10px !important;
}

.card .header {
    color: #555;
    padding: 12px 20px;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.card .header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #111;
}

.card .body {
    font-size: 14px;
    color: #555;
    padding: 20px;
}

.navbar-nav .active > a, .navbar-nav .active > a:focus, .navbar-nav .active > a:hover {
    color: #fff;
    background-color: #ea0e0e;
}

.side-nav li a:hover, .side-nav li a:focus {
    outline: none;
    background-color: #ea0e0e !important;
}

.navbar-nav li .open {
    color: #fff;
    background-color: #ea0e0e;
}

.side-nav > li > ul > li > a {
    padding: 8px 0 8px 30px !important;
    width: 219px !important;
}

.navbar-nav .fa-circle-o {
    font-size: 12px !important;
}

.nav.navbar-nav > li > a .fa-chevron-down {
    float: right !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
    font-size: 10px !important;
}

.padding0 {
    padding: 0;
}

.amount_div {
    margin-top: 5px;
}

.amount_div .input-group {
    margin-bottom: 5px;
}

#donation_page .input-group-addon {
    border-radius: 0;
}

#donation_page .form-control {
    border-radius: 0;
    padding: 7px 7px 7px 8px;
    font-size: 14px;
}

#donation_page .select2-container.select2-allowclear .select2-choice abbr {
    display: none !important;
}

#donation_page .select2-container .select2-chosen {
    color: #686a6b;
}

#donation_page .select2-container .select2-choice {
    display: block;
    height: auto;
    padding: 6px 0 26px 6px !important;
    overflow: hidden;
    position: relative;
    margin: -8px;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 23px;
    text-decoration: none;
    border-radius: 0;
    background-clip: padding-box;
    user-select: none;
}

#donation_page .select2-container .select2-choice .select2-arrow {
    top: 0 !important;
}

#donation_page label.btn span {
    font-size: 18px;
}

#donation_page .donation {
    padding: 36px 0 0 0;
}

#donation_page .amount_or {
    margin-top: 32px;
}

#donation_page i {
    font-size: 20px;
    outline: none;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent !important;
    color: #869791 !important;
    text-decoration: none;
    outline: none !important;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #5cb85c;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #5cb85c;
}

.no_shadow {
    box-shadow: none !important;
    padding: 0 !important;
}

.payment-mode i {
    font-size: 20px !important;
}

.payment-mode label.btn span {
    font-size: 20px !important;
}

.pl-md-20 {
    padding-left: 20px;
}

.preview-thumbnail.nav-tabs li img {
    height: auto !important;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

    .xs-text-left {
        text-align: left;
    }

    .xs-text-left {
        text-align: left;
    }

    #donation_page .donation {
        padding: 0 0 0 0;
    }

    #donation_page .amount_or {
        margin-top: 10px;
        text-align: center;
    }

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-left: 0;
    }

    .pl-md-20 {
        padding-left: 15px;
    }

}

.invoice_container .btn {
    border-radius: 2px;
}

@media only screen and (min-width: 480px) {

    .invoice_header {
        padding: 0;
    }
}

.btn {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
}

.error {
    color: red;
}

.required {
    color: red;
}

.invoice_btn_container {
    margin-top: 15px;
}

.alert-success {
    background-color: #5cb85c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff !important;
}

.policy_tab .tab-pane {
    padding-top: 20px;
}

.dashboard_container .panel-heading {
    min-height: 105px;
    border-radius: 0;
}

.dashboard_container .panel-footer {
    background-color: white;
}

.dashboard .card .body {
    padding: 12px !important;
}

.panel-primary, .panel-red, .panel-yellow, .panel-green {
    border: none;
}

.panel {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: none;
}

.panel-purple {
    background: #5bc0de;
    color: #ffffff;
}

.panel-flirt {
    background: #5cb85c;
    color: #ffffff;
}

.panel-gem {
    background: #016FB9;
    color: #ffffff;
}

.panel-laurel {
    background: #00ADEF;
    color: #ffffff;
}

.panel-sangria {
    background: #FF7E6B;
    color: #ffffff;
}

.panel-limeade {
    background: #399C53;
    color: #ffffff;
}

.panel-grey > .panel-heading {
    border-color: #777;
    color: #fff;
    background-color: #777;
}

.panel-grey > a:hover {
    color: #777;
}

.panel-grey > a {
    color: #777;
}

.panel-info > .panel-heading {
    color: white;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.panel-aqua > .panel-heading {
    color: white;
    background-color: #4dbcc1;
    border-color: #5bc0de;
}

.status_table {
    float: right;
}

.status_table tr td {
    padding-left: 6px;
}

.select2-container .select2-chosen {
    color: #333;
}

.search_field {
    width: 185px !important;
}

.amount_container {
    margin-left: 10px;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
}

/* Customize the label (the container) */
.cc_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

/* Hide the browser's default checkbox */
.cc_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #c8c9c9;
}

/* On mouse-over, add a grey background color */
.cc_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cc_container input:checked ~ .checkmark {
    background-color: #5cb85c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cc_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cc_container .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search_form .select2-container .select2-choice {
    padding: 0 0 0 0 !important;
    line-height: 20px !important;
}

.search_form .select2-container .select2-choice abbr {
    right: 19px !important;
    top: 3px !important;
}

.search_form .select2-container .select2-choice .select2-arrow {
    top: -6px !important;
    width: 16px !important;
}

.search_form .form-group, .search_form .input-group {
    margin-bottom: 10px;
}

.select2-container .select2-choice {
    padding: 0 !important;
    line-height: 20px !important;
    height: 20px !important;
}

.select2-container .select2-choice .select2-arrow {
    top: -6px !important;
}

.select2-container .select2-choice abbr {
    top: 3px !important;
    right: 18px !important;
}

tbody .form-group, tfoot .form-group {
    margin-bottom: 0;
}

.a:focus, a:hover {
    text-decoration: none;
}

.fileinput-button input {
    height: 32px;
}

#order_address h5 {
    margin-top: 4px;
    margin-bottom: 4px;
}

#order_address p {
    margin: 0 0 4px;
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

.dropdown-menu .divider {
    margin: 0 0;
}

.error p {
    font-size: 12px;
    margin: 0;
}

#form-action {
    margin-top: 4px;
}

#form-action .removeDate {
    margin-left: 10px;
}

.body .form-control-static {
    padding-top: 0;
}

.body label {
    padding-bottom: 0;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(241, 241, 241);
    background-color: #f1f1f1;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

#payment_configuration .select2-container .select2-choice abbr {
    display: none !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle !important;
}

.reminders_div .input-group-addon {
    background: transparent;
    border-radius: 0;
}

.quick-button {
    padding: 10px 0;
    font-size: 10px;
    font-weight: bold;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.9;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
}

.quick-button i {
    font-size: 20px;
}

.quick-button:hover {
    text-decoration: none;
    opacity: 1;
    color: #ffffff !important;
}

.b-blue {
    background: #00ADEF !important;
    color: #ffffff;
}

.b-sangria {
    background: #FF7E6B;
    color: #ffffff;
}

.b-grey {
    background: #777;
    color: #ffffff;
}

.b-info {
    background: #5bc0de;
    color: #ffffff;
}

.b-green {
    background: #5cb85c;
    color: #ffffff;
}

.b-limeade {
    background: #399C53;
    color: #ffffff;
}

.preview-thumbnail.nav-tabs li img {
    width: auto;
}