﻿/*Common styles*/
body {
    background: #FFF;
}

.scroll {
    height: 250px;
    overflow-y: scroll;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}



a:hover,
a:focus,
a:active,
a:visited {
    outline: none;
}

.bottomnote {
    color: gray;
    float: left;
}

.popover {
    max-width: 500px;
}

.dataTables_wrapper .col-sm-12 {
    position: static;
}

.Mandatory {
    color: red;
    position: absolute;
    margin: 7px;
    font-weight: normal !important;
    font-size: 11px !important;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    background: url('../images/Banner_Image.jpg') 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    /*background-color: #0a1525;*/
}

header#header {
    /*height: 310px;*/
}

    header#header #logo {
    }

        header#header #logo img {
            /*max-width: 155px;*/
        }

    header#header h1 {
        color: #ffffff;
        font-weight: 400;
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
        text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.6);
        position: absolute;
        right: 0px;
        text-align: right;
        margin-right: 3%;
    }

    header#header p {
        color: #fff;
        font-size: 26px;
        position: absolute;
        width: 475px;
        text-align: left;
        margin-left: 3%;
    }

    header#header .banner-cont {
        width: 100%;
        position: absolute;
        top: 20%;
        left: 0%;
        text-align: center;
        margin-left: 0px;
    }

    header#header .top-h a {
        background: #ff5258;
        border: 0px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        float: right;
    }

    header#header .top-h {
        padding: 15px 15px;
        background: rgba(0, 23, 52, 0.5);
    }

    header#header .banner-cont span {
        color: #ffffff;
        font-weight: 400;
        font-size: 20px;
        margin-right: 10px;
    }

header#main-header {
    background: #1c2329;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
    left: 0px;
}

    header#main-header .menu-btn {
        background: #009dc0;
        display: inline-block;
        float: left;
        text-align: center;
        margin-right: 15px;
    }

        header#main-header .menu-btn a {
            color: #fff;
            font-size: 28px;
            padding-top: 10px;
            display: inline-block;
            width: 60px;
            height: 60px;
        }

            header#main-header .menu-btn a i:first-child + i {
                display: none;
            }

            header#main-header .menu-btn a:hover,
            header#main-header .menu-btn a:active,
            header#main-header .menu-btn a:visited,
            header#main-header .menu-btn a:focus {
                text-decoration: none;
                outline: none;
            }

            header#main-header .menu-btn a.open {
                padding-top: 15px;
            }

                header#main-header .menu-btn a.open i:first-child {
                    display: none;
                }

                    header#main-header .menu-btn a.open i:first-child + i {
                        display: block;
                    }

    header#main-header #logo {
        float: left;
        padding-top: 10px;
    }

    header#main-header .log-info {
        padding-right: 10px;
    }

        header#main-header .log-info span.fa-user {
            color: #029cc0;
            padding-left: 0px;
            padding-right: 0px;
        }

        header#main-header .log-info span {
            color: #fff;
            font-size: 15px;
            display: inline-block;
            float: left;
            position: relative;
            padding: 7px 7px;
        }

        header#main-header .log-info a {
            display: inline-block;
            float: left;
            padding: 14px 0;
        }

.main {
    background: #fffdfd;
    height: auto;
    overflow-y: auto;
}

.boxes {
    background: rgba(0, 23, 52, 0.5);
    padding: 30px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

    .boxes > strong {
        position: absolute;
        color: #fff;
        width: 284px;
        text-align: center;
        left: 50%;
        margin-left: -142px;
        margin-top: 40px;
        font-size: 25px;
        z-index: 999;
    }

        .boxes > strong img {
            margin-top: -18px;
        }

    .boxes .wh-bg-le {
        position: absolute;
        height: 100%;
        width: 30%;
        left: -30%;
        background: #fff;
    }

    .boxes .wh-bg-ri {
        position: absolute;
        height: 100%;
        width: 30%;
        right: -32%;
        background: #fff;
    }

    .boxes .box-inner {
        /*background: #fff;*/
        padding: 0 0%;
    }

.box .box-front span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.box .box-front p {
    color: #fff;
    max-width: 62%;
    margin: 10px auto;
}

.box.box2 .box-front span {
    font-weight: 600;
}

.box .box-back strong {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.box .box-back p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.box .box-back a {
    background: none;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
}

.box-inner:after {
    content: '';
}

.box-inner:before {
    content: '';
}

.slide h2 {
    font-weight: 300;
    text-align: center;
    color: #fff;
    font-size: 38px;
    line-height: 45px;
    text-shadow: 0px 2px 4px #000;
}

.slide .openq,
.slide .closeq {
    position: relative;
    top: -17px;
}

.slide small {
    color: #ff5258;
    font-weight: 300;
    text-align: center;
    display: block;
    font-size: 22px;
    margin-top: 20px;
}
/*.bx-viewport {height:auto !important;padding: 20px 0;}*/

.quote-slider {
    padding: 150px 0;
}

.box.box1 {
    background: url('../images/img_1.png') 0 0;
    background-size: 100% auto;
    min-height: 300px;
    background-repeat: no-repeat;
}

.box.box2 {
    background: url('../images/img_2.png') 0 0px;
    background-size: 100% auto;
    min-height: 300px;
    background-repeat: no-repeat;
}

.box.box3 {
    background: url('../images/img_3.png') 0 0;
    background-size: 100% auto;
    min-height: 300px;
    background-repeat: no-repeat;
}

.box.box1:hover {
    background: url('../images/img_1_h.png') 0 0;
    background-size: 100% auto;
    min-height: 300px;
    background-repeat: no-repeat;
}

.box.box2:hover {
    background: url('../images/img_2_h.png') 0 0px;
    background-size: 100% auto;
    min-height: 300px;
    background-repeat: no-repeat;
}

.box.box3:hover {
    background: url('../images/img_3_h.png') 0 0;
    background-size: 100% auto;
    min-height: 300px;
    background-repeat: no-repeat;
}

.box.box1:hover .box-front span {
    color: #fb9a28;
}

.box.box2:hover .box-front span {
    color: #15d0f9;
}

.box.box3:hover .box-front span {
    color: #ff5158;
}

.box {
    position: relative;
    /*width: 30%;border-right: 20px solid #ededed;    border-left: 20px solid #ededed;*/
}

    .box .box-front,
    .box .box-back {
        -webkit-perspective: 600px;
        -ms-perspective: 600px;
        perspective: 600px;
        padding: 0px;
        text-align: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-clip: padding-box;
        transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
    }

    .box .box-front {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        z-index: 10;
        margin-top: 23%;
    }

    .box:hover .box-front {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        text-shadow: 2px 2px 2px #000;
    }

    .box.box2 .box-front {
        margin-top: 48%;
    }

    .box .box-back {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        /*-webkit-transform: rotateY(-180deg); transform: rotateY(-180deg);*/
        z-index: 11;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    .box.box1 .box-back {
        background: rgba(255, 82, 88, 1);
    }

    .box.box2 .box-back {
        background: rgba(21, 208, 249, 1);
    }

    .box.box3 .box-back {
        background: rgba(252, 155, 40, 1);
    }

    .box:hover .box-back {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
/*.box:hover .box-front { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); z-index: -1;}
.box:hover .box-back { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); z-index: 1;}*/

footer#dash-footer {
    display: none;
    background: #1f2428;
    padding: 10px 0;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

    footer#dash-footer p {
        margin: 0px;
        color: #ddd;
        font-weight: 200;
    }

#myModal .modal-content {
    border-radius: 0px;
}

#myModal .modal-dialog {
    margin-top: 310px;
}

#myModal .modal-header {
    background: #73a3c5;
    text-align: center;
}

    #myModal .modal-header h4 {
        color: #fff;
        font-weight: 400;
    }

    #myModal .modal-header button {
        color: #000000;
    }

#myModal .modal-body label {
    font-weight: 300;
    color: #184d91;
    font-size: 12px;
}

#myModal .modal-body .form-control {
    color: #455663;
    border: 0px;
    border-bottom: 1px solid #184d91;
    border-radius: 0px;
    box-shadow: none;
    padding: 3px;
    height: 30px;
    font-size: 12px;
    font-weight: 300;
}

#myModal .modal-body button {
    background: none;
    border: 0px;
    font-size: 35px;
    margin-top: 8px;
    color: #73a3c5;
}

    #myModal .modal-body button:hover,
    #myModal .modal-body button:active,
    #myModal .modal-body button:focus,
    #myModal .modal-body button:visited {
        outline: none;
        color: #3e93d0;
    }

aside.nav {
    background: #009dc0;
    width: 245px;
    overflow: hidden;
    position: fixed;
    top: 60px;
    left: 0px;
    height: calc(100% - 60px);
    z-index: 99;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    /*background: linear-gradient(to bottom, #19C9F0, rgba(132, 173, 214, 0.8) 26%, rgba(111, 175, 255, 0.5));
                background: -webkit-linear-gradient(to bottom, #19C9F0, rgba(132, 173, 214, 0.8) 26%, rgba(111, 175, 255, 0.5));*/
}

    aside.nav ul {
        width: 245px;
    }

        aside.nav ul,
        aside.nav ul li {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            aside.nav ul li a span {
                padding-left: 15px;
            }

            aside.nav ul li a img {
                display: inline-block;
            }

            aside.nav ul li a i {
                font-size: 24px;
                padding-left: 5px;
                padding-right: 5px;
                color: #fffdfd;
                width: 32px;
                text-align: center;
            }

            aside.nav ul li a img:first-child + img {
                display: none;
            }

            aside.nav ul li a {
                color: #fff;
                display: block;
                padding: 10px 13px;
            }

                aside.nav ul li a:hover,
                aside.nav ul li a.active {
                    text-decoration: none;
                    color: #333;
                    background: #fffdfd;
                }

                aside.nav ul li a:focus,
                aside.nav ul li a:visited {
                    text-decoration: none;
                }

                aside.nav ul li a:hover img:first-child,
                aside.nav ul li a.active img:first-child {
                    display: none;
                }

                    aside.nav ul li a:hover img:first-child + img,
                    aside.nav ul li a.active img:first-child + img {
                        display: inline-block;
                    }

                aside.nav ul li a:hover i,
                aside.nav ul li a.active i {
                    color: #1d2226;
                }

    aside.nav.small li a span {
        display: none;
    }

    aside.nav.small {
        width: 60px;
    }

.main-section,
.inner-layout {
    margin-left: 60px;
    padding-bottom: 40px;
    margin-top: 60px;
    padding-top: 15px;
}

.pad-bot-0 {
    padding-bottom: 0px !important;
}

.main-section div.cate {
    padding-top: 15px;
    /*padding-bottom: 15px;*/
}

    .main-section div.cate > div {
        background: #fff;
        padding: 15px;
        opacity: 0.7;
        box-shadow: 2px 2px 3px #ddd;
        min-height: 125px;
        position: relative;
        border: 1px solid #dfe8f1;
        border-radius: 3px;
    }
/*.main-section > div:first-child > div {cursor:pointer;    opacity: 1;}*/

.main-section div > div.ctactive {
    cursor: pointer;
    opacity: 1;
}

.inner-layout h2 {
    font-size: 18px;
}

.main-section div.cate > div h3 {
    font-weight: 300;
}

    .main-section div.cate > div h3 i {
        font-size: 22px;
        color: #30a2bb;
        margin-right: 5px;
    }

.main-section div.cate > div p {
    font-size: 13px;
    font-weight: 300;
    padding-top: 10px;
    margin: 0px;
}

.main-section div.cate > div a {
    cursor: default;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #908f8f;
    padding: 7px 10px;
    display: inline-block;
    float: right;
    margin-top: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
}

    .main-section div.cate > div a.view_active {
        cursor: pointer;
        background: #19c9f0 !important;
    }
    /*.main-section > div:first-child > div a{cursor:pointer; background: #19c9f0;}*/

    .main-section div.cate > div a:hover,
    .main-section div.cate > div a:focus,
    .main-section div.cate > div a:focus {
        text-decoration: none;
    }

footer.main-footer-login {
    position: fixed;
    bottom: 0px;
    right: 0;
    background: #3f729b;
    width: 100%;
    text-align: right;
    padding: 5px;
    padding-right: 20px;
    z-index: 98;
    height: 33px;
}

footer.main-footer {
    position: fixed;
    bottom: 0px;
    right: 0;
    background: #f1f1f1;
    width: 100%;
    text-align: right;
    padding: 5px;
    padding-right: 20px;
    z-index: 98;
}

    footer.main-footer p {
        margin: 0px;
        font-size: 12px;
    }

.chart {
    margin-left: 60px;
    padding-bottom: 30px;
    /*margin-top: 60px;*/
}

    .chart > div > div h3 {
        font-weight: 500;
        color: #0e7d96;
        font-size: 14px;
        /*background: rgba(222, 222, 222, 0.7);*/
        background: rgba(241, 241, 241, 0.8);
        padding: 5px;
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        padding-right: 7%;
    }

    .chart > div.chart1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .chart > div.chart1 > div {
            background: url('../images/image1.png') 0 0 transparent;
            background-size: 120%;
            -webkit-transition: ease 500ms background-position;
            -moz-transition: ease 500ms background-position;
            -o-transition: ease 500ms background-position;
            transition: ease 500ms background-position;
            padding: 15px;
            box-shadow: 2px 2px 3px #ddd;
            min-height: 200px;
            position: relative;
            border: 7px solid #dfe8f1;
            border-radius: 3px;
            box-shadow: 3px 3px 3px #ddd;
        }

        .chart > div.chart1.c2 > div {
            background: url('../images/image2.png') 0 0 transparent;
        }

        .chart > div.chart1.c3 > div {
            background: url('../images/image3.png') 0 0 transparent;
        }

        .chart > div.chart1.c4 > div {
            background: url('../images/image4.png') 0 0 transparent;
        }

        .chart > div.chart1.c5 > div {
            background: url('../images/image5.png') 0 0 transparent;
        }

        .chart > div.chart1.c6 > div {
            background: url('../images/image6.png') 0 0 transparent;
        }

        .chart > div.chart1:hover > div {
            background-position: 0 -40px;
        }

        .chart > div.chart1:hover a {
            display: block !important;
            background: rgba(0, 0, 0, 0.3);
            position: absolute;
            width: 100%;
            left: 0px;
            height: 100%;
            /*186px;*/
            top: 0px;
        }

            .chart > div.chart1:hover a:after {
                content: "\f08e";
                font: normal normal normal 14px/1 FontAwesome;
                color: #fff;
                position: absolute;
                font-size: 20px;
                right: 10px;
                top: 10px;
            }
    /*.chart > div.chart1:hover a:before {
                content: "\f080";
                   font: normal normal normal 14px/1 FontAwesome;
    color: #d9534f;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
            }*/

    .chart > div > div {
        padding: 0 0 15px 0;
    }

        .chart > div > div a {
            background: #dfe8f1;
            color: #009dc0;
            padding: 6px;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 49px;
            text-align: center;
        }

    .chart .search-field > div.form-group {
        float: right;
        width: 340px;
        margin: 0px;
    }

    .chart .search-field input[type='submit'] {
        background: #009dc0;
        border: 0px;
        border-radius: 0px;
        color: #fff;
        width: auto;
        font-weight: bold;
    }

    .chart .search-field input[type='text'] {
        max-width: 250px;
        border: 0px;
        border-bottom: 1px solid #009dc0;
        background-color: white;
        border-radius: 0px;
    }

    .chart .search-field {
        padding: 10px 0;
    }

    .chart a:hover {
        text-decoration: none;
    }

.onoff {
    background: #fff;
    width: 40px;
    height: 22px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    float: right;
    /*margin-top: 5px;    margin-right: 10px;*/
    box-shadow: inset 2px 1px 9px #ddd;
    border: 1px solid #d8d6d6;
}

    .onoff span {
        transition: all 0.2s;
        -webkit-transition: 0.2s;
        width: 15px;
        height: 15px;
        display: block;
        border-radius: 17px;
        background: #adabab;
        top: 3px;
        position: absolute;
        left: 8%;
    }

    .onoff.active span {
        left: 51%;
        background: #2fd853;
    }

.intro {
    padding: 10px 10px 0 0;
}

    .intro label {
        font-weight: 300;
        margin-right: 10px;
    }

#dvReport,
#dvPBIReport,
#dvTableauReport,
#cookiePolicy {
    position: fixed;
    width: calc(100% - 60px);
    height: calc(100% - 87px);
    left: 60px;
    top: 60px;
    z-index: 97;
    background: #fff;
}
    /*#dvPBIReport{overflow: auto;}*/



    #dvPBIReport div {
        padding: 0px;
        height: 100%; /*Added for PBI Report Migration*/
        width: 100% /*Added for PBI Report Migration*/
        /*height: 100% !important; */
    }


    #cookiePolicy div {
        padding-top: 10px;
        height: 100%;
        width: 100%;
        min-height: 0px
    }

    #dvPBIReport [powerbi-type="report"] {
        min-height: 0px;
    }

    #dvReport iframe,
    #dvPBIReport iframe,
    #dvTableauReport iframe,
    #cookiePolicy iframe {
        border: 0px;
        width: 100% !important;
        height: 100% !important;
    }

    #cookiePolicy .iframe-close2 {
        position: absolute;
        top: 10px;
        right: 30px;
        font-size: 22px;
        color: #009dc0;
        z-index: 98;
    }

    #dvReport .iframe-close,
    #dvPBIReport .iframe-close,
    #dvTableauReport .iframe-close,
    #cookiePolicy .iframe-close {
        position: absolute;
        top: 10px;
        right: 30px;
        font-size: 22px;
        color: #009dc0;
        z-index: 98;
    }

    #dvReport .iframe-max,
    #dvPBIReport .iframe-max,
    #dvTableauReport .iframe-max,
    #cookiePolicy .iframe-max {
        position: absolute;
        top: 15px;
        right: 60px;
        font-size: 16px;
        color: #009dc0;
        z-index: 98;
    }

    #cookiePolicy .iframe-max2 {
        position: absolute;
        top: 15px;
        right: 60px;
        font-size: 16px;
        color: #009dc0;
        z-index: 98;
    }

    #dvReport.fscreen,
    #dvPBIReport.fscreen,
    #dvTableauReport.fscreen,
    #cookiePolicy.fscreen {
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 999;
    }
/*.mediumTile > div {
    min-height: 108px !important;
}*/

.mediumTile > div h3 {
    /*font-size: 14px;*/
    font-size: 19px;
}

.mediumTile > div a {
    /*padding:3px 7px !important;
            font-size:10px !important;*/
    /*font-size: 19px;*/
}

.smallTile > div {
    /*min-height: 93px !important;*/
}

    .smallTile > div h3 {
        font-size: 14px;
    }

    .smallTile > div a {
        padding: 3px 7px !important;
        font-size: 10px !important;
        font-size: 19px;
    }

.main-section div.cate > div.need-help {
    display: inline-block;
    min-height: 0px;
    background: none;
    box-shadow: none;
    border: 0px;
    float: right;
    padding: 8px;
}

.mediumReportTile > div {
    /*min-height: 120px !important;*/
}

    .mediumReportTile > div h3 {
    }

    .mediumReportTile > div a {
        /*padding:3px 7px !important;
            font-size:10px !important;*/
        /*font-size: 19px;*/
    }

.smallReportTile > div {
    /*min-height: 110px !important;*/
}

    .smallReportTile > div h3 {
        font-size: 13px !important;
    }
/*.loading-bg img {    position: absolute;    top: 50%;    left: 50%;    width: 70px;    height: 70px;    margin-left: -35px;    margin-top: -35px;}*/

.loading-bg i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 60px;
    text-shadow: 1px 1px 19px #000;
    color: #fff;
}

.loading-bg {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

body.main.fixHei {
    overflow-y: hidden;
}

.no-access {
    padding: 30px 50px;
}

    .no-access h2 {
        text-align: center;
        font-size: 23px;
        color: #ec434a;
        background: #dfe8f1;
        padding: 90px 30px;
        border: 1px solid #c3ccd6;
        line-height: 30px;
    }

.main-section > h2 {
    font-size: 18px;
    font-weight: 500;
}

.inner-layout,
.popnew {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    font-size: 12px;
    padding-bottom: 30px;
}

    .inner-layout .table-holder table {
        width: 100%;
    }

        .inner-layout .table-holder table th {
            padding: 5px;
            border-bottom: 1px solid #009dc0;
            font-size: 16px;
            font-weight: 500;
            color: #029cc0;
            padding-left: 16px;
        }

    .inner-layout .table-holder .acc-table {
        padding: 0px;
    }

        .inner-layout .table-holder .acc-table a.acc-link {
            display: block;
            background: #f5f5f5;
            padding: 10px;
            color: #333;
            border-bottom: 1px solid #ccc;
        }

        .inner-layout .table-holder .acc-table a.open {
            background: #baf2ff;
        }

    .inner-layout .table-holder .pub-sch .open {
        background: #baf2ff;
    }

    .inner-layout .table-holder .acc-table a:hover,
    .inner-layout .table-holder .acc-table a:active,
    .inner-layout .table-holder .acc-table a:focus,
    .inner-layout .table-holder .acc-table a:visited {
        text-decoration: none;
        outline: none;
    }

    .inner-layout .table-holder .pub-sch i {
        /*transform: rotate(90deg);*/
    }

        .inner-layout .table-holder .pub-sch i + i {
            transform: rotate(360deg);
        }

    .inner-layout .table-holder .acc-table a.open > i,
    .inner-layout .table-holder .pub-sch .open i {
        display: none;
    }

        .inner-layout .table-holder .acc-table a.open > i + i,
        .inner-layout .table-holder .pub-sch .open i + i {
            display: inline-block !important;
        }

    .inner-layout .table-holder .pub-sch ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .inner-layout .table-holder .pub-sch ul li {
            border-bottom: 1px solid #ddd;
            padding: 5px 0;
        }

            .inner-layout .table-holder .pub-sch ul li:last-child {
                border: 0px;
            }

    .inner-layout .table-holder .pub-sch .acc-link input {
        height: 16px;
        width: 16px;
        float: left;
        margin-top: 0px;
        margin-right: 5px;
    }

    .inner-layout .table-holder .acc-table p {
        margin-bottom: 0px;
    }

    .inner-layout .table-holder table td {
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
    }

        .inner-layout .table-holder table td .link-icon {
            background: none;
            border: 0px;
            font-size: 18px;
            color: #029cc0;
            padding: 0 5px;
            float: left;
        }

        .inner-layout .table-holder table td input[type='text'] {
            width: 100%;
            padding: 3px;
        }

    .inner-layout .top-radio {
        padding-right: 10px;
        /*padding-top:6px;*/
    }

        .inner-layout .top-radio input {
            display: inline-block;
            float: left;
        }

        .inner-layout .top-radio label {
            font-size: 14px;
            font-weight: 400;
            display: inline-block;
            float: left;
            padding: 5px 12px 0 5px;
        }

    .inner-layout .top-search {
        /*width: 370px;*/
    }

        .inner-layout .top-search input {
            width: 100%;
            max-width: 200px;
            border-radius: 3px;
            border: 1px solid #ddd;
            height: 28px;
            padding: 3px;
        }

        .inner-layout .top-search button {
            height: 28px;
            padding: 4px 10px;
            margin-left: 10px;
        }

    .inner-layout .table-holder .acc-table td input[type='checkbox'] {
        margin-top: 1px;
        float: left;
        margin-right: 5px;
    }

    .inner-layout .table-footer {
        font-size: 12px;
        padding: 20px 0 0 0;
    }

        .inner-layout .table-footer .pagination {
            margin: 0px;
        }

        .inner-layout .table-footer input {
            width: 35px;
            border-radius: 3px;
            border: 1px solid #ddd;
            padding: 4px;
        }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #009dc0;
}

.normal-a {
    background: none;
    border: 0px;
    text-decoration: underline;
    color: #009dc0;
    padding: 1px 6px;
}

/*.normal-a:hover,
    .normal-a:focus {
        text-decoration: none;
        outline: none;
    }*/

.popnew .modal-header {
    background: #009dc0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #fff;
}

    .popnew .modal-header button {
        color: #fff;
        opacity: 1;
    }

.popnew .modal-footer {
    border: 0px;
    padding-top: 0px;
}

.mdata-list {
    padding: 10px 0;
}

    .mdata-list ul,
    .mdata-list ul li {
        list-style: none;
    }

    .mdata-list ul {
        margin: 0px;
        padding: 0px;
        height: 100%;
    }

    .mdata-list .list-group {
        border: 1px solid #ddd;
        height: 300px;
        overflow: auto;
    }

    .mdata-list ul li a {
        border: 0px;
        padding: 5px;
        font-size: 12px;
    }

    .mdata-list .list-mid-icon {
        padding: 0px;
        text-align: center;
        padding-top: 65px;
    }

        .mdata-list .list-mid-icon a {
            display: inline-block;
            padding: 5px;
            border: 1px solid #ddd;
            border-radius: 4px;
            width: 100%;
            font-size: 18px;
            margin-bottom: 15px;
            max-width: 38px;
        }

            .mdata-list .list-mid-icon a:hover {
                background: #009dc0;
                color: #fff;
            }

    .mdata-list h5 {
        font-size: 13px;
        margin-bottom: 5px;
    }

.pop-stat {
    display: inline-block;
    padding-left: 15px;
}

    .pop-stat > * {
        float: left;
    }

    .pop-stat > input {
        margin: 2px 3px 0 10px;
    }

.role-field input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px;
    /* margin-left: 10px; */
}

.error {
    color: red;
}

.DropDown {
    padding: 4px;
    width: 220px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.error1 {
    color: red;
    float: right;
    position: absolute;
}

.inner-layout .filter-col {
    background: #f1f1f1;
    padding: 15px;
    margin-top: 15px;
    border-radius: 3px;
    transition: all 0.5s;
}

    .inner-layout .filter-col.min-fil {
        display: none;
    }

.sea-fil {
    padding-right: 10px;
}

    .sea-fil + form {
        display: inline-block;
    }

.inner-layout .filter-col > div,
.inner-layout .filter-col > form > div {
    padding: 15px 0 0 0;
}

    .inner-layout .filter-col > div label,
    .inner-layout .filter-col > form div label {
        width: 90px;
        text-align: right;
        margin-right: 10px;
        vertical-align: top;
    }

    .inner-layout .filter-col > div input,
    .inner-layout .filter-col > div select,
    .inner-layout .filter-col > form div input,
    .inner-layout .filter-col > form div select {
        padding: 4px;
        width: 220px;
        height: 28px;
        border-radius: 3px;
        border: 1px solid #ccc;
    }

        .inner-layout .filter-col > form div input[type='file'] {
            display: inline;
            border: 0px;
            padding: 0px;
            margin: 0px;
        }

.prev-img {
    background: #fff;
    border: 2px dashed #cac6c6;
    width: 100%;
    height: 160px;
    max-width: 275px;
    max-height: 200px;
    overflow: hidden;
    padding: 5px;
    margin-left: 118px;
}

    .prev-img span {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        padding-top: 21%;
        font-size: 16px;
        background-size: 100% auto;
    }

.inner-layout .filter-col > form div textarea {
    padding: 4px;
    width: 220px;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.inner-layout .filter-col > form div .tokenfield {
    display: inline-block;
    width: 220px;
    padding: 5px;
}

    .inner-layout .filter-col > form div .tokenfield input {
        max-width: 100%;
        border: 0px;
        display: block;
        font-size: 11px;
        margin: 0px;
        padding: 0px;
    }

.inner-layout .filter-col .normal-a {
    padding: 8px 15px;
}

.rep-highl {
    margin: 20px 0;
    clear: both;
}

    .rep-highl > div {
        background: #baf2ff;
        margin-right: 1.33%;
        padding: 10px;
        border-radius: 4px;
        width: 32.4%;
    }

        .rep-highl > div:last-child {
            float: right;
            margin-right: 0px;
        }

        .rep-highl > div p {
            font-size: 14px;
            color: #009dc0;
            font-weight: 500;
            margin-bottom: 0px;
        }

        .rep-highl > div strong {
            font-size: 28px;
            color: #009dc0;
            font-weight: 600;
        }

.dataTables_length label {
    float: left;
}

.dataTables_info {
    float: left;
}

.a_disable:hover {
    /*pointer-events: none;*/
    background-color: white !important;
    color: #337ab7 !important;
    /*cursor: not-allowed;*/
}

.a_disable {
    /*pointer-events: none;*/
    cursor: not-allowed;
    opacity: 0.5;
    /*cursor: not-allowed;*/
}
/*#charNum {
    position: absolute;
    margin: 6% 0px 0px -59px;
}*/

.inner-layout .set-table .acc-table {
    /*max-height: 500px; 
            overflow: auto;*/
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.inner-layout .filter-col > div span {
    position: relative;
}

    .inner-layout .filter-col > div span:after {
        content: "\f073";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 10px;
        top: 0px;
        pointer-events: none;
    }

.link-icon {
    font-size: 18px;
}

.date-picker input {
    width: 109px !important;
}

a[data-toggle="popover"] {
    position: relative;
    width: 20px;
    height: 20px;
}

    a[data-toggle="popover"] i {
        position: absolute;
        margin-top: 0px;
    }

.role-field.dept label {
    width: 80px;
}

.role-field.dept .chosen-container,
.role-field.sub-cat select {
    margin-left: 10px;
}

.role-field.sub-cat label {
    width: 88px;
    font-weight: normal;
}

.role-field.sub-cat select {
    width: 146px;
    height: 26px;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.mdata-list.dept-list,
.mdata-list.sub-cat {
    margin-top: 20px;
}

.dataTables_filter label {
    position: relative;
    margin-top: 10px;
    line-height: 30px;
}

    .dataTables_filter label:after {
        content: "\f002";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 7px;
        top: 7px;
        color: #ccc;
    }

    .dataTables_filter label input {
        position: absolute;
        right: 0px;
    }

.userpop .modal-body input[type='text'] {
    width: 100%;
    max-width: 200px;
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 28px;
    padding: 3px;
    font-size: 12px;
}

.add-user-emp {
    display: block;
}

    .add-user-emp a {
        font-size: 16px;
        padding: 3px 10px;
        float: left;
    }

.userpop .pop-stat,
.userpop h5 {
    margin: 10px 0;
}

.expexcl {
    background: none;
    border: 0px;
    color: #337ab7;
}

.greybg {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 3px;
    float: none;
}

.super-admin label {
    margin-right: 10px;
}

.super-admin strong {
    margin: 15px 0 5px 0;
    display: block;
    font-size: 14px;
}

.super-admin button {
    /*clear: both;*/
    font-size: 12px;
    float: right;
    margin-left: 10px;
}

.super-admin .input-group-btn button {
    font-size: 14px;
}

.super-admin .form-inline .input-group input,
.super-admin .form-inline input {
    font-size: inherit;
    padding: 4px;
    width: 200px;
}

.inner-layout .btn-danger {
    font-size: 12px;
}

.app-config td {
    word-break: break-all;
}

    .app-config td:last-child {
        text-align: center;
    }

.inner-layout .table-holder .app-config td:last-child button {
    float: none;
}

#frmAppSettings {
    margin-top: 10px;
}

.sea-inp {
    position: relative;
    display: inline-block;
}

    .sea-inp:before {
        content: "\f002";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        left: 6px;
        top: 7px;
        color: #029cc0;
    }

.inner-layout .top-search .sea-inp input {
    padding-left: 22px;
}

#deleteConf p {
    font-size: 14px;
}

.ui-autocomplete.ui-widget-content {
    z-index: 99999;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    border-radius: 0px;
    border-bottom: 1px solid #dcdcdc;
    color: #464444;
    background-color: #e6e6e6;
}

.list-map {
    margin-bottom: 10px;
}

    .list-map > div {
        margin-bottom: 10px;
        list-style-type: disc;
        display: list-item;
        padding-left: 0px;
        margin-left: 20px;
        width: 46%;
    }

.list-strong {
    padding-bottom: 5px;
    display: block;
    padding-left: 8px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #a9a6a6;
}

.tooltip-inner {
    background: #fff;
    color: #333;
    box-shadow: 1px 1px 2px #828282;
    border: 1px solid #e0dcdc;
}

.pad-r-5 {
    padding-right: 5px;
}

.mar-r-5 {
    margin-right: 5px;
}

.inner-layout table.dataTable thead .sorting:after,
.inner-layout table.dataTable thead .sorting_asc:after,
.inner-layout table.dataTable thead .sorting_desc:after,
.inner-layout table.dataTable thead .sorting_asc_disabled:after,
.inner-layout table.dataTable thead .sorting_desc_disabled:after {
    position: relative;
    bottom: -3px;
    right: 0;
    display: inline-block;
    padding-left: 7px;
}

#divBreadCrumb {
    padding-left: 0px;
    font-size: 12px;
}

.main-section .top-bar .btn {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-section .top-bar form {
    padding-right: 10px;
}

.main-section .top-bar .DropDown {
    margin-right: 10px;
    font-size: 12px;
}

.main-section .top-bar #txttagsearch {
    margin-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

    .main-section .top-bar #txttagsearch + button {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

.cat-star {
    color: #585858;
    position: absolute;
    right: 3px;
    bottom: -2px;
    text-shadow: 1px 1px 1px #eeecec;
    cursor: pointer;
    padding: 5px;
    font-size: 18px;
}

    .cat-star.active {
        color: #d9534f;
    }

.pub-sch table {
    width: 100%;
}

.user-pop input,
.user-pop select {
    margin-bottom: 10px;
}

.add-dept .token-input-list-facebook {
    width: 100%;
}

.add-dept .role-field input[type='text'] {
    width: 100%;
    height: 28px;
    margin-left: 0px;
}

.add-dept .token-input-list-facebook {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px;
}

    .add-dept .token-input-list-facebook input {
        height: 15px;
        padding: 0px;
    }

.add-dept .row .col-sm-6 {
    min-height: 50px;
    margin-bottom: 10px;
}

#addCategory.popnew {
    padding: 0px;
}

.main.modal-open {
    overflow-y: hidden;
}

.add-dept .DropDown {
    width: 100%;
}

.chart.mar-left-0 {
    margin-left: 0px;
}

.uploadrep .note-text {
    display: block;
    margin-left: 105px;
    color: rgba(128, 128, 128, 0.77);
    font-style: italic;
}

.inner-layout .filter-col > form div input.hcheckbox {
    width: 14px;
    box-shadow: none;
}

.pop-admin > div {
    margin-bottom: 10px;
}

.loader {
    background: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: right;
}

#alertInMainPage {
    position: relative;
    z-index: 9999;
}

    #alertInMainPage > div {
        z-index: 999999;
        position: absolute;
        width: 400px;
        margin: 0 auto;
        left: 50%;
        margin-left: -200px;
        top: -3px;
        box-shadow: 1px 5px 7px -1px #b4afaf;
    }

        #alertInMainPage > div button.close {
            padding: 0px 1px 5px;
            font-weight: normal;
            color: #f9faf9;
            opacity: 0.5;
            border: 1px solid#2c4f1f;
            cursor: pointer;
            transition: all 0.3s;
            width: 20px;
            height: 21px;
            line-height: 16px;
            background: #57764a;
            text-shadow: none;
        }

            #alertInMainPage > div button.close :hover,
            #alertInPopup > div button.close :hover {
                background: #1f261c;
            }

#txtfromdate,
#txttodate {
    cursor: pointer;
}

@media (max-width:850px) {
    header#header p {
        font-size: 20px;
        width: 400px;
    }

    header#header h1 {
        font-size: 20px;
        line-height: 27px;
    }

    #pbi-report {
        min-height: 0px !important;
        min-width: 0px !important;
    }

    .inner-layout .filter-col > div label {
        width: 100%;
        text-align: left;
    }
}

@media (max-width:768px) {
    #divBreadCrumb {
        padding-bottom: 10px;
    }

        #divBreadCrumb + div {
            padding: 0px;
        }

    header#header .banner-cont {
        margin-top: 80px;
        position: static;
    }

    header#header h1 {
        text-align: center;
        width: 100%;
        position: static;
    }

        header#header h1 br {
            display: none;
        }

    header#header p {
        position: static;
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }

    .boxes {
        position: static;
    }

    .box.box2 .box-front {
        margin-top: 0px;
    }

    .boxes > strong {
        margin-top: 0px;
    }

    .box.box1,
    .box.box2,
    .box.box3,
    .box.box1:hover,
    .box.box2:hover,
    .box.box3:hover {
        min-height: 225px;
    }

    .box .box-front {
        position: absolute;
        top: 130px;
        width: 100%;
        left: 0px;
        margin: 0px;
        padding: 0px;
    }
    /*.boxes .box-inner {padding-top:40px;}*/
    .box.box2 {
        background: url('../images/mob_2.png') 0 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

        .box.box2:hover {
            background: url('../images/mob_2_h.png') 0 0;
            background-size: 100% auto;
            background-repeat: no-repeat;
        }

    aside.nav {
        position: fixed;
        width: 100%;
        height: 300px;
        overflow-y: auto;
        top: 60px;
        z-index: 98;
        box-shadow: 0px 0px 11px 2px #9e9d9d;
        padding-bottom: 2px;
    }

        aside.nav.small {
            top: -100%;
            width: 100%;
        }

            aside.nav.small li a span {
                display: inline-block;
            }

        aside.nav ul {
            width: 100%;
        }

    .main-section,
    .chart,
    .inner-layout {
        margin-left: 0px;
    }

    #dvReport,
    #dvPBIReport,
    #dvTableauReport,
    #cookiePolicy {
        left: 0px;
        width: 100%;
        height: calc(100% - 87px);
    }

    .chart > div.chart1 > div {
        background-size: auto;
    }

    #myModal .modal-body button {
        width: 100%;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: -35px;
    }

    #myModal .modal-dialog {
        margin-top: 30px;
    }

    .inner-layout h2 {
        margin-bottom: 10px;
    }

    .mdata-list .list-mid-icon {
        padding-top: 0px;
    }

        .mdata-list .list-mid-icon a {
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
        }

    .inner-layout .col-sm-6 {
        margin-top: 10px;
    }

    .dataTables_wrapper .col-sm-6 {
        margin-top: 0px;
    }

    .pop-stat {
        /*padding-left: 0px;*/
        padding-top: 10px;
    }

    .inner-layout .table-holder .acc-table {
        border: 0px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right !important;
    }

    .dataTables_filter label {
        margin-top: 0px;
    }

    .super-admin .form-inline .input-group {
        width: 238px;
    }

    .rep-highl > div {
        float: left;
    }

    .top-bar {
        margin-bottom: 10px;
    }
}

@media (max-width:530px) {
    .box .box-front {
        top: 96px;
    }

    header#main-header .log-info {
        width: 100%;
        text-align: center;
    }

        header#main-header .log-info span {
            text-align: left;
            overflow: hidden;
            width: 80%;
            text-overflow: ellipsis;
            display: inline-block;
            float: left;
            white-space: nowrap;
        }

        header#main-header .log-info a {
            float: right;
        }

    header#main-header {
        height: auto;
    }

    .main-section,
    .inner-layout {
        margin-top: 120px;
    }

    aside.nav,
    #dvReport,
    #dvPBIReport,
    #dvTableauReport,
    #cookiePolicy {
        top: 120px;
    }

    .slide h2 {
        font-size: 26px;
    }

    .slide.bx-clone {
        display: none;
    }

    #dvReport,
    #dvPBIReport,
    #dvTableauReport,
    #cookiePolicy {
        height: calc(100% - 147px);
    }

    .inner-layout .top-search button {
        margin-bottom: 10px;
    }

    .rep-highl > div {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .inner-layout .table-holder table.app-config td {
        display: block;
        width: 100%;
    }

    .inner-layout .table-holder table.app-config tr {
        display: block;
        border-bottom: 4px solid #ddd;
    }

    .DropDown {
        width: 180px;
    }

    .dataTables_length label {
        float: none;
    }

    .dataTables_length {
        text-align: right !important;
        margin-right: -15px;
    }

    .uploadrep .filter-col > div label,
    .uploadrep .filter-col > form div label {
        width: 100%;
        text-align: left;
    }

    .uploadrep .filter-col > div,
    .uploadrep .filter-col > form > div {
        padding-top: 0px;
    }

    .uploadrep .note-text {
        margin-left: 0px;
    }

    .app-config tr th {
        display: none;
    }

    .dep-lab,
    .dep-sel {
        width: 100%;
        text-align: left;
    }

    .top-bar a.btn {
        margin-top: 10px;
        float: right;
    }

    .w100 {
        width: 100%;
    }

    .inner-layout .table-holder table th {
        white-space: nowrap;
    }

    .inner-layout .table-holder table td:last-child > div {
        min-width: 60px;
    }

    .pub-sch {
        min-width: 400px;
    }

    .date-picker input {
        width: 100px !important;
    }
}

@media (max-width:430px) {
    .top-bar .form-group a.btn {
        margin-top: 0px;
    }

    .mar-top-10 {
        margin-top: 10px;
    }

    .box.box1,
    .box.box2,
    .box.box3,
    .box.box1:hover,
    .box.box2:hover,
    .box.box3:hover {
        min-height: 200px;
    }

    .box .box-front {
        top: 80px;
    }

    .prev-img {
        margin-left: 15px;
    }
}
/*Create Upload*/

.report-radio .radio-inline {
    width: 13px !important;
    height: 13px !important;
}

.auth-radio input {
    width: 13px !important;
    height: 13px !important;
}

    .auth-radio input + label {
        width: 30px !important;
        padding-top: 5px;
    }

.report-radio input + label {
    width: 100px !important;
    padding-top: 5px;
}

.super-admin .reset-btn {
    /*padding: 5px 10px;*/
    font-size: 12px;
    text-decoration: underline;
    background: none;
    border: 0px;
    color: #009dc0;
    padding: 8px 15px;
}
/*Feedback Page*/

#tblfeedback tr td:last-child,
#tblAppfeedbackHistory tr td:last-child .fa-pencil,
#tblAppfeedback tr td:last-child {
    color: #009dc0;
    font-size: 14px;
}

    #tblfeedback tr td:last-child .fa-comments,
    #tblAppfeedbackHistory tr td:last-child .fa-pencil,
    #tblAppfeedback tr td:last-child .fa-comments {
        cursor: pointer;
    }

table#tblfeedbackHistory th,
#tblAppfeedbackHistory th {
    padding: 5px;
    border-bottom: 1px solid #009dc0;
    font-size: 16px;
    font-weight: 500;
    color: #029cc0;
}

    table#tblfeedbackHistory th:first-child,
    #tblAppfeedbackHistory th:first-child {
        width: 60%;
    }

#table#tblfeedbackHistory,
#tblAppfeedbackHistory {
    padding-top: 10px;
}

#table#FeedbackHistoryModal textarea,
#AppFeedbackHistorModal textarea {
    width: 60%;
    border-radius: 4px;
    margin-left: 15px;
}

#FeedbackHistorModal textarea,
#txtShareFbComments, #txtAdminComments {
    width: 60%;
    border-radius: 4px;
    margin-left: 15px;
}

#FeedbackHistorModal .filter-col:last-child,
#shareFeedback .filter-col:last-child {
    padding: 15px;
}

#AppFeedbackHistorModal .filter-col .col-md-12 {
    padding: 15px;
}

#FeedbackHistorModal .filter-col,
#AppFeedbackHistorModal .filter-col,
#shareFeedback .filter-col, #DisplayFeedbackGrid .filter-col, #RepFeedbackHistorModal .filter-col {
    background: #f1f1f1;
    padding: 5px 15px;
    margin-top: 15px;
    border-radius: 3px;
    transition: all 0.5s;
}

    #FeedbackHistorModal .filter-col label,
    #AppFeedbackHistorModal .filter-col label,
    #shareFeedback .filter-col label,
    #DisplayFeedbackGrid .filter-col label,
    #RepFeedbackHistorModal .filter-col label {
        vertical-align: top;
    }


#shareFeedback .filter-col {
    padding-top: 10px;
}

    #FeedbackHistorModal .filter-col span,
    #shareFeedback .filter-col span {
        padding-left: 10px;
    }

#FeedbackHistorModal .feedbackHist-category,
#AppFeedbackHistorModal .feedbackHist-category {
    padding-top: 10px;
    padding-bottom: 5px;
}

#FeedbackHistorModal .filter-col:first-child,
#AppFeedbackHistorModal .filter-col:first-child {
    margin-bottom: 10px;
}

    #FeedbackHistorModal .filter-col:first-child label:last-child,
    #AppFeedbackHistorModal .filter-col:first-child label:last-child {
        padding-left: 20px;
    }

#txtfeedback,
#txtShareFbComments {
    border-radius: 4px;
}

#shareFeedback .modal-content,
#DisplayFeedbackGrid .modal-content,
#FeedbackHistorModal .modal-content {
    width: 110%;
}

#shareFeedback,
#DisplayFeedbackGrid,
#FeedbackHistorModal {
    font-size: 13px;
}

    #shareFeedback p.title,
    #DisplayFeedbackGrid p.title,
    #FeedbackHistorModal p.title {
        padding-left: 15px;
    }

    #shareFeedback .star-row,
    #DisplayFeedbackGrid .star-row,
    #FeedbackHistorModal .star-row {
        color: #15a4c4;
    }

        #shareFeedback .star-row label,
        #DisplayFeedbackGrid .star-row label,
        #FeedbackHistorModal .star-row label {
            font-weight: normal;
        }

.table-holder.set-table {
    padding: 0;
}

#DisplayFeedbackGrid .filter-col label {
    vertical-align: top;
}

.star-row > div {
    /*border-bottom: 1px solid #eee;*/
    /*padding: 15px 0 15px 15px;*/
}

.star-col {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 10px 15px 10px 0px;
}
/*.rate-divider {
    border-bottom: 1px solid #e1e1e1;
    margin-left: 15px;
    margin-right: 5px;
}*/

.tabs {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.tab-row {
    border-bottom: 1px solid #d8d8d8;
    margin-top: 0px;
    margin-left: 0px;
}

.tab-options {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

    .tab-options.Appreciation a span::before {
        content: "\f058";
    }

    .tab-options.Appreciation.active {
        border-bottom: 4px solid #83c857;
    }

#btnApplicaiontFeedbacks .expexcl, #btnReportsFeedbacks .expexcl {
    padding-bottom: 0px;
    padding-top: 0px;
}

.tab-options.Suggesstions a span::before {
    content: "\f0eb";
}

.tab-options.Suggesstions.active {
    border-bottom: 4px solid #f9bb4a;
}

.tab-options.Problems a span::before {
    content: "\f071";
}

.tab-options.Problems.active {
    border-bottom: 4px solid #ff7160;
}

#dashboardfeed.active,
#appfeed.active,
#reportsfeed.active {
    border-bottom: 4px solid #ff5157;
}

.fa-check-circle {
    color: #83c857;
}

.tab-options.sugges.active {
    border-bottom: 4px solid #f9bb4a;
}

.fa-lightbulb-o {
    color: #f9bb4a;
}

.tab-options.problem.active,
{
    border-bottom: 4px solid #ff7160;
}

.fa-exclamation-triangle {
    color: #ff7160;
}

.tab-options a {
    text-align: center;
    /*background: yellow;*/
    /*padding-top: 10px;*/
    display: inline-block;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #029cc0;
}

.tab-options span {
    padding-right: 5px;
    font-size: 16px;
}

#txtsuggestions {
    width: 99.2%;
    border-radius: 4px;
    color: #000;
}

.textbox {
    padding-top: 0px !important;
}

.question p {
    padding: 15px;
}

#appRating .modal-dialog {
    width: 450px
}

#appRating .jq-ry-container {
    margin: 0 auto;
    width: 160px;
    padding: 15px 0px 25px;
}

#appRating p {
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}

#dashboardfeed {
    text-align: left;
}

.dept-label {
    width: 60px;
    padding-top: 5px;
    text-align: left;
}

.feedback-label {
    width: 90px;
    padding-top: 5px;
    text-align: left;
}

.feedbackDetails .tabs > div {
    padding-left: 0px;
}

div.dashboardPane,
div.appPane,
div.reportPane {
    display: none;
}

div.tab-options.active {
    display: block;
}

.dashboardPane,
.appPane .filter-col,
.reportPane .filter-col {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*Rating */
/****** Style Star Rating Widget *****/

.stars-div {
    padding-right: 0px;
}

.rating {
    border: none;
    float: left;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }
    /***** CSS Magic to Highlight Stars on Hover *****/

    .rating > input:checked ~ label,
    /* show gold star when clicked */
    .rating:not(:checked) > label:hover,
    /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
    }
        /* hover previous stars in list */

        .rating > input:checked + label:hover,
        /* hover current star when changing rating */
        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label,
        /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label {
            color: #FFED85;
        }
/*Profile Page*/

.access a {
    margin-right: 50px;
    color: #029fc0;
    text-decoration: underline;
}

.access-tree {
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .access-tree li,
    .access-tree ul {
        list-style: none;
    }

    .access-tree ul {
        padding: 0px;
        clear: both;
        min-width: 700px;
    }

        .access-tree ul > li {
            padding: 0px 0;
        }

            .access-tree ul > li > span {
                display: inline-block;
                width: 40%;
                float: left;
                padding: 8px 5px;
            }

                .access-tree ul > li > span a {
                    padding-right: 5px;
                }

                .access-tree ul > li > span input {
                    margin: 0px;
                }

                .access-tree ul > li > span:first-child {
                    width: 20px;
                    text-align: center;
                }

                    .access-tree ul > li > span:first-child + span + span {
                        width: 55%;
                        text-align: left;
                        float: right;
                    }

                        .access-tree ul > li > span:first-child + span + span input {
                            margin: 0 10px;
                        }

        .access-tree ul ul {
            border-top: 1px solid #d8d6d6;
        }

.ac-head {
    background: #8eb4d8;
    margin-bottom: 0px;
}

    .ac-head span {
        font-size: 12px;
        color: #36393c;
        font-weight: normal;
    }

.ac-cont:nth-of-type(odd) {
    background-color: #f9f9f9;
}



.ac-cont {
    margin-bottom: 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    background-color: #f1f1f1;
}

.ac-head span b {
    display: block;
    padding-top: 5px;
}

    .ac-head span b i {
        margin: 0 10px;
    }

.ac-head span:first-child,
.ac-head span:first-child + span {
    padding: 20px 0;
}

.twoicon:after {
    content: "\f014";
}

.ac-cont span a i {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.ac-cont span a.tre-open i {
    transform: rotate(180deg);
}

.acctree-holder {
    border-top: 1px solid #009dc0;
}
/*.acctree-holder ul  {counter-reset: section;}*/
/*.ac-cont {counter-reset: subsection;}*/
/*.acctree-holder ul li:before { counter-increment: section; content: counters(section,".") " "; }*/
/*.ac-cont ul li span:first-child:before { counter-increment: subsection; content: counter(section) "." counter(subsection) " ";}*/

.custom-select select {
    max-width: 80%;
    border-radius: 3px;
    padding: 2px 5px;
    height: 24px;
    border: 1px solid #c8cbce;
    font-size: 11px;
    width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(216, 178, 178, 0.19) 0%, rgba(255, 255, 255, 0.02) 50%);
    background-image: -moz-linear-gradient(top, rgba(216, 178, 178, 0.19) 0%, rgba(255, 255, 255, 0.02) 50%);
    background-image: linear-gradient(top, rgba(216, 178, 178, 0.19) 0%, rgba(255, 255, 255, 0.02) 50%);
}
/*********************************************/

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 12px;
    margin-bottom: 0px;
    margin-left: 5%;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 0px;
        bottom: 0px;
        top: -3px;
        background-color: #cccccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #008aa6;
}

input + .slider {
    background-color: #aaa9a9;
}

input:focus + .slider {
    box-shadow: 0 0 1px #008aa6;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #18c9f2;
}
/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/**************/
/*Profile Page*/

.userprofile-wrapper .filter-col div label:last-child {
    text-align: left;
}

.userprofile-wrapper .filter-col div > label:first-child {
    width: 40px;
    text-align: left;
}

.userprofile-wrapper .no-child {
    background: #FFF;
}

.profile-subtitle {
    padding: 10px 15px;
    margin-top: 10px;
}

    .profile-subtitle h2 {
        margin-bottom: 10px;
    }

.userprofile-wrapper .ac-cont span a.tre-open i {
    transform: rotate(90deg);
    color: #000;
    font-size: 12px;
}

.userprofile-wrapper .ac-cont span a i {
    transform: rotate(180deg);
    color: #000;
    font-size: 12px;
}

.userprofile-wrapper .profile-subtitle {
    padding: 10px 15px 10px 0px;
}

.userprofile-wrapper.inner-layout .filter-col {
    padding: 10px 15px 10px 15px;
}
/*Media Query*/

@media (max-width: 767px) {
    .filter-col {
        margin-bottom: 15px
    }

    #txtfeedback {
        width: 60%;
    }
}

@media (min-width: 768px) {
    #txtfeedback {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #txtfeedback {
        width: 70%;
    }

    .feedback-submit-div {
        margin-left: 100px;
    }
}

@media (min-width: 1200px) {
}
/***************/

.intercom-launcher-frame {
    z-index: 2147483000 !important;
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    transition: box-shadow 80ms ease-in-out !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16) !important;
}

.intercom-container {
    line-height: 1;
}

    .intercom-container .intercom-launcher * {
        cursor: pointer;
    }
    /**/

    .intercom-container .intercom-launcher {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background: #ff515a;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /*overflow: hidden;*/
        font-family: "intercom-font", "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .intercom-container .fa-commenting-o:before {
        content: "\f27a";
    }

    .intercom-container .fa-commenting-o {
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 20px;
        color: #fff;
    }

.active-circle {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    background: #19c9f0;
    display: inline-block;
    z-index: 9999999;
    border-radius: 50%;
    right: -2px;
    top: -5px;
}
/*Chart Section*/

div.dashboardPane {
    border: 0px solid #eee;
    overflow: auto;
}

.chart-row p {
    font-size: 12px;
    font-weight: 700;
    padding: 15px 0px;
}

.chart-box {
    border: 1px solid #eee;
    min-height: 290px;
    max-height: 290px;
    /*min-width: 240px;*/
    /*min-height: 400px;
        min-width: 318px;*/
    overflow: hidden;
    background: #FFF;
    border-radius: 3px;
    padding: 10px;
}

    .chart-box.report-div .row {
        margin: 0px 10px;
        border-bottom: 1px solid #eee;
    }

        .chart-box.report-div .row span {
            padding: 15px 0px;
            font-size: 13px;
        }

            .chart-box.report-div .row span:first-child {
                color: #15a4c4;
                width: 75%;
            }

            .chart-box.report-div .row span:last-child {
                color: #7c868d;
            }

.no-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#ratedBy,
#totalCount {
    border-bottom: 1px solid #eee;
}

#ratedBy {
    margin-right: 2px;
}

    #ratedBy,
    #totalCount,
    #ratedBy span,
    #totalCount span,
    #totReportValue,
    #totalReportRate,
    #totalReportRate span {
        padding: 0px;
    }

.no-borderBtm {
    border: none !important;
}

.avg-app-star {
    padding: 0px;
    padding-bottom: 15px;
}

.overallRateBox p {
    color: #029cc0;
}

.ratedByValue,
.totalCountValue,
.totReportValue {
    font-size: 25px !important;
    color: #09d380;
}

#ratedBy span:last-child,
#totalCount span:last-child,
#totalReportRate span:last-child {
    font-size: 11px;
}

.overallRateBox .avgStars {
    font-size: 25px !important;
    color: #FDCC68;
    display: inline-block;
}

.overallRateBox .rateyo-readonly-widg {
    display: inline-block;
}

.overallRateBox span {
    padding-left: 5px;
}

.app-fdbk-box,
.report-fbType-box {
    position: relative;
}

    .app-fdbk-box span:first-child,
    .report-fbType-label span:first-child {
        font-size: 25px;
    }

.appfeedbck {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 50px;
    text-align: center;
    color: #7c868d;
}

.report-fbType-label {
    position: absolute;
    right: 110px;
    top: 100px;
    width: 50px;
    text-align: center;
    color: #7c868d;
}

.legend-row div {
    padding-bottom: 5px;
}

.legend-row .legend-box {
    width: 15px;
    height: 15px;
    background-color: red;
    padding: 0px !important;
    display: inline-block;
    margin-right: 9px !important;
}

.legend-row .useable-leg {
    background-color: #5f9bf5;
}

.legend-row .accuracy-leg {
    background-color: #a070e2;
}

.legend-row .look-leg {
    background-color: #58d7d5;
}

.legend-row .interpre-leg {
    background-color: #f56bb9;
}
/*Dhounut*/

.legend-row .appr-leg {
    background-color: #83c858;
}

.legend-row .suggest-leg {
    background-color: #f9bc4a;
}

.legend-row .problems-leg {
    background-color: #ff715e;
}

.legend-row {
    font-size: 11px;
}

    .legend-row span.text {
        font-size: 11px;
        font-weight: 600;
        padding-right: 10px;
    }

.user-profile-label {
    width: 210px;
}

.legend-row span.appreviation {
    font-size: 11px;
}
/*.chart-box:nth-child(1),
    .chart-box:nth-child(2) {
        min-height: 318px;
    }*/

/*.avgStars {
        font-size: 25px !important;
        color: #ffd965;
    }*/

canvas {
    width: 100% !important;
    height: 100% !important;
}

    canvas#doughnut-chart {
        margin-bottom: 35px;
    }

.inner-layout .filter-col > div label.appPaneCategory {
    width: 50px;
    vertical-align: middle;
}

.inner-layout .appPane .filter-col > div {
    padding: 0px;
}

.userprofile-wrapper.inner-layout .filter-col > div label.rightvalue {
    width: 75% !important;
    line-height: 1.42857143;
    font-weight: normal;
    color: #333;
}

.filter-col.appFeedbackFilter {
    margin-bottom: 10px;
    margin-top: 0px;
}

header#main-header .log-info a.userProfIcon {
    padding: 0px;
    margin: 0px;
    padding-top: 2px;
}

.md-comments {
    height: 250px;
    overflow-y: auto;
}

#divHighRating, #divLeastRating {
    /*max-height:2px;*/
    overflow-x: auto;
}

.dashboardPane .table-responsive.acc-table {
    border-bottom: 0px;
    margin-bottom: 0px;
}

/*.reportPane #tblreportfeedback {
   width:125%;
}*/

#tblreportfeedback_wrapper .row:nth-child(2) {
    overflow-x: auto;
}

    #tblreportfeedback_wrapper .row:nth-child(2) #tblreportfeedback th {
        padding: 2px;
        min-width: 150px;
    }


textarea {
    resize: none;
}

#validateRating {
    padding-top: 15px;
}

#validateRating, #validatecomments {
    padding-left: 15px;
    font-size: 13px;
    font-weight: 700;
}

.scroll-table {
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
}

.table-responsive th {
    /*min-width:130px*/
}

#uservalidatecomments {
    width: 197px !important;
}

.showDept {
    display: block;
}

.hideDept {
    display: none;
}

.showlink {
    display: inline-block;
}

.hidelink {
    display: none;
}

.link-text {
    top: 7px;
    position: relative;
}

.reportPane #tblreportfeedback_wrapper .row:nth-child(2) {
    overflow-x: auto;
}

    .reportPane #tblreportfeedback_wrapper .row:nth-child(2) #tblreportfeedback th {
        padding: 2px;
        min-width: 150px;
    }

.errorLockImg {
    /*position: absolute;*/
    top: 50%;
    left: 7%;
    margin-top: 150px;
    margin-left: -114px;
    text-align: center;
}

.error-section {
    /*background-color:#FFF;*/
}
@media (max-width: 776px) {
    header#main-header .log-info span:first-child {
        width: 44%;
        padding: 20px 10px 0px;
    }

    header#main-header .log-info span:nth-child(2) {
        width: 44%;
        padding: 20px 10px 0px;
    }
}
