html {
    height: 100%
}

body {
	font-family: 'Brasley', sans-serif !important; /* Added !important to overide Salesforce email style */
	color: #414141;
	font-weight: 300;
    font-size: 14px !important; /* Added !important to overide Salesforce email style */
    background-color: #FFF  !important; /* Added !important to overide Salesforce email style */ /* Removed - need to add class to element */
	}
	
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  	font-weight: 300;
    color: #414141;
}

.h1, h1 {
  	font-size: 33px;
}

.h2, h2 {
  	font-size: 28px;
}
	
@media (max-width: 992px) {

.h1, h1 {
  	font-size: 30px;
}
    
.h3, h3 {
  	font-size: 22px;
}

.h4, h4 {
  	font-size: 16px;
}

.h1, .h2, .h3, h1, h2, h3 {
  	margin-top: 10px;
  	margin-bottom: 5px;
}

.h4, .h5, .h6, h4, h5, h6 {
  	margin-top: 5px;
  	margin-bottom: 5px;
}

}

.header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar {
    font-size: 17px;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #FFF;
    border-color: #FFF;
}

.navbar-brand {
    padding: 0px 15px;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
    
}

.text-right {
	text-align: -webkit-right;
}

.user-thumbnail {
    position: absolute;
    top: 5px;
    border-radius: 50%;
    border: 1px solid #EAEDEF;
}

.user-name {
    margin-left: 50px;
    margin-right: 5px;
}

.login-page {
	background-color: #51626F;
	}

.nav.nav-tabs.tabs-login>li {
    float: right;
}

.nav-tabs.tabs-login>li.active>a, .nav-tabs.tabs-login>li.active>a:focus, .nav-tabs.tabs-login>li.active>a:hover {
    background-color: #EAEDEF;
}

.nav-tabs.tabs-login>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
}

.nav-tabs.tabs-login>li>a {
    margin-right: 0px;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #d4d8da;
}

.cw-login-page {
	background-color: #1266FA;
	background: linear-gradient(#1266FA, #1266FA);
    padding: 40px;
	}
	
a {
	color: #202A5A;
	}
	
a.underline-link {
	text-decoration:underline;
	}

h4.media-heading>a:hover {
    text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}


img.media-object {
  max-width: initial;
}

img.media-object.round {
  border-radius: 50%;
}

a:hover p.media-heading {
    text-decoration: underline;
}

.ordered-num ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.ordered-num li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.ordered-num li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

.ordered-num li li {
    margin: 0;
}

.ordered-num li li:before {
    content: counters(item, ".") " ";
}
	
.jumbotron {
	background-color: #EAEDEF;
	}
	
.home-page-content {
  	margin-top: 50px;
  	margin-bottom: 100px;
}
.home-page-text {
    color: #2467F5;
}
	
.page-content {
  	/*margin-top: 20px;*/
  	margin-bottom: 100px;
	}
	
.container-spacer {
  	margin-top: 40px;
  	margin-bottom: 40px;
	}

.spacer {
  	margin-top: 30px;
  	margin-bottom: 30px;
	}
	
.light {
	font-weight: 300; 
	}
	
.white {
	color: #FFFFFF;
}

.green {
	color: #77b800;
}

.red {
	color: #d90000;
}

.orange {
    color: orange;
}

.blue {
	color: #0072cf;
}	

.teal {
	color: #12aa81;
}

.darkblue{
	color:#006991;
	}

.cyanblue{
	color:#00AEEF;
	}

.cwblue {
	color: #3f66a3; 
	}

.white-bg{
	background-color:#FFF;
	}

.red-bg{
	background-color: #d90000;
	}

.Grey-bg{
    background-color:#d3d3d3;
}

.orange-bg{
	background-color: orange;
	}
.CONF_Orange-bg{
    background-color: #FF693C; 
}
.CONF_Blue-bg{
    background-color: #1266FA;
}
.CONF_Dark_Blue-bg{
    background-color: #202A5A;
}
.CONF_Green-bg{
    background-color: #00CCAA;
}
.black-bg{
	background-color: black;
	}

.yellow-bg{
	background-color: #c99700;
	}
	
.grey-bg{
	background-color:#EAEDEF;
	}
	
.corp-grey-bg{
	background-color:#51626F;
	/*background-image: url('../images/grey-background.png');
  	background-repeat: repeat-x;*/
	}

.cw-darkblue-bg{
	background-color:#124b8e;
	}

.cw-lightblue-bg{
	background-color:#0a78a9;
	}

.green-bg{
	background-color:#77b800;
	}
	
.blue-bg{
	background-color:#0072cf;
	}	
	
.cwblue-bg{
	background-color:#3f66a3;
	}

.adpt-grey-bg{
	background-color:#939598;
    color: #FFF;
	}


.adpt-darkblue-bg{
	background-color:#1266FA;
    color: #FFF;
	}

.adpt-cyanblue-bg{
	background-color:#00AEEF;
    color: #FFF;
	}

.home-search-input{
	height: 70px;
	font-size: 20px;
	}

.home-search-input-live{
	height: 70px;
	font-size: 20px;
    margin-top: 5px;
	}

.sm-search-input-live{
	height: 46px;
	font-size: 18px;
    margin-top: 5px;
	}

.search-select {
    height: 70px !important;
    font-size: 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #51626F;
    border-radius: 0px;
}


.search-select-sm {
    height: 46px !important;
    font-size: 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #51626F;
    border-radius: 0px;
}
	
.home-search-bar{
	background-color: #EAEDEF;
  	padding: 25px;
	}

.search-sm {
    padding-bottom: 48px;
    background-color: transparent;
}

.home-search-banner {
    background-color: #2467F5;
    background-size: cover;
    background-repeat: no-repeat;
}


@media (max-width: 768px) {
    .home-search-banner {
    	background: initial;
    	background-color: initial;
    }
    
}

.banner-static {
    margin-bottom:30px;
    position: relative;
}

.idea-search-banner {
    background: url("http://www.cqs.co.za/wp-content/uploads/2016/05/idea-search-bg.png");
    background-color: #006991;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: right center;
}

.home-search-banner>div>h1 {
	color: #FFF;
    font-size: 38px;
    margin: 0;
    padding: 0;
}

.home-search-banner>div>.home-search-bar {
	margin: 30px 0 60px 0;
} 


.GS-banner {
    background-color: #1266FA;
}

.GS-banner p {
	color: #FFF;
}

.GS-banner h1 {
	color: #FFF;
    font-size: 38px;
    margin: 0;
    padding: 0;
}

.gs-content {
	margin-bottom: 100px;
}


.UP-banner {
    background-color: #006991;
    padding-top: 30px;
    margin-bottom: 50px;
}

.UP-banner p {
	color: #FFF;
}

.UP-banner h1 {
	color: #FFF;
    font-size: 38px;
    margin: 0;
    padding: 0;
}

.UP-banner p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.PU-banner {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 380px;
}
@media (max-width: 992px) {
    .hidden-mobile-banner {
        height: inherit;
    }
}

.banner-overlay {
    background-color: rgba(0, 174, 239, 0.9);
    height: 100%;
    width: 100%;
    position: absolute;
}

.PU-banner h1 {
	color: #FFF;
    font-size: 38px;
    margin: 0;
    padding: 0;
}

.PU-banner p {
    color: #FFF;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;

}

.PU-banner p.ev-info {
    color: #FFF;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;

}

.PU-banner li {
	font-size: 17px;
}

.PU-banner-light {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 380px;
}

.PU-banner-light h1 {
	color: #51626F;
    font-size: 38px;
    margin: 0;
    padding: 0;
}

.PU-banner-light p {
    color: #51626F;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.PU-banner-light li {
	font-size: 17px;
}

.banner1-cw2016 {
	background: url(https://c.eu0.content.force.com/servlet/servlet.ImageServer?id=01520000004Sw8x&oid=00D20000000BO9d) center center;
}

.banner2-cw2016 {
	background-color: #EAEDEF;
}

.banner3-cw2016 {
	background: url(https://c.eu0.content.force.com/servlet/servlet.ImageServer?id=01520000004Sxcy&oid=00D20000000BO9d) center center;
}

.banner4-cw2016 {
	background: url(https://c.eu0.content.force.com/servlet/servlet.ImageServer?id=01520000004SzE0&oid=00D20000000BO9d) center center;
}

.banner5-cw2016 {
	background: url(https://c.eu0.content.force.com/servlet/servlet.ImageServer?id=01520000004Sxwt&oid=00D20000000BO9d) center center;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}
	
.login-bar{
	background-color: #EAEDEF;
  	padding: 25px;
	}
	
@media (max-width: 768px) {

.home-search-input-live {
	margin-bottom: 20px;
    font-size: 14px;
    height: 46px;
	}
    
.search-select {
    font-size: 11px;
    height: 46px !important;
	}
    
.btn-search {
    padding: 10px 25px !important;
    font-size: 17px !important;
}
  
.search-pos {
    display: table-row;
    }    
    
.exp-cat {
    padding: 4px 10px;
}
    
#collapseCategory label.checkbox-group {
  padding: 10px 10px 10px 30px;
}   
    
	
.xs-padding0 {
  	padding: 0px !important;
	}
	
.home-search-bar{
	background-color: #006991;
	}
	
.xs-center {
	text-align: center;
    text-align: -webkit-center;   
	}
	
.xs-marginbottom {
  	margin-bottom: 30px;
	}
    
.no-float {
    float: none !important;
    }
}


@media (max-width: 992px) {
	
.sm-marginbottom {
  	margin-bottom: 30px;
	}
.container-spacer {
    margin-top: 20px;
    margin-bottom: 20px;
	}
.spacer {
    margin-top: 20px;
    margin-bottom: 20px;
	}
}

.padding0{
  	padding: 0px !important;
	}

.pd0{
  	padding: 0px !important;
	}
	
.padding10{
  	padding: 10px;
	}

.padding20{
  	padding: 20px;
	}
	
.padding30{
  	padding: 30px;
	}

.pd20{
  	padding: 20px;
	}

.pd30{
  	padding: 30px;
	}
	
.padding40{
  	padding: 40px;
	}

.paddingtb20{
  	padding-top: 20px;
  	padding-bottom: 20px;
	}

.pdt20{
  	padding-top: 20px;
	}

.pdtb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
	
.margin0 {
  margin: 0px !important;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.marginbottom50 {
  margin-bottom: 50px;
}

.mg0 {
  margin: 0;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb50 {
  margin-bottom: 50px;
}

.margintop40 {
  margin-top: 40px;
}

.mgt0 {
  margin-top: 0px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt100 {
  margin-top: 100px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr30 {
  margin-right: 30px;
}

.mgr40 {
  margin-right: 40px;
}

.mgr50 {
  margin-right: 50px;
}
.mgl50 {
  margin-left: 50px;
}

.margintop40 {
  margin-top: 40px;
}

.mgtb10 {
   margin-top: 10px;
   margin-bottom: 10px;
}

.mgtb20 {
   margin-top: 20px;
   margin-bottom: 20px;
}

.mgtb50 {
   margin-top: 50px;
   margin-bottom: 50px;
}

.mgtb100 {
   margin-top: 100px;
   margin-bottom: 100px;
}

.grey-bd {
    border: 1px solid #EAEDEF;
    padding: 30px 20px;
}

.control-label{
    padding-top:7px;
    margin-bottom:0;
    text-align:right
    }


.cat-labels {
    margin: 5px 0;
}

.label {
    font-size: 80%;
}

.btn-search {
	color: #FFF;
	background-color: #FF693C;
	border: 1px solid transparent;
	padding: 20px 35px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;  
	}

.btn-search:hover {
	color: #FFF;
	background-color: #FF693C;
    transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out; 
    cursor: pointer;
	}


.btn-search-sm {
	color: #FFF;
	background-color: #FF693C;
	border: 1px solid transparent;
    padding: 8px 35px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;  
	}

.btn-sm {
	color: #51626F;
	background-color: #FF693C;
	border: 1px solid transparent;
    padding: 2px 10px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;  
	}
/*--------Edited by Tshepo---------*/
.btn-search-xxsm {
	color: #FFF;
	background-color: #FF693C;
	border: 1px solid transparent;
    padding: 4px 30px;
    width:100%;
   
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;  
	}

.btn-search-xxxsm {
	color: #FFF;
	background-color: #FF693C;
	border: 1px solid transparent;
    padding: 4px 30px;
    width:100%;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;  
	}

.btn-search-xsm {
	color: #FFF;
	background-color: #FF693C;
	border: 1px solid transparent;
    padding: 6px 30px;
   
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;  
	}


.btn-search-sm:hover {
	color: #FFF;
	background-color: #FF693C;
    transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;  
	}

.btn-sm:hover {
	color: #006991;
	background-color: #FF693C;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;  
	}

.btn-adpt {
  color: #FFF;
  background-color: #FF693C;
  border: 1px solid transparent;
  padding: 8px 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;
  font-size: 17px;
}

.btn-banner {
  color: #FFF;
  background-color: #FF693C;
  border: 1px solid transparent;
  padding: 8px 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;
  font-size: 17px;
}

.btn-box {
  color: #FFF;
  background-color: #FF693C;
  border: 1px solid transparent;
  padding: 8px 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;
  font-size: 17px;
  width: 100%;
  text-align: center;
}

.btn-banner-light {
  color: #51626F;
  background-color: #FF693C;
  border: 1px solid transparent;
  padding: 8px 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;
  font-size: 17px;
}

.btn-cqs {
  color: #FFF;
  background-color: #FF693C;
  border: 1px solid transparent;
  padding: 8px 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;  
}

.btn-cw {
  color: #FFF;
  background-color: #FF693C;
  border: 1px solid transparent;
  padding: 8px 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; 
  display: inline-block;  
}



.btn-offw {
  color: #51626F;
  background-color: #FF693C;
  border: 1px solid transparent;
  padding: 8px 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; 
  display: inline-block;  
}

.btn-tb {
  color: #51626F;
  background-color: #FF693C;
  border: 1px solid transparent;
  padding: 5px 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; 
  display: inline-block;  
}

.btn-dl {
    color: #FFF;
    background-color: #FF693C;
    border: 1px solid transparent;
    padding: 16px 36px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn-vote {
    background-color: #FF693C;
    padding: 8px 30px 5px 30px;
    display: inline-block;
    font-size: 20px;
    line-height: initial;
    margin: 5px;
}

.btn-la-online {
	color: #fff;
    background-color: #FF693C;
    border-color: #FF693C;
    display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 30px 5px 30px;
}

.btn-la-offline {
    color: #fff;
    background-color: #FF693C;
    border-color: #FF693C;
    display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 30px 5px 30px;
}

.btn-banner-light:hover {
  color: #FFF;
  background-color: #FF693C;
}

.btn-vote.up:hover {
  color: #FFF;
  background-color: green;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; 
}

.btn-vote.down:hover {
  color: #FFF;
  background-color: red;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;  
}

.vtd {
  color: #FFF;  
  background-color: green; 
}

.nvtd {
  color: #FFF;  
  background-color: red; 
}

.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

.btn-dl:hover {
  color: #FFF;
  background-color: #006991;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;  
  cursor: pointer;  
}

.btn-adpt:hover {
  color: #FFF;
  background-color: #006991;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;  
  cursor: pointer;  
}

.btn-banner:hover {
  color: #51626F;
  background-color: #EAEDEF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;  
  cursor: pointer;  
}

.btn-box:hover {
  color: #51626F;
  background-color: #EAEDEF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;  
  cursor: pointer;  
}

.btn-offw:hover {
  color: #FFF;
  background-color: #006991;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; 
  cursor: pointer;  
}

.btn-cqs:hover {
  color: #FFF;
  background-color: #5c7f92;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;  
  cursor: pointer;  
}

.btn-cw:hover {
  color: #FFF;
  background-color: #5c7f92;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn-tb:hover {
  color: #FFF;
  background-color: #006991;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;  
}
	
@media (max-width: 1200px) {
.btn-search {
	color: #FFF;
	background-color: #00AEEF;
	border: 1px solid transparent;
	padding: 20px 36px;
	font-size: 20px;
	}
}

hr.footer-link {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #D2D2D2;
}

hr.sidebar {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #EAEDEF;
}

.list-spacer {
  margin-top: 15px;
  margin-bottom: 15px;
}


.event-date {
  background-color: #3f66a3;
  color: #FFF;
  border-radius: 60px;
  width: 95px;
  height: 95px;
}

legend {
	font-size: 18px !important;
	}
	
label {
	font-weight: inherit !important;
}

.opacity30 {
	  opacity: 0.3;
	}
	
.large{
	font-size: large;
	}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 8px 0px;
}

button#menu1 {
  font-size: 18px;
  font-weight: 300;
  border-color: transparent;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}



@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

label.checkbox-group {
  background-color: #EAEDEF;
  padding: 10px;
  width: 100%;
  font-size: 15px;
}

label.checkbox-group:hover, label.type-group:hover, label.status-group:hover, label.checkbox-group.cat-child:hover {
    background-color: #DFE4E6;
    cursor: pointer;
} 

#collapseCategory label.checkbox-group {
  padding: 10px 10px 10px 30px;
}

label.selected {
  	background-color: #1266FA !important;
  	color:#FFFFFF !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

label.checkbox-group.cat-child {
    background-color: #F5F5F5;
    padding: 10px;
    width: 90%;
    font-size: 15px;
	margin-left: 10%;
}

.exp-cat {
    position: absolute;
    padding: 7px 10px;
}

div.selected>span>.exp-cat {
    color: #FFF !important;
}

.checkbox-group input[type=radio] {
    display: none;
}


label.type-group {
    background-color: #EAEDEF;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

#contentType {
    display: inline-block;
}

.type-group input[type=radio] {
    display: none;
}

.active-tick {
    float: right;
    text-align: right;
    color: #FFFFFF;
}

.filter-arrow {
    float: right;
    top: 4px;
}


/*
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #77b800;
  border-color: #77b800;
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #EAEDEF;
	border-radius: 5px;
	}
	
.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #EAEDEF;
	}
	
*/

.pager-nav {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #EAEDEF;
	border-radius: 5px;
	}

.view-more {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #EAEDEF;
    border-radius: 5px;
    width: 100%;
}

.pager-nav:hover, .np:active {
	text-decoration: none;
	background-color: #EAEDEF;
	}

.view-more:hover{
	text-decoration: none;
	background-color: #EAEDEF;
	}
	
.arrow-align {
	top: 4px;	
	}
	
a:focus, a:hover {
  	text-decoration: none;
	}

img.home-icon {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

img.home-icon:hover {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

div#ui-datepicker-div {
    font-family: inherit;
    color: inherit;
}

.ui-widget-header {
    border: none;
    background: none;
    color: inherit;
    font-weight: inherit;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #EAEDEF;
    background: none;
    font-weight: normal;
    color: inherit;
}

a.ui-state-default.ui-state-active {
    color: #FFFFFF;
    background-color: #77b800;
}

a.ui-state-default:hover {
    background-color: #EAEDEF;
}

a.ui-state-default.ui-state-highlight {
    background-color: #EAEDEF;
}

.ui-widget-header .ui-icon {
    opacity: 0.7;
}

.helpOptions {
	margin: 50px 0px;
}

.uploadFile {
    background-color: #EAEDEF;
    padding: 10px;
}

.bi {
    border-right: 2px dotted #51626F;
}

.error-list {
    padding-left: 40px;
    padding-right: 40px;
    border-color: none !important;
    border: none !important;
 	border-radius: 0px !important;
}

.error-list::before {
    content: "Validation Errors";
    font-size: 20px;
}

div.starRatingPanel {
    display: inline-table !important;
}

.email-overflow {
    overflow-y: auto;
}

/* Custom Nav tabs for Search results */

.cusnt {
    border-bottom: none;
}

.cusnt > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.cusnt {
    text-align:center;
}

.cusnt>li.active>a, .cusnt>li.active>a:focus, .cusnt>li.active>a:hover {
    color: initial;
    cursor: default;
    background-color: initial;
    border: none;
    border-bottom-color: #00AEEF;
    border-bottom: 5px solid #00AEEF;
}

.cusnt>li>a {
    font-size: 18px;
}

.cusnt>li>a>img {
    display: inline-block;
    margin-right: 7px;
}

.cusnt>li>a {
    padding: 10px 40px;
}



.user-feed-round {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.user-feed-reply-round {
    border-radius: 50%;
	margin-right: 5px;
    display: inline-block;
}

.idea-status {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    margin: 5px 0;
}


.home-icon {
    background-color:#EAEDEF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    height: 100%;
}

.home-icon:hover h3, .home-icon:hover h4 {
    color: #FFF;
}

.home-icon:hover {
    background-color: #006991;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    cursor: pointer;
    color: #FFF;
    height: 100%;
}


/* Accordian skin */

.panel-group .panel {
    border-radius: 0px;
    margin-top: 5px;
}

.panel {
    border-radius: 0px;
}

.panel-default {
    border-color: #EAEDEF;
}

.panel-default>.panel-heading {
    color: #51626F;
    background-color: #EAEDEF;
    border-color: #FFF;
}

.panel-heading {
    padding: 15px 15px;
}

.panel-body {
    padding: 30px 15px;
}

.panel-heading .accordion-toggle:before {
    font-family: 'Glyphicons Halflings'; 
    content: "\e114";
    margin-right: 10px;
    color: #00AEEF;
}
.panel-heading .accordion-toggle.collapsed:before {
    content: "\e080"; 
    margin-right: 10px;
    color: #51626F;
}

/* Accordian skin END */


/* vertical align div */

.display-table{
    display: table;
    table-layout: fixed;
}

.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/* vertical align div END */

.cqs-logo-ft {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}

.caseselect select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.block-counter {
    background-color: #EAEDEF;
    padding: 10px;
    display: inline-block;
    text-align: center;
    float: right;
    margin: 0 3px;
    width: 100px;
}

.block-counter .num {
    font-size: 17px;
    display: block;
    font-weight: 500;
}

.media {
    margin-top: 0;
}

.panel-body {
    padding: 15px;
}

span.dateFormat {
    display: none;
}


/*Equal Height bootstrap columns*/	
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}


.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.modal-content {
    border-radius: 0px;
}

/*Bootstrap drop down dissapearing issue*/	

li.dropdown {
    display: block !important;
}

/*Bootstrap drop down dissapearing issue END*/	


/*Equal Height bootstrap columns End*/	

.form-control {
    border: 1px solid #e4e4e4;
    border-radius: 0px;
}

/* Escalation form */
span.dateFormat {
    display: none;
}

#ber2, #ber3, #ber4, #ber5 {
    display: none;
}


.tooltip-inner {
    background-color: #51626F;
    opacity: 1;
}


/* Case page controls */
select[name="opencasetable_length"], input[aria-controls="opencasetable"], select[name="trainingtable_length"], input[aria-controls="trainingtable"]  {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.paginate_button {
    position: relative;
    float: left;
    padding: 6px 12px !important;
    margin-left: -1px !important;
    line-height: 1.42857143;
    color: #337ab7 !important;
    text-decoration: none !important;
    background-color: #fff;
    border: 1px solid #ddd !important;
}

.table td {
    color: #51626F;
}

.current {
    color: #51626F !important;
    border: 1px solid #cacaca;
    background-color: #EAEDEF;
    background: -webkit-gradient(top, #EAEDEF 100%, #EAEDEF 100%)  !important;
    background: -webkit-linear-gradient(top, #EAEDEF 100%, #EAEDEF 100%)  !important;
    background: -moz-linear-gradient(top, #EAEDEF 100%, #EAEDEF 100%)  !important;
    background: -ms-linear-gradient(top, #EAEDEF 100%, #EAEDEF 100%)  !important;
    background: -o-linear-gradient(top, #EAEDEF 100%, #EAEDEF 100%)  !important;
    background: linear-gradient(to bottom, #EAEDEF 100%, #EAEDEF 100%)  !important;
}

/* Case page controls END */

/* Escalation form END */

/* Vertical center Modal */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* Vertical center Modal END */

/* Calendar */

.fc-day-header {
    background-color: #00AEEF;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #FFF;
}

.fc-unthemed .fc-today {
    background: #EAEDEF;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #f1f1f1;
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 3.1em;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px !important;
}

.fc-prev-button, .fc-next-button {
    background-color: #FFF;
}

.fc-toolbar {
    background-color: #EAEDEF;
    padding: 30px 15px;
    margin-bottom: 0;
}

.fc-toolbar h2 {
    font-weight: 500;
}

.fc-state-active, .fc-state-down {
    box-shadow: none;
}

.fc-content {
    padding: 5px 2px;
}

.fc-event {
    border-radius: 0px;
}

.fc-day-grid-event {
    cursor: pointer;
}

tr.fc-list-item {
    cursor: pointer;
}

.trainer-thumbnail {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #EAEDEF; 
    margin-right: 5px;
    margin-left: 5px;
}

.table-radio td {
    padding-right: 5px !important;
}

.table-radio-input {
    margin-right: 5px !important;
}


/* Calendar END */

.training-course {
    display: inline-block;
}

.fa-text {
    vertical-align: middle;
    margin-right: 10px;
}

.fa-label {
	width: 30px;
}

@media (min-width: 992px) {
    .col-bd {
        border-right: 1px solid #FFFFFF;
        border-left: 1px solid #FFFFFF;
    }
}

.form-alert {
    font-weight: bold;
    color: #d2232a; 
    padding-top: 5px;
    display: none;
}

.badgez {
    display: inline-block;
    min-width: 10px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: inherit;
    border-radius: 5px;
}

/* Change Menu Breakpoint */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/* Change Menu Breakpoint END */


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #00AEEF;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-badge.grey {
    color: #51626F;
    background-color: #EAEDEF !important;
}

.timeline-badge.blue {
    background-color: #00AEEF !important;
}

.timeline-badge.grey {
    color: #51626F !important;
    background-color: #EAEDEF !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}

th.tb-head {
    background-color: #006991;
    color: #FFF;
    font-size: 19px;
}

p.cg-info {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 200;
}

.cg-panel-heading {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-hover.pointer tbody tr:hover td, .table-hover.pointer tbody tr:hover th {
    cursor: pointer;
    background-color: #006991;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.panel-primary>.panel-heading {
    color: #006991;
    color: #FFF;
    border-radius: 0px;
}

.panel-primary {
    border-color: #eaeaea;
}

.status-icon {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.notification-area {
    position: inherit;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
}

.notification {
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
	opacity: 0.9;
    padding: 2px 0;
    font-weight: 400;
    color: #FFF;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}