﻿.underwriting-question {
    /*font-size: 16px;*/
    padding: 10px 10px;
    border-bottom: 1px dotted #ccc;
}

.underwriting-question input {
    margin-left:10px;
}

.panel {
    background-color: #fff;
}

.panel-default > .panel-heading {
    background-color: rgb(3,24,83);
    color: #fff;
}

.panel-heading h3 {
    margin: 0;
    display: inline-block;
}

.panel-heading-quote {
    padding: 10px 10px 14px 15px;
}

.form-group div {
    margin-top: 0 !important;
}

.control-label {
    color: #1a4258;
}
@media screen and (min-width: 769px) {
    .control-label {
        text-align: right !important;
    }
}

@media (max-width: @screen-xs-max) {
    .control-label {
        text-align: left !important;
    }
}

.has-error {
    background-color:lightsalmon !important;
}

/*.panel-summary {
    max-height: 120px;
    overflow-y: hidden;
}*/
.panel.show-all .panel-summary {
    max-height: inherit;
}

.panel-action-trigger {
    float: right;
    margin-left: 10px;
    min-width: 120px;
}

.panel-heading a.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.panel-edit .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255,255,255, 0.3);
}



.panel-edit{
    display: none;
}

.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}

/* Vue instancing */
[v-cloak] {
    display: none;
}
/* Vue instancing */

/* Signature page */
.signed-initials {
    min-width: 70px;
    font-weight: bold;
    padding-top: 10px;
}

.signature-info {
    font-weight: bold;
}



/* Signature page */

/* Quote Components */
.invalid-panel {
    background-color: #FBE9E7 !important;
    border: 1px solid #FF5722 !important;
}

.invalid-panel-edit {
    background-color: #FFF !important;
}

.invalid-form-field {
    background-color: #FBE9E7 !important;
    border: 1px solid #FF5722 !important;
}
/* Quote Components */