﻿body {
    line-height: normal;
    overflow-x: auto !important;
    overflow-y: visible !important;
}

.rr-ruleset-label {
    font-size: 12px;
    font-family: Source Sans Pro Semibold,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    letter-spacing: .64px;
    display: block;
}

.rr-ruleset-wording {
    font-size: 14px;
    font-family: Source Sans Pro,Arial,Helvetica,sans-serif;
    color: #000;
    margin-bottom: 16px;
}

/*/buttons*/
.btn {
    padding: 8px 24px 9px 24px;
    border-radius: 2px;
    text-transform: capitalize;
    font-family: Source Sans Pro Semibold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 36px;
    border: none;
}

.btn-primary {
    background-color: #0096d7;
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #0096d7;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus {
    background-color: #0096d7;
}

.btn-primary.disabled .caret, .btn-primary[disabled] .caret {
    color: #fff;
}

.btn-primary:hover {
    background-color: #42afde;
}

.btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:focus, .btn-primary.active.focus {
    background-color: #0072a4 !important;
    border-width: 1px !important;
    box-shadow: 0 0 1px 1px #0096d7 !important;
}

.btn-default {
    color: #FFF;
    background-color: #7a7879;
}

.btn-default:hover {
    color: #FFF;
    background-color: #666666;
}

.btn-default.disabled, .btn-default[disabled] {
    background-color: #e5e5e5;
    color: #a6a6a6;
    opacity: 1;
}

    /*Modals*/
    /*
* @UI Vertafore Modal Window
*/
    .modal-body-mask {
        position: absolute;
        z-index: 10000;
        background-color: rgba(0, 0, 0, 0.15);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.modal-content {
    border-radius: 2px 2px 2px 2px;
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

    .modal-content > div[role="dialog"] {
        border-radius: 0 0 2px 2px;
    }

.vf-modal-header {
    background-color: #262626;
    border-radius: 2px 2px 0 0;
    padding: 16px 24px 20px;
    border-bottom: none;
}

.modal-header-icon {
    float: left;
    color: #fff;
    margin-top: 1px;
    margin-right: 8px;
    font-size: 16px;
}

.modal-close-btn {
    margin-top: 3px;
    color: #bfbfbf;
    outline: none;
}

    .modal-close-btn:hover {
        color: #e5e5e5;
    }

    .modal-close-btn:active {
        color: #fff;
    }

.vf-modal-title {
    border: none;
    font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
    font: bold 16px Helvetica;
    color: #fff;
    margin-bottom: 0;
}.vf-modal-title {
     border: none;
     font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
 }

.modal-body {
    padding: 20px 20px 60px 20px;
}

    .modal-body p {
        margin-bottom: 2px;
        line-height: 1.4;
    }

    .modal-body strong {
        font-family: Source Sans Pro Semibold, Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

    .modal-body .form-group {
        margin-bottom: 12px;
    }

    .modal-body label {
        margin-bottom: 0;
        font-family: Source Sans Pro Semibold, sans-serif;
        font-size: 13px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .modal-body textarea {
        resize: none;
    }

    .modal-body .form-inline .bootstrap-select {
        width: auto;
    }

    .modal-body.form-group.no-margin {
        margin-bottom: 0;
    }

.modal-footer, .vf-modal-footer {
    padding: 16px;
    text-align: right;
}

.vf-modal-footer {
    padding: 24px 24px 24px 24px;
    background-color: #f2f2f2;
    border-radius: 0 0 2px 2px;
    white-space: nowrap;
}

    .vf-modal-footer:after {
        display: none;
    }

    .vf-modal-footer .btn + .btn {
        margin-left: 5px;
    }


.modal-body .ir-modal-title {
    margin-bottom: 30px;
}

/* Modal Forms */
.import-modal .modal-body label {
    float: none;
    /* clear float for attributes form in Import Modal */
    width: auto;
    margin-left: 0;
    margin-bottom: 4px;
    line-height: initial;
}

.import-modal .modal-body .radio-inline label {
    font-size: 12px;
    line-height: 17px;
    font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
}

.field-required.form-control, .field-required .form-control:focus, .field-required.form-control:focus {
    border-left: 3px solid #ee1c25;
}
.ruleset-name::selection {
    background-color: #d5e8f6;
}

.ruleset-name::selection {
    background-color: #d5e8f6;
}

.form-control {
    height: 32px;
    padding: 2px 10px;
    font-size: 14px;
    font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
    margin-top: 8px;
    margin-bottom: 6px;
    width: 100%;
    border-radius: 2px;
    color: black;
}

.form-control::placeholder {
    color: #a0a0a0;
    font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
}

.form-control:-ms-input-placeholder { /*Internet Explorer 10-11 */
    color: #a0a0a0;
    font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
}

.form-control::-webkit-input-placeholder /* Edge */
{
    color: #a0a0a0;
    font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #0096d7;
    color: black;
    outline: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}