/***********************GLOBAL***********************************/
html {
    /*overflow-y: scroll;*/
}

body {
    background: #ededed;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #363636;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y:scroll;
    display:block;
    /*  border-top: 4px solid #105c83;*/
    /*padding-right: 0px !important;*/
}


h1,
h2,
h3 /*,
h4
h5,
h6*/ {
    font-family: 'TradeGothic18', Helvetica, Arial;
    font-weight: bold;
}

h5 {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: bold;
}

a {
    color: #3a86c4;
}


::-webkit-input-placeholder {
    color: rgba(154,154,154,.6);
    font-style: italic;
}

::-moz-placeholder {
    color: rgba(154,154,154,.6);
    font-style: italic;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: rgba(154,154,154,.6);
    font-style: italic;
}
/* ie */
input:-moz-placeholder {
    color: rgba(154,154,154,.6);
    font-style: italic;
}


.form-control {
    border-radius: 0;
}

.form-control-file-type {
    display: none;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    /*	padding: 11px 15px;*/
}

.btn-primary {
    color: #fff;
    background-color: #3a86c4;
    border-color: #3a86c4;
}
.btn-ci-orange {
    color: #fff;
    background-color: #f49242;
    border-color: #f49242;
}

.btn-lg {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-invert {
    color: #FFF;
    border-color: #FFF;
    border-width: 2px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.checkbox-ci {
    margin-top: 7px;
    margin-bottom: 7px;
}

.btn-radius-ci {
    border-radius: 200%;
}

.well {
    border-radius: 0;
}

.fa-invert-ci {
    background-color: #3a86c4;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    color: #FFF;
    font-size: 12px !important;
    padding: 5px;
    text-align: center;
}

.nav > li > a {
    border-radius: 0;
    color: #9a9a9a;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #3a86c4;
}

.nav-tabs-primary {
    border-bottom-color: #3a86c4;
}

    .nav-tabs-primary > li > a {
    }

        .nav-tabs-primary > li > a:hover {
            border-bottom-color: #3a86c4;
        }

    .nav-tabs-primary > li.active > a,
    .nav-tabs-primary > li.active > a:focus,
    .nav-tabs-primary > li.active > a:hover {
        color: #FFF;
        cursor: default;
        background-color: #3a86c4;
        font-weight: bold;
    }


#Device_Anchor .nav-tabs > li.active > a,
#Device_Anchor .nav-tabs > li.active > a:focus,
#Device_Anchor .nav-tabs > li.active > a:hover {
   color: #FFF;
        cursor: default;
        background-color: #3a86c4;
        font-weight: bold;
}
#Device_Anchor .nav-tabs{
    border : 0px;
}

.navbar {
    border-radius: 0;
    border: 0;
}

.navbar-default {
    background: #4c4c4c;
    color: #FFF;
    margin: 25px 0 20px;
}

.navbar .navbar-title-ci {
    float: left;
    height: 50px;
    font: 26px/20px 'TradeGothic18', Helvetica, Arial;
    padding: 15px 15px;
}

.navbar .navbar-text {
    margin-right: 15px;
    line-height: 20px;
    color: #FFF;
}

ul.reset-list-ci,
ol.reset-list-ci {
    list-style-type: none;
    padding: 0;
    margin: 0;
    outline: 0;
}

.nav-pills-sm-ci > li > a {
    font-size: 12px;
    padding: 5px 9px;
}
/***********************\GLOBAL***********************************/

.navbar-header-ci {
    background: #302f2f;
    border: 0;
    border-radius: 0;
    height: 65px;
    font-family: 'TradeGothic18', Helvetica, Arial;
    margin: 0;
}

    .navbar-header-ci .navbar-header {
        padding-top: 13px;
        padding-bottom: 10px;
    }

        .navbar-header-ci .navbar-header a.navbar-header-logo-ci {
            float: left;
            /*background:  url("../img/logo-hh.png") no-repeat;*/
            background: url("../img/HH_Transparent.png") no-repeat;
            /*background: none,  url("../img/logo-hh.svg") no-repeat;*/
            background: none, url("../img/HH_Transparent.png") no-repeat;
            width: 171px;
            height: 36px;
        }

        .navbar-header-ci .navbar-header a.navbar-header-research-logo-ci {
            float: left;
            background: url("../img/FINALHHlogoResearch.png") no-repeat;
            background: none, url("../img/FINALHHlogoResearch.png") no-repeat;
            width: 171px;
            height: 70px;
        }

        .navbar-header-ci .navbar-header .navbar-header-cust-logo-ci {
            float: right;
            /*background:  url("../img/logo-hh.png") no-repeat;*/
            /* background:  url("../img/HH_Transparent.png") no-repeat;*/
            /*background: none,  url("../img/logo-hh.svg") no-repeat;*/
            /*background: none,  url("../img/HH_Transparent.png") no-repeat;*/
            width: auto;
            height: 36px;
            margin-left: 5px;
        }


@media (min-width:767px) {
   
    /*.navbar-header-ci .navbar-collapse .nav.navbar-nav-top-ci:before {
        display: none !important;
    }*/
    .navbar-header-ci .navbar-collapse .nav.navbar-nav-top-ci {
        margin: 17px 0 0 55px;
        width: 65%;
    }

        .navbar-header-ci .navbar-collapse .nav.navbar-nav-top-ci .btn {
            padding: 0 0 3px;
        }

        .navbar-header-ci .navbar-collapse .nav.navbar-nav-top-ci > li {
            margin-left: 34px;
        }

            .navbar-header-ci .navbar-collapse .nav.navbar-nav-top-ci > li:first-child {
                margin-left: 0;
            }

    .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown a.dropdown-toggle-user-ci {
        padding: 20px 37px 24px;
    }
}

@media (max-width:995px) {
    .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci:before {
        display: none !important;
    }
}

@media (max-width:767px) {
    .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown {
        margin-left: 6px;
    }

    .navbar-header-ci .navbar-collapse.in {
        overflow: visible;
    }

    .navbar-header-ci .navbar-header a.navbar-header-logo-ci {
        margin-left: 15px;
    }

    .navbar-header-ci .navbar-header a.navbar-header-cust-logo-ci {
        margin-left: 15px;
    }
}

.navbar-header-ci .navbar-collapse .nav.navbar-nav-top-ci .btn {
    border: 0;
    border-bottom: 1px solid transparent;
    font-family: 'TradeGothic18', Helvetica, Arial;
    color: #777777;
    font-size: 22px;
    text-align: left;
}

    .navbar-header-ci .navbar-collapse .nav.navbar-nav-top-ci .btn:hover {
        background: none;
        border-bottom-color: #3a86c4;
    }

    .navbar-header-ci .navbar-collapse .nav.navbar-nav-top-ci .btn:focus {
        background: none;
    }

/*.navbar-header-ci .navbar-collapse .nav.navbar-nav-top-ci > li .btn .fa-users{
    font-size: 18px;
}*/
.navbar-header-ci .navbar-collapse .nav.navbar-nav-top-ci > li.active .btn {
    border-bottom-color: #3a86c4;
    color: #FFF;
    font-weight: bold;
}

.navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci {
    font-size: 17px;
    /*	margin-top: 9px;*/
    position: relative;
}

    .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci:before {
        content: '';
        border-left: 1px solid #454444;
        display: block;
        height: 42px;
        position: absolute;
        top: 9px;
        left: 0;       
    }
    /*.navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown{
    margin-right: 6px;
}*/
    .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown a.dropdown-toggle-user-ci {
        color: #FFF;
        /*padding-top: 20px;
    padding-bottom: 20px;*/
        padding: 20px 37px 24px;
        /*padding-left: 22px;*/
        /*margin-bottom: 4px;*/
    }

    .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown.open {
        background: #FFF;
    }

        .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown.open a {
            color: #333;
        }

        .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown a.dropdown-toggle-user-ci:hover,
        .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown a.dropdown-toggle-user-ci:focus,
        .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown.open > a.dropdown-toggle-user-ci,
        .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown.open > a.dropdown-toggle-user-ci:focus,
        .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown.open > a.dropdown-toggle-user-ci:hover {
            background: none;
        }

    .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown ul.dropdown-menu {
        border-top: 0;
        margin-right: -1px;
    }

        .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.dropdown ul.dropdown-menu .btn {
            text-align: left;
        }

    .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li.site-search {
        padding-top: 9px;
    }

    .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li .btn-link-search {
        background: none;
        border: 0;
        font-size: 18px;
        color: #777777;
        padding: 12px;
    }

        .navbar-header-ci .navbar-collapse .nav.navbar-nav.navbar-nav-user-ci li .btn-link-search:hover {
            color: #FFF;
        }

.navbar-header-ci .navbar-toggle {
    border-color: #fff;
    background-color: #424141;
    transition: background-color .3s ease 0s;
}

    .navbar-header-ci .navbar-toggle[aria-expanded="true"],
    .navbar-header-ci .navbar-toggle:hover {
        background-color: #595858;
    }

    .navbar-header-ci .navbar-toggle .icon-bar {
        background: #fff;
    }



.wrapper-conteiner-ci {
    background: #FFF;
    /*	height: 100%;*/
    padding: 20px 20px 45px 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    /*	position: absolute;
    top: 100px;
    bottom: 0;*/
}

    .wrapper-conteiner-ci .content-container-ci {
    }

        .wrapper-conteiner-ci .content-container-ci .page-header-ci {
            background: #4c4c4c;
            color: #FFF;
            padding: 12px 16px 14px;
            margin: 0;
        }

            .wrapper-conteiner-ci .content-container-ci .page-header-ci h1 {
                margin: 0;
                font-weight: normal;
            }

                .wrapper-conteiner-ci .content-container-ci .page-header-ci h1 small {
                    color: #FFF;
                }

            .wrapper-conteiner-ci .content-container-ci .page-header-ci.page-header-primary-ci {
                background-color: #3a86c4;
            }



        .wrapper-conteiner-ci .content-container-ci .page-content-ci {
            border: 1px solid rgba(107,107,107,.22);
            border-top: none;
            padding: 16px 15px 0;
        }


.panel-group-primary-ci {
    margin-bottom: 16px;
}

    .panel-group-primary-ci > .panel {
        border-radius: 0;
    }

        .panel-group-primary-ci > .panel.panel-default:nth-of-type(2n+1) > .panel-heading {
            background-color: #f3f3f3;
        }

        .panel-group-primary-ci > .panel.panel-default > .panel-heading {
            background: none;
            border-radius: 0;
            font-size: 18px;
            line-height: 1.3;
            padding: 14px 10px;
        }

            .panel-group-primary-ci > .panel.panel-default > .panel-heading .panel-heading-text {
                color: #363636;
                font-weight: bold;
            }

            .panel-group-primary-ci > .panel.panel-default > .panel-heading .btn-radius-ci {
                background: none;
                width: 17px;
                height: 17px;
                text-align: center;
                line-height: 15px;
                vertical-align: 2px;
                padding: 0;
                margin-right: 7px;
            }

                .panel-group-primary-ci > .panel.panel-default > .panel-heading .btn-radius-ci .fa {
                }

            .panel-group-primary-ci > .panel.panel-default > .panel-heading.panel-heading-patient-ci {
            }

            .panel-group-primary-ci > .panel.panel-default > .panel-heading.panel-heading-active {
                background: #3a86c4;
                color: #FFF;
            }

                .panel-group-primary-ci > .panel.panel-default > .panel-heading.panel-heading-active .btn-radius-ci {
                    border-color: #FFF;
                    color: #FFF;
                }

                .panel-group-primary-ci > .panel.panel-default > .panel-heading.panel-heading-active .panel-heading-text {
                    color: #FFF;
                }

        .panel-group-primary-ci > .panel + .panel {
            margin-top: 0;
            border-top: none;
        }

        .panel-group-primary-ci > .panel.panel-default .panel-body {
            padding-left: 38px;
        }

            .panel-group-primary-ci > .panel.panel-default .panel-body h5:first-child {
                margin-top: 0;
            }

            .panel-group-primary-ci > .panel.panel-default .panel-body .well {
                margin-bottom: 8px;
            }

                .panel-group-primary-ci > .panel.panel-default .panel-body .well.well-sm {
                    padding-left: 15px;
                }

        .panel-group-primary-ci > .panel.panel-default.inactive .panel-heading {
            opacity: 0.4;
        }


.b-patient-card-ci {
    margin: -16px -15px 0;
}

    .b-patient-card-ci .patient-card-info-ci {
        border: none;
        margin-bottom: 0;
    }

        .b-patient-card-ci .patient-card-info-ci .row {
            line-height: 32px;
        }

            .b-patient-card-ci .patient-card-info-ci .row .col-sm-2:first-child {
                padding-left: 30px;
            }

.b-patient-additional-info-ci {
    display: none;
    padding-top: 20px;
}

    .b-patient-additional-info-ci .row-patient-info-ci {
        margin-bottom: 40px;
    }

.b-patient-additional-info-controll-ci {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    margin: -1px 3px 20px;
}

    .b-patient-additional-info-controll-ci .btn-toggle-slide {
        background: #9a9a9a;
        border-radius: 100%;
        width: 25px;
        height: 25px;
        color: #FFF;
        font-size: 22px;
        text-align: center;
        line-height: 25px;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin: 0 0 -13px -12px;
    }

        .b-patient-additional-info-controll-ci .btn-toggle-slide .fa-angle-up {
            vertical-align: top;
        }


.calendar-search-result-item-ci {
    background: #FFF;
    border: 1px solid #CCC;
    word-wrap: break-word;
    margin-bottom: 12px;
    cursor: pointer;
}

    .calendar-search-result-item-ci.ui-draggable-dragging {
        border: none;
        width: 232px;
        box-shadow: 0 0 5px #888;
        overflow: hidden;
        z-index: 50;
    }

        .calendar-search-result-item-ci.ui-draggable-dragging .calendar-search-element-title {
            border-bottom: 0;
        }

        .calendar-search-result-item-ci.ui-draggable-dragging .calendar-search-element-body {
            display: none;
        }

    .calendar-search-result-item-ci .calendar-search-element-title {
        background: #EEE;
        /*  border-bottom: 1px solid #CCC;*/
        /*border-radius: 4px 4px 0 0;*/
        padding: 4px 8px 6px;
        font-size: 15px;
    }

        .calendar-search-result-item-ci .calendar-search-element-title .handle-icon {
            color: #9a9a9a;
            top: 4px;
        }

    .calendar-search-result-item-ci .calendar-search-element-body {
        padding: 6px 8px;
    }

        .calendar-search-result-item-ci .calendar-search-element-body p.search-result-text {
            display: -webkit-box;
            display: box;
            overflow: hidden;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            box-orient: vertical;
            font-size: 13px;
            margin: 0;
            width: 100%;
        }

.b-patient-calendar {
    padding: 15px 0 20px;
    /*position: relative;*/
}

    .b-patient-calendar .nav-tabs-calendar-ci {
        /* margin-top: 78px;*/
    }
    /*.b-patient-calendar .calendar-elements-list-container{

}*/
    .b-patient-calendar .js-left-panel-content {
        height: 620px;
        overflow: hidden;
        overflow-y: auto;
    }

    .b-patient-calendar .patient-calendar {
    }

        .b-patient-calendar .patient-calendar .default-health-session {
        }

            .b-patient-calendar .patient-calendar .default-health-session .default-health-session__title h5 {
                /*margin-bottom: 0*/
            }

                .b-patient-calendar .patient-calendar .default-health-session .default-health-session__title h5 .glyphicon {
                    color: #AAAAAA;
                }

            .b-patient-calendar .patient-calendar .default-health-session .default-health-session__body {
                background-color: #dff0d8;
                border: 1px solid #d6e9c6;
                height: 40px;
                line-height: 38px;
                /*    font-size: 14px;*/
                color: #3c763d;
                text-align: center;
                margin: 0 8px 20px -1px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding: 0 50px 0 10px;
            }

                .b-patient-calendar .patient-calendar .default-health-session .default-health-session__body .spinner {
                    display: inline-block;
                    margin: 0;
                }

                .b-patient-calendar .patient-calendar .default-health-session .default-health-session__body.no-assigned {
                    background: #f3f3f3;
                    border: 2px dashed #CCC;
                    color: #363636;
                    line-height: 35px;
                    font-style: italic;
                }

                .b-patient-calendar .patient-calendar .default-health-session .default-health-session__body .default-health-session__mgmt {
                    float: right;
                    margin-right: -40px;
                }

                    .b-patient-calendar .patient-calendar .default-health-session .default-health-session__body .default-health-session__mgmt a {
                        color: #3c763d;
                    }



        .b-patient-calendar .patient-calendar .header-patient-calendar {
            display: flex;
            justify-content: flex-start;
            align-items: stretch;
            flex-wrap: wrap;
            margin-bottom: 1px;
            -ms-flex-wrap: wrap;
            display: -ms-flexbox;
        }

            .b-patient-calendar .patient-calendar .header-patient-calendar .calendar-day-name {
                float: left;
                background: #4c4c4c;
                /*border-right:  1px solid #CCC;
    border-bottom:  1px solid #CCC;*/
                width: 14.285714285714285714285714285714%;
                height: 50px;
                color: #FFF;
                font: 16px/50px 'TradeGothic18', Helvetica, Arial;
                text-align: center;
                text-transform: uppercase;
                margin-left: -1px;
                /*  border-top:  1px solid #CCC;
    border-left:  1px solid #CCC;*/
                /*margin: 0 -15px;*/
            }

                .b-patient-calendar .patient-calendar .header-patient-calendar .calendar-day-name + .calendar-day-name {
                    border-left: 1px solid #797979;
                }

    .b-patient-calendar .header-calendar {
        text-align: center;
        margin-bottom: 12px;
    }

        .b-patient-calendar .header-calendar .btn-radius-ci {
            width: 20px;
            height: 20px;
            padding: 0;
            margin: 0 7px;
            line-height: 20px;
            text-align: center;
            vertical-align: 5px;
        }

            .b-patient-calendar .header-calendar .btn-radius-ci .glyphicon {
            }

        .b-patient-calendar .header-calendar .calendar-month-name {
            font: 30px/1 'TradeGothic18', Helvetica, Arial;
            margin-bottom: 40px;
        }


    .b-patient-calendar .patient-calendar .calendar-month {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        display: -ms-flexbox;
        /*  border-top:  1px solid #e1e1e8;
    border-left:  1px solid #e1e1e8;*/
        /*margin: 0 -15px;*/
    }

        .b-patient-calendar .patient-calendar .calendar-month .calendar-day {
            float: left;
            /*  border-right:  1px solid #e1e1e8;
    border-bottom:  1px solid #e1e1e8;*/
            border: 1px solid #CCC;
            margin: -1px 0 0 -1px;
            width: 14.285714285714285714285714285714%;
            min-height: 115px;
            /*margin: 0 15px 15px;*/
        }

            .b-patient-calendar .patient-calendar .calendar-month .calendar-day.calendar-day-empty {
                background-color: #e6e6e6;
                color: #a6a6a6;
                /*opacity: 0.3;*/
            }

            .b-patient-calendar .patient-calendar .calendar-month .calendar-day .calendar-day-value {
                display: inline-block;
                border-radius: 22px;
                width: 22px;
                height: 22px;
                line-height: 22px;
                font-weight: bold;
                text-align: center;
                margin: 3px;
            }

                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .calendar-day-value.calendar-day-today {
                    background: #F00;
                    color: #FFF;
                }

            .b-patient-calendar .patient-calendar .calendar-month .calendar-day.hover-droppable {
                border: 2px dashed #e1e1e8;
            }

            .b-patient-calendar .patient-calendar .calendar-month .calendar-day.hover-droppable-disabled {
                background-color: #f2dede;
                border: 2px dashed #ebccd1;
            }


            .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event {
                background-color: #f3f3f3;
                border-top: 1px solid #FFF;
                border-left: 5px solid #FFF;
                padding: 8px;
                position: relative;
            }

                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event .program-name {
                    text-align: center;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event:last-child {
                    border-bottom: 1px solid #FFF;
                }

                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event .dropdown {
                    position: absolute;
                }

                    .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event .dropdown .dropdown-menu {
                        position: absolute;
                        /*display:block;*/
                        /*margin-bottom:5px;*/
                    }
                /*.b-patient-calendar .patient-calendar .calendar-month .calendar-day .event.event-status-2:before,*/
                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event.event-status-3:before,
                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event.event-status-4:before,
                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event.event-status-5:before {
                    content: "";
                    width: 8px;
                    height: 8px;
                    border-radius: 100%;
                    position: absolute;
                    top: 15px;
                    left: -3px;
                }

                /*.b-patient-calendar .patient-calendar .calendar-month .calendar-day .event.event-status-2:before {
                    background: #3396FF;
                }*/

                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event.event-status-3:before {
                    /*padding-left: 0;*/
                    background: #fffc00;
                }

                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event.event-status-4:before {
                    /*padding-left: 0;*/
                    background: #7aaa71;
                }

                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event.event-status-5:before {
                    /*padding-left: 0;*/
                    background: #cb3939;
                }

                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event.event-one-time-session {
                    background-color: #d9edf7;
                }

                .b-patient-calendar .patient-calendar .calendar-month .calendar-day .event .program-day {
                    font-size: 12px;
                    position: absolute;
                    top: 0;
                    right: 2px;
                    line-height: 1;
                }

.create-health-session-label-ci {
    padding: 40px 0 80px;
    text-align: center;
    font-style: italic;
}


.b-detailed-data .panel-group-detailed-data-ci .panel {
    border-radius: 0;
    border-color: #bce8f1;
    box-shadow: none;
    border: 0;
}

    .b-detailed-data .panel-group-detailed-data-ci .panel + .panel {
        border-top: 0;
        margin: 0;
    }

    .b-detailed-data .panel-group-detailed-data-ci .panel:first-child > table:first-child {
        border-top: 1px solid #ddd;
    }

.b-detailed-data .panel-group-detailed-data-ci .panel-heading {
    background-color: #3a86c4;
    border-top: 1px solid #ddd;
    border-radius: 0;
    padding-left: 36px;
    padding-right: 0;
    color: #FFF;
}
    /*.b-detailed-data .panel-group-detailed-data-ci .panel + .panel  .panel-heading{
  border-top: 0;
}*/

    .b-detailed-data .panel-group-detailed-data-ci .panel-heading.panel-heading-toggle-ci:before {
        content: "\f106";
        float: left;
        border: 1px solid #fff;
        border-radius: 100%;
        width: 17px;
        height: 17px;
        color: #fff;
        text-align: center;
        vertical-align: 2px;
        font: normal normal normal 14px/13px FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-left: 1px;
        margin: 3px 0 0 -25px;
    }

    .b-detailed-data .panel-group-detailed-data-ci .panel-heading.panel-heading-toggle-ci.collapsed:before {
        content: "\f107";
        line-height: 15px;
    }


.patient-detailed-data {
    padding: 15px 0 20px;
}

.b-detailed-data .panel-group-detailed-data-ci .panel-heading table.table {
    margin: 0;
    border: 0;
}

    .b-detailed-data .panel-group-detailed-data-ci .panel-heading table.table tr td {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .b-detailed-data .panel-group-detailed-data-ci .panel-heading table.table tr td:first-child /*,
.b-detailed-data .panel-group-detailed-data-ci .panel-collapse table.table tr td:first-child*/ {
            padding-left: 0;
        }

.b-detailed-data .panel-group-detailed-data-ci .panel-heading.panel-toggle {
    position: relative;
    cursor: pointer;
}

    .b-detailed-data .panel-group-detailed-data-ci .panel-heading.panel-toggle:before {
        margin: 0;
        position: absolute;
        top: 9px;
        left: 10px;
    }

.b-detailed-data .table-border-ci {
    border: 1px solid #ddd;
}

.b-detailed-data .panel-group-detailed-data-ci .table-border-ci {
    border-top: 0;
    /*  border-bottom: 0;*/
}

.b-detailed-data /*.panel-group-detailed-data-ci */ .table-striped td:first-child {
    padding-left: 35px;
}

.b-detailed-data-hint {
    margin: -10px 0;
}

.form-signin-ci {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin-ci .form-signin-heading-ci {
        margin: 20px -100px 10px;
        text-align: center;
    }

    .form-signin-ci .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin-ci .form-control:focus,
        .form-signin-ci .form-control.input-validation-error {
            z-index: 2;
        }

    .form-signin-ci input[type="email"] {
        margin-bottom: -1px;
    }

    .form-signin-ci input[type="password"] {
    }

    .form-signin-ci .validation-message-ci {
        font-size: 14px;
        padding: 8px 0;
    }

.has-asterisk {
}

    .has-asterisk:before {
        content: "*";
        display: inline-block;
    }

.b-session-container-content-ci {
    text-align: center;
    padding-top: 20px;
}

    .b-session-container-content-ci .nav-pills-session-ci {
        display: inline-block;
        margin-bottom: 4px;
    }

        .b-session-container-content-ci .nav-pills-session-ci > li + li {
            margin-left: 0;
        }

        .b-session-container-content-ci .nav-pills-session-ci > li > a {
            border: 1px solid #CCC;
        }

            .b-session-container-content-ci .nav-pills-session-ci > li > a.disabled {
                opacity: 0.5;
            }

        .b-session-container-content-ci .nav-pills-session-ci > li.active > a,
        .b-session-container-content-ci .nav-pills-session-ci > li.active > a:focus,
        .b-session-container-content-ci .nav-pills-session-ci > li.active > a:hover {
            border-color: #337ab7;
        }

.session-container-ci {
    position: relative;
}

.b-session-container-content-ci .new-session-label {
    text-align: center;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10px;
}

.b-session-container-content-ci .tab-content {
    text-align: left;
}

.b-patient-session-protocols.protocols-search {
    position: absolute;
    top: 211px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: auto;
}

.b-patient-session-protocols ul.session-protocols-list {
}

    .b-patient-session-protocols ul.session-protocols-list .session-protocols-list-item-ci,
    .b-patient-session-protocols ul.session-protocols-list .session-protocols-sortable-placeholder,
    .b-patient-session-protocols .session-protocol-collection-ci .no-protocol-placeholder {
        background: #f3f3f3;
        border: 1px solid #CCC;
        word-wrap: break-word;
        /*margin-bottom: 12px;*/
        padding: 6px 8px 6px 24px;
        min-height: 54px;
        /*    cursor: pointer;*/
    }

        .b-patient-session-protocols ul.session-protocols-list .session-protocols-list-item-ci + .session-protocols-list-item-ci {
            margin-top: -1px;
        }

        .b-patient-session-protocols ul.session-protocols-list .session-protocols-list-item-ci .btn-add {
            float: left;
            margin: -1px 0 0 -16px;
            color: #333;
            font-size: 14px;
        }

        .b-patient-session-protocols ul.session-protocols-list .session-protocols-list-item-ci .session-protocol-handle {
            float: right;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            text-align: center;
            margin: -6px -8px 0 0;
        }

            .b-patient-session-protocols ul.session-protocols-list .session-protocols-list-item-ci .btn-add.disabled,
            .b-patient-session-protocols ul.session-protocols-list .session-protocols-list-item-ci .session-protocol-handle.disabled {
                opacity: 0.65;
            }

        .b-patient-session-protocols ul.session-protocols-list .session-protocols-list-item-ci .session-protocol-text {
            font-size: 13px;
            margin: 0;
        }

            .b-patient-session-protocols ul.session-protocols-list .session-protocols-list-item-ci .session-protocol-text .protocol-text-highlight {
                background-color: #f0c869;
            }

        .b-patient-session-protocols ul.session-protocols-list .session-protocols-list-item-ci.session-protocols-list-item-selected-ci {
            background-color: #fcf8e3;
            border-color: #faebcc;
            color: #8a6d3b;
        }

            .b-patient-session-protocols ul.session-protocols-list .session-protocols-list-item-ci.session-protocols-list-item-selected-ci .btn-add,
            .b-patient-session-protocols ul.session-protocols-list .session-protocols-list-item-ci .session-protocol-handle {
                color: #8a6d3b;
            }

    .b-patient-session-protocols ul.session-protocols-list .session-protocols-sortable-placeholder,
    .b-patient-session-protocols .session-protocol-collection-ci .no-protocol-placeholder {
        position: relative;
        z-index: 2;
        border-width: 2px;
        border-style: dashed;
    }

.b-patient-session-protocols .session-protocol-collection-ci .no-protocol-placeholder {
    text-align: center;
    padding: 0;
    line-height: 54px;
    font-size: 14px;
    font-style: italic;
}

.b-patient-session-protocols .session-protocol-collection-ci {
    max-height: 160px;
    overflow: auto;
}

.b-patient-session-protocols .form-horizontal .show-grid-ci [class^="col-"] {
    border: 0;
}

.b-patient-session-protocols .form-horizontal .control-label {
    /*    font-size: 13px;*/
    font-weight: normal;
    padding-top: 5px;
}

.b-patient-session-protocols .session-protocols-submit {
    text-align: center;
    padding-top: 20px;
}

.b-patient-session-protocols .help-block {
    font-size: 14px;
}

.b-patient-session-protocols .recurring-session-rules-container .btn-sm.active.disabled {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.b-patient-session-protocols .recurring-session-rules-container .btn-group-frequency-ci {
    width: 205px;
    margin-left: auto;
    margin-right: auto;
}

.b-patient-session-protocols .recurring-session-rules-container .recurring-session-rules-content .recurring-session-panel {
    display: none;
}

    .b-patient-session-protocols .recurring-session-rules-container .recurring-session-rules-content .recurring-session-panel.active {
        display: block;
    }

    .b-patient-session-protocols .recurring-session-rules-container .recurring-session-rules-content .recurring-session-panel .btn-group.recurring-session-month-ci,
    .b-patient-session-protocols .recurring-session-rules-container .recurring-session-rules-content .recurring-session-panel .btn-group.recurring-session-week-ci {
        width: 204px;
        padding: 1px 0 0 1px;
        margin-left: auto;
        margin-right: auto;
    }

        .b-patient-session-protocols .recurring-session-rules-container .recurring-session-rules-content .recurring-session-panel .btn-group.recurring-session-month-ci .btn,
        .b-patient-session-protocols .recurring-session-rules-container .recurring-session-rules-content .recurring-session-panel .btn-group.recurring-session-week-ci .btn {
            margin-top: -1px;
        }

            .b-patient-session-protocols .recurring-session-rules-container .recurring-session-rules-content .recurring-session-panel .btn-group.recurring-session-month-ci .btn:first-child,
            .b-patient-session-protocols .recurring-session-rules-container .recurring-session-rules-content .recurring-session-panel .btn-group.recurring-session-week-ci .btn:first-child {
                margin-left: -1px;
            }

    .b-patient-session-protocols .recurring-session-rules-container .recurring-session-rules-content .recurring-session-panel .help-block-weekDays,
    .b-patient-session-protocols .recurring-session-rules-container .recurring-session-rules-content .recurring-session-panel .help-block-monthDays {
        width: 204px;
        margin: -12px auto 15px;
    }

.b-patient-session-protocols .default-health-session-edit-label-ci {
    margin-bottom: 40px;
    text-align: center;
    font-style: italic;
}

.dropdown-menu > li > a.disabled-edit-session-ci {
    /*background: #f2f2f2;*/
    color: #c9c9c9;
    /*text-shadow: 1px 1px 0 #FFF;*/
}
/*MS 2618 fix*/
.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

/*Risk Level*/
.well.patient-card-info-ci div[class^="col-sm-"] {
    padding-right: 10px;
    width: inherit;
}

.riskLevelView {
    width: 17%;
    padding-left: 20px;
}

.sendMessage {
    margin-right: 10px;
}

.note-block-checkbox {
    float: right;
}

.noteboard-selectAll {
    float: right;
    padding-right: 15px;
}

.noteboard-selectAll {
    float: right;
    padding-right: 15px;
    padding-top: 10px;
    clear: right;
    margin-bottom: 5px;
}

    .noteboard-selectAll > input {
        margin-left: 10px;
    }

.exportNotes {
    float: right;
    margin-right: 15px;
    color: #3a86c4;
    cursor: pointer;
}

    .exportNotes i {
        margin-right: 5px;
    }


.notes-container hr {
    clear: both;
}
/* questionarie starts here*/
.question_container {
    margin: 20px;
}

    .question_container .tab-pane, #open_tabview .tab-pane {
        margin: 20px 0 10px 0;
    }

    .question_container table th, #open_tabview table th,.table_template table th {
        color: #fff;
        background-color: #3a86c4;
    }

    .question_container .table-bordered, #open_tabview .table-bordered {
        border: 1px solid #dddddd;
        border-collapse: separate;
        border-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .question_container .table, #open_tabview .table {
        width: 100%;
        background-color: transparent;
        border-collapse: collapse;
        border-spacing: 0;
        display: table;
        margin-bottom: 0;
    }

.margin_bottom {
    margin-bottom: 20px;
}

.margin_top {
    margin-top: 20px;
}

.margin_top_5px {
    margin-top: 5px;
}

#open_tabview thead th, #open_tabview tr td, {
    border-left: none;
    border-right: none;
}
/*#open_tabview thead th:first-child, #open_tabview tr td:first-child{
    border-left:1px solid #ddd
}*/
.question_container .tr:hover, #open_tabview .tr:hover {
    background-color: blue;
}

.custom_table1 .table-bordered th {
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    color: #757272;
}

.custom_table1 td, .custom_table td {
    border-bottom: 1px solid #ddd;
    border-top: none;
}

.custom_table1 .table-bordered > tbody > tr > td, .custom_table1 .table-bordered > tbody > tr > th, .custom_table1 .table-bordered > tfoot > tr > td, .custom_table1 .table-bordered > tfoot > tr > th, .custom_table1 .table-bordered > thead > tr > td, .custom_table1 .table-bordered > thead > tr > th {
    border-left: none !important;
    border-right: none !important;
}

.custom_table1 .table-bordered thead th:first-child, .custom_table1 .table-bordered tr td:first-child {
    border-left: 1px solid #ddd !important;
    border-right: none !important;
}


.widget.widget-table .table {
    margin-bottom: 0;
    border: none;
}

.widget.widget-table .widget-content {
    padding: 0;
}

.widget-header {
    padding: 0 5px;
}

.widget .widget-header + .widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget .widget-content {
    padding: 20px 15px 15px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget .widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    text-shadow: 0 1px 0 #fff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1),inset 0 1px 0 white,inset 0 -1px 0 rgba(255,255,255,0.7);
    border-bottom: 1px solid #bababa;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    border: 1px solid #D5D5D5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
}

.question_container thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.widget .widget-header h3 {
    top: 2px;
    position: relative;
    left: 10px;
    display: inline-block;
    margin-right: 3em;
    font-size: 20px;
    font-weight: 600;
    color: #555;
    line-height: 18px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    margin: 10px 0 0 5px;
}

.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;
    font-size: 16px;
    color: #555;
    vertical-align: middle;
}
/*styled radio and checkbox*/

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

    .magic-radio[disabled],
    .magic-checkbox[disabled] {
        cursor: not-allowed;
    }

    .magic-radio + label,
    .magic-checkbox + label {
        position: relative;
        display: block;
        padding-left: 25px;
        padding-right: 10px;
        cursor: pointer;
        vertical-align: middle;
    }

        .magic-radio + label:hover:before,
        .magic-checkbox + label:hover:before {
            animation-duration: 0.4s;
            animation-fill-mode: both;
            animation-name: hover-color;
        }

        .magic-radio + label:before,
        .magic-checkbox + label:before {
            position: absolute;
            top: 4px;
            left: 4px;
            display: inline-block;
            width: 16px;
            height: 16px;
            content: '';
            border: 1px solid #c0c0c0;
        }

        .magic-radio + label:after,
        .magic-checkbox + label:after {
            position: absolute;
            display: none;
            content: '';
        }

    .magic-radio[disabled] + label,
    .magic-checkbox[disabled] + label {
        cursor: not-allowed;
        color: #e4e4e4;
    }

        .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
        .magic-checkbox[disabled] + label:hover,
        .magic-checkbox[disabled] + label:before,
        .magic-checkbox[disabled] + label:after {
            cursor: not-allowed;
        }

            .magic-radio[disabled] + label:hover:before,
            .magic-checkbox[disabled] + label:hover:before {
                border: 1px solid #e4e4e4;
                animation-name: none;
            }

        .magic-radio[disabled] + label:before,
        .magic-checkbox[disabled] + label:before {
            border-color: #e4e4e4;
        }

    .magic-radio:checked + label:before,
    .magic-checkbox:checked + label:before {
        animation-name: none;
    }

    .magic-radio:checked + label:after,
    .magic-checkbox:checked + label:after {
        display: block;
    }

    .magic-radio + label:before {
        border-radius: 50%;
    }

    .magic-radio + label:after {
        top: 8px;
        left: 8px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
    }

    .magic-radio:checked + label:before {
        border: 1px solid #3e97eb;
        background: #3e97eb;
    }

    .magic-radio:checked[disabled] + label:before {
        border: 1px solid #c9e2f9;
    }

    .magic-radio:checked[disabled] + label:after {
        background: #c9e2f9;
    }

    .magic-checkbox + label:before {
        border-radius: 3px;
    }

    .magic-checkbox + label:after {
        top: 2px;
        left: 7px;
        box-sizing: border-box;
        width: 6px;
        height: 12px;
        transform: rotate(45deg);
        border-width: 2px;
        border-style: solid;
        border-color: #fff;
        border-top: 0;
        border-left: 0;
    }

    .magic-checkbox:checked + label:before {
        border: #3e97eb;
        background: #3e97eb;
    }

    .magic-checkbox:checked[disabled] + label:before {
        border: #c9e2f9;
        background: #c9e2f9;
    }
/*style end for radio and check box*/
/* anoher checkbox */
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

    .radio input[type="radio"]:checked + label::after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.radio-info input[type="radio"] + label::after {
    background-color: #fff;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 7px;
    height: 7px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #3e97eb;
    background: #3e97eb;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
/*e*/
.edit_cont {
    width: 70%;
    display: inline-block;
}

.unit {
    padding: 5px;
}

.font_weight600 {
    font-weight: 600;
}

.blue_text {
    color: #0697FE;
}

td .blue_text {
    margin: 0;
    margin-left: 5px;
}

.custom_radiostyle {
    display: inline-block;
}

.custom_dropdown {
    width: 250px;
}

.custom_drop {
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #9a9a9a !important;
    outline: none !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 200px;
    text-align: left;
    overflow: hidden;
}

.custom_dropdown .dropdown-toggle {
    background: #79c0fb !important; /* Old browsers */
    background: -moz-linear-gradient(top, #79c0fb 0%, #4eaefe 40%, #0096ff 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #79c0fb 0%,#4eaefe 40%,#0096ff 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #79c0fb 0%,#4eaefe 40%,#0096ff 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c0fb', endColorstr='#0096ff',GradientType=0 ) !important; /* IE6-9 */
    border: 1px solid #3e97eb !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*box content*/
.box .box-header.grey-background {
    color: #000;
}

.box .box-header {
    *zoom: 1;
}

.box .box-header {
    border: 1px solid #dddddd;
    border-bottom: none;
    line-height: 25px;
    padding: 10px 15px;
    height: 45px;
}

.grey-background {
    background-color: #eee !important;
}

.box .box-content {
    padding: 10px;
    border: 1px solid #dddddd;
    background: #fff;
    display: block;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    min-height: 75px;
}

.box .box-header.grey-background .title {
    color: #000;
}

.box .box-header .title {
    float: left;
    color: #3c3c3c;
}

.box .box-header .actions {
    margin-top: -3px;
    float: right;
}

    .box .box-header .actions .btn-link {
        color: #c4c4c4;
        text-decoration: none;
        text-shadow: none;
    }

.box .box-header.grey-background .actions .btn-link {
    color: #000;
}

.box .box-header .actions .box-collapse i::before {
    content: "\f077";
}

box .box-header .actions .box-collapse i {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
/* e */
#open_tabview, #open_onYes, #open_onYes_notes, .open_now {
    display: none;
}

.inline_display {
    display: flex;
}

table.questions_table td:first-child {
    padding-left: 25px;
}

table.questions_table tbody tr td:first-child {
    padding-left: 25px;
}

table.questions_table tbody tr td.title_part {
    padding-left: 0px;
}

#customer-footer {
    width: 100%;
    height: 35px;
    background-color: #ededed;
    position: fixed;
    bottom: 0px;
    border-top-color: #b2e2ff;
    border-top-width: thick;
}

#customer-footer-content {
    width: 100%;
    height: 33px;
    background-color: white;
    position: fixed;
    bottom: 0px;
}


#customer-footer-text {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 13px;
    float: left;
    display: block;
    position: absolute;
    margin-top: 6px;
    right: 0;
}

    #customer-footer-text div {
        float: left;
        display: block;
        position: relative;
        padding-left: 8px;
        padding-right: 8px;
    }

      #customer-footer-text .help {
        float: left;
        display: block;
        position: relative;
        border-right-color: black;
        border-right-style: solid;
        padding-left: 8px;
        padding-right: 8px;
        color: #286090;
        border-right-width: 2px;
        cursor: pointer;
    }

    #customer-footer-text .privacy-policy {
        float: left;
        display: block;
        position: relative;
        border-right-color: black;
        border-right-style: solid;
        padding-left: 8px;
        padding-right: 8px;
        color: #286090;
        border-right-width: 2px;
        cursor: pointer;
    }

    #customer-footer-text .version {
        float: left;
        display: block;
        position: relative;
        border-right-color: black;
        border-right-style: solid;
        padding-left: 8px;
        padding-right: 8px;
        color: #286090;
        border-right-width: 2px;
    }

    #customer-footer-text .copyright {
        float: left;
        display: block;
        position: relative;
        padding-left: 8px;
        padding-right: 8px;
        color: #286090;
    }



/**custom Popover*/

.inUseList {
    color: #2F83C9;
}

.popoverHeader {
    font-weight: bold;
    font-size: small;
}

.popover {
    font-family: 'ArialMT', 'Arial';
    font-weight: normal;
    font-style: normal;
    font-size: small;
    color: #333333;
    /*border-color : cornflowerblue;*/
    text-align: left;
    line-height: normal;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(54, 132, 196, 1);
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}
/* Popover Header */

/* Popover Body */
.popover-content {
    margin-top: 5px;
    width: 100%;
    word-wrap: break-word;
}
/* Popover Arrow */
.popover.right .arrow:after {
    border-right-color: #3585C6;
}

.popover.left .arrow:after {
    border-left-color: #3585C6;
}

.popover.top .arrow:after {
    border-top-color: #3585C6;
}

.popover.bottom .arrow:after {
    border-bottom-color: #3585C6;
}

.alert-triage {
    border-width: 0px;
    width: 11px;
    height: 18px;
    font-family: 'TradeGothicLTStd-BdCn20', 'Trade Gothic LT Std Bold Condensed No. 20', 'Trade Gothic LT Std';
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
}

.alert-triage-div {
    border-width: 0px;
    width: 17px;
    height: 18px;
    background: inherit;
    /*background-color:rgba(255, 0, 0, 1);*/
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family:'Lato',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
}

.alert-triage-header {
    /*font-family: 'TradeGothicLTStd-BdCn20', 'Trade Gothic LT Std Bold Condensed No. 20', 'Trade Gothic LT Std';*/
    font-weight: bold;
    font-style: normal;
    text-align: center;
}


.alert-div-red {
    background-color: rgba(255, 0, 0, 1);
}

.alert-div-yellow {
    background-color: rgba(255, 204, 0, 1);
}

.alert-div-green {
    background-color: rgba(51, 175, 60, 1);
}

.alert-div-blue {
    background-color: #3a86c4;
}


.other-alerts-popup {
    font-family: 'ArialMT', 'Arial';
    font-weight: bold;
    font-style: normal;
    font-size: smaller;
    text-align: left;
    line-height: normal
}

.latest-readings-popup-div {
    border-width: 0px;
    /*position:absolute;*/
    /*left:0px;*/
    /*top:0px;*/
    /*width:366px;*/
    width: inherit;
    /*height:237px;*/
    height: inherit;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(54, 132, 196, 1);
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
    /*text-align:right;*/
}

#divTriageLatestMeasurements, .row, .latest-triage-reading-row {
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
}

#divTriageLatestMeasurements, .latest-triage-reading-row {
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
}

.latest-readings-popup-header {
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-weight: bolder;
    font-style: normal;
    font-size: 12px;
}

.border-right {
    border-right: thin !important;
    border-right-width: thin !important;
    border-right-color: black !important;
}

.triage-et-icon {

padding:1px 2px 2px 2px;margin-right:10px;font-size:8px!important;
width:20px!important;
height:20px!important;
}

.hubModalView {
margin-top:250px;
}

.modal-q-display {
    width:820px!important;
    /*Removing it because its affecting add Questionaire modal popup*/
  /* left:120px!important;*/ 
}

.modal-vitals_entry-display {
    width:1020px!important;
   left:120px!important;
}

.modal-vitals_entry-display td div span{
    font-size : 14px;
}

.modal-vitals_entry-display td .error{
    font-size:14px;
    color:red;
}


.modal-vitals_entry-display .modal-content.loading1::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../img/spinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    content: "";
    z-index:3;
}

.orgSection {
    background-color: black;
    color: white;
    /*height: 39px;*/
    text-align: right;
    padding: 10px;
    padding-right: 18px;
}

.btn-default.btn-on-1
{

 border-top-left-radius:7px !important;
 border-bottom-left-radius:7px !important;
 
}


.btn-default.btn-on-1.active
{
 background-color:#428bca;
 color: white;
 border-top-left-radius:7px;
 border-bottom-left-radius:7px;
 
}
.btn-default.btn-off-1
{
    
    text-transform:none !important;
    border-top-right-radius:7px !important;
    border-bottom-right-radius:7px !important;
    
}
.btn-default.btn-off-1.active
{
    background-color:#428bca;
    color: white;
    text-transform:none !important;
    border-radius:7px;
    
}
#Device_Anchor{
    text-align:center;
    
}
#Device_Anchor >.nav >li >a{
    text-align:center;
    padding:10px 25px;
    color:#000;
    font-weight:bold;
    
}
/*#Device_Anchor >.nav > li >a:active,:active:focus{
    text-align:center;
    padding:10px 30px;
    color:#428bca !important;
    
}*/

.navbar-nav >li >a:hover{
      color: #428bca;
   
  }
.iPad_reading{
    font-size:13px;
    font-weight:bold;
    padding-top:5px;
    text-align:right;
}
#deviceBP_AD_On{
    width:160px;text-transform:none !important;
}
#deviceBP_AD_Off{
    width:160px;text-transform:none !important;
}
#deviceGlooko_On
{
    width:160px;text-transform:none !important;
}
#deviceGlooko_Off
{
    width:160px;text-transform:none !important;
}
#deviceNonin_On{
    width:160px;text-transform:none !important;
}
#deviceNonin_Off{
    width:160px;text-transform:none !important;
}
#deviceWG_AD_On{
    width:160px;text-transform:none !important;
}
#deviceWG_AD_Off{
    width:160px;text-transform:none !important;
}
#Spirometer_BT{
   width:100%;border-radius:5px;height:30px;background-color:#428bca;color:#fff;text-transform:none !important;
}

.measurements-container table.table .js-glucometer-device-type div.row{
    margin-left: -5px;
}

#patient-searchdiv{
    width:100%;
}

.patient-status-checkbox input{
    margin-right:20px;
    margin-left:10px;
}


.patient-status-checkbox div{
   width:100%;
}

.patient-search-buttons{
    border-top-color:#f5f5f5;
    border-top-width:2px;
    border-top-style:groove;
    margin-left: -0.2%;
     margin-right:-0.2%;
}

#patient-search-input, #advanced-search-button {
    z-index:0;
}


#patient-searchdiv .glyphicon-refresh, #patient-searchdiv .glyphicon-remove, #patient-searchdiv .typeahead-actions,#patient-searchdiv .typeahead {
    z-index: 0 !important;
}
.gender-label{
        padding-left: 5px;
    padding-right: 5px;
}

.peripheralActive{
    background:#346fbb !important;
    color:white;
}


#condition-searchdiv .glyphicon-refresh, #condition-searchdiv .glyphicon-remove, #condition-searchdiv .typeahead-actions,#condition-searchdiv .typeahead {
    z-index: 0 !important;
}

#table-thresholds .table>tbody>tr>td,#table-thresholds .table>tbody>tr>th,#table-thresholds .table>tfoot>tr>td,#table-thresholds .table>tfoot>tr>th,#table-thresholds .table>thead>tr>td,#table-thresholds .table>thead>tr>th{
    padding: 8px 5px !important;
}
.partial_icon {
    background-color: #ffbf00;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    line-height: 18px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    margin-right: 2px;
}

.started_icon {
    background: url('../img/hour-glass-20px.png') no-repeat 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.offline_icon {
    background-color: #ffbf00;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    line-height: 18px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    margin-right: 2px;
}
@media (min-width:900px) and (max-width:1199px){
    .navbar-header-ci .container {
    width: 100%;
    }
}

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}
.navbar-header-ci .navbar-collapse .nav.navbar-nav-top-ci{
    width:auto !important;
     margin:17px 0 0 40px !important
}
.symptoms-font-weight {
    font-weight: normal;
}

/* The container */
.container_c {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}


.symptom_container_c {
    padding-left: 30px;
}

.symptom_container_opacity {
    opacity:1 !important
}

.intervention_container_c {
    padding-left: 30px;
}

.intervention_container_opacity {
    opacity:1 !important
}
    /* Hide the browser's default checkbox */
.container_c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #ddd;
}


/* When the checkbox is checked, add a blue background */
.container_c input:checked ~ .checkmark {
    background-color: #3A86C4;
    border: 0px solid #ddd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_c input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_c .checkmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn.btn-secondary.focus, .btn-secondary.btn:focus, .btn-secondary.btn:hover{
     box-shadow:0 -1px 4px inset rgba(0,0,0,0.16),0 1px 6px inset rgba(0,0,0,0.12) !important;
}
.btn.btn-secondary.active{
    background:#f5f5f5 !important
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline:none !important
}

.btn_group button{
    float: left;
    word-break: break-word;
    white-space: pre-wrap;
    text-transform: capitalize;
    background: #fff;
    color: #3A86C4;
}
.btn_group button{
    min-width:175px;
    min-height: 90px;
    max-height: 100px;
    overflow:hidden;
    box-shadow:0 -1px 4px inset rgba(0,0,0,0.16),0 1px 6px inset rgba(0,0,0,0.12) !important;
    font-size: inherit;
    margin-left: -3px !important;
}
.panel-heading-active .fa-edit{
    color:#fff !important
}
.child_list{
    padding-left:30px
}
.column3{
    columns:3
}
#All-readings .child_list textarea{
   width: 100%;
    height: 130px;
    border-radius: 5px;
}
#All-readings .child_list li{
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 10px;
}
.symptoms-input-container {
    width: auto;
    min-width: 220px;
    border-radius: 5px !important;
}

/*Fix for input field */
.mselect_custom .chosen-choices .search-field input, #symptomsInterventions .chosen-choices .search-field input{
    width:0 !important;
    padding:0 !important;
    margin:0 !important
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

.dropdown-scrollbar {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.tabparent {
    width: 400px;
}
.megawrap{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}