﻿.x-box-type-b {
    border: solid 1px #cfcfcf;
    border-radius: 3px;
    background: #f7f7f7;
    margin-bottom: 10px;
    padding: 0px;
    padding-bottom: 5px;
    position: relative;
}

.x-box-type-c {
    float: right;
    width: 31%;
    margin-left: 15px;
    margin-bottom: 15px;
    border: solid 1px #cfcfcf;
    border-radius: 3px;
    background: #f7f7f7;
    padding: 0 10px 15px 10px;
    position: relative;
}

.must-indic {
    position: absolute;
    bottom: 5px;
    left: 7px;
    color: #d9534f;
    font-size: 11px;
}

.canvas-sig {
    height: 90px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background: #fff;
}
.questioanaries-table .canceled {
    color: #c8c8c8;
}

.questionnaire-preview .disabled {
    pointer-events: none;
}

.appointmentRemark .disabled {
    pointer-events: none;
}
.space-fix .x-toggle {
    margin-top: 0;
    height: 19px;
}

.x-box-type-b {
    border: solid 1px #cfcfcf;
    border-radius: 3px;
    background: #f7f7f7;
    margin-bottom: 10px;
    padding: 0px;
    padding-bottom: 5px;
    position: relative;
}

.x-box-type-c {
    float: right;
    width: 31%;
    margin-left: 15px;
    margin-bottom: 15px;
    border: solid 1px #cfcfcf;
    border-radius: 3px;
    background: #f7f7f7;
    padding: 0 10px 15px 10px;
    position: relative;
}
.fnt-b {
    font-weight: bold;
}
.pad-10 {
    padding: 10px !important;
}
.x-inner-tabs .nav.nav-tabs {
    background: none;
    margin-bottom: -1px;
    margin-right: 10px;
}

    .x-inner-tabs .nav.nav-tabs li {
        min-width: inherit;
        border-top: solid 1px #DDDDDD;
        border-left: solid 1px #DDDDDD;
    }

        .x-inner-tabs .nav.nav-tabs li a {
            padding: 7px 15px;
        }

        .x-inner-tabs .nav.nav-tabs li:first-child {
            border-right: solid 1px #DDDDDD;
        }

        .x-inner-tabs .nav.nav-tabs li.active {
            background: #ffffff;
            border-bottom: solid 1px #fff;
        }

            .x-inner-tabs .nav.nav-tabs li.active a {
                background: none;
            }

/*client-dropdown.fix.ng-pristine.ng-untouched.ng-isolate-scope.ng-empty.ng-invalid.ng-invalid-required*/
.has-error client-dropdown .inputdropdown {
    border: 1px solid #a94442;
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 3px
}
  input.has-error{
    border: 1px solid #a94442;
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 3px
}
.x-login-block {
    max-width: 800px;
    margin: 100px auto;
}

    .x-login-block .x-splash {
        border-left: solid 1px #ccc;
    }


.x-splash {
    padding: 130px 0 30px 30px;
    height: 430px;
    text-align: center;
}

    .x-splash .x-splash-img {
        margin: auto;
        height: 250px;
    }

    .x-splash .x-splash-logo {
        width: 300px;
        margin: auto;
    }
img {
    max-width: 100%;
}

/* rrdropdown */
rrdropdown {
    color: #333;
    display: block;
    position: relative;
}

    rrdropdown .dd-container {
        display: inline-table;
        width: 100%;
        border: 1px solid #ccc;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
        -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }

        rrdropdown .dd-container.focus {
            border: 1px solid #66afe9;
            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        }

    rrdropdown input {
        border-radius: 3px;
        border: 1px none;
        outline: none;
        width: 99%;
        margin-left: 20px;
        display: table-cell;
        vertical-align: middle;
        cursor: default;
        height: 28px;
        color: #555;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    rrdropdown .caret-con {
        display: table-cell;
        vertical-align: middle;
        /*width: 10px;*/
        /*padding: 0 5px;*/
        text-align: left;
        padding-left: 7px;
    }

    /*rrdropdown .caret {
                border-top: 7px dashed;
            }*/

    rrdropdown ul {
        display: none;
        position: absolute;
        right: 0;
        background-color: #fff;
        width: 100%;
        padding: 0;
        margin: 0;
        border: 1px solid #66afe9;
        list-style: none;
        overflow: auto;
        max-height: 200px;
        z-index: 99999;
    }

        rrdropdown ul.show {
            display: block;
        }

        rrdropdown ul.hover {
            display: block;
        }

    rrdropdown > .dd-container > ul.dd-list > li {
        padding: 2px 10px;
        cursor: pointer;
        min-height: 0;
        color: #555;
        font-size: 12px;
    }

    rrdropdown ul li:hover {
        background-color: #66afe9;
        color: #fff;
    }

    rrdropdown.typeAhead .caret-con {
        display: none;
    }

    rrdropdown.typeAhead input {
        margin-left: 0;
    }

    /*@Avidan: fix for drop down*/
    rrdropdown.fix input {
        margin: unset;
    }

    rrdropdown.fix .dd-container .caret {
        position: absolute;
        left: 10px;
    }
    /*@Avidan: disabled state for drop down*/
    rrdropdown[disabled] {
        cursor: not-allowed;
    }

        rrdropdown[disabled] input, rrdropdown[disabled] span {
            pointer-events: none;
            background-color: #eee;
            opacity: 1;
        }


/* END: rrdropdown */
