@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,100,200,300,500,700,900,600,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:300,300i,400,700');

:root{
  --darkText:#ababab;
  --lightText:#ffffff;
  --primaryBackground:#000000;
  --secondaryBackground:#333333;
  --tertiaryBackground:#1a1a1a;
}

html, body {
	background: #000000;
	margin:0;
	padding:0;
	}

html.public_html {
	/*background: url("../img/nebula_BG_DARK.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
		}

*,
*:before,
*:after {
  box-sizing: border-box;
}

ul.cd-tabs-navigation :after, ul.cd-tabs-navigation :before {
  content: '';
}

body {
  /*padding: 1em;*/
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #b9b9b9;
  background-color: #e3e3e3;
}



.country-select input { margin-bottom: 0 !important; margin-top: 0 !important; position: relative; z-index: 0; padding-left: 50px;}

ol, ul {
  list-style: none;
}

.pull-right {
  margin-top: -0.67em;
}

.text-center {
  text-align: center;
}

input[readonly] {
  cursor: not-allowed;
  background: #fbfbfb;
  color: #c7c7c7!important;
}
input.uppercase,
.uppercase {
    text-transform: uppercase!important;
}
.noTransform {text-transform: none!important;}

.noShadow {-moz-box-shadow: none!important; -webkit-box-shadow: none!important;box-shadow:none!important;}
.allow-dropdown {width: 100%;}


a#logo {
  width: 100%;
  /*
  height: 60px;
  position: relative;
  */
  display: block;
  text-align: center;

  image-rendering: -moz-crisp-edges;
  image-rendering:   -o-crisp-edges;
/*  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;*/
  -ms-interpolation-mode: nearest-neighbor;
}

/*Body Templates*/
body.largePage .container {
    max-width: 80em!important;
}

body.mediumPage .container {
    max-width: 60em!important;
}

body.portal a#logo {
  background: #000000;
  border: 1px solid #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

a#logo span {
  position: absolute;
  background: url("../img/zeerowLogo.png") no-repeat;
  width: 100%;
  height: 100%;
}

#logo img {
  max-width: 607px;
  background:#000;
}

@-moz-document url-prefix() {
	#logo img {
		image-rendering: auto;
		image-rendering: crisp-edges;
	}
}

.errorPage {text-align: center;}
.errorPage p {font-size: 16px;}
.errorPage h2 {font-size: 25px;font-weight: bold;text-transform: uppercase;letter-spacing: -0.05em;}

h4 {
  color: #4A4A4A;
}

hr.underline {
	margin-top: 5px;
}

.btn-primary {
    color: #ffffff;
    background-color: #1B69B4!important;
    border-color: none!important;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #134F88!important;
    border-color: none!important;
}

.btn-link.btn-default {
    color: #000000;
    margin-top: 10px;
    padding-left: 0;
	border: none;
}

.btn-link.btn-default:hover,
.btn-link.btn-default:focus {
    color: #333333;
	text-decoration:underline;
	background-color: transparent;
	background: none;
	border: none;
}
.btn-link.btn-default:active {
	background-color: transparent!important;
	background: none!important;
	border: none!important;
	}


div#homeWrapInner {
    height: 700px;
}

span.notSetYet {
    color: #e00000;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}

span.notSetYet i {
    font-weight: 100;
    font-style: normal;
}

/* Dashboard Welcome */

.cd-dropdown > span,
.cd-active.cd-dropdown > span {
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 100!important;
    font-size: 16px!important;
	background: #000000!important;
    color: #FFFFFF!important;
}

.cd-dropdown ul li span {
    background: #000!important;
    color: #FFFFFF!important;
	font-weight: 100!important;
    font-size: 16px!important;
	font-family: 'Open Sans', sans-serif!important;
}
.cd-dropdown ul li a:hover {
	text-decoration: none;
	}

.mlpm_w .multilevelpushmenu_inactive {
    background: #383838!important;
}

.mainContainer {
    min-height: 600px;
}

#permissionsRole h3  {
	font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

#permissionsRole label {
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 6px;
    color: #7d7d7d;
}


.cd-dropdown,
.cd-select,
.cd-dropdown ul li {
	width: 100%!important;
	}
.cd-dropdown ul li span {padding: 0 30px 0 30px!important;}



/* Collapse Menu */


#block-button-expand{
    height: 45px;
    width: 50px;
    background: #000000;
    /*border-bottom: 4px solid #deba16;
    float: left;
    margin-right: -59px;*/
	position: absolute;
    /*top: 0;
    left: 0;*/
    color: #fff;
    font-size: 1.4em;
	padding-top: 10px;
    text-align: center;
    cursor: pointer;
}
#block-button-expand:hover{
    background: #111111;
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.86);
    font-size: 12.5px;
    padding: 1.1em;
    display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
    -webkit-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.09);
    border: 1px solid #e4e4e4;
}

.go-top:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.mlpm_w h2 {
    font-weight: 600!important;
    letter-spacing: -0.008em!important;
	text-transform: uppercase;
}

.mlpm_w a {
	font-size: 1.4em!important;
	padding: .3em .2em!important;
	letter-spacing: 0.04em!important;
	}

.mlpm_w .ltr {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	filter: none!important;
}

.mlpm_w {
	position: fixed!important;
	}

/* Helpers */

.m-t-10{margin-top: 10px;}
.m-t-5{margin-top: 5px;}
.m-r-10{margin-right: 10px;}
.m-r-5{margin-right: 5px;}

/* Placeholder Colours */
/*::-webkit-input-placeholder { color:#f00; }
::-moz-placeholder { color:#f00; }
:-ms-input-placeholder { color:#f00; }
input:-moz-placeholder { color:#f00; }*/

.row h4 {
  margin-bottom: 6px;
}

p.introText {
  font-size: 15px;
  color: #808080;
  font-weight: 700;
}
.accountHeader .pull-right {
    margin-top: 0px;
}
.accountHeader {
    /*background: rgb(241, 241, 241);
    padding: 12px 10px 8px;
    border-bottom: 1px solid #D2D9DE;*/
	background: rgba(27, 27, 27, 0);
/*    padding: 12px 10px 8px;*/
    box-shadow: 0px 5px 8px rgba(146, 146, 146, 0.12);
    /* border-bottom: 1px solid #efefef; */
    border-bottom: 1px solid var(--secondaryBackground);
}
.accountHeader p {
	font-size: 15px;
    font-weight: normal;
    color: #696969;
    margin: 10px 5px;
}
.accountHeader a {
    text-decoration: underline;
}

.accountHeader .icon-menu-link:first-child {
    border-left: none!important;
    border-right: 1px solid #f3f3f3;
	padding-left: 2px!important;
}

.headerWrap.is_stuck .accountHeader .icon-menu-link:first-child {
    border-left: none!important;
    border-right: 1px solid #3c3c3c;
}

#mini-logo {display: none; position: relative;}
.headerWrap.is_stuck #mini-logo {display: flex;}

#mini-logo svg {
    position: absolute;
    top: 50%;
    left: 21.5%;
    transform: translate(-73%, -132%);
}

#mini-logo a {
    width: 203px!important;
    padding: 0;
    margin: 0;
}
#mini-logo a img {
    width: 100%;
    vertical-align: middle;
    position: relative;
		top: -4px;
    left: 15px;
}



span.amount-currency {margin-left: 5px; color: #737373;}
.amount-total.alert {
    padding: 5px;
    border-radius: 5px;
	font-size: 20px;
    font-weight: bold;
}

.itemsControls {
    margin-top: 30px;
}
.totalAmount {
    margin-bottom: 20px;
}

#expense-form {margin-top: 65px;}
#expense-form h3 { font-size: 18px;}

.invoice-item-circle {
	border: 1px solid #155A9C;
  background: #1B69B4;
  background: -moz-linear-gradient(top, #2375DC 0%, #1B69B4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2375DC), color-stop(100%, #1B69B4));
  background: -webkit-linear-gradient(top, #2375DC 0%, #1B69B4 100%);
  background: -o-linear-gradient(top, #2375DC 0%, #1B69B4 100%);
  background: -ms-linear-gradient(top, #2375DC 0%, #1B69B4 100%);
  background: linear-gradient(top, #2375DC 0%, #1B69B4 100%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(32, 137, 239, 0.63);
  -moz-box-shadow: 0px 0px 10px 0px rgba(32, 137, 239, 0.63);
  box-shadow: 0px 0px 10px 0px rgba(32, 137, 239, 0.63);
    height: 15px;
    width: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
}

.clearfix.spacer-25 {
    margin: 16px 0;
}

.errorForm {
	/*display: none;*/
  background: rgba(210, 53, 31, 0.87);
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  border-radius: .25em;
  padding: 15px;
  display: block;
  margin: 15px 0;
  line-height: 1.3em;
}
.errorPage {
    padding: 15px 10px 25px;
}
.infoForm {
	/*display: none;*/
  background: rgba(63, 140, 183, 0.92);
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  border-radius: .25em;
  padding: 15px;
  display: block;
  margin: 15px 0 50px 0;
  line-height: 1.3em;
}

.successForm {
	/*display: none;*/
  background: rgba(72, 156, 45, 0.84);
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  border-radius: .25em;
  padding: 15px;
  display: block;
  margin: 15px 0;
  line-height: 1.3em;
}

.alertForm {
    /* display: none; */
    background: rgba(64, 64, 64, 0.84);
    color: #ffffff;
    font-size: 1em;
    text-align: center;
    border-radius: 0;
    padding: 15px;
    display: block;
    margin: 15px 0;
    line-height: 1.3em;
}

textarea {
  resize: vertical;
  min-height: 150px;
}

a.buttonStyle2, .buttonStyle2 {
  padding: 0.6em;
  line-height: 1.4;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1D69B3;
  border: 1px solid #006184;
  border-radius: 3px;
  margin-top: -0.67em;
  text-decoration: none;
  /*-webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;*/
  -webkit-appearance: none;
}

a.buttonStyle2:hover, .buttonStyle2:hover,
a.buttonStyle2:active, .buttonStyle2:active,
a.buttonStyle2:focus, .buttonStyle2:focus {color: #FFFFFF;}

a.buttonStyle2:last-child {
  padding-left: 5px;
}

a.buttonStyle2.backBtn {
  margin-left: 5px;
}

.buttonStyle,
.buttonStyle2 {
    width: 60%!important;
    float: right;
}

.buttonStyle.buttonCenter {
    float: none;
    margin-bottom: 10px;
}

a.buttonStyle.inverted {
    background: #1A1A1A;
    color: #FFFFFF;
}
a.buttonStyle.inverted:hover {
    cursor: pointer;
}

.width-100 {
    width: 100%!important;
}




.btnAutoWidth {width: auto!important;}
.fullWidth {
  width: 100%;
}

.table-info-data {
    font-size: 14px;
    min-height: 230px;
}

.minHeight {
  padding: 5px;
}

.grey {
  background: #ABABAB;
  background-color: #ABABAB;
  border: 1px solid #A0A0A0;
  color: #FFFFFF;
}

.grey:hover {
  background: #383838;
  color: #FFFFFF;
}

.red {
  background: #CC2109!important;
  background-color: #CC2109!important;
  border: 1px solid #B71B05!important;
  color: #FFFFFF!important;
}

.red:hover {
  background: #AF1600;
  color: #FFFFFF;
}

.green {
  background: #64AB4D!important;
  background-color: #64AB4D!important;
  border: 1px solid #5FA249!important;
  color: #FFFFFF!important;
}

.green:hover {
  background: #488833;
  color: #FFFFFF;
}

.picker--opened .picker__holder, .picker--focused .picker__holder, .picker__holder {outline: none; overflow: hidden;}
.picker--opened .picker__box, .picker--focused .picker__box, .picker__box {padding: 0 0.5em;}


/*Custom Radio Switches*/
.switch {
	position: relative;
	width: 150px;
	height: 50px;
	text-align: center;
	margin: 0;
	background: #000000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.switch span {
	  position: absolute;
	  width: 20px;
	  height: 4px;
	  top: 50%;
	  left: 50%;
	  margin: -2px 0px 0px -4px;
	  background: #fff;
	  display: block;
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  -webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	  -o-transition: all 0.2s ease;
	  -ms-transition: all 0.2s ease;
	  transition: all 0.2s ease;
	  -webkit-border-radius: 2px;
	  border-radius: 2px;
}

.switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

input[type=radio] {
  display: none;
}

.switch label {
  cursor: pointer;
  color: rgba(0,0,0,0.2);
  width: 60px;
  line-height: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

label[for^='yes_']{
	position: absolute;
	left: 0px;
	height: 20px;
}


label[for^='no_']{
	position: absolute;
	right: 0px;
}


*[id^='no_']:checked ~ .switch{
	background: #bfbfbf;
}


*[id^='no_']:checked ~ .switch span{
	background: #fff;
  	margin-left: -8px;
}


*[id^='no_']:checked ~ .switch span:after{
	background: #fff;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}

*[id^='yes_']:checked ~ .switch label[for^='yes_']{
	font-weight: bold!important;
    color: #FFFFFF!important;
}

*[id^='no_']:checked ~ .switch label[for^='no_']{
	font-weight: bold!important;
    color: #585858!important;
}
/**/

input#mySingleField {display: none;}



.buttonStyle {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #000000;
  border: 1px solid #000000;
  color:#fff;
  /*border-radius: 3px;*/
  border-radius: 0px;
  /* kill animations
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  */
  -webkit-appearance: none;
}

input,
textarea,
file,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select,
.tagit,
#singleFieldTags {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  /*border-radius: 3px;*/
  border-radius: 0px;
  /* kill animations
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  */
  -webkit-appearance: none;
}
#singleFieldTags {
  padding: 0.4em!important;
}
.ui-helper-hidden-accessible { display:none; }

input,
textarea,
file,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select,
.tagit,
#singleFieldTags {
	color: #333333!important;
	border-radius: 0px!important;
	}

input[type="date"],input[type="date"] + label {
  min-height: 55px;
}

input:focus,
textarea:focus,
.buttonStyle:focus,
.tagit,
#singleFieldTags:focus {
  outline: 0;
  border-color: #D4D4D4;
}


.buttonStyle.disabled {
    background: #e8e8e8;
    color: #b9b9b9;
}

.buttonStyle.disabled:hover {
	cursor: not-allowed;
	background: #e8e8e8;
	color: #b9b9b9;
}

.buttonStyle:hover,
#formSubmit:hover,
#addCompanySubmit:hover,
#editCompanySubmit:hover,
#addAllocationSubmit:hover,
#editAllocationSubmit:hover,
#addClientSubmit:hover,
#editClientSubmit:hover,
#formSubmit:active,
#addCompanySubmit:active,
#editCompanySubmit:active,
#addAllocationSubmit:active,
#editAllocationSubmit:active,
#addClientSubmit:active,
#editClientSubmit:active {
  background: #1A1A1A;
  color: #FFFFFF;
}

body.portal #formSubmit:hover,
body.portal #formSubmit:active {
  background: #1A1A1A;
  color: #FFFFFF;
}

input:focus + .input-icon i,
textarea:focus + .input-icon i {
  color: #0da3dd;
}

body.portal input:focus + .input-icon i,
body.portal  textarea:focus + .input-icon i {
  color: rgb(59 103 176);
}

input:focus + .input-icon:after,
textarea:focus + .input-icon:after {
  border-right-color: #D4D4D4;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label,
select {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  border-radius: 0;
}

select.full-width {
  width: 100%;
}

select {
}

input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

input[type="radio"] + label i {
  padding-right: 0.4em;
}

input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #EAEAEA;
  color: #828282;
  border-color: #D4D4D4;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}

input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}

input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #828282;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}

input:checked + label:after {
  opacity: 1;
}

select {
  height: 3.4em;
  line-height: 2;
}

select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

select:focus,
select:active {
  outline: 0;
}

select option {
  background-color: #EAEAEA;
  color: #828282;
}





.emailField .row .input-group-icon input {
    border-right: none!important;
}
.emailField .row .input-group-icon select {
    border-left: none!important;
}

.emailField .row .input-group-icon .input-icon:before {
    position: absolute;
    top: 0.6em;
    bottom: 0.6em;
    display: block;
    border-right: 1px solid #e5e5e5;
    content: "";
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.emailField .input-group-icon {
  position: relative;
  margin: 0px!important;
}

.emailField .input-group-icon input, .input-group-icon select {
    padding-left: 4.4em;
	height: 51px;
}




.input-group {
  margin-bottom: 1em;
  zoom: 1;
}

.input-group:before,
.input-group:after {
  content: "";
  display: table;
}

.input-group:after {
  clear: both;
}

.input-group-icon {
  position: relative;
}

.input-group-icon input, .input-group-icon select {
    padding-left: 4.4em;
}

.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}

.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/*------------------------*/
/* Login & Register Pages */
/*------------------------*/

.preLoginWrapper h3 {
    line-height: 23px;
    font-size: 18px;
    margin-bottom: 10px;
}



.project-registger-logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.project-registger-logo {
    padding: 0;
    margin: 0;
}
.project-registger-synopsis h4 {
    font-size: 14px;
		margin-top: 0;
    font-weight: bold!important;
}
.project-registger-synopsis p {
    font-size: 12px;
    line-height: 18px;
}

/*------------------------*/


.public-footer {
    margin: 0 0px 20px;
    font-size: 12px;
    color: #4c4c4c;
    font-weight: 100;
}

.public-footer h5 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.public-footer p {
	margin: 5px 0 10px;
}

.public-footer p a {
    color: #4c4c4c;
    font-weight: 400;
    text-decoration: underline;
}


.mainWrapper {
    /*box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);*/

	-webkit-box-shadow: 0px -0px 50px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px -0px 50px 10px rgba(0, 0, 0, 0.13);
	box-shadow: 0px -0px 50px 10px rgba(0, 0, 0, 0.13);
	}

.dashboard .container {
  box-shadow: none;
}
.container {
  /*position: relative;*/
  max-width: 38em;
  margin: 0em auto;
  background-color: #ffffff;
  padding-right: 0px;
  padding-left: 0px;
  /*border-radius: 4.2px;*/
  /*box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);*/
}

.dashboard .mainWrapper{
	margin-bottom: 0px;
}

body.admin,
body.user,
body.portal {
padding: 1em;
background: #e0e0e0;
background: -moz-linear-gradient(top,  #e0e0e0 0%, #f9f9f9 51%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #e0e0e0 0%,#f9f9f9 51%,#ffffff 100%);
background: linear-gradient(to bottom,  #e0e0e0 0%,#f9f9f9 51%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
}

body.portal {
padding: 1em;
background: none;
}

body.dashboard {
padding: 0em!important;
background: none;
/*margin-bottom: 25px;*/
}

.portal .container {
  max-width: 40em;
  margin-top: 6em;
}

.dashboard .container {
  max-width: 50em;
  margin-top: 0em!important;
	padding-bottom: 0px!important;
}

.noMarginTop .container {
	margin-top: 3em!important;
	}
@media only screen and (max-width: 540px) {
	.portal .container {
  		margin-top: 1.5em;
		}
	.noMarginTop .container {
		margin-top: 1.5em!important;
		}
		.mainWrapper {
			margin-top: 0em;
			/*box-shadow: none!important;*/
		}
	}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	.mainWrapper {
			margin-top: 0em!important;
			/*box-shadow: none!important;*/
		}
	}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.mainWrapper {
			margin-top: 0em!important;
			/*box-shadow: none!important;*/
		}
}

.admin .container,
.user .container {
  max-width: 45em;
}

.row {
  zoom: 1;
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}


.accountHeaderSubMenu {
    display: block;
    position: absolute;
    right: 1px;
/*    height: 60px;*/
/*    overflow: hidden;*/
	background: #ffffff;
}


.dropdown-menu-hover {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 300px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    background: #cecece;
    right: -63px;
    top: 62px;
}
.headerWrap.is_stuck .dropdown-menu-hover {right: -67px;}

/* .dropdown:hover {
    background: linear-gradient(to bottom, #FCFCFC 0%, #efefef 30%) repeat scroll 0 0 rgba(0, 0, 0, 0);
} */
.dropdown:hover .dropdown-menu-hover {
    display: block;
}

.notification-bg {
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.notification-bg li {
    margin: 10px 5px;
    background: #f9f9f9;
    padding: 15px;
}





.headerWrap.is_stuck .accountHeaderSubMenu {background: #3c3c3c;}
.headerWrap.is_stuck .icon-menu-link:first-child {border-left: 1px solid #3c3c3c;}


.icon-menu-link {
	display: inline-block;
	height: 100%;
/*background: #ffffff;*/
/*	margin-right: -2px;*/
	min-width: 65px!important;
	text-align: center;
}

.icon-menu-link {
    border-left: 1px solid #f3f3f3;
}

.headerWrap.is_stuck .icon-menu-link {
	background: #3a68b0;
	min-width: 45px!important;
	border-left-color: #3c3c3c;
}
.headerWrap.is_stuck .icon-menu-link a {
    color: #FFFFFF;
}


.icon-menu-link:last-child {text-align: left;min-width: 62px!important;}
.icon-menu-link:last-child:hover {margin-right: 0px;}

.icon-menu-link:first-child {border-left: 1px solid #f3f3f3;}

.icon-menu-link:hover, .icon-menu-link a:focus {background: #3a68a0;border: none;}
.headerWrap.is_stuck .icon-menu-link:hover, .headerWrap.is_stuck .icon-menu-link a:focus {background: none;border-left: 1px solid #3c3c3c;}
.headerWrap.is_stuck .icon-menu-link:last-child a {margin-right: 5px!important;}

.icon-menu-link a {
    display: block;
    padding: 22px;
    color: #ababab;
}

.icon-menu-link a:hover {
  color:var(--lightText)
}

.icon-menu-link a i {
    font-size: 20px;
    margin-top: 0px!important;
}
.headerWrap.is_stuck .icon-menu-link a i {
    font-size: 20px;
}


.headerWrap {
	display: block!important;
	margin: 0px!important;
	z-index: 999999;
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 83%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.headerWrap .navbar {margin-bottom: 25px;}

.headerWrap.is_stuck .accountHeader {
    background: rgb(59 103 176);
}
.headerWrap.is_stuck .accountHeader p {
    color: #FFFFFF;
}
.headerWrap.is_stuck .accountHeader span.pull-left p {
	margin-left: 60px;
}
.headerWrap.is_stuck .accountHeader p a {
	color: #FFFFFF;
}
.headerWrap.is_stuck .accountHeader p a:hover {
    color: #cecece;
}


.badge-notify {
    position: absolute;
    top: 9px;
    margin-left: 10px;
}

.badge-close {
    position: absolute;
	top: -8px;
    right: 4px;
    padding: 5px 7px!important;
    border-radius: 20px!important;
    font-size: 13px!important;
    border: 1px solid #ffffff;
}

.badge-red {background: red!important;}
.badge-black {background: #000000!important;}


a.delete-badge-btn {
}


.row.header {
  padding: 2.5em 0.5em 0 0.5em;
  /* border-bottom: 1px solid #D2D9DE; */
  background: url("../img/expencesHeaderBG.jpg") 0 50%;
  background-size: cover;
  color: #fff;
}

.portal .row.header {
	padding: 0 0.9em 0 0.9em;
  background: none;
}

.row.body {
  padding: .5em 1.5em 1em;
}

.row.menu .errorContainer {
  padding: .5em 2.5em 1em 2.5em;
}

.row .input-group {
    display: block;
    margin: 0 0 15px 0;
}
form > .row h4 {
    font-weight: 400;
    text-transform: uppercase;
}
.row h4 {
    margin-top: 5px;
}

.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}

.col-half:last-of-type {
  padding-right: 0;
}

.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}

.col-third:last-of-type {
  padding-right: 0;
}

.spacer-small {
  min-height: 1px;
  padding: 15px 0;
}

.spacer-large {
  min-height: 1px;
  padding: 30px 0;
}
.separator-small {
  min-height: 10px;
  padding: 10px 0;
  margin-top: 15px;
  border-top: 1px solid #DFDFDF;
}
.separator-small-hidden {
  min-height: 10px;
  padding: 10px 0;
  margin-top: 15px;
}

.separator-small-form {
	padding: 10px 0 25px;
    border-top: 1px solid #ececec;
    margin: 0 20px;
}
.separator-large {
  min-height: 20px;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #DFDFDF;
}
h2.tabTitle {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
h2.tabTitle span {
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
    display: block;
    margin-top: 5px;
}
h2.tabTitle-inner {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    margin: 10px 0;
}

.clearfix {
  clear: both;
  height: 5px;
}

.expenceActions {
  float: right;
}

/*Form Behaviours*/
.form-advanced {
/*display: none;*/
}


a.removeItem {
    font-size: 12px;
    margin-top: 3px;
    float: right;
}

.itemsWrapper {
    background: rgb(243, 243, 243);
    padding: 20px;
    border: 1px solid #EAEAEA;
	margin-bottom: 24px;
}

/* File Upload */
.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #828282;
  background: #EAEAEA;
  border: none;
  padding: 10px;
  border-radius: 4px;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1D69B3;
  color: #ffffff;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}


.inputfile {
    position: absolute;
    padding-left: 7px;
    border: none;
    margin-bottom: 65px!important;
    background: none;
    width: 90%;
    overflow: hidden;

		width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
	font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.80rem 1.58rem;
    position: absolute;
}


.inputfile-1 + label {
	color: #909090;
}

.inputfile-1 + label {
    border: 1px solid #cecece;
    background-color: #f7f7f7;
    padding: 0;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    border-color: #000000;
}

.inputfile-1 + label span,
.inputfile-1 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-1 + label span {
    width: 268px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-1 + label strong {
	height: 100%;
    color: #FFFFFF;
    background-color: #d2d2d2;
    display: inline-block;
    font-weight: normal;
    text-transform: capitalize;
}

.inputfile-1:focus + label strong,
.inputfile-1.has-focus + label strong,
.inputfile-1 + label:hover strong {
    background-color: #000000;
}

@media screen and (max-width: 50em) {
	.inputfile-1 + label strong {
/*		display: block;*/
	}

	.inputfile-1 + label span {
		width: auto;
    	max-width: 175px;
	}

	.profilePicUploader {
		padding-bottom: 70px!important;
	}
}


#editSettings, #trustedDevices {
    margin-top: 30px;
    margin-bottom: 35px;
}

.profileCardSettings {
    font-weight: 100;
}

.profileCardSettings strong {
    font-size: 20px;
    display: block;
    margin-bottom: 6px;
}


.profilePhoto {
    border: 2px solid #fff;
    border-radius: 7px;
    box-sizing: border-box;
    color: #fff;
}

.profilePicWrapper {
    padding: 20px;
    background: #f1f1f1;
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.13);
	border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.profilePicUploader {
    display: block;
    padding-bottom: 40px;
    background: #FFFFFF;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
}


/* Temp Hide Until Developed */
.profilePicUploader {padding-top: 0px!important;}
.profilePicUploader label, .profilePicUploader input {
    display: none!important;
}
a.delete-badge-btn {
    display: none;
}
/**/


.profileCardName {
    text-transform: uppercase;
}

.profileCardCompany {
    font-weight: 100;
    text-transform: uppercase;
    color: #adadad;
}


.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #D4D4D4;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #DFDFDF;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.doc-title {
  padding: 30px 10px;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: rgb(212, 212, 212);
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 250px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 5px;
  border-radius: 4px;
  transition: all .2s ease;
  outline: none;
  font-weight: 100;
  font-size: 13px;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

ul.pagination {
    padding-left: 0;
    float: right;
    padding-bottom: 10px;
}

ul.pagination > li {
    display: inline;
    margin: 0.8em 0 0.8em;
}

ul.pagination > li > a,
ul.pagination > li > span {
    padding: 5px 10px;
}

ul.pagination > li.active {
    background-color: rgb(103, 103, 103);
    color: rgb(255, 255, 255);
    pointer-events: none;
	padding: 5px 0px;
}

ul.pagination a {
    color: #2E4057;
    text-decoration: none;
}

.portalPagination {
    float: none!important;
}

.footerPagination {
    width: 100%;
    margin: 25px auto 0 auto;
    text-align: center;
    display: inline-block;
}

.portalPagination > li > a:hover,
.portalPagination > li > a.current {
	z-index: 2;
    color: #000000!important;
    background-color: #eeeeee;
    border-color: transparent;
	}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 8px 12px;
    font-size: 14px!important;
    line-height: 1.2!important;
}

/*Responsive Table*/
.table-responsive .table {
    max-width: none!important;
}

.cookie-table {
    font-size: 13px;
    border-bottom: 10px solid #f1f1f1;
}

.rwd-table {
  margin: 0em 0;
  /*min-width: 300px;*/
}

.rwd-table tr {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

/*.rwd-table th {
  display: none;
}*/

/*.rwd-table td {
  display: block;
}
*/
.rwd-table td:first-child {
  padding-top: .5em;
}

.rwd-table td:last-child {
  padding-bottom: .5em;
}

/*.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
  font-size: 14px;
}*/

table.rwd-table.inner-table {
    margin: 0 0 0 -16px;
	background: none;
}
table.rwd-table.inner-table td {
    padding: 5px 5px 5px 0px!important;
}

table.rwd-table.inner-table span.bigOnly {
	font-weight: bold;
	text-transform: uppercase;
	}

.bigOnlyWrapper {
    font-size: 14px!important;
    display: inline;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table-map {
  font-size: 12px;
  font-style: italic;
}

.rwd-table {
  background: #FFFFFF;
  color: #5D5D5D;
  overflow: hidden;
  width: 100%;
}

.rwd-table tr {
  border-color: #ffffff;
}

.rwd-table th, .rwd-table td {
  margin: 0 1em 0;
}

.rwd-table th:first-child {
  border-left: 4px solid #F1F1F1;
}

@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}

.rwd-table th, .rwd-table td:before {
  color: #000;
  text-transform: uppercase;
  background: #F1F1F1;
  border-right: 1px solid #FFFFFF;
  margin-right: 10px;
  padding: 8px 0 8px 8px;
}

td.pending {
  color: #9E9E9E;
}

tr.pending {
  border-left: 4px solid #9E9E9E;
}

td.approved {
  color: #64AB4D;
}

tr.approved {
  border-left: 4px solid #64AB4D;
}

td.denied {
  color: #D74F3C;
}

tr.denied {
  border-left: 4px solid #D74F3C;
}

td.isAdmin, span.isAdmin {
	color: #D74F3C;
    border: 1px solid #D74F3C;
    padding: 3px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
	}
tr.isAdmin {border-left: 4px solid #D74F3C;}

td.isUnassigned, span.isUnassigned {
	color: #A7A7A7;
    border: 1px solid #A7A7A7;
    padding: 3px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
	}
tr.isUnassigned {border-left: 4px solid #A7A7A7;}

td.isPartner, span.isPartner {
	color: #1F5EA9;
    border: 1px solid #1F5EA9;
    padding: 3px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
	}
tr.isPartner {border-left: 4px solid #1F5EA9;}

td.isClient, span.isClient {
	color: #D7BF39;
    border: 1px solid #D7BF39;
    padding: 3px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
	}
tr.isClient {border-left: 4px solid #D7BF39;}

td.isEnabled, span.isEnabled {
	color: #38BB2E;
    border: 1px solid #38BB2E;
    padding: 3px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
	}
tr.isEnabled {border-left: 4px solid #38BB2E;}

td.isDisabled, span.isDisabled {
	color: #A7A7A7;
    border: 1px solid #A7A7A7;
    padding: 3px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
	}
tr.isDisabled {border-left: 4px solid #A7A7A7;}


.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* Invoice Table */
.miniLink {padding-left: 0!important;}

.invoiceTable {
	width: 100%;
    margin-bottom: 30px!important;
}

.height {
    min-height: 200px;
}

.icon {
    font-size: 47px;
    color: #5CB85C;
}

.iconbig {
    font-size: 77px;
    color: #5CB85C;
}

.invoiceTable > tbody > tr > .emptyrow {
    border-top: none;
}

.invoiceTable > thead > tr > .emptyrow {
    border-bottom: none;
}

.invoiceTable > tbody > tr > .highrow {
    border-top: 3px solid;
}

#contentWrapperMain h2 {
	font-size: 22px;
	font-weight: bold;
	}
#contentWrapperMain h2 span {
	font-weight: 100;
	}

@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
   table.rwd-table.inner-table span.bigOnly {
    display: none;
}
.smallOnly {
    font-size: 14px!important;
    display: inline;
}
}

@media only screen and (min-width: 768px) {
  .row.menu .errorContainer {
    padding: .5em 2.5em 1em 8em;
  }

  .admin .row.body {
    padding-left: 8em;
  }

  body.admin .row.body {
    min-height: 450px;
  }
}

@media only screen and (min-width: 960px) {
  .row.menu .errorContainer {
    padding: .5em 2.5em 1em 2.5em;
  }

  .admin .row.body {
    padding-left: 2.5em;
  }

  body.admin .row.body {
    min-height: 0;
  }
}

@media only screen and (max-width: 768px) {
  .hiddenSmall {
    display: none;
  }
  .mainWrapper {
			margin-top: 0em;
		}
}

@media only screen and (max-width: 960px) {
  .expenceActions {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  .cd-pagination.no-space {
  border: 1px solid #cecece;
}
}

.portalList ul {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	line-height: 18px;
	}
.portalList ul {margin-left: 45px!important; margin-top: 25px;}
.portalList ul > li {line-height: 25px;list-style-type: disc; font-size: 14px}

.portalList hr {
    margin: 0px 0 40px 0!important;
}

/*eNDA Content*/
.eNDA {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
.eNDA-form-wrapper h3{
	font-size: 22px;
	border: none;
	font-weight:400;
	}
.eNDA-form-wrapper input[type="radio"] + label, select {
   width: 100%;
}
.eNDA-form-wrapper select {border-radius: 0;}

.eNDA-form .input-group > span {
    font-weight: bold;
}

.eNDA p,
.eNDA ul {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 19px;
	}
.eNDA ul {margin-left: 45px;}
.eNDA ul > li {line-height: 25px}
.eNDA-pre {
    text-align: center;
}
.eNDA-pre h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	}
.eNDA-pre p {
	text-align: center;
    font-size: 18px;
    margin: 35px 35px;
    line-height: 24px;
	}

eNDA-post {
    text-align: left;
}
.eNDA-post h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	}
.eNDA-post p {
	text-align: left;
	font-size: 13px;
    line-height: 16px;
    padding: 0px!important;
	}

.eNDA-hidden {
	display: none;
	}
.eNDA-content {
	padding: 20px 0 20px 0;
	}
.eNDA-content p {
	padding: 10px 20px;
	margin-bottom: 10px;
	}
.eNDA-content h1 {
	background: #000000;
	color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	}
a.eNDA-toggle {cursor: pointer;}
.eNDA-form {
	padding: 0;
	margin-top: 20px;
	border-top: 1px solid #cecece;
	}

.eNDA-greybg {
	background-color: #eaeaea;
    padding: 20px!important;
	}



/* Cookie Consent Overrides */
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.cc-window .cc-message {
    margin-bottom: 1em;
    font-size: 14px!important;
    line-height: 17px!important;
	}

	.cc-link{padding: .2em .0em .2em .0em!important;}
	.cc-btn {padding: .2em .8em!important;font-size: .8em!important;}
}
/*--*/


/* Bootstrap helpers/overrides */
.trumbowyg-fullscreen {
    z-index: 99999999!important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

code {
    padding: 6px 6px!important;
    font-size: 90%!important;
}

input[type='checkbox'] {
	/* Hide the checkbox input ui */
	opacity: 0;
}

label.checkbox {
	margin-left: 20px;
	}
label.checkbox span { color: #000000; font-size: 14px; line-height: 17px; }
label.checkbox span a { color: #000000; }

input[type='checkbox'] + span{
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUzMy4zMzMgNTMzLjMzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTMzLjMzMyA1MzMuMzMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTAsMHY1MzMuMzMzaDUzMy4zMzNWMEgweiBNNTAwLDUwMEgzMy4zMzNWMzMuMzMzSDUwMFY1MDB6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center left;
	padding-left: 18px;
	margin-left: -18px;
}
input[type='checkbox']:checked + span{
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUzMy4zMzMgNTMzLjMzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTMzLjMzMyA1MzMuMzMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTAsMHY1MzMuMzMzaDUzMy4zMzNWMEgweiBNNTAwLDUwMEgzMy4zMzNWMzMuMzMzSDUwMFY1MDB6IE00MDAsMTE2LjY2N0wyMzMuMzMzLDI4My4zMzNsLTEwMC0xMDBMNjYuNjY3LDI1MCAgIGwxNjYuNjY3LDE2Ni42NjdsMjMzLjMzMy0yMzMuMzMzTDQwMCwxMTYuNjY3eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat center left;
}


.navbar-default .navbar-nav > li > a,
.navbar .navbar-nav > li > a {font-family: 'Open Sans', sans-serif;font-size: 15px;letter-spacing: 0.010em;font-weight: 100;}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {color: #000000!important;}
.navbar {border-bottom: 1px solid #f1f1f1!important;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {background-color: #eeeeee!important;}
.navbar-toggle .icon-bar {background-color: #000000!important;}

.navbar .navbar-nav > li.dropdown.selected,
.navbar .navbar-nav > li.selected {background: #efefef;}

.adminMenu a.navbar-brand {padding: 12px 0px 12px 15px!important;}

.caret-up {width: 0; height: 0; border-left: 4px solid rgba(0, 0, 0, 0);border-right: 4px solid rgba(0, 0, 0, 0);border-bottom: 4px solid;display: inline-block;margin-left: 2px;vertical-align: middle;}

.adminMenu {
    /* background-color: #F3F3F3; */
    background-color: var(--primaryBackground);
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

span.truncateThis {
	display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
    max-width: 296px;
}

@media only screen and (max-width: 768px) {
.table-responsive {
  background:
    radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)),
    radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 10px 100%;
  margin-bottom: 15px;
}

.table-responsive > .table {
  background:
    linear-gradient(to right, white 30%, rgba(255,255,255,0)),
    linear-gradient(to left, white 30%, rgba(255,255,255,0)) 100% 0;
  background-size: 50px 100%;
  background-repeat: no-repeat;
  max-width: none;
  margin-bottom: 0;
}

.table-responsive > .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(225, 225, 225, .2);
}
}

/* Form help block  */

.eNDA-content p.help-block,
p.help-block {
    padding: 0 0 10px 20px;
    font-size: 11px;
    letter-spacing: 0.4px;
    font-weight: 100;
    color: #828282;
    margin-bottom: 0;
}




/* Solutions/Case Studies - Front End */
@media only screen and (min-width: 960px) {
	.solutions-sidebar {
		position: absolute;
		left: 0;
		margin-left: -1.5em!important;
		margin-top: -0.5em!important;
	}
	}


.solutions-img {
    border: 1px solid #cecece;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.21);
}
.solutions-img a.buttonStyle {
    width: 100%!important;
    margin-top: -5px!important;
}

@media only screen and (max-width: 768px) {
.solutions-img {
    margin-bottom: 48px!important;
}
}

#solution-wysiwyg {
	margin-left: 10px;
}

@media only screen and (max-width: 768px) {
#solution-wysiwyg {
	margin-left: 0px!important;
}
}

span.case-study_download {
    margin: 13px 5px;
    font-weight: bold;
    display: block;
    position: relative;
    float: right;
    z-index: 99999;
}


/* Solutions Carousel */
.solution-category-item {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  background-color: #ffffff;
  color: #2B2B2B;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.solution-category-item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.solution-category-item img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.solution-category-item figcaption {
  	padding: 10% 5%;
    background-color: #ffffff;
    padding-bottom: calc(10%);
    min-height: 85px;
    max-height: 100px;
}
.solution-category-item.mini-solution figcaption {
    max-height: 90px;
    min-height: 85px;
}

.solution-category-item h3 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}

.solution-category-item h5 {
  	font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #888;
    font-size: 14px;
    line-height: 17px;
}
.solution-category-item.mini-solution h5 {
    font-size: 12px;
}


.solution-category-item footer {
  border-top: 1px solid rgba(0, 0, 0, 0.065);
  padding: 0 20px;
  font-size: 13px;
  line-height: 50px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.solution-category-item footer .icons {
  position: absolute;
  right: 20px;
  top: 0;
}

.solution-category-item footer .icons > div {
  display: inline-block;
  margin-left: 8px;
}

.solution-category-item footer .icons i {
  display: inline-block;
  margin-right: 5px;
  font-size: 1em;
}

.solution-category-item a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.solutions-container h3 {
    text-align: center;
    font-size: 2.6em;
    font-weight: 600;
    letter-spacing: -1px;
}
.solutions-container h3 > span {
    font-size: 0.6em;
    font-weight: 100;
    display: block;
    margin-bottom: 25px;
    margin-top: 5px;
	text-transform: capitalize;
}
.solutions-container h4 {
    text-align: left;
    font-size: 1.5em;
    font-weight: 100;
    letter-spacing: -1px;
    margin: 20px 5px;
}
.solutions-container h4 > span {
	display: inline;
    font-size: 15px;
    float: right;
    text-transform: uppercase;
    letter-spacing: -0.5px;
	margin-top: -15px;
}


/* SOLUTION CATEGORIES */
.category-select-small {
	background: #e4e4e4;
    padding: 20px;
    text-transform: uppercase;
}
.category-select-large {
	background: #e4e4e4;
    padding: 20px;
}

div#cat-info {
    margin: 20px;
}
div#cat-info p {
    font-size: 19px;
    line-height: 23px;
    font-weight: 100;
}

/* FLICKITY OVERRIDES */

/*.flickity-viewport {
  transition: height 0.2s;
}*/

.carousel {
  height: 300px;
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) { /* iPad Portrait */
.carousel {
  height: 350px;
}
}

/* cell inherit height from carousel */
.carousel-cell {
  height: 100%;
}

.carousel-cell.is-selected .solution-category-item {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.22);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
	.carousel-cell.is-selected .solution-category-item {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		transform: scale(1.0)
		}
	}

/* Arrow navigation */
.flickity-prev-next-button {
	width: 65px!important;
    height: 25%!important;
    background: rgb(0, 0, 0)!important;
    border-radius: initial!important;
}

.flickity-prev-next-button:hover {
  background: rgba(0, 0, 0, 0.25)!important;
}

.flickity-prev-next-button.next {
  right: 0!important;
}

.flickity-prev-next-button.previous {
  left: 0!important;
}

.flickity-prev-next-button svg {
    position: absolute!important;
    left: 40%!important;
    top: 40%!important;
    width: 20%!important;
    height: 20%!important;
}

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white!important;
}

.flickity-prev-next-button.no-svg {
  color: white!important;
}

/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none!important;
}

/* Page dots */
.flickity-page-dots {
  bottom: -22px!important;
}

/* dots are lines */
.flickity-page-dots .dot {
  height: 3px!important;
  width: 30px!important;
  margin: 0!important;
  border-radius: 0!important;
}
/*--------------------*/

/* WYSIWYG STYLES */

/* -- Solutions WYSIWYG --*/
#solution-wysiwyg h1, #solution-wysiwyg h2, #solution-wysiwyg h3, #solution-wysiwyg h4 {
    font-weight: normal;
    text-align: left;
    padding: 5px 0 10px;
    margin: 0 0 5px 0;
}
#solution-wysiwyg h1 {
    font-size: 36px;
}
#solution-wysiwyg h2 {
    font-size: 30px;
}
#solution-wysiwyg h3 {
    font-size: 24px;
}
#solution-wysiwyg h4 {
    font-size: 20px;
}
#solution-wysiwyg h4.solution-main-title {
	font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #333333;
    padding-bottom: 8px;
    padding-top: 0px!important;
    text-transform: uppercase;
}
h4.solution-breadcrumbs {
    font-size: 18px;
    color: #383838;
    padding-top: 5px;
    padding-bottom: 25px;
}
#solution-wysiwyg p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px;
}
#solution-wysiwyg p img {
    width: 100%;
}

#solution-wysiwyg sup, #solution-wysiwyg sub {
    font-size: 80%;
}

#solution-wysiwyg a {
    font-weight: 400;
}

#solution-wysiwyg ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

#solution-wysiwyg ul li,
#solution-wysiwyg ol li {
    font-size: 16px;
    line-height: 20px;
}

#solution-wysiwyg ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


/* Footer */

.footer-wrapper {
    background: #f7f7f7;
    padding: 30px 15px 20px;
    font-size: 13px;
    margin-top: 120px;
    border-top: 1px solid #efefef;
}
@media only screen and (max-width: 768px) {
	.footer-wrapper {
		padding: 30px 15px 25px;
		margin-top: 50px;
	}
	}

.footer-left {
    float: left;
}
@media only screen and (max-width: 768px) {
	.footer-left {
		float: none;
		text-align: center;
		margin-top: 5px;
	}
	}

.footer-right {
    float: right;
}
@media only screen and (max-width: 768px) {
	.footer-right {
		float: none;
		text-align: center;
		margin-top: 10px;
	}
	}

.footer-left sup {
    font-weight: 400;
    background: #3c3c3c;
    padding: 2px 5px 3px 5px;
    margin: 0 0 0 2px;
    /* border-radius: 4px; */
    font-size: 12px;
    color: #FFFFFF;
    vertical-align: bottom;
    border: 1px solid #000000;
}
/*-------------------*/


/* Member Dashboard */
div#company-profile-box,
div#featured-solutions-box,
div#partnersSidebar{
		margin-bottom: 45px;
/*    border: 1px solid #e2e2e2;*/
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.company-profile-logo {
    padding: 5px;
}
.company-profile-content {
    padding: 20px 10px;
}
.company-profile-content h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: -0.8px;
}
.company-profile-content h3 > span {
    font-weight: 100;
    display: block;
    /* text-transform: none; */
    font-size: 13px;
    letter-spacing: 0;
}



p.cert-info:nth-of-type(2) {
    margin-bottom: 35px;
}

p.cert-info {
    border-bottom: 1px solid #f3f3f3;
    margin: 0 10px;
    padding-top: 20px;
}

p.cert-info a {
    font-weight: 400;
}

p.cert-info .cert-icon {
		float: left;
    max-height: 40px;
    max-width: 44px;
    margin-right: 8px;
    display: table;
}


div#welcomeDashboard h1 {
    font-size: 20px;
}
div#company-welcome h1 {
    font-size: 28px;
    padding-left: 10px;
}

#welcomeDashboard p,
div#company-welcome p {
    font-size: 17px;
    line-height: 20px;
    padding-left: 10px;
    padding-bottom: 15px;
}

span.welcome-signature {
    font-size: 14px;
    font-weight: 400;
    line-height: 0px;
}


div#featured-solutions-box,
div#company-profile-box,
div#partnersSidebar{
    padding: 12px;
}
div#featured-solutions-box h2,
div#company-profile-box h2,
div#partnersSidebar h2{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.8px;
	padding: 15px 15px 0px 0px;
}


span.featured-solutions-footer {
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 540px) {
#welcomeDashboard h1,
div#company-welcome h1,
#welcomeDashboard p,
div#company-welcome p {
	padding-left: none;
	}
	}


/* Strategic Partners Page */

.partnersHero {
    display: block;
    background: #FFFFFF;
    min-height: 500px;
    margin: 0 0 1px 0;
	position: relative;
	border: 1px solid #eaeaea;
}


.mainVideoWrapper {
	background:#cecece;
	opacity:0;
	display:none;
	/*margin-bottom: 50px;*/
}

.mainVideo {
	width: 100%;
    height: auto;
	}

.videoEnd {
	height: 25px;
	width: 25px;
	position:absolute;
	box-sizing: border-box;
	line-height: 25px;
	display: inline-block;
	z-index: 99999;
    margin-left: 25px;
    margin-top: 25px;
}
.videoEnd:before,
.videoEnd:after {
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	display: block;
	height: 5px;
	width: 25px;
	background-color: #fff;
	transition: all 0.2s ease-out;
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.13);
}
.videoEnd:after {
  transform: rotate(45deg);
}
.videoEnd:hover:before,
.videoEnd:hover:after {
  transform: rotate(0deg);
}
.videoEnd:focus{
	background: none;
	border: none;
}



.videoInit {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.videoInit:before {
  content: "";
  position: fixed;
  z-index: 0;
  left: 50%;
  top: 50%;
  bottom: 50%;
  right: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -moz-animation: pulse-border 1500ms ease-out infinite;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 1366px) {
  .videoInit:before {display: none!important;}
}

.videoInit:after {
  content: "";
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(9, 87, 128, 0.8);
  border-radius: 50%;
  -moz-transition: all 200ms;
   -webkit-transition: all 200ms;
  transition: all 200ms;
}

.videoInit:hover:after {
  background-color: rgba(9, 87, 128, 1);
}

.videoInit img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.videoInit span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
	-moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
	-moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
	-moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
	-moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}




#partnersSidebar {
	margin: 50px 0 10px 0;
    display: block;
	}

div#partnersSidebar.is_stuck {
    margin-top: 60px;
}





/* Custom Animations - Page Loading */
@keyframes fade-out-custom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.fade-out-custom {
  animation-name: fade-out-custom;
}





/* Customer Reviews/Ratings */
.Review {
  padding: 24px;
  padding: 1.5rem;
}
@media screen and (min-width: 650px) {
  .Review {
    padding: 48px;
    padding: 3rem;
  }
}
.Review-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Review-details p {
  margin: 0;
  margin-bottom: 0px!important;
}
.Review-details img {
  width: 54px;
  height: 54px;
  margin-right: 24px;
  margin-right: 1.5rem;
  border-radius: 50%;
}
.Review-meta {
    margin-bottom: 25px;
}
.Review-author {
  font-weight: bold;
}
.Review-date {
  color: #b6c2cc;
}
.Review-star {
  color: #B6C2CC;
}
.Review-star--active {
  color: #FF7867;
}
.Review-body .Review-title + p {
	margin-top: 0;
    font-size: 16px!important;
    line-height: 20px!important;
}
.Review-body img {
  margin: 12px 0px;
  margin: 0.75rem 0rem;
}

h3.Review-title {
    font-size: 18px!important;
}


/* User Admin Pages */

.page_actions a {
    display: block;
    background: #e8e8e8;
    text-align: center;
    padding: 15px;
		text-decoration: none;
		color: #c5c5c6;
}

.page_actions a:hover,
.page_actions a:focus{
    background: #f3f3f3;
    cursor: pointer;
		text-decoration: none;
}


.project_addNew i {
		display: inline-block;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    vertical-align: bottom;
    margin-top: 10px;
    color: #d4d4d4;
}

.project_addNew span {
		display: block;
    font-size: 15px;
    padding: 10px 0 20px 0;
    font-weight: 500;
    color: #c5c5c5;
    text-transform: uppercase;
    cursor: pointer;
}


.is-background {
  z-index: -1; /* Lower than other elements */
  position: fixed; /* Use fixed instead of absolute for full viewport coverage */
  top: 0;
  left: 0;
  width: 100vw; /* Set width to full viewport width */
  height: 100vh; /* Set height to full viewport height */
  overflow: hidden; /* Prevent overflow */
}

.is-background video {
  position: absolute; /* Position the video absolutely */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  min-width: 100%; /* Minimum width to 100% to cover the viewport */
  min-height: 100%; /* Minimum height to 100% to cover the viewport */
  width: auto; /* Maintain aspect ratio */
  height: auto; /* Maintain aspect ratio */
  transform: translate(-50%, -50%); /* Center the video */
  object-fit: cover; /* Cover the area without distortion */
}

.is-background video.fallback {
  background-size: cover; /* Ensure background covers */
  background-position: center; /* Center the background */
  background-repeat: no-repeat; /* No repeating */
}

/* PRINT STYLES */
@media print {

	.eNDA-content p,
	.eNDA-content h1 {padding: 0px!important;}

	.header,
	.accountHeader,
	.footer-wrapper,
	.expenceActions,
	#block-button-expand{display:none!important;}

	.mainWrapper {box-shadow:none!important;}
}

.rwd-table.inner-table tr {
  border: none;
}