/* @charset "utf-8"; */

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,500,900&subset=latin,latin-ext);

img{ border: none !important; }

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 30px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-120 {
    padding-top: 120px;
}

/*
@media (min-width: 768px) {
	html{font-size:16px;}
	input.form-control, select.form-control {
		height: 2.4rem;
	    font-size: 1.6rem;
	    line-height: 2.4rem;
	}
	textarea.form-control{
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}
@media (min-width: 992px) {
	html{font-size:16px;}
}
@media (min-width: 1200px) {
	html{font-size:16px;}
} */

/* label{
	font-size:1.4rem;
} */

/*p,div.errorMsg{
	font-size:1.2rem;
}

select.form-control{
	padding:0px 12px;
}

input[type="checkbox"]{
	height: 1.1rem;
	width: 1.1rem;
	bottom: 1px;
}

input[type="checkbox"]+div{
	margin-left:10px;
} */

/* a.contactDefinitions{
	font-size:1.2rem;
} 

.btn{
	width:100%;
}
*/
.form-group label{
	font-weight:normal;
}

/*Support Header*/

/* First block with logo */
.login {
    background-image:url("{!URLFOR($Resource.loginbg3)}");
    background-repeat:no-repeat;
    background-size:cover;
}
.train_banner {
    background-image:url("{!URLFOR($Resource.training_header)}");
    background-repeat:no-repeat;
    background-size:cover;
}

.support_banner {
    background-image:url("{!URLFOR($Resource.support_header)}");
    background-repeat:no-repeat;
    background-size:cover;
    
}
#page_top{
	background-color: #0078c8;
	min-height: 5rem;
	display: block; 
	padding-left: 24px;
    padding-right: 24px;
    color: #FFFFFF;
}
#t_page_top{
	background-color: #0078c8;
	height: 5rem;
	display: block; 
	padding-left: 24px;
    padding-right: 24px;
    color: #FFFFFF;
}
#at_logo{
	/*display: inline-block;*/
	float: left;
	/*width: 200px;
	height: 40px;*/
	margin-top:24px;
	margin-bottom:24px;
}

.hb-image{
	margin-top:9px;
	margin-bottom:9px;
}

/* Next block w/ background image, page title, search box and icons */
#page_header{
	width: 100%;
	height: 110px;
	display: block;
	background-color: #003F6B;
    /*background-image:url('{!URLFOR($Resource.page_header_background)}');*/
	background-repeat:no-repeat;
	background-size:cover;
	color: #FFFFFF;
}
#t_page_header {
	width: 100%;
	height: 60px;
	display: block;
	background-color: #003F6B;
	/*background-image:url('{!URLFOR($Resource.page_header_background)}');*/
	background-repeat:no-repeat;
	background-size:cover;
    padding:1em 2em 2em 2em;
	color: #FFFFFF;
}
/* Row with page title & search bar */
#search_row_container{
	padding:1em 2em 2em 0em;
	/*margin-left:5em;*/

}
/*#t_search_row_container{
	padding:1em 2em 2em 0em;
	margin-left:5em;
}*/
.page_title{ /* "Support Center" */
	/*position:absolute;
	left:1px;
	font-size: 34pt;
	font-weight: 900;
	margin-left:10%;*/
    position:relative;
    /*display:inline-block;*/
    top:-5px;
    left:10px;
    vertical-align:middle;
    color:#fff;
	font-size: 2.2rem;
	font-weight: 900;
}
.t_page_title{ /* "Training Center" */
	position:relative;
    display:inline-block;
    top:-5px;
    left:10px;
    vertical-align:middle;
    color:#fff;
	font-size: 28pt;
	font-weight: 900;
	/*margin-left:50%;*/
}

/* Search box in search row container */
.search_box, #search_box{
	position:relative;
	top:10px;
	display: inline-block;
	width: 100%;
	height: 36px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.header_search {
    background-color: transparent;
    border:1px solid #fff;
    color:#fff;
}
.header_search:active,
.header_search:focus {
    background-color:#fff;
    color:#666;
}
.header_search::-moz-placeholder {
  color: #ddd; 
  opacity: 1;
    font-size:0.8rem;
}
.header_search:-ms-input-placeholder {
  color: #ddd;
    font-size:0.8rem;
}
.header_search::-webkit-input-placeholder {
  color: #ddd;
    font-size:0.8rem;
}

.logout {
   /* background-color:#0078c8;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0.5em;
    border-bottom-left-radius:0.5em;
    padding-top:.2em;
    position: absolute;
    right: 30px;
    top: 190px;*/
    background-color:#0078c8;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0.5em;
    border-bottom-left-radius:0.5em;
   /* padding-top:.2em;*/
    position: relative;
   /* right: 30px;
    top: 80px;*/
    color:#fff;
    z-index:2000;
    margin-right:2.2em;
}
.t_logout {
    background-color:#0078c8;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0.5em;
    border-bottom-left-radius:0.5em;
   /* padding-top:.2em;*/
    position: relative;
 /*   right: 30px;
    top: 80px;*/
    color:#fff;
}
.logout a, .t_logout a{
    color:#fff;
}	
.logout_link, .t_logout_link {
	color:white;
	font-size:1.4rem;
}
/*Icons at the top right of the page header */
.ico_chat, .ico_mail,.ico_phone, .hb-menu, .nav-icon {
	margin-left:.5rem;
    margin-right:.5rem;
    width:1.8rem;
    height:1.8rem;
	/*float:left;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;*/
    /*height:100%;
    width:100%;*/
}

.phone_table tr:hover {
    background-color:rgba(255,255,255,0.2);
}
/* End Header */

.white-box{
    padding: 16px;
    border:2px solid white;
    border-radius:15px;
    z-index:1002;
    overflow: auto;
    margin-top:6em;
    color:#fff;
}
.loginBox {
    padding: 16px;    
    border-radius:0;
    z-index:1002;
    overflow: auto;
    /*margin-top:6em;*/
    background-color: rgba(0, 0, 0, 0.6);
    color:#fff;
}
.loginBox a.sm_link,
.white-box a.sm_link {
    color:white;
    font-size:small;
}
/* All the blue buttons */
.std_btn{
	display: inline-block;
	height: 40px;
	min-width: 116px;
	font-size: 14pt;
	color: #ffffff;
	background-color: #0078c8;
	cursor:pointer;
	border:0px;
}

/* Small grey text column headers */
.col_header {
	font-size: 1em;
	color: #999999;
    background-color:#fff;
   /* line-height:2em;*/
    text-align:left;
    border-bottom:1px solid #dcdcdc;
}
.col_header th {
    padding:5px;
    
}

/* Grey background, light blue text */
.box_title {
	background-color: #DCDCDC;
	border: 1px solid #CCCCCC;
	font-size: 1.4rem;
	font-weight: bold;
	color: #00AAD2;
	display:block;
	padding: .5em;
}
.box_title h3 {
	font-size: 1.1rem;
	font-weight: bold;
    margin:0;
}
.box_title h2{
	font-size: 1.2rem;
	font-weight: bold;
    margin:0;
}

/* All grey boxes */
.box{
	background-color: #F2F2F2;
	border: 1px solid #DCDCDC;
	height:100%;
}
/* Grey box content */
.box_content{
	padding:1em;
}

/* Training Boxes */
/* Grey background/white text in header, white background/grey text in body */
.t_box_title {
	background-color: #a3a3a3;
	border: 1px solid #999;
	font-weight: normal;
	color: #fff;
	display:block;
	padding: 6px;
}

table.t_box th {
	background-color: #a3a3a3;
	border: 1px solid #999;
	font-weight: normal;
	color: #fff;
}
/* All grey boxes */
.t_box {
	background-color: transparent; /*#FFF;*/
	border: 1px solid #999;
	height:100%;
    color:#333;
}
/* Grey box content */
.t_box_content{
	padding:1.5em;
}

/* Used to apply the input_box styling to dependent select lists using a container */
div.dependentContainer select {
	background-color: transparent; /*#FFFFFF;*/
	border: 1px solid #999999;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  /* font-size: 14px; use default */
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  /*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;
}
div.dependentContainer-error select{
	background-color: #f2dede !important;
	border-color: #a94442 !important;
}

div.dependentContainer select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
div.dependentContainer select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
div.dependentContainer select:-ms-input-placeholder {
  color: #999;
}
div.dependentContainer select::-webkit-input-placeholder {
  color: #999;
}
div.dependentContainer select::-ms-expand {
  background-color: transparent;
  border: 0;
}
div.dependentContainer select[disabled],
div.dependentContainer select[readonly]
{
  background-color: #eee;
  opacity: 1;
}
#search_btn{
	width: 100px;
	height: 36px;
	font-size: 1.8rem;
	color: #FFFFFF;
	background-color: #EA7600;
	margin-right: 21px;
}



/* Support summary block */
#support_dash{
	width: 100%;
	height: 262px;
	margin-bottom: 24px;
}
#support_header{
	font-size: 2.8em;
	color: #000000;
	font-weight:lighter;
}
.blue{ /* 5 Open Cases */
	color: #00AAD2;
}
.primary1 { /* light blue*/
    color: #00AAD2;    
}
.primary2 { /* medium (Aspen) blue*/
    color: #0078c8;
}
.primary3 {  /* dark blue */
	color: #003F6B;
}
.secondary {  /*orange*/
    /*color: #EA7600;*/
    color: #EA7600;
}
.secondary2 { /*Aspen gold*/
    color:#FFC425;
}

/* Any generic element row */
.line_item{
	/*font-size: 1.1rem;*/
	color: #000000;
}

/* Profile items */
.profile_photo {
	display: inline-block;
	margin-left:auto;
    margin-right:auto;
}
.profile_photo_lg {
	width: 200px;
	height: 200px;
}
.profile_photo_md {
	width: 150px;
	height: 150px;
}
.profile_photo_sm {
	width: 100px;
	height: 100px;
}
#profile_info_container{
	display: inline-block;
    margin-left: 10px;
}
#profile_name{ /* RICHARD */
	font-size: 1.4rem;
	font-weight:600;
}
#profile_title{ /* RICHARD */
	font-size: 1.1rem; 
}
#profile_company{ /* RICHARD */
	font-size: 1.1rem;
	font-weight: bold;
}
.openCaseBorder {
    border-right:2px solid #dcdcdc;
    border-collapse:collapse;
}
.edit_btn{
	height: 22px;
	color: #00AAD2;
	font-size: 1rem;
	cursor:pointer;
}

.my_open_cases_title{
	font-weight:300;
	font-size:1.3rem;
}
.case_field{
	font-size:.9rem;
	color:#000;
	padding:5px;
}
#detailstable.table td {
    font-size:.9rem;
	color:#000;
	padding:5px;
    background-color: transparent;
}
/* Left sidebar */
/* slide out Menu */
.no-margin{
	margin-left:0px;
	margin-right:0px;
}
.no-pad{
	padding-left:0px;
	padding-right:0px;
}
#mainContainer{
	padding-left:0px;
	margin-left:0px;
}
.menu_box {
	position:absolute;
	height:100%;
	/*background-color: #000; /* #003F6B;
	opacity: 0.6;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
    padding-top:60px; */
	text-align: right;
	z-index:5;

}
#t_menu_box{
	position:absolute;
	height:100%;
	padding:25px;
	/*background-color: #003F6B;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;*/
	text-align: right;
	/*
	overflow:hidden;
	margin-bottom:-5000px;
	padding-bottom:5000px;
	*/
	z-index:5;
}
.menu_home_icon{
    width: 25px; /*34px;*/
    height: 25px; /* 32px;*/
}
.menu_divider{
	width: 100%;
	border:1px solid #484848;
	border-collapse:collapse;
	height:1px;
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
	margin-top:10px;
	margin-bottom: 5px;
}

.menu_header{
	font-size:1.1rem; /*1.6rem;*/
	/*font-weight: 300;*/
	color:#ffffff;
    margin-top:5px;
    margin-bottom:5px;
    cursor:pointer;    
}
.menu_subheader{
	font-size:1rem; /*1.4rem;*/
    color:#fff;
	/*font-weight:light;*/  
}
.menu_subheader:hover {
    cursor:pointer;
	color:#FFC425;
}

/* Breakout boxes */

/* Profile Info & open cases container */

#my_products{ 
	width: 297px;
	height: 313px;
	float: left;
	margin: 0 24px 24px 0;
}
#my_training{
	width: 351px;
	float: left;
	margin: 0 24px 24px 0;
	height:300px;
}
#new_release{
	width: 238px;
	height: 300px;
	float: left;
	margin: 0 24px 24px 0;
}
.copy{
	font-size: 1rem;
}
.sidebar-link{
	color: #999999;
	font-size:0.9375rem; /*1.1rem;*/
    opacity:1;
}
.support_dot{
	border-radius: 50%;
	width: 27px;
	height: 27px;
	display: inline-block;
}
.yes_dot{
	background-color: #66BC29;
}
.no_dot{
	background-color: #BE0F34;
}

/* Support News Block */
#news_col1, #news_col2{
	display: inline-block;
	width: 297px;
	height: 279px;
	font-size: 1rem;
	color: #000000;
}
#products_divider{
	padding: 0 61px;
	width: 122px;
}
.red{
	color:red;
}

div.newRow{
	clear:both;
	padding-top:10px;
}

/*General */

/*University Order Form*/
a.contactDefinitions{
	color:-webkit-link !important;
	cursor:pointer;
}

/* Page footer */
/*#page_footer{
	height: 72px;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	/*float:left;
	width:100%;
	position:relative;
	z-index:10;
    padding-left:1em;
}*/
#copyright{
	font-size: 1rem;
	color: #FFFFFF;
}
.knowledge-result-container {
    padding:6px;
    
}
.knowledge-result-title {
    font-size:1.2rem;
}


.university-order-form-contact-header{
	font-weight:bold;
}
/* Overriding bootstrap */
/*.form-control{
    background-color: #FFFFFF;
    border: 1px solid #999999;
}*/

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

.table-row > [class^="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

#content-box{
	margin-bottom:15px;
	min-height:1000px;
 /*   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

label.required-field{
	font-weight:normal !important;
}

.error{
	background-color: #f2dede !important;
 	border-color: #BE0F34 !important;
}
.errorMsg{
	color:#BE0F34;
}
.checkboxErrorMsg{
	margin-top:-10px;
}
.modal-dialog{
	position:relative;
	/*top:100px;*/
}
.modal-header button.btn-lg{
	font-size:2.4rem;
}

.modal-header .close span{
	color: white;
}

.modal-footer .close span{
	color: white;
	font-weight:normal;
}

.modal-content{
	border:2px solid white;
	border-radius:15px;
	z-index:1002;
	overflow: auto;
	background-color:transparent;
	color:white;
}

.margin-5-percent{
	margin-left:5%;
	margin-right:5%;
}

.padding-5-percent{
	padding-right:5%;
	padding-left:5%;
}

.padding-2-percent{
	padding-right:2%;
	padding-left:2%;	
}

.inverse-button{
	opacity:1;
}

.no-float{
	float:none;
}

a.seeMore{
	cursor:pointer;
}
a.seeLess, span.seeLess {
	cursor:pointer;
}

a.no-color{
	color:inherit;
    text-decoration:none;
    cursor:default;
}

.panel-heading{
	font-weight:bold;
}
/* added by JC */
.pad-top {
    padding-top:1em;
}
.pad-top-xl {
    padding-top:5rem;
}
.pad-top-lg {
    padding-top:1.8em;
}
.pad-top-sm {
    padding-top:.6em;
}
.pad-bottom {
    padding-bottom:1em;
}
.pad-bottom-lg {
    padding-bottom:1.8em;
}
.pad-bottom-sm {
    padding-bottom:.6em;
}
.margin-bottom{
    margin-bottom:1em;
}
.margin-top{
    margin-top:1em;
}
.margin-bottom-lg{
    margin-bottom:1.8em;
}
.margin-top-lg{
    margin-top:1.8em;
}
.bottom-align-text {
    position: absolute;
    bottom: 1em;
    right: 1em;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 60px 0; /* Space out the Bootstrap <hr> more */
}
.divider {
    margin: 2em 0;
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 400;
  line-height: 1;
    
 /* letter-spacing: -1px;*/
}
/*h2:before,
.box_title:before {    
   display:block;
   height:140px; /* this is the height of your header 
   margin-top:-140px; /* this is again negative value of the height of your header 
   visibility:hidden;
}*/

.anchor{
   display:block;
   height:90px; /* this is the height of your header */
   margin-top:-90px; /* this is again negative value of the height of your header */
   visibility:hidden;
    z-index:-1;
}
h3:before {    
  display: block; 
  content: " "; 
  margin-top: -140px; 
  height: 140px; 
  visibility: hidden; 
}
h3.nospace:before {
  display: block; 
  content: " "; 
  margin-top: 0px; 
  height: 0px; 
  visibility: hidden;
    
}
/* Training CSS */

.ceu{
    font-style:italic;
}
.t_secondary {
    color: #EA7600;
}

#CourseCatalog a.btn {
    font-size:0.9em;
}

/*(Suman's code)*/

/*
.tooltip {
    margin-right:3px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px; 
    border: 2px solid; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-color: #0758A0;
    background-color: rgb(255, 255, 255);
    /*color: #0758A0;   */ 
    /* Position the tooltip */
/*    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}  */


.table.dataTable {
    font-size:0.9em;
}
table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color:#B0BED9
}
table.dataTable.stripe tbody>tr.odd.selected,
table.dataTable.stripe tbody>tr.odd>.selected,
table.dataTable.display tbody>tr.odd.selected,
table.dataTable.display tbody>tr.odd>.selected{
    background-color:#acbad4
}
table.dataTable.hover tbody>tr.selected:hover,
table.dataTable.hover tbody>tr>.selected:hover,
table.dataTable.display tbody>tr.selected:hover,
table.dataTable.display tbody>tr>.selected:hover {
    background-color:#aab7d1
}
table.dataTable.order-column tbody>tr.selected>.sorting_1,
table.dataTable.order-column tbody>tr.selected>.sorting_2,
table.dataTable.order-column tbody>tr.selected>.sorting_3,
table.dataTable.order-column tbody>tr>.selected,
table.dataTable.display tbody>tr.selected>.sorting_1,
table.dataTable.display tbody>tr.selected>.sorting_2,
table.dataTable.display tbody>tr.selected>.sorting_3,
table.dataTable.display tbody>tr>.selected {
    background-color:#acbad5
}
table.dataTable.display tbody>tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
    background-color:#a6b4cd
}
table.dataTable.display tbody>tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2 {
    background-color:#a8b5cf
}
table.dataTable.display tbody>tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3 {
    background-color:#a9b7d1
}
table.dataTable.display tbody>tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
    background-color:#acbad5
}
table.dataTable.display tbody>tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2 {
    background-color:#aebcd6
}
table.dataTable.display tbody>tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{
    background-color:#afbdd8
}
table.dataTable.display tbody>tr.odd>.selected,
table.dataTable.order-column.stripe tbody>tr.odd>.selected{
    background-color:#a6b4cd
}
table.dataTable.display tbody>tr.even>.selected,
table.dataTable.order-column.stripe tbody>tr.even>.selected{
    background-color:#acbad5
}
table.dataTable.display tbody>tr.selected:hover>.sorting_1,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{
    background-color:#a2aec7
}
table.dataTable.display tbody>tr.selected:hover>.sorting_2,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{
    background-color:#a3b0c9
}
table.dataTable.display tbody>tr.selected:hover>.sorting_3,
table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{
    background-color:#a5b2cb
}
table.dataTable.display tbody>tr:hover>.selected,
table.dataTable.display tbody>tr>.selected:hover,
table.dataTable.order-column.hover tbody>tr:hover>.selected,
table.dataTable.order-column.hover tbody>tr>.selected:hover{
    background-color:#a2aec7
}
table.dataTable td.select-checkbox{
    position:relative
}
table.dataTable td.select-checkbox:before,
table.dataTable td.select-checkbox:after{
    display:block;
    position:absolute;
    top:1.2em;
    left:50%;
    width:12px;
    height:12px;
    box-sizing:border-box
}
table.dataTable td.select-checkbox:before{
    content:' ';
    margin-top:-6px;
    margin-left:-6px;
    border:1px solid black;
   /* border-radius:3px*/
}
table.dataTable tr.selected td.select-checkbox:after{
    content:'\2714';
    margin-top:-11px;
    margin-left:-4px;
    text-align:center;
    text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9
}
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item{
    margin-left:0.5em
}
@media screen and (max-width: 640px){
    div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{
        margin-left:0;
        display:block
    }
}
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold
}
table.dataTable thead th,
table.dataTable thead td {
   /* padding: 10px 18px;*/
   /* padding:0px 10px; */
   /* border-bottom: 1px solid #111;*/
    vertical-align:middle;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none
}
table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    cursor: pointer;   
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right
}
table.dataTable tbody tr {
    background-color: #ffffff
}
table.dataTable tbody tr.selected {
    background-color: #B0BED9
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1
}
table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #fafafa
}
table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad5
}
table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1
}
table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}
table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: whitesmoke
}
table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}
table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}
table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}
table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa
}
table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc
}
table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe
}
table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5
}
table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}
table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}
table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea
}
table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec
}
table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef
}
table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7
}
table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9
}
table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb
}
table.dataTable.no-footer {
    border-bottom: 1px solid #111
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}
table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1
}
.dataTables_wrapper .dataTables_length {
    float: left
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    /*border-radius: 2px*/
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
  /*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%) */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
   /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%) */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
  /*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111 */
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
  /*  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%) */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333
}
.dataTables_wrapper .dataTables_scroll {
    clear: both
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    margin-top: -1px;
    -webkit-overflow-scrolling: touch
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
    vertical-align: middle
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none
}
.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}
@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}


/* Toggle Styles */

#wrapper {
    padding-left: 0;
    min-height: 100%;
    height:100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#wrapper.toggled {
    padding-left: 255px; /*265px; 325px;*/
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#sidebar-wrapper {
    z-index: 10;
    position: absolute;
    left: 255px; /*265px; 325px;*/
    width: 0;
    height: 100%;
    margin-left: -255px; /*-265px; -325px;*/
    /*background: #003F6B;*/
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow-y:hidden;
    background: rgba(0, 0, 0, 0.6);	
}

#wrapper.toggled #sidebar-wrapper {
    width: 255px; /*265px; 325px;*/
    padding:0px !important;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right:-245px; /*-265px; -325px;*/
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 260px; /*265px; 325px;*/
    margin: 0;
    padding: 3em 1em 0 3em;
    list-style: none;
    overflow-y:auto;
}

/*.sidebar-nav li {
    text-indent: 20px;
    /*line-height: 25px;
}*/

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color:#ccc;
	/*color: #999999;*/
}

.sidebar-nav li.menu_header a{
    color:#fff;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #FFC425;
    opacity:1;
    /*color: #fff;*/
    /*background: rgba(255,255,255,0.2);*/
}
.no_hover a:hover {
    text-decoration: none;
    color: inherit;
    cursor:text;
    /*color: #fff;*/
    /*background: rgba(255,255,255,0.2);*/
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.svg-container { 
	display: inline-block;
	position: relative;
	height: 100%;
	padding-bottom: 100%; 
	vertical-align: middle; 
	overflow: hidden; 
}
.svg-content { 
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
#submitCasePanel, #caseDetailPanel {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

a.back-to-top, 
a.back-to-top:hover, 
a.back-to-top:active, 
a.back-to-top:visited { 
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 72px; 
    height: 72px; 
    z-index: 100; 
    display: none; 
    text-decoration: none; 
    text-align:center;
    color: #ffffff; 
    background-color: #FFC425; 
}  

.back-to-top i { 
  font-size: 60px; 
}
svg path {
    fill:currentColor;
    stroke:currentColor;
}
svg polygon {
    fill:currentColor;
    stroke:currentColor;
}
.svg.about path {
    fill:#000 !important;
    stroke:#000 !important;
}
.svg.about polygon {
    fill:#000 !important;
    stroke:#000 !important;
}
.training_icon:hover path {
    fill: #ccc;
    stroke: #ccc;
}

.training_icon {
    width:58px;
    height:58px;
}
.training_icon_sm {
    width:38px;
    height:38px;
}
.footer {
  width: 100%;
  min-height: 72px;
  background-color: #000;
  color: #fff;
  z-index: 35;
}   


/*navbar slider - JC - */

.main {
  z-index: 2;
  position: relative;
  margin-top:82px;
  margin-bottom:100px;
  padding:0; /* removed for new training homepage 20px 15px 72px 15px; /*changed from 20 0 72 0 to fix small size negative indent*/
  /*min-height:660px;*/
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition:  all .7s ease-in-out;

}
@media all and (max-width:768px) {
    .main {
       /* padding:20px 15px 72px 15px;*/
        margin-left:0;
        margin-right:0;
    }
}
.main > .container {
    padding-top: 20px;
}
.overlay {
	background-color:rgba(0,0,0,0.2);
}

.sidebar {
  height: 100%;
  width: 300px;
  position: fixed;
  top: 80px;
  z-index: 30;
  left: -300px; /*right:0*/
  text-align: right;
 
  background-color:rgba(0,0,0,0.6);
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.bar {
  display: block;
  height: 5px;
  width: 50px;
  background-color: #fff;
  margin: 10px auto;
}
/*.image {
	height:40px;
	background-color:#ccc; 
	position:fixed;
	top:85px;
	z-index:10;
	width:100%;
    background-image:url('{!URLFOR($Resource.training_header)}');
    background-size:contain;
  	background-repeat: repeat-x;
}*/
.menu-button {
  cursor: pointer;
  display: inline-block;
  /*width: auto;*/
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.menu-right {
  position: fixed;
  right: 40px;
  top: 20px;
}

.menu-right.visible-xs { 
    z-index: 3; 
}

.middle { 
    margin: 0 auto; 
}

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.menu-right.visible-xs .active .bar {
  background-color: #FFF;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.menu-button.active .top {
  -webkit-transform: translateY(15px) rotateZ(45deg);
  -moz-transform: translateY(15px) rotateZ(45deg);
  -ms-transform: translateY(15px) rotateZ(45deg);
  -o-transform: translateY(15px) rotateZ(45deg);
  transform: translateY(15px) rotateZ(45deg);
}

.menu-button.active .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

.menu-button.active .middle { width: 0; }

.move-to-left {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
}
.move-to-right {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);      
}

.nav-button { 
	background-color:#0077c8;
	position:fixed;
	z-index:1000;
	width:100%;	
	top:0;
	left:0;
	min-height:80px;
}

.animate {
   -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;    
}

.trainSearch {
 background-color: rgba(88, 127, 149,0.2);/*#ccc;rgba(0,63,107, 0.2); #fff; */
    font-size:1em;
}
.trainSearch label {
    font-weight:normal;
}
.trainSearch button.multiselect.dropdown-toggle {
    font-size:0.9em;
}
.product, .location {
    display: table-cell;
    vertical-align: middle;   
    white-space: normal !important;
    display: inline-block;
  	padding: 6px 12px;
 	margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  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;  
  font-size: 1.1rem;
}
.product {
    border: 1px solid #ccc;
  /* border-radius: 4px;*/
     height:4em;
    width:12em;
}
.location {
        border: 1px solid transparent;
    
}
.productText, .locationText {
    visibility:hidden;
    display:block;
    position:absolute;
    color:#fff;
    background-color:#0078C9;
    }
.productImg {
    visibility:visible;
    display:block;    
}
.jumbotron-training {
    margin-top:0;
    margin-bottom:0;
    padding:1em;
    background-image:url('{!URLFOR($Resource.training_banner_bg4)}');
    background-size:cover;  
    position:relative;
    z-index:50;

}
.promo1 {
    padding:1em;
    margin:1em;
    background-color:rgba(0,120,200, 0.7);
}
.promo1 span.secondary2 {
    font-weight:600;
}
.promo1 h1 {
    color:#FFF;
    font-weight:bold;
}
.promo1 h2 {
    color:#000;
    font-weight:400;   
}
.promo1 p {
    font-weight:600;
	color:#000; 
    font-size:0.8em;
    margin-bottom:0;
}
.promo1 .secondary {
    color:#FFC425;
    font-size:1.3em;
    font-weight:bold;
}
ul.benefits {
    list-style-image: url('{!URLFOR($Resource.check_green)}')
}

/*Case submit styles*/

#progress_bar 
{
    margin: 10px 0;
    padding: 3px;
    border: 1px solid #000;
    font-size: 14px;
    clear: both;
    opacity: 0;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
    vertical-align: middle;
}

#progress_bar.loading {
    opacity: 1.0;
}

#progress_bar .progress_percent {
    background-color: #99ccff;
    height: auto;
    width: 0;
}
.Background {
    /* Background color */
    background-color:black;
    opacity: 0.20;
    filter: alpha(opacity=20);/* For IE8 and earlier */
    /* Dimensions */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    position: absolute;
    /* Mouse */
    cursor:wait;
}
/* This is for the message DIV */
.Popup {
    /* Background color */
    border: solid 0px blue;
    background-color: #fff;
    /* Dimensions */
    left: 50%;
    width: 200px;
    margin-left: -100px;
    top: 50%;
    height: 80px;
    margin-top: -25px;
    z-index: 999;
    position: fixed;
    
    /* Mouse */
    cursor:pointer;
}
pre.comment {
    font-family:"Arial", sans-serif;
    white-space:pre-wrap;
    
}
.classTypes {
    min-height:270px;
}
.classTypes ul {
    padding-left:20px;
}
.well h2 {
    font-size:1.3em;
    font-weight:bold;
}
.well h3 {
    font-size:1.2em;
    font-weight:bold;
}

.alert-info-home {
  color: #000;
  background-color: #FFC425;
  border-color: #EE6B23;
}
.alert-info-home hr {
  border-top-color: #EE6B23;
}
.alert-info-home .alert-link {
  color: #003F6B;
}
.alert-info-home a:active, .alert-info-home a:hover {
    color:#003F6B;
    text-decoration:underline;   
    
}

.train_reg_pad {
  margin-top: -140px; 
  height: 140px; 
  /*visibility: hidden; */
}

/* KB Ratings */
   div.starRatingPanel {
    display: table-cell;
}

table.stars {
    display: inline;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

table.stars div {
    width: 16px;
    height: 15px;
    padding-right: 1px;
}

table.mouseOver {
    cursor: pointer;
}

table.mouseOut div.idleStar {
    background: transparent url( /img/vote/rating_star_grey_outline.png ) no-repeat scroll center top;
}

table.mouseOver div.idleStar {
    background: transparent url( /img/vote/rating_star_blue_outline.png ) no-repeat scroll center top;
}

.chosenStar {
    background: transparent url( /img/vote/rating_star_blue.png ) no-repeat scroll center top;
}

/*-------- like/unlike ---------*/
.likeApexComponent {
    margin-top: 20px;
    margin-bottom: 0px;
}

.likeApexComponent_count_separator {
    padding-left: 8px;
    padding-right: 8px;
    color: #999;
}

.likeApexComponent .likeApexComponent_likeLink{
    color: #015BA7;
    text-decoration: none;
}

.likeSavingText {
    display: none;
}
/*Download Center*/
.featurepack {
    margin-left:0em;
}
.suite {
    margin-left:2em;
}
.family {
    margin-left:4em;
}
.product-media {
    margin-left:6em;
}
.patch {
    margin-left:8em;
}
.divider {
    margin: 0 10px;
}
.dlc label {
    font-weight:600;
}
.dlc .form-group {
    margin-bottom: 10px;
    padding-right: 30px;
}
.dlc .form-group.selected {    
    background-color:rgba(120, 190, 32,0.4);/* green*/
    /*background-color:rgba(175,157,182,0.4); /*violet*/
    /*background-color:rgba(191,232,229,1); sea foam*/
    /*background-color:rgba(128,209,204,0.7); /*teal*/
    /*background-color:rgba(255,129,64,0.7); orange */
    
}
.dlc .form-group input[type=checkbox] {
    margin-top:1.3em;
}

.dlc .form-group:hover {    
    background-color:rgba(120, 190, 32,0.4);/* green*/ 
    /*background-color:rgba(175,157,182,0.4); /*violet*/
    /*background-color:rgba(191,232,229,1); sea foam*/
    /*background-color:rgba(128,209,204,0.7); /*teal*/
    /*background-color:rgba(255,129,64,0.7); orange */
}

.btn.show_patches {
    border:0;
    padding:2px;
    background-color:transparent;
    font-size:1em;
}
.tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color:#fff;
  /*border-radius: 4px;*/
}

#myDownloadCenter .row {
    padding:6px 0;
}
#myDownloadCenter .row.family {
    padding:0;
}

#dlm-container {
    display:block;
}

.zip label {
    font-weight:normal;
    font-size:smaller;
    padding-right:10px;
}
.bold {
    font-weight:bold;
}

 .login_promoBox {
    float:right;
    display:block;
    position:relative;
    left:0;
    bottom:0;
    background: #02a9d5;
    height: 4em;
    width: 10em;
    text-align: center;
    margin-top:32px;
    margin-right:15px;
    padding: 10px;
    color: #fff;
}

a[data-toggle="tooltip"] {
    cursor:help;
}
i.tb {
    color:#acacac;    
}

.tooltiploc {
    margin-right:3px;
}
.tooltiploc .tooltiptext {
    visibility: hidden;
    width: 250px; 
    border: 1px solid #003F6B; 
    background-color: rgb(255, 255, 255);
    padding:1em;    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltiploc:hover .tooltiptext {
    visibility: visible;
} 
h4.listContainer {
    display:block;
    z-index:3000;
}
#listContainer {
    background-color:rgba(88, 127, 149,0.2); /*rgba(88, 127, 149,1);*/
    transition: all 360ms ease-in-out;
    padding:1rem;
}
#listContainer a {
    width:98%;
    color:#000;
}
#listContainer div.pop, 
#listContainer div.pop:hover, 
#listContainer div.pop:hover a,
#listContainer div.pop a:hover,
#listContainer div.pop a span.btn {
    color:#fff;
}

#listContainer div.pop {   
    padding:5px;
}
#listContainer div.pop:hover {
    background-color:rgba(0,120,201,1); /*rgba(88, 127, 149,1);*/
    cursor:pointer;
}

#listContainer div.pop a:hover {
    background-color:rgba(0,120,201,1); /*rgba(88, 127, 149,1);*/
    text-decoration:none;
}
#listContainer div.pop a > span:first-child {
    width:90%;
    display:inline-block;
}  
#listContainer div.pop a span.btn {
    white-space:normal;
    display:inline-block;    
    background-color:rgba(0,120,201,1); /*rgba(88, 127, 149,1);*/
    border:2px solid #fff;
}

@media all and (max-width:992px) {
    #listContainer div.pop a span.btn {
        display:none;
    }
}
  
/* Training Carousel Module */

.carousel {
    width: 100%;
}
.carousel-control {
    width:10%;
}
.cbg-1 {
    background-image: url('https://www.aspentech.com/en/-/media/aspentech/shared-content/products-applications-banner-backgrounds/aspen-asset-analytics.jpg');
    /* set a bunch of these, let user pick. */
}

/* Carousel Header */

.alpha60 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.header-carousel-inner {
    position: relative;
    color: #fff;
    width: 80%;
    margin: 1.5rem auto 2.5rem auto;
    padding: 2rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
}
.carousel-content-label {
    font-size: 1.5rem;
}
/*
.carousel-content-image {
    width: 100%;    
}*/
.carousel-content-image img {
    display: block;
    margin:auto;    
	max-width: 100%;
	height: auto;
    max-height:150px;
}

.carousel-content-copy {
    border-left: 2px solid #fff;
    padding-left: 2rem;
    font-size: 1.8rem;
    margin: 1em 0;
}
.carousel-content-copy .details {
    font-size:1.3rem;
}

.carousel-content-publication {
    display: block;
    font-size: 1.8rem;
    color: #cccccc;
    margin-top: 15px;
}

.carousel-content-btn {
    position: absolute;
    font-size:1em;
    bottom: 0;
    right: 0;
    display: block;
    padding: 1em;
    width: 20%;
    background: rgba(76, 141, 31, 1.0);
    border: none;
    color: #fff;
    text-align: center;
}
.carousel-content-btn:hover {
    background-color: #fff;    
    color: #003057;
}
.carousel-indicators {
    bottom:0;
}
@media all and (min-width:768px) {
    .carousel-content-label {
        text-align: right;
    }
    .header-carousel-inner {
        width: 100%;
        height:260px;
    }
}
@media all and (max-width:767px) {
    .header-carousel-inner {
        -ms-flex-direction: column;
        flex-direction: column;   
        padding:.5em .5em 2em; 
    }
    .carousel-content-copy {
        border: 0;
        padding-left: 0;
        margin: 1em 0;
        font-size:1.2rem;
    }
    .carousel-content-copy .details {
        font-size:1rem;
    }
	.carousel-content-image img {
        max-height:175px;
        margin:auto;
    }
	.carousel-content-btn {
    	width: 50%;
        padding:.5em;
    }
}
table.offerings {
    background-color:rgba(88, 127, 149,0.2);    
}
table.offerings > tbody > tr td:first-child {
    background-color:rgba(0,120,201,1);
    color:#fff;
    font-size:.9em;
}
table.offerings thead > tr {
    background-color:#003057;
    color:#fff;
    font-size:1em;
}
table.offerings th {
    font-weight:normal;
}
table.offerings,
table.offerings > thead > tr > th,
table.offerings > tbody > tr > td {
    border:1px solid #003057;
}
table.offerings > tbody > tr > td {
    text-align:center;    
    vertical-align:middle;
}
table.offerings > tbody > tr > td {
    font-size:1.5em;    
}

table.offerings > tbody > tr > td .fa-check{
    color:rgb(76, 141, 31);
}
.table-responsive > .offerings > thead > tr > th,
.table-responsive > .offerings > tbody > tr > td {
    white-space: normal;
}
.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}


.overlay {
    position: absolute;
    color: #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}
.card>.overlay.in,
.card>.overlay:hover,
.card>.mask.in,
.card>.mask:hover  {
    opacity: 1;
}
.social {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    width: 60%;
}

.btn-social {
    background: rgba(76, 141, 31, 1.0) !important;
    border: none;
    color: #fff;
}
/* experimental cards from bootstrap 4.0 */

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    /*0.25rem*/
}

.btn-more {
    /*border: 1px solid #000;*/
    background-color: #0077C8;
    color: #fff;
    border: #0077C8;
}

.btn-more:hover {
    /*border: 1px solid #000;*/
    background-color: #ccc;
}

.content-hover,
.vertical-list .popover-content {
    background-color: transparent;
    border: 1px solid #EA7600;
    max-width: 300px;
    margin-bottom: 15px;
    padding: 10px;
}

.card-block {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    overflow-y: hidden;
}

.card-title {
    margin-bottom: 0.75rem;
    font-weight: bold;
    line-height: 1.35em;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.0rem;
    border-top-left-radius: 0.0rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    /*0.25rem*/
    border-bottom-left-radius: 0;
    /*0.25rem*/
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: 0;
    /*calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;*/
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0;
    /*0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);*/
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0077C8;
    border-color: #0077C8;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0077C8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: 0;
    /* calc(0.25rem - 1px);*/
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: 0;
    /* calc(0.25rem - 1px);*/
    border-top-left-radius: 0;
    /* calc(0.25rem - 1px);*/
}

.card-img-bottom {
    border-bottom-right-radius: 0;
    /* calc(0.25rem - 1px);*/
    border-bottom-left-radius: 0;
}


/*.card-deck {
    margin-bottom: 30px;
}*/
@media all and (min-width:1300px) {
    .card-deck .card {
        margin-right: 2em;
        margin-bottom: 2em;
    }
}
@media all and (max-width:1299px) {
    .card-deck .card {
        margin-right: 1rem;
        margin-bottom: 2rem;
    }
}

@media all and (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        align-content: center;
        justify-content: flex-start;
        
    }
    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        box-flex: 1;      
        box-orient: vertical;
        box-direction: normal;
        -webkit-box-flex: 1;      
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .homeFeature .card-deck {
        justify-content: center;
    }
}

.row.card-deck {
    justify-content: space-evenly;
}


.productContent__container .content-tile {
    background-color: #fff;
    color: #333333;
    cursor: pointer;
    /*border: 1px solid rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;   
    min-width:235px;
    width: calc(50% - 30px);*/
}

.homeFeature .content-tile {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
@media all and (min-width:768px) {
    .productContent__container .content-tile,
    .content-tile__button,
    .content_tiles .card,
    .card-plain .card  {
        -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        /*height:398px;*/
        /*width:366px;*/
    }
}
@media all and (min-width:1024px) {

    .card-plain .card {
        -webkit-flex: 0 1 22%;
        -ms-flex: 0 1 22%;
        flex: 0 1 22%;
        /*height:398px;*/
        /*width:366px;*/
    }
    .productContent__container .content-tile {
        -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        /*height:398px;*/
        /*width:366px;*/
    }
}

.card-svg {
    background-color: #0077C8;
    height: 132px;
}
.svg.card-img-top {
    max-height: 132px;
    width:auto;
}
.gallery ul {
    border-bottom: 1px solid #666;
    width:50%;
 
}
.gallery .nav-tabs > li {
    float: left;
    margin-bottom: 2px;
}
.gallery .nav > li > a {
    padding:0 1em;
    color:#000;
}
.gallery .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 2.42857143;
    border: 0;
    border-radius: 0;
}

.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:hover,
.gallery .nav-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
    background-color: #eee;
    border:0;
}

/*
@media all and (min-width:560px) {
    .content-tile {
        max-width: calc(50% - 30px);
    }
    .card-deck::after {
        content: '';
        flex-grow: 1;
      }
}*/

.event-tile {
    background-color: #fff;
    color: #333333;    
    cursor: pointer;    
    /*border: 1px solid rgba(0, 0, 0, 0.75);
    min-width: 235px;
    max-width: calc(33% - 30px);
    max-height: 24.125em;
    overflow-y: hidden;
    overflow-x: hidden;*/
}
.event-tile {
-webkit-flex: 0 0 28%;
-ms-flex: 0 0 28%;
flex: 0 0 28%;
}

@media all and (max-width:480px) {
    .event-tile {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /*IE Only tile image height*/
    .content-tile img {
        max-height:169px;
    }   
    .event-tile img {
        max-height: 132px;
    }
}

@supports (-ms-ime-align:auto) {
    .event-tile img {
        height: auto;
        width: 100%;
    }
    .event-tile img {
        height: auto;
        width: 100%;
    }
    svg.card-svg {        
        max-height: auto;
        width:100%;
    }
  }
/*.content-tile__button {
    min-width: 250px;
}*/
.messaging-tiles .card-deck {
    justify-content: center;
    
}
.messaging-tiles .card-deck .card {    
    margin:0;
    padding:2%;
}
.messaging-tiles.tile1 .card-deck .card {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;      
}
.messaging-tiles.tile2 .card-deck .card {
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
}
.messaging-tiles.tile3 .card-deck .card {
    -webkit-flex: 0 0 28%;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;      
}
.messaging-tiles.tile4 .card-deck .card {
    -webkit-flex: 0 0 21%;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
}
@media all and (min-width:576px) {
    .messaging-tiles .card-deck .card {
        border-right: 1px solid #a6a6a6;
        padding: 1%;
    }
    .messaging-tiles .card-deck .card:last-child {
        border-right: 0;
    }
    .messaging-tiles.tile1 .card-deck .card {
        flex-direction:row;
        -webkit-flex-direction:row;
        align-items: center;
        justify-content: center;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
    .messaging-tiles.tile1 .card-deck .card .card-block {
        padding:0 2%;
        width:75%;
    }
}

.messaging-tiles.tile1 .card-deck .card .card-img-top {
    height:auto !important;
    width:50%;
    margin:auto;
}
.messaging-tiles.tile1 .card-deck .card .card-block {
    padding:0 5%;
}

.messaging-tiles.tile2 .card-deck .card .card-img-top,
.messaging-tiles.tile3 .card-deck .card .card-img-top,
.messaging-tiles.tile4 .card-deck .card .card-img-top {
    height:auto !important;
    width:40%;
    margin:auto;
}
@media all and (max-width:576px) {
    .messaging-tiles.tile1 .card-deck .card .card-img-top  {
        height:auto !important;
        width: 40%;
        margin:auto;
    }
}
.messaging-tiles .card-block .lead,
.messaging-tiles .card-block p.lead,
.messaging-tiles .card-block .lead p {
    font-family:"Lato Light";
    padding-top: .8em;
    font-size: 1.8rem;
}
.messaging-tiles .card .card-title {
    padding-top:1em;
}
@media all and (min-width:1024px){
    .messaging-tiles.tile2 .social {
        width:40%;
    }
}
@media all and (min-width:1200px){
    .messaging-tiles.tile1 .social {
        width:15%;
    }
    .messaging-tiles.tile2 .social {
        width:25%;
    }
    .messaging-tiles.tile3 .social {
        width:38%;
    }
    .messaging-tiles.tile4 .social {
        width:50%;
    }
}

.card-plain .card-svg {
    background-color:#fff;
}
.card-plain .svg.card-img-top,
.productContent__container .content-tile .svg.card-img-top {
    clear:both;
    width:35%;
    margin:2.8rem  auto 1.5rem;
}
@media all and (max-width:1024px) {
    .card-plain .svg.card-img-top,
    .productContent__container .content-tile .svg.card-img-top { 
        width:55%; 
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /*IE Only tile image height*/
    .productContent__container .content-tile img {
        height:169px;
    }
    .social__icon img.svg {
        height:auto;
    }
    .event-tile img {
        max-height: 132px;
    }
    /*.messaging-tiles.tile3 img,
    .messaging-tiles.tile4 img {
        max-height:169px;
    }*/
}

.card-plain .card-title {
    text-align:center;
}
.card-plain .card-footer,
.productContent__container .content-tile .card-footer {
    border-top: none;
    text-align:center;
    background-color: #fff;
    color:#666;
    padding-bottom:2rem;
}
.shaded .card-block {
    background-color:#f4f4f4;
}
.border .card-deck .card {
    border: 1px solid rgb(173, 175, 177);
}
/*end cards*/


/*eLearning Admin*/

#elearningAdminPage .table-bordered,
#elearningAdminPage .table-bordered > thead > tr > th,
#elearningAdminPage .table-bordered > tbody > tr > th,
#elearningAdminPage .table-bordered > tfoot > tr > th,
#elearningAdminPage .table-bordered > thead > tr > td,
#elearningAdminPage .table-bordered > tbody > tr > td,
#elearningAdminPage .table-bordered > tfoot > tr > td {
    border:1px solid #000;
    cell-spacing:0;
}
.slds .slds-modal__header,
.slds .slds-modal__content {
    border-radius:0;
	background-color: #DCDCDC;
    border:1px solid #666;
}
.slds .slds-modal .btn-primary {
    color:#fff;
}


/*Onsite Training Modal*/

.t_onsite {
    background-color: #003057;
    color:#fff;

}
.t_onsite.modal-dialog,
.t_onsite .modal-content,
.t_onsite .modal-header {
    border-radius:0;
    border-color:transparent;    
}
.t_onsite .modal-content {
    box-shadow:none;
}


/* Training Search */

.dataTables_wrapper button.multiselect {
    font-size:1em;
    border:none;   
    font-weight:bold; 
}
#panel__advancedSearch3 .multiselect.dropdown-toggle.btn.btn-default {
    font-weight:bold;
    font-size:0.9rem;
    border:0;
}
.plain {
    border:none;
}
.btn-reverse {
    background-color: #e7e7e7;
    font-weight:normal !important;
    font-size:0.9rem;
}
.btn-reverse:hover,
.btn-reverse:active {
    color:#000;
}

.btn-default.trainShare {
    border:1px solid rgb(204, 204, 204) !important;
    font-weight:normal !important;    
}

#panel__advancedSearch3 .form-control {
    font-style:italic;
    }

.suggestions {
    z-index: 299;
    width: 90%;
    background-color: #e7e7e7;
    position: absolute;
    border:0;
    /*padding: 2px 0px 3px 0px;*/
    line-height: 1.5rem;
    font-size: .9rem;
    
}

.suggestions span {
    margin:2px 0px 2px 3px;
    padding:2px 0px 2px 3px;
    display:list-item;
    list-style-type:none;
    cursor:pointer;
}
table#lpclasstable.dataTable thead .sorting,
table#lpclasstable.dataTable thead .sorting_asc,
table#lpclasstable.dataTable thead .sorting_desc,
table#lpclasstable.dataTable thead .sorting_asc_disabled,
table#lpclasstable.dataTable thead .sorting_desc_disabled {
	background-position:center left !important;
}
#share_search button.btn.btn-sm.btn-default.no-border {
    border:none !important;
    
}
