v2 first commit
This commit is contained in:
2411
public/css/akaunting-color.css
vendored
Normal file
2411
public/css/akaunting-color.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
98
public/css/akaunting-green.css
vendored
98
public/css/akaunting-green.css
vendored
@ -1,98 +0,0 @@
|
||||
.nav-tabs-custom>.nav-tabs>li.active {
|
||||
border-top-color: #6da252;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: #6da252 !important;
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
border-color: #6da252 !important;
|
||||
}
|
||||
|
||||
#result-search {
|
||||
border-color: #6da252;
|
||||
}
|
||||
|
||||
#profit {
|
||||
background: #6da252;
|
||||
}
|
||||
|
||||
.info-box .progress .progress-bar.progress-bar-green, .progress-bar-success {
|
||||
background-color: #6da252;
|
||||
}
|
||||
|
||||
/* Bootstrap */
|
||||
.btn-success {
|
||||
background-color: #6da252;
|
||||
border-color: #629149;
|
||||
}
|
||||
|
||||
.btn-success.hover, .btn-success:hover {
|
||||
background-color: #629149;
|
||||
}
|
||||
|
||||
.btn-success.focus, .btn-success:focus {
|
||||
background-color: #629149;
|
||||
border-color: #2b4020;
|
||||
}
|
||||
|
||||
.btn-success.active, .btn-success:active {
|
||||
background-color: #6da252;
|
||||
border-color: #629149;
|
||||
}
|
||||
|
||||
.btn-success.active.focus, .btn-success.active:focus {
|
||||
background-color: #4c7139;
|
||||
border-color: #416131;
|
||||
}
|
||||
|
||||
.bg-green {
|
||||
background-color: #6da252 !important;
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
background-color: #6da252 !important;
|
||||
border-color: #629149;
|
||||
}
|
||||
|
||||
.label-success {
|
||||
background-color: #6da252 !important;
|
||||
}
|
||||
|
||||
.box.box-success {
|
||||
border-top-color: #6da252;
|
||||
}
|
||||
|
||||
.box.box-solid.box-success>.box-header {
|
||||
background-color: #6da252;
|
||||
}
|
||||
|
||||
.box.box-solid.box-success {
|
||||
border-color: #629149;
|
||||
}
|
||||
|
||||
.text-green {
|
||||
color: #6da252;
|
||||
}
|
||||
|
||||
/* AdminLTE green skin */
|
||||
.skin-green-light .main-header .navbar {
|
||||
background-color: #6da252;
|
||||
}
|
||||
|
||||
.skin-green-light .main-header .navbar .sidebar-toggle:hover {
|
||||
background-color: #629149;
|
||||
}
|
||||
|
||||
.skin-green-light .main-header .logo {
|
||||
background-color: #6da252;
|
||||
}
|
||||
|
||||
.skin-green-light .main-header li.user-header {
|
||||
background-color: #6da252;
|
||||
}
|
||||
|
||||
.skin-green-light .main-header .logo:hover {
|
||||
background-color: #629149;
|
||||
}
|
946
public/css/app.css
vendored
946
public/css/app.css
vendored
@ -1,946 +0,0 @@
|
||||
.logo-lg {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.logo-image-mini {
|
||||
margin: 12px 3px 0 0;
|
||||
}
|
||||
|
||||
.logo-image-lg {
|
||||
margin: -5px 5px 0 0;
|
||||
}
|
||||
|
||||
.input-group-addon {
|
||||
min-width: 41px;
|
||||
}
|
||||
|
||||
.new-button {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.content-center {
|
||||
margin: 0 auto;
|
||||
max-width : 1300px;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
/*max-width: 450px;*/
|
||||
}
|
||||
|
||||
.tab-margin {
|
||||
margin: 25px 0;
|
||||
}
|
||||
|
||||
.sort-icon {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.input-filter {
|
||||
display: inline;
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
.title-filter {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.btn-filter {
|
||||
margin-bottom: 1px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.setting-buttons {
|
||||
/*padding: 15px 0 0 15px;
|
||||
border-top: 1px solid #f4f4f4;*/
|
||||
float: none;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-top: 1px solid #f4f4f4;
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#sale {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background: #00c0ef;
|
||||
-moz-border-radius: 15px;
|
||||
-webkit-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#cost {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background: #F56954;
|
||||
-moz-border-radius: 15px;
|
||||
-webkit-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#profit {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background: #2FB628;
|
||||
-moz-border-radius: 15px;
|
||||
-webkit-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
div.required .control-label:not(span):after, td.required:after {
|
||||
content: ' *';
|
||||
color: #F00;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.form-group .select2-container {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.form-group .select2-container--default .select2-selection--single {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.form-group .select2-container .select2-selection--single {
|
||||
height: 34px;
|
||||
border: 1px solid #d2d6de;
|
||||
}
|
||||
|
||||
.form-group .select2-container .select2-selection--single .select2-selection__rendered {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.form-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
|
||||
border-color: #555 transparent transparent transparent;
|
||||
}
|
||||
|
||||
.info-box .progress .progress-bar {
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.info-box .progress .progress-bar.progress-bar-green, .progress-bar-success {
|
||||
background-color: #00a65a;
|
||||
}
|
||||
|
||||
.info-box .progress .progress-bar.progress-bar-red, .progress-bar-danger {
|
||||
background-color: #dd4b39;
|
||||
}
|
||||
|
||||
.info-box .progress .progress-bar.progress-bar-aqua, .progress-bar-info {
|
||||
background-color: #00c0ef;
|
||||
}
|
||||
|
||||
.box.box-success .table.table-bordered {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.info-box-icon i {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.box.box-success .chart svg, .chart canvas {
|
||||
width: 96% !important;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.daily-footer {
|
||||
margin-left: 5px;
|
||||
margin-top: 5px;
|
||||
padding-top: 10px;
|
||||
border-top: 1px solid #f4f4f4;
|
||||
}
|
||||
|
||||
.nav-tabs-custom>.nav-tabs>li.active {
|
||||
border-top-color: #00a65a;
|
||||
}
|
||||
|
||||
.input-group .btn-group.radio-inline {
|
||||
padding-left: inherit;
|
||||
}
|
||||
|
||||
.input-group input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
|
||||
outline: inherit;
|
||||
outline-offset: 0px;
|
||||
}
|
||||
|
||||
.input-group .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.users-image {
|
||||
float: left;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
border-radius: 50%;
|
||||
margin-right: 10px;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.setting-form .box-footer .col-sm-12 .form-group {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/*
|
||||
.setting-form .box-footer .col-sm-12 .form-group a {
|
||||
margin-left: 10px;
|
||||
}
|
||||
*/
|
||||
|
||||
.col-sm-12 .nav-tabs-custom .tab-content .tab-pane {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.fake-input {
|
||||
/*width: 370px !important;*/
|
||||
}
|
||||
|
||||
.navbar-custom-menu .navbar-nav > li > a > i {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.tasks-menu img {
|
||||
margin: 1px 0 2px 0;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: #00a65a !important;
|
||||
color : #FFFFFF;
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
border-color: #00a65a !important;
|
||||
}
|
||||
|
||||
.box.box-success .invoice, .box.box-success .bill {
|
||||
border: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.bill {
|
||||
position: relative;
|
||||
background: #fff;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#loading {
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
left: 40%;
|
||||
}
|
||||
|
||||
#confirm #loading {
|
||||
position: inherit;
|
||||
top: 40%;
|
||||
left: inherit;
|
||||
}
|
||||
|
||||
#payment-modal .form-group.col-md-6 .help-block {
|
||||
color : #F00;
|
||||
}
|
||||
|
||||
.login-page {
|
||||
background: url('../img/login.jpg') no-repeat center center fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 5% 0;
|
||||
background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
}
|
||||
|
||||
.login-logo img {
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.user-panel {
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.user-panel .pull-left.info.open {
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.user-panel > .image > img {
|
||||
height: auto;
|
||||
max-height: 45px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main-header .add-new.nav.navbar-nav i {
|
||||
margin-top: 3px;
|
||||
line-height: 17px;
|
||||
}
|
||||
|
||||
.navbar-nav > .add-new-menu > .dropdown-menu {
|
||||
width: 465px;
|
||||
max-height: 180px;
|
||||
padding: 0 0 0 0;
|
||||
margin: 0;
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li .menu {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li.header {
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
background-color: #ffffff;
|
||||
padding: 7px 10px;
|
||||
border-bottom: 1px solid #f4f4f4;
|
||||
color: #444444;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li > a {
|
||||
color: #444444;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li .menu > li > a {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
border-bottom: 1px solid #f4f4f4;
|
||||
color: #444444;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li .menu > li > a:hover {
|
||||
background: #f4f4f4;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li > .list-unstyled > li.footer > a {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
font-size: 12px;
|
||||
background-color: #fff;
|
||||
padding: 7px 10px;
|
||||
border-bottom: 1px solid #eeeeee;
|
||||
color: #444 !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.add-new .add-new-menu .menu {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.live-search {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#result-search {
|
||||
border-color: #00a65a;
|
||||
}
|
||||
|
||||
#result-search li a:hover {
|
||||
color: #FFFFFF;
|
||||
background-color : #00A65A !important;
|
||||
}
|
||||
|
||||
#result-search li a:hover .live-search .name {
|
||||
color: #FFFFFF !important;
|
||||
}
|
||||
|
||||
.live-search .name {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.live-search .type {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.table.table-responsive tbody tr td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.form-group.has-error .fancy-file {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
ul.add-new.nav.navbar-nav.pull-left {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.table {
|
||||
font-weight: 400;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.no-padding-left {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.no-padding-right {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.invoice-header {
|
||||
padding-bottom: 9px;
|
||||
margin: 10px 0 20px 0;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.invoice-company {
|
||||
padding-left: 23px;
|
||||
}
|
||||
|
||||
.invoice-logo {
|
||||
max-width: 430px;
|
||||
max-height: 120px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
||||
.login-box-footer {
|
||||
text-align: center;
|
||||
margin-top: 30px;
|
||||
color: #d8d8d8;
|
||||
}
|
||||
|
||||
.login-box-footer a {
|
||||
color: #d8d8d8;
|
||||
}
|
||||
|
||||
.delete-link:hover, .delete-link:focus {
|
||||
background-color: #e1e3e9 !important;
|
||||
color: #333 !important;
|
||||
text-decoration: none !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.delete-link {
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
clear: both;
|
||||
font-weight: 400;
|
||||
line-height: 1.42857143;
|
||||
color: #777;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
/* button to link */
|
||||
background-color: transparent !important;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.table-responsive {
|
||||
overflow-x: visible;
|
||||
}
|
||||
|
||||
.margin-top {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 768px) {
|
||||
.main-header .add-new.nav.navbar-nav i {
|
||||
margin-top: 3px;
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
ul.add-new.nav.navbar-nav.pull-left li {
|
||||
position: initial;
|
||||
}
|
||||
|
||||
.navbar-nav .open .dropdown-menu {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.dropdown.add-new-menu.open .dropdown-menu {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.invoice-company {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 480px) {
|
||||
.main-header .add-new.nav.navbar-nav i {
|
||||
margin-top: 3px;
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
ul.add-new.nav.navbar-nav.pull-left li {
|
||||
position: initial;
|
||||
}
|
||||
|
||||
.navbar-nav .open .dropdown-menu {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.navbar-nav > .add-new-menu > .dropdown-menu > .list-inline > li {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.dropdown.add-new-menu.open .dropdown-menu {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width : 768px) {
|
||||
.amount-space {
|
||||
padding-right: 30px !important;
|
||||
}
|
||||
.amount-space-left {
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.text-disabled {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.print-width {
|
||||
max-width: 1500px;
|
||||
}
|
||||
|
||||
/*
|
||||
.tooltip > .tooltip-inner {
|
||||
background-color: #6da252;
|
||||
}
|
||||
|
||||
.tooltip.right .tooltip-arrow {
|
||||
border-right-color: #6da252 !important;
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
.main-footer {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
*/
|
||||
|
||||
.progress-bar-green, .progress-bar-success {
|
||||
background-color: #6da252;
|
||||
}
|
||||
|
||||
#chart .row {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#chart .row .col-md-3 .customer-content .progress {
|
||||
clear: both;
|
||||
margin-top: 25px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
span.picture, span.attachment {
|
||||
margin-left: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.form-group.col-md-6 input.fake-input.form-control{
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
input[type="number"]::-webkit-outer-spin-button,
|
||||
input[type="number"]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
input[type="number"] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
.btn-icon {
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.form-small #account_id, .form-small .select2.select2-container {
|
||||
width: 90% !important;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.form-small #currency {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.input-group-recurring {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.popover-content, .discount.box-body, .discount.box-footer {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.discount-description {
|
||||
margin-top: 6px;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
.user.user-menu, .user.user-menu a.dropdown-toggle {
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.module-installed {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -5px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.invoice, .bill {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
#badge div.label {
|
||||
margin-top: 15px;
|
||||
width: 180px;
|
||||
margin-right: -30px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
font-size: 14px;
|
||||
z-index: 99;
|
||||
-moz-transform: rotate(40deg);
|
||||
-webkit-transform: rotate(40deg);
|
||||
-ms-transform: rotate(40deg);
|
||||
-o-transform: rotate(40deg);
|
||||
transform: rotate(40deg);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#badge .arrow-up {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin-right: 100px;
|
||||
z-index: 999;
|
||||
margin-top: -43px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 25px solid transparent;
|
||||
border-right: 25px solid transparent;
|
||||
border-bottom: 19px solid #ecf0f5;
|
||||
}
|
||||
|
||||
#badge .arrow-right {
|
||||
position: absolute;
|
||||
margin-top: 55px;
|
||||
z-index: 999;
|
||||
margin-right: -23px;
|
||||
right: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-top: 20px solid transparent;
|
||||
border-bottom: 20px solid transparent;
|
||||
border-left: 20px solid #ecf0f5;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.show-calendar .calendar-table .table-condensed > tbody > tr > td,
|
||||
.show-calendar .calendar-table .table-condensed > tbody > tr > th,
|
||||
.show-calendar .calendar-table .table-condensed > tfoot > tr > td,
|
||||
.show-calendar .calendar-table .table-condensed > tfoot > tr > th,
|
||||
.show-calendar .calendar-table .table-condensed > thead > tr > td,
|
||||
.show-calendar .calendar-table .table-condensed > thead > tr > th {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.pull-right.rating {
|
||||
margin-top: -30px;
|
||||
}
|
||||
|
||||
#role-permissions .form-group.col-md-12 .col-md-3 {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.input-checkbox {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.input-checkbox:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: -10px;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
|
||||
background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
|
||||
background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
|
||||
}
|
||||
|
||||
#role-permissions .permission-select-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#role-permissions .permission-unselect-button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#role-permissions .nav-tabs-custom {
|
||||
margin-top: 15px;
|
||||
box-shadow: 0 1px 0px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
#role-permissions .nav-tabs-custom .nav.nav-tabs {
|
||||
border-style: unset;
|
||||
}
|
||||
|
||||
#role-permissions .nav-tabs-custom .tab-content {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#role-permissions .nav-tabs-custom .tab-content .tab-pane {
|
||||
block-size: 0;
|
||||
}
|
||||
|
||||
#role-permissions .nav-tabs-custom .tab-content .tab-pane .permission-button-group {
|
||||
padding: 15px 0 0 30px;
|
||||
}
|
||||
|
||||
#role-permissions .nav-tabs-custom .tab-content .form-group.col-md-12 .col-md-3 .input-checkbox {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.btn-filter.date-range-btn {
|
||||
background-color: inherit;
|
||||
border-radius: 0px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.link .content-wrapper, .link .right-side, .link .main-footer {
|
||||
margin-left: inherit;
|
||||
}
|
||||
|
||||
.col-md-6.input-group-invoice-text {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#items .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: #f4f4f4;
|
||||
color: #444;
|
||||
border: 1px solid #ddd;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#items .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
#items span.select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple {
|
||||
border-color: #d2d6de;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#items .select2-container--default.select2-container--focus .select2-selection--multiple {
|
||||
border-color: #6da252;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#items .select2-search__field {
|
||||
padding-left: 15px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
#tax-add-new {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
.stepwizard-step p {
|
||||
margin-top: 5px;
|
||||
font-size: 16px;
|
||||
color:#666;
|
||||
}
|
||||
|
||||
.stepwizard-row {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.stepwizard {
|
||||
display: table;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.stepwizard-step button[disabled] {
|
||||
/*opacity: 1 !important;
|
||||
filter: alpha(opacity=100) !important;*/
|
||||
}
|
||||
|
||||
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
|
||||
opacity:1 !important;
|
||||
color:#bbb;
|
||||
}
|
||||
|
||||
.stepwizard-row:before {
|
||||
top: 26px;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
content:" ";
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: #ccc;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.stepwizard-step {
|
||||
display: table-cell;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.btn-circle.btn-success {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-circle {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
text-align: center;
|
||||
padding: 1px 0;
|
||||
font-size: 30px;
|
||||
line-height: 1.428571;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
.row.show-invoice .timeline>li {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.row.show-invoice .timeline>li a:first-child {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.box-filter {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.box-filter .select2.select2-container.select2-container--default {
|
||||
width: 160px !important;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.box-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
margin-top: 3px;
|
||||
}
|
||||
.box-filter .select2.select2-container .select2-selection__choice {
|
||||
font-size: 13px !important;
|
||||
margin-top: 4px;
|
||||
margin-bottom: -1px !important;
|
||||
}
|
||||
|
||||
.box-filter .select2-container .select2-selection--multiple {
|
||||
min-height: 30px !important;
|
||||
}
|
||||
|
||||
.box-filter .select2-search__field {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
/* App Detail Page Sliders Start */
|
||||
.row.module #description .img-fluid.d-block.w-100 {
|
||||
height: 410px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.row.module #description .image-description.text-center {
|
||||
color: white;
|
||||
padding-top: 14px;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.row.module #description #carousel-screenshot-generic .carousel-control {
|
||||
top: inherit;
|
||||
bottom: inherit;
|
||||
margin-top: 30px;
|
||||
margin-right: 5px;
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
.row.module #description #carousel-screenshot-generic .carousel-control.left {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.row.module #description #carousel-screenshot-generic .carousel-control .fa {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.row.module #description .carousel-navigation-message {
|
||||
background-color: #333333;
|
||||
height:40px;
|
||||
}
|
||||
|
||||
.row.module #description .carousel-inner .item {
|
||||
padding: 4px 4px 4px 4px;
|
||||
line-height: 1.42857143;
|
||||
background-color: #ffffff;
|
||||
border-top: 1px solid #dddddd;
|
||||
border-left: 1px solid #dddddd;
|
||||
border-right: 1px solid #dddddd;
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-o-transition: all 0.2s ease-in-out;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
/* App Detail Page Sliders Finish */
|
||||
|
||||
.select2-container .select2-selection--multiple{
|
||||
min-height: 34px;
|
||||
}
|
||||
|
||||
.box-body .app-price-suffix {
|
||||
font-size: 50%;
|
||||
}
|
||||
|
||||
.box-footer .app-price-suffix {
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
.table-report {
|
||||
overflow-x: auto !important;
|
||||
}
|
||||
|
||||
.mailbox-attachment-file-name {
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.mailbox-attachment-download {
|
||||
margin-right: 5px;
|
||||
}
|
27923
public/css/argon.css
vendored
Normal file
27923
public/css/argon.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
19
public/css/argon.min.css
vendored
Normal file
19
public/css/argon.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
43
public/css/bootstrap-fancyfile.css
vendored
43
public/css/bootstrap-fancyfile.css
vendored
@ -1,43 +0,0 @@
|
||||
.fancy-file {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.fancy-file input[type="file"] {
|
||||
position: relative;
|
||||
text-align: right;
|
||||
-moz-opacity: 0;
|
||||
filter: alpha(opacity: 0);
|
||||
opacity: 0;
|
||||
z-index: 2;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fancy-file div {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: 1;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.fancy-file input[type="text"],
|
||||
.fancy-file button,
|
||||
.fancy-file .btn {
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.fancy-file input[type="text"] {
|
||||
-webkit-border-radius: 4px 0 0 4px;
|
||||
-moz-border-radius: 4px 0 0 4px;
|
||||
border-radius: 4px 0 0 4px;
|
||||
}
|
||||
|
||||
.fancy-file button,
|
||||
.fancy-file .btn {
|
||||
-webkit-border-radius: 0 4px 4px 0;
|
||||
-moz-border-radius: 0 4px 4px 0;
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
193
public/css/bootstrap3-print-fix.css
vendored
193
public/css/bootstrap3-print-fix.css
vendored
@ -1,193 +0,0 @@
|
||||
@media print {
|
||||
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
|
||||
float: left;
|
||||
}
|
||||
.col-sm-12 {
|
||||
width: 100%;
|
||||
}
|
||||
.col-sm-11 {
|
||||
width: 91.66666667%;
|
||||
}
|
||||
.col-sm-10 {
|
||||
width: 83.33333333%;
|
||||
}
|
||||
.col-sm-9 {
|
||||
width: 75%;
|
||||
}
|
||||
.col-sm-8 {
|
||||
width: 66.66666667%;
|
||||
}
|
||||
.col-sm-7 {
|
||||
width: 58.33333333%;
|
||||
}
|
||||
.col-sm-6 {
|
||||
width: 50%;
|
||||
}
|
||||
.col-sm-5 {
|
||||
width: 41.66666667%;
|
||||
}
|
||||
.col-sm-4 {
|
||||
width: 33.33333333%;
|
||||
}
|
||||
.col-sm-3 {
|
||||
width: 25%;
|
||||
}
|
||||
.col-sm-2 {
|
||||
width: 16.66666667%;
|
||||
}
|
||||
.col-sm-1 {
|
||||
width: 8.33333333%;
|
||||
}
|
||||
.col-sm-pull-12 {
|
||||
right: 100%;
|
||||
}
|
||||
.col-sm-pull-11 {
|
||||
right: 91.66666667%;
|
||||
}
|
||||
.col-sm-pull-10 {
|
||||
right: 83.33333333%;
|
||||
}
|
||||
.col-sm-pull-9 {
|
||||
right: 75%;
|
||||
}
|
||||
.col-sm-pull-8 {
|
||||
right: 66.66666667%;
|
||||
}
|
||||
.col-sm-pull-7 {
|
||||
right: 58.33333333%;
|
||||
}
|
||||
.col-sm-pull-6 {
|
||||
right: 50%;
|
||||
}
|
||||
.col-sm-pull-5 {
|
||||
right: 41.66666667%;
|
||||
}
|
||||
.col-sm-pull-4 {
|
||||
right: 33.33333333%;
|
||||
}
|
||||
.col-sm-pull-3 {
|
||||
right: 25%;
|
||||
}
|
||||
.col-sm-pull-2 {
|
||||
right: 16.66666667%;
|
||||
}
|
||||
.col-sm-pull-1 {
|
||||
right: 8.33333333%;
|
||||
}
|
||||
.col-sm-pull-0 {
|
||||
right: auto;
|
||||
}
|
||||
.col-sm-push-12 {
|
||||
left: 100%;
|
||||
}
|
||||
.col-sm-push-11 {
|
||||
left: 91.66666667%;
|
||||
}
|
||||
.col-sm-push-10 {
|
||||
left: 83.33333333%;
|
||||
}
|
||||
.col-sm-push-9 {
|
||||
left: 75%;
|
||||
}
|
||||
.col-sm-push-8 {
|
||||
left: 66.66666667%;
|
||||
}
|
||||
.col-sm-push-7 {
|
||||
left: 58.33333333%;
|
||||
}
|
||||
.col-sm-push-6 {
|
||||
left: 50%;
|
||||
}
|
||||
.col-sm-push-5 {
|
||||
left: 41.66666667%;
|
||||
}
|
||||
.col-sm-push-4 {
|
||||
left: 33.33333333%;
|
||||
}
|
||||
.col-sm-push-3 {
|
||||
left: 25%;
|
||||
}
|
||||
.col-sm-push-2 {
|
||||
left: 16.66666667%;
|
||||
}
|
||||
.col-sm-push-1 {
|
||||
left: 8.33333333%;
|
||||
}
|
||||
.col-sm-push-0 {
|
||||
left: auto;
|
||||
}
|
||||
.col-sm-offset-12 {
|
||||
margin-left: 100%;
|
||||
}
|
||||
.col-sm-offset-11 {
|
||||
margin-left: 91.66666667%;
|
||||
}
|
||||
.col-sm-offset-10 {
|
||||
margin-left: 83.33333333%;
|
||||
}
|
||||
.col-sm-offset-9 {
|
||||
margin-left: 75%;
|
||||
}
|
||||
.col-sm-offset-8 {
|
||||
margin-left: 66.66666667%;
|
||||
}
|
||||
.col-sm-offset-7 {
|
||||
margin-left: 58.33333333%;
|
||||
}
|
||||
.col-sm-offset-6 {
|
||||
margin-left: 50%;
|
||||
}
|
||||
.col-sm-offset-5 {
|
||||
margin-left: 41.66666667%;
|
||||
}
|
||||
.col-sm-offset-4 {
|
||||
margin-left: 33.33333333%;
|
||||
}
|
||||
.col-sm-offset-3 {
|
||||
margin-left: 25%;
|
||||
}
|
||||
.col-sm-offset-2 {
|
||||
margin-left: 16.66666667%;
|
||||
}
|
||||
.col-sm-offset-1 {
|
||||
margin-left: 8.33333333%;
|
||||
}
|
||||
.col-sm-offset-0 {
|
||||
margin-left: 0%;
|
||||
}
|
||||
.visible-xs {
|
||||
display: none !important;
|
||||
}
|
||||
.hidden-xs {
|
||||
display: block !important;
|
||||
}
|
||||
table.hidden-xs {
|
||||
display: table;
|
||||
}
|
||||
tr.hidden-xs {
|
||||
display: table-row !important;
|
||||
}
|
||||
th.hidden-xs,
|
||||
td.hidden-xs {
|
||||
display: table-cell !important;
|
||||
}
|
||||
.hidden-xs.hidden-print {
|
||||
display: none !important;
|
||||
}
|
||||
.hidden-sm {
|
||||
display: none !important;
|
||||
}
|
||||
.visible-sm {
|
||||
display: block !important;
|
||||
}
|
||||
table.visible-sm {
|
||||
display: table;
|
||||
}
|
||||
tr.visible-sm {
|
||||
display: table-row !important;
|
||||
}
|
||||
th.visible-sm,
|
||||
td.visible-sm {
|
||||
display: table-cell !important;
|
||||
}
|
||||
}
|
121
public/css/countdown.css
vendored
121
public/css/countdown.css
vendored
@ -1,121 +0,0 @@
|
||||
|
||||
/*-----------------------------------------------------------------------------------
|
||||
|
||||
Shortcodes: countdown.css
|
||||
|
||||
-----------------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
Countdown
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.countdown { display: block; }
|
||||
|
||||
.countdown-row {
|
||||
display: block;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.countdown-section {
|
||||
display: inline-block;
|
||||
font-size: 11px;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
width: 25%;
|
||||
border-left: 1px dotted #BBB;
|
||||
color: #888;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.countdown-section:first-child { border-left: 0; }
|
||||
|
||||
.countdown-amount {
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
color: #333;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.countdown-descr {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
/* Countdown - Medium
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.countdown-medium .countdown-section { font-size: 14px; }
|
||||
|
||||
.countdown-medium .countdown-amount {
|
||||
font-size: 30px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
|
||||
/* Countdown - Large
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.countdown-large .countdown-section { font-size: 18px; }
|
||||
|
||||
.countdown-large .countdown-amount {
|
||||
font-size: 44px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
|
||||
/* Countdown - Inline
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
.countdown.countdown-inline { display: inline-block; }
|
||||
|
||||
.countdown.countdown-inline .countdown-row {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.countdown.countdown-inline .countdown-section {
|
||||
display: inline-block;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
width: auto;
|
||||
border: none;
|
||||
color: inherit;
|
||||
margin-left: 7px;
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
.countdown.countdown-inline .countdown-section:first-child { margin-left: 0; }
|
||||
|
||||
.countdown.countdown-inline .countdown-amount {
|
||||
display: inline-block;
|
||||
font-size: inherit;
|
||||
color: inherit;
|
||||
font-weight: bold;
|
||||
margin: 0 3px 0 0;
|
||||
}
|
||||
|
||||
.countdown.countdown-inline .countdown-descr {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
/* Countdown - Coming Soon
|
||||
-----------------------------------------------------------------*/
|
||||
|
||||
body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section {
|
||||
border: none;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount {
|
||||
height: 140px;
|
||||
line-height: 140px;
|
||||
border-radius: 50%;
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
margin-bottom: 15px !important;
|
||||
}
|
929
public/css/custom.css
vendored
Normal file
929
public/css/custom.css
vendored
Normal file
@ -0,0 +1,929 @@
|
||||
.select-tax .el-select .el-select__tags .el-tag {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: element-icons;
|
||||
src:url("./../fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff") format("woff"),
|
||||
url("./../fonts/vendor/element-ui/lib/theme-chalk/element-icons.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-display: "auto";
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
|
||||
|
||||
/*--------General Button Hover--------*/
|
||||
.btn:hover
|
||||
{
|
||||
Transform: translateY(0px);
|
||||
}
|
||||
/*--------General Button Hover Finish--------*/
|
||||
|
||||
|
||||
/*--------Invoice, Bill Note--------*/
|
||||
.show-note
|
||||
{
|
||||
width: 65% !important;
|
||||
}
|
||||
/*--------Invoice, Bill Note Finish--------*/
|
||||
|
||||
|
||||
/*--------Dashboard Categories--------*/
|
||||
.dashboard-categories
|
||||
{
|
||||
position:relative !important;
|
||||
height:23vh !important;
|
||||
}
|
||||
/*--------Dashboard Categories Finish--------*/
|
||||
|
||||
/*--------Recurring Form Element--------*/
|
||||
.recurring-hidden
|
||||
{
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
z-index: -1;
|
||||
}
|
||||
/*--------Recurring Form Element Finish--------*/
|
||||
|
||||
|
||||
/*--------Attachment Cursor--------*/
|
||||
.form-attachment
|
||||
{
|
||||
cursor: pointer;
|
||||
}
|
||||
/*--------Attachment Cursor Finish--------*/
|
||||
|
||||
|
||||
/*--------Table Head Search--------*/
|
||||
.table-header-search
|
||||
{
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
/*--------Table Head Search Finish--------*/
|
||||
|
||||
|
||||
/*--------Login Logo--------*/
|
||||
.login-logo
|
||||
{
|
||||
width: 22% !important;
|
||||
}
|
||||
/*--------Login Logo Finish--------*/
|
||||
|
||||
|
||||
/*--------Wizard Steps--------*/
|
||||
.wizard-steps
|
||||
{
|
||||
width: 3.375rem;
|
||||
height: 3.375rem;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wizard-steps-inner
|
||||
{
|
||||
font-size: 1.875rem;
|
||||
}
|
||||
|
||||
.step-text
|
||||
{
|
||||
cursor: default !important;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.after-step-text
|
||||
{
|
||||
cursor: default !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.steps:not(:disabled):not(.disabled)
|
||||
{
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
.wizard-line
|
||||
{
|
||||
width: 75%;
|
||||
position: absolute;
|
||||
margin-left: 7rem;
|
||||
margin-top: 1.7rem;
|
||||
margin-bottom: 1.7rem;
|
||||
border-top: 5px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
/*--------Wizard Steps Finish--------*/
|
||||
|
||||
|
||||
/*--------Border Radius 0--------*/
|
||||
.border-radius-0
|
||||
{
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
/*--------Border Radius 0 Finished--------*/
|
||||
|
||||
|
||||
.dropup .dropdown-toggle::after
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.el-color-picker__icon
|
||||
{
|
||||
padding-left: 16px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.el-color-dropdown.el-color-picker__panel
|
||||
{
|
||||
top: 360px !important;
|
||||
left: 580px !important;
|
||||
}
|
||||
|
||||
.el-color-picker__color
|
||||
{
|
||||
margin-top: 10 !important;
|
||||
height: 18px !important;
|
||||
margin-left: 7px !important;
|
||||
}
|
||||
|
||||
.el-color-picker--mini .el-color-picker__trigger
|
||||
{
|
||||
height: 42px !important;
|
||||
margin-top: -10px;
|
||||
margin-right: -2px !important;
|
||||
margin-left: -10px;
|
||||
position: absolute !important;
|
||||
border: 0;
|
||||
z-index: 99999 !important;
|
||||
width: 28px !important;
|
||||
}
|
||||
|
||||
.el-color-picker__trigger
|
||||
{
|
||||
border-radius: 4px 0 0 4px !important;
|
||||
}
|
||||
|
||||
.el-input.is-active .el-input__inner, .el-input__inner:focus
|
||||
{
|
||||
border-color: #3c3f72 !important;
|
||||
}
|
||||
|
||||
|
||||
.input-group:focus-within .input-group
|
||||
{
|
||||
border-color: #55588b !important;
|
||||
}
|
||||
|
||||
|
||||
.el-button.is-plain:focus, .el-button.is-plain:hover
|
||||
{
|
||||
background: #ffffff !important;
|
||||
border-color: #55588b !important;
|
||||
color: #55588b !important;
|
||||
}
|
||||
|
||||
.el-button--text
|
||||
{
|
||||
color: #55588b !important;
|
||||
}
|
||||
|
||||
|
||||
.el-color-picker--mini {
|
||||
height: 24px !important;
|
||||
padding-right: 6px !important;
|
||||
}
|
||||
|
||||
.color-hex
|
||||
{
|
||||
padding-left: 15px !important;
|
||||
}
|
||||
|
||||
.el-button.el-color-dropdown__link-btn.el-button--text.el-button--mini
|
||||
{
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
|
||||
.role-list
|
||||
{
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/*--------Action Column--------*/
|
||||
.action-column
|
||||
{
|
||||
padding-left: 1.2rem !important;
|
||||
}
|
||||
/*--------Action Column Finish--------*/
|
||||
|
||||
|
||||
/*--------Table Search--------*/
|
||||
.table-text
|
||||
{
|
||||
font-size: .875rem;
|
||||
}
|
||||
/*--------Table Search Finish--------*/
|
||||
|
||||
|
||||
/*--------Customer/Vendor Show--------*/
|
||||
.show-transaction-card-header
|
||||
{
|
||||
padding: 1.14rem;
|
||||
}
|
||||
|
||||
.show-transaction-card-footer
|
||||
{
|
||||
padding: 1.15rem;
|
||||
}
|
||||
|
||||
.edit-sv
|
||||
{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
/*--------Customer/Vendor Show Finish--------*/
|
||||
|
||||
|
||||
/*--------Content Width--------*/
|
||||
.content-layout
|
||||
{
|
||||
max-width: 1116px !important;
|
||||
}
|
||||
/*--------Content Width- Finish-------*/
|
||||
|
||||
|
||||
/*--------Navbar Notification--------*/
|
||||
.nav-link .badge-floating
|
||||
{
|
||||
position: absolute;
|
||||
top: 15%;
|
||||
margin-left: -0.2rem;
|
||||
transform: translateY(50%);
|
||||
width: 1rem !important;
|
||||
height: 1rem !important;
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
/*--------Navbar Notification Finish--------*/
|
||||
|
||||
|
||||
/*--------Index Page Tables--------*/
|
||||
.table-responsive
|
||||
{
|
||||
overflow-x: visible !important;
|
||||
}
|
||||
/*--------Index Page Tables Finish--------*/
|
||||
|
||||
|
||||
/*--------Categories Input--------*/
|
||||
.color-box
|
||||
{
|
||||
min-width: 3rem;
|
||||
}
|
||||
/*--------Categories Input Finish--------*/
|
||||
|
||||
|
||||
/*--------Left Menu Dropdown--------*/
|
||||
.menu-dropdown
|
||||
{
|
||||
position: absolute !important;
|
||||
right: -1.6rem;
|
||||
}
|
||||
/*--------Left Menu Dropdown Finish--------*/
|
||||
|
||||
|
||||
/*--------Form Group--------*/
|
||||
.form-group.visible-field .form-control
|
||||
{
|
||||
background-color: #fff;
|
||||
}
|
||||
/*--------Form Group Finish--------*/
|
||||
|
||||
|
||||
/*--------Overflow-Y For Table Columns--------*/
|
||||
.o-y
|
||||
{
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
/*--------Overflow-Y For Table Columns Finish--------*/
|
||||
|
||||
|
||||
/*--------Thead Row Margin--------*/
|
||||
.thead-light .row
|
||||
{
|
||||
margin: 0;
|
||||
}
|
||||
/*--------Thead Row Margin Finish--------*/
|
||||
|
||||
|
||||
/*--------Tbody Row Margin--------*/
|
||||
.table, tbody .row
|
||||
{
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
/*--------Tbody Row Margin Finish--------*/
|
||||
|
||||
|
||||
/*--------Thead Column Letter Spacing--------*/
|
||||
.table thead th
|
||||
{
|
||||
letter-spacing: 0;
|
||||
}
|
||||
/*--------Thead Column Letter Spacing Finish--------*/
|
||||
|
||||
|
||||
/*--------Card Footer--------*/
|
||||
.card-footer
|
||||
{
|
||||
margin: 0;
|
||||
}
|
||||
/*--------Card Footer Finish--------*/
|
||||
|
||||
|
||||
/*--------Item Column Image--------*/
|
||||
.item-img
|
||||
{
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
}
|
||||
/*--------Item Column Image Finish--------*/
|
||||
|
||||
|
||||
/*--------Border Top--------*/
|
||||
.border-top-1
|
||||
{
|
||||
border-top: 1px solid #e9ecef !important;
|
||||
}
|
||||
/*--------Border Top Finish--------*/
|
||||
|
||||
|
||||
/*--------Border Top--------*/
|
||||
.border-bottom-1
|
||||
{
|
||||
border-bottom: 1px solid #e9ecef !important;
|
||||
}
|
||||
/*--------Border Top Finish--------*/
|
||||
|
||||
|
||||
/*--------Border Top Style--------*/
|
||||
.border-top-style
|
||||
{
|
||||
border-top-style: hidden !important;
|
||||
}
|
||||
/*--------Border Top Style Finish--------*/
|
||||
|
||||
|
||||
/*--------Border Bottom Style--------*/
|
||||
.border-bottom-style
|
||||
{
|
||||
border-bottom-style: hidden !important;
|
||||
}
|
||||
/*--------Border Bottom Style Finish--------*/
|
||||
|
||||
|
||||
/*--------Invoice Bill Show Table Position--------*/
|
||||
.show-table
|
||||
{
|
||||
margin-right: -2.5rem !important;
|
||||
margin-left: -2.5rem !important;
|
||||
}
|
||||
/*--------Invoice Bill Show Table Position Finished--------*/
|
||||
|
||||
|
||||
/*--------Table Head Line--------*/
|
||||
.table-head-line
|
||||
{
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
.table tbody + tbody
|
||||
{
|
||||
border-top: 1px solid #e9ecef;
|
||||
}
|
||||
/*--------Table Head Line Finish--------*/
|
||||
|
||||
|
||||
/*--------Company Name--------*/
|
||||
.d-grid
|
||||
{
|
||||
display: grid;
|
||||
}
|
||||
/*--------Company Name Finish--------*/
|
||||
|
||||
|
||||
/*--------Card Header Bulk Action--------*/
|
||||
.d-none.show
|
||||
{
|
||||
display : flex !important;
|
||||
}
|
||||
|
||||
.btn .d-none.show
|
||||
{
|
||||
display : inherit !important;
|
||||
}
|
||||
/*--------Card Header Bulk Action Finish--------*/
|
||||
|
||||
|
||||
/*--------Card Buttons--------*/
|
||||
.card-buttons
|
||||
{
|
||||
margin-top: -0.4rem !important;
|
||||
}
|
||||
/*--------Card Buttons Finish--------*/
|
||||
|
||||
|
||||
/*--------Card Action Button--------*/
|
||||
.card-action-button
|
||||
{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
/*--------Card Action Button Finish--------*/
|
||||
|
||||
|
||||
/*--------Module Show Second Card--------*/
|
||||
.table-fixed
|
||||
{
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.long-module-detail
|
||||
{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
/*--------Module Show Second Card Finish--------*/
|
||||
|
||||
|
||||
/*--------Akaunting Loader--------*/
|
||||
.aka-loader-frame
|
||||
{
|
||||
width: 59.88px;
|
||||
height: 21px;
|
||||
}
|
||||
|
||||
.aka-loader
|
||||
{
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
position: relative;
|
||||
animation: aka-loader 0.7s ease alternate infinite;
|
||||
animation-delay: 0.28s;
|
||||
top: -13px;
|
||||
margin: -10px auto 0;
|
||||
}
|
||||
|
||||
.aka-loader::after, .aka-loader::before
|
||||
{
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
animation: aka-loader 0.8s ease alternate infinite;
|
||||
}
|
||||
|
||||
.aka-loader::before
|
||||
{
|
||||
left: -15px;
|
||||
animation-delay: 0.14s;
|
||||
}
|
||||
|
||||
.aka-loader::after
|
||||
{
|
||||
right: -15px;
|
||||
animation-delay: 0.42s;
|
||||
}
|
||||
|
||||
@keyframes aka-loader
|
||||
{
|
||||
0%
|
||||
{
|
||||
box-shadow: 0 28px 0 -28px #ffffff;
|
||||
}
|
||||
|
||||
100%
|
||||
{
|
||||
box-shadow: 0 28px 0 #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
.btn .aka-loader
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.btn:disabled span
|
||||
{
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.btn:disabled .aka-loader
|
||||
{
|
||||
display: block !important;
|
||||
}
|
||||
/*--------Akaunting Loader Finish--------*/
|
||||
|
||||
|
||||
/*--------Settings Index Page Icons--------*/
|
||||
.settings-icons
|
||||
{
|
||||
position: relative;
|
||||
top: -0.4rem;
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
/*--------Settings Index Page Icons Finish--------*/
|
||||
|
||||
|
||||
/*--------Settings Button Clipboard--------*/
|
||||
.btn-icon-clipboard:focus {
|
||||
outline: none;
|
||||
}
|
||||
/*--------Settings Button Clipboard Finish--------*/
|
||||
|
||||
|
||||
/*--------Box Shadow None Focus--------*/
|
||||
.shadow-none--hover:focus
|
||||
{
|
||||
box-shadow: none !important;
|
||||
}
|
||||
/*--------Box Shadow None Focus Finish--------*/
|
||||
|
||||
|
||||
/*--------Pagination Alignment--------*/
|
||||
.page-item .page-link, .page-item span
|
||||
{
|
||||
align-items: unset;
|
||||
padding-top: 7px;
|
||||
}
|
||||
/*--------Pagination Alignment Finish--------*/
|
||||
|
||||
|
||||
/*--------Akaunting Tables--------*/
|
||||
.col-aka
|
||||
{
|
||||
margin-left: -51px;
|
||||
}
|
||||
/*--------Akaunting Tables--------*/
|
||||
|
||||
|
||||
/*--------Login Background--------*/
|
||||
.login-page
|
||||
{
|
||||
background: url('../img/login.png') no-repeat center center fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 5% 0;
|
||||
background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
}
|
||||
/*--------Login Background Finish--------*/
|
||||
|
||||
|
||||
/*--------Wizard Background--------*/
|
||||
.wizard-page
|
||||
{
|
||||
background: url('../img/login.png') no-repeat center center fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 5% 0;
|
||||
background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
}
|
||||
/*--------Wizard Background Finish--------*/
|
||||
|
||||
|
||||
/*--------Installation Background--------*/
|
||||
.installation-page
|
||||
{
|
||||
background: url('../img/login.png') no-repeat center center fixed;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 5% 0;
|
||||
background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
}
|
||||
|
||||
.install-line
|
||||
{
|
||||
width: 75%;
|
||||
position: absolute;
|
||||
margin-top: 1.7rem;
|
||||
margin-bottom: 1.7rem;
|
||||
margin-left: 2.5rem;
|
||||
border-top: 5px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
/*--------Installation Background Finish--------*/
|
||||
|
||||
|
||||
/*--------Font Size 1--------*/
|
||||
.font-size-1
|
||||
{
|
||||
font-size: 1rem !important;
|
||||
}
|
||||
/*--------Font Size 1 Finish--------*/
|
||||
|
||||
|
||||
/*--------Avatar Size--------*/
|
||||
.avatar-size
|
||||
{
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
font-size: 4.5rem;
|
||||
}
|
||||
/*--------Avatar Size--------*/
|
||||
|
||||
|
||||
/*--------Button Disabled Hover--------*/
|
||||
.btn:disabled:hover
|
||||
{
|
||||
box-shadow: none !important;
|
||||
}
|
||||
/*--------Button Disabled Hover Finish--------*/
|
||||
|
||||
|
||||
/*--------Recurring Inputs--------*/
|
||||
.recurring-single
|
||||
{
|
||||
margin-top: 29px !important;
|
||||
}
|
||||
/*--------Recurring Inputs--------*/
|
||||
|
||||
/*--------Invoice and Bill Total Column--------*/
|
||||
.total-column
|
||||
{
|
||||
padding-top: 1.75rem !important;
|
||||
}
|
||||
/*--------Invoice and Bill Total Column Finish--------*/
|
||||
|
||||
|
||||
/*--------El Select Icon--------*/
|
||||
.select-icon-position
|
||||
{
|
||||
padding-top: 0.3rem;
|
||||
}
|
||||
|
||||
.el-select-icon
|
||||
{
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.el-select .el-input .el-input__inner
|
||||
{
|
||||
padding-left: 39px;
|
||||
}
|
||||
/*--------El Select Icon Finish--------*/
|
||||
|
||||
|
||||
/*--------Custom Table--------*/
|
||||
.table thead th
|
||||
{
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.table-flush tbody tr td {
|
||||
border: 0 !important;
|
||||
}
|
||||
/*--------Custom Table Finish--------*/
|
||||
|
||||
|
||||
/*--------Add Item Show--------*/
|
||||
.item-show
|
||||
{
|
||||
min-width: 253px;
|
||||
border-radius: 0.4375rem;
|
||||
}
|
||||
/*--------Add Item Show Finish--------*/
|
||||
|
||||
|
||||
/*--------Height 0--------*/
|
||||
.h-0
|
||||
{
|
||||
height: 0 !important;
|
||||
}
|
||||
/*--------Height 0 Finish--------*/
|
||||
|
||||
|
||||
/*----------------RESPONSIVE START LINE----------------*/
|
||||
/*--------Xs Breakpoint--------*/
|
||||
@media (min-width: 304px) and (max-width: 575.98px)
|
||||
{
|
||||
.col-xs-1 {width: 8.33%;}
|
||||
.col-xs-2 {width: 16.66%;}
|
||||
.col-xs-3 {width: 25%;}
|
||||
.col-xs-4 {width: 33.33%;}
|
||||
.col-xs-5 {width: 41.66%;}
|
||||
.col-xs-6 {width: 50%;}
|
||||
.col-xs-7 {width: 58.33%;}
|
||||
.col-xs-8 {width: 66.66%;}
|
||||
.col-xs-9 {width: 75%;}
|
||||
.col-xs-10 {width: 83.33%;}
|
||||
.col-xs-11 {width: 91.66%;}
|
||||
.col-xs-12 {width: 100%;}
|
||||
|
||||
.hidden-sm,
|
||||
.hidden-md,
|
||||
.hidden-lg,
|
||||
.hidden-xl
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btn-alone
|
||||
{
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
font-size: .875rem;
|
||||
padding: .425rem 1.25rem;
|
||||
margin-top: 0.4rem;
|
||||
margin-bottom: -1rem;
|
||||
}
|
||||
|
||||
.header-button-top
|
||||
{
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
font-size: .875rem;
|
||||
padding: .425rem 1.25rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.header-button-bottom
|
||||
{
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
font-size: .875rem;
|
||||
padding: .425rem 1.25rem;
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: -1rem;
|
||||
}
|
||||
|
||||
.footer-texts
|
||||
{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
font-size: 0.75rem !important;
|
||||
}
|
||||
|
||||
.card-header-search
|
||||
{
|
||||
margin-left: -1rem;
|
||||
}
|
||||
|
||||
.col-aka
|
||||
{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.left-menu-toggle
|
||||
{
|
||||
display: block !important;
|
||||
padding-top: 0.4rem !important;
|
||||
}
|
||||
|
||||
.left-menu-toggle-position
|
||||
{
|
||||
margin-left: 1rem !important;
|
||||
}
|
||||
|
||||
.nav-header-text
|
||||
{
|
||||
width: 8.5rem;
|
||||
}
|
||||
|
||||
.dashboard-action
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.install-line
|
||||
{
|
||||
width: 0;
|
||||
position: absolute;
|
||||
margin-left: 7.75rem;
|
||||
border-left: 5px solid rgba(0, 0, 0, 0.1);
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
/*--------Xs Breakpoint Finish--------*/
|
||||
|
||||
/*--------S Breakpoint--------*/
|
||||
@media (min-width: 576px) and (max-width: 767.98px)
|
||||
{
|
||||
.hidden-md,
|
||||
.hidden-lg,
|
||||
.hidden-xl
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card-header-search
|
||||
{
|
||||
margin-left: -1rem;
|
||||
}
|
||||
|
||||
.dashboard-action
|
||||
{
|
||||
margin-left: 4rem !important;
|
||||
}
|
||||
|
||||
.install-line
|
||||
{
|
||||
width: 0;
|
||||
position: absolute;
|
||||
margin-left: 7.75rem;
|
||||
border-left: 5px solid rgba(0, 0, 0, 0.1);
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
/*--------S Breakpoint Finish--------*/
|
||||
|
||||
/*--------M Breakpoint--------*/
|
||||
@media (min-width: 768px) and (max-width: 991.98px)
|
||||
{
|
||||
.hidden-lg,
|
||||
.hidden-xl
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card-header-search
|
||||
{
|
||||
margin-left: -1rem;
|
||||
}
|
||||
|
||||
.sidenav .navbar-nav .dropdown-menu
|
||||
{
|
||||
left: 1rem !important;
|
||||
}
|
||||
|
||||
.dashboard-action
|
||||
{
|
||||
margin-left: 3rem !important;
|
||||
}
|
||||
}
|
||||
/*--------M Breakpoint Finish--------*/
|
||||
|
||||
/*--------L Breakpoint--------*/
|
||||
@media (min-width: 992px) and (max-width: 1199.98px)
|
||||
{
|
||||
.hidden-xl
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card-header-search
|
||||
{
|
||||
margin-left: -1rem;
|
||||
}
|
||||
|
||||
.card-header-search-text
|
||||
{
|
||||
padding-left: 17px;
|
||||
}
|
||||
|
||||
.card-header-space
|
||||
{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sidenav .navbar-nav .dropdown-menu
|
||||
{
|
||||
left: 1rem;
|
||||
}
|
||||
|
||||
.dashboard-action
|
||||
{
|
||||
margin-left: 1rem !important;
|
||||
}
|
||||
}
|
||||
/*--------L Breakpoint Finish--------*/
|
||||
|
||||
/*--------XL Breakpoint--------*/
|
||||
@media (min-width: 1200px) and (max-width: 1327.98px)
|
||||
{
|
||||
.hidden-xl
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/*--------XL Breakpoint Finish--------*/
|
||||
/*----------------RESPONSIVE END LINE----------------*/
|
||||
|
||||
table .align-items-center td span.badge {
|
||||
height: 24px;
|
||||
padding-top: 8px;
|
||||
font-size: 9px;
|
||||
}
|
269
public/css/daterangepicker.css
vendored
269
public/css/daterangepicker.css
vendored
@ -1,269 +0,0 @@
|
||||
.daterangepicker {
|
||||
position: absolute;
|
||||
color: inherit;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
width: 278px;
|
||||
padding: 4px;
|
||||
margin-top: 1px;
|
||||
top: 100px;
|
||||
left: 20px;
|
||||
/* Calendars */ }
|
||||
.daterangepicker:before, .daterangepicker:after {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
content: ''; }
|
||||
.daterangepicker:before {
|
||||
top: -7px;
|
||||
border-right: 7px solid transparent;
|
||||
border-left: 7px solid transparent;
|
||||
border-bottom: 7px solid #ccc; }
|
||||
.daterangepicker:after {
|
||||
top: -6px;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #fff;
|
||||
border-left: 6px solid transparent; }
|
||||
.daterangepicker.opensleft:before {
|
||||
right: 9px; }
|
||||
.daterangepicker.opensleft:after {
|
||||
right: 10px; }
|
||||
.daterangepicker.openscenter:before {
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto; }
|
||||
.daterangepicker.openscenter:after {
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto; }
|
||||
.daterangepicker.opensright:before {
|
||||
left: 9px; }
|
||||
.daterangepicker.opensright:after {
|
||||
left: 10px; }
|
||||
.daterangepicker.dropup {
|
||||
margin-top: -5px; }
|
||||
.daterangepicker.dropup:before {
|
||||
top: initial;
|
||||
bottom: -7px;
|
||||
border-bottom: initial;
|
||||
border-top: 7px solid #ccc; }
|
||||
.daterangepicker.dropup:after {
|
||||
top: initial;
|
||||
bottom: -6px;
|
||||
border-bottom: initial;
|
||||
border-top: 6px solid #fff; }
|
||||
.daterangepicker.dropdown-menu {
|
||||
max-width: none;
|
||||
z-index: 3001; }
|
||||
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
|
||||
float: none; }
|
||||
.daterangepicker.show-calendar .calendar {
|
||||
display: block; }
|
||||
.daterangepicker .calendar {
|
||||
display: none;
|
||||
max-width: 270px;
|
||||
margin: 4px; }
|
||||
.daterangepicker .calendar.single .calendar-table {
|
||||
border: none; }
|
||||
.daterangepicker .calendar th, .daterangepicker .calendar td {
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
min-width: 32px; }
|
||||
.daterangepicker .calendar-table {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
background-color: #fff; }
|
||||
.daterangepicker table {
|
||||
width: 100%;
|
||||
margin: 0; }
|
||||
.daterangepicker td, .daterangepicker th {
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid transparent;
|
||||
white-space: nowrap;
|
||||
cursor: pointer; }
|
||||
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
|
||||
background-color: #eee;
|
||||
border-color: transparent;
|
||||
color: inherit; }
|
||||
.daterangepicker td.week, .daterangepicker th.week {
|
||||
font-size: 80%;
|
||||
color: #ccc; }
|
||||
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
|
||||
background-color: #fff;
|
||||
border-color: transparent;
|
||||
color: #999; }
|
||||
.daterangepicker td.in-range {
|
||||
background-color: #ebf4f8;
|
||||
border-color: transparent;
|
||||
color: #000;
|
||||
border-radius: 0; }
|
||||
.daterangepicker td.start-date {
|
||||
border-radius: 4px 0 0 4px; }
|
||||
.daterangepicker td.end-date {
|
||||
border-radius: 0 4px 4px 0; }
|
||||
.daterangepicker td.start-date.end-date {
|
||||
border-radius: 4px; }
|
||||
.daterangepicker td.active, .daterangepicker td.active:hover {
|
||||
background-color: #357ebd;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.daterangepicker th.month {
|
||||
width: auto; }
|
||||
.daterangepicker td.disabled, .daterangepicker option.disabled {
|
||||
color: #999;
|
||||
cursor: not-allowed;
|
||||
text-decoration: line-through; }
|
||||
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
|
||||
font-size: 12px;
|
||||
padding: 1px;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
cursor: default; }
|
||||
.daterangepicker select.monthselect {
|
||||
margin-right: 2%;
|
||||
width: 56%; }
|
||||
.daterangepicker select.yearselect {
|
||||
width: 40%; }
|
||||
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
|
||||
width: 50px;
|
||||
margin-bottom: 0; }
|
||||
.daterangepicker .input-mini {
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
color: #555;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
display: block;
|
||||
vertical-align: middle;
|
||||
margin: 0 0 5px 0;
|
||||
padding: 0 6px 0 28px;
|
||||
width: 100%; }
|
||||
.daterangepicker .input-mini.active {
|
||||
border: 1px solid #08c;
|
||||
border-radius: 4px; }
|
||||
.daterangepicker .daterangepicker_input {
|
||||
position: relative; }
|
||||
.daterangepicker .daterangepicker_input i {
|
||||
position: absolute;
|
||||
left: 8px;
|
||||
top: 8px; }
|
||||
.daterangepicker.rtl .input-mini {
|
||||
padding-right: 28px;
|
||||
padding-left: 6px; }
|
||||
.daterangepicker.rtl .daterangepicker_input i {
|
||||
left: auto;
|
||||
right: 8px; }
|
||||
.daterangepicker .calendar-time {
|
||||
text-align: center;
|
||||
margin: 5px auto;
|
||||
line-height: 30px;
|
||||
position: relative;
|
||||
padding-left: 28px; }
|
||||
.daterangepicker .calendar-time select.disabled {
|
||||
color: #ccc;
|
||||
cursor: not-allowed; }
|
||||
|
||||
.ranges {
|
||||
font-size: 11px;
|
||||
float: none;
|
||||
margin: 4px;
|
||||
text-align: left; }
|
||||
.ranges ul {
|
||||
list-style: none;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
width: 100%; }
|
||||
.ranges li {
|
||||
font-size: 13px;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #f5f5f5;
|
||||
border-radius: 4px;
|
||||
color: #08c;
|
||||
padding: 3px 12px;
|
||||
margin-bottom: 8px;
|
||||
cursor: pointer; }
|
||||
.ranges li:hover {
|
||||
background-color: #08c;
|
||||
border: 1px solid #08c;
|
||||
color: #fff; }
|
||||
.ranges li.active {
|
||||
background-color: #08c;
|
||||
border: 1px solid #08c;
|
||||
color: #fff; }
|
||||
|
||||
/* Larger Screen Styling */
|
||||
@media (min-width: 564px) {
|
||||
.daterangepicker {
|
||||
width: auto; }
|
||||
.daterangepicker .ranges ul {
|
||||
width: 160px; }
|
||||
.daterangepicker.single .ranges ul {
|
||||
width: 100%; }
|
||||
.daterangepicker.single .calendar.left {
|
||||
clear: none; }
|
||||
.daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
|
||||
float: left; }
|
||||
.daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
|
||||
float: right; }
|
||||
.daterangepicker.ltr {
|
||||
direction: ltr;
|
||||
text-align: left; }
|
||||
.daterangepicker.ltr .calendar.left {
|
||||
clear: left;
|
||||
margin-right: 0; }
|
||||
.daterangepicker.ltr .calendar.left .calendar-table {
|
||||
border-right: none;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0; }
|
||||
.daterangepicker.ltr .calendar.right {
|
||||
margin-left: 0; }
|
||||
.daterangepicker.ltr .calendar.right .calendar-table {
|
||||
border-left: none;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0; }
|
||||
.daterangepicker.ltr .left .daterangepicker_input {
|
||||
padding-right: 12px; }
|
||||
.daterangepicker.ltr .calendar.left .calendar-table {
|
||||
padding-right: 12px; }
|
||||
.daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
|
||||
float: left; }
|
||||
.daterangepicker.rtl {
|
||||
direction: rtl;
|
||||
text-align: right; }
|
||||
.daterangepicker.rtl .calendar.left {
|
||||
clear: right;
|
||||
margin-left: 0; }
|
||||
.daterangepicker.rtl .calendar.left .calendar-table {
|
||||
border-left: none;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0; }
|
||||
.daterangepicker.rtl .calendar.right {
|
||||
margin-right: 0; }
|
||||
.daterangepicker.rtl .calendar.right .calendar-table {
|
||||
border-right: none;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0; }
|
||||
.daterangepicker.rtl .left .daterangepicker_input {
|
||||
padding-left: 12px; }
|
||||
.daterangepicker.rtl .calendar.left .calendar-table {
|
||||
padding-left: 12px; }
|
||||
.daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
|
||||
text-align: right;
|
||||
float: right; } }
|
||||
@media (min-width: 730px) {
|
||||
.daterangepicker .ranges {
|
||||
width: auto; }
|
||||
.daterangepicker.ltr .ranges {
|
||||
float: left; }
|
||||
.daterangepicker.rtl .ranges {
|
||||
float: right; }
|
||||
.daterangepicker .calendar.left {
|
||||
clear: none !important; } }
|
2
public/css/ekko-lightbox.css
vendored
2
public/css/ekko-lightbox.css
vendored
File diff suppressed because one or more lines are too long
4
public/css/font-awesome.min.css
vendored
4
public/css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
163
public/css/install.css
vendored
163
public/css/install.css
vendored
@ -1,163 +0,0 @@
|
||||
.install-image {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
|
||||
display: block;
|
||||
background-image: url('../img/install.jpg');
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
-webkit-filter: grayscale(50%);
|
||||
-moz-filter: grayscale(50%);
|
||||
-o-filter: grayscale(50%);
|
||||
-ms-filter: grayscale(50%);
|
||||
filter: grayscale(50%);
|
||||
}
|
||||
|
||||
.install-content {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 9999;
|
||||
margin: 0 auto;
|
||||
max-width : 450px;
|
||||
}
|
||||
|
||||
.install-logo {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.install-logo img {
|
||||
margin: 25px auto;
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.install-loading-bar {
|
||||
font-size: 35px;
|
||||
position: absolute;
|
||||
z-index: 500;
|
||||
top: 45px;
|
||||
left: 7px;
|
||||
width: 434px;
|
||||
background: rgb(136, 136, 136);
|
||||
opacity: 0.2;
|
||||
-moz-border-radius-bottomleft: 1px;
|
||||
-moz-border-radius-bottomright: 1px;
|
||||
border-bottom-left-radius: 1px;
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
.install-loading-spin {
|
||||
font-size: 100px;
|
||||
position: absolute;
|
||||
margin: auto;
|
||||
color: #fff;
|
||||
padding: 28% 40%;
|
||||
}
|
||||
|
||||
.table-responsive {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
div.required .control-label:not(span):after, td.required:after {
|
||||
content: ' *';
|
||||
color: #F00;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.form-group .select2-container {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.form-group .select2-container--default .select2-selection--single {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.form-group .select2-container .select2-selection--single {
|
||||
height: 34px;
|
||||
border: 1px solid #d2d6de;
|
||||
}
|
||||
|
||||
.form-group .select2-container .select2-selection--single .select2-selection__rendered {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.form-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
|
||||
border-color: #555 transparent transparent transparent;
|
||||
}
|
||||
|
||||
.info-box .progress .progress-bar {
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.info-box .progress .progress-bar.progress-bar-green, .progress-bar-success {
|
||||
background-color: #00a65a;
|
||||
}
|
||||
|
||||
.info-box .progress .progress-bar.progress-bar-red, .progress-bar-danger {
|
||||
background-color: #dd4b39;
|
||||
}
|
||||
|
||||
.info-box .progress .progress-bar.progress-bar-aqua, .progress-bar-info {
|
||||
background-color: #00c0ef;
|
||||
}
|
||||
|
||||
.box.box-success .table.table-bordered {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.info-box-icon i {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.box.box-success .chart svg, .chart canvas {
|
||||
width: 96% !important;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.nav-tabs-custom>.nav-tabs>li.active {
|
||||
border-top-color: #00a65a;
|
||||
}
|
||||
|
||||
.input-group .btn-group.radio-inline {
|
||||
padding-left: inherit;
|
||||
}
|
||||
|
||||
.input-group input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
|
||||
outline: inherit;
|
||||
outline-offset: 0px;
|
||||
}
|
||||
|
||||
.input-group .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.navbar-custom-menu .navbar-nav > li > a > i {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
||||
background-color: #00a65a !important;
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
border-color: #00a65a !important;
|
||||
}
|
||||
|
||||
.box.box-solid.box-success {
|
||||
border: none;
|
||||
box-shadow: 0 2px 10px rgba(153, 153, 153, 0.5);
|
||||
}
|
100
public/css/invoice.css
vendored
100
public/css/invoice.css
vendored
@ -1,100 +0,0 @@
|
||||
body {
|
||||
margin: 0 10px;
|
||||
padding: 0;
|
||||
font-family: Arial, sans-serif;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th, td {
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.row {
|
||||
font-size: 0; /* prevent whitespace from stuffing up inline-block column layouts */
|
||||
}
|
||||
|
||||
.col-58 {
|
||||
display: inline-block;
|
||||
width: 58%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.col-42 {
|
||||
display: inline-block;
|
||||
width: 42%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.text-success {
|
||||
color: #28a745;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding-bottom: 9px;
|
||||
margin: 10px 0 20px 0;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.company {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
max-width: 430px;
|
||||
max-height: 120px;
|
||||
}
|
||||
|
||||
.lines {
|
||||
margin: 30px 0;
|
||||
border-collapse: collapse;
|
||||
table-layout: fixed;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.lines thead tr {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.lines tbody td {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.lines .item {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.lines .quantity {
|
||||
width: 20%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.lines .price {
|
||||
width: 20%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.lines .total {
|
||||
width: 20%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.notes {
|
||||
font-size: 14px;
|
||||
}
|
11
public/css/ionicons.min.css
vendored
11
public/css/ionicons.min.css
vendored
File diff suppressed because one or more lines are too long
54
public/css/jquery.countdown.css
vendored
54
public/css/jquery.countdown.css
vendored
@ -1,54 +0,0 @@
|
||||
/* jQuery Countdown styles 2.0.0. */
|
||||
.is-countdown {
|
||||
border: 1px solid #ccc;
|
||||
background-color: #eee;
|
||||
}
|
||||
.countdown-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.countdown-holding span {
|
||||
color: #888;
|
||||
}
|
||||
.countdown-row {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
padding: 0px 2px;
|
||||
text-align: center;
|
||||
}
|
||||
.countdown-show1 .countdown-section {
|
||||
width: 98%;
|
||||
}
|
||||
.countdown-show2 .countdown-section {
|
||||
width: 48%;
|
||||
}
|
||||
.countdown-show3 .countdown-section {
|
||||
width: 32.5%;
|
||||
}
|
||||
.countdown-show4 .countdown-section {
|
||||
width: 24.5%;
|
||||
}
|
||||
.countdown-show5 .countdown-section {
|
||||
width: 19.5%;
|
||||
}
|
||||
.countdown-show6 .countdown-section {
|
||||
width: 16.25%;
|
||||
}
|
||||
.countdown-show7 .countdown-section {
|
||||
width: 14%;
|
||||
}
|
||||
.countdown-section {
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 75%;
|
||||
text-align: center;
|
||||
}
|
||||
.countdown-amount {
|
||||
font-size: 200%;
|
||||
}
|
||||
.countdown-period {
|
||||
display: block;
|
||||
}
|
||||
.countdown-descr {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
4
public/css/modules.css
vendored
4
public/css/modules.css
vendored
@ -1,4 +0,0 @@
|
||||
.item-image {
|
||||
max-width: 230px;
|
||||
width: 100%;
|
||||
}
|
15
public/css/skin-black.css
vendored
15
public/css/skin-black.css
vendored
@ -1,15 +0,0 @@
|
||||
.skin-black .main-sidebar, .skin-black .left-side {
|
||||
background-color: #2f4050;
|
||||
}
|
||||
|
||||
.skin-black .sidebar-menu>li:hover>a, .skin-black .sidebar-menu>li.active>a {
|
||||
background: #293846;
|
||||
}
|
||||
|
||||
.skin-black .sidebar-menu>li>.treeview-menu {
|
||||
background: #293846;
|
||||
}
|
||||
|
||||
.skin-black .sidebar-form input[type="text"], .skin-black .sidebar-form .btn {
|
||||
background-color: #415365;
|
||||
}
|
Reference in New Issue
Block a user