@font-face {
    font-family: 'ZonaPro-Bold';
    src: url('../../fonts/ZonaPro-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZonaPro-Thin';
    src: url('../../fonts/ZonaPro-Thin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZonaPro';
    src: url('../../fonts/ZonaPro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fa-regular-400';
    src: url('../../fonts/webfonts/fa-regular-400.eot') format('embedded-opentype'), url('../../fonts/webfonts/fa-regular-400.svg') format('svg'), url('../../fonts/webfonts/fa-regular-400.ttf') format('truetype'), url('../../fonts/webfonts/fa-regular-400.woff') format('woff'), url('../../fonts/webfonts/fa-regular-400.woff2') format('woff2');
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'ZonaPro';
    color: #333333 !important;
    top: 0 !important;
}

* {
    margin: 0px;
    padding: 0px;
}

.not-count {
    position: absolute;
    background: red;
    color: #fff;
    font-size: 12px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    top: -2px;
}



input[type="tel"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

ul {
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.searchbar {
    background: #6966af;
}

.header {
    height: 85px;
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    position: fixed;
    z-index: 999;
}

.logo {
    margin: 0 0 0 20px;
}

    .logo img {
        height: 65px;
        float: left;
    }

.header-right {
    float: right;
    margin: 0 27px 0 0;
    top: 15px;
    position: relative;
}

    .header-right div {
        float: left;
        width: auto;
    }

/*.header-right div img {
            height: 25px;
        }*/

.top-profile {
    position: relative;
    border: none;
    top: 5px;
    border-width: 1px 1px 0 1px;
    padding: 0px 15px;
    /*margin: 5px 0 0 0 !important;*/
    width: auto;
    float: left;
    cursor: pointer;
}

    .top-profile a {
        color: #000;
        font-size: 16px;
        float: left;
        width: 100%;
    }

    .top-profile .dropdown-menu {
        -webkit-box-shadow: 0 0 0 0 #000000;
        box-shadow: 0 0 0 0 #000000;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        border-color: #C8C9C7;
        margin: 10px 0 0 0;
    }

        .top-profile .dropdown-menu li a {
            color: #000;
            font-size: 15px;
            font-weight: 600;
            border-bottom: 1px solid #C8C9C7;
        }

.searchbar {
    height: 60px;
}

.del-drop {
    position: relative;
    border: 1px #fff solid;
    border-width: 1px 1px 0 1px;
    padding: 10px 15px;
    margin: 18px 0 0 0;
    width: auto;
    float: left;
    cursor: pointer;
    display: none;
}

    .del-drop a {
        color: #fff;
        font-size: 14px;
        float: left;
        width: 100%;
    }

    .del-drop .dropdown-menu {
        -webkit-box-shadow: 0 0 0 0 #000000;
        box-shadow: 0 0 0 0 #000000;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        border-color: #7b73c6;
    }

        .del-drop .dropdown-menu li a {
            color: #7b73c6 !important;
            font-size: 15px;
            font-weight: 600;
            border-bottom: 1px solid #7b73c6;
        }

.leftmenu {
    padding: 0px;
    width: 97px;
    margin-top: 85px;
    height: auto;
    min-height: calc(100vh - 85px);
}

.navbg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.rightsection {
    width: calc(100% - 110px);
    margin-top: 110px;
}

.leftmenu ul {
    margin: 60px 0 0 0;
    list-style: none;
}

.leftmenu li a {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}

    .leftmenu li a img {
        width: 90px;
    }

    .leftmenu li a span {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 14px;
    }

.leftmenu .selected {
    background: url(../../images/leftnavarrow.png) right center no-repeat, url(../../images/leftbgsel.png) left top repeat;
}

.top-main {
    margin: 15px 0 15px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #C8C9C7;
    background: #fff;
}

.top-left {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .top-left img {
        height: 200px;
        margin: 10px auto;
    }

.top-right h2 {
    color: #000;
    margin-bottom: 10px;
    font-family: 'ZonaPro';
}

    .top-right h2 span {
        color: #000;
    }

.top-right p {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: justify;
    float: left;
    width: 100%;
}

    .top-right p a {
        float: right;
        color: #00b0b9;
        text-decoration: underline;
    }

        .top-right p a:hover {
            text-decoration: none;
        }

.top-right {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}

.default-btn {
    border: #0c0b0d solid 1px;
    padding: 0 10px;
    line-height: 30px;
    width: auto;
    float: right;
    color: #0c0b0d;
}

.bottom-rep {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 328px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0 30px 0;
    border: 1px solid #C8C9C7;
}

.box1bg {
    background: url(../../images/box1bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.box2bg {
    background-size: 100% 100%;
    border: 1px solid #cacaca;
    cursor: pointer;
}

.bottom-main {
    margin-bottom: 15px;
    min-height: 350px;
    margin-top: 15px;
}

.box-content {
    padding: 15px 15px 15px 15px;
    float: left;
    width: 100%;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    bottom: 0px;
}

.boxinner {
    position: relative;
    float: left;
    width: 100%;
}

.bottom-rep h3 {
    color: #000;
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0 10px;
    font-family: 'ZonaPro';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .bottom-rep h3 a {
        color: #4f4c7c;
    }

.bottom-rep img {
    max-width: 100%;
    height: 250px;
    margin: 0px auto;
    display: block;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.bottom-rep p {
    color: #333333;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.default-btn-small {
    border: #fff solid 1px;
    padding: 0 10px;
    line-height: 20px;
    width: auto;
    float: right;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.nopr {
    padding-right: 0px;
}

.content-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
    background: #d6cae3 url(../../images/box-bg.png) no-repeat left bottom;
    height: 159px;
}

    .content-box h3 {
        color: #4f4c7c;
        font-weight: bold;
        font-size: 18px;
        float: left;
        width: 80%;
        margin: 0 0 10px 0;
        font-family: 'ZonaPro';
        line-height: 24px;
    }

    .content-box p {
        color: #4f4c7c;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0px;
        float: left;
        width: 100%;
    }

.content-btn {
    border: #4f4c7c solid 1px;
    padding: 0 10px;
    line-height: 20px;
    width: auto;
    float: right;
    color: #4f4c7c;
    font-size: 13px;
    position: absolute;
    top: 20px;
    right: 10px;
}

.content-box-bottom {
    background: #d6cae3 url(../../images/box-bg-bottom.png) no-repeat right top;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    height: 159px;
    padding: 15px;
    position: relative;
    background-size: contain;
}

    .content-box-bottom h3 {
        color: #4f4c7c;
        font-weight: bold;
        font-size: 18px;
        float: left;
        width: 60%;
        margin: 0 0 10px 0;
        font-family: 'ZonaPro';
        line-height: 24px;
    }

    .content-box-bottom p {
        color: #4f4c7c;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0px;
        float: left;
        width: 60%;
    }

.content-btn-bottom {
    border: #4f4c7c solid 1px;
    padding: 0 10px;
    line-height: 20px;
    width: auto;
    float: left;
    color: #4f4c7c;
    font-size: 13px;
    margin: 5px 0 0 0;
}

.fotter {
    margin-top: 15px;
    float: left;
    width: 100%;
    height: 25px;
    background: #fff;
}

.topnav {
    background: #e2eaf1;
    height: 50px;
    display: none;
}

    .topnav ul {
        float: left;
        width: 100%;
        display: none;
    }

    .topnav li {
        float: left;
        width: auto;
    }

    .topnav ul li a {
        float: left;
        padding: 0 20px;
        height: 50px;
        color: #4f4c7c;
        width: auto;
        line-height: 50px;
        font-size: 15px;
        margin: 0 5px 0 0;
    }

    .topnav .selected {
        background: #c6ced7;
        border-bottom: #303344 solid 3px;
    }

.search-inner {
    float: right;
}

    .search-inner input {
        background: url(../../images/search.png) 95% center no-repeat;
        background-color: #C8C9C7;
        border: 1px solid #ddd;
        height: 40px;
        width: 350px;
        margin: 10px 0 0 0;
        padding: 0 45px 0 10px;
        font-size: 1em;
        color: #fff;
    }

        .search-inner input::placeholder {
            color: #fff;
            font-weight: 600;
        }

        .search-inner input::focus {
            border: 1px solid #ccc;
        }

.help {
    margin: 15px 0 0 20px;
    float: right;
}

.conmain h1 {
    font-size: 26px;
    color: #000;
    border-bottom: 1px solid #D3D3D3;
    font-family: 'ZonaPro';
    padding-bottom: 10px;
}

.timer-main {
    margin: 47px 0 40px 0;
}

.timer {
    margin: 25px 0 0 0;
    text-align: center;
}

.timer-btn {
    text-align: center;
}

    .timer-btn button {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background: #00B0B9;
        background: -moz-radial-gradient(center, ellipse cover, #00B0B9 1%, #00B0B9 100%);
        background: -webkit-radial-gradient(center, ellipse cover, #00B0B9 1%, #00B0B9 100%);
        background: radial-gradient(ellipse at center, #00B0B9 1%, #00B0B9 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00B0B9', endColorstr='#00B0B9', GradientType=1);
        border: 5px solid #C8C9C7;
        color: #fff;
        font-size: 25px;
        width: 150px;
        height: 150px;
        text-align: center;
    }

.timer h2 {
    font-size: 24px;
    color: #000;
    font-family: 'ZonaPro';
    font-weight: bold;
}

.timer h3 {
    font-size: 22px;
    color: #000;
}

.logs-main {
    margin-bottom: 5px;
}

.logs-title {
    border-bottom: 1px solid #C8C9C7;
    padding: 0 0 10px 0;
}

    .logs-title h2 {
        font-size: 20px;
        color: #000;
        float: left;
        margin: 10px 0 0 0;
        width: auto;
        font-family: 'ZonaPro';
    }

.table-nowrap {
    table-layout: fixed;
}

    .table-nowrap td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.logs-tabs ul {
    float: left;
}

    .logs-tabs ul li {
        border: 1px solid #C8C9C7;
        float: left;
        overflow: hidden;
        border-width: 1px 0px 1px 1px;
    }

li.first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

li.last {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-width: 1px 1px 1px 1px !important;
}

.logs-tabs ul li a {
    text-decoration: none;
    padding: 0 25px;
    width: auto;
    font-size: 15px;
    color: #000;
    float: left;
    text-align: center;
    float: left;
    line-height: 40px;
}

    .logs-tabs ul li a:hover {
        /*background: #00B0B9;
        color: #fff;*/
    }

.logs-tabs .selected {
    background: #00B0B9;
    color: #fff;
}

.log-tab-mar {
    margin: 10px 0 10px 300px !important;
}

.log-table {
    margin: 5px 0;
    float: left;
    width: 100%;
}

    .log-table thead tr {
        background: #00B0B9;
        color: #fff;
        font-size: 15px;
    }

    .log-table tbody tr {
        background: #fff;
        color: #000;
        font-size: 15px;
    }

        .log-table tbody tr:nth-child(even) {
            background-color: #bdbdbd;
        }

.graphs-rep {
    margin-bottom: 30px;
}

    .graphs-rep h4 {
        text-align: center;
        color: #6962af;
        font-family: 'ZonaPro';
        font-size: 20px;
    }

.kc-main {
    margin: 20px 0 40px 0;
}

.kcinner {
    margin: 20px 0 0 0;
    text-align: center;
}

.kctimer {
    text-align: center;
}

    .kctimer button {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background: #00B0B9;
        background: -moz-radial-gradient(center, ellipse cover, #00B0B9 1%, #00B0B9 100%);
        background: -webkit-radial-gradient(center, ellipse cover, #00B0B9 1%, #00B0B9 100%);
        background: radial-gradient(ellipse at center, #00B0B9 1%, #00B0B9 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00B0B9', endColorstr='#00B0B9', GradientType=1);
        border: #C8C9C7 solid 3px;
        color: #fff;
        font-size: 21px;
        width: 150px;
        height: 150px;
        text-align: center;
        margin: 45px auto 0 auto;
    }

.kcinner h2 {
    font-size: 20px;
    color: #000;
    margin: 0 0 5px 0;
    font-family: 'ZonaPro';
}

.kcinner h3 {
    font-size: 22px;
    color: #4f4c7c;
}

.kcinner button {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #00B0B9;
    background: -moz-radial-gradient(center, ellipse cover, #00B0B9 1%, #00B0B9 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #00B0B9 1%, #00B0B9 100%);
    background: radial-gradient(ellipse at center, #00B0B9 1%, #00B0B9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00B0B9', endColorstr='#00B0B9', GradientType=1);
    border: #C8C9C7 solid 3px;
    color: #fff;
    font-size: 21px;
    width: 120px;
    height: 120px;
    text-align: center;
}

.kcinner a {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #00B0B9;
    background: -moz-radial-gradient(center, ellipse cover, #00B0B9 1%, #00B0B9 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #00B0B9 1%, #00B0B9 100%);
    background: radial-gradient(ellipse at center, #00B0B9 1%, #00B0B9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00B0B9', endColorstr='#00B0B9', GradientType=1);
    border: #C8C9C7 solid 3px;
    color: #fff;
    font-size: 20px;
    width: 120px;
    height: 120px;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 20px 0 0 0;
    margin: 0 auto;
}

#txtUserName {
    white-space: nowrap;
    width: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.userimage {
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    vertical-align: middle;
    top: -12px;
    position: relative;
}

    .userimage img {
        height: auto;
    }

.caret {
    position: absolute;
    top: 23px;
    right: 0px;
}

.switchUser li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 17.3em;
    overflow: hidden;
}

a.usrDropdown:hover,
a.usrDropdown:focus {
    background: none !important;
}


/*Customised css*/
.modal-content {
    z-index: 999;
}


.modal-body {
    z-index: 2 !important;
}


.modal-header h4 {
    padding: 0px 0px 10px 0px;
    color: #000;
    font-family: 'ZonaPro';
    font-size: 1.285em;
}


.modal-body {
    padding-top: 15px;
}

.shop {
    padding: 0px 0px 10px 0px;
    border-bottom: #8079c7 solid 1px;
}

.shop-left h2 {
    font-size: 26px;
    color: #4f4c7c;
    float: left;
    margin: 0px;
    width: auto;
    font-family: 'ZonaPro';
}

.shop-middle {
    margin-top: 10px;
}

.shop-left {
    margin-top: 15px;
}

.shop-middle h4 {
    color: #555;
    font-size: 19px;
}

.shop-right {
    margin-top: 3px;
}

.globalbtn {
    border: 0px;
    background-color: #00B0B9;
    color: white;
    height: 45px;
    font-size: 18px;
    font-family: 'ZonaPro';
    border-radius: 5px;
    text-transform: uppercase;
}

    .globalbtn.hbtn {
        margin-left: 25px;
        background-color: #DA487E !important;
    }

.shop-right .globalbtn {
    padding: 0px 20px;
}

.form-group h4 {
    font-size: 21px !important;
    font-family: 'ZonaPro';
    color: #555;
}

.form-group label {
    font-size: 14px;
    font-family: 'ZonaPro-thin';
    display: block;
}

.form-group textarea {
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    height: 100px;
    border-radius: 0px;
    width: auto;
    resize: none;
    float: left;
    width: 100%;
    border: 1px solid #a9a9a9;
}

.cam-main {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.form-items {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

.modalbtn {
    text-align: right;
    border-top: 0px;
    padding: 0px 15px 15px 0px;
}

    .modalbtn button,
    .modalbtn input[type="button"] {
        text-transform: uppercase;
        margin-left: 5px;
        border: 0px;
        color: white;
        /*width: 98px;*/
        width: auto;
        padding: 0px 15px;
        height: 30px;
        font-size: 14px;
        font-weight: 600;
        font-family: 'ZonaPro-thin';
        border-radius: 5px;
    }

    .modalbtn .savebtn {
        background-color: #00B0B9;
    }

    .modalbtn .cancelbtn {
        background-color: #C8C9C7;
        color: #000;
    }

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
    float: left;
    width: 100%;
}

    .radio-item input[type='radio'] {
        float: left;
        width: 30px;
    }

    .radio-item label {
        color: #000;
        font-weight: normal;
        font-size: 14px;
        font-family: 'ZonaPro';
        float: left;
    }
/*ending*/


/*-- My family--*/

.myfamily-right {
    padding-right: 0px;
    width: 250px;
}

.myfamily-left {
    padding: 0px 15px;
    width: calc(100% - 255px);
}

.appleftmain {
    width: calc(100% - 255px);
    padding: 0 0px 0 0;
}

.sortby {
    padding: 0px 0px 10px 0px;
    border-bottom: 3px solid #75787B;
}

.sort-left {
    margin: 5px 0 0 0;
    padding-left: 0px;
    padding-right: 0px;
}

    .sort-left .top-profile {
        height: 25px;
    }

        .sort-left .top-profile a {
            font-size: 18px;
        }

    .sort-left p {
        font-size: 18px;
        color: #333333;
        float: left;
    }

.sortby .globalbtn {
    padding: 0px 15px;
}

.sort-right {
    padding-right: 0px;
}

    .sort-right img {
        margin: 0px 10px 0 0;
        width: 25px;
        float: left;
    }

.journalbtn img {
    margin: 0px 10px 0 0;
    width: 25px;
    float: left;
}

.datamain {
    margin-top: 4px;
    overflow-y: scroll;
    height: 585px;
    z-index: 9;
}

.datarep {
    width: 99%;
    padding: 10px 0px;
}

    .datarep:nth-child(even) {
        background-color: #f1f1f1;
    }

        .datarep:nth-child(even) .actionmain .dropdown-toggle {
            /*border: 1px solid #f1f1f1;*/
        }

            .datarep:nth-child(even) .actionmain .dropdown-toggle:hover {
                /*border: 1px solid #C8C9C7;*/
            }

    .datarep h4 {
        color: #000;
        font-family: 'ZonaPro';
        font-size: 20px;
        margin-top: 0px !important;
        word-wrap: break-word !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.wrdWrap,
.wrdWrap span {
    word-wrap: break-word !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.datarep span {
    color: #333333;
}

.datarep p {
    font-family: 'ZonaPro';
    font-size: 15px;
    margin: 0 0 5px 0;
    line-height: 22px;
}

.data-left {
    width: auto;
    padding-right: 0px;
}

    .data-left img {
        border-radius: 50px;
        border: 2px solid #75787B;
        width: 65px;
        height: 65px;
    }

.data-img {
    width: auto;
    padding-right: 0px;
}

    .data-img img {
        border-radius: 50px;
        border: 2px solid #6962af;
        width: 65px;
        height: 65px;
    }

.data-content u {
    color: #333333;
    font-family: 'ZonaPro';
    font-size: 13px;
    text-decoration: none;
}

.data-content b {
    font-weight: normal;
    color: #333333;
    font-family: 'ZonaPro';
    font-size: 15px;
}

.data-infobtn {
    padding-right: 0px;
}

.data-left1 {
    padding-right: 0px;
}

.data-infobtn button {
    border-radius: 2px;
    border: 0px;
    background-color: #02ada8;
    padding: 2px 5px;
    color: white;
    font-family: 'ZonaPro-Thin';
}

.data-infobtn .actionmain .dropdown-toggle {
    padding: 0px 15px;
    /*border: 1px solid #fff;*/
    float: left;
}

.address textarea {
    height: 100px;
}

.data-contact b {
    font-size: 14px;
    font-weight: normal;
}

.data-contact .blue {
    color: #6962af;
}

.data-right .dropdown-toggle img {
    cursor: pointer;
    margin-top: 10px;
    margin-right: -27px;
    float: right !important;
    width: 5px;
}

.data-right .dropdown-menu img {
    margin-right: 10px;
    width: 20px;
}

.rightnav {
    border: 2px solid #C8C9C7;
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    width: 100%;
}

    .rightnav ul {
        margin-bottom: 0px;
        float: left;
        width: 100%;
    }

    .rightnav li {
        line-height: 40px;
        float: left;
        width: 100%;
        border-bottom: 2px solid #C8C9C7;
    }

    .rightnav .firstlist {
        line-height: 20px !important;
    }

    .rightnav li:last-child {
        border-bottom: 0px;
    }

    .rightnav li a {
        padding: 10px;
        float: left;
        width: 100%;
    }

    .rightnav .selected {
        color: #fff !important;
        background: #535353;
    }

        .rightnav .selected span {
            color: #fff !important;
        }

    .rightnav li a img {
        float: left;
        width: 35px;
    }

    .rightnav li a span {
        color: #595959;
        margin: 0 0px 0 5px;
        padding-left: 10px;
        float: left;
        width: calc(100% - 40px);
        font-size: 14px;
    }

.upload {
    float: left;
    width: 100%;
    line-height: 30px;
}

    .upload a {
        background: #00B0B9 url(../../images/upload.png) no-repeat center left;
        float: left;
        padding: 6px 15px 6px 45px;
        color: white;
        font-size: 16px;
        height: auto;
        word-wrap: break-word;
        border-radius: 5px;
        width: 100%;
    }

.pop-content {
    text-align: center;
    margin: 40px 0;
    font-size: 20px;
}

    .pop-content b {
        color: #000;
    }

.cam {
    float: right;
    width: 100%;
    margin: 10px 0;
    line-height: 30px;
}

    .cam a {
        background: #00B0B9 url(../../images/cam.png) no-repeat center left;
        word-wrap: break-word;
        width: 100%;
        float: right;
        padding: 6px 15px 6px 45px;
        color: white;
        font-size: 16px;
        height: auto;
        border-radius: 5px;
    }

.form-group input[type="text"],
.form-group input[type="date"],
.form-group input[type="time"], .form-group input[type="password"], .form-group input[type="number"],
.journal-items input[type="text"],
.journal-items input[type="date"], .journal-items input[type="number"],
.journal-items input[type="time"],
.global-items input[type="text"], .global-items input[type="number"],
.global-items input[type="date"],
.global-items input[type="time"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

.form-group input[type="date"],
.form-group input[type="time"],
.journal-items input[type="date"],
.journal-items input[type="time"],
.global-items input[type="date"],
.global-items input[type="time"] {
    min-width: 96%;
}

.form-group select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

    .form-group select:disabled {
        background: #cacaca;
    }

.form-group textarea:disabled {
    background: #cacaca;
}

.famgap {
    width: 270px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

    .famgap button {
        margin: 5px 0px;
        padding: 2px 5px;
        background-color: #01b2a7;
        color: white;
        border: 0px;
        border-radius: 2px;
    }

.actionmain {
    float: right;
    margin: 0 0px 0 0;
    position: relative;
}

    .actionmain .dropdown-toggle {
        padding: 5px 15px;
        /*border: 1px solid #fff;*/
        float: left;
    }

        .actionmain .dropdown-toggle:hover,
        .actionmain .dropdown-toggle:active {
            /*border: 1px solid #C8C9C7;*/
        }

.datarep .open .dropdown-toggle {
    border-bottom: 1px solid white !important;
    border: 1px solid #C8C9C7 !important;
}

.actionmain .dropdown-menu {
    margin-top: 0px;
    border-radius: 0px;
    border: 1px solid #C8C9C7;
    float: left;
    width: 100%;
}

    .actionmain .dropdown-menu li {
        border-bottom: 1px solid #cfcfcf;
        float: left;
        width: 100%;
    }

        .actionmain .dropdown-menu li a {
            padding: 5px 10px;
            float: left;
            width: 100%;
        }

            .actionmain .dropdown-menu li a img {
                margin: 0 5px 0 0;
            }

        .actionmain .dropdown-menu li:last-child {
            border-bottom: 0px;
        }

.addfamilywidth {
    width: 1100px !important;
}

.sortby .globalbtn1 {
    padding: 0px 20px;
}

.familyMemberImg {
    height: 100px;
    margin: auto;
}


/*-- My family ending--*/


/*Journal notes*/

.bottom-notes {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .bottom-notes label {
        font-size: 14px;
        font-family: 'ZonaPro-thin';
    }

    .bottom-notes img {
        width: 150px;
        height: 100px;
        border: 2px solid #6962af;
        border-radius: 2px;
    }

.journalbtn {
    text-align: right;
}

    .journalbtn a {
        border-radius: 5px;
        color: white;
        padding: 10px 27px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        text-transform: uppercase;
        cursor: pointer;
        /*width: 105px;*/
        width: auto;
    }

.packbtn a {
    padding: 5px 15px !important;
    font-size: 14px;
}

.journalbtn .addnew {
    padding: 10px 15px;
    background-color: #00b1a8;
}

.journalbtn .savebtn {
    background-color: #00B0B9;
    margin-right: 7px;
    padding: 10px 15px;
}

.journalbtn .cancelbtn {
    padding: 10px 15px;
    background-color: #C8C9C7;
    color: #000;
}

button.add-journalbtn {
    width: 150px;
    height: 100px;
    border: 0px;
    border: 2px solid #6962af;
    border-radius: 2px;
}

.add-journalbtn img {
    width: 65px;
    height: 65px;
    border: 0px;
}

/*Journal notes ending*/

/* splash starts here */

.splashcontainer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #635CA8 url('../../images/splash/frame1.png') no-repeat center center;
}

/* splash ends here */

/*Health care*/

.data-right {
    padding-right: 0px;
    width: auto;
}

    .data-right button {
        border: 0px;
        margin: 5px 5px 0 0;
        color: #fff;
        background: #00B0B9;
        font-size: 15px;
        padding: 4px 5px;
        text-transform: capitalize;
        border-radius: 3px;
    }

.healthmodal {
    float: right;
}

    .healthmodal a {
        color: #8ec876 !important;
        text-decoration: underline;
    }

.timeinput input {
    width: 68% !important;
    float: left;
    min-width: 55% !important;
    display: inline-block;
}

.timeinput select {
    width: 28% !important;
    float: left;
    margin: 0 0 0 10px;
    display: inline-block;
}

.dateinput {
}

.editcontrol {
}


/*Appointment */

.appointment {
    padding-right: 0px;
    padding-left: 0px;
    width: 200px;
}

    .appointment h5 {
        color: #000;
        border-bottom: 2px solid #f2f2f2;
        padding-bottom: 5px;
    }

.app-order {
    margin-left: 0px;
    margin-right: 0px;
}

.apprep,
.app-data {
    padding-right: 0px;
    padding-left: 0px;
}

    .app-data h6 {
        color: #000;
        font-size: 11px;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .app-data p {
        font-size: 10px;
    }

.app-btn {
    width: 175px;
}

.myapp-left {
    padding: 0 15px 0 0;
    width: calc(100% - 200px);
}

.addjou, .editjournalImg {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px;
    border: 2px solid #a9a9a9;
    height: 250px;
}

.padTopBtm50 {
    padding: 50px 0px;
}

.responsiveHgtImg {
    height: auto;
    max-height: 230px;
    margin: 0px auto;
}

.joutextarea {
    height: 250px !important;
    margin-bottom: 20px;
}

.container {
    width: 1200px;
}

.dn {
    display: none;
}

.packtitle {
    border-bottom: #C8C9C7 solid 1px;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

    .packtitle .logs-tabs {
        margin: 15px 0 0 0;
    }

    .packtitle .globalbtn {
        margin: 10px 0 0 0;
        /*width: 105px;*/
        width: auto;
        padding: 0 15px;
    }

    .packtitle h1 {
        border-bottom: 0px !important;
    }

.note-content {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
    display: block;
    overflow: hidden;
}

.logs-title .open .dropdown-toggle {
    border-bottom: 1px solid white !important;
    border: 1px solid #6962af !important;
}

.npl {
    padding-left: 0px !important;
}

.npr {
    padding-right: 0px !important;
}

.pr {
    position: relative;
}

/* calendar */

.fc-event.info {
    padding: 2px;
    background-color: #535353 !important;
    color: #fff;
}

.fc-event-time {
    margin-right: 3px;
}
/* end of calendar */
.leftfilter {
    float: left;
}

.filterrep {
    margin: 0 15px 0 0;
    float: left;
    width: auto;
    position: relative;
}

    .filterrep a {
        float: left;
        padding: 3px;
        border: 1px solid #fff;
    }

        .filterrep a[aria-expanded="true"],
        .filterrep a.expanded {
            border: 1px solid #C8C9C7;
        }

        .filterrep a img {
            width: 35px;
            float: left;
        }

.filterinner {
    background: #fff;
    border: 1px solid #C8C9C7;
    position: absolute;
    width: 450px;
    z-index: 99;
    top: 40px;
}

.filterinrep {
    float: left;
    width: 210px;
    margin: 5px;
}

.filterbtn {
    margin: 10px 0 0 0;
    float: right;
    width: 100%;
}

    .filterbtn .error {
        padding: 0 0 0 5px;
    }

    .filterbtn button {
        font-size: 16px;
        /*width: 85px;*/
        width: auto;
        height: 30px;
        padding: 0 15px;
    }

.rightfilter {
    float: right;
    width: auto;
}

    .rightfilter .filterrep {
        margin: 0 0 0 10px;
    }

    .rightfilter .filterinner {
        right: 0px;
    }

.container {
    width: 1200px;
}

.feedingtabs {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

    .feedingtabs li {
        float: left;
        width: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        text-transform: uppercase;
    }

        .feedingtabs li.active {
            background: #00B0B9;
            color: #fff !important;
        }

            .feedingtabs li.active a {
                color: #fff !important;
            }

.feedleft {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #C8C9C7;
    border-width: 1px 0 1px 1px;
}

.feedright {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 1px 1px 1px 0px;
    border: 1px solid #C8C9C7;
}

.feedingtabs li a {
    float: left;
    width: 100%;
    color: #000;
}

.feedtimer button {
    background: #00B0B9;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px;
    border: 0px;
    height: 40px;
    width: 140px;
}

.endbtn {
    background: #00B0B9 !important;
}

.notify-section {
    position: relative;
    /*margin: 0 20px 0 0;*/
}

.notifymain {
    position: absolute;
    right: 0;
    z-index: 99;
    background: #fff;
    width: 250px !important;
    border: 1px solid #C8C9C7;
    margin: 0px !important;
    top: 30px;
    max-height: 300px !important;
    overflow-y: auto;
}

.notify-section a {
    float: left;
    padding: 3px;
    border: 1px solid #fff;
    position: relative;
}

    .notify-section a[aria-expanded="true"] {
        border: 1px solid #C8C9C7;
        border-width: 1px 1px 0 1px;
    }

#notification > div {
    width: 100% !important;
}

#notification > span {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    text-align: right;
    border-bottom: solid thin #ccc;
    font-size: 11px;
    cursor: pointer;
}

#addSubModal {
    z-index: 9999;
}

.notifyrep {
    float: left;
    width: 100% !important;
    border-bottom: 1px solid #ededed;
    /*margin: 8px 2% !important;*/
    padding: 10px;
    cursor: pointer;
}

    .notifyrep h4 {
        font-size: 12px;
        margin: 0px 0px 5px 0px;
        color: #000;
        font-family: 'ZonaPro';
    }

    .notifyrep p {
        font-size: 11px;
        margin-bottom: 0;
        color: #757575;
        font-family: 'ZonaPro';
    }

.help-content {
    height: 450px;
    overflow-y: auto;
}

    .help-content h2 {
        font-size: 20px;
        color: #7b73c6;
        margin: 0px 0 10px 0;
    }

    .help-content p {
        font-size: 14px;
        line-height: 24px;
    }

.measurefiled input {
    float: left;
    width: 48% !important;
}

.measurefiled select {
    float: right;
    width: 48%;
}

.not-count {
    position: absolute;
    background: red;
    color: #fff;
    font-size: 12px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.article-main {
}

.article-title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #75787b;
    margin: 0 0 20px 0;
}

    .article-title h2 {
        font-size: 24px;
        color: #000;
        float: left;
    }

        .article-title h2 span {
            color: #000;
        }

.art-back {
    float: left;
    margin: 15px 15px 15px 0;
}

.article-content {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-align: justify;
}

    .article-content video {
        float: left;
        margin: 0 25px 15px 0;
    }

    .article-content img {
        float: left;
        margin: 0 25px 15px 0;
        width: 250px;
    }

.measureinnrep {
    float: left;
    width: 28%;
    margin: 0 0px 0 0;
}

    .measureinnrep b {
        font-size: 16px;
        color: #000;
        font-weight: normal;
        margin: 0 0 3px 0;
        float: left;
        width: 100%;
    }

    .measureinnrep p {
        font-size: 16px;
        color: #333333;
        font-weight: normal;
        float: left;
        width: 100%;
    }

.measuredate {
    float: left;
    font-size: 13px !important;
    width: 100%;
}

.green {
    color: #333 !important;
}

.headwidth {
    width: 43% !important;
}

.form-group input[disabled] {
    background: #cacaca;
}

.padAdj {
    padding: 20px;
}

.disabledLiitem {
    pointer-events: none;
    opacity: 0.6;
    color: #A9A9A9;
}

.container {
    width: 100%;
}

.modal-lg {
    width: 84%;
}

.fw {
    width: 100% !important;
}

.error {
    float: left;
    color: red;
    text-align: left;
    display: block;
    width: 100%;
}

.wa {
    width: auto !important;
}

.art-img {
    float: left;
    margin: 0 20px 20px 0;
    width: 380px;
    height: auto;
}

    .art-img img {
        float: left;
        width: 100%;
    }

#UIHealthcareProviderlist {
    width: 100%;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
}

.bd {
    display: block !important;
}

.nobg {
    background: none !important;
}

body.nobg {
    background: #fff !important;
}

.feedtimer input {
    width: calc(100% - 150px) !important;
    margin: 0 8px 0 0;
    float: left;
    min-width: 55% !important;
}



.ifw input {
    width: 100% !important;
    min-width: 100% !important;
}

.abousoc {
    margin: 0;
    width: 100%;
    height: 37px;
}

    .abousoc a {
        float: left;
        margin: 0 10px 10px 0;
    }

        .abousoc a img {
            float: left;
            width: 40px;
            height: 40px;
        }

.adet {
    margin: 9px 0px;
    float: right;
    width: auto;
}

    .adet a {
        margin: 0 10px 0 0;
    }

.save-pack textarea, .itemName #txtitemName {
    width: 100% !important;
    float: left;
}

.itemName a {
    cursor: pointer;
    float: right;
}

.save-pack a {
    float: right;
    margin: 65px 0 0 0;
    cursor: pointer;
}

    .save-pack a img, .itemName a img {
        height: 30px;
    }

#container {
    min-width: 220px;
    max-width: 400px;
    margin: 0 auto;
}

.p-t {
    padding-top: 15px;
}

.m-b {
    margin-bottom: 15px;
}

.m-t {
    margin-top: 15px;
}

.minHeight {
    min-height: 335px;
}

.maxHeight {
    max-height: calc(100vh - 60%);
}

.knowMoreLanding {
    position: absolute;
    bottom: 0;
    margin-right: 12px;
    margin-bottom: 12px;
    right: 0;
}

.packtitle .globalbtn img {
    width: 20px;
    margin-top: 2px;
    /*margin-left: 15px;*/
    margin-right: 9px;
}

.editImage {
    margin-right: 8px;
}

.graphs-rep {
    height: 250px;
}

.no-m-b {
    margin-bottom: 0;
}

.loginBack {
    margin-bottom: 20px;
}

.appointmentHeight {
    height: 336px;
    overflow: auto;
}

ul#filterData {
    margin-left: 21%;
}

.cc {
    height: 250px;
}

.fixedHeightTable {
    height: 188px;
    overflow: auto;
}

.no-pad-b, .top-profile ul {
    padding-bottom: 0px;
}

.inputdate {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

dl span.caret {
    margin-top: 8px;
}

.log-table td input[type="checkbox"] {
    margin-left: 22px;
}

p.multiSel {
    max-height: 27px;
    max-width: 532px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.articleImage {
    max-height: calc(100vh - 50%);
}

.result {
    color: #000;
    font-family: ZonaPro;
    font-size: 1.65em;
    font-weight: bold;
}

.searchName {
    color: #000;
    font-family: ZonaPro;
    line-height: 20px;
    font-size: 1.35em;
    cursor: pointer;
}

.searchDescription {
    font-family: ZonaPro;
    font-size: 0.85em;
    line-height: 20px;
    color: #333333;
    cursor: pointer;
}

.no-pad {
    padding: 0px !important;
}

.fw {
    width: 100% !important;
    min-width: 100% !important;
}

.wid50fltLftMarg5 {
    float: left;
    width: 50%;
    margin: 5px 0 0 0;
    padding: 0px 5px;
}

.clrBoth {
    clear: both;
}

.margTopRgtFlt {
    margin: 14px 10px 0 0;
    float: left;
}

.width74 {
    width: 74.3% !important;
}

.width100 {
    width: 100% !important;
}

.margTp10 {
    margin-top: 10px;
}

.colorFrstGrn {
    color: forestgreen;
}

.minHght200 {
    min-height: 200px;
}

.errorImgclr {
    height: 35px;
    width: 35px;
    visibility: hidden;
}

.margTp80 {
    margin: 80px 0 0 0;
}

.paddingBtm30 {
    padding-bottom: 30px;
}

.paddingBtm50 {
    padding-bottom: 50px;
}

.height35 {
    height: 35px;
}

.margBtm0 {
    margin-bottom: 0;
}

.HomeTitle {
    font-size: 24px;
    /*margin-top: 15px;*/
    display: block;
    color: #333;
    font-weight: bold;
    font-family: 'ZonaPro';
    position: fixed;
}

figcaption {
    color: #333;
}

.colorBlack {
    color: #000 !important;
}


.width400 {
    width: 400px;
}

.top50 {
    top: 50px;
}

iframe#player {
    width: 100% !important;
    height: 200px !important;
}

:-ms-input-placeholder.form-control {
    color: #999 !important;
}

#DivText p {
    word-wrap: break-word !important;
    font-size: 15px;
}

    #DivText p img {
        max-width: 100%;
        height: auto;
    }

#DivText ul {
    margin: 0;
    /*padding: 0;*/
    padding:0 0 0 25px;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
    line-height: 27px;
}

#DivText ol {
    margin-bottom: 10px;
    /*padding: 0;*/
    padding:0 0 0 25px;
}

    #DivText ol li {
        margin: 0;
        padding: 0;
        list-style-position: inside;
        line-height: 27px;
    }

        #DivText ul li span,
        #DivText ol li span,
        #DivText p span,
        #DivText p {
            font-family: 'ZonaPro' !important;
            line-height: 27px;
        }

    #DivText ol li,
    #DivText ul li,
    label#hospitalName {
        word-break: break-word;
    }

#Spec, #Qua {
    word-wrap: break-word;
}

b, strong {
    color: #000000 !important;
}

.socialIcon {
    color: #00B0B9;
    font-size: 40px;
}

.bellIcon {
    color: #00B0B9;
    font-size: 22px;
}

.fontSize35 {
    font-size: 35px;
}

.btnBack {
    background-color: #00b0b9;
    padding: 6px 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
}

    .btnBack:hover {
        background-color: #00b0b9;
        color: #fff;
    }

.backArrow {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.margBtm20 {
    margin-bottom: 20px;
}

.emailInput {
    width: 30%;
    padding: 6px 12px;
    height: 30px;
    margin-bottom: 15px;
}

.paddingRgt30 {
    padding-right: 30px;
}

.padding8 {
    padding: 8px;
}

.fontLine10 {
    font-size: 10px;
    line-height: 10px;
}

/*font{
    font-size: 98%;
}*/
div#addColorToDiv li span {
    font-size: 95%;
}

.bdrBdrcolor {
    border: 0;
    border-color: #444;
}

.displayBlck {
    display: block;
}

.changeRemove {
    cursor: pointer;
    color: #635CA8;
}

.margPadding0 {
    margin: 0;
    padding: 0;
}

.cursrPointer {
    cursor: pointer;
}

.chngButton {
    display: inline-block;
    width: 47%;
    margin-right: 1%;
    text-align: center;
}

.rmveButton {
    display: inline-block;
    width: 47%;
    text-align: center;
    margin-left: 1%;
}

    .chngButton a,
    .rmveButton a {
        padding: 10px 15px;
        background: #eee;
        float: left;
        width: 100%;
    }

.familyImgUpload {
    overflow: hidden;
    position: relative;
    width: 98%;
    float: left;
    margin-bottom: 5px;
    height: 100px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
    border: 1px solid #626366;
}

.fltNone {
    float: none;
}

/*scroll to top button in articles details css*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #75787B;
    color: white;
    cursor: pointer;
    padding: 12px;
    border-radius: 4px;
}

    #myBtn:hover {
        background-color: #00B0B9;
    }

.lightGreyColor {
    font-size: 13px !important;
}

tr.fc-first.fc-last th {
    color: #535353 !important;
}

.fc-state-default {
    border-color: #535353 !important;
    color: #535353 !important;
}

.fc-state-hover {
    color: #535353 !important;
}

.fc-state-down,
.fc-state-active {
    background-color: #535353 !important;
    color: #fff !important;
}

.fc-state-disabled {
    background-color: #535353 !important;
    color: #fff !important;
}

.fc-state-highlight > div > div.fc-day-number {
    background-color: #535353 !important;
}


.fc-week .fc-day.fc-state-highlight:hover .fc-day-number {
    background-color: #535353 !important;
}
/*scroll to top button in articles details css*/

.headingText {
    color: #333333;
    margin-bottom: 20px;
    border-bottom: 1px solid #75787b;
}

.paddBtm10 {
    padding-bottom: 10px;
}

.margBtm0 {
    margin-bottom: 0px;
}

/* hiding tooltips and headers of google translator */
.goog-tooltip {
    display: none !important;
}

    .goog-tooltip:hover {
        display: none !important;
    }

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

#google_translate_element {
    margin-right: 20px;
    border: 1px solid #dfdfdf;
    padding: 2px 6px;
}

.goog-te-gadget-simple {
    border: none !important;
}

.notifyrep {
    background-color: #ccc !important;
}

    .notifyrep.readme {
        background-color: #fff !important;
    }

#txtValidationMessageImg {
    display: block;
    color: red;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    float: left;
}

#addpacklist,
#editpacklist,
#addSubModal {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.usrDropdownScroll {
    height: auto;
    overflow-y: auto;
    max-height: 170px;
    top: 20px;
}

/*iframe.goog-te-menu-frame.skiptranslate {
    left: 1492.33px !important;
    top: 55px !important;
}*/

.pstnRelTp {
    position: relative;
    top: 7px;
}

.txtOverflwWid {
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    width: 245px !important;
}

.imgProUpld {
    display: block;
    width: 200px;
    margin: 0px auto;
    height: 200px;
    float: none;
}

.blkMarguto {
    display: block;
    margin: 0 auto;
}

.upLoadImg {
    display: block;
    position: relative;
    padding-top: 60px;
}

.fntSize20 {
    font-size: 20px;
}

.profile-image-edit {
    text-align: center;
}

.proUpImg {
    width: 200px;
    margin: 0 auto;
}

    .proUpImg img {
        max-width: 100%;
        max-height: 100%;
    }

.chgrmvBtns {
    display: inline-block;
    position: relative;
    padding-top: 20px;
    width: 200px;
}

    .chgrmvBtns ul {
        float: left;
        width: 100%;
    }

.proValidateErr {
    margin-top: 20px;
    text-align: center;
}

.ftrTopbrd {
    border-top: 1px solid #e5e5e5;
    clear: both;
}

.btnProSubmit,
.btnProCancel {
    padding: 5px 15px;
    color: #333;
}

.ftrTopbrd button{
    text-transform: uppercase;
    margin-left: 5px;
    border: 0px;
    color: white;
    /*width: 98px;
    width: auto;*/
    padding: 0px 15px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'ZonaPro-thin';
    border-radius: 5px;
}

.ftrTopbrd .cancelbtn{
    color: #000;
}
.registrationSuccessMsg {
    text-align: center;
    font-size: 24px;
}

/*Media Queries*/
@media (max-width: 768px) {
    .myfamily-left, .myfamily-right {
        width: 100%;
    }

    .myfamily-right {
        padding: 0px !important;
    }

    .ResponsivedisplayNone {
        display: none;
    }

    .ResponsiveFullWidth,
    .ResponseWidth100,
    .art-img,
    .widthper100 {
        width: 100% !important;
    }

    .displayinBlock {
        display: inline-block;
    }

    /*#abouttext:before,
    #DivText:before {
        display: block;
        clear: both;
        content: "";
    }*/

    .width85 {
        width: 83% !important;
    }

    .centerlogo {
        margin: 20px auto !important;
        float: none !important;
    }

    .fontSize20 {
        font-size: 20px;
    }

    .menuToggle {
        position: absolute;
        top: 10px;
        right: 0px;
        /*z-index: 1;*/
    }

    .menuToggle1 {
        position: absolute;
        top: 10px;
        right: 0px;
    }

    .eventToggle {
        position: absolute;
        top: 10px;
        right: 50px;
    }

    .zindex1 {
        z-index: 1;
    }

    .myfamily-left {
        margin-bottom: 20px;
    }

    .modal-lg {
        width: auto !important;
    }

    .log-table {
        display: block;
        overflow-x: scroll;
    }

    .logs-title {
        padding: 0px 0px 55px 0px;
    }

    .widthauto {
        width: auto;
    }

    .fontSize13MrgBtm10 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .admin-main .login-main {
        height: 365px !important;
    }

    .top12 {
        top: 12%;
    }

    .pop-content {
        margin: 20px 0px;
    }

    #highcharts-t9eth71-6,
    #highcharts-bimhctl-0,
    #highcharts-p8k8dmw-2 {
        width: 100%;
    }

    .packwidblock {
        margin-left: 3% !important;
        width: 100%;
        display: block;
    }

    .margBtm10 {
        margin-bottom: 10px;
    }

    .right100 {
        width: 225px !important;
        height: 265px !important;
        position: fixed;
        top: 60px;
        right: 80px;
    }

    .margTp140 {
        margin: 140px 0px 0px 0px;
    }

    .width220 {
        width: 205px !important;
    }

    .top50 {
        top: 50px;
    }

    .margTp30 {
        margin: 30px 0px 0px 0px;
    }

    .margTp20 {
        margin: 20px 0px 0px 0px;
    }

    .height1 {
        height: 1px;
    }

    .padding0 {
        padding: 0px;
    }

    .width58 {
        min-width: 58% !important;
    }

    .width125 {
        width: 125px !important;
    }

    .txtLeft {
        text-align: left;
    }

    .fontsize15 {
        font-size: 15px;
    }

    .fontsize13 {
        font-size: 13px;
    }

    .top-profile .dropdown-menu {
        margin: 0px;
    }

    .disBlck {
        display: block !important;
        margin-top: 95px;
    }

    .leftmenu {
        margin: 0px;
        width: 75%;
        min-height: 0px;
        transition: all 1s linear;
        position: absolute;
        z-index: 3;
        top: 130px;
    }

    .margTp0 {
        margin-top: 0px;
    }

    .leftmenu ul {
        margin: 0px;
    }

    .rightnav li a span {
        display: none;
    }

    .mobNav {
        border: 2px solid #C8C9C7;
        border-radius: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        float: left;
        width: 100%;
        align-items: center;
        margin-bottom: 10px;
    }

        .mobNav ul {
            margin-bottom: 0px;
            float: left;
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            flex-shrink: unset;
        }

        .mobNav li {
            line-height: 40px;
            float: left;
            width: 100%;
            border-bottom: none;
            border-right: 2px solid #C8C9C7;
        }

            .mobNav li:last-child {
                border-right: none;
            }

            .mobNav li a {
                float: left;
                width: 100%;
                text-align: center;
                height: 100%;
                padding: 20px;
                display: block;
                margin: auto;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                position: relative;
            }

    .rightnav li a img {
        width: 26px;
        height: 28px;
        line-height: 20px;
        display: block;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
    }

    .clrBth {
        clear: both;
    }

    .tableRwd {
        display: block;
        overflow-x: auto;
    }

    .filterinrep {
        width: 190px;
    }

    .loadercenterMob {
        margin: 0px auto;
        right: 15%;
    }

    .error {
        padding: 0px !important;
        display: block;
        width: 100%;
    }

    .filterinner .error {
        padding: 0 0 0 15px !important;
    }

    .logo {
        margin: 0px 0 0 16px;
    }

    .searchDescription {
        word-wrap: break-word !important;
    }

    .notify-section {
        margin: 0px 10px 0px 0px;
    }

    #txtUserName {
        white-space: nowrap;
        width: 3em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-profile .caret {
        margin-top: -24px;
    }

    #DivText p,
    .datarep p.wrdWrap {
        word-wrap: break-word !important;
    }

    .errPad5 {
        padding-left: 15px !important;
    }

    #DivText ol li,
    #DivText ul li,
    label#hospitalName {
        word-break: break-word;
    }

    /*Scrolling purpose*/
    .header-right {
        width: 240px;
        height: 45px;
    }

    .logo {
        width: calc(100% - 255px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0px 0 0 12px;
    }

        .logo img {
            max-width: 100%;
        }

    .top-profile {
        padding-right: 0px;
        padding-left: 5px;
    }
    /*Scrolling purpose*/

    .floatNone {
        float: none !important;
    }

    .app-data h6 {
        word-break: break-all;
        width: 23em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wid50fltLftMarg5 {
        padding: 0px 5px;
    }

    #Spec, #Qua {
        word-wrap: break-word;
    }

    .mobScroll {
        display: block;
        overflow-x: auto;
    }

    .emailInput {
        width: 100%;
    }

    .paddingRgt30 {
        padding-right: 15px;
    }

    #google_translate_element {
        margin-right: 10px;
    }

    .search-inner input {
        width: 85%;
    }

    .clrBothMob {
        clear: both;
    }

    .plLft {
        float: left !important;
    }

    .datarep {
        min-height: 160px;
        height: auto;
    }

    .mobMargTpBtm15 {
        margin: 15px 0px;
    }

    .filterbtn button {
        width: 85px;
        font-size: 12px;
    }

    .zIndex3, .filterinner {
        z-index: 3;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .mobLandTp75 {
        position: relative;
        top: 75px;
    }

    .width85 {
        width: 90% !important;
    }

    .right100 {
        width: 300px !important;
        height: 250px !important;
    }

    .width220 {
        width: 220px !important;
    }

    .filterinrep {
        width: 210px;
    }

    .error {
        padding: 0px !important;
        display: block;
        width: 100%;
    }

    .filterinner .error {
        padding: 0 0 0 15px !important;
    }

    .loadercenterMob {
        top: 18% !important;
        right: 3% !important;
    }

    .searchDescription {
        word-wrap: break-word !important;
    }

    .notify-section {
        margin: 0px 10px 0px 0px;
    }

    #txtUserName {
        white-space: nowrap;
        width: 3em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-profile .caret {
        margin-top: -24px;
    }

    .top12 {
        top: 0;
    }

    #DivText p {
        word-wrap: break-word !important;
    }

    #DivText ol li,
    #DivText ul li,
    label#hospitalName {
        word-break: break-word;
    }

    /*Scrolling purpose*/
    .header-right {
        width: 145px;
    }

    .logo {
        width: calc(100% - 255px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .logo img {
            max-width: 100%;
        }
    /*Scrolling purpose*/

    .floatNone {
        float: none !important;
    }

    .disBlck {
        display: block !important;
        margin-top: 95px;
    }

    .leftmenu {
        margin: 0px;
        width: 75%;
        min-height: 0px;
        transition: all 1s linear;
        position: absolute;
        z-index: 3;
        top: 130px;
    }

    .mobScroll {
        display: block;
        overflow-x: auto;
    }

    .emailInput {
        width: 100%;
    }

    .paddingRgt30 {
        padding-right: 30px;
    }

    .mobMargTpBtm15 {
        margin: 15px 0px;
    }

    .filterbtn button {
        width: 85px;
        font-size: 12px;
    }

    #kickCount tr td a img {
        width: 20px;
    }

    .zIndex3, .filterinner {
        z-index: 3;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .leftmenu {
        margin: 0px;
        width: 75%;
        min-height: 0px;
        transition: all 1s linear;
        position: absolute;
        z-index: 3;
        top: 130px;
    }

    .margTp0 {
        margin-top: 0px;
    }

    .leftmenu ul {
        margin: 0px;
    }

    .width85 {
        width: 92% !important;
    }

    .displayinBlock {
        clear: both;
        display: block;
    }

    .top5 {
        top: 5% !important;
    }

    .marg10 {
        margin: 10px !important;
    }

    .packwidblock {
        margin-left: 0px !important;
    }

    .width220 {
        width: 490px !important;
    }

    .filterinrep {
        width: 230px;
    }

    .disBlck {
        display: block !important;
        margin-top: 95px;
    }

    .app-data h6 {
        word-break: break-all;
        width: 60em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #imageNone,
    #videoNone,
    #youtubeVideoContainer {
        width: 45% !important;
    }

    .mobScroll {
        display: block;
        overflow-x: auto;
    }

    .emailInput {
        width: 100%;
    }

    .paddingRgt30 {
        padding-right: 30px;
    }

    .plRgt {
        float: right !important;
    }

    .search-inner input {
        width: 40%;
    }

    .mobMargTpBtm15 {
        margin: 15px 0px;
    }
}
