/**
 * Main Stylesheet
 * Version 1.0
 * Rinor Haziri | rinor@zombiesoup.com
**/

@charset "UTF-8";

/*Fonts*/

/*Lato Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

html,
body {
    min-height: 100%;
    height: 100%;
}
/* ================================================== */
/* body */
/* ================================================== */
body {    
    position: relative;
    width: 100%;   
    padding: 0; 
    margin: 0;
    background-color: #eef1f5;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;   
    -webkit-print-color-adjust: exact;    
} 
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
main {
    position: relative;
    float: left;
    clear: both;
    width: 100%;    
    height: 100%;   
}
section {
    float: left;
    width: 100%;
    clear: both;       
}
footer {
    float: left;
    width: 100%;
    clear: both;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration:none;
    outline:none;
}
::-moz-selection {
    background: #fa4616;
    color: #ffffff;
    text-shadow:none;
}
::selection {
    background: #fa4616;
    color: #ffffff;
    text-shadow:none;
}
img {
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
    -webkit-user-drag: none;
    user-drag: none;
}
/* ================================================== */
/* login */
/* ================================================== */
#login {
    width: 100%;
    height: 100%;
    position: relative; 
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    position: relative;   
}
#login .login-logo {
    z-index: 10;
    position: relative;
    text-align: center;
}
#login .login-form {
    position: relative;
    background-color: #ffffff;
    padding: 0 70px;
}
#login .login-form  .form-back{
    position: relative;
    padding: 30px 45px 20px 45px;
    background-color: #fff;
}
#login .login-form .form-control {
    height: 50px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
#login .login-form .form-control:focus,
#login .login-form .form-control:hover {
    border-color: #422a74;
    background-color: transparent;
}
#login .section-logo {
    background-color: #ffffff;
    padding: 50px 0;
    text-align: center;
}
#login .form-button {
    padding: 0;
}
#login .form-button .btn-default {
    color: #ffffff;
    background-color: #422a74;
    border: 2px solid #422a74;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 18px;
    outline: none;
    width: 100%;
    margin: 30px 0 60px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}
#login .form-button .btn-default:hover {
    background-color: #9fd44b;
    border: 2px solid #9fd44b;
    color: #ffffff;
}
#login .form-button .btn-default:focus {
    outline: none;
    background-color: #9fd44b;
    border: 2px solid #9fd44b;
    color: #ffffff;
    outline-offset: 0 !important;
}
#login .form-button .forget:focus {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
    outline: none;
    outline-offset: 0 !important;
}
#login .form-button .forget {
    background-color: transparent;
    border-color: transparent;
    color: #00cdff;
    text-transform: inherit;
    outline: none;
    margin-left: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;       
}
#login .form-button .forget:hover {
    background-color: transparent;
    color: #07ceff !important;
    border-color: transparent;
    font-weight: 700;
}
#login .btn.active, .btn:active {
    box-shadow: none;
}
#login .form-control::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;  
}
#login .form-control:-ms-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;   
}
#login .form-control::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;    
}
/* ================================================== */
/* navigation */
/* ================================================== */
.navbar .side-nav {
    position: fixed;
    top: 61px;
    left: 225px;
    width: 232px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #422a74;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
    padding-top: 10px;
}
.navbar .side-nav > li > a {
    display: flex;
    align-items: center;
    width: 232px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.navbar .side-nav > li > a > i {
    font-size: 20px;
    margin-right: 10px;
}
.navbar .side-nav > li.active > a {
    background-color: #ffffff;
    color: #422a74;
}
.navbar .side-nav > li > a:hover, 
.navbar .side-nav > li > a:active, 
.navbar .side-nav > li > a:focus {
    background-color: #ffffff;
    color: #422a74;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .logo {
    padding-left: 30px;
    padding-top: 14px;
    width: 230px;
    height: 60px;
}
.navbar .navbar-form {
    width: 70%;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
.navbar .navbar-form .form-control {
    width: 100% !important;
    height: 60px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.navbar .navbar-form .form-group {
    width: 100% !important;
    margin-bottom: 0 !important;
}
.navbar .logo .navbar-brand {
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    display: block;
    float: none;
    border-right: 1px solid #d1d1d1;
}
.navbar .navbar-form input.search-query {
    padding-left: 65px;
}
.navbar-fixed-top {
    height: 60px !important;
    width: 100%;
    z-index: 99;
    box-shadow: 1px 1px 2px rgba(117,117,117,0.2) !important;
    background-color: #ffffff !important;
}
.navbar-nav > li {
    margin-top: 10px;
    margin-right: 30px;
}
.navbar .navbar-right li.dropdown a img {
    width: 45px;
    height: 45px;
    margin: 0 8px;
    border: 1px solid #cfd8dc;
    border-radius: 50%;
}
.navbar .navbar-right li.dropdown a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    color: rgba(51,51,51, 0.4);
    font-weight: 400;
}
.navbar .navbar-right li.dropdown {
    height: 60px !important;
    padding: 10px;
    margin-right: 35px;
    margin-top: 0;
}
.navbar .navbar-right li.dropdown > a:hover, 
.navbar .navbar-right li.dropdown > a:focus {
    background-color: transparent;
}
.navbar .navbar-right .dropdown-menu > li > a {
    padding: 5px 10px;
    color: #333333;
    background-color: transparent !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .nav .open > a, 
.navbar .nav .open > a:hover, 
.navbar .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
} 
/* ================================================== */
/* content */
/* ================================================== */
#content {
    margin-left: 232px;
    margin-right: 0;
    top: 60px;
    position: relative;
    min-height: 100%;
    padding: 30px;
    -webkit-background-clip: padding-box;
    overflow-x: hidden !important;
}
#content .container {
    width: 100%;
}
#content .invoice-header {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 15px 0;
}
#content .invoice-content {
    background-color: #ffffff;
    padding: 1px 15px 0 15px;
    margin-top: 14px;
}
#content .invoice-header .invoice-title h2 {
    margin: 0;
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
#content .invoice-header .invoice-new {
    text-align: right;
    float: left;
    width: 100%;
}
#content .invoice-header .invoice-new .dropdown-menu {
    min-width: 167px;    
}

#content .invoice-header .invoice-new .dropdown-menu,
.dropdown-menu {
    right: 0 !important;
    left: inherit;
    margin-top: 5px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#content .invoice-header .invoice-new .dropdown {
    float: right;
}
#content .invoice-header .invoice-new .btn {
    float: right;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: #422a74;
    border: 2px solid #422a74;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 18px;
    outline: none;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#content .invoice-header .invoice-new .btn i {
    font-size: 22px;
    margin-left: 10px;
    position: relative;
}
#content .invoice-header .invoice-new .dropdown-menu > li > a,
.dropdown-menu > li > a
  {
    margin: 5px;
    color: #000000;
    border-radius: 1px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#content .invoice-header .invoice-new .dropdown-menu > li > a:hover, 
#content .invoice-header .invoice-new .dropdown-menu > li > a:focus {
    background-color: #422a74;
    color: #ffffff;  
}
.navbar .navbar-right .dropdown-menu > li > a:hover,
.navbar .navbar-right .dropdown-menu > li > a:focus {
    background-color: #422a74 !important;
    color: #ffffff;
}
.nav-tabs {
    border-bottom: 1px solid #422a74;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #422a74;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    cursor: default;
    border-radius: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-tabs > li > a {
    border-radius: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav > li > a:hover, 
.nav > li > a:focus {
    background-color: #422a74;
    color: #ffffff;
    border-color: transparent;
}
.invoice-content .form-control {
    border-radius: 1px;
    box-shadow: none;
    -webkik-box-shadow: none;
    border-color: #422a74;
}
.tab-content  {
    padding: 15px 0;
}
.fixed-table-pagination {
    padding: 0 15px;
}
.pagination-detail {
    display: none;
}
.fixed-table-pagination div.pagination .pagination {
    border-radius: 1px;
}
.pagination > li > a {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-radius: 1px;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #422a74;
    border-color: transparent;
    color: #ffffff;
}
.pagination > li > a, 
.pagination > li > span {
    border: 1px solid #422a74;
    color: #000000;
}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
    background-color: #422a74;
    border-color: transparent;
    color: #ffffff;
}
.fixed-table-container {
    border-radius: 1px;
}
.fixed-table-body thead th  {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 12px;
    letter-spacing: 1px;
}
.fixed-table-pagination div.pagination, 
.fixed-table-pagination .pagination-detail {
    margin-top: 15px;
    margin-bottom: 10px;
}
.fixed-table-toolbar .search {
    margin-top: 0;
    margin-bottom: 15px;
}
.client-details {
    display: flex;
    align-items: center;
}
.client-details img {
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    border: 1px solid #cfd8dc;
    border-radius: 50%;
}
#in-progress {
    background-color: #9fd44b;
}
#completed {
    background-color: #422a74;
}
.invoice-status a {
    padding: 5px 12px;    
    color: #ffffff;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    vertical-align: middle;
}
.next-date,
.left-days {
    margin: 0;
}
.next-date {
    display: inline-block;
}
.left-days {
    text-align: left;
    opacity: 0.5;
    display: block;
}
/* ================================================== */
/* invoice print */
/* ================================================== */
.invoice-print {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 50px;
}
.invoice-print .invoice-head {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #D1D1D1;
}
.invoice-print .invoice-logo {
    float: left;
}
.invoice-print .address {
    float: right;
    text-align: right;
}
.invoice-print .address span {
    font-size: 16px;
    color: #3F3F3F;
}
.invoice-print .invoice-body {
    float: left;
    width: 100%;    
    padding: 50px 0 0 0;
}
.invoice-print .invoice-body h3 {
  margin: 0;
  font-size: 30px;
  color: #A6CB46;
}
.invoice-print .invoice-body .invoice-body-elementes {
    float: left;
    width: 100%;
}
.invoice-print .invoice-body .invoice-body-elementes .form-control {
    height: 55px;
    border-radius: 1px;
    font-size: 16px;
    border: 1px solid #D1D1D1;
    padding: 6px 12px 6px 10px;
    color: #3F3F3F;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.invoice-print .invoice-body .invoice-body-elementes .form-group label {
    font-size: 16px;
    color: #3F3F3F;
    font-weight: 400;
}
.row-width-inner {
    float: left;
    width: 75%;
}
.invoice-print .invoice-body .invoice-body-elementes .row-one:before,
.invoice-print .invoice-body .invoice-body-elementes .row-two:before,
.invoice-print .invoice-body .invoice-body-elementes .row-three:before,
.invoice-print .invoice-body .invoice-body-elementes .row-four:before,
.invoice-print .invoice-body .invoice-body-elementes .row-five:before,
.invoice-print .invoice-body .invoice-body-elementes .row-six:before,
.invoice-print .invoice-body .invoice-body-elementes .row-one:after,
.invoice-print .invoice-body .invoice-body-elementes .row-two:after,
.invoice-print .invoice-body .invoice-body-elementes .row-three:after,
.invoice-print .invoice-body .invoice-body-elementes .row-four:after,
.invoice-print .invoice-body .invoice-body-elementes .row-five:after,
.invoice-print .invoice-body .invoice-body-elementes .row-six:after {
    content: " ";
    display: table;
}
.invoice-print .invoice-body .invoice-body-elementes .row-one:after,
.invoice-print .invoice-body .invoice-body-elementes .row-two:after,
.invoice-print .invoice-body .invoice-body-elementes .row-three:after,
.invoice-print .invoice-body .invoice-body-elementes .row-four:after,
.invoice-print .invoice-body .invoice-body-elementes .row-five:after,
.invoice-print .invoice-body .invoice-body-elementes .row-six:after {
    clear: both;
}

.invoice-print .invoice-body .invoice-body-elementes .row-one,
.invoice-print .invoice-body .invoice-body-elementes .row-two,
.invoice-print .invoice-body .invoice-body-elementes .row-three,
.invoice-print .invoice-body .invoice-body-elementes .row-four,
.invoice-print .invoice-body .invoice-body-elementes .row-five,
.invoice-print .invoice-body .invoice-body-elementes .row-six {
    padding-top: 30px;
    padding-bottom: 30px;
}
.invoice-print .invoice-body .invoice-body-elementes .row-two,
.invoice-print .invoice-body .invoice-body-elementes .row-four,
.invoice-print .invoice-body .invoice-body-elementes .row-five {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid #D1D1D1;
}
.invoice-print .invoice-body .invoice-body-elementes .row-three,
.invoice-print .invoice-body .invoice-body-elementes .row-five,
.invoice-print .invoice-body .invoice-body-elementes .row-six {
    padding-top: 60px !important;
}
.invoice-print .invoice-body .invoice-body-elementes .row-one {
    position: relative;
}
.row-two .custom-col-1 {
    padding-right: 0 !important;
}
.custom-col-1 {
    float: left;
    width: 10%;
}
.custom-col-10 {
    float: left;
    width: 90%;
}
.form-top {
    position: relative;
    top: 27px;
}
.bank-content {
    float: right;
    width: 25%;
    padding: 0;
    text-align: right;
}
.custom-col-10,
.custom-col-1,
.col-md-3,
.custom-col-3,
.col-md-6 {
    padding-left: 0 !important;
    padding-right: 30px !important;
}
.custom-col-3 {
    width: 30%;
    float: left;
    padding: 0 60px 0 30px !important;
}
@media only screen and (max-width : 767px) { 
    .navbar-toggle .icon-bar {
        background-color: #422a74;
    }
    .navbar-toggle {
        margin-top: 14px;
    }
    .navbar .side-nav {
        position: relative;
        top: inherit;
        left: inherit;
        width: inherit;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .navbar .logo .navbar-brand {
        border-right: transparent;
    }
    .navbar-nav > li {
        margin-right: 0 !important;
    }
    .navbar .side-nav > li > a {
        width: 100%;
    }
    .navbar-nav {
        margin: 0 -15px !important;
    }
    .navbar-right {
    float: left;
    width: 100%;
    margin: 0 !important;
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
     padding-left: 0;
    box-shadow: 1px 5px 10px rgba(117,117,117,0.2) !important;
    }
    .navbar-nav .open .dropdown-menu {
        float: left;
        width: 100%;
    }
    .navbar .navbar-right .dropdown-menu > li > a {
        padding: 5px 0;
        margin: 0;
    }
    .navbar .navbar-right .dropdown-menu > li > a:hover, 
    .navbar .navbar-right .dropdown-menu > li > a:focus {
        background-color: transparent !important;
        color: #422a74 !important;
    }
    #content {
        margin-left: 0;
        margin-right: 0;
        top: 0;   
        padding: 135px 0;
    }
    #in-progress {
        display: block;
    }
    .navbar .navbar-right li.dropdown {
        padding: 10px 15px;
    }
    .dropdown-menu {
        padding: 0 !important;
    }
    .navbar .logo {
        padding-left: 15px;
    }
    .navbar-toggle {
        margin-right: 5px;
    }
    .navbar .side-nav > li > a {
        padding-left: 15px;
    }
    .invoice-print {
        padding: 15px !important;
    }
    .invoice-print .invoice-logo {
        width: 30%;
        padding-right: 15px;
    }
    .invoice-print .address {
        width: 70%;
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
    #content {
        margin-left: 50px;
    }
    .navbar .side-nav {
        width: 50px;
        padding-top: 0 !important;
    }
    .navbar .side-nav > li > a > i {
        margin-right: 0;
    }
    .navbar .side-nav > li > a > span {
        display: none;
    }
    .navbar .side-nav > li > a {
        width: 50px;
        display: block;
        padding: 15px 0;
        text-align: center;
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .unit-price {
        float: left;
        width: 100%;
    }
    #in-progress {
        display: block;
    }
    .row-width-inner {
        width: 100%;
    }
    .row-one .col-md-6,
    .row-two .col-md-3,
    .row-two .custom-col-1 {
        padding: 0 !important;
        width: 100%;
    }
    .row-three .custom-col-1 {
        width: 25%;
    }
    .row-three .custom-col-10 {
        padding-right: 0 !important;
        width: 75%;
    }
    .row-four .col-md-3 {
        float: left;
        width: 60%;
        padding-right: 0 !important;
    }
    .custom-col-1 {
        float: left;
        width: 40%;
    }
    .custom-col-3 {
        width: 100%;
        float: left;
        padding: 0 !important;
    }
    .row-five .col-md-3 {
        padding-right: 0 !important;
    }
    .bank-content {
        float: left;
        width: 100%;
        padding: 0;
        text-align: left;
        padding-top: 40px;
    }
}
@media only screen and (min-width : 992px) and (max-width: 1400px) {    
    .row-width-inner {
        float: left;
        width: 100%;
    }
    .custom-col-1 {
        float: left;
        width: 15%;
    }
    .custom-col-10 {
        float: left;
        width: 85%;
    }
    .row-five .row-width-inner {
        float: left;
        width: 70% !important;
    }
    .row-five .row-width-inner .col-md-3,
    .row-six .row-width-inner .col-md-3 {
        width: 33.33333%;
    }
    .row-four .row-width-inner .col-md-3 {
        width: 20%;
    }
    .row-four .row-width-inner .col-md-3:nth-child(2) {
        padding-right: 0 !important;
    }

    .row-three .row-width-inner .custom-col-10 {
        padding-right: 0 !important;
    }
    .row-one .col-md-6:nth-child(2n+2) {
        padding-right: 0 !important;
    }
    .custom-col-3 {
        padding: 0 40px 0 40px !important;
    }
}
.col-pdf-1 {
    width: 16.66666%;
    float: left;
}
.col-pdf-1-r {
    float: right;
    width: 10%;
    text-align: right;
}
.col-pdf-2 {
    width: 25%;
    float: left;
}
.col-pdf-3 {
    float: left;
    width: 30%;
}
.row-one .col-pdf-2:last-child {
    text-align: right;
}
.col-pdf-2-r {
    float: right;
    width: 50%;
}
.btn-value {
    padding: 10px 20px;
    background-color: #A6C94F;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block !important;
}
.text-right {
    text-align: right;
}
.regular {
    margin-bottom: 5px;
    font-size: 14px;
    color: #000000;
}
.bold {
    font-size: 14px;
    font-weight: 900;
}
a.btn-value:hover,
a.btn-value:active,
a.btn-value:focus {
   color: #ffffff;
}
.print-elements span {
    display: block;
}
@media only print {
    body {
        -webkit-print-color-adjust: exact !important;
    }
    .invoice-print {
        padding: 0 !important;
    }
    .invoice-print .invoice-head {
        padding-bottom: 20px !important;
    }
    .invoice-print .invoice-body {
        padding-top: 20px !important;
    }
    .invoice-print .invoice-body .invoice-body-elementes .row-one {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .invoice-print .invoice-body .invoice-body-elementes .row-two {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }  
    .col-pdf-2-bank {
        margin: 0 !important;
    }
    .invoice-print .address span {
        font-size: 14px !important;
    }
    #content {
        margin-left: 0 !important;
    }
    .invoice-print .invoice-body h3 {
        color: #A6CB46 !important;
        font-size: 26px !important;
    }
    .col-pdf-3 {
        float: left;
        width: 33.33333% !important;
    }
    .col-pdf-1-r {
        text-align: left !important;
    }
    .btn-value {
        padding: 10px 12px !important;
        background-color: #A6C94F !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        letter-spacing: 1px !important;
        color: #ffffff !important;
        display: inline-block !important;
    }
}
