﻿/* Add here all your css styles (customizations) */

.stepwizard-step h4 {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 29px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.628571429;
    border-radius: 30px;
    cursor: default !important;
}

    .btn-circle:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

/*.btn-success:not(.nohover):hover {  
        color: #fff;
    background-color: #449d44;
    border-color: #398439;
}*/



.has-feedback .form-control {
    padding-right: 10px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('https://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

    body.loading .modal {
        display: block;
    }

.glyphicon_qsn {
    font-family: 'Glyphicons Halflings' !important;
    background: #FFFFFF;
    color: #B80101;
    font-size: 15px !important;
    line-height: 15px !important;
    width: 15px !important;
    height: 15px !important;
}

.trial_form_summary {
    border-radius: 6px;
    margin: 0px 0 0px 0;
    font-size: 16px !important;
    color: #1a1a1a !important;
}

    .trial_form_summary h2 {
        font-family: 'font_bt', Arial;
        margin: 0 0 0px 0;
        padding: 0 0 20px 0;
        font-size: 24px;
        line-height: 24px;
        color: #b80101;
    }

.left_padding {
    padding-left: 0 !important;
}

.right_padding {
    padding-right: 0 !important;
}

.top_margin {
    margin-top: -100px;
}

.table_summary {
    color: #1a1a1a !important;
    margin-bottom: 20px !important;
}

    .table_summary > tbody > tr > td, .table_summary > tbody > tr > th, .table_summary > tfoot > tr > td, .table_summary > tfoot > tr > th, .table_summary > thead > tr > td, .table_summary > thead > tr > th {
        border-bottom: none !important;
        border-top: none !important;
        padding: 3px 10px !important;
        text-align: left !important;
    }


.table_order {
    color: #1a1a1a !important;
    margin-bottom: 20px !important;
}

    .table_order > tbody > tr > td, .table_order > tbody > tr > th, .table_order > tfoot > tr > td, .table_order > tfoot > tr > th, .table_order > thead > tr > td, .table_order > thead > tr > th {
        border-bottom: 1px solid #e0e0e0 !important;
        border-top: 1px solid #e0e0e0 !important;
        text-align: left !important;
    }

@media screen and (max-width: 767px) {
    .trial_form_summary {
        padding: 0px 10px;
        width: 100%;
    }

    .combo-offer {
        width: 100%;
    }

    .font-80 {
        font-size: 70% !important;
    }

    .table_order > tbody > tr > td, .table_order > tbody > tr > th, .table_order > tfoot > tr > td, .table_order > tfoot > tr > th, .table_order > thead > tr > td, .table_order > thead > tr > th {
        padding: 3px 10px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .trial_form_summary {
        padding: 0px 20px;
        width: 100%;
    }

    .combo-offer {
        width: 75%;
    }

    .font-70 {
        font-size: 70% !important;
    }

    .table_order > tbody > tr > td, .table_order > tbody > tr > th, .table_order > tfoot > tr > td, .table_order > tfoot > tr > th, .table_order > thead > tr > td, .table_order > thead > tr > th {
        padding: 6px 10px !important;
    }
}

@media (min-width:992px) {
    .trial_form_summary {
        padding: 0px 40px;
        width: 100%;
    }

    .font-70 {
        font-size: 70% !important;
    }

    .table_order > tbody > tr > td, .table_order > tbody > tr > th, .table_order > tfoot > tr > td, .table_order > tfoot > tr > th, .table_order > thead > tr > td, .table_order > thead > tr > th {
        padding: 10px 10px !important;
    }

    .combo-offer {
        width: 65%;
    }
}

.combo-offer {
    padding: 20px 30px;
    margin: auto;
    border: #999 1px dashed;
    background: #fbfbfb;
    font-family: Arial;
    color: #000;
}

@media screen and (max-width: 767px) {
    .top_space {
        margin-top: 15px;
    }
}

table#rdbProductList {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    /*border: 1px black solid*/;
}

    table#rdbProductList tr {
        vertical-align: top;
    }

    table#rdbProductList td {
        width: 50%;
        /*border: 1px black solid ;*/
        padding: 10px;
    }

    table#rdbProductList label {
        display: inline !important;
        font-weight: 400 !important;
    }

.btn-circle {
    width: 40px;
    height: 40px;
    font-size: 18px;
}




@media (min-width: 992px) {
    .chk-box-area {
        width: 65% !important;
        margin: 20px auto 0px auto;
        border-top: 1px solid #CCC;
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .chk-box-area {
        width: 100% !important;
        margin: 30px auto;
        border-top: 1px solid #CCC;
        padding-top: 25px;
    }
}



/* The container */
.contain {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .contain input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #999;
    border-radius: 2px;
    margin-top: 6px;
}

/* On mouse-over, add a grey background color */
.contain:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contain input:checked ~ .checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contain input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contain .checkmark:after {
    left: 9px;
    top: 2px;
    width: 7px;
    height: 16px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.innerpage_style {
    padding-top: 15px !important;
}

.trial_form {
    margin: 20px auto !important;
}