﻿html, body {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    height: 100%;
    font-family: Kohinoornewregular;
    font-size: 14px;
    color: #77787a;
    background-color: #f5f6fa;
    /*color: rgb(152, 152, 154);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.45px;
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
    text-shadow: #fff 0px 1px 1px;*/
}

/*span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.45px;
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
    text-shadow: #fff 0px 1px 1px;
}*/
.headerbarfull {
    width: 100%;
    float: left;
    background-color: #6f5b50;
    height: 60px;
    color: #ffffff;
    box-sizing: unset;
}

.headerbar {
    width: 100%;
    float: left;
    padding-left: 2.929%;
    padding-right: 2.929%;
    max-width: 1286px;
}

.headerbar {
    width: 100%;
    float: left;
    padding-left: 2.929%;
    padding-right: 2.929%;
    max-width: 1286px;
}

.header_logo {
    width: 32.2%;
    margin-top: 10px;
    float: left;
}

.headerlogoimage {
    background-image: url("../Content/Images/Logo_Header_CCG.png");
    background-repeat: no-repeat;
    width: 129px;
    height: 44px;
    float: left;
    border: none 0px;
    outline: none;
}

.headerbar .navbar-nav {
    float: left;
    font-family: "KohinoornewMedium";
    font-size: 14px;
    color: #1d1d1d;
}

    .headerbar .navbar-nav > li {
        float: left;
    }

        .headerbar .navbar-nav > li > a {
            color: #ffffff;
            float: left;
            padding: 18px 30px;
            padding-bottom: 20px;
            font-family: kohinoornewmedium;
        }

        .headerbar .navbar-nav > li:hover {
            background-color: #80695d;
        }

        .headerbar .navbar-nav > li.active {
            background-color: #80695d;
        }

.headeractive {
    background-color: #80695d;
}

.header_right {
    z-index: 2222;
    float: right;
}

.user_div {
    float: left;
    padding-left: 9px;
    margin-top: 20.5px;
    margin-right: 10px;
}

.username_span {
    font-size: 13px;
    float: left;
    padding-right: 10px;
}

.user_btn {
    float: left;
    background-image: url("../Content/Images/usericon.png");
    width: 11px;
    height: 7px;
    margin-top: 6px;
    background-repeat: no-repeat;
    border: none;
}

    .user_btn:hover {
        float: left;
        background-image: url("../Content/Images/usericon.png");
        width: 11px;
        height: 7px;
        background-repeat: no-repeat;
        border: none;
    }

.user_btn_hover {
    float: left;
    background-image: url("../Content/Images/usericon.png");
    width: 11px;
    height: 7px;
    background-repeat: no-repeat;
    border: none;
}

.header_userlink_content {
    display: none;
    position: fixed;
    background-color: #ffffff;
    width: 200px;
    /* height: 60px;*/
    padding-top: 28px;
    padding-left: 22px;
    margin-top: 39px;
    right: 85px;
    border: 1px solid #6f5b50;
    border-top: none;
    z-index: 999;
    box-sizing: unset;
}

.divuser_title {
    padding-bottom: 18px;
    line-height: 12px;
    width: 100%;
    float: left;
}

.header_username {
    float: left;
    color: #636466;
    font-size: 13px;
}

.divuser_nav {
    padding-bottom: 15px;
    line-height: 13px;
    width: 90%;
    float: left;
}

    .divuser_nav > div > a {
        font-size: 14px;
        color: #636466;
    }

.header_notification {
    float: left;
    color: #e5edf0;
    font-size: 24px;
    margin-right: 19px;
    position: relative;
    display: inline-block;
    padding-left: 19px;
}

.notification_btn {
    float: left;
    background-image: url("../Content/Images/Notification_Icon1.png");
    width: 21px;
    height: 20px;
    margin-top: 22px;
    background-repeat: no-repeat;
    border: none;
}

.notification_on_btn {
    float: left;
    background-image: url("../Content/Images/Group 1337.png");
    width: 21px;
    height: 22px;
    margin-top: 22px;
    background-repeat: no-repeat;
    border: none;
}

.help_btn {
    float: left;
    background-image: url("../Content/Images/help.png");
    width: 21px;
    height: 20px;
    margin-top: 22px;
    background-repeat: no-repeat;
    border: none;
}

/*.notification_btn:hover {
    float: left;
    background-image: url("../Content/Images/notification_icon.png");
    width: 16px;
    height: 16px;
    margin-top: 22px;
    background-repeat: no-repeat;
    border: none;
}*/

.notification_btn_hover {
    float: left;
    background-image: url("../Content/Images/notification_icon.png");
    width: 16px;
    height: 16px;
    margin-top: 22px;
    background-repeat: no-repeat;
    border: none;
}

.header_notification_content {
    max-height: 250px;
    overflow-y: auto;
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 375px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 22px;
    margin-top: 60px;
    left: -365px;
    border: 1px solid #6f5b50;
    border-top: none;
    z-index: 999;
}

    .header_notification_content span {
        font-size: 14px;
        color: #636466;
    }

.verticalline {
    /*border-left: 1px solid green;*/
    float: left;
    height: 28px;
    width: 1px;
    background-color: #ebebf2;
    margin-top: 16px;
}

.maindiv {
    float: left;
    width: 100%;
}

.dashboardarea {
    float: left;
    width: 100%;
    background-color: #f5f6fa;
    height: auto;
}

.bodystyle {
    padding: 1% 0% 14px 0%;
    /*margin: 1% 2.929% 0 2.929%;
    width: 94.142%;*/
    margin: 0;
    width: 100%;
    max-width: 1286px;
}

.bodyContentSectionsystem {
    /*margin-bottom: 0px;*/
    float: left;
    margin: 0 2.929% 0 2.929%;
    width: 94.142%;
    padding: 0 0 20px 0;
    height: auto;
    overflow: auto;
}

.whitebackground {
    background-color: #ffffff;
}

.dashboard_charttitle {
    font-size: 21px;
    font-family: kohinoornewmedium;
    color: #57595b;
}

.dashboardarea_margin {
    margin-top: 47px;
}

.Dashboard_active_btn {
    padding: 4px 25px;
    color: #ffffff;
    font-size: 12px;
    font-family: Kohinoornewregular;
    background-color: #6f5b50; /*#820c59;*/
    border: none 0px;
    cursor: pointer;
}

.Dashboard_btn {
    padding: 4px 25px;
    color: #000000;
    font-size: 12px;
    font-family: Kohinoornewregular;
    background-color: #ebebeb;
    border: none 0px;
    cursor: pointer;
}

    .Dashboard_btn:focus {
        outline: 0;
    }

.dashboard_box_area {
    float: left;
    height: 106px;
    width: 193px;
    background-color: #f2f2f2;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-right: 16px;
    margin-bottom: 15px;
    padding: 23px 29px 21px 20px;
}

    .dashboard_box_area:last-child {
        margin-right: 0px;
    }

    .dashboard_box_area a {
        font-size: 16px;
        color: #7c7c7c;
        font-family: Kohinoornewregular;
    }

        .dashboard_box_area a:hover {
            color: #881862;
        }

.dashboard_icon {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 50px;
}

.dashboardTextData {
    font-size: 26px;
    color: #808080;
    font-family: KohinoornewMedium;
    padding: 0px;
    /*padding-top:20px;*/
    padding-right: 20px;
    height: 100%;
    position: relative;
}

.dashboardPowerFailureData {
    font-size: 26px;
    color: #808080;
    font-family: KohinoornewMedium;
    padding: 0px;
    /*padding-top:20px;*/
    padding-right: 20px;
    height: 100%;
    position: relative;
}

.sheduling_icon {
    background-image: url("../Content/Images/scheduling_icon.png");
    background-repeat: no-repeat;
    width: 38px;
    height: 39px;
}

.Open-access_icon {
    background-image: url("../Content/Images/Open-access_icon.png");
    background-repeat: no-repeat;
    width: 38px;
    height: 39px;
}

.Dataacquisition_icon {
    background-image: url("../Content/Images/Dataacquisition_icon.png");
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
}

.Billing_accounting_icon {
    background-image: url("../Content/Images/Billing_accounting_icon.png");
    background-repeat: no-repeat;
    width: 38px;
    height: 39px;
}

.Participants_icon {
    background-image: url("../Content/Images/Participants_icon.png");
    background-repeat: no-repeat;
    width: 53px;
    height: 39px;
}

.UM_icon {
    background-image: url("../Content/Images/UM_icon.png");
    background-repeat: no-repeat;
    width: 38px;
    height: 39px;
}



.footer {
    float: left;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    bottom: 0px;
    color: #58595b;
    font-family: KohinoornewSemibold;
}

.footerinnerdiv {
    max-width: 1286px;
    width: 100%;
    float: left;
}

.copyrightdiv {
    float: left;
    width: 50%;
    padding: 5px 2%;
}

    .copyrightdiv span {
        font-size: 11px;
    }

.privacydiv {
    float: left;
    width: 50%;
    padding: 5px 2%;
    text-align: right;
}

    .privacydiv span {
        font-size: 11px;
        font-family: kohinoornewsemibold;
    }
/********************************************************************************************************************************/
/*******Master layout css********/
/********************************************************************************************************************************/
.dashboard_body {
    /*float: left;*/
    width: 1024px;
    margin: auto;
    /*padding-left: 1%;
    padding-right: 1%;*/
    /*padding-top: 55px;*/
    padding-bottom: 41px;
}

.breadcrumb_area {
    float: left;
    width: 100%;
    margin-bottom: 9px;
}

    .breadcrumb_area ul {
        margin-top: 0px;
        float: left;
    }

        .breadcrumb_area ul li {
            display: inline;
            float: left;
            color: #414141;
            font-size: 14px;
            padding: 0 10px 0 0;
            line-height: 10px;
        }

            .breadcrumb_area ul li:last-child {
                font-size: 18px;
            }


.page_title {
    float: left;
}

.title_text {
    font-family: KohinoornewMedium;
    font-size: 18px;
    color: #4e5357;
    float: left;
}

.from_caption {
    font-size: 16px;
    color: #4e5357;
    font-weight: bold;
}

.managesystemrightform {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    height: 100%;
    overflow: auto;
}

.bodyContentSection {
    float: left;
    margin: 1% 2.929% 0 2.929%;
    width: 94.142%;
    padding: 0 0 30px 0;
    height: auto;
    overflow: auto;
}

.bodyContentSectioninner {
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    min-height: 540px;
}

@media only screen and (max-height: 680px) {
    .bodyContentSection {
        padding: 0 0 40px 0;
    }

    .bodyContentSectionsystem {
        padding: 0 0 40px 0;
    }
}

@media only screen and (min-width: 1366px) {
    .headerbar {
        float: none;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
        height: 100%;
    }

    .dashboardarea {
        height: auto;
    }

    .bodystyle {
        padding: 0;
        float: none;
        margin: auto;
    }

    .bodyContentSection {
        margin: 1% 0 0 0;
        width: 100%;
    }

    .bodyContentSectionsystem {
        margin: 1% 0 0 0;
        width: 100%;
    }

    .footerinnerdiv {
        float: none;
        margin: auto;
    }
}
