123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032 |
- @charset "UTF-8";
- /*$main-color: #007bff;*/
- /*$main-color: #11998e;*/
- body .sidebar {
- overflow-x: hidden !important;
- }
- body .no-select {
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- body .content-wrapper {
- padding: 5px 10px;
- }
- body .content-wrapper .dropdown-menu {
- border-color: #03aebc;
- }
- body .content-wrapper .dropdown-menu .dropdown-item {
- color: #03aebc;
- border-bottom: 1px solid #eee;
- }
- body .content-wrapper .dropdown-menu .dropdown-item:first-child {
- border-top: 1px solid #eee;
- }
- body .content-wrapper .dropdown-menu .dropdown-item:active, body .content-wrapper .dropdown-menu .dropdown-item.active {
- color: #fff !important;
- background-color: #03aebc;
- }
- body .content-wrapper .dropdown-menu .dropdown-item:focus, body .content-wrapper .dropdown-menu .dropdown-item:hover {
- color: #fff;
- text-decoration: none;
- background-color: #03aebc;
- }
- body label.iwb-label {
- text-align: right;
- margin-bottom: 0;
- }
- body label.iwb-label-sm {
- padding-top: 0.2rem;
- }
- body label.iwb-label-required::before {
- content: "*";
- color: red;
- margin-right: 6px;
- text-align: right;
- }
- body .text-iwb {
- color: #03aebc;
- }
- body .text-p, body.text-primary {
- color: #03aebc;
- }
- body .text-s, body.text-success {
- color: #28a745;
- }
- body .text-i, body.text-info {
- color: #00b0e4;
- }
- body .text-w, body.text-warning {
- color: #ffc107;
- }
- body .text-d, body.text-danger {
- color: #fb483a;
- }
- .nav-tabs {
- border-bottom: 1px solid #03aebc;
- }
- .nav-tabs .nav-item.show .nav-link {
- color: #fff;
- background-color: #03aebc;
- border-color: #03aebc;
- }
- .nav-tabs .nav-link {
- color: #03aebc;
- }
- .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
- border-color: #03aebc #03aebc #03aebc;
- color: #03aebc;
- font-weight: 600;
- }
- .nav-tabs .nav-link.active {
- color: #fff;
- background-color: #03aebc;
- border-color: #03aebc;
- }
- .label {
- display: inline-block;
- padding: 0.25rem 0.4rem;
- font-size: 75%;
- font-weight: 700;
- line-height: 1;
- text-align: center;
- white-space: nowrap;
- vertical-align: baseline;
- border-radius: 0.25rem;
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
- color: #fff;
- background-color: #6c757d;
- border-color: #6c757d;
- }
- .label.label-iwb {
- background-color: #03aebc;
- border-color: #03aebc;
- }
- .label.label-p, .label.label-primary {
- background-color: #03aebc;
- border-color: #03aebc;
- }
- .label.label-s, .label.label-success {
- background-color: #28a745;
- border-color: #28a745;
- }
- .label.label-i, .label.label-info {
- background-color: #00b0e4;
- border-color: #00b0e4;
- }
- .label.label-w, .label.label-warning {
- color: #1f2d3d;
- background-color: #ffc107;
- border-color: #ffc107;
- }
- .label.label-d, .label.label-danger {
- background-color: #fb483a;
- border-color: #fb483a;
- }
- .badge.badge-iwb {
- color: #fff;
- background-color: #03aebc;
- border-color: #03aebc;
- }
- .btn.btn-iwb {
- color: #fff;
- background-color: #03aebc;
- border-color: #03aebc;
- box-shadow: none;
- }
- .btn.btn-iwb:hover {
- background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
- border-color: rgba(0, 0, 0, 0.1);
- }
- .btn.btn-default {
- color: #03aebc;
- border-color: #03aebc;
- }
- .btn-outline-iwb {
- color: #03aebc;
- border-color: #03aebc;
- }
- .btn-outline-iwb:hover {
- color: #fff;
- background-color: #03aebc;
- border-color: #03aebc;
- }
- .btn.btn-gold {
- border-radius: 25px;
- color: #eee;
- background-color: #ffa600;
- background-color: hsl(39deg, 100%, 50%);
- border: none;
- box-shadow: inset #fffeff 0 0.3em 0.3em, inset #000000 0 -0.1em 0.3em, #cc8500 0 0.1em 3px, #996300 0 0.3em 1px, #000000 0 0.5em 5px !important;
- box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em 0.3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em 0.3em, hsl(39deg, 100%, 40%) 0 0.1em 3px, hsl(39deg, 100%, 30%) 0 0.3em 1px, rgba(0, 0, 0, 0.2) 0 0.5em 5px !important;
- }
- .btn.btn-gold:hover, .btn.btn-gold:focus, .btn.btn-gold:active {
- color: #fff;
- background-color: #ffa666;
- font-weight: 600;
- }
- .btn.btn-dl {
- color: #fff;
- background-color: #34b29d;
- font-weight: 600;
- box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em 0.3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em 0.3em, #007f61 0 0.1em 3px, #005f61 0 0.3em 1px, rgba(0, 0, 0, 0.2) 0 0.5em 5px !important;
- }
- .btn.btn-dl:hover, .btn.btn-dl:focus, .btn.btn-dl:active {
- color: #fff;
- background-color: #049e9a;
- font-weight: 600;
- }
- .bg-iwb {
- color: #fff;
- background-color: #03aebc !important;
- }
- .bg-iwb > a {
- color: inherit !important;
- }
- .btn-add {
- color: #fff;
- background-color: #28a745;
- border-color: #28a745;
- box-shadow: none;
- }
- .btn-add:hover {
- color: #fff;
- background-color: #218838;
- border-color: #1e7e34;
- }
- .btn-delete {
- color: #fff;
- background-color: #dc3545;
- border-color: #dc3545;
- box-shadow: none;
- }
- .btn-delete:hover {
- color: #fff;
- background-color: #c82333;
- border-color: #bd2130;
- }
- .card.card-iwb.card-outline {
- border-top: 3px solid #03aebc;
- }
- .card.card-iwb:not(.card-outline) > .card-header {
- background-color: #03aebc;
- color: #fff !important;
- }
- .card.card-iwb:not(.card-outline) > .card-header a.nav-link {
- color: inherit !important;
- }
- .card.card-iwb:not(.card-outline) > .card-header a.nav-link.active {
- color: #03aebc !important;
- background: #fff;
- border-color: #fff;
- }
- .card.card-iwb:not(.card-outline) > .card-header a.nav-link:hover {
- border-color: #fff;
- }
- .card.card-sm .card-header {
- padding: 5px 10px;
- }
- .card.card-sm .card-header .card-title {
- font-size: 0.875rem;
- }
- .card.card-sm .card-header .card-tools {
- margin-right: 0;
- }
- .card.card-sm .card-header .card-tools button {
- padding: 1px 5px;
- margin-top: -15px;
- }
- .card.card-sm .card-body {
- padding: 10px 15px;
- }
- .card.card-gold.card-outline-tabs > .card-header a.active {
- color: hsl(39deg, 100%, 50%);
- border-top: 3px solid hsl(39deg, 100%, 50%);
- }
- .card.card-dl.card-outline-tabs > .card-header .nav-tabs {
- border-bottom: 1px solid #049e9a;
- }
- .card.card-dl.card-outline-tabs > .card-header .nav-tabs a.nav-link.active {
- color: #fff;
- border-top: 3px solid #049e9a;
- border-color: #049e9a #049e9a #049e9a;
- }
- .card.card-dl.card-outline-tabs > .card-header .nav-tabs a.nav-link:focus, .card.card-dl.card-outline-tabs > .card-header .nav-tabs a.nav-link:hover, .card.card-dl.card-outline-tabs > .card-header .nav-tabs a.nav-link:active {
- border-color: #049e9a #049e9a #049e9a;
- }
- .card.card-primary.card-outline-tabs > .card-header a.active {
- border-top: 3px solid #11998e !important;
- }
- .iwb-checkbox {
- display: inline-block;
- position: relative;
- padding-left: 30px;
- color: #03aebc;
- margin-bottom: 10px;
- cursor: pointer;
- font-size: 0.875rem;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- cursor: pointer;
- }
- .iwb-checkbox > input {
- position: absolute;
- z-index: -1;
- opacity: 0;
- filter: alpha(opacity=0);
- }
- .iwb-checkbox > span {
- border-radius: 3px;
- background: none;
- position: absolute;
- top: 2px;
- left: 0;
- height: 18px;
- width: 18px;
- color: inherit;
- border: 1px solid;
- }
- .iwb-checkbox > span:after {
- content: "";
- position: absolute;
- display: none;
- }
- .iwb-checkbox input:checked ~ span {
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- background: none;
- }
- .iwb-checkbox input:checked ~ span:after {
- display: block;
- top: 50%;
- left: 50%;
- margin-left: -2px;
- margin-top: -6px;
- width: 5px;
- height: 10px;
- border-color: inherit;
- border-style: solid;
- border-width: 0 2px 2px 0 !important;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .iwb-checkbox.iwb-green {
- color: #28a745;
- }
- .iwb-checkbox.iwb-danger {
- color: #fb483a;
- }
- .iwb-checkbox.iwb-gold {
- color: hsl(39deg, 100%, 50%);
- }
- .iwb-checkbox.iwb-dl {
- color: #049e9a;
- }
- .tooltip .tooltip-inner {
- background: #03aebc;
- }
- .tooltip.bs-tooltip-left .arrow:before {
- border-left-color: #03aebc;
- }
- .tooltip.bs-tooltip-right .arrow:before {
- border-right-color: #03aebc;
- }
- .tooltip.bs-tooltip-top .arrow:before {
- border-top-color: #03aebc;
- }
- .tooltip.bs-tooltip-bottom .arrow:before {
- border-bottom-color: #03aebc;
- }
- .daterangepicker {
- z-index: 1050;
- }
- .iwb-file {
- width: 100%;
- position: relative;
- display: inline-block;
- width: 100%;
- margin-bottom: 0;
- }
- .iwb-file .iwb-file-input {
- opacity: 0;
- }
- .iwb-file .iwb-file-label {
- background-color: #fff;
- border: 1px solid #aaa;
- color: #ccc;
- text-align: left;
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- z-index: 1;
- width: 100%;
- height: calc(1.725rem + 2px);
- padding: 5px 12px;
- line-height: 1.25;
- font-weight: 400;
- border-radius: 3px;
- }
- .iwb-file .iwb-file-label.choice {
- color: #e9ecef;
- }
- .iwb-file .iwb-file-label:after {
- color: #495057;
- border-left: 1px solid #aaa;
- background-color: #e9ecef;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- z-index: 3;
- display: block;
- height: 1.725rem;
- padding: 5px 12px;
- line-height: 1.25;
- font-family: "iconfont";
- content: "\e81c 浏览文件";
- border-radius: 0 3px 3px 0;
- }
- .iwb-file .iwb-file-input:lang(en) ~ .iwb-file-label::after {
- content: "Browse";
- }
- .iwb-file .clear {
- display: block;
- color: #695057;
- background: #e9ecef;
- border: 1px solid #aaa;
- width: 33px;
- height: calc(1.725rem + 2px);
- padding: 5px 10px;
- cursor: pointer;
- position: absolute;
- top: 0;
- right: 100px;
- z-index: 1;
- }
- .iwb-file.file-error .iwb-file-label {
- border: 1px solid #F44336 !important;
- }
- .iwb-file.file-success .iwb-file-label {
- border: 1px solid #28a745 !important;
- }
- .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
- color: #fff !important;
- background-color: #03aebc;
- }
- .modal-backdrop.show {
- opacity: 0.1;
- }
- .modal .modal-header {
- color: #03aebc;
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .modal .modal-header .modal-title-span {
- color: inherit;
- }
- .modal .modal-header .close {
- color: inherit;
- outline: none !important;
- }
- .modal .modal-body {
- padding-top: 15px;
- padding-bottom: 10px;
- }
- .modal .dropdown-menu {
- border-color: #03aebc;
- }
- .modal .dropdown-menu .dropdown-item {
- color: #03aebc;
- border-bottom: 1px solid #eee;
- }
- .modal .dropdown-menu .dropdown-item:first-child {
- border-top: 1px solid #eee;
- }
- .modal .dropdown-menu .dropdown-item:active, .modal .dropdown-menu .dropdown-item.active {
- color: #fff !important;
- background-color: #03aebc;
- }
- .modal .dropdown-menu .dropdown-item:focus, .modal .dropdown-menu .dropdown-item:hover {
- color: #fff;
- text-decoration: none;
- background-color: #03aebc;
- }
- form .form-group {
- margin-bottom: 10px;
- }
- form .form-group.row {
- margin-left: 0;
- margin-right: 0;
- }
- form .form-group.row .iwb-label {
- width: 15%;
- max-width: 100px;
- padding-right: 10px;
- }
- form .form-group.row > div {
- width: 85%;
- position: relative;
- }
- form .form-control {
- border-color: #aaa;
- transition: all 0.3s ease-in-out;
- z-index: 1;
- }
- form .form-control:focus, form .form-control:active {
- border-color: #03aebc;
- }
- form .form-control:disabled, form .form-control[readonly] {
- background-color: #e9ecef;
- opacity: 0.8;
- }
- form .form-control.error {
- border-color: #dc3545;
- }
- form .form-control.valid {
- border-color: #28a745;
- }
- form label.error {
- position: absolute;
- top: 4px;
- right: 20px;
- width: auto;
- color: #ff0000;
- z-index: 4;
- }
- form .search-input + label.error {
- right: 45px;
- }
- form .input-group > .search-icon > .input-group-text {
- color: #fff;
- background-color: #03aebc;
- border: 1px solid #03aebc;
- font-weight: 400;
- width: 35px;
- }
- .input-group-sm .select2-container .selection > .select2-selection--single {
- padding: 0;
- height: calc(1.8125rem + 2px);
- }
- .input-group-sm .select2-container .selection > .select2-selection--single .select2-selection__rendered {
- height: 100%;
- line-height: 1.8125rem;
- margin-top: 0;
- }
- .input-group-sm .select2-container .selection > .select2-selection--single .select2-selection__arrow {
- height: 100%;
- }
- .input-group-sm .select2-container .selection > .select2-selection--multiple {
- height: calc(1.8125rem + 2px);
- }
- .input-group-sm .select2-container .selection > .select2-selection--multiple .select2-selection__choice {
- margin-top: 0.325rem;
- background-color: #03aebc;
- border-color: #03aebc;
- font-size: 85%;
- }
- .input-group-sm .select2-container .selection > .select2-selection--multiple .select2-selection__choice__remove {
- color: #eee;
- }
- .input-group-sm .select2-container .selection > .select2-selection--multiple .select2-selection__choice__remove:hover {
- color: #fff;
- }
- .input-group-sm .select2-container.select2-container--focus .select2-selection, .input-group-sm .select2-container.select2-container--open .select2-selection {
- border-color: #03aebc;
- }
- .input-group-sm .select2-container.select2-container--open .select2-search--inline .select2-search__field {
- border: 1px solid #03aebc;
- margin-top: 4px;
- }
- .input-group-sm .select2-container .select2-dropdown {
- border-color: #03aebc;
- }
- .input-group-sm .form-control.error + .select2-container .select2-selection {
- border-color: #dc3545;
- }
- .input-group-sm .form-control.valid + .select2-container .select2-selection {
- border-color: #28a745;
- }
- .iwb-bootstrap-table .tableTool {
- padding: 5px 0;
- margin: 0;
- height: 41px;
- }
- .iwb-bootstrap-table .tableTool .btn-group button.btn.btn-default {
- border-color: #ddd;
- }
- .iwb-bootstrap-table .tableTool .search-icon i, .iwb-bootstrap-table .tableTool .search-icon span {
- font-size: 1rem;
- font-weight: 600;
- }
- .iwb-bootstrap-table .iwb-checkbox > span {
- top: -3px;
- left: 1px;
- height: 17px;
- width: 17px;
- }
- .iwb-bootstrap-table .iwb-checkbox input:checked ~ span {
- background: #fff;
- }
- .iwb-bootstrap-table .table-action {
- cursor: pointer;
- color: #03aebc;
- margin: 0 8px;
- padding: 0 2px;
- font-size: 14px;
- font-weight: 600;
- }
- .iwb-bootstrap-table .table-action:hover {
- border-bottom: 2px solid #03aebc;
- padding-bottom: 2px;
- }
- .iwb-bootstrap-table .table-action i {
- margin-right: 5px;
- font-size: 1rem;
- }
- .iwb-bootstrap-table .selected .table-action {
- color: #fff;
- }
- .iwb-bootstrap-table .selected .table-action:hover {
- border-bottom: 2px solid #fff;
- }
- .iwb-bootstrap-table .bootstrap-table .table:not(.table-condensed) > thead > tr > td,
- .iwb-bootstrap-table .bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
- .iwb-bootstrap-table .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
- padding: 0 8px;
- height: 28px;
- }
- .iwb-bootstrap-table .fixed-table-container {
- border-radius: 4px 4px 0 0;
- }
- .iwb-bootstrap-table .fixed-table-container .fixed-table-header thead {
- /*background-color: #D1DCF9;*/
- background-color: #03aebc;
- background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
- }
- .iwb-bootstrap-table .fixed-table-container .fixed-table-header thead .th-inner.sortable {
- padding-right: 8px;
- }
- .iwb-bootstrap-table .fixed-table-container .fixed-table-header thead tr > th {
- border-bottom: none;
- border-top: none;
- }
- .iwb-bootstrap-table .fixed-table-container .fixed-table-body {
- background-color: rgba(0, 0, 0, 0);
- }
- .iwb-bootstrap-table .fixed-table-container .fixed-table-body thead {
- background-color: #03aebc;
- background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
- /*background-color: #EBEEF7;*/
- }
- .iwb-bootstrap-table .fixed-table-container .fixed-table-body tbody .selected td {
- background-color: #03a5b2;
- /*background-color: #0074f0;*/
- color: #eee;
- }
- .iwb-bootstrap-table .fixed-table-container .fixed-table-body .table-striped tbody tr:nth-of-type(2n) {
- /*background-color: rgba(0,0,0,.00);*/
- background-color: rgba(235, 238, 247, 0.5);
- }
- .iwb-bootstrap-table .fixed-table-container .fixed-table-body .table-striped tbody tr:nth-of-type(2n+1) {
- /*background-color: rgba(0,0,0,.01);*/
- background-color: #f9f9f9;
- }
- .iwb-bootstrap-table .fixed-table-container .fixed-table-body .table-hover > tbody > tr:hover {
- /*background-color: #D1DCF9;*/
- background-color: #03aebc;
- background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
- }
- .iwb-bootstrap-table .fixed-table-pagination {
- /*background-color: #D1DCF9;*/
- background-color: #03aebc;
- background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
- padding: 5px;
- border: 1px solid #ddd;
- border-top: none;
- border-radius: 0 0 4px 4px;
- }
- .iwb-bootstrap-table .fixed-table-pagination .pagination-detail, .iwb-bootstrap-table .fixed-table-pagination .pagination {
- margin: 0;
- }
- .iwb-bootstrap-table .fixed-table-pagination .pagination-detail .page-list > .btn-group > .btn, .iwb-bootstrap-table .fixed-table-pagination .pagination .page-list > .btn-group > .btn {
- padding: 0.175rem 0.5rem;
- }
- .search-card > .card-header {
- position: relative;
- cursor: pointer;
- padding: 5px 15px;
- }
- .search-card > .card-header .card-title {
- font-size: 0.875rem;
- line-height: 21px;
- color: #03aebc;
- }
- .search-card > .card-header .card-tool {
- position: absolute;
- right: 3px;
- }
- .search-card > .card-header .card-tool i, .search-card > .card-header .card-tool span {
- color: #03aebc;
- }
- .search-card > .card-body {
- padding: 10px 10px 0;
- }
- .search-card > .card-footer {
- padding: 5px 10px;
- /*i, span, > span.btn.menu-btn {
- color: #fff;
- }*/
- }
- .search-card .search-unit {
- width: 100%;
- margin-bottom: 10px;
- }
- .search-card .search-unit .input-group-text {
- min-width: 20px;
- text-align: right;
- color: #fff;
- background-color: #03aebc;
- border: 1px solid #03aebc;
- font-weight: bold;
- }
- .search-card .search-unit .select2 {
- width: calc(100% - 80px) !important;
- }
- .search-card .search-unit .input-group-prepend .input-group-text {
- width: 80px;
- justify-content: right;
- }
- .swal-modal {
- width: 350px;
- text-align: left;
- padding: 10px 10px 15px;
- /*.swal-icon {
- width: 30px;
- height: 30px;
- border-width: 2px;
- margin: 20px;
- margin-left: 30px;
- .swal-icon--warning__body {
- width: 2px;
- height: 17px;
- top: 5px;
- border-radius: 2px;
- margin-left: -1px;
- .swal-icon--warning__dot {
- width: 3px;
- height: 3px;
- border-radius: 50%;
- margin-left: -1.5px;
- bottom: -5px;
- }
- }
- }*/
- }
- .swal-modal .swal-icon {
- display: none;
- }
- .swal-modal .swal-title, .swal-modal .swal-text {
- font-size: 14px;
- text-align: left;
- margin: 0;
- padding: 10px 0 0;
- text-indent: 1em;
- color: #36536D;
- }
- .swal-modal .swal-title {
- font-size: 16px;
- font-weight: 600;
- color: #094B88;
- line-height: 35px;
- }
- .swal-modal .swal-title:before {
- font-family: "iconfont";
- margin-right: 10px;
- font-size: 30px;
- position: relative;
- top: 4px;
- }
- .swal-modal .swal-icon--success + .swal-title:before {
- content: "\e7e2";
- color: #a5dc86;
- }
- .swal-modal .swal-icon--error + .swal-title:before {
- content: "\e7e1";
- color: #f27474;
- }
- .swal-modal .swal-icon--warning + .swal-title:before {
- content: "\e7de";
- color: #f8bb86;
- }
- .swal-modal .swal-icon--info + .swal-title:before {
- content: "\e7dc";
- color: #c9dae1;
- }
- .swal-modal .swal-footer {
- text-align: right;
- margin-top: 10px;
- padding: 5px 10px;
- }
- .swal-modal .swal-footer .swal-button-container {
- margin: 0;
- }
- .swal-modal .swal-footer .swal-button-container .swal-button {
- border: 1px solid #03AEBC;
- background: #03AEBC;
- color: #fff;
- border-radius: 3px;
- box-shadow: none;
- font-weight: 400;
- font-size: 14px;
- padding: 4px 20px;
- margin-left: 15px;
- cursor: pointer;
- }
- .swal-modal .swal-footer .swal-button-container .swal-button.swal-button--cancel {
- background: #F5F5F5;
- color: #36536D;
- border: 1px solid #F3F3F3;
- }
- .iwb-info-box .box-header {
- text-indent: 2em;
- color: #03aebc;
- margin-top: 15px;
- margin-bottom: 15px;
- font-size: 1.5rem;
- font-weight: 600;
- border-bottom: 2px solid;
- letter-spacing: 2px;
- padding-bottom: 10px;
- }
- .iwb-info-box .box-footer {
- color: #03aebc;
- text-align: center;
- background: transparent;
- margin-top: 15px;
- padding-top: 10px;
- border-top: 2px solid;
- }
- .iwb-info-box.iwb-sm .box-header {
- margin-top: 10px;
- margin-bottom: 10px;
- padding-bottom: 5px;
- font-size: 1rem;
- }
- .notification-menu {
- width: 500px;
- max-width: 500px;
- }
- .notification-menu .notification-item {
- display: flex;
- }
- .notification-menu .notification-item .item-icon {
- width: 20px;
- text-align: center;
- }
- .notification-menu .notification-item .item-title {
- width: calc(100% - 70px);
- overflow: hidden;
- text-overflow: ellipsis;
- padding: 0 5px;
- }
- .notification-menu .notification-item .item-time {
- width: auto;
- padding: 0 5px;
- }
- .notification-menu .notification-item .item-state {
- width: 40px;
- padding: 0 15px 0 0;
- }
- .notification-menu .notification-item .item-state .no-read {
- color: #03aebc;
- cursor: pointer;
- position: relative;
- }
- .notification-menu .notification-item .item-state .no-read::after {
- content: "";
- position: absolute;
- top: 2px;
- right: -8px;
- background: #fb483a;
- width: 5px;
- height: 5px;
- border-radius: 50%;
- }
- .notification-menu .notification-item .item-state .has-read {
- color: #aaa;
- cursor: not-allowed;
- }
- .notification-menu .notification-item:active .no-read, .notification-menu .notification-item.active .no-read {
- color: #fff;
- }
- #avatar-modal .avatar-view {
- height: auto;
- }
- #avatar-modal .avatar-view img {
- width: 100%;
- cursor: pointer;
- }
- #avatar-modal .avatar-body {
- padding-right: 15px;
- padding-left: 15px;
- }
- #avatar-modal .avatar-form {
- font-size: inherit;
- }
- #avatar-modal .avatar-upload {
- overflow: hidden;
- }
- #avatar-modal .avatar-upload label {
- display: block;
- float: left;
- clear: left;
- width: 100px;
- }
- #avatar-modal .avatar-upload input {
- display: block;
- margin-left: 110px;
- }
- #avatar-modal .avater-alert {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- #avatar-modal .avatar-wrapper {
- height: 364px;
- width: 100%;
- margin-top: 15px;
- box-shadow: inset 0 0 5px #000000;
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
- background-color: #f6f6f6;
- background-color: #f6f6f6;
- border: 1px solid #03aebc;
- overflow: hidden;
- }
- #avatar-modal .avatar-wrapper img {
- display: block;
- height: auto;
- max-width: 100%;
- }
- #avatar-modal .avatar-preview {
- float: left;
- margin-top: 15px;
- margin-right: 15px;
- border: 1px solid #ddd;
- border-radius: 50%;
- background-color: #f5f5f5;
- overflow: hidden;
- cursor: pointer;
- }
- #avatar-modal .avatar-preview img {
- width: 100%;
- }
- #avatar-modal .avatar-preview:hover {
- box-shadow: 0 0 5px #000000;
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
- }
- #avatar-modal .preview-lg {
- height: 184px;
- width: 184px;
- margin-top: 15px;
- }
- #avatar-modal .preview-md {
- height: 100px;
- width: 100px;
- }
- #avatar-modal .preview-sm {
- height: 45px;
- width: 45px;
- }
- #avatar-modal .avatar-input, #avatar-modal .avatar-src, #avatar-modal .avatar-data {
- display: none !important;
- }
- #avatar-modal .avatar-btns {
- margin-top: 30px;
- margin-bottom: 15px;
- }
- #avatar-modal .avatar-btns .btn-group {
- margin-right: 5px;
- }
- @media (min-width: 992px) {
- #avatar-modal .avatar-preview {
- float: none;
- }
- }
- ._file.flag-icon- {
- text-align: left;
- }
- .dynamic-box {
- border: 1px solid #f8bb86;
- padding: 10px;
- border-radius: 4px;
- }
- .dynamic-box .iwb-dynamic-box {
- margin: 5px 0;
- }
- .dynamic-box .iwb-dynamic-box .dynamic-label {
- text-align: left;
- padding-left: 1em;
- }
- .dynamic-box .iwb-dynamic-box .dynamic-control {
- text-align: center;
- }
- .dynamic-box .iwb-dynamic-box .btn-add {
- color: #fff;
- background-color: #28a745;
- border-color: #28a745;
- box-shadow: none;
- }
- .dynamic-box .iwb-dynamic-box .btn-add:hover, .dynamic-box .iwb-dynamic-box .btn-add:not(:disabled):not(.disabled):active {
- color: #fff;
- background-color: #218838;
- border-color: #1e7e34;
- }
- .dynamic-box .iwb-dynamic-box .btn-delete {
- color: #fff;
- background-color: #dc3545;
- border-color: #dc3545;
- box-shadow: none;
- }
- .dynamic-box .iwb-dynamic-box .btn-delete:hover, .dynamic-box .iwb-dynamic-box .btn-delete:not(:disabled):not(.disabled):active {
- color: #fff;
- background-color: #c82333;
- border-color: #c82333;
- }
- .evolution.non-evolution.number {
- font-size: 100%;
- }
|