/* HEADER */
.insurance_header_desc {
    background: #0160c1;
    color: white;
    padding: 15px 20px;
    margin: 20px 0
}

.insurance_header_desc_margin {
    padding: 15px 20px;
}

/* MAIN STEPS */
div#mainSteps_wrapper {
    width: 100%;
    background: #0160c1;
    text-align: center;
    display: none
}

div#mainSteps {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    border: none;
    border-bottom: solid 1px #dcdcdc
}

div#mainSteps div.step:first-child {
    border-radius: 5px 0 0 0;
}

div#mainSteps div.step:last-child {
    border-radius: 0 5px 0 0
}

div#mainSteps div.title {
    font-size: 15px
}

br.clear {
    clear: both
}

.hideQ {
    visibility: hidden
}

/* ITEM */
form.wizardItem {
    margin-top: 20px;
}

form.wizardItem h4.header {
    margin-left: 10px;
    margin-right: 10px
}

div.itemRow {
    margin: 0 10px !important;
    padding: 10px
}

/*div.itemRow:hover{background:#f5f5f5}*/
div.wizardReady {
    color: green !important;
}

div.wizardError {
    color: #9F3A38 !important;
}

.lighterText {
    color: lightgray
}

table.rightSummTable td:last-child {
    text-align: right;
}

.tag_optional {
    color: var(--darkgreen);
    border: solid 1px var(--darkgreen);
    border-radius: 5px;
    background: #d3ffa2;
    vertical-align: bottom;
    margin-left: 10px;
    font-size: 16px;
    padding: 4px 20px;
}

/* FLAGS */
/*.insLang{width:35px; height:25px; display:inline-block; background-size:cover; margin-right:5px; box-shadow:2px 2px 0 rgba(0,0,0,0.3)}*/
.insLang {
    /*width: 35px;
    height: 25px;*/
    display: inline-block;
    background-size: cover;
    padding: 5px 15px;
    color: white;
    margin-right: 5px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    border: solid 1px white;
    border-radius: 5px;
}

.insLang:hover {
    box-shadow: none
}

.enLang {
    background-image: url(../img/en_flag.jpg);
}

.esLang {
    background-image: url(../img/es_flag.jpg);
}

.insLang.active {
    background: white;
    color: #55838d;
    font-weight: bold;
}

.back-to-ind {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 5px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    border: solid 1px white;
    border-radius: 5px;
    background: white;
    color: #55838d;
    font-weight: bold;
    cursor: pointer;
}

    .back-to-ind:hover {
        box-shadow: none;
        background: white;
        color: #55838d;
        font-weight: bold;
        color: white;
        background-color: transparent;
    }

/* MULTIANSWER ROW*/
div.itemMultianswerRowBox {
    border: dashed 1px #ccc;
    padding: 10px 0 20px;
    margin: 0 10px;
    overflow: auto
}

div.itemMultianswerRow {
    min-width: 1200px;
    padding-bottom: 0
}

div.itemMultianswerRowAdd {
    margin-left: 20px
}

div.itemMultianswerRowBox div.accordion {
    margin-top: 0 !important
}

ul.multianswerVertical {
    margin: 0;
    padding: 0;
    margin: 10px 10px 0
}

ul.multianswerVertical li {
    list-style: none
}

ul.multianswerVertical li:hover {
    background: #f5f5f5
}

ul.multianswerVertical span {
    margin: 10px 0 5px;
    display: block
}

.itemMultianswerRow .ui.checkbox {
    height: 34px;
    padding: 10px 0
}

.multiAnswerHeader {
    background: #eee;
    padding: 10px;
    border-bottom: dotted 1px gray;
    margin: 10px 0;
}

/* ITEM QUESTIONS */
div.itemQuestion {
    margin: 0 !important;
}

.questionTitle {
    display: inline-block !important
}

.questionTitleTooltip {
    display: inline-block !important;
    color: #0160c1;
    cursor: help;
    font-size: 18px !important
}

.showMost {
    display: block !important
}

.hideMost {
    display: none !important
}

.questionErrored {
    color: #9F3A38
}

.questionErrored>label {
    color: #9F3A38 !important
}

.questionErrored input,
div.questionErrored select,
div.questionErrored textarea {
    background: #FFF6F6 !important;
    border: solid 1px #E0B4B4 !important;
    color: #9F3A38 !important
}

.questionErrored span.erroredMessage {
    color: #9F3A38;
    line-height: 30px
}

.questionMultiErrored>label {
    color: #9F3A38 !important
}

.questionMultiErrored .erroredMessage {
    color: #9F3A38 !important
}

.rowMultiErrored>label {
    color: #9F3A38 !important
}

.rowMultiErrored.title {
    color: #9F3A38 !important
}

.rowMultiErrored.title span {
    margin-left: 10px
}

.hlLeftBorder {
    border-left: solid #2185d0 5px !important
}

.hlTrRow {
    font-weight: bold;
}

.summary-no-diff {
    color: gray;
}

.strong {
    font-weight: bold;
}

div.payment-info .fieldErrored {
    color: #9F3A38;
}

div.payment-info .erroredMessage {
    color: #9F3A38;
    line-height: 30px
}

div.payment-info .fieldErrored input,
div.payment-info .fieldErrored select,
div.payment-info .fieldErrored textarea {
    background: #FFF6F6 !important;
    border: solid 1px #E0B4B4 !important;
    color: #9F3A38 !important
}

div.payment-info .fieldErrored>label {
    color: #9F3A38 !important
}

.formSummary {
    width: 60% !important;
    margin: auto !important;
    border: none !important;
}

.formSummary tr td:last-child {
    text-align: right;
    padding: 15px;
}


/* SLIDER */
.sliderMin,
.sliderMax {
    width: 10px;
    color: gray;
}

.slider {
    width: calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    margin: 0 10px 15px !important;
}

.notIeSlider {
    -webkit-appearance: none;
    height: 8px;
    background: #0160c1;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.notIeSlider:hover {
    opacity: 1;
}

.notIeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #eee;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    box-shadow: 0 0 5px black;
}


.notIeSlider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.range-input,
.topcoat-range-input,
.topcoat-range-input--vertical {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-sizing: border-box;
    background-clip: padding-box;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
}

/* 
  Declarations get duplicated because an invalid selector
  invalidates the entire declaration block
*/

.range-input::-webkit-slider-thumb,
.topcoat-range-input::-webkit-slider-thumb,
.topcoat-range-input--vertical::-webkit-slider-thumb {
    cursor: pointer;
    -webkit-appearance: none;
}

.range-input::-moz-range-thumb,
.topcoat-range-input::-moz-range-thumb,
.topcoat-range-input--vertical::-moz-range-thumb {
    cursor: pointer;
}

.topcoat-range-input,
.topcoat-range-input--vertical {
    border-radius: 6px;
    border: 1px solid #a5a8a8;
    background: #0160c1;
    height: 1rem;
    border-radius: 30px;
}

.topcoat-range-input::-moz-range-track,
.topcoat-range-input--vertical::-moz-range-track {
    border-radius: 6px;
    border: 1px solid #a5a8a8;
    background: #d3d7d7;
    height: 1rem;
    border-radius: 30px;
}

.topcoat-range-input::-ms-track,
.topcoat-range-input--vertical::-ms-track {
    border-radius: 6px;
    border: 1px solid #a5a8a8;
    background: #d3d7d7;
    color: #d3d7d7;
    height: 1rem;
    border-radius: 30px;
}

/* 
  Declarations get duplicated because an invalid selector
  invalidates the entire declaration block
*/

.topcoat-range-input::-webkit-slider-thumb,
.topcoat-range-input--vertical::-webkit-slider-thumb {
    height: 3rem;
    width: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.36);
    border-radius: 6px;
    /* Is base64 the way to go ? */
    /* I don't imagine simulating vertical stripes w/ gradients */
    background: url("http://db.tt/q5LHtPKx") center center no-repeat #e5e9e8;
    background-size: 7px 18px;
    box-shadow: inset 0 1px white;
}

.topcoat-range-input::-moz-range-thumb,
.topcoat-range-input--vertical::-moz-range-thumb {
    height: 3rem;
    width: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.36);
    border-radius: 6px;
    background: url("http://db.tt/q5LHtPKx") center center no-repeat #e5e9e8;
    background-size: 7px 18px;
    box-shadow: inset 0 1px white;
}

/* IE styles */
.topcoat-range-input::-ms-thumb,
.topcoat-range-input--vertical::-ms-thumb {
    height: 3rem;
    width: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.36);
    border-radius: 6px;
    background: url("http://db.tt/q5LHtPKx") center center no-repeat #e5e9e8;
    background-size: 7px 18px;
    box-shadow: inset 0 1px white;
}

::-ms-tooltip,
::-ms-fill-lower {
    display: none;
}

.topcoat-range-input--vertical {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*
  Active state
*/

.topcoat-range-input:active::-webkit-slider-thumb,
.topcoat-range-input--vertical:active::-webkit-slider-thumb {
    border: 1px solid #0940fd;
    box-shadow: 0 0 0 2px #6fb5f1;
}

input[type=range]:active::-moz-range-thumb {
    border: 1px solid #0940fd;
    box-shadow: 0 0 0 2px #6fb5f1;
}

input[type=range]:active::-ms-thumb {
    border: 1px solid #0940fd;
    box-shadow: 0 0 0 2px #6fb5f1;
}


.fade-in {
    animation: fade-in 0.5s ease;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* INSURANCES */
div#insurance-container {
    padding-top: 20px
}

div.steps-container {
    width: 100%;
    min-width: 800px;
    height: 30px;
    margin-bottom: 20px;
    margin-left: 3px;
    background: url(../../Images/steps_container_bg.jpg) no-repeat;
}

div.steps-container ul.steps {
    margin-left: 5px;
}

ul.steps li {
    float: left;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 13px;
    background: url(../../Images/steps_bg.jpg) no-repeat right top;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999;
    text-shadow: #fff 0px 1px 1px;
}

ul.steps li:hover {
    color: black;
    cursor: pointer
}

ul.steps li span.tail {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 8px;
    height: 30px;
    background: url(../../Images/step_tail_bg.jpg) no-repeat left top;
}

ul.steps li:first-child span.tail {
    background: url(../../Images/stepfirst_tail_bg.jpg) no-repeat left top;
    background-position: 0px -30px
}

ul.steps li span.step {
    display: block
}

span.stepLowRes {
    display: none
}

ul.steps li span.desc {
    display: none
}

ul.steps li.selected {
    background-position: right bottom;
    margin-left: -7px;
    color: white;
    text-shadow: #326490 0px 1px 1px
}

ul.steps li.selected span.tail {
    display: block
}

.wizardSteps {
    text-align: center;
    padding: 15px 0
}

.wizardSteps .step {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: red;
    text-align: center;
    line-height: 25px;
    display: inline-block;
}

.wizardSteps .step:after {
    width: 20px;
    height: 10px;
    background: blue;
}

.wizardSteps ul {
    padding-left: 0
}

.wizardSteps li {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    background: #7eb59b;
    margin: 0 1em;
    display: inline-block;
    color: white;
    position: relative;
    font-size: 17px;
    font-family: 'Open Sans';
    cursor: default;
}

.wizardSteps li::before {
    content: '';
    position: absolute;
    top: .9em;
    left: -4em;
    width: 4em;
    height: .2em;
    background: #7eb59b;
    z-index: -1;
}


.wizardSteps li:first-child::before {
    display: none;
}

.wizardSteps .active {
    background: var(--green2);
    color: white;
    font-weight: bold;
}

    .wizardSteps .active ~ li:not(.success-step) {
        background: #c6dfcc;
        color: var(--darkgreen);
        border: solid 1px var(--darkgreen);
    }

        .wizardSteps .active ~ li:not(.success-step)::before {
            background: var(--darkgreen);
            height: 1px;
            margin-top: 2px;
        }

.wizardSteps .success-step {
    cursor: default;
    text-decoration: none;
}

    .wizardSteps .success-step:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    .wizardSteps .acive:hover {
        cursor: default;
        text-decoration: none;
    }


/* WIZARD */
div.wizard {
    background: white;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 0;
}

div.questions {
    padding: 20px 20px 0;
}

div.questions div.question {
    margin-bottom: 20px;
    margin-left: 20px
}

div.questions table.multianswer {
    width: 100%;
    border: solid 1px #eee;
    border-spacing: 1px
}

div.questions table.multianswer thead {
    background: #eee
}

div.questions table.multianswer td {
    padding: 5px;
    border: solid 1px #ccc;
    vertical-align: top
}

div.questions table.multianswer input[type="text"] {
    width: 100%
}

div.questions table.multianswer a {
    cursor: pointer;
}

div.questions table.multianswerFooter {
    border: none
}

div.questions table.multianswerFooter td {
    width: 50%;
    border: none;
    padding: 5px 10px;
}

table.multianswerFooter td.add {
    text-align: left
}

table.multianswerFooter td.remove {
    text-align: right
}

p.group-title {
    border-bottom: solid 1px #eee;
    line-height: 30px
}

div.questions p.question_description {
    color: #999999;
    font-style: italic;
}

div.questions p.question_scroll {
    max-height: 100px;
    overflow: auto
}

div.questions select.dd {
    max-width: 200px
}

.ui.accordion .title:not(.ui) {
    font-size: 11.5pt
}

/* QUESTIONS */
.ui.form .field>label {
    font-size: 12.5pt;
}

p.questionDescription {
    font-size: 12.5pt
}

.itemQuestion .ui.checkbox .box,
.ui.checkbox label {
    font-size: 11.5pt
}

/* ANSWERS */
div.questions div.radio-answer {
    display: inline-block;
    margin-right: 20px
}

div.questions div.radio-answer label {
    margin-right: 5px
}

div.questions table.questions-2col tr td:first-child {
    width: 200px;
}

div.questions table.questions-2col tr td {
    text-align: left
}

/* 2 COL QUESTIONS GROUP */
div.questions-2col {
    width: 440px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

div.questions-2col span.title {
    width: 200px;
    float: left
}

div.questions-2col input[type="text"] {
    float: left;
    padding: 4px
}

div.questions-2col select {
    max-width: 180px;
}

div.questions-2col span.datepicker {
    float: left;
    width: 30px
}

div.questions-2col span.datepicker button {
    padding: 3px 10px;
}

div.questions-2col i {
    float: left;
    margin: 7px 0 0 5px
}

div.autocomplete_wrapper {
    float: left
}

div.insuranceStepActions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

div.insuranceStepActions .button {
    font-size: 13pt
}

div.insuranceStepActions .primary.right.button {
    margin-left: 20px
}

/* DATEPICKER */
ul[datepicker-popup-wrap] li:first-child {
    padding: 10px
}

table[datepicker] {
    font-size: 12px;
}

table[datepicker] td {
    padding: 0
}

table[datepicker] span {
    font-size: 12px
}

div.wizard div.title,
div.insurance-info div.title {
    padding: 8px 10px;
    font-weight: bold;
    color: white;
    border-top: solid 1px #3c6d8e;
    background: rgb(0, 57, 70);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 57, 70, 1) 0%, rgba(60, 109, 142, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 57, 70, 1)), color-stop(100%, rgba(60, 109, 142, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 57, 70, 1) 0%, rgba(60, 109, 142, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 57, 70, 1) 0%, rgba(60, 109, 142, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 57, 70, 1) 0%, rgba(60, 109, 142, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 57, 70, 1) 0%, rgba(60, 109, 142, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003946', endColorstr='#3c6d8e', GradientType=0);
    /* IE6-9 */
}

div.wizard div.steps-jump {
    padding: 8px 10px;
    font-weight: bold;
    color: white;
    border-top: solid 1px #3c6d8e;
    background: rgb(0, 57, 70);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 57, 70, 1) 0%, rgba(60, 109, 142, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 57, 70, 1)), color-stop(100%, rgba(60, 109, 142, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 57, 70, 1) 0%, rgba(60, 109, 142, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 57, 70, 1) 0%, rgba(60, 109, 142, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 57, 70, 1) 0%, rgba(60, 109, 142, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 57, 70, 1) 0%, rgba(60, 109, 142, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003946', endColorstr='#3c6d8e', GradientType=0);
    /* IE6-9 */
}

div.steps-jump div.prev-jump {
    width: 25%;
    float: left;
    height: 10px
}

div.steps-jump div.action-buttons {
    width: 50%;
    float: left;
    text-align: center;
    height: 10px
}

div.steps-jump div.next-jump {
    width: 25%;
    float: left;
    height: 10px
}


div.wizard div.steps-jump a {
    color: white;
    cursor: pointer;
}

div.wizard div.steps-jump a.next {
    margin-right: 10px;
    float: right
}

div.wizard div.steps-jump a.prev {
    margin-left: 10px;
}

/* TEMPLATES */

/* 1 . SUMMARY */
table.premium_summary {
    width: 98%;
    margin: 10px;
    border-top: solid 2px #f0f0f0
}

table.premium_summary td {
    padding: 10px;
}

table.premium_summary tr.discount-row {
    width: 98%;
    margin: 10px;
    border-bottom: solid 2px #f0f0f0
}

div.premium_summary_generate {
    text-align: center;
    padding: 15px 10px 15px 0;
    background: #f0f0f0;
    border-bottom: dotted 1px #ccc;
    margin: 0 10px;
    margin-bottom: 20px;
}

/* 2 - PURCHASES */
div.purchase {
    padding: 0 20px;
}

div.purchase h4 {
    margin: 0;
    border-bottom: solid 1px #ccc;
    line-height: 35px;
}

.customNegative {
    background: #ffa9a7 !important
}

/*div.purchase div.payment-info{width:300px; padding:10px; float:left;}
    div.purchase table{width:100%; margin:20px 0 0;}
                 table td{padding:5px 0;}
                 table input.fullwidth{width:100%}
                 table div.ccards_accepted{float:right; margin-top:-10px}
                 table div.ccards_accepted img{max-height:25px}*/

/* PURCHASE TOTAL */
div.purchaseTotal>h2 strong {
    color: var(--darkgreen)
}

div.ccards_accepted .ssl img {
    height: 30px
}

.ccards_accepted {
    margin-top: 10px;
}

strong.whatsthis {
    color: blue
}

strong.whatsthis:hover img.security_code {
    display: block
}

img.security_code {
    display: none;
    position: absolute;
    max-height: 100px;
    margin-top: -50px;
    margin-left: 200px
}

div.purchase div.billing-address {
    width: 600px;
    padding: 10px;
    float: left;
}

div.purchase div.billing-address p.same-address {
    font-weight: bold;
    margin: 15px;
    font-size: 14px
}

div.purchase div.shipping-address {
    height: 320px;
    background: url(../Images/authorize_net.jpg) bottom right no-repeat
}

div.purchase div.shipping-address table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 15px 0;
}

div.submit-payment {
    text-align: center
}

div.submit-payment .clause {
    max-height: 200px;
    overflow: auto;
    text-align: left
}

div.submit-payment a.button {
    margin-top: 10px
}

div.purchase_right {
    float: right;
}

div.purchase_card_type {
    float: left;
    width: 30%;
}

div.purchase_left2 {
    float: left;
    width: 50%;
}

div.purchase_middle {
    width: 50%;
}

div.purchase_left {
    float: left;
}

div.purchase_none {
    float: none;
}

div.purchase_shipping {
    float: left;
    width: 30%;
    height: 70px;
}

div.purchase_address {
    width: 100%;
    height: 70px;
}

div.security_code {
    width: 30%;
    height: 70px;
}

select.card_type {
    width: 100%;
    height: 25px;
}

select.purchase_month {
    width: 40%;
    height: 25px;
}

select.purchase_year {
    width: 20%;
    height: 25px;
}

img.credit_card {
    width: 20%;
    height: 40px;
    padding: 10px 10px 0;
}

img.security {
    width: 30px;
    right: auto
}

img.authorize_net {
    height: 230px;
}

input.text2_ {
    width: 60%;
    height: 25px;
}

input.text_ {
    width: 30%;
    height: 25px;
}

/*input.security_code { width: 50%; height:25px;}*/
input.card_name {
    width: 60%;
    height: 25px;
}

strong.gray {
    color: gray
}

strong.blue {
    color: blue
}

div.padding8 {
    padding: 8px;
}

/* ATTACHMENTS */
iframe#uploaderFrame {
    display: none
}

/* 3 QUOTES */
div#quote_submission_submit {
    margin: 15px
}

div#quote_submission_submit input[type="button"] {
    padding: 5px 10px;
    margin: 10px 0;
}

div#quote_submission_confirmation h2 {
    text-align: center
}

div#quote_submission_confirmation p.congrats {
    text-align: center;
    margin: 20px 0
}

div#quote_submission_confirmation ul {
    padding: 20px;
}

div#quote_submission_confirmation ul li {
    list-style: disc
}

/* ITEMS TABLE */
table.items_table {
    width: 100%;
}

table.items_table thead td {
    background: #e0f0fd;
    font-weight: bold
}

table.items_table thead.insert td {
    background: #e5fde0;
}

table.items_table tr:nth-child(even) {
    background: #f0f0f0
}

table.items_table td {
    padding: 8px;
    border: dotted 1px #999
}

table.items_table tbody tr:hover {
    background: #f0d7c1;
    cursor: pointer
}

table.items_table tr.selected {
    background: #f0d7c1;
    font-weight: bold
}

table.items_table span.order {
    display: inline-block
}

table.items_table i.icoArrow {
    display: inline-block
}

table.items_table p {
    margin: 0
}

td.actions {
    width: 50px;
}

td.actions a {
    margin-left: 6px
}

.ui.styled.accordion,
.ui.styled.accordion .accordion {
    border-radius: 0
}

/* TEMPLATE ALIGN */
div.template-right {
    text-align: right;
    margin-right: 20px;
}

div.template-left {
    text-align: left;
    margin-left: 20px;
}

div.template-center {
    text-align: center;
}

/* SPECIAL CLASSES */
.field.cRadio1 {
    border: solid 1px var(--darkgreen);
    border-radius: 5px;
    padding: 9px !important;
    border-left: solid 1px var(--darkgreen) !important;
    margin-right: 5px !important;
    cursor: pointer;
    border-radius: 15px;
}

.field.cRadio1:not(.cRadio1Checked):hover {
    border: solid 1px var(--darkgreen);
    border-left: solid 1px var(--darkgreen) !important;
    background: #eee;
}

.field.cRadio1 label {
    color: var(--darkgreen);
    cursor: pointer;
}

.field.cRadio1 input:checked {
    color: #0160c1;
}

.field.cRadio1Checked {
    background: #c7e0c8;
}

.field.cRadio1Checked label {
    color: var(--darkgreen);
}

.field.cLimitRadio {
    max-width: 50%;
}

.fixed-summary {
    position: fixed;
    top: 25px;
    left: 0;
    width: 370px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.5);
}

.fixed-documents {
    position: fixed;
    top: 25px;
    right: 0;
    width: 400px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.5);
}

/* NEW DESIGN */
.new-design .wizard-header {
    color: var(--darkgreen);
    padding: 10px;
    text-align: left;
    font-weight: 900;
    width: 100%;
    font-size: 180%;
    margin: 0 20px;
    border-bottom: solid 1px var(--darkgreen);
    padding-left: 0;
}

.ui.checkbox .box:before,
.ui.checkbox label:before {
    border: 1px solid var(--darkgreen);
}

.ui.form select {
    border: 1px solid var(--darkgreen);
}

.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="time"],
.ui.form input[type="text"],
.ui.form input[type="url"] {
    border: 1px solid var(--darkgreen);
}

.ui.selection.dropdown {
    border: 1px solid var(--darkgreen);
}

.ui.dropdown .menu>.item:hover {
    background: #1e90ff;
    color: white;
}

.ui.modal>.header:not(.ui) {
    color: var(--darkgreen);
    border-bottom: solid 1px var(--darkgreen);
}


.ui.info.message,
.ui.attached.info.message {
    box-shadow: 0px 0px 0px 1px #ccc inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.info.message {
    background-color: white;
    color: black;
}


/* RESPONSIVE */
@media (max-width: 600px) {
    div .steps-jump {
        font-size: 12px
    }

    div.steps-container {
        width: 100%;
        min-width: 0;
        height: auto;
        margin-bottom: 20px;
        margin-left: 3px;
        background: url(../../Images/steps_container_bg.jpg) no-repeat;
    }

    div.insuranceStepActions .button {
        font-size: 15px
    }

    div.insuranceStepActions .primary.right.button {
        margin-left: 10px
    }


    /* Q&A */
    div.questions-2col {
        width: auto;
        height: auto;
        margin-bottom: 10px
    }

    div.questions-2col span.title {
        width: auto;
        float: inherit;
        display: block
    }

    div.questions-2col i {
        float: inherit
    }

    span.stepHighRes {
        display: none !important
    }

    span.stepLowRes {
        display: block !important
    }

    .ui.form .six.wide.field {
        width: 100% !important
    }

    .ui.form .four.wide.field {
        width: 100% !important
    }

    .ui.form .eight.wide.field {
        width: 100% !important
    }

    /* Templates */
    img.security_code {
        margin-top: 0px;
        margin-left: 100px
    }

    .desktop-only {
        display: none !important
    }

    .wizardSteps li {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 31px;
        border-radius: 20px;
        background: #25b425;
        margin: 0 1em;
        display: inline-block;
        color: white;
        position: relative;
        font-size: 15px;
    }

    .wizardSteps li::before {
        content: '';
        position: absolute;
        top: 10px;
        left: -30px;
        width: 50px;
        height: 2px;
        background: #25b425;
        z-index: -1;
    }

    .field.cLimitRadio {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    div.ccards_accepted {
        height: 60px;
    }

    div.ccards_accepted .cards {
        float: left;
        /*width:40px*/
    }

    div.ccards_accepted span {
        float: left;
        margin: 7px 15px;
    }

    div.ccards_accepted .ssl {
        float: right;
    }

    .mobile-only {
        display: none !important;
    }

    .field.cLimitRadio {
        max-width: 50%;
    }
}

@media only screen and (max-height: 600px) {
    .formDialog {
        max-height: 300px;
        overflow:auto;
    }
}
