html, body
{    
    font-family: 'Roboto' , Helvetica, Sans-Serif;
    font-size: 12px;
    background: #DBDBDB;
	background: -webkit-linear-gradient(bottom, #DBDBDB 0%,#ECECEC 100%);
	background: -moz-linear-gradient(bottom, #DBDBDB 0%,#ECECEC 100%);
	background: -o-linear-gradient(bottom, #DBDBDB 0%,#ECECEC 100%);
	background: -ms-linear-gradient(bottom, #DBDBDB 0%,#ECECEC 100%);
	background: linear-gradient(bottom, #DBDBDB 0%,#ECECEC 100%);
	background-attachment:fixed;
}

body
{
    padding: 0px;
    margin: 0px;
    /*background-color: #adc3da;
    background-repeat: repeat-x;
    background-image: url(images/back.jpg);*/
    font-family: 'Roboto' , Helvetica, Sans-Serif;
    font-size: 12px;
    text-rendering: optimizeLegibility;    
}

textarea
{
    resize: none;
}

/*
    override jquery UI 
*/
.ui-widget {
    font-family: 'Roboto' , Helvetica, Sans-Serif;
}

body, .Normal, .NormalRed, .NormalBold, .TextLabel, .NormalDarkBlue, .NormalBlueItalic, .NormalBlue, .NormalBlueBold, .NormalBlueItalicBold
{
    font-family: 'Roboto' , Helvetica, Sans-Serif;
    font-size: 12px;
}

.word-wrap
{
    word-wrap: break-word;word-break: break-word;overflow-wrap: break-word;
}

.closed
{
    display: none;
    width: 100%;
    overflow: hidden;
}

img
{
    border: 0px none;
}

input, select, .pane
{
    border: 1px solid #CCCCCC;    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
* {
    font-style: normal !important;
}

a {
    color: #0050B3 !important;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 13px;
    font-family: 'Segoe UI', sans-serif;
    transition: all 0.4s;
    
}
a:hover {
    text-decoration: underline !important
}

td a {
    /* color: #002766 !important; */
}

.blog-feed-blue {
    color: #0050B3;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
}

.pane
{    
    padding:5px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)
{
    input
    {
        border-radius: 0px;
    }

    select
    {
        border-radius: 0px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)
{
    input
    {
        border-radius: 0px;
    }

    select
    {
        border-radius: 0px;
    }
}


small
{
    font-size:9px;
}

.TextBox
{
    border: solid 1px #828790;
}

.NormalBold
{
    font-weight: bold;
}

.bold
{
    font-weight: bold !important;
}


.NormalBlueBold
{
    font-weight: bold;
    color: #114778;
}

.NormalBlueItalicBold
{
    font-weight: bold;
    color: #114778;
    font-style: oblique;
}

.NormalRed, ErrorMsg
{
    color: Red !important;
}

.NormalBlueItalic, .NormalBlue, .NormalDarkBlue
{
    color: #114778;
}

.NormalBlueItalic
{
    font-style: oblique;
}

.TitleGeorgia, .TitleGeorgia a
{
    font-family: Georgia, 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    color: #999999;
}

.Caption
{
    color: #6B94B4;
    font-size:13px;    
}

td.Caption{
    border-style: none; 
    padding: 5px 5px 5px 0px;
    width: 100%;
}

.Caption p
{
    text-align:center;font-style: italic;    
    color:Black;
    font-size:12px;
    margin:10px;
    padding:0px;
}


.TextLabel
{
    width: 130px;
    text-align: right;
    color: #114778;
    padding-right: 5px;
}

.TextLabel2
{
    font-weight: bold;
    color: #114778;
}

a.NormalBlue
{
    text-decoration: underline;
}

.NormalDarkBlue
{
    text-decoration: underline;
    font-weight: bold;
}

.header
{
    
    background-image: url(images/bg.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    cursor: pointer;        
}

th.headerSortUp
{
    background-image: url(images/asc.gif);
}

th.headerSortDown
{
    background-image: url(images/desc.gif);
}

.header-default
{
    width: 768px;
    height: 219px;
    display: block; /*background:url(images/header.png);      */
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: left;
    border: 1px solid #999999;
    border-top: 0px;
}

.header-ask
{
    width: 768px;
    height: 219px;
    display: block; /*background:url(images/header-ask.png);     */
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: left;
    border: 1px solid #999999;
    border-top: 0px;
}

.header-followup
{
    width: 768px;
    height: 219px;
    display: block; /*background:url(images/header-followup.png);    */
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: left;
    border: 1px solid #999999;
    border-top: 0px;
}
.header-review
{
    width: 768px;
    height: 219px;
    display: block; /*background:url(images/header-review.png);    */
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: left;
    border: 1px solid #999999;
    border-top: 0px;
}

.header-small
{
    width: 768px;
    height: 42px;
    display: block;
    background: url(images/header-small.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: left;
}
.header-small-ask
{
    width: 768px;
    height: 42px;
    display: block;
    background: url(images/header-small-ask.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: left;
}
.header-small-followup
{
    width: 768px;
    height: 42px;
    display: block;
    background: url(images/header-small-followup.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: left;
}
.header-small-review
{
    width: 768px;
    height: 42px;
    display: block;
    background: url(images/header-small-review.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: left;
}

.main
{
    background: url(images/cycle-logo.png);
}

h1, .h1
{    
    color: #114778;
    font-size: 26px;
    font-style: oblique;
    padding: 0px;
    margin: 0px;
    margin-bottom: 6px;
    margin-top: 6px;
    font-weight: bold;
}

h3
{
    color: #000063;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.disabledScreen
{
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
    opacity: .75;
    filter: alpha(opacity=75);
}

.whiteLabels
{
    color: White;
    font-style: oblique;
    font-size: 12px;
}

.pageTitle
{
    text-align: left;
    color: #114778;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    font-style: italic;
    margin-bottom: 5px;
    vertical-align: middle;
}

.navigationTitle
{
    text-align: left;
    color: #114778;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    display: block;
    font-style: normal;
}

.ask
{
    color: #b3cda0;
}

.review
{
    color: #a8c9ca;
}

.followup
{
    color: #a4b707;
}

.top_menu
{
    display: block;
    width: 170px;
}

.Head, .Head a
{
    margin-top:3px;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    text-align: center;
    min-height: 24px;
    width: 100%;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 24px;
    /* border: 1px solid #aaaaaa; */
    /* background: #a9c1d9 url(img/ui-bg_highlight-soft_75_a9c1d9_1x100.png) 50% 50% repeat-x; */
    /* color: #222222; */
    /* -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; */
}
.Head {
    /* background: #002766; */
    color: #002766;
    padding: 20px 0;
    padding-bottom: 5px;
    /* border-bottom: 2px solid #002766; */
    font-style: normal;
    font-size: 20px !important;
    margin-bottom: 10px;
    margin-left: 5px;
    /* border: none; */
    
  }

  #lblSubtitle.Head {
      text-align: center !important;
      margin-left: 0;
  }

.watermarkedTextBox
{
    font-style: italic;
}

.hoverMenu
{
    background-color: White;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/tool.gif) !important;
    border: 1px double #114778 !important;
    font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    font-size: 9px !important;
    color: #000063; /*opacity:.95; 	filter: alpha(opacity=95);*/
    visibility: hidden;
}

.sqButton
{
    background-color: #0050b3 !important;
    border: 1px solid #0050b3 !important;
    color: white !important;
    margin: 5px;
    padding: 4px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    font-weight: normal !important;
    border-radius: 4px;
}
.sqButtonSmall
{
    margin: 1.2px 3px 1.2px 3px;
    display: block;
    min-width: 50px;
    line-height: 12px;
    float: left;
}
.sqButton:hover
{
    border-top-style: outset;
    border-left-style: outset;
    border-bottom-style: inset;
    border-right-style: inset;
    text-decoration: none !important;
}

.popupHover
{
    background-image: url(images/header-opened.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F5F7F8;
}

table.tbl
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
    border-color: gray !important;
    font-family: 'Trebuchet MS' ,Helvetica,sans-serif;
}

table.tbl th a
{
    color: Black;
}

table.tbl th
{
    text-align: left;
    background: LightGrey;
    border-width: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray !important;
    height: 25px;
    vertical-align: middle;
    font-family: 'Trebuchet MS' ,Helvetica,sans-serif;
}
table.tbl td
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray !important;
    background-color: white;
    font-family: 'Trebuchet MS' ,Helvetica,sans-serif;
}

.noSpacing 
{
    border-spacing: 0px;
}

.noSpacing > table
{
    border-spacing: 0px;
}

.dxpgMainTable
{
    border-spacing: 0px;
}

.tblDiv
{
    border: 1px solid DarkGray;
    border-top: 0px;
}


.tooltipBlueBackground
{
    padding: 10px;
    border: 1px solid #000000;
    background-color: #DEE5EB;
    color: Black;
}

hr.hrmain
{
    width: 90%;
    text-align: center;
    background: #e5e5e5;
}

.hrmain
{
    text-align: center;
    background: url(images/hr.png);
    background-position: center;
    margin-top: 2px;
    background-repeat: no-repeat;
    width: 100%;
    height: 7px;
}


table
{
    empty-cells: show;
    color: #2b2b2b;
    border-spacing: 2px;
}



.chkList table
{
    width: 460px;
}

.chkList td
{
    text-align: left;
    padding: 0px;
    width: 230px;
}

ul
{
    margin-left: 15px;
}


.dflist, ul.dflist, ol.dflist
{
    padding-left: 5px;
}


.guideText, a.guideText
{
    font-size: 10px;
}


.q
{
    background-image: url(images/q.png);
}

.gradient
{
    background: url(images/gradient.jpg);
}
.gradientShort
{
    background: url(images/gradient-short.jpg);
    background-color: #f1f1f1;
    background-repeat: repeat-x;
}


.close-icon
{
    width: 9px;
    height: 9px;
    display: block;
    background: url(images/close.png);
    background-repeat: no-repeat;
    overflow: hidden;
    border: 0px;
}

.rounded-corners
{
    border: solid 1px #CCCCCC;
}


.inactivePanel
{
    background: white;
    top: 0px;
    left: 0px;
    height: 260px;
    width: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: relative;
}

.starred, .starred_inactive
{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(images/icons/stars.png);
}
.starred
{
    background-position: -16px 0px;
}

.tweet-container
{
    width: 66px;
    padding: 3px 0px 0px 3px;
    float: right;
    position: relative;
    margin-left: 80px;
}


.pageSubtitle, .printSubtitle
{
    width:100%;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    border: solid 1px DarkGray;
    background-color: #fffedf;
    display:block;
    margin-top:5px;
    margin-bottom:5px;
    color:#114778;
    font-weight:bold;
}

.printSubtitle
{
    border: 0px;
    background: none;
}

.saContainer
{
    border: 1px solid #999999;
    margin: 0px 5px 5px 5px;
    padding: 3px;
    text-align: center;
    min-width: 220px;
}

.saContainer span
{
    color: rgb(45, 93, 157);
    font-weight: bold;
    margin-bottom: 5px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
    z-index: 100000 !important;
}


.actionLink
{
    font-family: 'Segoe UI', Arial, Verdana;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.1em;
}

.labelClarify
{
    font-family: Cambria, Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    color: Gray;
    line-height: 1.1em;
}


.message
{
    position: fixed;
    top: 20px;
    left: 50%;
    display: none;
    text-align: center;
    margin-left: -240px;
    z-index: 11212;
    display: none;
    width: 480px;
    background: #ffffa0;
    border-radius: 5px;
    border: 2px solid white;
    filter: alpha(opacity=85);
    opacity: 0.85;
    -webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.75);
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.multi-loader {
    text-align: center;
}


#loginNamePane {
    text-align: right;
    line-height: 28px;
    position:absolute;
    top:23px;
    left:290px;
    width:574px;    
    height:40px;    
}

#loginNamePane .sitelink, a.sitelink, a.sitelink:link, a.sitelink:visited {
    color: #fff;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
}
    
#loginStatus {
    position:absolute;
    top:23px;
    left:884px;
    width:100px;    
    z-index: 3; 
    height: 28px; 
    line-height: 26px;    
}

#loginStatus img {
    margin-bottom: -4px;
    margin-right: -4px;
}

#loginStatus a.login_back {
    background-color: transparent;
    color: #fff !important;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    background: none;
    display: inline-block;
    text-decoration: none !important;
}





.pageContainer, .pageContainerInner
{
    position:relative;
   margin-left: auto; margin-right: auto;       
    }

.pageContainer
{
    width: 990px;        
    margin-bottom: 10px;
    border-bottom: 2px solid white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    background: white;
    margin-top:4px;
    margin-bottom:4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pageContainerInner
{
    width: 990px; 
    
}

.pageContainerInner .header-container {
    background-color: #002766;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.pageContainerInner .logo-title-main {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    padding-top: 15px;
    padding-left: 10px;
}

.pageContainerInner .logo-title-main img {
    margin-bottom: -4px;
}


.pageContainerInner .logo-title-main .orange-text {
    margin: 0 -9px;
    color: #fe9000;
}
ul.mainMenu li a.active
{
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #ffffff 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(67%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%,#ffffff 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%,#ffffff 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%,#ffffff 67%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%,#ffffff 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration:none;
}


ul.ribbon
{
    /*background: linear-gradient(to top, #1e5799 0%,#ffffff 0%,#7cb7e3 100%); */
}

#menuContainer
{
    /* border: 1px solid #a9a9a9; */
    font-family: 'Segoe UI' , Helvetica, Sans-Serif;
    font-weight: 400;
    font-size: 14px;
    background: #002766;
    color: #fff;
	/* background: -webkit-linear-gradient(bottom, #DBDBDB 0%,#ECECEC 100%);
	background: -moz-linear-gradient(bottom, #DBDBDB 0%,#ECECEC 100%);
	background: -o-linear-gradient(bottom, #DBDBDB 0%,#ECECEC 100%);
	background: -ms-linear-gradient(bottom, #DBDBDB 0%,#ECECEC 100%);
	background: linear-gradient(bottom, #DBDBDB 0%,#ECECEC 100%); */
	
	/* -webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1); */
    margin-bottom:8px;
         /* -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; */

}
.mainMenu,
.mainMenu ul,
.mainMenu li,
.mainMenu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	
}

/* Menu */
.mainMenu {	
	height: 40px;
	width: 960px;


	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.mainMenu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}

/* Links */

.twitter-hashtag-button.twitter-hashtag-button-rendered.twitter-tweet-button {
    margin-left: 6px;
    margin-top: 2px;
}

.mainMenu li a {
	display: block;
	padding: 0 8px;
	margin: 6px 10px;
	line-height: 28px;
	text-decoration: none !important;
	
	/* border-left: 1px solid #fff;
    border-right: 1px solid #fff; */

	font-family: 'Segoe UI' , Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 14px;

	color: #fff !important;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.3);*/

	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	-o-transition: color .4s ease-in-out;
	-ms-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
}

.mainMenu li:first-child a { border-left: none;border-right: none; }

/* .mainMenu li:first-child a:hover { color: white !important; background-color: #002766 !important;} */
.mainMenu li:last-child a{ border-right: none; }

.mainMenu li:hover > a { border-bottom: 1px solid #fff; }

/* Sub Menu */

.mainMenu ul {
	position: absolute;
	top: 40px;
	left: 0;

	opacity: 0;
	
	background: #002766;
    color: #fff;

	/* -webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px; */

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	z-index: 1102;
}

.mainMenu li:hover > ul { opacity: 1; }

.mainMenu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .35s ease .1s;
	-moz-transition: height .35s ease .1s;
	-o-transition: height .35s ease .1s;
	-ms-transition: height .35s ease .1s;
	transition: height .35s ease .1s;
}

.mainMenu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.mainMenu ul li a {
	width: 220px;
	padding: 4px 0 4px 40px;
	margin: 0;
    transition: none;
	border: none;
	/* border-bottom: 1px solid rgb(179, 179, 179); */
}

.mainMenu ul li a.PaddedLink {
    padding-left: 60px;
    width: 200px;
    
}

.mainMenu ul li a:hover {
    background-color: white;
    color: #002766 !important;
    border: 1px solid #002766 !important;
    width: 218px;
}

.mainMenu ul li a.PaddedLink:hover {
    width: 198px;
}

.mainMenu ul li a.DisabledLink:hover {
    background-color: #002766 !important;
    color: white !important;
    border: none !important;
}

/* .mainMenu ul li a.DisabledLink:after {
    position: absolute; 
    padding-left: 20px;
    content: "\005E";
    padding-top: 1px;
} */

/* .mainMenu ul li:last-child a { border: none; } */


@media print
{
    .mainMenu
    {
        display: none;
    }
    .ribbonContainer
    {
        display: none;
    }

    .pageSubtitleElement
    {
        display: none;
    }

    .mainContainer
    {
        display: none;
    }
    .pageContainer
    {
        box-shadow: 0px 0px 0px 0px #fff;
    }
}


ul.connected-list
{
    padding:0px;
    margin:0px;
    width:49%;
    
    }
ul.connected-list li
{
    width:100%;
    padding:0px;
    margin:0px;
    }    
    
    
   
.col-1-2, .col-2-3, .col-1-3, .col-separator {
    float: left;
  } 
    
.col-1-2{
    width: 49%;
}
  
.col-separator
{
    margin-left:2%;      
}
  
.col-1-3{
    width: 32.33333333%;
}

.col-2-3{
    width: 65.66666666%;
}  
  
.row:before,
.row:after
{
  display: table;
  content: " ";
}

.row:after
{
  clear: both;
}

.row-separator
{
    margin-top:10px;
}


 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    box-sizing: border-box;
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }

 .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  
.form-group .form-control {
    
}

.control-lg
{
    margin-top:7px;
  min-height: 32px;  
}

.control-lg input
{   
    padding:5px;      
}

.control-lg select
{   
    padding:5px;      
}

.control-lg span
{
    position:relative;
    top:5px;
    margin-right:10px;
}

.right
{
  text-align:right;
}

.left
{
  text-align:left;
}

.center
{
    text-align:center;
}

.top-separator
{
  margin-top:10px;
}





.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.alert
{    
    background: #002766;
    color: #fff;
    font-family: 'Segoe UI';
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    /* background: -webkit-linear-gradient(bottom, #feffa5 0%,#ffffdf  100%);
	background: -moz-linear-gradient(bottom, #feffa5 0%,#ffffdf  100%);
	background: -o-linear-gradient(bottom, #feffa5 0%,#ffffdf  100%);
	background: -ms-linear-gradient(bottom, #feffa5 0%,#ffffdf  100%);
	background: linear-gradient(bottom, #feffa5 0%,#ffffdf  100%); */
    }

    .alert.ui-corner-all {
        border: none;
    }
    
.loader{height:2px; width:100%;display:block;overflow:hidden;position:relative;position:absolute;top:0px;}
#loadLine{position:absolute;left:-500px;top:0px;background:#c5c5c5;height:2px; width:500px;display:block;border-top:1px #9e9e9e;}    

#alertDetails {
    border: none;
    border-width: 0;
    top: 6px;

}
#alertDetailsContainer table a {
    color: white !important;
    font-weight: normal !important;
}

.userDataCell a {
    color: white !important;
}

.ctrl
{
    width: 140px;
}
.lbl
{    
width: 140px;
}

.label-col
{    
    text-align:right;
    font-weight: bold;
    color: #114778;
}

.box-item {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); 
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); 
    border: 1px solid rgba(0, 0, 0, 0.15);
}

div.floating-menu 
{
    position:fixed;
    background: rgb(98, 132, 167);
    border:1px solid #a9c1d9;
    width:50px;
    z-index:1005;
}
div.floating-menu a, div.floating-menu h3 
{
    display:block;margin:0 0.5em;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
 
.vertical-text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}



.home-page-panel
{
    /* background-color: #FFF; color: #5D5D5D;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); 
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); 
    border: 1px solid rgba(0, 0, 0, 0.15); */
    width: 100%; margin-top: 10px;
}

.ui-datepicker-trigger
{
display: none;
}

dl.popupForm {
    width:100%;
    clear:both;
    display:block;
    float:left;
}

dl.popupForm > dt {
    margin:0px;
margin-top:10px;
float:left;
clear:left;
width:130px;
text-align:right;
color: #114778;
padding:0px;
padding-right: 10px;

}

dl.popupForm > dt.required {
font-weight:bold;
}

dl.popupForm > dd {
float:left;
margin:0px;
padding:0px;
margin-top:10px;
clear:right;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.home-page-panel-nps {
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
}

.home-page-panel-nps .dashboard-item-header {
    background: #fff;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    display: block;
    float: left;
    clear: both;
    filter: none;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}

.home-page-panel-nps .dashboard-item-header-text {
    color: #5d5d5d;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    font-weight: normal;
    padding-left: 10px;
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 7px;
}

.home-page-panel-nps .dashboard-splitter-pane {
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    border: 1px solid #d9d9d9;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    height: 348px;
}

.home-page-panel-nps .borderShow {
    border: none;
}
