@font-face {
	font-family: 'Brush Script MT';
	src: url('/assets/fonts/BrushScriptStd.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}


@media screen and (min-device-width: 1360px) and (max-device-width: 1366px) {
	body {
		zoom:85%;
	}
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1280px) {
	body {
		zoom:80%;
	}
}

#main-navbar-top {
	background-color: #f6f7f8;
}

#left .thumbnail
{
	padding: 2px;
}

#left > .media, #left > .media a
{
	color: #dddddd;
}

#menu > li ul:before {
	content: '';
	height: 100%;
	opacity: 1;
	width: 3px;
	background: #41b6c8;
	position: absolute;
	left: 24px;
	top: 0;
	border-radius: 15px;
	z-index: 1;
}

#left .media {
    padding: 15px 5px 15px 15px;
    margin: 0 0 0 0;
    background: linear-gradient(180deg, rgba(46,77,108,1) 0%, rgba(28,45,61,1) 100%);
    border-bottom: 1px solid #2b3f52;
}

#menu > li > ul > li > a{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

#menu .fa, #menu .glyphicon {
	color: #f8f8f8;
	margin-right: 5px;
}

.header-shadow {
	-moz-box-shadow:0 5px 10px rgba(182, 182, 182, 0.75);
	-webkit-box-shadow: 0 5px 10px rgba(182, 182, 182, 0.75);
	box-shadow: 0 5px 10px rgba(182, 182, 182, 0.75);
	z-index: 999;
	position: relative;
}

#inner {
	/*margin-top: -10px;*/
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s; /* Firefox < 16 */
	-ms-animation: fadein 1s; /* Internet Explorer */
	-o-animation: fadein 1s; /* Opera < 12.1 */
	animation: fadein 1s;
	padding-top: 5px;
}

.navbar {
	border: none;
}

.menu-logo{
	min-height: 50px;
	background-color: #f6fbff;
	border-right: 1px solid #eeeff0;
}

.nav-btn-notif
{
    background-color: #ffffff;
}
.nav-btn-notif:hover
{
    background-color: #ebffff;
}

.nav-btn-sms {
    background-color: #e0f3ff;
}
.nav-btn-sms:hover{
    background-color: #cfe3ef;
}

.nav-btn-suggestion {
    background-color: #ffffd2;
}
.nav-btn-suggestion:hover {
    background-color: #ffe9aa;
}

.nav-btn-separator:before {
	position: absolute;
	left: -16px;
	top: 50%;
	background: #dee2e6;
	width: 1px;
	height: 30px;
	margin-top: -15px;
	content: '';
}

@keyframes fadein {
	from { opacity: 0.1; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0.1; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0.1; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0.1; }
	to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0.1; }
	to   { opacity: 1; }
}

.editableText {
border:1px solid transparent;
border-radius: 3px;
width: auto;
background-color:transparent;
}

.editableText:focus, .editableText:hover, .normal_input{
  border:1px solid #66afe9;
  outline: 0;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.center-y{ vertical-align:middle;}
.center-x{ text-align:center;}

.actionButton { min-width: 2.8em; min-height: 2.5em; }

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

.box header h5 {
	color: #222;
	font-size: 1.2em;
}

.inverse header h5 {
	color: #fff;
	text-shadow: none;
}

.contractNumber {
	min-width:12em;
}

.greybox {
	position: relative;
	display: block;
	padding: 9px;
	margin: 10px 10px 10px;
	margin-bottom:2em;
	color: #333;
	background-color: #F5F5F5;
	border: 1px solid #efefef;
	/*CUSTOM AJOUTÉ PAR RAPHAEL*/
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.timesheetVersionLabel {
	position: relative;
	z-index: 0;
	color: #6e6e6e;
	background-color: #F5F5F5;
	border: 1px solid #dadada;
	/*CUSTOM AJOUTÉ PAR RAPHAEL*/

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

.timesheetTable {
width: 100%;
border-collapse: collapse;
border-spacing: 0px;
margin-bottom:1em
}

.timesheetTable > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #DDD;
padding: 8px;
line-height: 1.42857;
}

.timesheetTable > tbody > tr > td {
vertical-align: top;
padding: 8px;
color:#333;
}

.timesheetTable > tbody > tr.exportrules > td{
	padding: 0;
}

.timesheetTable tfoot > tr > td {
    vertical-align: central;
    border-top: 2px solid #DDD;
	font-weight:bold;
	padding: 8px;
}

.timesheetTable tfoot > tr.bankedhours_tr > td {
	border: none;
}

.timesheet_h {
	width:2.5em;
	text-align:center;
	font-weight: 600;
	color:#333;
	background-color: #CCC;
	margin:2px;
}

.timesheet_h_ov {
	width:2.5em;
	text-align:center;
	font-weight: 600;
	color:#333;
	background-color: #CCC;
	margin:2px;
}

::-webkit-input-placeholder {
	color: #A9A9A9;
}

:-moz-placeholder { /* Firefox 18- */
	color: #A9A9A9;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #A9A9A9;
}

:-ms-input-placeholder {
	color: #A9A9A9;
}


.timesheetTable th, .timesheetTable td {
	text-align:center;
}

.timesheetTable td {
	color:#666
}


.modal-header-success, div.modal.header-success > div > div > div.modal-header {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-header-warning, div.modal.header-warning > div > div > div.modal-header {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger, div.modal.header-danger > div > div > div.modal-header {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-header-info, div.modal.header-info > div > div > div.modal-header {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary, div.modal.header-primary > div > div > div.modal-header {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #337ab7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.ui-menu {
	width: auto;
	min-width: 15em;
	max-width: 25em;
	font-size: .8em;
	z-index: 2;
}

/*USED IN ADMIN PANNEL & OLD BROWSE FEATURE*/
/*USED IN ADMIN PANNEL & OLD BROWSE FEATURE*/
.collapse-container, .table-quotes {
	margin:0px;
	padding:0px;
}

.collapse-container > thead > tr > th, .table-quotes > thead > tr > th,
.collapse-container > tbody > tr > td, .table-quotes > tbody > tr > td,
.collapse-container > tbody > tr > td, .table-quotes > tbody > tr > td {
    padding: 2px;
	font-size: 12px;
}

.collapsibleTr {
	cursor:pointer;
	font: normal 11px verdana, arial, helvetica, sans-serif;
}

.collapsibleTr:hover, .updatablePurchasable:hover, .selectedPurchasable, .selectable:hover {
	background-color:#97CBFF;
	cursor:pointer;cursor:hand;
}

/*USED IN ADMIN PANNEL & OLD BROWSE FEATURE*/
/*USED IN ADMIN PANNEL & OLD BROWSE FEATURE*/

.listSheet_small {
	width:3.5em;
	text-align:center;
	font-weight: 500;
	color:#333;
	border:1px solid #CCC;
	border-radius: 3px;
	background-color:transparent;
}

.listSheet_100 {
	width:100%;
	text-align:center;
	font-weight: 500;
	color:#333;
	border:1px solid #CCC;
	border-radius: 3px;
	background-color:transparent;
}

.listSheet_small {
	width:3.5em;
	text-align:center;
	font-weight: 500;
	color:#333;
	border:1px solid #CCC;
	border-radius: 3px;
	background-color:transparent;
}

.listSheet_7 {
	width:7em;
	text-align:center;
	font-weight: 500;
	color:#333;
	border:1px solid #CCC;
	border-radius: 3px;
	background-color:transparent;
}


table.listTable {
  width:100%;
  border-collapse: collapse;
  border: none;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #f6f6f6;
  text-align:left;
  padding-top:20px;;

  }

.listTable select {
	width:100%;
}

table.listTable > thead, table.listTable > tfoot {
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%);
border-top: solid thin #E0E0E0;

background-repeat: repeat-x;
text-align:left;
height:30px;
}
table.listTable > thead th, table.listTable > tfoot th {
padding:5px;
}

table.listTable > tbody th, table.listTable > tbody td {
padding:5px;
vertical-align:middle;
}

table.listTable.eachtwo tr:nth-child(4n-1), table.listTable.eachtwo tr:nth-child(4n)  {
background: #FFF;
}

table.listTable.eachtwo tr:nth-child(4n-1) {
border-top:thin solid #999;
}

table.listTable.eachtwo tr:nth-child(4n)  {
border-bottom:thin solid #999;
}



tr.selected {
	background-image: linear-gradient(to bottom, #428BCA 0%, #2D6CA2 100%);
    background-repeat: repeat-x;
}

tr.selected > td{
	color: #F5F5F5;
	font-weight:bold;
}
tr.selected td div.dropdown > a {
text-align:center;
}

tr.itemRemoved td {
	text-decoration: line-through;
	color:#900;
	font-weight:bold;
}

tr.selected > td > input, tr.selected > td > div> input {
    color: #000;
}

tr.selected > td > input:disabled, tr.selected > td > div> input:disabled {
    color: #900;
	background-color: #CCC;
	text-decoration: line-through;
}

.selectedTr td {
    border-bottom: 1px solid #4D4D4D;
    color: #F5F5F5;
	font-weight:bold;
	cursor: auto !important;
}


tr.selectedTr:hover td, tr.selectedTr:hover th, tr.selectedTr {
	background-image: linear-gradient(to bottom, #428BCA 0%, #2D6CA2 100%);
    background-repeat: repeat-x;

}

/* CSS POUR LES LISTE QUOTE OU ORDER */
/* CSS POUR LES LISTE QUOTE OU ORDER */
#listContent {
	width:700px;
	margin-left: auto ;
  	margin-right: auto ;
	padding:5px;
	font-family: Arial;
    font-size: 14px;
	background-color: #F5F5F5;
	border: 1px solid #666;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
	overflow: hidden;
}
#listContent p {
	font-size: 14px;
	margin:0px;
}

#listContent .quote_list {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	float:left;
}

#listContent .quote_list table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px verdana,arial,helvetica,sans-serif;
}

#listContent thead th, #listContent tfoot td {
background:url(../img/bg1.png) repeat-x;
font-weight: bold;
text-align:left;
height:25px;
}

#listContent tfoot td {
	font-size:1.6em;
}

#listContent table tr:nth-child(odd)  {
background: #FFF;
}

#listContent td {
	border-top: thin solid #666;
	padding:5px;
	vertical-align:middle;
}

#listContent table tr:nth-child(even)  {
background: #CCC;
}


#listContent h1 {
margin-top:0px;
font-family: Arial;
font-size:26px;
font-weight:bold;
}

#listContent fieldset {
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 10px;
	margin:10px;
	}
#listContent legend {
	width:auto;
	 margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
	}
/* FIN */
/* FIN */
/* FIN */

.navbar-fixed-bottom {
background-color: #2C2C2C;
background-image: -moz-linear-gradient(center top , #444, #333);
background-repeat: repeat-x;
box-shadow: inset -1px 0px 2px 0px #C7C7C7;
-webkit-box-shadow: inset 0px 0px 2px 0px #C7C7C7;
-moz-box-shadow: inset 0px 0px 2px 0px #C7C7C7;
-o-box-shadow: inset 0px 0px 2px 0px #C7C7C7;
}

.datepicker{z-index:1151 !important;}

.phone_image.thumbnail img
{
	max-width: 200px;
	max-height: 200px;
	border-radius: 4px;
}

.phone_image.thumbnail {
	position:relative;
	overflow:hidden;
}

.phone_image .caption {
	position:absolute;
	top:0;
	right:0;
	background:rgba(66, 139, 202, 0.75);
	width:100%;
	height:100%;
	padding:2%;
	display: none;
	text-align:center;
	color:#fff !important;
	z-index:2;
}


/*Force scrollbar show*/
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

table.userSchedule {
	width:100%;
	border-collapse: collapse;
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: #363636;
	background: #f6f6f6;
	text-align:left;
	padding-top:20px;;
}

.userSchedule th {
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	text-align: center;
}

.userSchedule ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.userSchedule ul li:before {
	content: "\00BB \0020";
}
.userSchedule ul li {
	padding-left: 0px;
}

.focusedInput {
	border-color: rgba(82,168,236,.8);
	outline: 0;
	outline: thin dotted \9;
	-moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
	box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
}

/* CSS for Credit Card Payment form */

.credit-card-box{
	margin: 1em;
}
.credit-card-box .panel-title {
	display: inline;
	font-weight: bold;
	line-height: 43px;
	padding-left: 2.5em;
}
.credit-card-box .form-control.error {
	border-color: red;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}
.credit-card-box .payment-errors {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}
.credit-card-box label {
	display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
	display: table;
}
.credit-card-box .display-tr {
	display: table-row;
	width: 100%;
}
.credit-card-box .display-td {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
	min-width: 180px;
}

.callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
	background-color: #fafafa;
}
.callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.callout p:last-child {
	margin-bottom: 0;
}
.callout code {
	border-radius: 3px;
}
.callout+.bs-callout {
	margin-top: -5px;
}
.callout-default {
	border-left-color: #777;
}
.callout-default h4 {
	color: #777;
}
.callout-primary {
	border-left-color: #428bca;
}
.callout-primary h4 {
	color: #428bca;
}

.callout-primary label {
	color: #428bca;
	font-size: 18px;
}
.callout-success {
	border-left-color: #5cb85c;
}
.callout-success h4 {
	color: #5cb85c;
}
.callout-danger {
	border-left-color: #d9534f;
}
.callout-danger h4 {
	color: #d9534f;
}
.callout-warning {
	border-left-color: #f0ad4e;
}
.callout-warning h4 {
	color: #f0ad4e;
}
.callout-info {
	border-left-color: #5bc0de;
}
.callout-info h4 {
	color: #5bc0de;
}

/*Expensereport table*/
#expenseTable .bottom { position: absolute; bottom: 0; }
#expenseTable td { position: relative}


/*For notes in Contract*/
li.ui-state-default{
	background:#fff;
	border:none;
	border-bottom:1px solid #ddd;
	text-align: left;
	padding: 0px 10px 10px 10px;
}

li.ui-state-default:last-child{
	border-bottom:none;
}

ul.ui-sortable small{
	padding-right: 10px;
}

/*For button on textarea in contracts (for contract notes)*/
.textarea-btn-primary{
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}

.textarea-btn-primary:hover
{
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

/*For datepicker inline in schsdule options (select holidays)*/
.datepicker-inline{
	border:1px solid #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);
	border-radius: 3px
}


/*HELPCENTER*/
/*HELPCENTER*/

/*FAQ*/
.faq h4{
	font-size: 1em;
}
.faq .panel-body{
	font-size: 0.9em;
}

.helpcentertext
{
	font-size: 2.5em;
	font-family: "Inconsolata", "Fira Mono", "Source Code Pro", Monaco, Consolas, "Lucida Console", monospace;
}

#first_steps_admin .media{
	font-size:12px;
}

.col-sm-padding
{
	padding-left:7px;
	padding-right:7px;
}

.striped-text
{
	text-decoration: line-through
}

.dropshadow
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.65);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.65);
}


/*LOADING SPINNER ON ALL AJAX REQUEST*/
#loader {
	background-color: rgba(0, 0, 0, 0.60);
	color: #41b6c8;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 25%;
	display:none;
}

tr.odd
{
	background-color: #f9f9f9;
}

tr.even
{
	background-color: #ffffff;
}

.timesheetTable tr.odd
{
	background-color: #f9f9f9;
}

.timesheetTable tr.even
{
	background-color: #f5f5f5;
}

.transparent_input
{
	width: 100%;
	border: 1px solid #ddd;
	background: transparent;
	padding: 5px 8px 5px 8px;
	outline: 0;
	border-radius: 5px;
}

textarea.transparent_input {
	min-height: 3em;
}

.transparent_input:focus {
	box-shadow: 0 0 3px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}

.transparent_input:hover {
	cursor: alias;
	border: 1px solid rgba(81, 203, 238, 1);
}

.begin-end-label {
	/*display: inline;*/
	padding: .2em .2em .2em;
	font-size: 75%;
	/*font-weight: bold;*/
	/*background-color: #F5F5F5;*/
	border: 1px solid #777;
	line-height: 1;
	color: #222;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.time-value
{
	font-size: 100%;
	font-weight: bold;
}

.time-reg-ot
{
	font-size: 75%;
}

.popover{
	max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.viewed-td
{
	background-color:#D7FFD4 !important;
}

.box header.bluebg {
	background-image: -webkit-linear-gradient(top, rgba(45, 108, 162, 0.54) 0%, rgba(66, 139, 202, 0.28) 100%);
	background-image: linear-gradient(to bottom, rgba(66, 139, 202, 0.28) 0%, rgba(45, 108, 162, 0.54) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#428BCA', endColorstr='#2D6CA2', GradientType=0);
	border-bottom: 1px solid #d4d4d4;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	border-radius: 3px;
}

.nonEditableText {
	border: none;
	background-color: transparent;
}

#export-expenses-formfields .dropdown-menu  {
	max-width: 37em;
}

.smallPlaceholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 1; /* Firefox */
	font-size: 0.75em;
}

.smallPlaceholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 0.75em;
}

.smallPlaceholder:-ms-input-placeholder { /* Microsoft Edge */
	font-size: 0.75em;
}

tr.border_bottom td {
	border-bottom:12pt solid #FFF;
}

.ongoing-gif-icon {
	margin-top: -6px;
	height: 18px;
	width: 18px;
}

.canClick {
	cursor:pointer;
}

.readjustment-label {
	min-height: 32px;
	text-align: left;
}

.getapp-img-wrapper{
	width: 100%;
	padding-bottom: 150%; /* your aspect ratio here! */
	position: relative;
}

.cw-nav-btn {
	color: #333333;
	text-decoration: none;
}

.cw-nav-btn:hover, .cw-nav-btn:focus {
	color: #f54c00;
	text-decoration: none;
}

.nav-disconnect-btn {
	position: relative;
	top: 2px;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	color: #c34138;
}

.icon-wrapper {
	margin: 0;
	margin-left: 20px;
	height: 40px;
	width: 40px;
	text-align: center;
	overflow: visible;
	border-radius: 50%;
	line-height: 45px;
	position: relative;
	display: inline-block;
	float: left;
}

.row-vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.projects-bank-readjust {
	width: 17em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.dropdown-left-manual {
	right: 0;
	left: auto;
	padding-left: 1px;
	padding-right: 1px;
}

.fa-gradient {
	background: rgb(245,76,0);
	background: linear-gradient(145deg, rgba(65,182,200,1) 28%, rgba(7,72,135,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.plus-logo {
	font-weight: bold;
	font-style: italic;
	font-family: 'Righteous', cursive;
	color: #f54c00
}

.modal-xl > .modal-dialog{
	width: 80% !important;
}

/* Make sure any notifications coming from Vue (UIV) gets shown on top of everything */
.alert.fade {
	z-index: 9999;
}

.status-bar {
	padding: 0 20px;
	background-color: #ff7575;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.status-bar a {
	color: #fff;
	text-decoration: underline;
}
