@import "vonnes.css";

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 59px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 57px;
  background-color: #f5f5f5;
}

.container {
    width: 100%;
    max-width: 1170px;
}

.note-editor .note-editable {
    line-height: initial;
}
/*******************************************************************************
Header
*******************************************************************************/
.header {
    background: url(../img/bg-header.jpg) repeat-x;
    height: 65px;
    position: relative;
}

.header .shadow {
    background: url(../img/bg-shadow.png) repeat-x;
    height: 6px;
    position: absolute;
    bottom: -6px;
    width: 100%;
    z-index: 1;
}

.navbar-brand {
    margin: 0;
    padding: 7px 0;
}

#lab-nav .nav > li > a {
    padding: 0 40px 0 40px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

#lab-nav .nav > li:last-child > a {
    padding: 0 15px 0 15px;
}

#lab-nav .nav > li > a:hover,
#lab-nav .nav > li > a:active {
    background: url(../img/bg-nav-hover.jpg);
    border-bottom: 2px solid #93c92a;
    color: #99bb41;
}

#lab-nav .nav > li.login > a:hover,
#lab-nav .nav > li.login > a:active,
#lab-nav .nav > li.login > a:focus {
    background: url(../img/bg-nav-hover-login.jpg);
    border-bottom: none;
    color: #ffffff;
}

#lab-nav .nav .open > a,
#lab-nav .nav .open > a:hover,
#lab-nav .nav .open > a:focus {
    background: url(../img/bg-nav-hover-login.jpg);
    border-bottom: none;
    color: #ffffff;
}

#lab-nav .navbar-right {
    margin-right: 0;
}

.login a {
    position: relative;

}

.login a i:not(.caret) {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    text-align: center;
}

.navbar-toggle {
    color: #fff;
    border: 1px solid #ccc;
    margin: 10px;
}

.icon-bar {
    background: #fff;
}
/*******************************************************************************
Main content
*******************************************************************************/
#main-content-home {
    min-height: 608px;
    background: url(../img/bg-collage.jpg) no-repeat center center;
    background-size: cover;
}
/*******************************************************************************
Footer
*******************************************************************************/
footer {
    background: url(../img/bg-footer.jpg);
}

footer p {
    line-height: 53px;
    color: #192c56;
    margin-bottom: 0;
}
/*******************************************************************************
Pricing
*******************************************************************************/
.pricing {
    margin: 30px auto 30px;
}

.pricing:active, .pricing:hover {
    margin-top: 15px;
}

.hover-effect {
    transition: all 0.4s ease-in-out 0s;
}

.pricing-header {
    font-family: 'VonnesBook';
    width: 230px;
    height: 245px;
    background: url(../img/bg-pricing-header.jpg);
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
}

.pricing-header h3 {
    font-size: 16px;
    padding: 30px 35px 10px;
}

.pricing-header h4 {
    position: relative;
    font-size: 60px;
    width: auto;
    display: inline-block;
    margin: 0 auto;
}

.pricing-header h4 i {
    position: absolute;
    font-size: 23px;
    color: #9bbd42;
    font-style: normal;
    top: -1px;
    left: -25px;
}

.btn-pricing, .btn-pricing:hover, .btn-pricing:active {
    display: inline-block;
    height: 37px;
    border-radius: 2px;
    background: url(../img/bg-pricing-btn.jpg) repeat-x;
    padding: 7px 34px 10px 34px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.pricing-content {
    background: #f5f7fa;
    width: 230px;
    height: 280px;
    overflow: auto;
    border-radius: 0 0 4px 4px;
    border: 2px solid #e5e7eb;
    border-top:  none;
    padding: 10px 10px;
}

.pricing-content ul li {
    font-family: 'VonnesBook';
    font-size: 14px;
    color: #73879c;
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 1px solid #c3c8d3;
}

.pricing-content ul li:last-child {
    border-bottom: none;
}

.pricing-content ul li span {
    float: left;
    width: 90%;
}

.pricing-content ul li i {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

/*******************************************************************************
Inner pages
*******************************************************************************/
.breadcrumb {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 0;
}

.inner-content {
    background: #ecf0f5;
}

.content-header {
    padding-bottom: 10px;
}

.content-header h2 {
    font-size: 22px;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
}

.table-wrapper {
    background: #ecf0f5;
    border-top: 1px solid #dbdedf;
    padding: 0 20px 15px 20px;
    min-height: 100%;
}

.table-wrapper .table {
    margin-bottom: 0;
}

.lab-table > thead > tr > th, .lab-table > tbody > tr > th, .lab-table > tfoot > tr > th,
.lab-table > thead > tr > td, .lab-table > tbody > tr > td, .lab-table > tfoot > tr > td {
    border-bottom: 1px solid #ddd;
    border-top: none;
    font-size: 13px;
}

.lab-table > thead > tr > th, .lab-table > thead > tr > th > a {
    color: #626262;
}

.lab-table tr td:first-child {
    color: #71911e;
}

.lab-table tr td.action {
    color: #8b8b8b;
    text-align: center;
}

.table td > .label {
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 3px;
    width: 60px;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background: url(../img/bg-footer.jpg);
}

td.actions {
    white-space:nowrap;
}
/*.btn-lab {
    background: #1d2b4b;
    border: none;
    border-bottom: 2px solid #a5b9be;
    border-radius: 3px;
    height: 50px;
    padding: 3px 20px;
    font-size: 18px;
    color: #a5b9be;
}*/

.btn-lab span {
    display: block;
}

.btn-lab i {
    font-size: 28px;
}

.btn-lab:hover, .btn-lab:focus, .btn-lab:active {
    color: #a8d53a;
}

.mt-25 {
    margin-top: 25px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-10 {
    margin-bottom: 10px;
}
/*******************************************************************************
Modals
*******************************************************************************/
.modal-title {
    font-size: 18px;
    font-family: 'VonnesBook';
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    background: #f9f9f9;
    padding: 7px 15px 7px 15px;
}

.modal-footer {
    padding: 7px 15px 7px 15px;
}
/*******************************************************************************
Forms
*******************************************************************************/
input, select, textarea {
    color: #626262;
}
.action {
    padding: 0 7px 0 7px;
    cursor: pointer;
}

.action i {
    color: #6D9367;
}

label.required:after {
    color: #e32;
    content: " *";
    display: inline;
}

label.error {
    color: #e32;
    font-weight: normal;
    /*letter-spacing: 1px;*/
}

input.error, select.error {
    border-color: coral;

}

.input-group {
    position: relative !important;
}

.input-group label.error {
    position: absolute !important;
    left: 0;
    top: 30px;
}
/*
.input-group input.error {
    margin-bottom: 20px;
}

label.error ~ .input-group-btn, label.error ~ .input-group-addon {
    vertical-align: top;
}

.input-group-addon {
    vertical-align: top;
}

label.error ~ .input-group-btn button {
}*/

.prepend-icon, .append-icon {
    font-weight: normal;
    position: relative;
}

.prepend-icon i, .append-icon i {
    position: absolute;
    top: 9px;
    color: #666666;
}

.prepend-icon i {
    left: 10px;
}

.append-icon i {
    right: 10px;
}

.prepend-icon > input {
    padding-left: 25px !important;
}

.append-icon > input {
    padding-right: 25px !important;
}

.radio-inline input, .radio-inline label {
    cursor: pointer;
}
/*******************************************************************************
Profile
*******************************************************************************/
.profile-info-row {
    position: relative;
}
.profile-info-name {
    background-color: transparent;
    bottom: 0;
    color: #667e99;
    font-weight: normal;
    left: 0;
    padding: 6px 10px 6px 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 170px;
}
.profile-info-value {
    margin-left: 170px;
    padding: 6px 4px 6px 6px;
}
.widget-header-small > .widget-caption, .widget-header-small > *:first-child {
    line-height: 30px;
}
.widget-header > .widget-caption, .widget-header > *:first-child {
    float: left;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-align: left;
}
h4.smaller {
    font-size: 17px;
}
.blue {
    color: #00853F !important;
}
h4 {
    font-size: 18px;
    font-weight: normal;
}
.widget-header {
    border-color: transparent transparent #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #669fc7;
    min-height: 38px;
    padding-left: 12px;
    position: relative;
    text-align: right;
}
.profile-image {
    position: relative;
    max-width: 150px;
}
.btn-image-profile {
    position: absolute;
    bottom: 3px;
    right: 3px;
}
#employee_image-error {
    position: absolute;
    bottom: -50px;
}
#upload-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    display: none;
}
#upload-image-overlay img {
    position: absolute;
    margin: auto auto auto auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.padding-10 .alert {
    padding: 10px !important;
}

.navbar-nav > .user-menu > ul.dropdown-menu {
    padding: 0;
    min-width: 200px;
}

.navbar-nav > .user-menu > .dropdown-menu:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
  padding: 0;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 120px;
  padding: 10px;
  background: url(../img/bg-header.jpg);
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 8px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #f9f9f9;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  text-shadow: 2px 2px 3px #333333;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body  a {
  padding: 10px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
  color: #0073b7;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer a {
    background-color: #fafafa;
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px 9px;
    text-align: center;
    transition: background-color 0.4s ease 0s;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
  color: #666666;
}
/* Add fade animation to dropdown menus */
.open > .dropdown-menu {
  animation-name: fadeAnimation;
  animation-duration: .7s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeAnimation;
  -webkit-animation-duration: .7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeAnimation;
  -moz-animation-duration: .7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
@-webkit-keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
/* Fix dropdown menu for small screens to display correctly on small screens */
@media screen and (max-width: 767px) {
  .navbar-nav > .notifications-menu > .dropdown-menu,
  .navbar-nav > .user-menu > .dropdown-menu,
  .navbar-nav > .tasks-menu > .dropdown-menu,
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background: #ffffff;
  }
}
/* Fix menu positions on xs screens to appear correctly and fully */
@media screen and (max-width: 480px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header {
    /* Remove arrow from the top */
  }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
    border-width: 0px!important;
  }
  .navbar-nav > .tasks-menu > .dropdown-menu {
    position: absolute;
    right: -120px;
    left: auto;
  }
  .navbar-nav > .notifications-menu > .dropdown-menu {
    position: absolute;
    right: -170px;
    left: auto;
  }
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    right: -210px;
    left: auto;
  }
}
/*******************************************************************************
Detail
*******************************************************************************/
dl.detail-view {
    width: 100%;
    margin-left: 50px;
}

.detail-view dt, .detail-view dd {
    clear: right;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.detail-view dt {
    color: #667e99;
    float: left;
    width: 35%;
}

.detail-view dd {
    width: 65%;
    float: right;
    font-family: 'VonnesBold';
}

dl.detail-view-inner {

}

.detail-view-inner dt {
    color: #336699;
    float: left;
    width: 150px;
}

.detail-view-inner dd {
    width: calc(100% - 150px);
    float: right;
    font-family: 'VonnesBold';
    color: #555;
}

.detail-view .dt {
    color: #667e99;
    vertical-align: top;
    width: 40%;
}

.detail-view .dd {
    width: 60%;
    font-family: 'VonnesBold';
}

.detail-view-inner .dt {
    color: #336699;
    font-weight: bold;
    vertical-align: top;
    width: 160px;
}

.detail-view-inner .dd {
    width: calc(100% - 160px);
    font-family: 'VonnesBold';
    color: #555;
}

.dt, .dd {
    padding-bottom: 5px;
}
/*******************************************************************************
Analysis Preview
********************************************************************************/
.info-type {
    padding-right: 20px;
    font-family: 'VonnesBold';
    text-align: right;
}

.list-studies-preview h4:not(:first-child) {
    margin-top: 15px;
}

.requirements-list p {
    padding-left: 15px;
    margin-bottom: 4px;
}

.requirements-list p:before {
    content: '* ';
}

.total {
    margin-bottom: -5px;
    margin-top: -5px;
}
/*******************************************************************************
Misc
********************************************************************************/
.no-margin {
    margin: 0;
}

.btn-green {
    background-color: #37bc9b;
    border-color: #1ab394;
    color: #ffffff;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
}

a, a:hover {
    color: #336699;
    text-decoration: none;
}

.actions .dropdown-menu {
    right: 0;
    left: auto;
}

.related-entity {
    color: #336699;
}
/*******************************************************************************
Notifications
*******************************************************************************/
.w375 {
    width: 375px !important;
}

.dropdown-menu {
    border-radius: 0;
}

.navbar .nav > li.dropdown > .open .dropdown-menu {
    border-radius: 0px;
    border: none;
    border-top: 3px solid transparent;
    color: #222;
    margin-top: 10px;
}

.navbar .nav > li.dropdown.open .dropdown-menu, .navbar .nav > li.dropdown .open .dropdown-menu {
    border-top-color: #8CBE31;
    padding: 0;
}

.navbar .nav > li.dropdown > .open .dropdown-menu::after {
    border-color: transparent transparent #8CBE31;
    border-style: solid;
    border-width: 0 10px 10px;
    bottom: 100%;
    content: "";
    height: 0;
    position: absolute;
    right: 11px;
    width: 0;
}

.navbar .navbar-btn button span.fa {
    font-size: 20px;
}

.navbar .navbar-btn {
    margin-right: 20px;
    margin-top: 25px;
}

.navbar .badge {
    opacity: 0.95;
    padding: 3px 6px;
    position: absolute;
    right: 25px;
    top: 10px;
}

.badge-green {
    background-color: #8CBE31;
}

.notifications-list {
    max-height: 300px;
    overflow-y: auto;
    padding: 12px 12px 0 12px;
}

.notifications-list .media:not(:last-child) {
    border-bottom: 1px dashed #e2e2e2;
}

.media {
    color: #999999;
    margin-top: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.media-heading {
    color: #555555;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0;
}

.media-response {
    font-weight: bold;
}

.media:last-child {
    margin-bottom: 0;
}

.panel {
    border: none;
    background-color: #ffffff;
    border-radius: 0px;
    margin-bottom: 0px;
    position: relative;
}

.panel-menu {
    padding: 6px 12px 6px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 20px !important;
}

.panel-footer {
    background-color: #fafafa;
    padding: 10px 15px;
}

.text-success {
    color: #70ca63;
}

.text-info {
    color: #3bafda;
}

.btn-default {
    color: #666666;
}

#studies-packages > tfoot > tr > td {
    border-top: none !important;
    font-weight: bold;
}

/*******************************************************************************
Payments
*******************************************************************************/
.invoice-col {
    font-size: 16px;
}
.invoice-col > address {
    font-size: 12px;
}
.invoice-col > address > p {
    margin-bottom: 4px;
}
.invoice-col > address > p.patient {
    color: #6DB76D;
    font-size: 1.3em;
    font-weight: 800;
}

.invoice-info {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: right;
}

.invoice-info ul {
    list-style-type: none;
}

.invoice-info ul > li {
    display: inline-block;
    padding-right: 10px;
}

.symbol-preview {
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
}

/*******************************************************************************
Company
*******************************************************************************/
.company-tabs .tab-pane {
    padding: 10px;
}

.company-forms li a.error {
    color: #e32;
};

/*******************************************************************************
Analysis detail
*******************************************************************************/
.results-wrapper:after {
    content: ' ';
}
.results-wrapper {
    margin-bottom: 60px;
}

.results-wrapper table > thead > tr > th {
    text-transform: uppercase;
}

.results-wrapper tr.test-group > td {
    padding-bottom: 0px !important;
    text-transform: uppercase;
}

.results-wrapper .results-table {
    margin-bottom: 0;
}

.results-wrapper br {
    display: none;
}

/*******************************************************************************
Dashboard
*******************************************************************************/
.ibox {
    border: 1px solid #e7eaec;
    clear: both;
    color: #676a6c;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.ibox.collapsed .ibox-content {
    display: none;
}
.ibox.collapsed .fa.fa-chevron-up::before {
    content: "";
}
.ibox.collapsed .fa.fa-chevron-down::before {
    content: "";
}
.ibox::after, .ibox::before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    min-height: 48px;
    padding: 14px 15px 7px;
    position: relative;
}
.ibox-content h1 {
    font-size: 30px;
    margin-top: 0;
}
.ibox-title h5 {
    font-weight: 600;
    margin-top: 5px;
}
.ibox-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;
}
.ibox-footer {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #e7eaec;
    color: inherit;
    font-size: 100%;
    padding: 10px 15px;
}

.icon-entity {
    font-size: 35px;
    position: absolute;
    right: 10px;
    top: -2px;
}

.range-picker i {
    bottom: 10px;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: auto;
}

span[data-toggle="tooltip"]::after, label.control-label span::after {
    color: #1e91cf;
    content: "";
    font-family: FontAwesome;
    margin-left: 4px;
    cursor: pointer;
}

.input-daterange input {
    text-align: left !important;
}

.input-daterange .input-group-addon {
    border-width: 1px 1px 1px 0;
    width: 1%;
}

.input-daterange .input-group {
    width: 100%;
}

.expanded {
    background: #e5e5e5;
}

.icon-expand-collapse {
    display: inline-block;
    height: 12px;
    position: relative;
    width: 16px;
}

.icon-expand-collapse:before {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 15px;
    font-style: normal;
    height: 100%;
    position: absolute;
    top: -5px;
    width: 100%;
}

.expanded .icon-expand-collapse:before {
    content: "\f077";
}

[data-test-reference-value] {
    cursor: pointer;
}

[data-test-reference-value]::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f040";

    background-color: #dd4b39;
    border-color: #dd4b39;
    display: inline;
    padding: .2em .6em .3em;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-left: 5px;
}

[data-defualt-reference-values=""] {
    cursor: default;
}

[data-defualt-reference-values=""]::after {
    display: none;
}

.barcode-container {
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px 5px 15px 5px;
}

.barcode-actions {
    position: absolute;
    bottom: -10px;
    right: 0;
}

.print-barcode {
    padding: 3px; line-height: 10px;
    outline: none !important;
}

textarea {
    resize: vertical;
}

.invoice-number {
    position: relative;
}

.invoice-number:hover {
    background: rgba(0,0,0,0.3);
    cursor: pointer;
}

.invoice-number::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f040";
    position: absolute;
    opacity: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 8px;
    transition: opacity ease-in-out 200ms;
}

.invoice-number:hover::after {
    opacity: 1;
}
