body {
	background-color: #EEEEEE;
}
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


hr {
    border-top: 1px solid #bbbbbb;
}

#navbar {
    margin-bottom: 0px !important;
}

#navbar .container {
    max-width: 3800px !important;
}

.site-container {
    min-height: 100%;
    margin-bottom: -60px;
}

.site-container:after{
    content: "";
    display: block;
}

.footer {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	background-color: #F5F5F5;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    height: 50px;
    margin-top: -50px;
    width: 100%;
    clear: both;
    text-align: center;
    align-items:center;
    justify-content: center;
}

.footer div {
    line-height: 50px;
}

/* New footer */
.footerv2, .site-container:after {
    width: 100%;
    height: 60px;
}

.footerv2 {
    padding: 0.9375rem 0;
    text-align: center;
    background-color: #F5F5F5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

#contentwrap {
	padding: 20px;
    padding-bottom: 60px;
    min-height: 700px;
}


#logo {
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.logo_dialog {
    height: 80px !important;
}

.portal-icon {
	width: 100%;
}

.portal-title {
	display: block;
	font-size: 1.3em;
}

.portal-subtitle {

}


.plan-panel .panel-heading hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.plan-panel div {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.plan-title {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	padding-left: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 0px !important;
}


.plan-price {
	font-size: 100px;
}

.plan-price sub,sup {
	font-size: 14px;
}

.plan-price sup {
	position: relative;
	top: -55px;
}

.plan-pricewrap {
	text-align: center;
}

.plan-explaination {
	padding-left: 10px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	font-size: 0.8em;
}
.plan-core {
	background-color: #EAEAEA;
	color: #000000;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding-bottom: 0px !important;
}

.plan-features {
	padding-bottom: 0px !important;
}

.plan-features span {
	margin-left: 10px;
}


.plan-core hr, .plan-features hr {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999999;
	border-top-color: #999999;
}

.plan-core span {
	width: 40px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}

.plan-purchase {
	text-align: center;
 }

 .splan-title {
	font-weight: bold; 
 }

 .splan-attribute {
	padding-left: 10px; 
 }

 #splan-cart {
	font-family: 'Lato', sans-serif;
 }

 #splan-cart .panel-body {
	padding-bottom: 50px; 
 }

 div#splan-cart-wrapper.affix{
	 right: 0;
 }

 .addon-input, .addon-input input {
	text-align: center; 
 }

 .addon-price {
	font-weight: bold; 
 }

 #cart-addon-tmpl {
	display: none; 
 }

 .cart-addon-entry {
	margin-bottom: 5px; 
 }

 #cart-total-text {
	font-weight: bold; 
 }

#login-btn-wrapper{
	margin-right: 10px;
}

hr.message-inner-separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.filemgr {
	height: 400px;
}

.filemgr div.panel {
	height: 100%;
}

.filemgr div.panel table {
	table-layout: fixed;
	width: 100%;
}

.wwbr{
	word-wrap: break-word;
}


.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

.qradio div {
  clear: both;
  overflow: hidden;
}

.qradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.qradio input[type="radio"]:empty,
.qradio input[type="checkbox"]:empty {
  display: none;
}

.qradio input[type="radio"]:empty ~ label,
.qradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.qradio input[type="radio"]:empty ~ label:before,
.qradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.qradio input[type="radio"]:hover:not(:checked) ~ label,
.qradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.qradio input[type="radio"]:hover:not(:checked) ~ label:before,
.qradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.qradio input[type="radio"]:checked ~ label,
.qradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.qradio input[type="radio"]:checked ~ label:before,
.qradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.qradio input[type="radio"]:focus ~ label:before,
.qradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.qradio-primary input[type="radio"]:checked ~ label:before,
.qradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

#question_nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

#report_instructions {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    padding: 10px;
    margin-top: 25px;
}

#report_instructions ul {
    margin-left: 20px;
}

.action_plan_date {
    width: 200px;
}

.assessment_tbl {
}

.report_tbl {
    overflow-y: scroll;
}

#assessment_question_title h4 {
    vertical-align: middle;
}

#goto_question {
    color: #555555;
    height: 38px;
    width: 60%;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background-color: #FFFFFF;
    padding: 8px 12px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,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;
}

#question_text {
    font-size: 1.5em;
}


#action_plan_tbl {
    width: 100%;
}

#action_plan_tbl tbody td div {
    display: block;
      display: -webkit-box;
      height: 50px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.625;
      text-overflow: ellipsis;
}

.btn-fancy span.glyphicon {
    opacity: 0;
}

.btn-fancy.active span.glyphicon {
    opacity: 1;
}

.form-label {
    line-height: 38px;
}

#hijacked-warning {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
    padding-left: 10px;
}

#license_agreement ul,ol {
    padding-left: 20px;
}

#license_agreement {
    margin-top: 50px !important;
}

.navbar-brand:hover {
    text-decoration: underline;
}

.submodule-selector {
    padding-left: 50px;
}

.filelist_wrapper, .filemgr_wrapper {
    height: 275px;
}

#star_toggle {
    float: right;
    font-size: 2em;
    color: yellow;
}

.yellow {
    color: yellow;
}

.text-bold {
    font-weight: bold !important;
}

.message_link {
    cursor: pointer;
}

#id_customers, #id_recipients {
    list-style-type: none;
}

.report_btn_box {
    height: 20px;
    padding-right: 50px;
}

.help_btn_img {
    width: 30px;
    float: right;
    margin-right: 10px;
}

#help_btn {
    color: #FFFFFF;
    font-size: 2em;
    line-height: 28px;
}

#share_btn {
    line-height: 45px;
}

#question_filter {
    width: 80%;
    display: inline !important;
}

#question_filter_lbl {
    margin-left: 20px;
}

#question_search {
    width: 80%;
}

.btn-md {
    padding: 12px 20px;
}

#bugreporter {
    color: #FF0000;
}

.share_training_btn {
     margin-right: 10px;
}

.pointer {
    cursor: pointer;
}

span.success {
    color: rgb(115, 168, 57);
}

.report_training_btn {
    margin-right: 10px;
}

.comment_delete {
    text-align: right;
    color: #d9534f;
    cursor: pointer;
}

.hidden {
    display: none;
}

.modal-body .col-form-label {
    padding: 17px 5px 0 0;
    text-align: right;
}

#pw_complexity .progress {
    height: 1em;
}

#assessment_steps {
    padding-top: 1em;
}

.submodule_select {
    padding-left: 20px;
    padding-top: 5px;
}

p.category {
    font-weight: 400;
}

.deadlink {
    color: #2780E3;
    cursor: pointer;
}

.bcbutton {
    margin: 0;
}

.bc_dropdown .dropdown-menu, .bc_dropdown .dropdown-menu .dropdown-item{
    white-space: normal;
}

.bcbutton {
    max-width: 500px;
    white-space: normal;
}

.card-stats-noicon{
    padding-top: 10px;
}

#assessment_site_selector{
    margin-left: 5px;
}

#trainings_tbl button, #calbtns button {
    margin-left: 5px;
}

.bootstrap-select .dropdown-toggle {
    color: rgb(153, 153, 153) !important;
}

.main-panel .content {
    margin-top: 10px;
}

.ap_count_link {
    color: #3C4858 !important;
}

.report_logo {
    max-width: 250px;
    max-height: 150px;
}

#assessment_score_num {
    height: 1em;
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 5em;
}

.report_module_stat_bar {
    height: 1.5em;
}

.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}

.fixed-table-loading {
    display: none !important;
}

.ap_link h3, .ap_link:hover h3 {
    color: #3C4858;
    font-weight: 700 !important;
    text-decoration: none;
    font-family: "Roboto Slab", "Times New Roman", serif;
}

.assessment_breadcrumb_dropdown {
    width: 750px;
}
.assessment_breadcrumb_dropdown span {
    text-overflow: ellipsis;
}

.bc_dropdown_text {
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}

.card_header_link {
    color: #3C4858 !important;
}

.module_descr_icon {
    color: #AAAAAA;
}

#manage_attachments_modal .fixed-table-container {
    overflow: hidden;
}

.table-formset tbody td {
    vertical-align: bottom !important;
}

.table-formset thead th {
    text-align: left !important;
}

.dropdown button.dropdown-toggle {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#risk_determination_tbl tbody tr td {
    text-align: left;
}

.industry-input-align {
    margin-top: -15px !important;
    margin-bottom: 25px !important;
    margin-left: -1px !important;
}

.tbl-border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.picker-dialog-bg {
    z-index: 20000 !important;
}

.picker-dialog {
    z-index: 20001 !important;
}

.catalog_plan_title {
    font-size: 2em;
}

.card-pricing .card-title {
   font-size: 2em;
}

.card-pricing h2 small{
    font-size: 14px;
    display: inline-flex;
    height: 0;
    color: #AAAAAA;
}

.card-pricing h2 small:first-child {
    position: relative;
    top: -10px;
    font-size: 20px;
    color: #AAAAAA;
}

.plan-feature-expander {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

.plan-feature-expander-title {
    color: #555555 !important;
}

.errorlist {
    color: #d9534f;
}

.resizable {
    overflow: auto !important;
    resize: both !important;
}