﻿@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400italic,400,600,700&lang=en");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,700&lang=en");
@import url('https://fonts.googleapis.com/css?family=Caveat');


/*****************************************************
Boxes
*****************************************************/
.box-title {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0 0;
    color: inherit;
    margin-bottom: 0;
    min-height: 48px;
    padding: 14px 15px 7px;
    font-weight: 600;
}

.box-title h2 {
	display: inline-block;
    float: left;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
}

.box-title p {
    font-weight: normal;
}

.box-content {
	background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    color: inherit;
    padding: 15px 20px 20px;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

.box-content + .box-title {
    margin-top: 15px;
}

.box-buttons,
.button-controls {
    padding-top: 15px;
    text-align: right;
    clear: both;
}

.page-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.box-content .subtitle {
    border-bottom: 1px solid #efefef;
    color: #2196f3;
    font-weight: 600;
    text-transform: uppercase;
}

.box-content .subtitle h2,
.box-content .subtitle h3 {
    font-size: 1em;
    font-weight: 600;
    margin-top: 0;
}

.box-content .subtitle + .form-inline {
    margin-top: 1em;
}


.report-export-container {
    margin-top: 1em;
}

h2 {
    font-size: 21px;
}


::-webkit-input-placeholder {
    /*font-family: Open Sans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/
    font-style: italic;
    color: #CCC;
    font-size: 1em;
}

:-moz-placeholder { /* Firefox 18- */
    /*font-family: Open Sans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/
    font-style: italic;
    color: #CCC;
    font-size: 1em;
}

::-moz-placeholder { /* Firefox 19+ */
    /*font-family: Open Sans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/
    font-style: italic;
    color: #CCC;
    font-size: 1em;
}

:-ms-input-placeholder {
    /*font-family: Open Sans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/
    font-style: italic;
    color: #CCC;
    font-size: 1em;
}



/*****************************************************
Logo
*****************************************************/
.toplogo__ {
	border: 0px;
	border-radius: 3px;
	background:#FFF;
	padding: 0px;
	margin: 10px 0;
}
.toplogo {
	margin: 10px 0 0 12px;
	
}





/*****************************************************
Layout
*****************************************************/

#content_wrapper {
    margin-top: 15px;
    min-height: 600px;
}

#pagewrapper {
	position: absolute;
	width:100%;
	top:0;
	left:0;
	transition: 0.5s;
}

.footer {
	background: #fff;
	border-top: 1px solid #e9e9e9;
	display: block;
	padding: 19px 25px;
	width: 100%;
	margin-top: 1em;
}

.navbar-brand > img {
    display: block;
    max-height: 25px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
}

.navbar .navbar-nav > li > a{
    text-align: center;
}

.navbar i + span {
    display: block;
    margin-top: 0.25em;
    font-size: 0.85em
}

.navbar i + span.caret {
    display: inline-block;
    margin: inherit;
}

.navbar.navbar-top {
    clear: both; 
    display: block; 
    background: #1976D2; 
    border-bottom: 1px solid #2196F3;
    color: #fff;
}

#navlist li:hover {
     background: #2196F3;
 }

#navlist li:hover .dropdown-menu {
    display: block;
}


.tabbed {
    background: #fff !important;
}

.header-wrapper {
	background-color:#fff;
}

.header {
    height: 80px;
}

.header .company {
	float: left;
    max-height: 80px;
    margin-top: 15px;
}

.header .brand {
    float: right;
    max-height: 70px;
}

.header .company img,
.header .brand img {
	max-height: 70px;
}

.branding {
    display: block;
    min-height: 20px;
    width: 100%;
}

.navbar {
    margin-bottom: 0;
    border: none;
}

.subnav {
    background: #2196f3;
    margin-bottom: 15px;
    min-height: 40px;
}

.subnav li a {
    color: #dfdfdf;
    font-weight: 600;
}

.subnav .current,
.subnav .active a,
.subnav li a:hover,
.subnav .nav-tabs > li.active > a {
    /*color: #fff;*/
    color: #fad13f;
    background: #2196f3;
    cursor: pointer
}
.subnav li a:hover {
    color: #fff;
}


.pager {
    margin: 0;
    padding: 0 1em;
    text-align: right;
}

.pager li > a, .pager li > span {
    border-radius: 0;
}

.pager .pagination {
    margin: 10px 0;
}

.pager.scroll-to-fixed-fixed{
    position: fixed;
    bottom: 0;
    background: #e7eaec;
    width: 1170px;
    padding: 0 1em
}


.list_select_info {
	float: right;
}



/*****************************************************
Login
*****************************************************/
.login-box {
    background: #1976D2 none repeat scroll 0 0;
		border:6px solid white;
    border-radius: 3px;
    margin-top: 80px;
    max-width: 480px;
    padding-bottom: 20px;
    position: relative;
    color: white;
}

.login-box hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    margin: 20px auto 20px;
    width: 70%;
}

.login-box .login-logo {
	padding: 16px 0px 0px 0px; 
 	text-align: center;
}

.login-form {
	 width: 70%;
   margin: 0 auto 15px;
}

.login-intro {
    width: 80%;
    margin: 0 auto 1em;
}

.login-intro a {
    color: #FFF;
}

.login-form input {
    border: 0 none;
    /* display: block; */
    padding: 8px;
 }

.login-form .checkbox a {
    color: #fff;
    font-weight: bold;
}

.login-links {
    text-align: center;	
		margin-top:12px;
}

.login-links a {
    color: white;
}

.login-links .btn {
    width: 100%;
}

.btn.btn-login,
.btn.btn-send {
    background: #2196f3;
    color: #fff;
     display: block;
    margin: 10px auto;
}

.btn.btn-login:hover,
.btn.btn-send:hover {
    background: #1E88DD;
}

.login-links .lnk_register {
    margin-top: 3em;
    display: inline-block;
}

.login-footer {
    text-align: center;
    padding: 1em 0;
}


/*.login-form-icon i.glyphicon {
    font-size: 140px;
    color: #e7eaec;
}*/

.fieldfeedback {
	padding:5px;
	background:#FDEAE1;
	color:red;
	z-index:1;
}


/*****************************************************
Menus etc
*****************************************************/
.menu-global-add {
    margin: 1em 1.2em 0 0;
}

.menu-global-add button i {
	font-size: 1.2em; 
    line-height: 1.2em;
}

.menu-global-settings > i {
    font-size: 1.2em; 
    line-height: 1.2em;
}


.dropdown-menu-header {
	background:#E7EAEC;
	margin:0px;
	margin-top:-6px;
	padding: 6px 20px;
	border-bottom:1px solid #e5e5e5;
}

.dropdown-menu i.fa{
	margin-right:6px;
}



/*****************************************************
Panels
*****************************************************/

.pagefilter {
}


.pagefilter .panel {
    padding: 5px 20px;
    margin: 0 0 5px 0;
}

.panel .form-inline {
    margin: 0.5em 0;
}


/*****************************************************
User Pics
*****************************************************/
					 
					 
.usrpic {
	display: inline-block;
	width: 48px;
	height: 48px;
	
	font-size: 28px;
	line-height:170%;
	text-align:center;
	color:white;
	
	border-radius: 50%;
	border: 0px solid lightgrey;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
	
.usrpic-xl {
	width: 80px;
	height: 80px;
	font-size: 48px;
}

.usrpic-lg {
	width: 64px;
	height: 64px;
	font-size: 36px;
}

.usrpic.usrpic-sm {
	width: 32px;
	height: 32px;
	font-size: 18px;
}

.usrpic.usrpic-self {
	background-color: darkorange;
}



/*****************************************************
Buttons
*****************************************************/
.btn-ico {
    font-size: 1.5em;
}

.btn-actions button.dropdown-toggle,
.btn-actions button.dropdown-toggle:focus {
    background-color: #1976d2;
    border-color: #1976d2;
}

.btn-drop {
    background: #fff;
    border-radius: 0;
    border: 1px solid #cccccc;
}

/*****************************************************
UI Dialog
*****************************************************/
.ui-dialog {
    border: 1px solid #fff;
    color: #676a6c;
    padding: 0;
}

.ui-dialog .ui-widget-header {
    border-width: 0 0 1px 0;
    border-color: #e5e5e5;
    border-style: solid;
    padding: 1em;
    margin-bottom: 1em;
}

.ui-dialog .ui-dialog-title {
    font-weight: normal;
    font-size: 1.2em;
    color: #676a6c;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none;
    opacity: 0.2;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    background: none;
    opacity: 0.5;
}

.ui-dialog .ui-dialog-buttonpane {
    border: none;
}

.ui-dialog .ui-dialog-buttonset button{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 2px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 3px;
    background: #c2c2c2;
    border-color: #c2c2c2;
    color: #ffffff;
   
}

.ui-dialog .ui-dialog-buttonset button.ui-state-focus {
     background: #2196f3;
    border-color: #2196f3;
    color: #ffffff;
}

/*****************************************************
Tabs
*****************************************************/
.nav-tabs {
    border: none;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    border: none;
}

.nav-tabs > li {
    float: left;
    margin-bottom: 0;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    background: #e0e0e0;
    color: #2196f3;
}


/*****************************************************
Tables
*****************************************************/
.table > thead > tr > th {
    line-height: 28px;
    text-align: left;
    vertical-align: middle;
}

.table.table-borderless td {
	border:0;
}


table.datatable tr td .btn-group {
    visibility: hidden;
    font-size: 10px !important;
}
table.datatable tr:hover .btn-group {
    visibility: visible;
}

table.datatable tr .btn-group .btn {
    padding: 2px 5px;
}

table.datatable tr .btn-group .dropdown-menu .fa-fw {
    text-align: center;
    width: 1.28571em;
}

.datatable .dragcell_on {
	background-image:url(../images/drag_icon2.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#F5F5F5;
	height:24px;
	width:24px;
}

.datatable .dragcell_off {
	background-color:#F5F5F5;
	background-image:none;
	height:24px;
	width:24px;
}

table.datatable tr td {
    vertical-align: middle;
}

.lightboxtable {
	font-size:.95em;
}

.lightboxtable a {
	color: #2196F3;
	text-decoration:underline;
}
.lightboxtable a:hover {
	color: #2196F3;
	text-decoration:none;
}


.subtable {
	border:6px solid #d9edf7;
	margin-bottom:4px;
	width:100%;
}

.subtable th {
	font-weight: normal;
	background: #d9edf7;
}


.subtable .footrow td {
	padding-top: 12px;
	background: #d9edf7;
}



/*invoice*/

.invoicetable,
#invoicebody {
    margin-top: 15px;
}

.invoicetable .invoicerow td {
		font-size:12px;
		border: none;
		vertical-align: middle;
}

.invoicetable .form-control {
		font-size:12px;
		padding: 5px 8px;
}

.invoicetable input[type=text]{
    xxpadding: 7px 4px;
}

.invoicetable .dragcell_on {
	background-image:url(../images/drag_icon2.png);
	background-repeat:no-repeat;
	background-position:center 4px;
	/* background-color:#F5F5F5; */
	height:24px;
	width:12px;
}

.invoicetable .dragcell_off {
	/* background-color:#F5F5F5; */
	background-image:none;
	height:24px;
	width:12px;
}

.search_actions {
    margin: 15px 0;
    display: block;
}

.button_actions {
    margin: 10px 0;
}

.filter_second {
    margin-top: 5px;
}

.invoice_description {
    font-style: italic;
    font-size: 11px;
}
.glyphicon.warning,
.fa.warning {
	color: #f8ac59
}
.fa.danger {
	color: #ff0000;
}

.glyphicon.ok,
.fa.ok {
    color: #33CC00;
}
.fa.danger {
    color: "purple";
}

/*****************************************************
Invoice detail
*****************************************************/
.invoice_mainimage {
    background: #fff;
		margin-bottom: 20px;
		text-align:center;
		background-color:#E5E5E5;
}

.invoiceimg {
		margin-bottom: 20px;
}

.invoice_general_status {
    clear: both;
    display: block;
    padding: 1em;
    color: #fff;
}

.invoice_general_status.ok {
    background: #23c6c8;
}

.invoice_general_status.warning {
    background: #f8ac59;
}

.invoice_general_status label {
    font-weight: bold;
    display: block;
}

.invoice_general_message_senddate {
    background-color: #D9EDF7;
    padding: 5px 15px;
    background-repeat: no-repeat;
    color: #2196f3;
}

.invoice_general_message_nosend {
    background-color: #ed5565;
    padding: 5px 15px;
    background-repeat: no-repeat;
    color: #fff;
}

.invoice_general_message_concept {
    background-color: #FFB90B;
    padding: 5px 15px;
    background-repeat: no-repeat;
    color: #fff;
}

.invoice_general_message_templateinfo {
    background-color: #fff;
    padding: 5px 15px;
    background-repeat: no-repeat;
    /* color: #fff; */
		border-bottom:1px solid #dddddd;
}


/*****************************************************
Invoice edit
*****************************************************/
#invoiceedit .invoice_logo {
	margin: 2em;
}

#invoiceedit #img_invoice_logo {
	max-height: 120px;
	max-width: 300px;
}

#invoiceedit .form-group {
    margin-bottom: 0;
}

#invoiceedit .invoice_logo_empty {
	margin: 1.5em;
	border: 2px dashed #dddddd;
	border-radius:4px;
	width:300px;
	height:120px;
	color: grey;
	text-align:center;
}

#invoiceedit .invoice_message_top,
#invoiceedit .invoice_message_bottom {
    width: calc(100% - 48px);
    margin: 24px;
    padding: 5px;
}


#invoicecustomer {
    padding: 2em 0;
		min-height:200px;
}

#invoicecompanydetails {
    padding: 2em 0 2em 1em;
}

.invoice_meta input,
.invoice_customer_data input {
    padding: 2px;
    border: 0;
    margin: 0;
    border: 1px solid transparent;
    background: transparent;
    transition: all .5s ease;
	
}

.invoice_meta input:hover,t
.invoice_customer_data input:hover {
    border: 1px solid #2196F3;
}

.invoice_meta .locked {
	cursor: not-allowed
}

.invoice_meta .locked:after {
    content: "\00a0 \f023";
    font-family: FontAwesome;
    display: none;
}

.invoice_meta .locked:hover:after {
    display: inline-block;
}


.invoice_customer_data {
    border: 2px dashed transparent;
		padding:4px;
		border-radius:4px;
    transition: all .5s ease;
		position: relative;

}

.invoice_customer_data:hover {
    border: 2px dashed #dddddd;
		padding:4px;
}

.invoice_customer_data .actions {
    float: right;
    color: #2196f3;
    margin-right: 0.25em;
		position:absolute;
		right: 6px;
		bottom: 6px;
}

.invoice_customer_data .actions:hover {
    cursor: pointer;
    color: #1c84c6;
}




/*****************************************************
Misc
*****************************************************/
.pointer {
    cursor: pointer;
}

/*****************************************************
Feedback
*****************************************************/


.tooltip {
    width:400px;
}

a.klantafpunten:hover,
a.levafpunten:hover,
a.rekafpunten:hover,
a.movementedit:hover {
    text-decoration: none;
}

.fa.user-klant {
    color: #33CC00;
}

.fa.user-leverancier {
    color: #ed5565;
}

.fa.user-andere {
    color: #1c84c6;
}

.dash-button {
	 font-size: 30px; 
   font-weight: 100;
	 
	 float:left;
	 margin-right:6px;
	 
	 color: #2196F3;
	 
}

.chartviz {
    margin-top: 15px;
}

.chartviz .col-sm-3 .box-title {
    margin-bottom: 10px;
}

/*****************************************************
Status
*****************************************************/
.status-label {
    display: inline-block;
    padding: 0.6em;
    width: 100%;
    text-transform: uppercase;
}

.label-success {
    background-color: #33CC00;
}

.label-warning {
    background-color: #FFB90B;	
}

.label-danger {
    background-color: red;
}


/*****************************************************
Toastr
*****************************************************/
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button ,
#js_feedback #js_feedback_closebox{
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#js_feedback #js_feedback_closebox a {
    color: white;
}


.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
   /*pointer-events: none;*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
   
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#js_feedback {
    border-radius: 3px;
    color: #ffffff;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.js_feedback_inner {
    width: 500px;
    margin: 0 auto;
    padding: 15px 15px 15px 50px;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    background-position: 15px center;
    background-repeat: no-repeat;
}


#toast-container > .toast-info,
.js_feedback_default .js_feedback_inner {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error ,
.js_feedback_danger .js_feedback_inner {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success,
.js_feedback_success .js_feedback_inner {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning,
.js_feedback_warning .js_feedback_inner {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 500px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success,
.js_feedback_success .js_feedback_inner {
  background-color: #33CC00;
}
.toast-error,
.js_feedback_danger .js_feedback_inner {
  background-color: #bd362f;
}
.toast-info,
.js_feedback_default .js_feedback_inner {
  background-color: #2196f3;
}
.toast-warning,
.js_feedback_warning .js_feedback_inner {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.search-control{
	height: 34px;
}

.search_simple{
	width: 45%;
}


#content_main {
	padding-right:0px;
}

#content_sidebar {
	float:right;
}

.sorticon {
	color: #2196F3;
}

.inlineicon {
	border:1px solid grey;
	padding:2px 5px;
	margin:0px 4px;
	border-radius:2px;
	white-space:nowrap;
	display:inline-block;
}


/*****************************************************
Datepicker
*****************************************************/

.ui-datepicker {
    border: 5px solid #2196f3;
    margin: 10px 0 0;
    padding: 0;
}


.ui-datepicker::before {
    border-color: transparent transparent #2196f3;
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    height: 0;
    left: 12px;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    top: -11px;
    width: 0;
    z-index: 10;
}

.ui-datepicker .ui-datepicker-header {
    background: #2196F3;
    border: none;
    margin: -5px -5px 0 -5px;
    padding: -2px 0;
    position: relative;
}


.ui-datepicker .ui-datepicker-title {
    font-size: 15px;
    line-height: 44px;
    margin: 0 52px;
    text-align: center;
}


.ui-datepicker td {
    border: none !important;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
}

.ui-datepicker td a, 
.ui-datepicker td span {
    color: #34495e;
    display: block;
    text-decoration: none;
    border: none !important;
    padding: 5px !important;
    text-align: center;
}


.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background: #1c84c6;
    border: none;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 0.5em 0;
}


.ui-datepicker .ui-datepicker-next, 
.ui-datepicker .ui-datepicker-prev {
    color: #fff;
    cursor: pointer;
    height: 46px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 52px;
}

.ui-datepicker .ui-datepicker-prev {
	border-right: 2px solid #2196F3;
}

.ui-datepicker .ui-datepicker-next {
    border-left: 2px solid #2196F3;
    right: 0;
}

.ui-datepicker .ui-datepicker-next span, 
.ui-datepicker .ui-datepicker-prev span {
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -6px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 0;
    background: none;
}


.ui-datepicker .ui-icon-circle-triangle-w {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #fff transparent transparent;
    border-image: none;
    border-style: inset;
    border-width: 7px 12px 7px 0;
}


.ui-datepicker .ui-icon-circle-triangle-e {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: outset;
    border-width: 7px 0 7px 12px;
}

/*****************************************************
Check all
*****************************************************/
input[type="checkbox"].check_select  {
    margin: 5px ;
}

.check_select_container {
    display: inline-block;
    background: #e0e0e0;
}



/*****************************************************
Notes
*****************************************************/
.note {
	border:1px solid #fdd835;
	margin: 0 0 4px 0;
	padding:4px;
	background: #fff9c4;
}
.note_title{
	background-color:#fff9c4;
	padding:4px;
	border-bottom: 1px solid #fdd835;
}

.note_info {
}
.note_text {
	padding:4px;
}
.note_edits{
	float:right;
	text-align:left;
}
.note_edits a {
	border:0;
}
.note_edits img {
	margin-right: 3px;
	border:0;
}
.note_savebutton, .note_cancelbutton {
	display:none;
	margin:4px 0px;
}

.note_cancelbutton {
	display:none;
	margin:4px 0px;
}

.note_payoff {
	padding: 4px;
	border-top: 1px dashed grey;
	font-size: 10px;
	font-style:italic;
}

#newnote_container {
	display:none;
	margin-bottom:8px;
}

#newnote_text {
	min-height:80px;
	border:1px solid #DFF3FF;
	padding:4px;
	background:#FFFFE0;
}

#newnote_note {
	border:1px solid grey;
	margin:4px;
	padding:4px;
}

.newnote_savebutton, .newnote_cancelbutton {
	margin:4px 0px;
}


.form-horizontal.form-table .form-group {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

.form-table i {
    font-size: 1.3em;
      line-height: 1.8em;
}



ul.styler_infograph {
    padding: 0;
}

.steps_list .mainfeat {
		min-height:110px;
}

.steps_list > div {
    display: table;
    list-style: outside none none;
    margin-bottom: 14px;
    /*width: 100%;*/
}
.steps_list > div .num {
    color: #F3F3F4;
    display: table-cell;
    font-size: 40px;
    line-height: 0.8;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
    min-width: 45px;
    background: #2196f3; 
}
.steps_list > div .num span {
    display: block;
    position: relative;
}
.steps_list > div .num span::after {
    border-color: transparent #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 1px;
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
}
.steps_list > div .text {
    background: #fff none repeat scroll 0 0;
    display: table-cell;
    /*font-weight: 600;*/
    padding: 8px 16px;
    /*vertical-align: middle;*/
}

.steps_list > div .text .name {
    color: #2196f3;
    font-size: 20px;
    /*font-weight: 700;*/
    margin-bottom: 3px;
    text-transform: uppercase;
    /*width: 280px;*/
}

.box-product-feature {
    min-height: 350px;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 30px;
}

.features-title,
.features-intro{
    text-align: center;
}

.features-intro {
    margin-bottom: 30px;
}

.box-product-feature h4 {
    margin-top: 15px;
    margin-bottom: 30px;
}

.sad-alert {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    color: inherit;
    padding: 15px 20px 20px;
}

.sad-alert .fa-frown-o {
    font-size: 180px;
    margin-top: 30px;
    color: #c2c2c2;
}


.tiny-alert {
    color:#F00;
		margin: 6px 0px;
}


#mydatatable tr[id^="bookyear"] .fa {
    cursor: pointer;
}


.btn-collapse-xs {
    padding: 2px 5px;
}


#a_indentdecrease, 
#a_indentincrease {
    background: #fff;
    color: gray;
    padding: 6px 6px 4px;
}


.btn.btn-inverse {
    background: white;
    border: 1px solid #c2c2c2;
    color: gray;
}

.btn.btn-input{
    background: white;
    border: 1px solid #cccccc;
    color: #555555;
    border-radius: 0;
    font-size: 13px;
}


/*****************************************************
VAT
*****************************************************/
.vat-total {
    color: #33CC00; 
    font-weight: bold;
}


/*****************************************************
Feedback
*****************************************************/
.btn-feedback {
    backface-visibility: hidden;
    color: white;
    display: block;
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
    padding: 83px 7px 8px 6px;
    position: fixed;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    width: 30px;
    z-index: 99;
}

.btn-feedback span {
    display: block;
    transform: rotate(-90deg);
    white-space: nowrap;
}

.btn-feedback span  a {
    color: #fff;
}

.btn-feedback span a:hover {
    text-decoration: none;
}

.btn-feedback.btn-gform {
	background: #33cc00 none repeat scroll 0 0;
	top: 300px;
}

.btn-feedback.btn-sidehelp {
	background: #f7b03d none repeat scroll 0 0;
	top: 180px;
}


/*****************************************************
Page Info / Help Section
*****************************************************/

					
.instruct {
	font-family:Caveat;
	color: #2196F3;
	font-size: 36px;
}

.inform {
	font-size: 18px;
	color: grey;
	clear:both;
	padding: 0px 30px;
}

.inform-section {
	margin-top: 40px;
	margin-bottom: 40px;
}

.infoline {
	margin-bottom: 10px;
	clear:both;
}
.infoline-step {
	display:inline-block;
	float: left;
	font-family: Caveat;
	color: #2196F3;
	font-size: 24px;
	text-align: center;
	width: 40px;
	height: 40px;
	border: 1px solid #2196F3;
	border-radius: 20px;
	margin-right: 12px;
}

.infoline-text {
	margin-left: 10px;
}

.infoline-next {
	padding-top:12px;
	background: url(/images/arrow_right_dn_2.png);
	background-size: 36px 36px;
	background-repeat:no-repeat;
	background-position: 16px 0px;
	padding-left: 56px;
}

/*****************************************************
Numbered list styled 
*****************************************************/
.numlist {
}

.numlist-line {
	margin-bottom:20px;
	clear:both;
}
.numlist-step {
	float: left;
	width: 40px;
	position: relative;
}

.numlist-stepitem {
	position:absolute;
	float: left;
	left:0px;
	
	font-family: Caveat;
	color: #2196F3;
	font-size: 24px;
	text-align: center;
	width: 40px;
	height: 40px;
	border: 1px solid #2196F3;
	border-radius: 20px;
	margin-right: 12px;
}

.numlist-info {
	float: left;
	position: relative;
	left: 50px;
	margin: 0px 70px 12px 0px;
}



/*****************************************************
Alert tooltip
*****************************************************/
.tooltip_info {
    /*display: block;*/
		display:none;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    z-index: 99;
    margin-top: 3px;
    padding: 5px 0;
    width: 300px;
}

.tooltip_info .tooltip-inner {
  min-width: 180px;
	font-size: 13px;
	line-height: normal;
	text-align: left;
	padding: 10px 10px 12px 10px;
  /*background: rgba(51, 208, 44, 0.85);*/
	background: #23C6C8;
	position: relative;
}

.tooltip_info .tooltip-inner:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0;
    /*border-bottom: 8px solid rgba(51, 208, 44, 0.85);*/
		border-bottom: #23C6C8;
    top: -8px;
    left: calc(50% - 8px);
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
}

.tooltip_info .tooltip-inner a {
    color: #fff;
    text-decoration: underline;
}

.tooltip_info .tooltip-inner a#dismiss_logotip {
    text-decoration: none;
}

.tooltip_info .tooltip-inner h3 {
    margin-top: 0;
}

.tooltip_info .tooltip-inner i.fa {
    float: left; 
    margin-right: 15px;
}

.tooltip_info .tooltip-inner a#dismiss_logotip i.fa {
    margin-right: 0;
    float: none;
}

.tooltip_info .tooltip-inner .close {
    font-size: 25px;
}

.tooltip_toggle {
    position: relative;
    padding-bottom: 6px;
    padding-top: 10px;
    position: relative;
    margin-right: 15px;
}

.tooltip_toggle .tooltip-icon {
    padding: 7px; 
    border-radius: 50%; 
    color: #fff;
    cursor: pointer;
    position: relative;
    display: block;
}

.tooltip_toggle .tooltip-icon.hasinfo {
    background: #23C6C8;
}

.tooltip_toggle .tooltip_info {
    position: absolute;
    left: -136px;
    position: absolute;
    top: 43px;
}

/*Pulse*/
/*.tooltip-icon.hasinfo::before,
.tooltip-icon.hasinfo::after {
  animation: pulse 3s linear infinite;
  border: #33CC00 solid 8px;
  border-radius: 9999px;
  box-sizing: border-box;
  content: ' ';
  height: 120%;
  left: -9%;
  opacity: 1;
  position: absolute;
  top: -13%;
  transform: scale(0.75);
  width: 120%;
  z-index: 1;
}

.tooltip-icon.hasinfo::after {
  animation-delay: 1s;
}

@keyframes pulse {
  to {
    opacity: 0;
    transform: scale(2);
  }
}*/


.list_row_item {
    border-bottom: 1px solid #e7e7e7;
    border-collapse: collapse;
    display: table;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    text-align: left;
    width: 100%;
}

.list_row {
    display: table-row;
}

.list_row.info {
    background: #D9EDF7;
}

.list_row_header {
    border-bottom: 2px solid #e7e7e7;
    font-weight: bold;
}

.list_col {
    border-collapse: collapse;
    display: table-cell;
    margin: 0;
    padding: 8px 0;
    vertical-align: middle;
    /*width: 30%;*/
}

.list_col.list_col_select{
    width: 30px;
}

.list_col.list_col_btn{
    width: 50px;
}

.list_table .list_col.list_col_btn .btn-group {
    /*display: none;*/
    padding: 2px 5px;
     font-size: 10px !important;
    visibility: hidden;
}

 .list_col.list_col_btn .btn-group .btn {
    padding: 2px 5px;
}

.list_table .list_col.list_col_btn:hover .btn-group {
    visibility: visible;
}

.list_table .list_row_header .list_col.list_col_btn .btn-group {
    visibility: visible
}

.list_col.list_col_actions{
    width: 50px;
    text-align: center
}

.list_col.list_col_amount {
    text-align: right;
}

.list_col_date {
    width: 100px;
}

.list_col.list_col_status,
.list_col.list_col_w110{
    width: 110px;
}

.list_col.list_col_w90{
    width: 90px;
}

.list_table .list_col_currency,
.list_table .list_panel_label{
    display: none;
}

/**/

.list_panels {
	margin-right:-24px;
}

.list_panels .list_row_item{
    display: block;
    float: left;
    width: 18%;
    margin: 0 2% 2% 0%;
    background: white;
    position: relative;
    border: 1px solid #e7e7e7;
    min-height: 220px;
		box-shadow:2px 2px 1px #bbbbbb;
}

.list_panels .list_row_item:hover {
    border: 1px solid #2196F3 ;
}

.list_panels .list_row {
    min-height: 220px;
}

.list_panels .list_row_item.list_row_header {
    display: none;
}

.list_panels .list_row,
.list_panels .list_col {
    display: block;
    width: 100%;
}

.list_panels .list_col.list_col_select{
    display: inline-block;
    margin-left: 6px;
    padding-top: 3px;
    position: relative;
    width: auto;
    z-index: 1;
}

.list_panels .list_col_status {
    position: absolute;
    right: -5px;
    top: 5px;
    padding: 0;
    z-index: 0;
    width: auto;
}

.list_panels .list_col_status .label {
    padding: 5px 10px;
    border-radius: 0;
}

.list_panels .list_col_amount{
    padding: 0 10px 0 0
}

.list_panels .invoice_amount {
   bottom: 50px;
    font-size: 20px;
    position: absolute;
    right: 8px;
}

.list_panels .invoice_amount_open {
    bottom: 17px;
    position: absolute;
    right: 35px;
    font-size: 12px;
}

.list_panels .list_col.list_col_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    /*z-index: 2;*/
    padding: 5px;
    background: #efefef;

}

.list_panels .list_col.list_col_btn .btn-group {
    visibility: visible;
}
.list_panels .list_row_item .list_col_btn .btn-group {
    visibility: hidden;
}

.list_panels .list_row:hover .list_col_btn .btn-group {
    visibility: visible;
}

.list_panels .list_col_actions{
    bottom: 2px;
    position: absolute;
    right: 5px;
    width: 15px;
    z-index: 4;
}

.list_panels .list_col_doc {
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 4px 10px 5px
}

.list_panels .list_col_doc a {
    color: #676a6c;
}

.list_panels .list_col_bookingperiod {
    display:none;
}

.list_panels .list_col_date {
     /*background: #efefef none repeat scroll 0 0;
    font-size: 12px;
    font-weight: normal;
    padding: 0 33px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 0;
    bottom: 17px;*/
}

.list_panels .list_col_date.invoice {
    /*background: #efefef;*/
     font-size: 12px;
    left: 36px;
    padding: 2px 5px;
    position: absolute;
    top: 5px;
    width: auto;
}

/*.list_panels .list_col_date + .list_col_date {
    bottom: 0
}*/

.list_panels .list_col_date.expiry {
     bottom: 0;
    padding: 0;
    position: absolute;
    right: 34px;
    width: auto;
    font-size: 12px;
}

.list_panels .list_col_client {
		position: absolute;
    padding: 0 10px;
    font-size: 18px;
		line-height:120%;
		top:66px;
		height:78px;
		overflow: hidden;
}

.list_panels .list_col_client a {
    color:#9b9d9e;
}

list_panels .list_col_client a:hover {
    color: #676a6c;
}

/*.list_panels .list_row_total {
    display: none;
*/
.list_row_total {
    display: none;
}

.viewswitchers {
    float: left;
}
.paneltools {
    float: left;
		margin-left: 20px;
}

.viewswitchers span {
    cursor: pointer;
}

.viewswitchers .active {
    color: #2196f3;
}

.viewswitchers .btn,
.viewswitchers .btn-group {
    vertical-align: top;
}

.viewswitchers .btn-xs,
.paneltools .btn-xs {
    line-height: 1.7;
    padding-left: 10px;
    padding-right: 10px;
}

.viewswitchers .btn-xs i,
.paneltools .btn-xs i {
    font-size:12px; line-height: 1.7
}

.viewswitchers .caret {
    margin-left: 5px;
}

.invoice_overview_numbers {
    margin: 0;
    float: right;
    font-size: 18px;
}

.btn-group .dropdown-menu a label {
    font-weight: normal;
}


/**/
.client-card,
.product-card {
    border-top: 1px solid #dddddd; 
    border-right: 1px solid #dddddd; 
    border-bottom: 1px solid #dddddd; 
    border-left: 8px solid #23c6c8;
    float: left; 
    background: #fff; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); 
    padding: 20px;
    width: 100%;
    font-size: 16px;
}


.client-card-name,
.product-card-name {
    font-size: 26px;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e7eaec;
}

.product-card-name .label {
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.client-card i,
.product-card i {
    opacity: 0.6;
}

.client-extrainfo {
    margin-top: 0;
}

.product-card-info {
    text-align: right;
    font-size: 14px;
}

.product-card-info .product-card-price {
    font-size: 40px;
}

.product-card-info .product-card-extra {
    font-size: 12px;
}

.product-stock {
    font-size: 12px;
    text-align: center;
}

.product-stock-amount {
font-size: 40px;
}

.contact-card {
    width: 30.50%; 
    border-top: 1px solid #dddddd; 
    border-right: 1px solid #dddddd; 
    border-bottom: 1px solid #dddddd; 
    border-left: 5px solid #cccccc;
    float: left; 
    background: #fff; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); 
    padding: 10px;
    margin-bottom: 3em;
    min-height: 180px;
}

.contact-card.add-contact {
    background: none;
    border: 5px dashed #ccc;
    box-shadow: none;
    padding: 0;
}

.contact-card.add-contact a {
    display: block;
    min-height: 170px;
    text-align: center;
    padding-top: 25%;
    text-decoration: none;
}

.contact-card.add-contact a:hover {
    background: #e7eaec;
}

.contact-card > div {
    margin-bottom: 0.5em;
}

.contact-card > div > i {
    opacity: 0.6;
}

.contact-card .contact-name {
    font-size: 16px; 
    font-weight: bold; 
    margin-bottom: 0.5em;
}

.contact-card .contact-comment {
    float: left;
    width: 85%;
}

.contact-card:nth-child(3n+2){
    margin-left: 3%;
    margin-right: 3%;
}

.contact-card:nth-child(3n+1){
    clear: both;
}