﻿.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
}