1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411 |
- /*!
- * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
- *
- * Copyright 2012-2019 SnapAppointments, LLC
- * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
- */
- select.bs-select-hidden,
- .bootstrap-select > select.bs-select-hidden,
- select.selectpicker {
- display: none !important;
- }
- .bootstrap-select {
- width: 220px \0;
- /*IE9 and below*/
- vertical-align: middle;
- }
- .bootstrap-select > .dropdown-toggle {
- position: relative;
- width: 100%;
- text-align: right;
- white-space: nowrap;
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .bootstrap-select > .dropdown-toggle:after {
- margin-top: -1px;
- }
- .bootstrap-select > .dropdown-toggle.bs-placeholder,
- .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
- .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
- .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
- color: #999;
- }
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
- .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
- color: rgba(255, 255, 255, 0.5);
- }
- .bootstrap-select > select {
- position: absolute !important;
- bottom: 0;
- left: 50%;
- display: block !important;
- width: 0.5px !important;
- height: 100% !important;
- padding: 0 !important;
- opacity: 0 !important;
- border: none;
- z-index: 0 !important;
- }
- .bootstrap-select > select.mobile-device {
- top: 0;
- left: 0;
- display: block !important;
- width: 100% !important;
- z-index: 2 !important;
- }
- .has-error .bootstrap-select .dropdown-toggle,
- .error .bootstrap-select .dropdown-toggle,
- .bootstrap-select.is-invalid .dropdown-toggle,
- .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
- border-color: #b94a48;
- }
- .bootstrap-select.is-valid .dropdown-toggle,
- .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
- border-color: #28a745;
- }
- .bootstrap-select.fit-width {
- width: auto !important;
- }
- .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
- width: 220px;
- }
- .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
- .bootstrap-select .dropdown-toggle:focus {
- outline: thin dotted #333333 !important;
- outline: 5px auto -webkit-focus-ring-color !important;
- outline-offset: -2px;
- }
- .bootstrap-select.form-control {
- margin-bottom: 0;
- padding: 0;
- border: none;
- }
- :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
- width: 100%;
- }
- .bootstrap-select.form-control.input-group-btn {
- float: none;
- z-index: auto;
- }
- .form-inline .bootstrap-select,
- .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
- width: auto;
- }
- .bootstrap-select:not(.input-group-btn),
- .bootstrap-select[class*="col-"] {
- float: none;
- display: inline-block;
- margin-left: 0;
- }
- .bootstrap-select.dropdown-menu-right,
- .bootstrap-select[class*="col-"].dropdown-menu-right,
- .row .bootstrap-select[class*="col-"].dropdown-menu-right {
- float: right;
- }
- .form-inline .bootstrap-select,
- .form-horizontal .bootstrap-select,
- .form-group .bootstrap-select {
- margin-bottom: 0;
- }
- .form-group-lg .bootstrap-select.form-control,
- .form-group-sm .bootstrap-select.form-control {
- padding: 0;
- }
- .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
- .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
- height: 100%;
- font-size: inherit;
- line-height: inherit;
- border-radius: inherit;
- }
- .bootstrap-select.form-control-sm .dropdown-toggle,
- .bootstrap-select.form-control-lg .dropdown-toggle {
- font-size: inherit;
- line-height: inherit;
- border-radius: inherit;
- }
- .bootstrap-select.form-control-sm .dropdown-toggle {
- padding: 0.25rem 0.5rem;
- }
- .bootstrap-select.form-control-lg .dropdown-toggle {
- padding: 0.5rem 1rem;
- }
- .form-inline .bootstrap-select .form-control {
- width: 100%;
- }
- .bootstrap-select.disabled,
- .bootstrap-select > .disabled {
- cursor: not-allowed;
- }
- .bootstrap-select.disabled:focus,
- .bootstrap-select > .disabled:focus {
- outline: none !important;
- }
- .bootstrap-select.bs-container {
- position: absolute;
- top: 0;
- left: 0;
- height: 0 !important;
- padding: 0 !important;
- }
- .bootstrap-select.bs-container .dropdown-menu {
- z-index: 1060;
- }
- .bootstrap-select .dropdown-toggle .filter-option {
- position: static;
- top: 0;
- left: 0;
- float: left;
- height: 100%;
- width: 100%;
- text-align: left;
- overflow: hidden;
- -webkit-box-flex: 0;
- -webkit-flex: 0 1 auto;
- -ms-flex: 0 1 auto;
- flex: 0 1 auto;
- }
- .bs3.bootstrap-select .dropdown-toggle .filter-option {
- padding-right: inherit;
- }
- .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
- position: absolute;
- padding-top: inherit;
- padding-bottom: inherit;
- padding-left: inherit;
- float: none;
- }
- .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
- padding-right: inherit;
- }
- .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
- overflow: hidden;
- }
- .bootstrap-select .dropdown-toggle .filter-expand {
- width: 0 !important;
- float: left;
- opacity: 0 !important;
- overflow: hidden;
- }
- .bootstrap-select .dropdown-toggle .caret {
- position: absolute;
- top: 50%;
- right: 12px;
- margin-top: -2px;
- vertical-align: middle;
- }
- .input-group .bootstrap-select.form-control .dropdown-toggle {
- border-radius: inherit;
- }
- .bootstrap-select[class*="col-"] .dropdown-toggle {
- width: 100%;
- }
- .bootstrap-select .dropdown-menu {
- min-width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .bootstrap-select .dropdown-menu > .inner:focus {
- outline: none !important;
- }
- .bootstrap-select .dropdown-menu.inner {
- position: static;
- float: none;
- border: 0;
- padding: 0;
- margin: 0;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .bootstrap-select .dropdown-menu li {
- position: relative;
- }
- .bootstrap-select .dropdown-menu li.active small {
- color: rgba(255, 255, 255, 0.5) !important;
- }
- .bootstrap-select .dropdown-menu li.disabled a {
- cursor: not-allowed;
- }
- .bootstrap-select .dropdown-menu li a {
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .bootstrap-select .dropdown-menu li a.opt {
- position: relative;
- padding-left: 2.25em;
- }
- .bootstrap-select .dropdown-menu li a span.check-mark {
- display: none;
- }
- .bootstrap-select .dropdown-menu li a span.text {
- display: inline-block;
- }
- .bootstrap-select .dropdown-menu li small {
- padding-left: 0.5em;
- }
- .bootstrap-select .dropdown-menu .notify {
- position: absolute;
- bottom: 5px;
- width: 96%;
- margin: 0 2%;
- min-height: 26px;
- padding: 3px 5px;
- background: #f5f5f5;
- border: 1px solid #e3e3e3;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
- pointer-events: none;
- opacity: 0.9;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .bootstrap-select .no-results {
- padding: 3px;
- background: #f5f5f5;
- margin: 0 5px;
- white-space: nowrap;
- }
- .bootstrap-select.fit-width .dropdown-toggle .filter-option {
- position: static;
- display: inline;
- padding: 0;
- width: auto;
- }
- .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
- .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
- display: inline;
- }
- .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
- content: '\00a0';
- }
- .bootstrap-select.fit-width .dropdown-toggle .caret {
- position: static;
- top: auto;
- margin-top: -1px;
- }
- .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
- position: absolute;
- display: inline-block;
- right: 15px;
- top: 5px;
- }
- .bootstrap-select.show-tick .dropdown-menu li a span.text {
- margin-right: 34px;
- }
- .bootstrap-select .bs-ok-default:after {
- content: '';
- display: block;
- width: 0.5em;
- height: 1em;
- border-style: solid;
- border-width: 0 0.26em 0.26em 0;
- -webkit-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
- .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
- z-index: 1061;
- }
- .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
- content: '';
- border-left: 7px solid transparent;
- border-right: 7px solid transparent;
- border-bottom: 7px solid rgba(204, 204, 204, 0.2);
- position: absolute;
- bottom: -4px;
- left: 9px;
- display: none;
- }
- .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
- content: '';
- border-left: 6px solid transparent;
- border-right: 6px solid transparent;
- border-bottom: 6px solid white;
- position: absolute;
- bottom: -4px;
- left: 10px;
- display: none;
- }
- .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
- bottom: auto;
- top: -4px;
- border-top: 7px solid rgba(204, 204, 204, 0.2);
- border-bottom: 0;
- }
- .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
- bottom: auto;
- top: -4px;
- border-top: 6px solid white;
- border-bottom: 0;
- }
- .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
- right: 12px;
- left: auto;
- }
- .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
- right: 13px;
- left: auto;
- }
- .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
- .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
- .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
- .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
- display: block;
- }
- .bs-searchbox,
- .bs-actionsbox,
- .bs-donebutton {
- padding: 4px 8px;
- }
- .bs-actionsbox {
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .bs-actionsbox .btn-group button {
- width: 50%;
- }
- .bs-donebutton {
- float: left;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .bs-donebutton .btn-group button {
- width: 100%;
- }
- .bs-searchbox + .bs-actionsbox {
- padding: 0 8px 4px;
- }
- .bs-searchbox .form-control {
- margin-bottom: 0;
- width: 100%;
- float: none;
- }
- /******************************************************************************/
- /* Bootstrap scroll fix */
- body.cp {
- padding-right: 0px !important;
- }
- /* Bootstrap modal CP padding fix */
- .cp .navbar {
- padding: .5rem 1rem !important;
- }
- /* Bootstrap dropdown hover fix */
- .dropdown-item:focus, .dropdown-item:hover {
- background-color: #f1f1f1;
- }
- .dropdown-item.active, .dropdown-item:active {
- background-color: #007bff;
- }
- /* Login/MySQL form */
- html {
- height: 100%;
- }
- body.cp-login,
- body.cp-mysql,
- body.cp-first-user {
- min-height: 100%;
- display: -ms-flexbox;
- display: -webkit-box;
- display: flex;
- -ms-flex-align: center;
- -ms-flex-pack: center;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- background-color: #eee;
- }
- .cp-login .form-signin,
- .cp-mysql .form-signin,
- .cp-first-user .form-signin {
- width: 100%;
- max-width: 21rem;
- padding: 1.5rem;
- margin: 1.5rem;
- }
- .cp-login .form-signin label,
- .cp-mysql .form-signin label,
- .cp-first-user .form-signin label {
- cursor: pointer;
- }
- .cp-login .form-signin .form-control,
- .cp-mysql .form-signin .form-control,
- .cp-first-user .form-signin .form-control {
- position: relative;
- box-sizing: border-box;
- height: auto;
- padding: 0.5rem;
- font-size: 1.0rem;
- }
- .cp-login .form-signin .form-control:focus,
- .cp-mysql .form-signin .form-control:focus,
- .cp-first-user .form-signin .form-control:focus {
- z-index: 2;
- }
- .cp-login .form-signin input[type="email"] {
- margin-bottom: -1px;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .cp-login .form-signin input[type="password"] {
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- }
- .cp-login .sys-messages,
- .cp-mysql .sys-messages,
- .cp-first-user .sys-messages {
- text-align: left;
- }
- .cp-login .sys-back-link {
- padding-top: 1.5rem;
- }
- /* Control panel skeleton */
- body.cp {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- background: initial;
- background-color: #fff;
- font-size: 1rem;
- font-weight: 400;
- line-height: 1.5;
- color: #444;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- body.cp nav.main {
- height: 3.5rem;
- box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.25);
- }
- body.cp nav.main.bg-dark {
- background: #205081 url(/assets/sys/bg.png) repeat 0 0 !important;
- }
- body.cp nav.main a.navbar-brand {
- font-weight: bold;
- }
- body.cp .wrap {
- width: 100%;
- height: 100%;
- display: table;
- align-items: stretch;
- }
- body.cp .wrap .sidebar,
- body.cp .wrap .content {
- display: table-cell;
- position: relative;
- padding-top: 3.5rem;
- vertical-align: top;
- }
- body.cp .wrap .sidebar.sidebar-right {
- display: none !important;
- }
- body.cp .wrap .sidebar-right .padd,
- body.cp .wrap .content .padd {
- padding: 1rem 1rem;
- }
- body.cp .wrap .scroll {
- height: 100%;
- overflow: hidden;
- overflow-y: auto;
- }
- body.cp .wrap .sidebar {
- width: 15.4rem;
- background: #eee;
- box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, .3);
- }
- body.cp .wrap .sidebar .dropdown-divider {
- border-color: #d6d6d6;
- margin: 0px;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav {
- padding: 1rem 0px;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-separator {
- height: 1rem;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item a {
- color: #444;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item.disabled a {
- color: #c9302c;
- /*text-decoration: line-through;*/
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item.active {
- background-color: #417cb9;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item.active.disabled {
- background-color: #c9302c;
- /*text-decoration: none;*/
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item.active a {
- color: #fff;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item:hover {
- background-color: #e7e7e7;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item.active:hover {
- background-color: #417cb9;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item.active.disabled:hover {
- background-color: #c9302c;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav ul.nav {
- background: #eee;
- padding-top: 0px;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav ul.nav li.nav-item a {
- color: #444;
- padding-left: 2rem;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav ul.nav li.nav-item.active {
- background-color: #e7e7e7;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav ul.nav li.nav-item.active a {
- color: #417cb9;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item.disabled ul.nav li.nav-item.active a {
- color: #c9302c;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item:last-child ul {
- padding-bottom: 0px;
- }
- body.cp .wrap .sidebar.sidebar-left ul.nav li.nav-item svg.sicon {
- fill: currentColor;
- margin-right: 0.3rem;
- margin-bottom: 1px;
- }
- /* SVG colors */
- .svg-green svg {
- fill: currentColor;
- color: #28a745;
- }
- .svg-red svg {
- fill: currentColor;
- color: #d9534f;
- }
- .svg-yellow svg {
- fill: currentColor;
- color: #f0ad4e;
- }
- /* Pagination */
- ul.pagination {
- margin-top: 1rem;
- }
- /* Admin table */
- .data-table {
- margin-bottom: 0px;
- }
- .data-table.table-hover tbody tr:hover {
- background-color: #fffbdf;
- }
- .data-table a svg {
- fill: currentColor;
- color: #007bff;
- }
- .data-table a:hover svg {
- color: #0056b3;
- }
- .data-table a.ico.delete svg {
- color: #d9534f;
- }
- .data-table a.ico.delete:hover svg {
- color: #c9302c;
- }
- .data-table td.col_action a.ico {
- display: inline-block;
- width: 1rem;
- height: 1rem;
- margin-right: 0.6rem;
- }
- .data-table td.col_action a.ico:last-child {
- margin-right: 0px;
- }
- .data-table thead tr {
- background-color: #e9ecef;
- }
- .data-table.table-bordered td,
- .data-table.table-bordered th {
- border: none;
- border-top: 1px solid #dee2e6;
- }
- .data-table.table-bordered td .parent,
- .data-table.table-bordered td .parent a,
- .data-table.table-bordered td .template {
- color: #adafb2;
- }
- /* Admin table: table_fave_pages */
- .data-table.table_fave_pages .col_datetime {
- width: 8rem;
- }
- .data-table.table_fave_pages .col_active {
- width: 5rem;
- }
- .data-table.table_fave_pages .col_action {
- width: 6rem;
- text-align: right;
- }
- /* Admin table: table_fave_blog_posts */
- .data-table.table_fave_blog_posts .col_datetime {
- width: 8rem;
- }
- .data-table.table_fave_blog_posts .col_active {
- width: 5rem;
- }
- .data-table.table_fave_blog_posts .col_action {
- width: 6rem;
- text-align: right;
- }
- /* Admin table: table_blog_cats */
- .data-table.table_fave_blog_cats .col_action {
- width: 6rem;
- text-align: right;
- }
- /* Admin table: table_fave_shop_products */
- .data-table.table_fave_shop_products .col_price {
- width: 8rem;
- }
- .data-table.table_fave_shop_products .col_datetime {
- width: 8rem;
- }
- .data-table.table_fave_shop_products .col_active {
- width: 5rem;
- }
- .data-table.table_fave_shop_products .col_action {
- width: 6rem;
- text-align: right;
- }
- .data-table.table_fave_shop_products .col_quantity {
- width: 8rem;
- }
- .data-table.table_fave_shop_products .col_total {
- width: 8rem;
- }
- /* Admin table: table_fave_shop_cats */
- .data-table.table_fave_shop_cats .col_action {
- width: 6rem;
- text-align: right;
- }
- /* Admin table: table_fave_shop_filters */
- .data-table.table_fave_shop_filters .col_action {
- width: 6rem;
- text-align: right;
- }
- /* Admin table: table_fave_shop_currencies */
- .data-table.table_fave_shop_currencies .col_coefficient {
- width: 7rem;
- }
- .data-table.table_fave_shop_currencies .col_action {
- width: 6rem;
- text-align: right;
- }
- /* Admin table: table_fave_users */
- .data-table.table_fave_users .col_active,
- .data-table.table_fave_users .col_admin {
- width: 5rem;
- }
- .data-table.table_fave_users .col_action {
- width: 6rem;
- text-align: right;
- }
- /* Admin table: table_fave_notify_mail */
- .data-table.table_fave_notify_mail .col_datetime {
- width: 8rem;
- }
- .data-table.table_fave_notify_mail .col_status {
- width: 5rem;
- }
- /* Admin table: table_fave_shop_orders */
- .data-table.table_fave_shop_orders .col_id {
- width: 7rem;
- }
- .data-table.table_fave_shop_orders .col_create_datetime {
- width: 8rem;
- }
- .data-table.table_fave_shop_orders .col_client_email {
- width: 8rem;
- }
- /* Admin data form */
- .data-form label {
- font-weight: bold;
- margin-top: .45rem;
- margin-bottom: .45rem;
- }
- .data-form small {
- color: #aeb8bc;
- }
- .data-form > div:nth-last-child(2) {
- margin-bottom: 0px;
- }
- .data-form textarea {
- min-height: 5.4rem;
- }
- /* Checkbox style iOS */
- .checkbox-ios {
- display: inline-block;
- }
- .checkbox-ios input[type=checkbox] {
- max-height: 0;
- max-width: 0;
- opacity: 0;
- position: absolute;
- }
- .checkbox-ios input[type=checkbox] + label {
- display: block;
- position: relative;
- box-shadow: inset 0 0 0 1px #ced4da;
- background: #ced4da;
- text-indent: -5000px;
- height: 30px;
- width: 60px;
- border-radius: 1.5rem;
- cursor: pointer;
- margin-top: 0px;
- margin-bottom: 0px;
- }
- .checkbox-ios input[type=checkbox] + label:before {
- content: "";
- position: absolute;
- display: block;
- height: 30px;
- width: 30px;
- top: 0px;
- left: 0px;
- border-radius: 1.5rem;
- background: rgba(19, 191, 17, 0);
- -moz-transition: .10s ease-in-out;
- -webkit-transition: .10s ease-in-out;
- transition: .10s ease-in-out;
- }
- .checkbox-ios input[type=checkbox] + label:after {
- content: "";
- position: absolute;
- display: block;
- height: 26px;
- width: 26px;
- top: 2px;
- left: 2px;
- border-radius: 1.5rem;
- background: #fff;
- -moz-transition: .10s ease-in-out;
- -webkit-transition: .10s ease-in-out;
- transition: .10s ease-in-out;
- }
- .checkbox-ios input[type=checkbox]:checked + label:before {
- width: 60px;
- background: #1a73e8;
- }
- .checkbox-ios input[type=checkbox]:checked + label:after {
- left: 32px;
- }
- /* Checkbox style clickable */
- .checkbox-clickable {
- display: inline-block;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- margin-right: 0.5rem;
- }
- .checkbox-clickable:last-child {
- margin-right: 0;
- }
- .checkbox-clickable input[type=checkbox] {
- max-height: 0;
- max-width: 0;
- opacity: 0;
- position: absolute;
- }
- .checkbox-clickable input[type=checkbox] + label {
- display: block;
- position: relative;
- box-shadow: inset 0 0 0 1px #ced4da;
- background: #e9ecef;
- height: 28px;
- border-radius: 1.5rem;
- cursor: pointer;
- margin-top: 0.1rem;
- margin-bottom: 0.1rem;
- padding: 0px 1rem;
- line-height: 1.8rem;
- font-size: 14px;
- color: #abb3bb;
- }
- .checkbox-clickable input[type=checkbox]:checked + label {
- box-shadow: inset 0 0 0 1px #1a73e8;
- background: #1a73e8;
- color: #fff;
- }
- /* Admin dynamic fields */
- .list-wrapper {
- background: #e9ecef;
- padding: 1rem;
- border-radius: .25rem;
- }
- .btn-dynamic-remove {
- position: absolute;
- top: 0px;
- right: 0px;
- }
- /* Duplicate product */
- .product-copy,
- .product-another {
- position: relative;
- }
- .product-copy a,
- .product-another a {
- position: absolute;
- right: 0px;
- padding: 12px 18px;
- background: #e9ecef;
- color: #6c757d;
- border-radius: 0 .25rem .25rem 0;
- }
- .product-another a {
- right: 52px;
- }
- .product-copy a svg,
- .product-another a svg {
- fill: currentColor;
- }
- .product-copy a:hover,
- .product-another a:hover {
- color: #417cb9;
- }
- /* Product images */
- #list-images {
- display: block;
- }
- #list-images .attached-img {
- display: inline-block;
- padding: 1rem;
- background: white;
- margin-right: 1rem;
- margin-bottom: 1rem;
- border-radius: .25rem;
- position: relative;
- vertical-align: top;
- }
- #list-images .attached-img a {
- display: block;
- }
- #list-images .attached-img a img {
- width: 84px;
- height: 84px;
- }
- #list-images .attached-img a.remove {
- position: absolute;
- width: 24px;
- height: 24px;
- top: -12px;
- right: -12px;
- border-radius: 12px;
- background: #d9534f;
- text-align: center;
- cursor: pointer;
- }
- #list-images .attached-img a.remove:hover {
- background: #c9302c;
- }
- #list-images .attached-img a.remove svg {
- color: #fff;
- fill: currentColor;
- }
- #list-images .attached-img.sortable-ghost {
- opacity: 0.1;
- }
- #list-images.loading .attached-img {
- opacity: 0.1;
- }
- #list-images.loading .attached-img a.remove {
- display: none;
- }
- #upload-msg {
- position: absolute;
- background: white;
- width: 100%;
- height: 100%;
- border: 1px solid #ced4da;
- border-radius: .25rem;
- padding: .375rem .75rem;
- display: none;
- }
- /* Files manager */
- .data-table.table_fm_files .col_name {
- max-width: 10rem;
- }
- .data-table.table_fm_files .col_type {
- width: 8rem;
- }
- .data-table.table_fm_files .col_action {
- width: 6rem;
- text-align: right;
- }
- .data-table.table_fm_files .col_name a {
- display: block;
- }
- #sys-modal-files-manager #fmfiles {
- display: block;
- }
- #sys-modal-files-manager button.upload {
- display: none;
- width: 100%;
- }
- #sys-modal-files-manager.uploading #fmfiles {
- display: none;
- }
- #sys-modal-files-manager.uploading button.upload {
- display: block;
- }
- .fm-loading {
- min-width: 99px;
- min-height: 99px;
- background: #fff url(/assets/cp/img-load.gif) no-repeat 50% 50% !important;
- }
- /* Fix for bootstrap select */
- .dropdown.bootstrap-select {
- position: relative;
- }
- .dropdown.bootstrap-select select {
- position: static !important;
- }
- .dropdown.bootstrap-select button.dropdown-toggle {
- position: absolute;
- top: 0px;
- left: 0px;
- }
- /* Bootstrap fixes */
- #sys-modal-user-settings {
- padding-right: 0px !important;
- }
- /* Wysiwyg */
- textarea.form-control.wysiwyg {
- min-height: 340px;
- }
- div.wysiwyg.focused {
- background-color: #fff;
- border-color: #80bdff;
- outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
- }
- /* CodeMirror */
- .CodeMirror {
- border: 1px solid #eee;
- height: auto;
- }
- .CodeMirror pre > * {
- text-indent: 0px;
- }
- /* Bootstrap buttons */
- .btn-primary {
- background-color: #1a73e8;
- border-color: #1a73e8;
- color: #fff;
- }
- .btn-primary:hover {
- background: rgba(26, 115, 232, 0.761);
- }
- .btn-secondary {
- background: transparent;
- border-color: #dadce0;
- color: #1a73e8;
- font-weight: 500;
- }
- .btn-secondary:hover {
- background: rgba(66, 133, 244, 0.04);
- border-color: #d2e3fc;
- color: #1a73e8;
- }
- /* Bootstrap select */
- .bs-searchbox,
- .bs-actionsbox,
- .bs-donebutton {
- padding: 0px 8px 8px 8px;
- }
- .bootstrap-select button.btn {
- outline: 0;
- border-color: #ced4da;
- }
- .bootstrap-select button.btn:active,
- .bootstrap-select button.btn:hover,
- .bootstrap-select button.btn:focus {
- outline: 0 !important;
- }
- .bootstrap-select ul.dropdown-menu li {
- background-color: transparent;
- }
- .bootstrap-select.form-control.show {
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
- }
- .bootstrap-select.form-control.show button.btn {
- border-color: #80bdff;
- background-color: #fff;
- }
- .bootstrap-select .dropdown-menu li a.selected {
- background-color: #007bff;
- color: #fff;
- }
- .bootstrap-select .dropdown-menu.show {
- padding-bottom: 0px !important;
- }
- /* Dotted text */
- .text-dotted {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- display: inline-block;
- max-width: 100%;
- margin-bottom: -0.5rem;
- }
- /* Mobile fixes */
- @media (min-width: 992px) {
- body.cp.cp-sidebar-right .wrap .sidebar.sidebar-right.d-lg-table-cell {
- display: table-cell !important;
- }
- .data-form .row .sys-messages .alert {
- margin-top: 1rem;
- margin-bottom: 0px;
- }
- .data-form .form-group.last {
- margin-bottom: 0px;
- }
- .data-form.index-add .form-group.n9,
- .data-form.index-modify .form-group.n9 {
- margin-bottom: 0px;
- }
- .data-form.blog-add .form-group.n8,
- .data-form.blog-modify .form-group.n8 {
- margin-bottom: 0px;
- }
- .data-form.blog-categories-add .form-group.n4,
- .data-form.blog-categories-modify .form-group.n4 {
- margin-bottom: 0px;
- }
- .data-form.shop-add .form-group.n15,
- .data-form.shop-modify .form-group.n15 {
- margin-bottom: 0px;
- }
- .data-form.shop-categories-add .form-group.n4,
- .data-form.shop-categories-modify .form-group.n4 {
- margin-bottom: 0px;
- }
- .data-form.shop-attributes-add .form-group.n4,
- .data-form.shop-attributes-modify .form-group.n4 {
- margin-bottom: 0px;
- }
- .data-form.shop-currencies-add .form-group.n5,
- .data-form.shop-currencies-modify .form-group.n5 {
- margin-bottom: 0px;
- }
- .data-form.users-add .form-group.n7,
- .data-form.users-modify .form-group.n7 {
- margin-bottom: 0px;
- }
- .data-form.settings-pagination .form-group.n2 {
- margin-bottom: 0px;
- }
- }
- @media (max-width: 575px) {
- /* Less then 576px */
- body.cp {
- height: auto;
- overflow: scroll;
- }
- body.cp .wrap .sidebar {
- width: auto;
- box-shadow: none;
- }
- body.cp .wrap .content {
- padding-top: 0rem;
- }
- }
- @media (max-width: 767px) {
- /* Less then 768px */
- .navbar-expand-md .navbar-collapse {
- padding: 1rem;
- background: #417cb9;
- box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, .3);
- border-radius: .25rem;
- }
- }
|