body {
    font-family: 'Fira Sans', sans-serif !important;
}

.ui-shadow {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #DEDEDE !important;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

#questionFilter .panel-body {
    height: 240px !important;
    overflow-y : auto !important;
}

#graphDataSegementDiv .panel-body  {
    height: 240px !important;
    overflow-y : auto !important;
}

.marginTopBottom {
    margin-top: -20px;
    margin-bottom: -10px;
}

.box {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 0;
    margin-bottom: 10px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.graphBox {
    border: none;
}

.dashboard-container {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.20);
    padding-bottom: 20px;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    /*background-color: rgb(245, 245, 245);*/
}

.heading-wrapper {
    width: 100%;
    margin: 0 0 8px 0;
    padding-top: 10px;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

.gradent {
    background-image: -webkit-gradient(linear, center top, center bottom, rgb(252, 252, 252), rgb(235, 235, 235));
    background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(235, 235, 235));
    background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(235, 235, 235));
    background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(235, 235, 235));
    background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(235, 235, 235));
    background-image: linear-gradient(to bottom, rgb(252, 252, 252), rgb(235, 235, 235));
}

.phd-header-logo {
    margin: 15px 0 15px 10px;
    height: 125px;
}

.phd-sa-logo {
    margin: 15px 10px 15px 0;
}

.phd-heading {
    font-size: 18px;
    text-align: center;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.chart-setting {
    display: table-cell;
    vertical-align: middle;
    width: 5%;
}

.question-chart {
    display: table;
    width: 100%;
    float: left;
}

.question-chart-body {
    padding: 0 !important;
}
.question-chart-overflow {
    overflow-x:auto;
}

.chart-title {
    font-size: 16px;
    color: #274b6d;
}

.grid td {
    border: 1px solid #ccc;
    padding: 3px 4px 3px 4px;
    color: #413F3F;
}

.grid {
    margin: 2px 0 5px 0;
    border-collapse: collapse;
}

.no-data-found {
    font-size: 13px;
    /*font-weight: bold;*/
    color: #274b6d;
    width: 100%;
    padding: 50px 0 50px 0;
    text-align: center;
    border-bottom: 1px solid #DEDEDE;
}

.question-control {
    background-image: -webkit-gradient(linear, center bottom , center bottom, from(#f7f7f7 ), to(#e5e5e5));
    background-image: -webkit-linear-gradient(bottom, #f7f7f7 , #e5e5e5);
    background-image: -moz-linear-gradient(bottom, #f7f7f7 , #e5e5e5);
    background-image: -o-linear-gradient(bottom, #f7f7f7 , #e5e5e5);
    background-image: -ms-linear-gradient(bottom, #f7f7f7 , #e5e5e5);
    background-image: linear-gradient(to top, #f7f7f7 , #e5e5e5);
}

.question-iconlist-option:hover .question-control {
    background-image: none;
    background-color: #e5e5e5;
}

.dashboard-btn {
    width: 16px;
}

.icon-sa-process {
    background-position: -305px -176px;
}

.icon-sa-share {
    background:url(/images/iconshock/share16.png);
    background-repeat:no-repeat;
    margin-top: 2px;
}

.dashboard-option {
    list-style: none;
    padding: 0 5px;
    float: left;
    display: block;
}

.expand-colapse-icon{
    float:left;
    font-size:13px;
    padding:0 0 0 5px;
}
.expand-colapse-icon a{
    color:#555555;
}
.expand-colapse-icon a:hover{
    color:#069edf;
    text-decoration:none;
}


.ec-icon-expand {
    background: url('/images/dashBoardImages/expand.png') 0 0 no-repeat;
    background-image:   url('/images/dashBoardImages/expand.png') ;
    background-repeat: no-repeat;
    background-position: 0 0;
    width:100%;
    height:20px;
}

.ec-icon-collapse {
    background: url('/images/dashBoardImages/collapse.png') 0 0 no-repeat;
    background-image:   url('/images/dashBoardImages/collapse.png') ;
    background-repeat: no-repeat;
    background-position: 0 0;
    width:100%;
    height:20px;
}
#icon a {
    padding-left: 20px;
}

/* Table View */

.tableviewbox table { border-collapse: collapse;}
.tableviewbox th { padding:10px; border-top:1px #d4d4d4 solid; text-align:right; background:#e8e6e6; color:#555555; }
.tableviewbox td{ text-align:right; border-left:1px #d4d4d4 solid; padding:5px 20px; color:#737373;}
.tableviewbox th{ padding:11px 8px;}
.tableviewbox tbody { background: #f6f6f6; }

.tableviewbox1column th {background:#fff; font-weight: normal;}
.tableviewboxmulticolumn th {background:#fff;font-weight: normal;border-top: 0;}
.tableviewboxmulticolumnDefault th {background:#fff;font-weight: normal;}



.colorrow{
    background:#eeeeee;
}
.totalrow{
    background:#e0e0e0;
    font-size:17px;
}
.tableviewborderright{
    border-right:1px solid #D4D4D4;
    padding:5px 0 !important;
}

.logicbox h2 { border-bottom: none;}

.total-bottom {border-top:1px #d4d4d4 solid;}

/* Question chart type drop down */

.dashboardDrop dd, .dashboardDrop dt, .dashboardDrop ul {
    margin: 0;
    padding: 0;
}

.dashboardDrop dd {
    position:relative;
}

.dashboardDrop a, .drop a:visited {
    color:#333;
    text-decoration:none;
    outline:none;
}

.dashboardDrop a:hover {
    color:#069edf;
    text-decoration:none;
    color:#5d4617;
}

.dashboardDrop dt a span {
    cursor:pointer;
    display:block;
    padding:5px;
}

.dashboardDrop dd ul {
    background:#ffffff;
    z-index:9999 !important;
    border:1px solid #CCCCCC;
    color:#C5C0B0;
    display:none;
    right:-14px;
    padding:5px 0;
    position:absolute;
    top:16px;
    width:auto;
    min-width:170px;
    list-style:none;
    box-shadow: 0 2px 4px #BDBDBD;
    border-radius:5px;
}

.dashboardDrop span.value {
    display:none;
}

.dashboardDrop dd ul li a {
    padding:4px 10px;
    display:block;
    border-bottom:1px solid #dddddd;
}

.dashboardDrop dd ul li:hover {
    background-color:#eeeeee;
    font-weight: bold;
    border:none;
}

.dashboardDrop img.smallIcon {
    border:none;
    vertical-align:middle;
    margin-right:10px;
}

.flagvisibility {
    display:none;
}

.menuDivider {
    background: #ddd;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin:5px auto;
}

.gbmab, .gbmac, .gbmad, .gbmae {
    background:url("/images/logOutPopup/popup-arrow.png") top right no-repeat;
    background-image:   url("/images/logOutPopup/popup-arrow.png") ;
    background-repeat: no-repeat;
    background-position: top right;
    cursor: default;
    display:block;
    font-size: 0;
    height:11px;
    right:12px;
    line-height: 0;
    position: absolute;
    top:-11px;
    width:17px;
    z-index: 1001;
}

#dropMenu a {
    border: none;
}

.icons-grid {
    background: url('/images/dashBoardImages/chart-icon-color.png') no-repeat scroll 10px 6px rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-color.png') ;
    background-repeat: no-repeat;
    background-position: 10px 2px;
    background-color: rgba(0, 0, 0, 0);
    height: 29px;
    padding-left: 40px !important;
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 6px;
}

.icons-column {
    background: url('/images/dashBoardImages/chart-icon-color.png') no-repeat scroll 10px -22px rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-color.png') ;
    background-repeat: no-repeat;
    background-position: 10px -26px;
    background-color: rgba(0, 0, 0, 0);
    height: 29px;
    padding-left: 40px !important;
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 6px;
}

.icons-pie {
    background: url('/images/dashBoardImages/chart-icon-color.png') no-repeat scroll 10px -54px rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-color.png') ;
    background-repeat: no-repeat;
    background-position: 10px -58px;
    background-color: rgba(0, 0, 0, 0);
    height: 29px;
    padding-left: 40px !important;
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 6px;
}

.icons-bar {
    background: url('/images/dashBoardImages/chart-icon-color.png') no-repeat scroll 10px -82px rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-color.png') ;
    background-repeat: no-repeat;
    background-position: 10px -86px;
    background-color: rgba(0, 0, 0, 0);
    height: 29px;
    padding-left: 40px !important;
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 6px;
}

.icons-line {
    background: url('/images/dashBoardImages/chart-icon-color.png') no-repeat scroll 10px -114px rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-color.png') ;
    background-repeat: no-repeat;
    background-position: 10px -118px;
    background-color: rgba(0, 0, 0, 0);
    height: 29px;
    padding-left: 40px !important;
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 6px;
}

.icons-gauge {
    background-image:   url('/images/dashBoardImages/chart-icon-color.png') ;
    background-repeat: no-repeat;
    background-position: 10px -172px;
    background-color: rgba(0, 0, 0, 0);
    height: 29px;
    padding-left: 40px !important;
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 6px;
}
.icons-grid-selected {
    background: url('/images/dashBoardImages/chart-icon-dark.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-dark.png') ;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    text-indent: -99999px;
    width: 30px;
}


.icons-gauge-selected {
    background-image:   url('/images/dashBoardImages/chart-icon-dark.png') ;
    background-repeat: no-repeat;
    background-position: 0 -203px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    text-indent: -99999px;
    width: 30px;
}

.icons-column-selected {
    background: url('/images/dashBoardImages/chart-icon-dark.png') no-repeat scroll 0 -29px rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-dark.png') ;
    background-repeat: no-repeat;
    background-position: 0 -29px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    text-indent: -99999px;
    width: 30px;
}

.icons-pie-selected {
    background: url('/images/dashBoardImages/chart-icon-dark.png') no-repeat scroll 0 -58px rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-dark.png') ;
    background-repeat: no-repeat;
    background-position: 0 -58px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    text-indent: -99999px;
    width: 30px;
}

.icons-bar-selected {
    background: url('/images/dashBoardImages/chart-icon-dark.png') no-repeat scroll 0 -87px rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-dark.png') ;
    background-repeat: no-repeat;
    background-position: 0 -87px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    text-indent: -99999px;
    width: 30px;
}

.icons-line-selected {
    background: url('/images/dashBoardImages/chart-icon-dark.png') no-repeat scroll 0 -116px rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-dark.png') ;
    background-repeat: no-repeat;
    background-position: 0 -116px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    text-indent: -99999px;
    width: 30px;
}

.icons-setting-selected {
    background: url('/images/dashBoardImages/chart-icon-dark.png') no-repeat scroll 0 -58px rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-dark.png') ;
    background-repeat: no-repeat;
    background-position: 0 -174px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    text-indent: -99999px;
    width: 30px;
}

.icons-download-selected {
    background: url('/images/dashBoardImages/chart-icon-dark.png') no-repeat scroll 0 -58px rgba(0, 0, 0, 0);
    background-image:   url('/images/dashBoardImages/chart-icon-dark.png') ;
    background-repeat: no-repeat;
    background-position: 0 -232px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    text-indent: -99999px;
    width: 30px;
}

.icons-tab-collapse {
    background: url('/images/dashBoardImages/expand-dark.png') no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    background-image:  url('/images/dashBoardImages/expand-dark.png') ;
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    text-indent: -99999px;
    width: 22px;
}

.icons-tab-expanded {
    background: url('/images/dashBoardImages/colapse-white.png') no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    background-image: url('/images/dashBoardImages/colapse-white.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    text-indent: -99999px;
    width: 22px;
}

.accordion-icon-position {
    width: auto;
    float: left;
    padding: 5px 0;
}

.icons-tab-collapse-white {
    background: url('/images/dashBoardImages/expand-white.png') no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    background-image: url('/images/dashBoardImages/expand-white.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    text-indent: -99999px;
    width: 22px;
}

.icons-grid-all {
    background: url('/images/dashBoardImages/chart-icon-color.png') no-repeat scroll 10px 3px rgba(0, 0, 0, 0);
    background-image: url('/images/dashBoardImages/chart-icon-color.png');
    background-repeat: no-repeat;
    background-position: 10px 3px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 20px;
}

.icons-column-all {
    background: url('/images/dashBoardImages/chart-icon-color.png') no-repeat scroll 10px -25px rgba(0, 0, 0, 0);
    background-image: url('/images/dashBoardImages/chart-icon-color.png');
    background-repeat: no-repeat;
    background-position: 10px -25px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 20px;
}

.icons-pie-all {
    background: url('/images/dashBoardImages/chart-icon-color.png') no-repeat scroll 10px -56px rgba(0, 0, 0, 0);
    background-image: url('/images/dashBoardImages/chart-icon-color.png');
    background-repeat: no-repeat;
    background-position: 10px -56px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 20px;
}

.icons-bar-all {
    background: url('/images/dashBoardImages/chart-icon-color.png') no-repeat scroll 10px -86px rgba(0, 0, 0, 0);
    background-image: url('/images/dashBoardImages/chart-icon-color.png');
    background-repeat: no-repeat;
    background-position: 10px -86px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 20px;
}

.icons-line-all {
    background: url('/images/dashBoardImages/chart-icon-color.png') no-repeat scroll 10px -117px rgba(0, 0, 0, 0);
    background-image:url('/images/dashBoardImages/chart-icon-color.png');
    background-repeat: no-repeat;
    background-position: 10px -117px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 20px;
}

.all-chart-icon {
    float: left;
    font-size: 13px;
    padding: 0 0 0 34px;
}

.all-chart-icon a {
    color: #555555;
}

.all-chart-icon a:hover{
    color:#069edf;
    text-decoration:none;
}

.ec-icon-show-popup {
    background-image:url('/images/dashBoardImages/show-popup.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: rgba(0, 0, 0, 0);
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.gbmabpopup {
    background:url("/images/logOutPopup/popup-arrow.png") top right no-repeat;
    cursor: default;
    display:block;
    font-size: 0;
    height:11px;
    right:145px;
    line-height: 0;
    position: absolute;
    top:-11px;
    width:17px;
    z-index: 1001;
}

.highlight-response {
    background-color: #0D233A;
    padding: 10px;
    float: left;
}

.highlight-overall {
    background-color: #2F7ED8;
    padding: 10px;
    float: left;
}

.spotlight-highlight-text {
    float: left;
    padding: 1px 10px 0 5px;
}

.popupDownloadClass i {
    margin-right: 5px;
}
.marginBottom0px {
    margin-bottom: 0 !important;
}

.paddingTop30px {
    padding-top: 30px;
    padding-right: 0 !important;
}

.marginBottom-40px {
    margin-bottom: -40px;
    padding-left: 0 !important;
}

.badge-notify{
    background:red;
    position: absolute;
    top: -5px;
    left: 76px;
}

.scrollable-menus > .folder-in-folder-list:not(:last-child) {
    border-bottom-color: transparent;
}


.select2-container .select2-choice {
    background-clip: padding-box;
    background-color: #fff;
    background-image: linear-gradient(to top, #eee 0px, #fff 50%);
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #444;
    display: block;
    height: 30px;
    line-height: 27px;
    overflow: hidden;
    padding: 0px 12px 20px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

#exportPDFDiv {
    position: relative;
    z-index: 1;
}