123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249 |
- :root {
- --orange: #ffab00;
-
- }
- body {
- background-color: #fff;
- }
- .my-container {
- transition: 0.4s;
- }
- .active-nav {
- margin-left: 0;
- }
- /* for main section */
- .active-cont {
- margin-left: 280px;
- }
- #menu-btn {
- background-color: #100901;
- color: #fff;
- }
- .bg-dark {
- background-color: #000 !important;
- color: #ffffff !important;
- }
- .bg-yellow {
- background: #ffd684;
- padding-top: 7px !important;
- padding-bottom: 7px !important;
- }
- .title {
- font-weight: 600;
- }
- .form-label {
- font-size: 15px;
- font-weight: 600;
- padding-left: 20px;
- }
- .table > thead > tr > td,
- .table > thead > tr > th {
- font-size: 15px;
- font-weight:400;
- }
- .form-control,
- .form-select {
- height: 46px !important;
- border-color: #e4e6eb !important;
- }
- .theme-primary .btn-primary:hover, .theme-primary .btn-primary:active, .theme-primary .btn-primary:focus, .theme-primary .btn-primary.active{
- background-color: var(--orange)!important;
- border-color:white !important;
- }
- .form-control:active,
- .form-select:active {
- height: 46px !important;
- border-color: var(--orange);
- }
- .jumbo_ptag
- {
- color:#728a9b;
- }
- input:focus,select:focus{
- border-color: var(--orange) !important;
-
- }
- .btn-md:focus{
- border-color: var(--orange) !important;
- background:var(--orange) !important;
- }
- .btn-md {
- font-size: 1rem;
- /*padding: 12px 70px;*/
- border-color:black !important;
- border-radius:3px !important;
- color:black !important;
- }
- .frow .btn-md{
- background:transparent !important;
- color: var(--orange) !important;
- border-color: var(--orange) !important;
- }
- .frow .btn-md:hover {
- background-color: var(--orange) !important;
- border-color:var(--orange) !important;
- color:white !important;
- }
- .btn-md:hover {
- background-color: var(--orange) !important;
- border-color:var(--orange) !important;
- color:white !important;
- }
- .table-striped > tbody > tr:nth-of-type(odd) {
- --bs-table-accent-bg: #fff8ec;
- color: var(--bs-table-striped-color);
- }
- .table > tbody > tr > td,
- .table > tbody > tr > th {
- font-size: 15px;
- }
- .table > tbody > tr > td {
- border-bottom-width: 0;
- padding: 1.5rem;
- }
- .table .btn{
- border-color: var(--orange) !important;
- background-color: transparent !important;
- color:var(--orange) !important;
- }
- .table .btn:hover{
- background-color: var(--orange) !important;
- border-color:var(--orange) !important;
- color:white !important;
- }
- .ordhistory input,select{
- border-radius:5px !important;
- }
- .jumbotron {
- padding: 2rem 1rem;
- margin-bottom: 2rem;
- background-color: #f5f7fb;
- border-radius: .3rem;
- }
- .btn-toggle.btn-sm, .btn-toggle.btn-sm > .handle {
- border-radius: 16px;
- }
- .switch-me{
-
- }
- .gdot {
- height: 15px;
- width: 15px;
- background-color:#27af37;
- border-radius: 50%;
- display: inline-block;
- }
- .rdot {
- height: 15px;
- width: 15px;
- background-color:red;
- border-radius: 50%;
- display: inline-block;
- }
- .orange_text
- {
- color:var(--orange) !important;
- text-width:bold;
- }
- .add-outlet::before{
- background-image:url('../images/icons/plushape.png')
- }
- /*start datatable css*/
- #example thead{
- background: #ffe7c0;
- }
- .pagination li{
- background: transparent !important;
- }
- .pagination li.previous{
- padding-right: 45px !important;
- }
- .pagination li.next{
- padding-left: 45px !important;
- }
- #example_previous a , #example_next a{
- background: transparent !important;
- }
- .pagination li a.page-link
- {
- color: black !important;
- background: #fff !important;
- }
- .pagination li.active a.page-link
- {
- color: white !important;
- background: #ffa505 !important;
- }
- div.dataTables_wrapper div.dataTables_paginate ul.pagination{
- width:calc(100% - -55px);
- padding:10px;
- }
- /*end datatable css*/
- @media (min-width: 992px) {
- /* .none-d {
- display: none;
- } */
- .m-logo {
- display: none;
- }
- }
- @media (max-width: 991px) {
- .active-nav {
- margin-left: 0;
- }
- /* for main section */
- .active-cont {
- margin-left: 280px;
- }
- .nav li {
- padding: initial;
- }
- .top-navbar {
- background: #000;
- position: absolute;
- right: 0;
- left: 0;
- width: 100%;
- top: 0px;
- height: 66px;
- }
- #menu-btn {
- position: absolute;
- right: 10px;
- }
- .m-logo {
- padding-left: 10px;
- }
- .mpt-50 {
- padding-top: 70px;
- }
- }
- @media (max-width: 767px) {
- .btn-md {
- width: 100%;
- }
- .add-outlet{
- width: 50%;
- padding: 12px
-
- }
- .card{
- border:1px solid rgba(0, 0, 0, 0) !important;
- box-shadow: 1px 2px 4px 0 rgb(255 255 255 / 10%) !important;
- }
- }
|