body {
	font-family: Source Sans Pro, Helvetica Neue, Arial;
	background: #EDEEF2; 
}

#header {
	background: #fff;
	margin-bottom: 0;
	border: none;
	-webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
	box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
}


#main { 
	background: #fff;
	box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.06); 
	margin: 30px auto;
	border-radius: 5px;
}

#wrap {
	min-height: calc(100vh - 60px);
}

#main h1 { 
	font-weight: 600;
	color: #194E82;
	padding-bottom: 12px;
	font-size: 30px;
	margin-bottom: 25px;
	position: relative;
}

#main h1:after {
	content: "";
	background: #f39422;
	width: 3px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-animation: drawLine 0.8s ease;
	-moz-animation: drawLine 0.8s ease;
	animation: drawLine 0.8s ease;
	animation-fill-mode: forwards;
}

@-webkit-keyframes drawLine {
  0%   { width: 3px; }
  100% { width: 100%; }
}

@-moz-keyframes drawLine {
  0%   { width: 3px; }
  100% { width: 100%; }
}

@keyframes drawLine {
  0%   { width: 3px; }
  100% { width: 100%; }
}

/*#header img {
	max-width: 100%;
}*/

#main table tr td { vertical-align: middle; padding-bottom:4px; }
.required, .errorText { color: #A94442; font-weight:700; }
#citycol > div { padding-left:0; }
.icon { text-align:center; }

#ctl00_anch1 {
	display: block;
	/*margin: -15px 0 20px 0;*/
}

#topmenu {
  -webkit-font-smoothing: antialiased;
  background: #2A69D0;
}

 .team {
    -webkit-font-smoothing: auto; }
     .team .team-row {
      text-align: center;
      margin-bottom: 35px; }
     .team img {
      margin: 0px 20px;
      border-radius: 20px;
      position: relative;
      top: 0px;
      box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.4);
      -webkit-transition: top 0.15s linear;
      -moz-transition: top 0.15s linear;
      -ms-transition: top 0.15s linear;
      -o-transition: top 0.15s linear;
      transition: top 0.15s linear; }
      @media (max-width: 991px) {
         .team img {
          margin: 0px 10px 20px 0; } }
       .team img:hover {
        top: -5px;
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.5); }
     .team .tooltip {
      -webkit-animation: fadeInTooltip 0.05s linear;
      -moz-animation: fadeInTooltip 0.05s linear;
      -o-animation: fadeInTooltip 0.05s linear;
      -ms-animation: fadeInTooltip 0.05s linear;
      animation: fadeInTooltip 0.05s linear;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both; }
     .team .tooltip-inner {
      padding: 12px 18px;
      font-size: 13px;
      background: rgba(0, 0, 0, 0.8);
      /*box-shadow: inset 0px 1px 5px -1px rgba(255, 255, 255, 0.86);*/
      border: 1px solid #000;
      border-bottom: 0px; }
     .team .tooltip-arrow {
      border-top-color: rgba(0, 0, 0, 0.8); }
#footer {
  text-align: center;
  background: #414B5B;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-font-smoothing: antialiased; }
  #footer .copyright {
    color: #B5C5CF;
    font-size: 14px;
    font-weight: 500; }
    @media (max-width: 991px) {
      #footer .copyright {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #footer .copyright {
        text-align: center; } }
  @media (max-width: 767px) {
    #footer .menu {
      text-align: center;
      margin-top: 40px; } }
  #footer .menu ul {
    list-style-type: none;
    padding: 0; }
    #footer .menu ul li {
      display: inline-block; }
      #footer .menu ul li.active a {
        color: #fff; }
      #footer .menu ul li a {
        color: #ccc;
        padding: 15px 17px;
        font-weight: 500;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        -ms-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear; }
        #footer .menu ul li a:hover {
          color: #fff;
          text-decoration: none; }
        @media (max-width: 991px) {
          #footer .menu ul li a {
            padding: 15px 17px 15px 0px; } }
  #footer .social {
    text-align: right; }
    @media (max-width: 767px) {
      #footer .social {
        text-align: center;
        margin-top: 40px; } }
    #footer .social a {
      border: 0;
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100);
      margin-left: 15px;
      position: relative;
      top: -10px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease; }
      #footer .social a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }


td.rcButtons input 
{ 
    margin: 0 3px; 
    padding: 2px 4px; 
}

.RadGrid_Default tr.rgRow a
{
    color: #428bca !important;
}

.RadGrid_Default tr.rgAltRow a
{
    color: #428bca !important;
}

.RadGrid_Default tr.rgHoveredRow
{
    background-color: #D9D9D9 !important;
    background: none;
}

.RadGrid_Default th.rgHeader
{
     color: #fff !important;
     font-weight: bold !important;
       background-color: #5E7A9B !important;
       background: none;

}
div.RadGrid_Default .rgHeader,
 div.RadGrid_Default th.rgResizeCol,
 div.RadGrid_Default .rgFilterRow td,
 div.RadGrid_Default .rgRow td,
 div.RadGrid_Default .rgAltRow td,
 div.RadGrid_Default .rgEditRow td,
 div.RadGrid_Default .rgFooter td,
 div.RadGrid_Default .rgHoveredRow td.rgSorted
 {
       border-left:1px solid #ddd;
       border-bottom:1px solid #ddd;
 }

div.RadGrid_Default .rgMasterTable td.rgExpandCol
{
      border-bottom:1px solid #fff;
}

div.RadGrid_Default
{
 border: 1px solid #ddd;   
}

div.RadGrid_Default td.rgPagerCell
{
    border-top-color: #ddd;
}
.RadGrid_Default th.rgHeader a
{
     color: #fff !important;
     text-decoration: underline;
     font-weight:700 !important;
}

.RadGrid_Default .rgMasterTable, .RadGrid_Default .rgDetailTable, .RadGrid_Default .rgGroupPanel table, .RadGrid_Default .rgCommandRow table, .RadGrid_Default .rgEditForm table, .RadGrid_Default .rgPager table,
.RadGrid_Default, .RadComboBox_Default .rcbInput, html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default, .RadComboBoxDropDown_Default, .RadWindow_Default
{
	font-family: inherit !important;  
	font-size: 14px !important;
}


.contentHeader
{
 border-bottom: 1px solid #eee;
 padding-bottom: 4px;
 font-size: 36px;
 margin-top: 20px;
 margin-bottom: 10px;
 font-weight: 500;
 line-height: 1.1;
 color: inherit;   
}

.survey-header
{
 font-weight: 700;
 color: #fff;
 text-align: center;
 padding-top: 3px;
 padding-bottom: 3px;   
}

.navbar
{
 min-height: 25px;   
}

.label-value
{
 font-weight: 500;   
}

.report-table,
.survey-table { background: #fff; }

.report-table th,
.report-table th a,
.survey-table th { 
  background-color: #293a80 !important;
  color: #fff !important;
  font-weight:700 !important;
}

.report-table th
{
 text-align: center;   
}

.report-table th a
{
    text-decoration:underline;  
}

.well { background: #fefefe !important; }

.table-no-margin
{
    margin-bottom: 5px;
}

.survey-radio-button-label
{
    padding-left: 5px;
    padding-right: 12px;
    padding-top:5px;   
}

.survey-radio-button input
{
    margin-top:5px;
}

.dich-radio-list label
{
 margin-top:5px;   
}

.dich-radio-list label,
.radio-button-list label,
.checkbox-list label,
.checkbox-list input
{
    margin-left: 5px;
    font-weight:500;
    margin-right: 12px;
}

h5
{
    font-size: 16px;   
}

.label-header
{
    background-color: #5E7A9B;
    color: #fff;
    width:100%;
    padding-left:3px;
}

.label-header-container,
.label-header-container-left
{
    padding-right:1px;   
}

.label-header-container,
.label-header-container-right
{
    padding-left:1px;   
}

.label-header-container-left
{
    padding-left:10px;   
}

.multi-page
{
 border: 1px solid #8A8A8A;   
}

.add-link,
.add-link-no-margin
{
    font-weight: 700;
}

.add-link
{
    margin-bottom: 5px;    
}

.popup
{
 
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #D9D9D9;
}

.help-right-div
{
    background-color:#f2f2f2;
}

.card-detail,
.card-detail-inherit-width
{
 padding-left:5px;
 padding-right:5px;   
 font-size:12px;
}

.card-detail
{
 width:11%;    
}

.card-detail-ques
{
    width:10%; 
 font-size:12px;    
}

.card-detail-ques-label-value
{
    width:5%; 
    font-weight: 500;
     font-size:12px;
}

.valSummary ul
{
    display: none;
    visibility: hidden;
}


.LowThreshold 
{
	background-color: #FFDD75 !important; 
}

.AboveThreshold 
{
	background-color: #CCFFCC !important; 
}

.LowThresholdNoBorder
{
	background-color: #FFDD75 !important; 
}

.TextSearchHighlight
{
   	background-color: #FFDD75 !important; 
}

.RQIP
{
	background-color: #F377B7 !important; 
}

.PreRQIP
{
	background-color:  #EEA796 !important; 
}

.MinCards
{
	background-color: #D175C0 !important; 
}

.reportQuesGroup,
.BoldTypeFont,
.BoldFont
{
    font-weight: 700;   
}

.report-h4
{
 margin-top:0px;
 margin-bottom:0px;   
}

.small-label
{
 padding-left:0px;
 padding-right:0px;
 width:20px;
}

html body .RadInput_Default .riError, html body .RadInput_Error_Default
{
    border-color: #A94442 !important;
    color: #A94442 !important;
}

.RadMenu_Default .rmHorizontal .rmRootLink span.rmText {
 	color: #fff !important;
 	padding: 0;
 }
 
.RadMenu_Default .rmRootGroup {
  -webkit-font-smoothing: antialiased !important;
  border: none !important;
  background: #2A69D0 !important;
}

        

#ctl00_navBar1_RadMenu1.RadMenu_Default .rmHorizontal > li > a.rmLink:hover, #ctl00_navBar1_RadMenu1.RadMenu_Default a.rmLink:focus, #ctl00_navBar1_RadMenu1.RadMenu_Default .rmHorizontal a.rmSelected {
	background: #f39422!important;
}

#ctl00_navBar1_RadMenu1.RadMenu_Default .rmHorizontal a.rmSelected span.rmText {
	background: none!important;
}

.RadMenu, .RadMenu > ul.rmHorizontal {
	float: none!important;
	text-align: center;
	width: 100%;
}

#ctl00_navBar1_RadMenu1.RadMenu_Default .rmVertical {
	text-align: left;
	border: none;
	margin-top: 6px;
	border-top-left-radius: 5px!important;
}

.RadMenu .rmHorizontal > .rmItem {
	float: none!important;
	display: inline-block;
	vertical-align: middle;
}

 #ctl00_navBar1_RadMenu1.RadMenu_Default .rmRootGroup>.rmSeparator {
 	display: none;
 }

 #ctl00_navBar1_RadMenu1.RadMenu_Default .rmHorizontal > li > a.rmLink {
  font-size: 20px !important;
  font-weight: 700;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  padding: 5px 15px!important;
  margin-right: 20px;
  border-radius: 20px;
  background: none;
  font-family: Source Sans Pro, Helvetica Neue, Arial;
 }



.RadMenu_Default .rmGroup .rmItem a.rmLink:hover,
.RadMenu_Default .rmGroup .rmItem a.rmLink:hover span.rmText,
.RadMenu_Default .rmGroup .rmItem a.rmExpanded,
.RadMenu_Default .rmGroup .rmItem a.rmExpanded span.rmText,
{
    background: #EBEBEB !important;
    color: #333 !important;
}

.RadMenu_Default .rmGroup .rmItem a.rmLink
{
    background: #fff !important;
}

.RadMenu_Default .rmLeftArrow,
.RadMenu_Default .rmRightArrow {
  background: #333 !important; }
  
  .RadMenu_Default .rmTopArrow,
.RadMenu_Default .rmBottomArrow,
.RadMenu_Default .rmGroup .rmLeftArrow,
.RadMenu_Default .rmGroup .rmRightArrow {
  background: #333 !important; }
  
      .RadMenu_Default .rmLink:hover
    {
        cursor: pointer !important;
    }
    
.RadMenu_Default .rmSeparator
{
    display:none;    
}

.RadMenu_Default .rmHorizontal .rmSeparator .rmText,
.RadMenu_Default .rmVertical .rmHorizontal .rmSeparator .rmText {
  width: 0px !important;
}

.RadMenu_Default .rmGroup .rmItem a.rmLink,
.RadMenu_Default .rmGroup .rmItem a.rmLink:hover
{
                 padding-top:2px !important; 
       padding-bottom:2px !important;
}
.RadMenu_Default .rmGroup .rmLast
{
       margin-bottom:5px !important;
}
.RadMenu_Default .rmGroup .rmFirst
{
       padding-top:5px !important;
  
}


.RadMenu_Default .rmGroup .rmItem a.rmLink span.rmText
{
    padding-left: 16px !important;
}

  
  .RadMenu_Default .rmGroup
  {
    -webkit-border-radius: 0 6px 6px 6px !important;
    -moz-border-radius: 0 6px 6px 6px !important;
    border-radius: 0 6px 6px 6px !important;
    
    	-moz-box-shadow:    0 6px 12px rgba(0, 0, 0, .175) !important;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
	box-shadow:         0 6px 12px rgba(0, 0, 0, .175) !important;
  }

    
.RadMenu_Default .rmGroup,
.RadMenu_Default .rmMultiColumn,
.RadMenu_Default .rmGroup .rmVertical {
  background-image:none !important;}
  
  .padded-table td
  {
   padding: 8px;
   line-height: 1.4285;    
  }
  
  .table-small { font-size:11px !important; }
  
  .white-back,
  .white-back td
  {
   background-color:#fff !important;   
  }
  
  .BoldFontSmall
{
    font-weight:700;
    text-align: center;
}

.label-no-margin
{
 margin-bottom:0px;   
}

.row-margin
{
 margin-bottom:10px;   
}

.progressBorder {
	border: 1px solid gray;
}

.auto-width
{
 width:auto;   
}

.guest-survey-header-table
{
    width:100%;
    text-align:center;
}

.guest-survey-header-row td,
.guest-survey-header-table tr td
{
   vertical-align: bottom !important;
   padding: 4px;
   text-align:center;
}


.detail-table tr td
{
 padding-right: 6px;
 font-size: 14px;
}

.indent
{
 padding-left: 15px;   
}

.avg-score-footer > tbody > tr > td
{
    padding:4px;   
}

/*** CARD PREVIEW ****/

.gs-survey-header
{
 font-weight: 700;
 text-align: center;
 padding-top: 3px;
 padding-bottom: 3px;   
 border-bottom: 1px solid #414B5B;
}

.tableheader
{
 font-weight:bold;
 color:#245894;
 background-color: #E7EAEF;
 border-top: 1px solid #245894;
 border-bottom: 1px solid #245894;    
 text-align:left;
 padding:4px;
}

.submitButton
{
 font-weight:bold;
 color: #245894;  
 border: 1px solid #245894;
  line-height: 1.4285;
}

.smallButton
{
 font-size:12px !important;
}

.gs-layout
{
 padding-top:20px;
 padding-bottom:10px;   
 line-height:1.2;
}

.disclaimer
{
 text-align:center;   
}

.valSummary
{
 margin-top:10px; margin-bottom:0px;   
}

.saveButton
{
 margin-right:10px;   
}

.previousButton
{
 margin-right:10px;     
}

.switchLink
{
 margin-bottom:10px;   
 margin-top:0px;
}

.menuLink
{
 font-weight:bold;
 font-size:16px;   
}

.guest-survey-table
{
    margin-bottom:20px;    
    width:100%;    
        
}

.buttons-container
{
   text-align:center;   
}

#divSections
{
 padding-left:10px;
 padding-right:10px;   
}

.mobileTop
{
 padding-top:10px;   
}

/*** END CARD PREVIEW ****/

.tripAdvisor
{
 width:100%;
 height:600px;
}

.tripAdvisorMobile
{
 width:100%;
 height:400px;
}

#divTabMenu .RadTabStripTop_Default .rtsLevel .rtsLink, 
#divTabMenu .RadTabStripTop_Default .rtsLevel .rtsOut, 
#divTabMenu .RadTabStripBottom_Default .rtsLevel .rtsLink, 
#divTabMenu .RadTabStripBottom_Default .rtsLevel .rtsOut, 
#divTabMenu .RadTabStripTop_Default_Baseline .rtsLevel, 
#divTabMenu .RadTabStripBottom_Default_Baseline .rtsLevel
{
 background-image:none !important;   
}

#divTabMenu .RadTabStrip .rtsLink, 
#divTabMenu .RadTabStripVertical .rtsLink
{
    padding-left: 0px !important;   
}

#divTabMenu .RadTabStrip .rtsOut, 
#divTabMenu .RadTabStripVertical .rtsOut
{
    padding-right: 0px !important;   
}

#divTabMenu .RadTabStrip .rtsLI
{
   background-color: #F3F3F3;
    -webkit-border-radius: 4px 4px 0px 0px !important;
    -moz-border-radius: 4px 4px 0px 0px !important;
    border-radius: 4px 4px 0px 0px !important;    
    margin-right: 3px !important;
}

.tab-menu
{
 background-color:#245894;
 padding-top:10px !important;
}

#divTabMenu .rtsSelected
{
    font-weight:bold !important;
    background-color:White;
}

#divTabMenu .rtsFirst
{
 margin-left:10px !important;   
}

.prog-bar
{
    padding-top:10px;
}

.RadProgressBar_Default .rpbStateSelected, .RadProgressBar_Default .rpbStateSelected:hover, .RadProgressBar_Default .rpbStateSelected:link, .RadProgressBar_Default .rpbStateSelected:visited
{
 background-color: Green !important;   
}

.survey-date-control
{
    margin-left: 10px;
    margin-top:10px;
}

.survey-date-label
{
    padding-top:10px;
}

.survey-span-indent
{
    margin-left:15px;   
}

.survey-err-indent
{
    margin-left:15px;   
}

.LowerThreshold 
{
	background-color: #FFB3B3 !important; 
}

.smallTH
{
    font-size:12px !important;   
}

.reportLabel
{
    white-space:nowrap;
}

.detail-report-table
{
 margin-left:20px;   
}

.parent-report-table .rgRow td,
.parent-report-table .rgAltRow td
{
    border-bottom-width:0px !important;   
}

.parent-report-table .rgAltRow
{
    background:White !important;    
}

.detail-report-table .rgAltRow,
.detail-report-table .rgAltRow .rgSorted
{
    background:#f2f2f2 !important;   
}

.detail-report-table .rgRow .rgSorted
{
    background:White !important;   
}

.parent-report-table .rgRow td:first-child,
.parent-report-table .rgAltRow td:first-child
{
    border-left-width:0px !important;   
}

.detail-report-table th.rgHeader
{
    background-color:White !important;
    color:#333 !important;
}

.parent-report-table .rgAltRow .rgSorted
{
    background-color:#f2f2f2 !important;
}

.parent-report-table .rgHoveredRow .rgSorted
{
    background-color: #ddd !important;
}

.guest-survey-top-row td,
.guest-survey-footer-row td
{
   vertical-align: bottom !important;
   padding: 4px;
   text-align:left;
}

.survey-image-control,
.survey-document-control
{
    margin-top:5px;
    width:85% !important;
    display: inline !important;
}

.survey-image
{
    width:90% !important;
    height:auto !important;   
}

.survey-document
{
    width:50% !important;
    height:auto !important;   
}

.survey-image-wrapper,
.survey-document-wrapper
{
 width:50%;
 float:left;
 padding-bottom:10px;   
 padding-right:20px;
 margin-top:10px;
}

.survey-image-delete
{
 float:right;
}

.survey-image-caption,
.survey-document-title
{
 font-size:9pt;   
}

.RadUpload .ruInputs li, .RadUpload
{
 margin-bottom: 0px !important   
}

.survey-image-error,
.survey-document-error
{
 padding-top:5px;   
}

.RadUpload_Default .ruButton, .uploadButton
{
    background: #F0F0F0 !important;
    border: 1px solid #4F4F4F !important;   
    padding: 1px 8px !important;
    font-family: Source Sans Pro, Helvetica Neue, Arial !important;
    color:#4F4F4F !important;
    font-size:14px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius:2px;
    height:28px !important;
}

.uploadButton,
.docUploadButton
{
 margin-top:5px;   
}

.RadUpload_Default .ruRemove
{
    height:28px !important;
}

.RadUpload_Default .ruFakeInput
{
    border-radius: 4px;
    height:24px !important;
    border:1px solid #ccc !important;
    width:220px;
}

.RadUpload .ruFileWrap
{
    height: 34px !important;
    margin-right:5px;
}

.survey-image-save,
.survey-document-save
{
    vertical-align:middle;
    margin-left:5px;
}


.radio-button-list-bold label
{
    margin-left: 5px;
    font-weight:700;
    margin-right: 12px;
}

.masked-input
{
    padding: 6px 12px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: auto !important;
}

.err-newline
{
    display:block;
}

.form-control-survey
{
    font-size: inherit !important;
}

.RadUpload .ruBrowse
{
    width: auto !important;   
}

.cell-break-word
{
    word-wrap: break-word;
    
}

.fixed-table
{
    table-layout:fixed;
}

.quartile-title
{
     border-bottom:1px solid #eee; 
     text-align:center;
     font-size:16px;
}

.graph-title
{
     text-align:right;
     font-size:14px;     
     margin-bottom: 0px !important;
     white-space:nowrap;
}

.graph-subtitle
{
     text-align:center;
     font-size:14px;
     font-style: italic;
     font-weight: normal !important;
     margin-bottom: 0px !important;
     white-space:nowrap;
}


.dash-graph-tall {
    display: inline-block;
    height: 95% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 15px;
    margin-right: 15px;
}

.dash-graph {
    display: inline-block;
    height: 90% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 15px;
    margin-right: 15px;
}

.dash-graph-short {
    display: inline-block;
    height: 80% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 15px;
    margin-right: 15px;
}

.dash-area
{
 height:500px !important;   
}

.dash-area-tall
{
 height:1000px !important;   
}

.dash-parent-row
{
    height:50%;
}

.dash-parent-row-tall
{
    height:100%;
}

.center-text
{
    text-align:center;
}

.right-text
{
    text-align:right;
}

.left-text
{
    text-align:left;
}

.dash-drop
{
 padding: 2px 6px !important;
 height:24px !important;
 font-size:12px !important;   
 display:inline-block !important;
}

.dash-export-cell
{
    border: 1px solid #8a8a8a;
    border-collapse: collapse;
    vertical-align:top !important;
    page-break-inside: avoid;
}

.dash-export-table
{
 margin-right:15px;
 margin-left:15px;   
}

.graph-link
{
    white-space:nowrap;
    text-align:left;
}

.rwInactiveWindow.RadWindow
{
 opacity: 1 !important;   
 filter: alpha(opacity=100) !important;
}

.RadWindow .rwTitleWrapper {
    padding: 1px 5px !important;
}
.RadWindow .rwTitleWrapper .rwTitle {
    font-weight: bold !important;
}

			div.RadWindow .rwCommands span.customprintbutton
			{
				background: url(../images/lightweight-sprite.png) 2px 3px no-repeat;
                background-size: 14px;
                width:20px;
                height:20px;
			}

                div.RadWindow .rwCommands span.customprintbutton:hover {
                    background: url(../images/lightweight-sprite.png) 2px -15px no-repeat;
                    background-size: 14px;
                }

			div.RadWindow .rwCommandButton.customprintbutton::before
			{
				display: none;
				content: "";
			}
			
			.col-dash-6, .col-dash-12, .col-dash-8, .col-dash-4
			{
			 position:relative;
			 min-height:1px;
			 padding-right:5px;
			 padding-left:5px;
			 float:left;   
			  height:100%;
			}
			
			.quartile-header
			{
			    width:100%; 
			    text-align:center;
			    display:table;
			}
			
			.dash-label
			{
			    display:inline-block;
			    padding-right:5px;
			    padding-left:5px;
			}
			
			.dash-block
			{
			    display:block;
			}
			
			.col-dash-6
			{
			 width:48%;   
			}

			.col-dash-4
			{
			 width:32%;   
			}
			
			.col-dash-8
			{
			 width:64%;   
			}
						
			.col-dash-12
			{
			    width:96%;
			}
	
			.quartile
			{
			 width:96%;   
			 height:100%;
			}


.modal-popup .rwContent {
    overflow: hidden !important;
}
			
.login-link
{
 font-size:18px;
 font-weight:bold;   
}

.RadComboBox_Default .rcbInputCell
{
    background-image: none !important;
}

.RadComboBox_Default .rcbArrowCell
{
    background: url('../images/arrow.png') no-repeat top !important; 
}

.RadComboBox_Default .rcbReadOnly .rcbInput
{
    color:#555 !important;   
}

.prog-bar-row
{
    margin-bottom:5px;
    padding-right:0px !important;
}

.HighThreshold 
{
	background-color: #9ccd9c !important; 
}


.floating-header
{
    margin-bottom: 0px !important;   
  position: absolute;
  z-index:1;

}

.headerless-table, .floating-header-wrapper
{
    position:relative;
     
}

.headerless-table th, .headerless-table th a
{
    background-color:White !important;
    color: White !important;
    border-color: White !important;
}

.dash-footnote
{
    padding-left:15px;   
}

.guest-survey-table th {
    font-weight: normal
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.survey-date-label {
    font-weight: 500;
}

.label-style {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.guest-survey-table .label-value {
    margin-bottom: 0px !important;
}

.scrollable-table {
    height: 50vh;
    overflow: auto;
}

.frozen-left-table {
    float: left;
    width: auto !important;
}

.frozen-right-scrollable {
    overflow: auto;
}

    .frozen-right-scrollable table {
        table-layout: fixed;
    }

.error-anch, .error-anch:hover {
    color: #A94442;
}

    /* BEGIN CounterPart changes */


.header-username {
    margin-left: 15px;
}

    .header-username:before {
        content: "\f007";
        font-family: 'FontAwesome';
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
        position: relative;
        top: -1px;
        color: #626262;
    }

input, textarea, select {
	border-radius: 3px;
	-webkit-border-radius: 5px;
	border: 1px solid #DDDDDD;
	background: #F0F4F7;
}

.rcbReadOnly input, .rcbReadOnly textarea, .rcbReadOnly select {
	background: none;
	border: none;
}

/* login page */

.logonBody {
    position: fixed;
    width: 100% !important;
    height: 100%;
    background: url(../images/login-bg.jpg) no-repeat #F6F6F6 !important;
    background-position: center -10% !important;
    background-size: cover !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
}

.logonBody:before {
	content: "";
	position: fixed;
	width: 100%;
	height: 150px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6e2ed+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(214,226,237,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(214,226,237,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(214,226,237,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e2ed', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.logonBody .login-form {
	box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
	width: 600px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	border-top: 5px solid #f39422;
	height: auto!important;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 20px;
}

.logonBody .login-form label {
	margin-top: 8px;
}



.login-logo {
	display: block;
	margin: 30px auto;
	background: url(../images/CustomerCount/logo.svg) no-repeat center center;
	height: 90px;
	width: 369px;
    margin-top: 0px;
}

@media (max-width: 700px) {
	
	.logonBody .col-sm-offset-2.col-sm-8 {
		width: 95%;
	}
	
}

.report-header-wrap {
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    margin: 0 20px 30px 20px;
    border: 3px solid #e1eef3;
}

.report-header-wrap label {
	color: #194E82;
}

.sort-table a {
    color: #fff !important;
    text-decoration: underline;
    font-weight: 700 !important;
}


/* CounterPart START */
.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.card.opaque {
    background: rgba(255, 255, 255, 0.75);
}

.card {
    margin-bottom: 15px;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 2rem;
}

    .card .card {
        box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.1);
        -webkit-box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.1);
    }

    .card.heavy-shadow {
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }


.login-card {
    border-top: 4px solid #F07129;
    padding-left: 5rem;
    padding-right: 5rem;
    width: 500px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.095);
    box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.095);
}

    .login-card .logo {
        margin: 0 auto 30px auto;
    }

        .login-card .logo img {
            height: 90px;
        }



.btn-cp {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn-cp:hover,
    .btn-cp:focus {
        text-decoration: none;
    }

    .btn-cp:focus,
    .btn-cp.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(28, 75, 130, 0.25);
    }

    .btn-cp.disabled,
    .btn-cp:disabled {
        opacity: 0.65;
    }

    .btn-cp:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .btn-cp:not(:disabled):not(.disabled):active,
        .btn-cp:not(:disabled):not(.disabled).active {
            background-image: none;
        }

.btn-secondary-cp {
    background: #2A69D0;
    color: #fff;
}

    .btn-secondary-cp:hover, .btn-secondary-cp:focus {
        color: #fff;
        background: #2154a6;
    }

.btn-lg-cp {
    padding: 0.8rem 1rem;
}

.btn-shadow-cp {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.24);
}

.login-wrap {
    padding-top: 80px;
}

.form-control-cp {
    height: auto;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: 1px solid #D4D9DD;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control-cp::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control-cp:focus {
        color: #495057;
        background-color: #f8f9fa;
        border-color: #4689d7;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(28, 75, 130, 0.25);
    }

    .form-control-cp::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-cp:disabled,
    .form-control-cp[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

.form-control-lg {
    padding: 1.4rem 1.5rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-cp {
    height: 38px;
}

.form-control-cp.white {
    background: #fff;
}

.h2-cp
{
    color: #1C4B82;
    font-weight: 600;
    font-size:20px;
}

.card.heavy-shadow {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.password-list {
    padding: 0;
}

    .password-list li {
        list-style-type: none;
        margin-bottom: 10px;
        position: relative;
        padding-left: 20px;
    }

        .password-list li:last-child {
            margin-bottom: 0;
        }

    .password-list .checked .status-mark {
        position: absolute;
        left: 0;
        top: 2px;
        display: inline-block;
        vertical-align: middle;
    }

    .password-list .status-mark {
        margin-right: 8px;
        display: none;
    }

    .password-list.requirements .status-mark, .password-list.requirements .checked {
        color: #54c154;
    }

    .password-list.errors .status-mark, .password-list.errors .checked {
        color: #c25555;
    }


.btn-cp-info {
    background: #44B4BE;
    color: #fff;
}

    .btn-cp-info:hover, .btn-cp-info:focus {
        color: #fff;
        background: #35919a;
    }

.btn-shadow {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.24);
}

.text-strong {
    font-weight: 600;
}

.btn-white {
    border: 1px solid #D3D3D3;
    color: #010038;
}

a.btn-white {
    color: #010038;
}

.dropdown-toggle::after {
    vertical-align: middle;
}
.dropdown-menu {
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
}

    .dropdown-menu > li > a.dropdown-item {
        border-bottom: 1px solid #EDEDED;
        padding: 8px 20px;
    }

    .dropdown-menu > li:last-child a.dropdown-item {
        border-bottom: none;
    }

.header-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    float: right;
    margin-top:3px;
    margin-bottom:3px;
}

.hdr-info {
    max-width: 95%;
}
.btn-header {
    line-height: 1;
}

.nav-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 1.2em;
}

    .nav-menu a {
        display: block;
        font-weight: 500;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        text-decoration: none;
    }

    .nav-menu > li {
        position: relative;
        padding: 13px 25px;
        cursor: default;
    }

        .nav-menu > li:hover, .nav-menu > li:focus {
            background: #1C4B82;
        }

            .nav-menu > li:hover ul, .nav-menu > li:focus ul {
                display: block;
            }

        .nav-menu > li.active {
            border-bottom: 3px solid #fff;
        }

    .nav-menu ul.sub-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 310px;
        background: #1C4B82;
        margin: 0;
        padding: 0;
        z-index: 99;
        -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
        font-size: 0.85em;
        z-index: 3005;
    }

        .nav-menu ul.sub-menu li {
            list-style-type: none;
            position: relative;
        }

            .nav-menu ul.sub-menu li > a {
                padding: 9px 15px;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .nav-menu ul.sub-menu li:hover, .nav-menu ul.sub-menu li:focus {
                color: #2A69D0;
                background: #fff;
            }

                .nav-menu ul.sub-menu li:hover ul, .nav-menu ul.sub-menu li:focus ul {
                    display: block;
                }

                .nav-menu ul.sub-menu li:hover > a, .nav-menu ul.sub-menu li:focus > a {
                    color: #1C4B82;
                }

        .nav-menu ul.sub-menu ul.sub-menu {
            display: none;
            left: 100%;
            top: 0;
            font-size: 1em;
        }

.nav-menu a, .nav-menu a:visited {
    color: #fff;
}

.select2-styled .select2-container--default .select2-selection--single {
    background-color: #f8f9fa;
    border: 1px solid #D4D9DD;
    font-size: 0.9rem;
    height: calc(2.25rem + 2px);
}

    .select2-styled .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.6;
    }

    .select2-styled .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(2.25rem + 2px);
    }

.select2-styled .select2-container {
    width: 100% !important;
}

.select2-dropdown {
    border: 1px solid #dedede;
}

.select2-results {
    box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.2);
}

.select2-results__message {
    padding: 11px;
}

.btn-light {
    background: #F2F4F8;
    color: #3C92F7;
    border: 1px solid #d1d2d6;
    padding: 6px 12px;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: 0.9rem 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.h3-cp {
    color: #1C4B82;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
}

.body-text-link, .body-text-link:visited {
    color: #010038;
}

.d-block {
    display: block;
}

.filter-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
}

    .filter-buttons .filter {
        margin-right: 12px;
        margin-bottom: 12px;
        width: 23%;
    }

.btn-xs {
    font-size: 1em;
    padding: 0.4rem 0.4rem 0.2rem 0.4rem;
}

.RadDropDownList {
    width: 100% !important;
}
.RadDropDownList_Default .rddlFocused {
    background-image: none !important;
    background-color: #f8f9fa !important;
    color: black !important;
    border-color: #b3b3b3 !important;
}

.rddlPopup_Default .rddlItemSelected {
    background-color: white !important;
    color:black !important;
}

.rddlPopup_Default .rddlItemHovered {
    color: white !important;
    background-color: #2A69D0 !important;
}
.icon {
    color: #F07129;
    font-size: 1.6em;
}

.hvr-grow {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

.grid-cell-link a {
    display: -webkit-flex;
    justify-content: space-between;
}

.grid-cell-link a:hover {
    text-decoration: none;
}

.bottom-of-page {
    padding-bottom: 20px;
}

.pagination {
    display:table-row !important;
    background-color: white !important;
}

    .pagination:hover > td {
        background-color: white !important;
    }

.pagination > td {
    padding: 15px !important;
}

.pagination > td > a, .pagination > td > span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > td > a:first-child, .pagination > td > span:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > td > a:last-child, .pagination > td > span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .pagination > td > a:hover {
        background-color: #D9D9D9;
    }
        /* CounterPart END */
        .logonText {
    text-align: center;
    color: #333;
    font-weight: normal;
    width: 100%;
}

.link-forgot {
    margin-top: 6px;
    display: block;
    font-weight: bold;
}

.val-wrap{
    display: inline-block;
    margin-top: -10px;
    padding-left: 4px;
}

.msg-center {
    text-align: center;
    color: #333;
    font-weight: normal;
    width: 100%;
}

.err-msg-center{
    width:100%;
    text-align: center;
}

.controls-container {
    width: 500px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 15px;
}

.label-bold {
    color: #194E82;
    font-weight: bold;
}

.btn-h3 {
    font-size: 20px;
}

.nav-container {
    min-width:1170px;
}

.guestSiteView {
    width: 100%;
    height: 1000px;
}