
/*HEADINGS STYLING formation of STANDARD FOR WHOLE APP*/
@font-face {
    font-family: 'CeraRoundPro-Black';
    src: url('../../../../App_Assets/fonts/CeraRoundPro/CeraRoundPro-Black.otf') format('opentype');
}
@font-face {
    font-family: 'CeraRoundPro-Bold';
    src: url('../../../../App_Assets/fonts/CeraRoundPro/CeraRoundPro-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'CeraRoundPro-Regular';
    src: url('../../../../App_Assets/fonts/CeraRoundPro/CeraRoundPro-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'CeraRoundPro-Regular';
    src: url('../../../../App_Assets/fonts/CeraRoundPro/CeraRoundPro-Regular.otf') format('opentype');
}
body {
    /*background-color: #f7f7f7;*/
    /*background-color: #e4e4e4;*/
    color: #6b6f82;
    font-family: CeraRoundPro-Regular !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #020203 !important;
    font-family: CeraRoundPro-Regular !important;
    font-weight: 500 !important;
}

h1 {
    font-size: 36px !important;
}

h2 {
    font-size: 32px !important;
}

h3 {
    font-size: 28px !important;
}

h4 {
    font-size: 24px !important;
}

h5 {
    font-size: 20px !important;
}

h6 {
    font-size: 16px !important;
}

i.right {
    margin-right: 5px !important;
}


/**** HEADINGS CHANGES ****/
body {
    background-color: #e4e4e4;
}

.admindash .card {
    height: 500px;
    /*overflow-y: auto;*/
}

.video-class {
    max-width: 1000px;
    height: 450px
}

    .video-class > iframe {
        width: 100%;
        height: 100%;
    }

#main > div > div.col.s12 > div > div > div.chat-content-head > div > h2 > i {
    font-size: 36px
}
/*#slide-out > li.bold.active.open > div > ul:nth-child(n) > li {
    background: unset !important;
}*/

.sidenav li .collapsible-body {
    background: unset !important;
}

/*.sidenav li a.active {

    background: #62ACBD !important
}*/
.sidenav-dark .brand-sidebar {
    background: #020203;
}
/*#slide-out > li.bold.active.open > div > ul:nth-child(n) > li :hover {
    background: #62ACBD !important
}*/
.sidenav-dark {
    background: #020203;
}
/*.footer-dark {
    background: #62ACBD
}*/
body > aside > div.brand-sidebar > h1 > a.brand-logo.darken-1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
}

#header > div > nav > div > ul.navbar-list.right > li:nth-child(3) > a > i > small {
    font-size: 0.2rem;
}

#breadcrumbs-wrapper {
    background: #62ACBD;
    padding-top: 4px !important;
}

    #breadcrumbs-wrapper > div > div > div.col.s12.m6.l6 > h5 {
        color: white !important;
    }

body > aside > div.brand-sidebar > h1 > a.brand-logo.darken-1 > img {
    max-width: 140px;
    height: auto;
    padding-top: 10px;
}

#breadcrumbs-wrapper > div > div > div:nth-child(2) > ol > li:nth-child(n) > a {
    color: white
}

#breadcrumbs-wrapper .breadcrumbs .active {
    color: white !important
}

#slide-out > li.bold {
    border-bottom: 1px solid #1f1f1f;
}

    #slide-out > li.bold > a > i {
        height: auto !important;
        line-height: 33px !important;
        margin: 0 10px 0 0;
    }

    #slide-out > li.bold > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        height: 50px !important;
        line-height: 33px !important;
        transition: 0.3s;
    }

        #slide-out > li.bold > a:hover {
            /*background-color: #E67C59 !important;*/
            background-color: white !important;
            color: black !important;
            transition: 0.3s;
        }

    #slide-out > li.bold:hover a:after {
        color: #000;
    }

.sidenav li > a {
    height: 63px !important;
    line-height: 35px !important;
}

#slide-out > li:nth-child(n) > a > i:hover {
    color: #000000 !important;
}



.sidenav-dark.sidenav-main .sidenav li > a > i {
    color: white !important;
}

.sidenav-dark.sidenav-main .sidenav li.open > a > i {
    color: black !important;
}

.sidenav-dark.sidenav-main .sidenav li.open > a {
    color: black !important;
}

.sidenav-dark.sidenav-main .sidenav li > a:hover i {
    color: #000 !important;
}


#slide-out > li.bold.active.open > div > ul:nth-child(n) > li > a {
    height: 40px !important;
    line-height: 42px !important;
    border-bottom: 1px solid #6d6d6d;
    text-align: left;
    float: left;
    width: 100%;
    font-size: 12px !important;
}

.sidenav li > a > i.material-icons {
    line-height: 41px !important;
}
/*#slide-out > li:nth-child(n) :hover {
    background: #E67C59 !important
}*/
#slide-out > li:nth-child(n) > div > ul:nth-child(n) > li :hover {
    /*background: #E67C59 !important*/
    background: white !important;
    color: #020203
}
/*#slide-out > li.bold.active.open > div > ul:nth-child(n) > li :hover {
    background: #E67C59 !important
}*/

.cyan {
    background-color: #62ACBD !important;
}

#inline-form > div > div > form > div:nth-child(3) > div > div > button {
    float: right
}

#inline-form > div > div > h4 {
    text-align: center;
    font-size: 26px
}

#login {
    margin: 0 auto;
}

#inline-form {
    margin-top: 10.33333%;
}

#formm {
    background: #9DA0A5;
}
/*.gradient-45deg-purple-deep-orange {
    background: #62ACBD !important;
}*/

#login-page > div > form > div:nth-child(5) > div > a {
    background: #62ACBD !important;
}

#login-page > div > form > div:nth-child(6) > div > p > a {
    color: #62ACBD !important;
}

#login-page > div > form > div:nth-child(4) > div {
    padding-left: 24px;
}
/*#main > div > div > div > button {
    background: white;
    color: #E67C59;
    border: 2px solid;
    margin: 10px;
    padding: 0px 12px !important;
    border-radius: 8px;
}*/

.fc .fc-center {
    color: #E67C59 !important
}

.fc .fc-button {
    background: #E67C59 !important
}

.btn i {
    font-size: 0.9rem;
}



/*#ui-datepicker-div {
    background-color:wheat !important;

}*/

/*#modal1 {
    height: 485px;
}*/
#modal123 {
    width: 500px;
    height: 330px;
}

.sidenav li > a {
    font-size: 14px;
}

/*.sidenav li > a > i.material-icons :hover{
    color: black !important;
}*/
.sidenav-dark.sidenav-main .sidenav li > a > i :hover {
    color: #020203 !important;
}

.login-bg {
    background-color: #f7f7f7
}

#loging {
    background-color: #f7f7f7
}


#modal1 {
    transform: unset !important
}

#modal123 {
    transform: unset !important
}
/*.timepicker {
    transform: unset !important
}*/


/*STAFF REQUEST LOG START*/

#requestlogtable > tbody > tr:nth-child(n) > td:nth-child(n)

#requestlogtable > tbody > tr:nth-child(n) > td:nth-child(n) {
    text-align: center;
}

#requestlogtable > tbody > tr:nth-child(n) > td:nth-child(n) > img {
    max-width: 25px;
    width: 25px;
    height: 25px;
    object-fit: cover;
}

#requestlogtable > tbody > tr:nth-child(n) > td:nth-child(1),
#requestlogtable > tbody > tr:nth-child(n) > td:nth-child(3) {
    width: 30px !important;
}

#requestlogtable > tbody > tr:nth-child(n) > td:nth-child(2),
#requestlogtable > tbody > tr:nth-child(n) > td:nth-child(4),
#requestlogtable > tbody > tr:nth-child(n) > td:nth-child(7) {
    text-align: left
}

#requestlogtable > tbody > tr:nth-child(n) > td:nth-child(5) > a {
    width: 100px
}

#requestlogtable > tbody > tr:nth-child(n) > td:nth-child(7) > a > i {
    font-size: 16px;
    float: right;
}

.newactionclassforrequestlog {
    padding-left: 5px !important;
    padding-right: 9px !important;
    height: 30px !important;
    line-height: 29px;
    max-width: 35px !important;
    width: 100% !important;
}


/* STAFF REQUEST LOG END */


/* ADD PLUS BUTTON START*/
#main > div.fixed-action-btn.direction-top > a {
    background: linear-gradient(45deg, #62ACBD, #26c6da) !important;
}

/*#main > div.fixed-action-btn.direction-top > ul > li:nth-child(n) > a > img {
    max-width: 40px;
}*/
#main > div.fixed-action-btn.direction-top > ul > li:nth-child(1) > a {
    background-color: #62ACBD;
}
/*#main > div.fixed-action-btn.direction-top > ul > li:nth-child(1) > a > img {
    max-width: 20px;
}*/
/*#main > div.fixed-action-btn.direction-top > ul > li:nth-child(2) > a > img {
    max-width: 18px;
}*/
#main > div.fixed-action-btn.direction-top > ul > li:nth-child(2) > a {
    background-color: #020203 !important;
}
/*#main > div.fixed-action-btn.direction-top > ul > li:nth-child(3) > a > img {
        max-width: 18px;
    }*/
#main > div.fixed-action-btn.direction-top > ul > li:nth-child(3) > a {
    background-color: #eece71;
}
/*#main > div.fixed-action-btn.direction-top > ul > li:nth-child(4) > a > img {
    max-width: 18px;
}*/
#main > div.fixed-action-btn.direction-top > ul > li:nth-child(4) > a {
    background-color: #E67C59;
}

#main > div.fixed-action-btn.direction-top > ul > li:nth-child(n) > a > img {
    vertical-align: middle;
    line-height: 36px;
    max-width: 25px;
}

#main > div > div > div > div > div:nth-child(3) > div.col.s12.m6.l8 > div.row > div > div > div {
    background-color: #E67C59;
}


/* Khizar Customes CSS for Family dashboard Starts*/
/*Community dashbaord alert button*/
#tablet-scroll .tablet-scroll-set {
    overflow: scroll;
}

#tablet-scroll .dropdown-content {
    height: 135px !important;
}

.btn-alert-rotate {
    transform: rotate(-90deg) !important;
    right: -53px !important;
}

.btn-alert-rotate-2 {
    transform: rotate(-90deg) !important;
    right: -28px !important;
    background-color: #E67C59 !important;
}
/*Shadow card  dashboard*/
.box-shadow {
    box-shadow: 0px 8px 30px -6px #0000001c !important;
}
/*FamilyDashboard*/
.dash-survey-set-p {
    margin: 5px 0 !important;
}

.em-ca-set {
    padding: 29px !important;
}

.dash-survey-set-p2 {
    margin-top: 5px !important;
}

.btn-set-shadow {
    box-shadow: none !important;
}
/*Family Journal Profile*/
.profile-img {
    margin: 21px 0 !important;
}

.profile-p {
    margin-top: 20px !important;
}

.profile-kitty-p2 {
    background-color: #E67C59;
}

.profile-kitty-h2 {
    margin: 63px 0 !important;
}

.request-log-set {
    overflow: auto;
    /*padding:0px;*/
}
/*Survey satisfication*/
[type='radio']:not(:checked) + span, [type='radio']:checked + span {
    font-size: 13px !important;
    line-height: 25px;
    position: relative;
    display: inline-block;
    height: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .28s ease;
    -moz-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    margin-top: 20px !important;
    padding-left: 25px !important;
}
/*Communityandsocilfeeds*/
.feeds-social ul li a {
    float: left;
    font-size: 28px;
    margin: 19px;
    color: #6b6f82 !important;
}
/*Modal Upload file setting*/

#modal12 > div.modal-content > div.row.section > div.col.s12.m8.l6 > div,
#modal13 > div.modal-content > div.row.section > div.col.s12.m8.l6 > div {
    height: 150px;
}

/*CommunityAndSocialFeeds*/

/*Social Icon color journal*/
#facebook:hover {
    color: #3b5998 !important;
}

#gmail:hover {
    color: red !important;
}

#twitter:hover {
    color: #38A1F3;
}
/*Breadcrmbs upper case*/
#breadcrumbs-wrapper h4,
#breadcrumbs-wrapper a {
    text-transform: uppercase !important;
    color: white !important;
}

/*Family resident profile*/
.profile-set {
    margin-top: 0 !important;
}
/*Model width in staff and family dashboard*/
.model-width {
    width: 100%;
}

#knowledge > div > div:nth-child(n) > div > a > div > i {
    color: #E67C59;
}

#knowledge > div > div:nth-child(7) > div.knowledge-content > div > div > div > a:nth-child(n) {
    background-color: #62ACBD !important;
    text-transform: none;
}

#knowledge > div > div:nth-child(6) > div:nth-child(n) > div > a > div > h5 {
    margin: 0px;
    margin-bottom: 20px;
}


#knowledge > div > div:nth-child(6) > div:nth-child(n) > div > a > div > p {
    background-color: #62ACBD;
    text-transform: none;
}

#knowledge > div > div:nth-child(7) > div.col.s12.m6 > div > a > div > p {
    background-color: #62ACBD;
    text-transform: none;
}

#knowledge > div > div:nth-child(7) > div.col.s12.m6 > div > a > div > h5 {
    margin: 0;
    margin-bottom: 20px;
}

#knowledge > div:nth-child(2) > div:nth-child(1) > div > a > div > h3,
#knowledge > div:nth-child(2) > div:nth-child(2) > div > a > div > h3,
#knowledge > div:nth-child(3) > div.col.s12.m6.l6 > div > a > div > h3 {
    margin: 0;
    margin-bottom: 20px;
}

#knowledge > div:nth-child(3) > div:nth-child(3) > div > div > p {
    margin-bottom: 5px;
}

.card-hover-staf :hover i {
    padding-left: .5rem;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-shadow: 2px 2px 6px #b0bec5;
}

.card-hover-staf i {
    font-size: 3rem;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.card-hover-staf {
    box-shadow: 0 8px -30px 10px rgba(0, 0, 0, 0.4), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 993px) {
    .dashboard-work {
        width: 20% !important;
    }
}

#knowledge > div:nth-child(3) > div:nth-child(2) > div > div > h3 {
    margin: 0.3rem 0 0.5rem 0;
}

#knowledge > div:nth-child(3) > div:nth-child(3) > div > div > h3 {
    margin: 0.7rem 0 0.5rem 0;
}

#main > div > div > div > div > div:nth-child(2) > div.col.s12.m6.l8 > div > div.container > div {
    padding: 0px;
}

#main > div > div > div > div > div:nth-child(2) > div.col.s12.m6.l8 > div > div.col.s12.m6.l8 > div > div > a > img {
    margin-left: -15px;
}

#main > div > div > div > div > div:nth-child(3) > div.col.s12.m6.l4 > div > div > a > img {
    height: 475px;
}

#main > div > div > div > div > div:nth-child(3) > div.col.s12.m6.l8 > div.col.s12.m6.l12 > div > div > a > img {
    height: 235px;
}

#main > div > div > div > div > div:nth-child(3) > div.col.s12.m6.l8 > div.row > div > div > div > h5 {
    font-size: 2.18rem !important;
}

.radio-set-2 {
    margin-top: 10px;
}

[type='radio']:checked + span:after, [type='radio'].with-gap:checked + span:after {
    border-color: #62ACBD;
    background-color: #62ACBD;
}

@media only screen (min-width:1024) {
    [type='radio']:not(:checked) + span, [type='radio']:checked + span {
        line-height: 20px;
        position: relative;
        display: inline-block;
        height: 25px;
        padding-left: 19px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: .28s ease;
        -moz-transition: .28s ease;
        -o-transition: .28s ease;
        transition: .28s ease;
    }
}
/* Khizar Customes CSS for Family dashboard End*/
/* RESIDENT LIST START */
#data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(n) {
}

    #data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(n) > img {
        background-color: #E67C59;
        border-radius: 25px;
        max-width: 50px;
        vertical-align: middle
    }

#data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(1),
#data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(2) {
    background-color: unset;
}
/*#residentlist > div > div > div:nth-child(2) > table > tbody > tr > td:nth-child(3) > img*/
#data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(1),
#data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(2) {
    width: 76px;
}


#data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(n) > div {
    height: 40px;
    width: 50px;
    border-radius: 50%;
    background: #9DA0A5;
    vertical-align: middle;
    text-align: center;
    padding-top: 9px;
    margin: 0 auto;
    display: inline-block;
}


    #data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(n) > div > a > img {
        max-width: 30px;
        vertical-align: middle;
    }

#data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(5) > div {
    padding-top: 12px
}

    #data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(5) > div > a > img {
        max-width: 30px;
    }

#data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(6) > div > a > img {
    max-width: 27px;
}

#data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(6) > div {
    padding-top: 11px
}

#data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(2) {
    text-align: left
}

#data-table-simple-resident > tbody > tr:nth-child(n) > td:nth-child(3) {
    display: -webkit-box;
    text-align: -webkit-right;
}






/* RESIDENT LIST END */
/* gallery set*/
.card-set {
    width: 100%;
    min-height: 233px;
}

.fileupload > div.modal-content > div {
    height: 150px;
}


.frame-set {
    width: 100%;
    min-height: 150px;
}

.video-contain-set {
    height: 150px;
}


.kitty-row-set {
    margin-bottom: 22px;
}

.video-card-content {
    margin-top: 6px;
}

.More-pictures {
    font-size: 12px;
    margin-bottom: 15px;
    color: #03a9f4 !important;
}

.More-videos {
    font-size: 12px;
}

/*
	knowledge hub
*/
.card-knowledge-tittle {
    padding-left: 16px;
}

.card-knowledge {
    margin: 20px;
}

.knowledge-head-h5 {
    margin: 0px !important;
    padding: 15px !important;
}

.img-knowledge {
    max-width: 100% !important;
}

.knowledge-select {
    margin: .82rem 0 .656rem 0;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #62ACBD;
}

.card-border-set {
    max-width: 100%;
    height: auto;
    box-shadow: none;
}

.card-text-set {
    padding: 10px;
    color: #6b6f82 !important;
}

.div-top-set {
    margin-top: 70px;
}

.div-second-set {
    margin-top: 50px;
    margin-bottom: 80px;
}

#main > section > div > div > div > div > div.card-body > div.div-top-set > div {
    margin-top: 28px;
}

    #main > section > div > div > div > div > div.card-body > div.div-top-set > div > div:nth-child(2) > div > div {
        margin-bottom: 12px;
    }

/* Kityy,s post journal event*/
#main > div > div > div.card-content > div.container > div > ul > li:nth-child(n) {
    float: left;
    font-size: 28px;
    margin: 19px;
}

    #main > div > div > div.card-content > div.container > div > ul > li:nth-child(n) > a > i {
        color: #6b6f82 !important;
    }

#main > div > div > div.card-content > div.container > div > div > div > h6 {
    color: white !important;
}
/* Family Gallery */

/* Add Journal*/
.button-setting {
    margin-bottom: 20px;
}

#upload::placeholder {
    color: #9e9e9e !important;
    font-size: 1rem;
    opacity: 1;
    font: bold !important;
}

.file-field .file-path-wrapper {
    padding-right: 10px !important;
    padding-left: 0px !important;
}
/* Journals list css*/
#table-data .journal-img {
    max-width: 20%;
}

#table-data li > a > i {
    margin: 0 4px 0 0 !important;
}
/* nav -set color of list in breadcrumb*/
#nav-set ol > li > a {
    color: white !important;
}

#nav-set {
    margin-right: 17px;
}
/*Add community tablet */
#Tablet .card-content {
    min-height: 248px;
}

/* Css for the List setting separating from the top*/
.list-setting {
    margin-top: 15px;
}

/* ADD community Group  for setting card height*/
.card-community {
    min-height: 705px !important;
}
/* Menu set*/
.sidenav li {
    width: 237px !important;
}

.content-setting {
    min-height: 837px !important;
}
/*family dashboard  card's color set*/
.card-1 {
    background-color: #E67C59;
}

.card-2 {
    background-color: #62ACBD;
}

.card-3 {
    background-color: #9BCE6C;
}

.card-4 {
    background-color: #9DA0A5;
}

.card-5 {
    background-color: #EECE71;
}
/* knowledge hub set*/
.blog-set {
    height: 261.99px;
}
/*resident profile*/
.resident-pro {
    width: 220px;
    height: 200px !important;
}
/* chat */
.size-set {
    line-height: 1.2;
}
/* add family */
#selection .set {
    overflow: scroll;
}

#selection .dropdown-content {
    height: 200px !important;
}

#selection [type='checkbox'] + span:not(.lever) {
    color: #62ACBD !important;
}

#selection [type='checkbox']:checked + span:not(.lever):before {
    border-right: 2px solid #62ACBD;
    border-bottom: 2px solid #62ACBD;
}
/*ADD journal setting*/
#journal-select .color-set {
    color: #9e9e9e !important;
}
/*Staff dashboard button setting*/
.button-more {
    margin-top: 30px !important;
}
/*Request log heading set*/
#table-heading .set-h {
    text-align: center !important;
}
/*Select set of appointments*/
#set-select .dropdown-content {
    height: 200px !important;
    overflow: auto !important;
}

#set-2 .dropdown-content {
    height: 150px !important;
    overflow: auto !important;
}

.setting-p {
    left: .75rem;
    font-size: .8rem;
    font-weight: bolder;
    position: absolute;
    top: -12px;
    color: #9e9e9e;
}
/* Groups*/
.a-set {
    color: #6b6f82 !important;
}
/*Add Group*/
.Group-card {
    height: 300px !important;
}

#AddGroup .set {
    overflow: scroll;
}

#AddGroup .dropdown-content {
    height: 170px !important;
}

#AddGroup [type='checkbox'] + span:not(.lever) {
    color: #62ACBD !important;
}

#AddGroup [type='checkbox']:checked + span:not(.lever):before {
    border-right: 2px solid #62ACBD;
    border-bottom: 2px solid #62ACBD;
}

/*
	css for the kattys's Profile 
	Muhammad Usama END
*/
#video > div > div:nth-child(3) {
    padding-bottom: 20px;
}

    #video > div > div:nth-child(3) > div.col.offset-m1.m1 > i, #video > div > div:nth-child(4) > div.col.offset-m1.m1 > i {
        padding-top: 50px !important;
        font-size: 2rem;
    }
    /*#video > div > div:nth-child(4),#video > div > div:nth-child(5) {
    border-bottom: 0.2px solid #B9B49E;
}*/
    #video > div > div:nth-child(3) > div.col.offset-m1.m1, #video > div > div:nth-child(4) > div.col.offset-m1.m1 {
        text-align: right;
        color: red;
    }

#video > div > div:nth-child(1) > div.row > div.row > div > ul {
    margin: unset;
    border: unset;
}

.down {
    box-shadow: unset
}

#video > div > div:nth-child(1) > div.row > div.col.offset-m1.m4 > h3 {
    padding: 2rem;
}

#video > div > div:nth-child(2) {
    padding: 3rem;
}

#video > div > div:nth-child(1) > div.row > div.row > div > ul > li > div.collapsible-body > div > div {
    margin: 0px
}

#video > div > div:nth-child(1) > div.row > div.row > div {
    margin-left: 13.33333%;
}

    #video > div > div:nth-child(1) > div.row > div.row > div > ul > li > div.collapsible-header {
        display: block;
        text-align: right
    }

    #video > div > div:nth-child(1) > div.row > div.row > div > ul > li > div.collapsible-body > div > i:nth-child(3), #video > div > div:nth-child(1) > div.row > div.row > div > ul > li > div.collapsible-body > div > i:nth-child(2) {
        padding-top: 21px;
    }

    #video > div > div:nth-child(1) > div.row > div.row > div > ul > li > div.collapsible-body > div > div.input-field.col.s12 {
        padding-top: 25px;
    }

    #video > div > div:nth-child(1) > div.row > div.row > div > ul > li > div.collapsible-body > div > i:nth-child(2) {
        width: 9.66667%;
    }

#video > div > div:nth-child(3), #video > div > div:nth-child(4) {
    padding-top: 10px;
    border-top: 1px solid #80808078;
}

#page-length-option > tbody > tr:nth-child(n) > td:nth-child(n) > a:nth-child(n) > i {
    color: white
}

#feed > div > div > div.col.s1.pr-0.circle > a > img {
    max-width: 70% !important;
}

#page-length-option > tbody > tr > td:nth-child(n),
#page-length-option > tfoot > tr > th:nth-child(n),
#page-length-option > thead > tr > th:nth-child(n) {
    text-align: center
}
/*#page-length-option > tbody > tr > td:nth-child(n) > a:nth-child(3) {
    color: #E67C59 !important
}*/


/*STAFF DASHBOARD*/


#staffdashboard > div:nth-child(1) > div:nth-child(n) > div > a > div > i {
    color: #62ACBD !important
}

#staffdashboard > div:nth-child(1) > div:nth-child(n) > div > a > div > p {
    color: #62ACBD !important
}
/*#staffdashboard > div:nth-child(1) > div:nth-child(3) > div > a > div > i {
    margin-top:25px
}*/
#staffdashboard > div:nth-child(1) > div:nth-child(n) > div > a > div > span {
    margin-right: 53px;
    background-color: #62ACBD !important
}

#staffdashboard > div:nth-child(1) > div:nth-child(3) > div > div > img {
    max-width: 48px
}

#staffdashboard > div:nth-child(1) > div:nth-child(n) > div > div > i {
    color: white
}

#staff_dashboard_requestlog > div > div > div:nth-child(2) > table > tbody > tr:nth-child(n) > td:nth-child(n) > img {
    max-width: 35px;
}



/*#staffdashboard > div.row.knowledge-content > div:nth-child(1) > div > a > div {
    overflow-y:hidden
}
.staff-calendar {
   font-size: 0.9em
}*/

#staff_dashboard_requestlog > div > h3 {
    margin-top: 0px
}

#staffdashboard > div.row.knowledge-content > div:nth-child(1) > div > div > h3 {
    margin-top: 0px
}

#staff_dashboard_requestlog {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .14), 0 0px 1px -2px rgba(0, 0, 0, .12), 0 0px 0px 0 rgba(0, 0, 0, .2);
}
/*#staffdashboard > div.row.knowledge-content {
    margin-top: 3%;
}*/



.toast {
    display: none !important;
}

.pointer {
    cursor: pointer !important;
}

    .pointer:hover {
        background: #62ACBD !important;
    }




/**** COMMUNITY DASHBOARD START ****/


#page-length-option > tbody > tr > td:nth-child(4) > a:nth-child(n) {
    max-width: 70px;
    padding-left: 5px;
    padding-right: 5px;
}

#communitydashboard > div.row.knowledge-content.mt-2 > div:nth-child(1) > div > div > h3 {
    margin-top: 0px
}

#done,
#clear {
    line-height: 20px;
    width: 20px;
    height: 20px;
}

    #done > i,
    #clear > i {
        line-height: 20px;
        font-size: 1.0rem;
    }


#page-length-option-community > tbody > tr > td:nth-child(2) {
    max-width: 175px;
}

#page-length-option-community > tbody > tr > td:nth-child(n),
#page-length-option-community > thead > tr > th:nth-child(n) {
    text-align: center
}

#communitydashboard > div.row.knowledge-content.mt-2 > div.col.s12.m6.l6 > div > div > div > div {
    padding-bottom: 8px !important
}

#page-length-option-community > tbody > tr:nth-child(n) > td:nth-child(n) {
    font-size: 14px
}

#communitydashboard > div:nth-child(1) > a:nth-child(n) > div > div > div > p {
    color: #020203 !important
}

#communitydashboard > div.row.knowledge-content.mt-2 > div:nth-child(4) > div {
    padding-bottom: 17px;
}

    #communitydashboard > div.row.knowledge-content.mt-2 > div:nth-child(4) > div > div > div > button {
        margin-right: 12px;
    }

/*#communitydashboard > div.row.knowledge-content.mt-2 > div:nth-child(4) > div > div > h3 {
        margin-left:14px;
    }*/
.comdashb {
    height: 500px;
}

/**** COMMUNITY DASHBOARD END ****/
.staffdahsb {
    height: 545px;
}

    .staffdahsb .request-log-set {
        padding: 0 !important;
    }

/*.communitydash .card {
    height: 621px;
}*/

.card .card-content {
    padding: 20px;
    float: left;
    width: 100%;
    position: relative;
}

.card-header {
    width: 100%;
    float: left;
    position: relative;
    background-color: #6d6d6d;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 0px;
}

    .card-header h4 {
        margin: 0px;
        color: #fff !important;
        line-height: 36px !important;
    }

.fc-toolbar h2 {
    font-size: 24px !important;
}




.analytics-logo {
    padding-left: 50px
}

    .analytics-logo > img {
        padding-top: 10px
    }



#video-chat-card > div:nth-child(2) {
    min-height: 453px;
}

.margintosetchat {
    margin-top: -16px;
    border-radius: 9px
}

/*.actions > li > a {
    font-size:11px
}*/
.action-content > li > a {
    color: #020203
}

    .action-content > li > a > i {
        font-size: 15px
    }


.smallicons {
}


.journallistimg {
    max-width: 50px
}

/*@media only screen and (min-width: 993px) {
    .ipad-queries {
        width: 100% !important;
    }
}*/
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .ipad-queries {
        width: 100% !important;
    }
}

/* Portrait */
@media screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .ipad-queries {
        width: 100% !important;
    }
}

/* Landscape */
@media screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .ipad-queries {
        width: 100% !important;
    }
}


@media screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad-queries {
        width: 100% !important;
    }
}

/* Portrait */
@media screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad-queries {
        width: 100% !important;
    }
}

/* Landscape */
@media screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad-queries {
        width: 100% !important;
    }
}


#slide-out > li > a > span {
    text-transform: uppercase !important;
}

#slide-out > li > div > ul > li > a > span {
    text-transform: uppercase !important;
}

.dataTables_filter {
    display: none !important
}

#page-length-option_length {
    display: none !important
}

#page-length-optionse_length {
    display: none !important
}

#data-table-simple_length {
    display: none !important
}

.actions {
    background-color: #E67C59 !important;
    color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button current {
    background-color: #E67C59 !important;
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid #e8bcbc;
    background: #E67C59 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button :hover {
    background: red !important;
    color: yellow !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #e8bcbc;
    background-color: #585858;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);*/
    background: #E67C59;
}

/*table.dataTable thead .sorting {
     background-image: none; 
}*/

.resident_actions_4 > img {
}

.resident_actions_4 {
    max-width: 50px;
    height: 50px;
    width: 100%;
    text-align: center;
    margin: auto;
    color: white;
    /*box-shadow: 0 4px 4px 0 rgba(38, 198, 218, .5) !important;*/
}

.resdntactns1 {
    width: 100%;
    max-width: 22px;
    vertical-align: middle;
    padding: 13px 0px;
}

.resdntactns2 {
    width: 100%;
    max-width: 24px;
    vertical-align: middle;
    padding: 5px 2px;
}

.resdntactns3 {
    width: 100%;
    max-width: 18px;
    vertical-align: middle;
    padding: 7px 0px;
}

.resdntactns4 {
    width: 100%;
    max-width: 18px;
    vertical-align: middle;
    padding: 9px 0px;
}

.user-action .col .center {
    margin-top: 10px;
    font-size: 12px !important;
}


/******    26/7/19    *****/

.navbar .notification-badge {
    font-family: 'Muli', sans-serif;
    position: relative;
    top: -20px;
    right: 5px;
    margin: 0 -.8em;
    padding: 0px 5px;
    color: #fff;
    border-radius: 68%;
    background-color: #03a9f4;
    -webkit-box-shadow: 0 0 10px 0 #03a9f4;
    box-shadow: 0 0 10px 0 #03a9f4;
    font-size: 0.5rem !important;
}



.userprofile {
    border-radius: 10px;
}

.newactionclass {
    padding-left: 3px !important;
    padding-right: 4px !important;
    height: 29px !important;
    line-height: 29px;
    max-width: 100%;
    width: 10px !important;
}

.newactionclass {
    padding-left: 4px !important;
    padding-right: 5px !important;
    height: 29px !important;
    line-height: 29px;
    max-width: 100%;
    width: 10px !important;
}

.foractionbutton {
    padding-left: 2px !important;
    padding-right: 4px !important;
    height: 32px !important;
    line-height: 33px;
    max-width: 100%;
    width: 0px !important;
}

.newactionclass {
    /*padding-left: 5px !important;
    padding-right: 5px !important;*/
    /*margin-bottom: 4% !important;
    margin-top: 6% !important;*/
    /*height: 29px !important;
    line-height: 29px;
    max-width: 20px !important;
    width: 100% !important;*/
    padding-left: 5px !important;
    padding-right: 5px !important;
    height: 29px !important;
    line-height: 29px;
    max-width: 20px !important;
    width: 100% !important;
}

.newactionclassforresidentgrouplist {
    padding-left: 5px !important;
    padding-right: 5px !important;
    height: 26px !important;
    line-height: 26px;
    max-width: 12px !important;
    width: 100% !important;
}

#SearchBarinAdmnResdnt > div > div > div.col.m10.l8.s12 {
    padding: 10px
}

#SearchBarinAdmnResdnt > div > div > div.col.m2.l4.s12 {
    padding: 16px
}

    #SearchBarinAdmnResdnt > div > div > div.col.m2.l4.s12 > a {
        width: 100%;
        max-width: 184px;
    }

/*.modalforevents {
    margin-right: 24px !important;
    /*margin-top: 38px!important;
    margin-bottom:10px;
}*/

/*modal for video chat*/

.modalforvideoxchat {
    max-height: unset !important;
    height: 80% !important;
}

.eventd {
    width: 62% !important;
}

.p12 {
    font-size: 12px;
}

/* 

#comprofiletab > li:nth-child(1) > a {
    padding: unset !important;
}
#map_1 {
    height: 438px;
    width: 100%;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    #page-length-option-commu > thead > tr:nth-child(n) > th:nth-child(n) {
        text-align: center
    }
    #page-length-option-commu > tbody > tr:nth-child(n) > td:nth-child(n) {
        text-align: center
    }

/* ***** CREATED BY DANISH ALI ******/
.sidenav li.open {
    background: white !important;
}

.sidenav-dark.sidenav-main .sidenav li.bold > a:not(.active):hover, .sidenav-dark.sidenav-main .sidenav li:not(.active).open {
    background-color: white !important;
}

.profile-gen-img {
    position: relative;
    width: 100%;
    height: 200px;
}

    .profile-gen-img img {
        object-fit: cover;
        height: 100%;
    }

.text-center {
    text-align: center;
}

#MoadlFile img {
    height: 380px;
}

.requestlogfooterbuttons {
    margin: 6px 6px !important;
}

.journalImage {
    width: 425px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-staffimage {
    height: 400px;
}

.updates-image {
    max-width: 600px !important;
    width: 100%;
    margin: 0 auto;
}

.cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.journalposteventheading {
    padding: 10px 33px !important;
}

.newactionclassforcommunitylist {
    padding-left: 5px !important;
    padding-right: 5px !important;
    height: 25px !important;
    line-height: 27px;
    max-width: 13px !important;
    width: 100% !important;
}

.foractionbutton {
    width: 70px !important
}

.foractionbuttonkm {
    width: 70px !important
}

.foractionbuttonfm {
    width: 103px !important;
}


#page-length-options > tbody > tr > td {
    text-align: center !important;
}

#page-length-options > thead > tr > th:nth-child(n) {
    text-align: center !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.height-adjust {
    height: 40% !important;
    padding: 0;
}

.height-adjust-2 {
    height: 45% !important;
    padding: 0;
}

.community-news-image {
    width: 350px !important;
    height: 250px !important;
}

.residentprofileImage {
    width: 344px;
    /*width: 250px;*/
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.staffprofileImage {
    width: 800px;
    height: 332px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.newclass {
    margin-top: 4% !important;
}

#loadingaas .card {
    height: 545px;
}

#loadingvideochat .card {
    height: 1145px;
    max-height: 100%;
}
/*#loadingvideochat {
    height: 1145px;
}*/

.height200 {
    height: 200px !important;
}

.profileImage {
    /*width: 200px!important;*/
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.communitynewsImage {
    /*width: 430px;
    height: 300px;
    background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 300px;
}

.staffincomprofile {
    height: 60px !important;
    width: unset;
    object-fit: cover;
}

.mfp-bottom-bar {
    display: none !important;
}

.input-field.col label {
    left: 14px;
}

.file-path-wrapper .file-path {
    padding-left: 10px !important;
}

.profileImage .userprofile {
    object-fit: cover;
}

}

/*.heightofrequestlog {
   overflow: auto;
    max-height: 660px !important;
}*/
#loadings {
    height: 570px;
}

.sv_complete_btn {
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    text-align: center;
    text-decoration: none;
    letter-spacing: .5px;
    color: #fff;
    background-color: #03a9f4;
    font-size: 1rem;
    outline: 0;
    line-height: 36px;
    display: inline-block;
    height: 36px;
    padding: 0 2rem;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
}

.height150px {
    min-height: 150px;
}

.img-holder {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.img-holder img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

#pv_staff_details table img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.adminDashboardStaff {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 450px !important;
    width: 100%;
    position: relative;
    height: 430px;
}

.error-css {
    font-size: 12px;
    font-weight: bold;
}
