/* Minification failed. Returning unminified contents.
(587,38): run-time error CSS1046: Expect comma, found '0'
(587,42): run-time error CSS1046: Expect comma, found '/'
 */

.tab-content {
    padding: 15px 15px 0;
}

.messageTable {
    margin-right: -15px !important;
    margin-left: -15px !important;
    margin-top: 15px !important;
    padding: 6px 0px 15px !important;
}

.modal-body .messageTable {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 15px !important;
}

.messageTableHead {
    padding: 6px 15px;
    background: #07456b;
    color: #ffffff;
    font-size: 18px;
    font-family: "Roboto-Medium", sans-serif;
}

.messageTable table {
    width: 100%;
    margin-top: -2px !important;
    border-top: 0px !important;
}

.messageTable th {
    padding: 12px 8px !important;
    background: #555555;
    color: #ffffff;
    font-family: "Roboto-Bold", sans-serif !important;
    border: 0 solid #454749 !important;
}

.messageTable td {
    padding: 6px 8px !important;
    vertical-align: middle !important;
    border-top: 0px solid #ddd !important;
    height: 40px;
}

.messageTable .newMessage {
    background: #fbfbac !important;
    border-bottom: 1px solid #d7d795;
}

    .messageTable .newMessage td {
        border-bottom: 1px solid #d7d795;
    }

.messageTable img {
    vertical-align: middle;
    padding-right: 4px;
    display: inline-block;
    width: 29px;
}

.messageTable .namespan {
    display: inline-block;
    width: calc(100% - 35px);
}

.messageTable .progress {
    height: 10px;
    margin-bottom: 0;
    background-color: #e6e6e6;
}

.messageTable .progress-bar-success {
    background-color: #00938c;
}

.messageTable .fa {
    width: 36px;
    height: 36px;
    font-size: 17px !important;
    border-radius: 25px;
    padding-top: 8px;
    padding-right: 14px;
    margin-left: 6px;
    cursor: pointer;
}

.messageTable .fa-play {
    border: 1px solid #00938c;
    color: #00938c;
    padding-right: 8px;
    font-size: 17px !important;
    padding-top: 8px;
}

.messageTable .fa-forward {
    border: 1px solid #e59325;
    color: #e59325;
    padding-right: 8px;
}

.messageTable .fa-info {
    border: 1px solid #07456b;
    color: #07456b;
    margin-left: 0px !important;
}

.messageTable .fa-check {
    border: 1px solid #07456b;
    color: #07456b;
    padding-right: 8px;
}

.messageTable .fa-paperclip {
    border: 1px solid #0086b8;
    color: #0086b8;
    padding-right: 10px;
    margin-left: 0px !important;
}

.messageTable .fa-trash {
    border: 1px solid #e64746;
    color: #e64746;
    padding-right: 11px;
}

.messageTable .fa-download {
    border: 1px solid #0086b8;
    color: #0086b8;
    padding-right: 9px;
}

.new {
    cursor: pointer;
    font-family: "Roboto-bold", sans-serif;
}

.datecol {
    color: #999999;
}

.messageTable-action {
    text-align: right;
    white-space: nowrap;
}


.msgImg {
    background: #041539;
    height: 160px;
    width: 100%;
    background-position: left top;
}

.msgImg_1 {
    background: url(images/OA_managediabetes.jpg) no-repeat;
}

.bannerHead {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 14px;
    background: #0086b8;
    padding: 4px 20px;
    color: #fff;
    opacity: 0.9;
    position: absolute;
    bottom: 10px;
}

.messageTable table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, .messageTable table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    top: 15px;
    left: 3px;
}

.nowrap {
    white-space: nowrap;
}

.watchContainer {
    position: absolute;
    z-index: -9999;
}

.namecol {
    white-space: nowrap;
}


@media (max-width: 560px) {
    .namecol {
        min-width: 120px;
        white-space: normal;
    }

    .nav-tabs > li {
        width: 100%;
    }
}


@media (min-width: 420px) and (max-width: 560px) {
    .namecol {
        min-width: 150px;
        white-space: normal;
    }

    .nav-tabs > li {
        width: 100%;
    }
}

/*--------- Carousel Classes---------------------*/

.carousel-inner {
    background: #d7d7d7;
}

    .carousel-inner .col-sm-6 {
        overflow: hidden;
        max-height: 170px;
    }

.caption {
    padding: 15px 0;
    max-width: 280px;
}

    .caption p {
        font-size: 12px;
        line-height: 1.3;
    }

    .caption i {
        margin-top: 5px;
        margin-left: 5px;
    }

.carousel-control.right, .carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/************** Legend Icon *******************/

.legendicon {
    margin-top: 12px;
    text-align: right;
    margin-bottom: -15px;
}

    .legendicon li {
        display: inline-block;
        margin-left: 8px;
        margin-right: 10px;
        font-size: 12px;
    }


    .legendicon .fa {
        font-size: 12px;
    }

    .legendicon .fa-play {
        font-size: 11px;
        color: #00938c;
    }

    .legendicon .fa-forward {
        color: #e59325;
    }

    .legendicon .fa-info {
        color: #07456b;
    }

    .legendicon .fa-paperclip {
        color: #0086b8;
    }

    .legendicon .fa-trash {
        color: #e64746;
    }

    .legendicon .fa-download {
        color: #0086b8;
    }

/*.fa {
    width: 22px;
}*/

/************** Legend Icon *******************/


/*********************Banner Image ********************/
.carousel-caption {
    right: 5%;
    left: 0;
    color: #333;
    position: absolute;
    top: 7px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    z-index: 10;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
    max-width: 380px;
    padding-top: 15px;
}

/*.bannerBox{
   padding: 0 30px;
}*/

.bannerBox .heading {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 24px;
    background: #0086b8;
    padding: 3px 20px;
    color: #fff;
    opacity: .8;
    margin-bottom: 10px;
}

.headingnormal {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.item {
    position: relative;
    overflow: hidden;
    background: #d7d7d7;
}

    .item > img {
        line-height: 1;
        display: block;
        width: 100%;
        height: 180px;
        object-fit: contain;
        object-position: right;
    }

.padLeft-20 {
    padding-left: 20px;
}

.padLeft-30 {
    padding-left: 30px;
}

.pointer {
    cursor: pointer;
}

/*----------------------------------------------*/

/*********************Banner Image ********************/

@media (max-width: 767px) {

    .caption {
        padding: 15px;
        max-width: 100%;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        top: 30%;
    }
}

@media (min-width: 768px) {
    .carousel-indicators {
        bottom: 5px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -40px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -40px;
    }
}

/*----------------------------------------------*/

@media (max-width: 767px) {

    .datecol .visible-xs {
        display: inline-block !important;
        margin-right: 5px;
    }

    .form-group {
        margin-bottom: 0;
    }

    /**********legend***************/

    .legendicon {
        margin-top: 15px;
        text-align: left;
        padding-right: 15px;
    }

    /**********legend***************/

}

/*************Extra******************/

.dataTables_wrapper .dataTables_paginate {
    padding-right: 5px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0em !important;
    }


        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            padding: 0em !important;
            border: 0px solid transparent !important;
        }

/*table.dataTable {
    margin: 0 0 6px !important;
    border: 0 !important;
}

table.table-bordered.dataTable tr {
    border-bottom: 1px solid #d7d795 !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > td {
    border: 0px solid #ddd !important;
}

.dataTables_wrapper {
    padding-bottom: 10px !important;
}

table.dataTable .fa {
    font-size: 17px !important;
}

a.text-normal {
    color: #969696;
    font-size: 14px;
}

a:hover {
    color: #07456b;
    text-decoration: none;
}

h3 {
    font-size: 16px;
    font-family: "Roboto-Medium", sans-serif;
    line-height: 1.3;
    background: transparent;
    padding: 0 !important;
}

    h3 .fa {
        width: auto;
        padding: 5px;
        color: #333333;
    }

.tab-content h3 {
    color: #333333;
    margin-bottom: 10px;
}*/

table.dataTable > tbody > tr.child ul.dtr-details li {
    padding: .5em 1em;
}

#ChallengeFrame {
    width: 100% !important;
    height: 589px;
}

#ChallengeHelpFrame {
    width: 100% !important;
    height: 589px;
}

h3 {
    font-size: 16px;
    font-family: "Roboto-Medium", sans-serif;
    line-height: 1.3;
    background: transparent;
    padding: 0 !important;
}

a.text-normal {
    color: #4D4D4D;
    font-size: 14px;
}

a {
    color: #07456b;
    text-decoration: underline;
    font-weight: 500;
    font-family: 'Roboto-Medium';
}

h3 .fa {
    width: auto;
    padding: 5px;
    color: #333333;
}

table.dataTable thead th.sorting:after {
    top: 9px !important;
    font-size: 1.3em !important;
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
    top: 9px !important;
    font-size: 1.3em !important;
}

.padLeft-15 {
    padding-left: 15px;
}

.disable {
    pointer-events: none !important;
    color: #545556 !important;
    cursor: default !important;
}

.minWidth-100 {
    min-width: 100px !important;
}

.minWidth-90 {
    min-width: 90px !important;
}

.minWidth-80 {
    min-width: 80px !important;
}

.minWidth-70 {
    min-width: 70px !important;
}

.minWidth-60 {
    min-width: 60px !important;
}

@media (min-width:768px) and (max-width:1147px) {
    .item > img {
        line-height: 1;
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: right;
    }



    .carousel-caption {
        right: 5%;
        left: 0%;
        color: #333;
        position: absolute;
        top: 7px;
        font-family: "Roboto",sans-serif;
        font-size: 15px;
        z-index: 10;
        text-align: left;
        text-shadow: 0 1px 2px rgb(0 0 0 / 0%);
        max-width: 500px;
        padding-top: 15px;
    }
}
#DirectMessageInfo .modal-body {
    max-height: 75vh;
    overflow-y: scroll;
}

.msg-modal-row {
    display: flex;
    align-items: center;
    gap: 16px;
}
