.container-report{
    display: table;
    width: 1100px;
    margin: 0 auto;
    padding-top: 10px;
}
.menu-header{
    width: 1100px;
}
.box-title{
    width: 775px;
    display: table-cell;
}
.box-logo{
    width: 325px;
    padding-left: 15px;
    display: table-cell;
    float: left;
}
.menu-title{
    height: 45px;
    width: 600px;
    margin-top: 20px;
}
.menu-logo{
    height: 60px;
    width: 250px;
}
.menu-content{
    width: 1100px;
}
.week-header{
    width: 1100px;
}
.week-number{
    width: 100px;
    float: left;
    background-color: #dae48f;
    height: 70px;
    color: #000;
    font-family: "ArialMT";
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #FFF;
    text-align: center;
    display: table-cell;
}
.week-days-box{
    width: 1000px;
    float: left;
}
.week-day-col{ width: 1000px; }
.week-day-empty-col{ width: 1000px; }
.week-days{
    width: 142px;
    text-align: center;
    background-color: #88c459;
    height: 40px;
    color: #FFF;
    font-size: 15px;
    padding-top: 8px;
    border: 1px solid #FFF;
    display: table-cell;
}
.week-days-empty{
    width: 142px;
    text-align: center;
    background-color: #dae48f;
    height: 30px;
    color: #FFF;
    font-size: 15px;
    padding-top: 10px;
    border: 1px solid #FFF;
    display: table-cell;
}
.week-content{
    width: 1100px;
}
.week-menus{
    width: 100px;
    background-color: #dae48f;
    height: 160px;
    color: #000;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #FFF;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
}

.week-menus-content{
    width: 142px;
    text-align: center;
    height: 160px;
    color: #000;
    font-size: 14px;
    border: 1px solid #FFF;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    position: relative;

}

.bg-c1{
    background-color: #fde7be;
}
.bg-c2{
    background-color: #fff3ca;
}
.add-menu-details{
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    margin: 4px;
}

.mailing-email-btn .glyphicon-envelope, .app-message-btn .glyphicon-send, .aegis-list-action .fm-recent {cursor: pointer;}
#family_link .form-control { width: 100%; }

@media (max-width: 1359px){
    .col-hos {
        display: none;
    }
}

/*Statistics dashboard Css */

.dbox {
    position: relative;
    background: rgb(255, 86, 65);
    background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 4px;
    text-align: center;
    margin: 60px 0 50px;
}
.dbox__icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.dbox__icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: #fda299;
    background: rgba(253, 162, 153, 0.34);
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}
.dbox__icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #f79489;
    background: rgba(247, 148, 137, 0.91);
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}
.dbox__icon > i {
    background: #ff5444;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size:22px;
}
.dbox__body {
    padding: 35px 20px;
}
.dbox__count {
    display: block;
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
}
.dbox__title {
    font-size: 24px;
    color: #FFF;
    color: rgba(255, 255, 255, 0.81);
    font-weight: bold;
}
.dbox__action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}
.dbox__action__btn {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
    margin: 0 5px;
}


.dbox--color-2 {
    background: rgb(252, 190, 27);
    background: -moz-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: linear-gradient(to bottom, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}
.dbox--color-2 .dbox__icon:after {
    background: #fee036;
    background: rgba(254, 224, 54, 0.81);
}
.dbox--color-2 .dbox__icon:before {
    background: #fee036;
    background: rgba(254, 224, 54, 0.64);
}
.dbox--color-2 .dbox__icon > i {
    background: #fb9f28;
}

.dbox--color-3 {
    background: rgb(183,71,247);
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}
.dbox--color-3 .dbox__icon:after {
    background: #b446f5;
    background: rgba(180, 70, 245, 0.76);
}
.dbox--color-3 .dbox__icon:before {
    background: #e284ff;
    background: rgba(226, 132, 255, 0.66);
}
.dbox--color-3 .dbox__icon > i {
    background: #8150e4;
}

/*------------*/

.master-statistics-body, .top-residents-body, .resi-body, .act-statistics-body {
    padding: 25px;
}

.master-statistics-body h4, .top-residents-body h4, .resi-body h4, .act-statistics-body h4 {
    padding-left: 9px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
/*App Messages*/
.activity-name .checker {
    margin-left: 4px;
}
.aegis-list-action {
    min-width: fit-content;
}
.aegis-list-action span {
    float: left;
    font-size: 16px;
    margin-top: 6px;
}
.aegis-list-action span {
    margin: 2px;
    display: contents;
}
textarea {
    resize: vertical;
}
.gray-header {
    background-color: #b4b4b4;
    padding: 2px 10px;
    color: #fff;
}
.text-dotted {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
#fm-recent .appmsg, #fm-recent .alert, #family-recent .appmsg, #family-recent .alert, #recent-notifications .appmsg {
    margin: 2px 0;
}
#fm-recent .appmsg, #family-recent .appmsg, #recent-notifications .appmsg {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fm-message {
    word-break: break-all;
}
.communication-content-header {
    background-color: #b4b4b4;
}
.communication-content-header .gray-header {
    border-left: 1px solid #fff;
}
.communication-content-header .gray-header:nth-child(1) {
    border-left: none;
}
.popup-content-row {
    line-height: 1.5em;
}
.popup-content-row>div{
    padding: 5px 8px;
}
.action-icon {
    padding: 4px;
    cursor: pointer;
}
.popup-content-row>div {
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.popup-content-row>div:last-child {
    border-right: 1px solid #efefef;
}
.pl-10 { padding-left: 10px !important; }
.msg-row, .popup-content-row {
    display: flex;
}
#app_notifications_form .communication-content-header>div:first-child { width: 72px; }
#app_notifications_form .popup-content-row>div:first-child { width: 72px; }
.communication-content-header .full-name #delete-notifications {margin-left: 30px;}
#delete-notifications {cursor: pointer;}
.popup-content-row:hover .delete-notification {
    display: inline-flex !important;
}
.view-reply {
    padding: 2px 5px;
    cursor: pointer;
}
span.separator {
    color: #d0d0d0;
}
.community-selector .select2 {
    width: 100% !important;
}
.div-center {
    margin: 0 auto;
}
#family_link .input-group-addon {
    min-width: 100px;
}
#family_link .input-group {
    margin-bottom: 5px;
}
#family_link .form-control {
    margin-bottom: 0;
}

/* style.css */
@media (min-width: 768px){
    .modal-dialog.modal-lg {
        width: 900px;
        max-width: 98%;
    }
}
.v-middle {
    vertical-align: middle;
}