﻿body{
    font-family: 'source sans pro','open sans',arial;
    color: #373737;
}
/*nav.navbar {
    background-color: #fff;
    background-image: url('images/mom_header_background.png');
    background-position: right center;
    background-repeat: no-repeat;
}*/

#portal-logo {
    padding-left: 45px;
    /*color: #3C8843;*/
    color:#337ab7;
    font-size: 28px;
    background-position: 4px 0px;/*0px 2px;*/
    background-repeat: no-repeat;
    /*background-image: url('images/NC-logo.png');*/
    /*background-image: url('images/menu_logo.png');*/
    background-image: url('images/sjrh_menu_logo.png');
    background-size: 50px auto;
}

th .k-grid-filter.k-state-active {
    background-color: #7ea700;
}

.numbers {
    text-align: right;
}

.app-field .detail-value {
    background-color: #efefef;
    background-image: none;
    border: 1px solid #DDD;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.detail-form input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

    .detail-form input[type='checkbox']:checked {
    }

.editing-form input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

.editing-form .control-label {
    padding-top: 12px;
}

.editing-form .k-datepicker {
    width: inherit;
}

.field-validation-error {
    color: red;
}


.mform-buttons .btn {
    margin-bottom: 14px;
}

.required {
    color: #f8601d;
}

.mform-buttons .label {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;
    touch-action: manipulation;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /*border: 1px solid transparent;*/
    margin-bottom: 14px;
}

.mform-section label {
    font-weight: normal;
}

.mform-group .well {
    padding-bottom: 0px;
}

.mom-warning {
    color: #f8741d;
    font-weight: bold;
}

.box {
    border: 1px solid #979797;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block;
}

.intro-vital {
    display: inline-block;
    margin-right: 20px;
    line-height:normal;
}

    .intro-vital #vital-banner {
        display: inline-block;
        background-color: #FF4D4D;
        text-align: center;
        padding:10px 16px;
    }

        .intro-vital #vital-banner img {
            width: auto;
            height:38px;
        }

        .intro-vital #vital-banner p {
            font-size: 16px;
            color: #ffffff;
            margin-top: 6px;
        }

    .intro-vital .vital-content {
        display: inline-block;
        margin-top: 10px;
        /*margin-top:auto;
    margin-bottom:auto;*/
        vertical-align: top;
    }

        .intro-vital .vital-content li {
            display: inline-block;
            margin-left: 30px;
        }

            .intro-vital .vital-content li h3 {
                font-size: 16px;
                font-weight: 500;
                color: #8A8A8A;
                padding-right: 28px;
            }

            .intro-vital .vital-content li p {
                font-size: 36px;
                font-weight: 600;
                color: #373737;
                padding-right: 28px;
                border-right: 1px solid #C2C2C2;
            }

            .intro-vital .vital-content li:last-child p {
                border: 0;
                padding-right: 60px;
            }

    .intro-vital ul, .intro-vital h3, .intro-vital p {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

.health-condition {
    padding: 0 12px;
    /*margin-left: 30px;*/
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

    .health-condition h3 {
        font-size: 20px;
        font-weight: 600;
        color: #FF4D4D;
    }

    .health-condition p {
        color: #393939;
        font-size: 14px;
        /*padding-top: 12px;*/
        /*width: 166px;*/
        padding-left: 18px;
        padding-right: 18px;
        /*padding-bottom: 14px;*/
        line-height: 140%;
    }

.flow-content .title {
    padding-left: 1.1em;
    font-size: 26px;
    color: #333;
    font-weight: 600;
}

.panel-footer {
    padding: 10px 30px;
}

.date {
    margin-left: 15px;
    margin-right: 15px;
    height: 1.3em;
    overflow: hidden;
}

/*time visits overview*/
.timevisits-overview {
}

    .timevisits-overview .status {
        padding-left: 28px;
        font-size: 1.2em;
    }

    .timevisits-overview .badge {
        /*background-color: #057600;*/
        border-radius: 50px;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        text-align: center;
        /*color: #0AE700;*/
    }

    .timevisits-overview .completed {
        border-color: #08BA00;
    }

        .timevisits-overview .completed .panel-heading {
            background-image: url("images/bg_completed.png");
            background-repeat: no-repeat;
            background-position: top right;
            background-size: 160px;
        }

        .timevisits-overview .completed .status {
            color: #08BA00;
        }

        .timevisits-overview .completed .panel-footer {
            background-color: #08BA00;
            color: #fff;
        }

        .timevisits-overview .completed .badge {
            background-color: #057600;
            color: #0AE700;
        }

    .timevisits-overview .inprogress {
        border-color: #00B2FF;
    }

        .timevisits-overview .inprogress .panel-heading {
            /*background-image: url("images/.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 160px;*/
        }

        .timevisits-overview .inprogress .status {
            color: #00B2FF;
        }

        .timevisits-overview .inprogress .panel-footer {
            background-color: #00B2FF;
            color: #fff;
        }

        .timevisits-overview .inprogress .badge {
            background-color: #007EB5;
            color: #3EC5FF;
        }

    .timevisits-overview .pending {
        border-color: #CECECE;
    }

        .timevisits-overview .pending .title {
            color: #B9B9B9;
        }

        .timevisits-overview .pending .panel-heading {
            background-image: url("images/bg_pending.png");
            background-repeat: no-repeat;
            background-position: top right;
            background-size: 110px;
        }

        .timevisits-overview .pending .status {
            color: #B1B1B1;
        }

        .timevisits-overview .pending .panel-footer {
            background-color: #CECECE;
            color: #fff;
        }

        .timevisits-overview .pending .badge {
            background-color: #B6B6B6;
            color: #EAEAEA;
        }

    .timevisits-overview .not-started {
        border-color: #DA9E76;
    }

        .timevisits-overview .not-started .title {
        }

        .timevisits-overview .not-started .panel-heading {
            background-image: url("images/bg_notStarted.png");
            background-repeat: no-repeat;
            background-position: top right;
            background-size: 110px;
        }

        .timevisits-overview .not-started .status {
            color: #DF6C20;
        }

        .timevisits-overview .not-started .panel-footer {
            background-color: #DA9E76;
            color: #fff;
        }

        .timevisits-overview .not-started .badge {
            background-color: #B66027;
            color: #DA9E76;
        }

.timevisitinfo-item {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.stage {
}

    .stage .panel-footer {
        position: relative;
    }

    .stage .formTypeName {
        margin-right: 8px;
    }

    .stage .progressIcon {
        position: absolute;
        right: 17px;
        top: 10px;
    }

    .stage .sectionTypeName {
        padding-left: 17px;
        padding-right: 2px;
        vertical-align: top;
        font-size: 26px;
        color: #373737;
        font-weight: 600;
    }

    .stage .sectionTypeStatus {
        padding-left: 5px;
        padding-right: 17px;
        height: 45px;
    }

    .stage.completed {
        border-color: #08BA00;
    }

        .stage.completed .sectionTypeStatus {
            color: #08BA00;
        }

        .stage.completed .panel-footer {
            color: #ffffff;
            background-color: #08BA00;
        }


    .stage.inprogress {
        border-color: #00B2FF;
    }

        .stage.inprogress .sectionTypeStatus {
            color: #0661BF;
        }

        .stage.inprogress .panel-footer {
            color: #ffffff;
            background-color: #00B2FF;
        }

        .stage.inprogress .badge {
            background-color: #007EB5;
            color: #3EC5FF;
        }

    .stage.not-started {
        border-color: #F5AB02;
    }

        .stage.not-started .sectionTypeStatus {
            color: #BF8500;
        }

        .stage.not-started .panel-footer {
            color: #ffffff;
            background-color: #F5AB02;
        }

    .stage.not-applicable {
        border-color: #CECECE;
    }

        .stage.not-applicable .sectionTypeStatus {
            color: #808080;
        }

        .stage.not-applicable .panel-footer {
            color: #fff;
            background-color: #CECECE;
        }


.prompt.well {
    background-color: #127DB4;
}

.prompt .panel-footer {
    background-color: #fff;
}

.prompt .panel-primary {
}

    .prompt .panel-primary > .panel-heading {
        color: #009DE1;
        background-color: #F2FBFF;
        border-color: #F2FBFF;
    }
/*.prompt .panel-primary .panel-heading{
        background-color:#F2FBFF;
    }*/

.mform-buttons a {
    margin-right: 20px;
    text-align: left;
}

.mform-buttons a.has-sub {
   line-height: 10px;
}

.mform-buttons .fa-2x {
    /*font-size: 28px;*/
    vertical-align: -5px;
}

.mform-buttons .has-sub .fa {
    /*font-size: 28px;*/
    vertical-align: -16px;
}

.mform-buttons .has-sub .sub-desc {
    display:block;
    font-size: 12px;
    font-weight: 500;
    color: #A8A8A8;
    padding: 0;
    margin: 0;
    margin-left: 40px;
    margin-top: -12px;
}

.mform-buttons .sub-desc2 {
    display:block;
    text-align:left;
    font-size: 12px;
    font-weight: 500;
    /*color: #333;*/
    padding: 0;
    margin: 0;
    margin-top:4px;
}

.mform-buttons .label {
    margin-right: 10px;
    padding: 6px 12px;
}


.table .action{
            text-decoration:none;
            padding: 3px 4px;
        }

/**font: 11px Tahoma, sans-serif;*/
.datagrid-container {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
/*#DataGrid, #DataGrid2, .k-grid {
    margin: 10px 0px 35px 0px;
    font-size: 11px;
}*/

.btn-primary{
    background-color:#037095;
}

 .hr-line-dashed {
            border-top: 1px dashed #e7eaec;
            color: #ffffff;
            background-color: #ffffff;
            height: 1px;
            margin: 20px 0;
        }

 .subQuestion{
     margin-left:10px;
 }

 /*overwrite*/
 .form-section > .panel-heading{
     font-size:1.3em;color:#ffffff;
 }
  .form-section >.DivFormTypeName{

 }
  .form-section >.DivFormStatus{

  }
  /*Form*/
   .QuestionTitle {
            font-size: 18px;
            margin-top: 15px;
            margin-bottom: 15px;
            font-weight: 800;
        }

        .text-underline {
            text-decoration: underline;
        }

        .normal-fontweight {
            font-weight: normal;
        }
        .i {
            font-style: italic;
        }

        .row.arrangement2 {
            margin-top: 12px;
        }

        .arrangement2 .control-label {
            padding-top: 8px;
        }

         .crow {
            margin-left: 0;
            margin-right: 0;
        }

         .crow .control-label{
             height:40px;
         }
        .crow .control-label, .crow select, .crow input, .crow .k-widget{
             font-size:10px;
             width:100%;
        }
        .crow select, .crow input{
             padding:6px 6px;
        }
        .ccol{
            padding:1px;
        }

         .crow .k-picker-wrap, .crow input.k-input{
             height:26px;
        }
        .crow .k-icon{
            width:18px;
            height:18px;
        }
