@font-face {
    font-family: 'aclonicaregular';
    src: url('../Fonts/aclonica-regular-webfont.woff2') format('woff2'), url('./Fonts/aclonica-regular-webfont.woff') format('woff');
    src: url('../Fonts/Aclonica-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('../Fonts/Poppins/Poppins-Regular.ttf') format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('../Fonts/Poppins/Poppins-Bold.ttf') format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'poppins';
    src: url('../Fonts/Poppins/Poppins-Light.ttf') format("truetype");
    font-style: normal;
    font-weight: lighter;
}

@font-face {
    font-family: 'poppins';
    src: url('../Fonts/Poppins/Poppins-Medium.ttf') format("truetype");
    font-style: normal;
    font-weight: 500;
}

body {
    background-image: url('../images2/bg.png');
    background-repeat: repeat;
    background-color: rgba(255,255,255,0.4);
    background-blend-mode: lighten;
}

.main_center {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    /*padding-bottom: 30px;*/
    overflow-x: hidden;
}

.main_section {
    width: 390px;
    height: 913px;
    border-radius: 5px;
    /*background: linear-gradient(180deg, #FFF -3.29%, #FCF1E1 100%), linear-gradient(0deg, rgba(248, 244, 232, 0.45) 0%, rgba(248, 244, 232, 0.45) 100%), #FFF; */
}

.app_section {
    width: 150px;
    height: 119px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #F2F2F2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.app_open_section {
    background: #FFF;
}

.app_section_lock_section {
    width: 49px;
    height: 49px;
    flex-shrink: 0;
    border-radius: 127px;
    background: #F2F2F2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app_section_lock_section_locked {
    width: 49px;
    height: 49px;
    flex-shrink: 0;
    border-radius: 127px;
    background: #F2F2F2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app_section_lock {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.app_section_icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    /* background: url(<path-to-image>), lightgray 50% / cover no-repeat;n&*/
}

.app_section_title {
    color: #9C8C7A;
    font-family: Aclonica;
    font-size: 12px;
    font-style: bold;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
}

.RedButton {
    font-family: Poppins;
    color: #FFF;
    background: #B1312A;
    text-align: center;
    border-radius: 6px;
    /*
    margin: 15px;
    width: 338px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #B1312A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px;
    position: fixed;
    bottom: 10px;
        */
}

#Logout {
    width: 24px;
    height: 24px;
    top: 74px;
    left: 338px;
    padding: 3px, 3.4px, 3px, 3px;
    background-image: url('../images2/Logout.png');
}

#LoginLabel, #ResetPasswordLabel {
    height: 20px;
    top: 268px;
    left: 27px;
    font-family: 'aclonicaregular';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #BFA054;
}

.LoginText {
    font-family: poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #898989;
    padding-top: 10px;
}

#togglePassword {
    position: absolute;
    bottom: 17px;
    right: 20px;
    color: #898989;
    cursor: pointer;
}

.logo {
    width: 123px;
    height: 65px;
    top: 38px;
    left: 15px;
}

.service {
    top: 136px;
    left: 14px;
    font-weight: 500 !important;
}

.menu-row {
    margin: 0px;
    /*padding: 5px;*/
}

.menu-item, .multidrop-item {
    height: 48px;
    border-radius: 10.38px;
    border: 1px;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 4px 2px 2px #0000000A;
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #7C7C7C !important;
    background-color: #FFF;
    display: grid;
    align-items: center;
    margin-bottom: 10px;
}

    .menu-item span {
        margin-left: 40px;
        font-weight: 500;
        color: #7C7C7C !important;
    }

    .menu-item i {
        font-weight: normal;
        color: #7C7C7C !important;
    }

    .multidrop-item span {
        font-weight: 500;
        color: #7C7C7C !important;
    }

    .menu-section-label {
        font-family: Poppins;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0em;
        margin: 30px 0px 5px -10px;
    }

.dashboard-menu {
    height: 130px;
    border-radius: 7px;
}

#Actions, #Reports, #Admins {
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: center;
    background-size: cover;
    border: 5px solid transparent;
    color: #FFF;
    font-family: 'aclonicaregular';
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    text-align: center;
    /*display: flex;*/
	display: grid;
    align-items: flex-end;
    padding-bottom: 10px;
    cursor: pointer;
}

#Actions {
    background-image: url('../images2/ActionsSelected.png');
}

#Reports {
    background-image: url('../images2/Reports.png');
}

#Admins {
    background-image: url('../images2/Admins.png');
}

.SectionTable {
    border-radius: 6px !important;
    box-shadow: 0px 4px 9px 0px #0000000D !important;
	background-color: #ffffff;
}

.SectionLabel {
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 10px;
}

    .SectionLabel > div > span {
        color: #7C7C7C;
        font-family: 'Poppins';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        padding-left: 10px;
    }

.call-date {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    background: #BA002D;
}

.History {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    background: #7E7E7E;
}

.circle {
    font-size: 8px !important;
}

.grey-circle {
    background: -webkit-gradient(linear, left top, left bottom, from(#AFAFAF), to(#D9D9D9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.amber-circle {
    background: #D48F26;
}

.name {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    background: #7C7C7C;
}

.arrow {
    height: 12px;
    width: 12px;
    margin: 4px 10px 0px 10px;
}

.inner-table {
    width: 100% !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        display: inline-block;
        padding: 0 0 0 0px;
        background: url("../images2/notick-grey.svg") no-repeat;
        height: 24px;
        width: 24px;
        background-size: 100%;
    }

    input[type=checkbox]:checked + label {
        background: url("../images2/tick-green.svg") no-repeat;
        height: 24px;
        width: 24px;
        display: inline-block;
        background-size: 100%;
    }

.main-div {
    width: 100%;
    overflow-y: auto;
}

.dropdown-hover {
    background: #BB945F;
}

.button-blue {
    background: #1F79AF;
    border: 1px solid #1F79AF;
}

.button-grey {
    background: #7C888F;
    border: 1px solid #7C888F;
}

.button2 {
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.button-full {
    width: 314px;
}

.button-half {
    width: 150px;
}

.panel-section {
    border-radius: 6px !important;
    background: linear-gradient(0deg, #E1E1E1, #E1E1E1), linear-gradient(0deg, #FFFFFF, #FFFFFF) !important;
    /*border: 0.7px solid #E1E1E1 !important;*/
    box-shadow: 0px 4px 9.199999809265137px 0px #00000012 !important;
    margin-bottom:10px;
}

.panel-section-body {
    padding: 5px !important;
    background: #FFF !important; /*linear-gradient(0deg, #E1E1E1, #E1E1E1), linear-gradient(0deg, #FFFFFF, #FFFFFF) !important;*/
    border-right: 1px solid #E1E1E1 !important;
    border-left: 1px solid #E1E1E1 !important;
    border-bottom: 1px solid #E1E1E1 !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    color: #7E7E7E !important;
}

.panel-section-table {
    background-color: #AD86510A !important;
    border: none !important;
}

    .panel-section-table td {
        border: none !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        background-color: #AD86510A !important;
    }

    .panel-section-table label {
        font-family: Poppins;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0em;
        text-align: left;
    }

    .panel-section-table input[type="radio"] {
        -webkit-appearance: none;
        border-radius: 50%;
        border: 5px solid #FFF;
        outline: 1px solid #EAEAEA;
        height: 24px;
        width: 24px;
        box-shadow: 0px 2px 3.799999952316284px 0px #00000024;
        margin-right:10px;
    }

        .panel-section-table input[type="radio"]:checked {
            background: #BB945F;
        }

    .panel-section-table td > span {
        font-weight: bold;
    }

.panel-section-heading-opened {
    background-color: #BB945F !important;
    color: #FFF !important;
    border: 0.7px solid #C9C9C9;
    border-radius: 6px 6px 0px 0px !important
}

    .panel-section-heading-opened a{
        color: #FFF !important;
    }

.panel-section-heading-closed {
    background-color: #FFF !important;
    color: #7E7E7E !important;
    border: 0.7px solid #C9C9C9;
    border-radius: 6px !important
}

    .panel-section-heading-closed a:hover {
        color: #7E7E7E !important;
    }

.panel-section-date-picker{
        padding:0px !important;
    }

.panel-section-multi-picker{
    width:100% !important;
    height:48px !important;
}

.panel-section-multi-picker button {
    height: 48px !important;
}

.activity-type-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.activity-type{
    width:70px;
    height:48px;
    border-radius:6px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
	border:0.7px outset #EAEAEA;
}

.buttons-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px; 
    padding-bottom: 10px;
}

.activity-image{
    width:20px;
    height:20px;
}

.chart-month{
width:100%;
}

.chart-month-contents {
    height: 100px;
    min-height: 80px;
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.chart-month-name {
    height: 30px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    border-top: 1px solid grey;
}

.chart-activity-small {
    width:14px;
    height:14px;
    margin:3px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    white-space: normal;
    min-height: 32px;
    text-overflow: ellipsis;
    font-weight:normal;
   /* max-height:32px; */
}

.date-label {
    position: absolute;
    z-index: 100;
    padding-left: 10px;
    padding-top: 15px;
}

.message {
    border-radius: 15px 15px 15px 0px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 100%;
    min-height: 50px;
    padding: 10px;
    font-family: Poppins;
    font-weight: 500;
    color: #7E7E7E;
    margin-top: 10px;
    margin-bottom:10px;
}

.messageTo {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: left;
    width:100%;
    padding-bottom:5px;
}

.messageBody {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    width: 100%
}

.messageDate {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    width: 100%;
    padding-top:14px;
}

input[type="text"], input[type="email"], textarea {
    border: 0.7px solid #C9C9C9 !important;
}

.report-circle {
    display: inline-block;
    padding: 0 0 0 0px;
    background: url(../images2/notick-grey.svg) no-repeat;
    height: 36px;
    width: 36px;
    background-size: 100%;
    text-align: center;
    vertical-align: middle;
    padding-right: 2px;
    line-height: 28px;
    font-family:poppins;
    padding-top:2px;
}

/* menu */
/*
#menu-bar {
    position: sticky;
    left: 0;
    top: 0;
    background-color: #82451B;
    padding: 10px;
    width: 100%;
    display:none;
}
*/

.app-area {
    position: fixed;
    left: 0;
    /*top: 44px; */
    width: 100%;
    height:100%;
	overflow-y: auto !important;
}
.menu-area{
	position: fixed;
    left: 0;
    top: 44px;
    width: 100%;
    height:100%;
	/*overflow-y: hidden !important;*/
}

#menu {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 999999;
    height: calc(100% - 45px);
    top: 44px;
    width: 100%;
    background-color: white;
    background-image: url('/images2/bg.png');
    border-radius: 6px 6px;
    border-right: solid 1px #c7c7c7;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}
/*
#externalApps {
    position: absolute;
    width: 100%;
    height: 100%;
}
*/
.menu_section {
    width: 200px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #F2F2F2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.activity-call{
	--img-url: url('../Images2/Call.svg');	
}

.panel-title > a {
    display: block;
    width: 100%;
}