body {
    /*background-color: #f7f7f7;*/
    background-color: #F0F0F0;
    /*background-image: url("../../assets/images/pix_bg.png");
    background-repeat: repeat;*/
}

.full_height {
    height: 100% !important;
}

.fa-2x {
    font-size: 1.45em !important;
}

.fa-lg {
    line-height: .7em !important;
}

.fa_cus_size1 {
    font-size: 1.15em !important
}

.act_icon2 {
    width: 95px;
}

.zero_mar {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.action_icon {
    padding: 10px 7px 5px 7px;
    background: #e6e6e6;
    border:1px solid #d1d1d1;
    border-radius: 6px;
}

.action_icon:hover, .action_icon:focus {
    background: #ffffff;
    border:1px solid #56cdea;
}

.btn-custom1 {
    /* background-image: -webkit-linear-gradient(#ff6707, #dd5600 60%, #c94e00); */
    background-image: linear-gradient(#bc8640, #a5722b 60%, #9b611a);
    background-repeat: no-repeat;
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0); */
    filter: none;
    border-bottom: 1px solid #9b611a;
    border: 1px solid #a5722a;
    color: #fff !important;
}

.btn-custom1:hover, .btn-custom1:focus, .btn-custom1:active, .btn-custom1.active {
    color: #ffffff;
    background-color: #9e5c06;
    border-color: #9e5c06;
}

.alert-success {
    background-color: #caf7cb;
    border-color: #b3e5b3;
    color: #09a009;
}

.close {
    opacity: .9;
}

.panel-custom1 {
    border-color: #bce8f1;
}

.panel-custom1 .panel-heading {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

/*top-menu drop-down*/
.logout_style {
    color: #e50000 !important;
    font-weight: 600;
}

.navbar-nav {
    margin: 0px -20px !important;
}

.dropdown-menu .divider {
    margin: 0px 0 !important;
}

.caret {
    display: inline-block;
    width: 10px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.dropdown a i {
    width: 20px;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
    line-height: 1.5;
    color: #444;
}

.access_per_chk_content {
    margin-top: -31px;
    margin-bottom: 0px !important;
    margin-left: -10px;
}

.ver_align_mid {
    vertical-align: middle !important;
}

.dropdown-menu {
    padding: 1px 0px !important;
}

.dashboard_cr_dr_info_content .panel-body {
    margin: 8px 2px 15px 2px;
    padding: 10px 15px 10px 15px;
}

/*
#dasboard_data_content .well  {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    !*margin: 10px 5px;*!
}
*/

#dasboard_data_content .well {
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .08), 0 2px 4px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .08), 0 2px 4px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .08), 0 2px 4px 0 rgba(0, 0, 0, .12);
    /*margin: 10px 5px;*/
}

.dashboard_cr_dr_info_content .table {
    margin-bottom: 3px;
    border-radius: 4px;
    box-shadow: none !important;
}

.dashboard_cr_dr_info_content table th {
    width: 40%;
}

.dashboard_cr_dr_info_content .table1 th {
    background: #8DB6C7;
    color: #fff;
}

.dashboard_cr_dr_info_content .table1 td {
    background: #a6cfe0;
}

.dashboard_cr_dr_info_content .table2 th {
    background: #9aaeb7;
    color: #fff;
}

.dashboard_cr_dr_info_content .table2 td {
    background: #c9d7dd;
}

.dashboard_cr_dr_info_content .table3 th {
    background: #7a72ad;
    color: #fff;
}

.dashboard_cr_dr_info_content .table3 td {
    background: #a39cd3;
}

.border-bottom1 {
    border-bottom: 1px solid #ddd;
}

.logged_username {
    color: #ffb300;
}

.mar_10_toggle {
    margin-top: 10px;
}

.via {
    color: #E50000;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 7px 15px 7px 40px !important;
        color: #d4d4d4 !important;
    }

    .logout_style {
        color: #f14c2e !important;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #080808 !important;
        padding-bottom: 0px !important;
    }

    .dashboard_cr_dr_info_content .col-lg-4 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .dashboard_cr_dr_info_content .panel-body {
        margin: 0px 15px 15px 15px;
    }

    #dasboard_data_content .well {
        margin: 5px 0px 15px 0px;
    }

    .add_head_content .col-lg-12, .add_subhead_content .col-lg-12,
    .add_subhead_content .col-lg-7, .add_subhead_content .col-lg-5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .drcr_search_content .btn {
        margin-top: 0px !important;
    }

    .mar_10_toggle {
        margin-top: -10px;
    }

    /*.dropdown-menu .divider {
        margin: 5px 0 !important;
    }*/
}

/*End top-menu drop-down*/
.ta_center {
    text-align: center;
}

.ta_left {
    text-align: left;
}

.ta_right {
    text-align: right;
}

.toggle_icon_pos {
    float: right;
    margin-top: -19px;
}

.toggle_icon, .toggle_icon2, .toggle_icon3, .toggle_icon4, .toggle_icon5 {
    cursor: pointer;
    color: #666; /*#929292; #44ce29,#ffb300;*/
    font-size: 2.0em !important;
}

.login_content {
    padding-top: 8%;
    max-width: 400px;
    max-height: 310px;
    margin: 0 auto;
    float:none;
}

.system_info .row {
    padding: 6px 0px !important;
}

#form_add_new_order {
    margin-bottom: 20px;
}

.custom_login_body {
    padding: 35px 35px 20px 35px !important;
    background: #f8f8f8;
    border-radius: 4px;
}

.cus_bg {
    background: #f9f9f9;
}

.nav > li > a:hover, .nav_active {
    background-color: #15161A !important;
    color: #F1F2F6 !important;
}

#form_add_new_order label {
    font-weight: 400 !important;
}

.wages_bill_tk {
    float: right;
    margin: -25px;
}

.num_fld {
    text-align: right;
}

#dress_select_msg {
    margin: -10px 0px 10px 2px;
    color: red;
}

.custom_bg1 {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
}

.table {
    box-shadow: 0 5px 20px 6px #f5f5f5;
}

.custom_table .table {
    box-shadow: 0 1px 0px 0px #ddd !important;
}

.custom_table .table > tbody > tr > th {
    border-top: 0px !important;
    border-bottom: 2px solid #ddd !important;
}

.table-responsive{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.table thead {
    background: #88c6e8; /*#E8E8E8;*/
}

.table tbody {
    font-size: 15px;
}

.table > thead > tr > th {
    vertical-align: middle;
    font-size: 14px;
}

.search_order_list {
    float: right;
    margin-bottom: -10px;
}

.style_field_1 {
    color: #555;
    background-color: #fff !important;
    border: 1px solid #fafafa !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .02) !important;
    cursor: default !important;
}

.complete_bg {
    background-color: #E2F4F4 !important;
}

.delivered_bg {
    background-color: #D5D8C1 !important;
}

.dress_size_seperator {
    padding: 10px 5px;
    border-top: 1px solid #d5d5d5;
    margin-top: 10px;
}

.drcr_summary {
    width: 380px;
    float: right;
}

.time_at_top {
    color: #d4d4d4;;
    padding-top: 15px;
    vertical-align: middle;
    width: 250px;
    margin: auto 0;
    position: absolute;
    text-align: center;
    left: 50%;
}

.order_info_content {
    margin-left: 15px;
    margin-right: 15px;
}

/*Start checkbox and radio button style*/
@keyframes click-wave {
    0% {
        height: 30px;
        width: 30px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 50px;
        width: 50px;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.iblm {
    /*icon before left menu*/
    padding-left: 20px !important;
    padding-right: 15px !important;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #11a0d2;
}

.option-input:checked::before {
    height: 30px;
    width: 30px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 22.66667px;
    text-align: center;
    line-height: 30px;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #11a0d2;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

.checkbox-inline input[type="checkbox"], .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
    margin-top: -19px !important;
    margin-left: 1px;
    margin-right: 5px;
}

.checkbox-inline input[type="checkbox"] {
    border-radius: 4px;
}

.checkbox-inline span, .radio-inline span {
    margin-left: 20px;
}

.checkbox-inline, .radio-inline {
    margin-bottom: -5px !important;
    margin-top: 15px !important;
}

.row_dressname_select_bg {
    background-color: #bbe0ed !important;
}

/*End checkbox and radio button style*/

.btn-primary:hover, .btn-primary:focus {
    color: #fff !important;
    border: 1px solid #178acc;
}

.login_title {
    font-size: 17px !important;
    text-align: center;
}

.order_list_data td, th {
    vertical-align: middle !important;
}

.dashboard_bg1 {
    background-color: #587992;
    color: #fff;
}

.dashboard_bg2 {
    background-color: #91867E;
    color: #fff;
}

.dashboard_bg3 {
    background-color: #8DB6C7;
    color: #fff;
}

.dashboard_bg4 {
    background-color: #5B5B5B;
    color: #fff;
}

.dashboard_bg5 {
    background-color: #4E6172;
    color: #fff;
}

.dashboard_bg6 {
    background-color: #CA8F42;
    color: #fff;
}

.tbl_dress_list_container .table tr > td {
    padding: 2px 5px !important;

}

.employee_info .row {
    margin: 12px 0px;
}

.employee_info .image_content {
    padding: 15px 0px 5px 0px;
    text-align: center;
    border: 2px dashed #ddd;
}

.employee_info #output {
    border: 1px solid #eee;
    height: 150px;
    width: 157px;
    border-radius: 5px;
}

.frm_dress_parts #output {
    border: 1px solid #eee;
    height: 100px;
    width: 107px;
    border-radius: 4px;
}

.system_info #output {
    border: 1px solid #eee;
    height: 150px;
    width: 157px;
    border-radius: 5px;
}

.employee_img_round {
    border: 2px solid #a2bec2;
    height: 130px;
    width: 140px;
    border-radius: 100%;
}

.employee_info .datepicker {
    padding-left: 10px;
}

.employee_list_data tbody, .salary_list_content tbody {
    font-size: 14px !important;
}

.salary_list_content .option-input {
    top: -2px;
    height: 25px;
    width: 25px;
}

.salary_list_content .table td {
    vertical-align: middle;
}

.salary_list_content .option-input:checked::before {
    height: 25px;
    width: 25px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}


.employee_list_data tbody td {
    vertical-align: middle !important;
}

.employee_list_data .img_small {
    height: 58px;
    width: 60px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.salary_generate_content .btn {
    min-width: 150px !important;
}

.salary_generate_content .col-lg-2 {
    padding-right: 5px;
    padding-left: 5px;
}

.submit_row_lft {
    text-align: left;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

.submit_row {
    text-align: right;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

.tiny_btn {
    padding: 2px 10px !important;
}

.left_right_padding_5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.left_padding_5 {
    padding-left: 5px !important;
}

.right_padding_5 {
    padding-right: 5px !important;
}

.page_title_content {
    border-bottom: 1px solid #d2d8dd;
    margin-top: 10px;
    margin-bottom: 20px;
}

.page_left_title, .page_right_title, .page_title_full {
    font-size: 20px;
    padding: 5px;
}

.page_right_title {
    text-align: right;
}

.crdr_col1 {
    background-color: #f0f8ff;
}

.crdr_col2 {
    background-color: #def7fe;
}

.crdr_col3 {
    background-color: #dbeee0;
}

.crdr_col4 {
    background-color: #b5ced4;
}

.crdr_col5 {
    background-color: #a9c0cb;
}

.crdr_col6 {
    background-color: #a5ced5;
}

.crdr_col7 {
    background-color: #E9EBEE;
}

.system_login_btn {
    letter-spacing: 1px;
    margin-top: 20px;
}

.mar_top_10 {
    margin-top: 10px;
}

.show_if_mobile {
    display: none;
}

.sms_template .table-responsive > .table > tbody > tr > td,
.sent_sms_list .table-responsive > .table > tbody > tr > td,
.customer_req_list .table-responsive > .table > tbody > tr > td {
    white-space: normal !important;
}

/* Just for fixed top header*/
.brand {
    position: fixed !important;
    width: 100% !important;
    z-index: 111 !important;
}

.toggle-btn {
    position: fixed !important;
    z-index: 999 !important;
}

.menu-list {
    margin-top: 0px !important;
}

.note-dt {
    color: #c0c0c0;
    margin-bottom: 10px;
}

.toggle-left-menu {
    padding: 5px 8px;
    cursor: pointer;
}

.toggle-left-menu:focus, .toggle-left-menu:hover {
    background-color: #4F5B69;
}

.cus-chart {
	margin: 5px 0px 12px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	height: 390px;
}

.chart-title {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	font-size: 15px;
}

/*End fixed top header*/
@media (max-width: 767px) {
    .toggle-left-menu {
        display: none;
    }

    /*.sys-full-screen .nav-side-menu {
        width: 240px !important;
    }

    .sys-full-screen #wrapper {
        padding-left: 240px !important;
    }*/
    #page-wrapper {
        padding: 50px 20px 10px 20px;
    }

    .page_title_full {
        font-size: 18px;
        padding: 15px 5px 5px 3px;
    }

    .page_left_title, .page_right_title {
        font-size: 18px;
        padding: 15px 5px 5px 3px;
        width: 49.50% !important;
    }

    .page_left_title {
        margin-bottom: -50px;
    }

    .page_right_title {
        float: right;
    }

    .employee_info .row {
        margin: 6px 0px;
    }

    .employee_info .rgt {
        margin-top: 25px !important;
    }

    .submit_row, .submit_row_lft {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }

    .left_right_padding_5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .left_padding_5 {
        padding-left: 15px !important;
    }

    .right_padding_5 {
        padding-right: 15px !important;
    }

    .drcr_summary {
        float: left;
        margin-top: 10px;
    }

    .login_content {
        padding-top: 25px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .hide_if_mobile {
        display: none;
    }

    .show_if_mobile {
        display: block;
    }

    .alert-success, .alert-danger {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #mob_screen_dt {
        color: #d4d4d4;;
        left: 20px;
        top: 5px;
        font-size: 11px;
        height: 15px;
        padding-top: 15px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        text-align: center;
        display: inline;
    }

    /*.navbar-inverse {
        position: absolute;
    }*/
    .menu-list {
        margin-top: 2px !important;
    }

    .wages_bill_pay .wages_bill_tk {
        padding-right: 20px;
    }

    .wages_bill_pay .form-control, .wages_bill_pay .btn-block {
        width: 95%;
    }

    .cus-chart {
        height: auto;
        padding-bottom: 10px;
      }

}

.ui-autocomplete {
    z-index: 9999 !important;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14px;
}

.ui-menu-item-wrapper {
    padding: 8px 10px;
}