/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

button.btn.btn-outline-secondary.border-left-0 {
    margin-bottom: 0px;
}

i.gj-icon {
    padding-top: 4px;
    margin-left: -1px;
}

.loginbox {
    margin-top: 40px;
    margin-bottom: 40px;
}

a.btn:not([href]):not([tabindex]).btn-success, .btn.btn-success {
    background-color: #818080;
    border-color: #818080;
}

a.btn:not([href]):not([tabindex]).btn-success:hover, a.btn:not([href]):not([tabindex]).btn-success:focus, a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled).active, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:not(:disabled):not(.disabled):active, .btn.btn-success:not(:disabled):not(.disabled).active {
    background-color: #eb2927;
    border-color: #eb2927;
    color: #fff;
}

.qcdropdownmenu {
    margin-top: 24px;
}

.dropdown-item {
    line-height: 20px;
}

a.btn:not([href]):not([tabindex]).btn-primary, .btn.btn-primary {
    background-color: #ad1006;
    border-color: #ad1006;
}

.dashboardbox {
    margin-left: 30px;
    margin-right: 30px;
}

.mbtop40 {
    margin-top:40px;
}

.footable-filtering-search .input-group-btn {
    display: none !important;
}

.search_btn {
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important;
}

a.footable-page-link {
    background: #eb2926;
    padding: 9px;
    border: 0px;
    margin: 1px;
    border-radius: 3px;
    color: #ffffff;
}

.active .footable-page-link {
    color: #FFF !important;
}

li.footable-page.visible.active {
    text-decoration: underline;
}

.pagination {
    clear: both;
    margin: 10px;
    display: inline-flex;
    /* text-align: center; */
}

.purchase_success_msg {
    padding: 10px;
    border-radius: 5px;
}

.sliderbtn {
    width: 300px;
    white-space: normal;
}

.leftfloat {
    float: left;
}

.alert.alert-success {
    /*background-color: #ad1007;*/
    /*border-color: #ad1007; */
    background-color: #26b99a;
    border-color: #26b99a;
    z-index: 6;
    margin: 4px;
}

.alert-success-message {
    background-color: #26b99a;
    border-color: #26b99a;
    z-index: 6;
    margin: 4px;
}

.caption_btn {
    max-width: 100%;
    width: 100%;
    white-space: normal;
}

.threecol .container {
    height: 100%;
    background-color: black;
    opacity: 0.5;
    display: table;
    display: flex;
    align-items: center;
}

.threecol .slide-captions {
    width: 100%;
}

.paddingten {
    padding:10px;
}

.maxtwofif {
    max-width:250px;
}

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

.wspace {
    white-space: normal;
}

.allres {
    margin-left: 31px;
    border-radius: 5px !important;
}

.mtop15 {
    margin-top: 15px;
}

.sliderbox {
    border: 1px solid #DDD;
    padding: 5px;
    min-width: 59px;
    display: inline-block;
    margin:10px;
}

.middle-center-alert {
    max-width: 450px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.youbuildlogin {
    max-width:100%;
    font-size: 12px;
}

.youbuild_small_notice {
    font-size: 12px;
}

#cut_slider {
    width: 90%;
}

.slider-tick-label.label-in-selection.label-is-selection {
    font-size: 14px;
}

.slider.slider-horizontal {
    width: 50% !important;
    height: 20px;
}

.slider-tick-label {
    font-size: 14px;
}

@media (max-width: 768px) {
    .slider-tick-label.label-in-selection.label-is-selection {
        font-size: 11px;
    }

    .slider.slider-horizontal {
        width: 100%;
        height: 20px;
    }

    .slider-tick-label {
        font-size: 11px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #mainMenu nav > ul > li > a {
        font-size: 10px;
    }
}

.color-primary {
    color: #565150;
    font-weight: 600;
}

.metal_box_div {
    text-align: left;
    width: 146px;
    margin: auto;
}

.blockdisplay {
    display: block;
}

.form-check-input {
    margin-top: 7px;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
    -webkit-user-drag: none;
    width: 50px;
}
ul.image_picker_selector li div p {
    font-size: 12px;
    text-align: center;
}
ul.thumbnails.image_picker_selector li .thumbnail {
    text-align: center;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: #ad1008 !important;
}

.image_picker_selector li div.selected p {
    color: #FFF;
    margin-bottom: 0px;
    margin-top: 5px;
}

.image_picker_selector li div p {
    color: #252525;
    margin-bottom: 0px;
    margin-top: 5px;
}

.medium_header {
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
}

.ring_preview_pic {
    position: fixed;
}

.ring_prev_right_col {
    border-left: 1px solid #DDD;
}

.ring_description {
    display: block;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 20px;
    width: 50%;
    margin: auto;
    text-align: justify;
}

@media (max-width: 767px) {
    .ring_preview_pic {
        position: relative;
    }
    .ring_prev_right_col {
        border-left: 0px solid #DDD;
    }
    .ring_description {
        display: block;
        border: 1px solid #CCC;
        border-radius: 5px;
        padding: 20px;
        width: 100%;
        margin: auto;
        text-align: justify;
    }
}

.padding20 {
    padding: 20px;
}

.guidelines_ul {
    margin-left: 20px;
}

.guidelines_ul li {
    color: #ad1008;
}

.guidelines_col {
    margin-left: 15px;
    border: 1px solid #DDDDDD;
    padding: 10px;
    width: 150px;
}

@media (max-width: 767px) {
    #image_preview {
        width: 100% !important;
    }
}

#frontpageheaderlink {
    color: #FFF !important;
}

.mbtop10 {
    margin-top: 10px;
}

.youknowheader {
    margin-top:30px;
}

.youbuild_modal_btn {
    border: 1px dashed #d68f8b;
    background: #FFF;
    color: #d68f8b;
}

.youbuild_modal_btn:hover {
    border: 0px dashed #ad0f06 !important;
    background: #FFF !important;
    color: #ad0f06 !important;
}

#orderDetailModal div.modal-dialog {
    width: 99%;
    margin: auto;
    max-width: 99%;
    top: 1%;
    height: 100%;
    max-height: 100%;
}


/*======================================================
=            Design changes on - 18-03-2020 By(ID)            =
======================================================*/

.pickupStatusUpdate_table {
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding: 15px;
    border-radius: 5px;
}
.pickupStatusUpdate_table table {
    margin-bottom: 0px;
}
.pickupStatusUpdate_table tr td {
    border: solid 1px #eeeeee;
    font-size: 14px !important;
    line-height: 1.5;
}
.pickupStatusUpdate_table tr td:nth-child(1) {
    font-weight: 600;
    color: #000 !important;
    font-size: 13px !important;
    line-height: 1.3;
    width: 40%;
    background-color: #f6f6f6;
}

.bt_section_title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.bt_card {
    border: 0px;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 10px 20px 0px rgba(21, 21, 21, 0.2);
}
.bt_card .row_padding {
    padding: 0px !important;
    margin: 0px;
}
.bt_card .fancybox {
    width: 100% !important;
}
.bt_card .fancybox .images {
    width: 100%;
    object-fit: contain;
    object-position: center;
    background-color: #eee;
    padding: 5px;
}

.bt_card .inner_table {
    border: 0px !important;
    margin: 0px !important;
    margin-top: 10px !important;
}
.bt_card .inner_table td {
    border: 0px !important;
    border-top: solid 1px #ddd !important;
    font-size: 14px !important;
    line-height: 1.5;
    padding: 9px 0px;
    padding-right: 15px;
}
.bt_card .inner_table td:nth-child(1) {
    font-weight: 600;
    color: #000;
}
.bt_card .inner_table tr:nth-child(1) td {
    border-top: 0px !important;
}

/*=====  End of Design changes on - 18-03-2020  ======*/
