| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292 |
- @charset "UTF-8";
- /* prevent the drop down icon going onto a new line for the top bar language link */
- .top-bar-language-nav-link {
- min-width: 65px; }
- /* bootstrap model showing two scroll bars */
- html {
- overflow: visible; }
- body {
- --mc: #007bff; }
- /* main sidebar not under model */
- .modal {
- z-index: 1110; }
- .iwb-info-box .box-header {
- text-indent: 2em;
- color: #007bff;
- margin-top: 15px;
- font-size: 1.5rem;
- font-weight: 600;
- border-bottom: 2px solid;
- letter-spacing: 2px;
- margin-bottom: 15px;
- padding-bottom: 10px; }
- .iwb-info-box .box-footer {
- color: #007bff;
- text-align: center;
- background: transparent;
- margin-top: 15px;
- padding-top: 10px;
- border-top: 2px solid; }
- .form-group.required .col-form-label:after {
- color: #d00;
- content: "*";
- position: absolute;
- margin-left: 3px; }
- .text-iwb {
- color: #007bff; }
- a {
- color: #007bff; }
- .dropdown-item:focus, .dropdown-item:hover {
- color: #eee;
- text-decoration: none;
- background-color: #007bff; }
- .notification-item {
- display: flex;
- flex-direction: row;
- padding: .25rem 1rem;
- cursor: pointer;
- min-width: 400px; }
- .notification-item .item-icon {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-right: 5px; }
- .notification-item .item-icon i {
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 50%;
- width: 22px;
- height: 22px;
- font-size: 12px; }
- .notification-item .item-text {
- display: flex;
- flex-wrap: wrap;
- color: #333;
- align-items: center;
- width: 100%; }
- .notification-item.read .item-text {
- color: #999; }
- .notification-item .item-time {
- display: flex;
- white-space: nowrap;
- justify-content: flex-end;
- font-size: 0.5rem;
- margin-left: 5px;
- align-items: center; }
- .notification-item:focus, .notification-item:hover {
- color: inherit;
- background-image: linear-gradient(rbga(0, 0, 0, 0.7), rbga(0, 0, 0, 0.7)); }
- .nav-user-menu .user-image {
- width: 20px;
- margin-right: 4px;
- margin-top: -4px; }
- button:focus, button:active {
- outline: none; }
- .input-group-text {
- background: #007bff;
- color: #fff;
- border: 1px solid #007bff; }
- .search-input > .form-control:not(:last-child) {
- border-radius: .2rem; }
- .search-icon-box {
- position: absolute;
- right: 0px;
- display: flex;
- z-index: 3; }
- .search-icon-box.select-icon-box {
- right: 20px; }
- .search-icon-box > .input-group-text {
- height: 31px;
- border-radius: .2rem;
- min-width: 35px !important;
- width: 35px !important;
- cursor: pointer;
- display: flex;
- justify-content: center !important;
- align-items: center;
- padding: 0; }
- .search-icon-box > .input-group-text:not(:first-child) {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0; }
- .search-icon-box > .input-group-text:not(:last-child) {
- border-right: 2px solid #eee;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0; }
- .system-name {
- font-size: 1.5rem;
- height: auto;
- padding-top: 0;
- padding-bottom: 0;
- line-height: 40px; }
- .system-name a {
- padding: 0 10px; }
- #auth-tree {
- width: 80%;
- margin: 0 auto; }
- .card-footer button {
- min-width: 100px; }
- .select2 .selection .select2-selection {
- padding: 0;
- line-height: 31px;
- height: 31px; }
- .select2 .selection .select2-selection .select2-selection__rendered {
- margin-top: 0;
- line-height: 30px;
- margin-top: 0; }
- .select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
- background: var(--mc);
- border-color: var(--mc);
- height: 24px;
- line-height: 24px;
- margin-top: 4px; }
- .select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
- color: #ddd; }
- .select2 .selection .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field {
- margin-top: 0; }
- .search-box {
- width: 100%;
- position: absolute;
- z-index: 2; }
- .search-box .search-card {
- margin-bottom: 0; }
- .search-box .search-card .card-header {
- padding: 0; }
- .search-box .search-card .card-header button {
- width: 50px; }
- .search-box .search-card .card-header button.btn-search {
- width: 45px; }
- .search-box .search-card:not(.collapsed-card) .card-header {
- border-radius: .25rem .25rem 0 0; }
- .search-box .search-card:not(.collapsed-card) .card-header .input-group-prepend > button {
- border-radius: .25rem 0 0 0; }
- .search-box .search-card:not(.collapsed-card) .card-header .input-group-append > button {
- border-radius: 0 .25rem 0 0; }
- .search-box .search-card .card-body {
- border-color: #007bff;
- padding: .6rem .8rem; }
- .search-box .search-card .card-body .search-unit:not(:last-child) {
- margin-bottom: .5rem; }
- .search-box .search-card .card-body .input-group-text {
- min-width: 80px;
- background: #007bff;
- color: #fff;
- justify-content: flex-end; }
- .search-box .search-card .card-body .search-icon .input-group-text, .search-box .search-card .card-body .select-search-icon .input-group-text {
- min-width: 30px;
- justify-content: center; }
- .search-box .search-card .card-body .dataRange {
- font-size: 100%; }
- .search-box .search-card .card-footer {
- padding: .6rem .5rem;
- border-color: #007bff; }
- .swal-modal {
- width: 350px;
- text-align: left;
- padding: 10px 10px 15px; }
- .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; }
- .swal-modal .swal-title {
- font-size: 16px;
- font-weight: 600;
- color: #333;
- 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: 0px;
- padding: 5px 10px; }
- .swal-modal .swal-footer .swal-button-container {
- margin: 0; }
- .swal-modal .swal-footer .swal-button-container .swal-button {
- background-color: #0074f0;
- border: 1px solid #0074f0;
- color: #fff;
- border-radius: 3px;
- box-shadow: none;
- font-weight: 600;
- font-size: 14px;
- padding: 4px 20px;
- margin-left: 15px;
- cursor: pointer; }
- .swal-modal .swal-footer .swal-button-container .swal-button.swal-button--cancel {
- color: #0074f0;
- background-color: #fff;
- border: 1px solid #0074f0; }
- .iwb-wang-editor {
- width: 100%; }
- .iwb-dynamic-box .box-label label {
- padding-left: .5rem;
- padding-bottom: 2px;
- border-bottom: 2px solid #666;
- width: 100%; }
- .iwb-dynamic-box .box-body .empty {
- text-align: center;
- font-size: 1.5rem;
- width: 100%; }
- .iwb-dynamic-box .box-body > div {
- margin-bottom: .5rem; }
- .iwb-dynamic-box .form-control:disabled, .iwb-dynamic-box .form-control[readonly] {
- background-color: #F9F9F9;
- opacity: 1; }
- .jstree > .jstree-container-ul .jstree-wholerow-hovered {
- background: #007bff; }
- .jstree > .jstree-container-ul .jstree-wholerow-clicked {
- background: #007bff; }
- .jstree > .jstree-container-ul .jstree-anchor.jstree-hovered {
- color: #fff; }
- .jstree > .jstree-container-ul .jstree-anchor.jstree-clicked {
- color: #fff; }
- .modal .modal-dialog {
- width: 500px; }
- .modal .modal-dialog.modal-lg {
- width: 1000px; }
- .modal .modal-dialog.modal-md {
- width: 800px; }
- .modal .modal-dialog.modal-sm {
- width: 500px; }
- .modal .modal-dialog.modal-xl {
- width: 300px; }
- .modal .modal-header {
- padding: .5rem 1rem; }
- .modal .modal-header .modal-title {
- color: #007bff; }
- .modal .modal-header .modal-title .modal-title-span {
- padding-right: 2px; }
- .modal .modal-body {
- color: #495057;
- min-height: 250px; }
- .modal .modal-body label {
- color: #212529; }
- .modal .modal-body .form-horizontal {
- width: 100%; }
- .modal .modal-footer {
- justify-content: space-between;
- padding: .5rem 1rem; }
- .modal .modal-footer button {
- min-width: 100px; }
- .modal .modal-footer button.close-button, .modal .modal-footer button.save-button, .modal .modal-footer button.save-btn {
- min-width: 100px; }
- .iwb-form .form-group {
- margin-bottom: .5rem; }
- .iwb-form .input-group + p[id$="-error"], .iwb-form .input-group + label.error {
- margin-top: 0;
- margin-bottom: 0;
- position: absolute;
- right: 20px;
- top: 4px;
- font-weight: 600;
- z-index: 9999;
- color: red; }
- .iwb-form .iwb-label {
- font-size: .95rem; }
- .iwb-form .help-block {
- color: var(--mc);
- padding-left: 0.5rem;
- font-size: 0.75rem; }
- .iwb-form .select2:focus {
- outline: none; }
- .iwb-form .select2.select2-container .select2-selection {
- height: 31px;
- background-color: transparent;
- border: 1px solid #ced4da;
- border-radius: .25rem;
- padding: 0; }
- .iwb-form .select2.select2-container .select2-selection:focus {
- outline: none; }
- .iwb-form .select2.select2-container .select2-selection .select2-selection__rendered {
- line-height: 31px;
- margin-top: -1px; }
- .iwb-form .select2.select2-container.select2-container--open.select2-container--below .select2-selection {
- border-radius: .25rem .25rem 0 0; }
- .iwb-form .select2.select2-container.select2-container--open.select2-container--above .select2-selection {
- border-radius: 0 0 .25rem .25rem; }
- .iwb-form select:disabled + .select2 .select2-selection, .iwb-form select[readonly] + .select2 .select2-selection {
- background-color: #e9ecef;
- opacity: 1; }
- .iwb-form .nav-tabs {
- margin-top: -0.5rem;
- border-bottom: 1px solid #007bff; }
- .iwb-form .nav-tabs .nav-item .nav-link {
- color: #007bff; }
- .iwb-form .nav-tabs .nav-item .nav-link:focus, .iwb-form .nav-tabs .nav-item .nav-link:hover {
- border-color: #007bff #007bff #007bff; }
- .iwb-form .nav-tabs .nav-item .nav-link.active {
- color: #fff;
- background: #007bff;
- border-color: #007bff; }
- .select2-container--open > .select2-dropdown {
- z-index: 1200; }
- .select2-container--open > .select2-dropdown .select2-search__field:focus {
- outline: 0;
- border: 1px solid #007bff; }
- .select2-container--open > .select2-dropdown .select2-results__options .select2-results__option--highlighted[aria-selected], .select2-container--open > .select2-dropdown .select2-results__options .select2-results__option--highlighted[aria-selected]:hover {
- background-color: #007bff;
- color: #fff; }
- .select2-container--open > .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
- background-color: #007bff;
- color: #fff; }
- .iwb-label {
- display: flex;
- margin: 0;
- align-items: center;
- justify-content: flex-end; }
- .iwb-label.iwb-label-required:after {
- content: "*";
- color: red;
- right: 0px;
- position: absolute; }
- .label {
- background: #aaa;
- color: #fff;
- padding: .25rem .5rem;
- border-radius: .25rem;
- font-size: 1em; }
- .label.lg {
- font-size: 1.25em; }
- .label.sm {
- font-size: 0.875em; }
- .label.circle {
- border-radius: 1rem;
- padding-left: 1rem;
- padding-right: 1rem; }
- .label.rect {
- border-radius: 0; }
- .label.label-iwb {
- background: #007bff; }
- .label.label-success {
- background: #28a745; }
- .label.label-primary {
- background: #007bff; }
- .label.label-danger {
- background: #dc3545; }
- .label.label-info {
- background: #17a2b8; }
- .label.label-warning {
- color: #1f2d3d;
- background: #ffc107; }
- .label.label-secondary {
- background: #6c757d; }
- .label.label-blue {
- background: #007bff; }
- .label.label-indigo {
- background: #6610f2; }
- .label.label-purple {
- background: #6f42c1; }
- .label.label-pink {
- background: #e83e8c; }
- .label.label-red {
- background: #dc3545; }
- .label.label-orange {
- background: #fd7e14; }
- .label.label-yellow {
- background: #ffc107; }
- .label.label-green {
- background: #28a745; }
- .label.label-teal {
- background: #20c997; }
- .label.label-cyan {
- background: #17a2b8; }
- .label.label-white {
- background: #fff; }
- .label.label-gray {
- background: #6c757d; }
- .label.label-gray-dark {
- background: #343a40; }
- .label.label-lightblue {
- background: #3c8dbc; }
- .label.label-navy {
- background: #001f3f; }
- .label.label-olive {
- background: #3d9970; }
- .label.label-lime {
- background: #01ff70; }
- .label.label-fuchsia {
- background: #f012be; }
- .label.label-maroon {
- background: #d81b60; }
- .iwb-checkbox {
- display: inline-block;
- position: relative;
- padding-left: 30px;
- color: #007bff;
- margin-bottom: 10px;
- cursor: pointer;
- font-size: .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 {
- position: relative; }
- .iwb-checkbox > span:before {
- content: '';
- border-radius: 3px;
- background: none;
- position: absolute;
- top: 0;
- left: -24px;
- height: 18px;
- width: 18px;
- color: inherit;
- border: 1px solid; }
- .iwb-checkbox > span:after {
- content: '';
- position: absolute;
- display: none; }
- .iwb-checkbox input:checked ~ span:before {
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- background: none; }
- .iwb-checkbox input:checked ~ span:after {
- display: block;
- top: 3px;
- left: -18px;
- 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.checkbox-solid input:checked ~ span:before {
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- background: #007bff; }
- .iwb-checkbox.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-blue {
- color: #007bff; }
- .iwb-checkbox.iwb-blue.checkbox-solid input:checked ~ span:before {
- background: #007bff; }
- .iwb-checkbox.iwb-blue.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-indigo {
- color: #6610f2; }
- .iwb-checkbox.iwb-indigo.checkbox-solid input:checked ~ span:before {
- background: #6610f2; }
- .iwb-checkbox.iwb-indigo.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-purple {
- color: #6f42c1; }
- .iwb-checkbox.iwb-purple.checkbox-solid input:checked ~ span:before {
- background: #6f42c1; }
- .iwb-checkbox.iwb-purple.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-pink {
- color: #e83e8c; }
- .iwb-checkbox.iwb-pink.checkbox-solid input:checked ~ span:before {
- background: #e83e8c; }
- .iwb-checkbox.iwb-pink.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-red {
- color: #dc3545; }
- .iwb-checkbox.iwb-red.checkbox-solid input:checked ~ span:before {
- background: #dc3545; }
- .iwb-checkbox.iwb-red.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-orange {
- color: #fd7e14; }
- .iwb-checkbox.iwb-orange.checkbox-solid input:checked ~ span:before {
- background: #fd7e14; }
- .iwb-checkbox.iwb-orange.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-yellow {
- color: #ffc107; }
- .iwb-checkbox.iwb-yellow.checkbox-solid input:checked ~ span:before {
- background: #ffc107; }
- .iwb-checkbox.iwb-yellow.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-green {
- color: #28a745; }
- .iwb-checkbox.iwb-green.checkbox-solid input:checked ~ span:before {
- background: #28a745; }
- .iwb-checkbox.iwb-green.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-teal {
- color: #20c997; }
- .iwb-checkbox.iwb-teal.checkbox-solid input:checked ~ span:before {
- background: #20c997; }
- .iwb-checkbox.iwb-teal.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-cyan {
- color: #17a2b8; }
- .iwb-checkbox.iwb-cyan.checkbox-solid input:checked ~ span:before {
- background: #17a2b8; }
- .iwb-checkbox.iwb-cyan.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-white {
- color: #fff; }
- .iwb-checkbox.iwb-white.checkbox-solid input:checked ~ span:before {
- background: #fff; }
- .iwb-checkbox.iwb-white.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-gray {
- color: #6c757d; }
- .iwb-checkbox.iwb-gray.checkbox-solid input:checked ~ span:before {
- background: #6c757d; }
- .iwb-checkbox.iwb-gray.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-gray-dark {
- color: #343a40; }
- .iwb-checkbox.iwb-gray-dark.checkbox-solid input:checked ~ span:before {
- background: #343a40; }
- .iwb-checkbox.iwb-gray-dark.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-lightblue {
- color: #3c8dbc; }
- .iwb-checkbox.iwb-lightblue.checkbox-solid input:checked ~ span:before {
- background: #3c8dbc; }
- .iwb-checkbox.iwb-lightblue.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-navy {
- color: #001f3f; }
- .iwb-checkbox.iwb-navy.checkbox-solid input:checked ~ span:before {
- background: #001f3f; }
- .iwb-checkbox.iwb-navy.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-olive {
- color: #3d9970; }
- .iwb-checkbox.iwb-olive.checkbox-solid input:checked ~ span:before {
- background: #3d9970; }
- .iwb-checkbox.iwb-olive.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-lime {
- color: #01ff70; }
- .iwb-checkbox.iwb-lime.checkbox-solid input:checked ~ span:before {
- background: #01ff70; }
- .iwb-checkbox.iwb-lime.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-fuchsia {
- color: #f012be; }
- .iwb-checkbox.iwb-fuchsia.checkbox-solid input:checked ~ span:before {
- background: #f012be; }
- .iwb-checkbox.iwb-fuchsia.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .iwb-checkbox.iwb-maroon {
- color: #d81b60; }
- .iwb-checkbox.iwb-maroon.checkbox-solid input:checked ~ span:before {
- background: #d81b60; }
- .iwb-checkbox.iwb-maroon.checkbox-solid input:checked ~ span:after {
- border-color: #fff; }
- .btn.btn-iwb {
- color: #fff;
- border-color: #007bff;
- background: #007bff; }
- .btn.btn-iwb:hover, .btn.btn-iwb:active, .btn.btn-iwb.hover {
- border-color: #006fe6;
- background-color: #006fe6;
- color: #fff; }
- .btn.circle {
- border-radius: 30px; }
- .btn.btn-outline-iwb {
- color: #007bff;
- border: 1px solid #007bff;
- background: #f8f9fa; }
- .btn.btn-outline-iwb:hover, .btn.btn-outline-iwb:active, .btn.btn-outline-iwb.hover {
- border: 1px solid #007bff;
- background-color: #007bff;
- color: #fff; }
- .btn.btn-blue {
- color: #fff;
- border-color: #007bff;
- background: #007bff; }
- .btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue.hover {
- border-color: #006fe6;
- background-color: #006fe6;
- color: #fff; }
- .btn.btn-indigo {
- color: #fff;
- border-color: #6610f2;
- background: #6610f2; }
- .btn.btn-indigo:hover, .btn.btn-indigo:active, .btn.btn-indigo.hover {
- border-color: #5b0cdd;
- background-color: #5b0cdd;
- color: #fff; }
- .btn.btn-purple {
- color: #fff;
- border-color: #6f42c1;
- background: #6f42c1; }
- .btn.btn-purple:hover, .btn.btn-purple:active, .btn.btn-purple.hover {
- border-color: #643ab0;
- background-color: #643ab0;
- color: #fff; }
- .btn.btn-pink {
- color: #fff;
- border-color: #e83e8c;
- background: #e83e8c; }
- .btn.btn-pink:hover, .btn.btn-pink:active, .btn.btn-pink.hover {
- border-color: #e5277e;
- background-color: #e5277e;
- color: #fff; }
- .btn.btn-red {
- color: #fff;
- border-color: #dc3545;
- background: #dc3545; }
- .btn.btn-red:hover, .btn.btn-red:active, .btn.btn-red.hover {
- border-color: #d32535;
- background-color: #d32535;
- color: #fff; }
- .btn.btn-orange {
- color: #fff;
- border-color: #fd7e14;
- background: #fd7e14; }
- .btn.btn-orange:hover, .btn.btn-orange:active, .btn.btn-orange.hover {
- border-color: #f57102;
- background-color: #f57102;
- color: #fff; }
- .btn.btn-yellow {
- color: #fff;
- border-color: #ffc107;
- background: #ffc107; }
- .btn.btn-yellow:hover, .btn.btn-yellow:active, .btn.btn-yellow.hover {
- border-color: #edb100;
- background-color: #edb100;
- color: #fff; }
- .btn.btn-green {
- color: #fff;
- border-color: #28a745;
- background: #28a745; }
- .btn.btn-green:hover, .btn.btn-green:active, .btn.btn-green.hover {
- border-color: #23923d;
- background-color: #23923d;
- color: #fff; }
- .btn.btn-teal {
- color: #fff;
- border-color: #20c997;
- background: #20c997; }
- .btn.btn-teal:hover, .btn.btn-teal:active, .btn.btn-teal.hover {
- border-color: #1cb386;
- background-color: #1cb386;
- color: #fff; }
- .btn.btn-cyan {
- color: #fff;
- border-color: #17a2b8;
- background: #17a2b8; }
- .btn.btn-cyan:hover, .btn.btn-cyan:active, .btn.btn-cyan.hover {
- border-color: #148ea1;
- background-color: #148ea1;
- color: #fff; }
- .btn.btn-white {
- color: #fff;
- border-color: #fff;
- background: #fff; }
- .btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white.hover {
- border-color: #f2f2f2;
- background-color: #f2f2f2;
- color: #fff; }
- .btn.btn-gray {
- color: #fff;
- border-color: #6c757d;
- background: #6c757d; }
- .btn.btn-gray:hover, .btn.btn-gray:active, .btn.btn-gray.hover {
- border-color: #60686f;
- background-color: #60686f;
- color: #fff; }
- .btn.btn-gray-dark {
- color: #fff;
- border-color: #343a40;
- background: #343a40; }
- .btn.btn-gray-dark:hover, .btn.btn-gray-dark:active, .btn.btn-gray-dark.hover {
- border-color: #292d32;
- background-color: #292d32;
- color: #fff; }
- .btn.btn-lightblue {
- color: #fff;
- border-color: #3c8dbc;
- background: #3c8dbc; }
- .btn.btn-lightblue:hover, .btn.btn-lightblue:active, .btn.btn-lightblue.hover {
- border-color: #367fa9;
- background-color: #367fa9;
- color: #fff; }
- .btn.btn-navy {
- color: #fff;
- border-color: #001f3f;
- background: #001f3f; }
- .btn.btn-navy:hover, .btn.btn-navy:active, .btn.btn-navy.hover {
- border-color: #001226;
- background-color: #001226;
- color: #fff; }
- .btn.btn-olive {
- color: #fff;
- border-color: #3d9970;
- background: #3d9970; }
- .btn.btn-olive:hover, .btn.btn-olive:active, .btn.btn-olive.hover {
- border-color: #368763;
- background-color: #368763;
- color: #fff; }
- .btn.btn-lime {
- color: #fff;
- border-color: #01ff70;
- background: #01ff70; }
- .btn.btn-lime:hover, .btn.btn-lime:active, .btn.btn-lime.hover {
- border-color: #00e765;
- background-color: #00e765;
- color: #fff; }
- .btn.btn-fuchsia {
- color: #fff;
- border-color: #f012be;
- background: #f012be; }
- .btn.btn-fuchsia:hover, .btn.btn-fuchsia:active, .btn.btn-fuchsia.hover {
- border-color: #db0ead;
- background-color: #db0ead;
- color: #fff; }
- .btn.btn-maroon {
- color: #fff;
- border-color: #d81b60;
- background: #d81b60; }
- .btn.btn-maroon:hover, .btn.btn-maroon:active, .btn.btn-maroon.hover {
- border-color: #c11856;
- background-color: #c11856;
- color: #fff; }
- .btn.btn-outline-blue {
- color: #007bff;
- border: 1px solid #007bff;
- background: #f8f9fa; }
- .btn.btn-outline-blue:hover, .btn.btn-outline-blue:active, .btn.btn-outline-blue.hover {
- border: 1px solid #007bff;
- background-color: #007bff;
- color: #fff; }
- .btn.btn-outline-indigo {
- color: #6610f2;
- border: 1px solid #6610f2;
- background: #f8f9fa; }
- .btn.btn-outline-indigo:hover, .btn.btn-outline-indigo:active, .btn.btn-outline-indigo.hover {
- border: 1px solid #6610f2;
- background-color: #6610f2;
- color: #fff; }
- .btn.btn-outline-purple {
- color: #6f42c1;
- border: 1px solid #6f42c1;
- background: #f8f9fa; }
- .btn.btn-outline-purple:hover, .btn.btn-outline-purple:active, .btn.btn-outline-purple.hover {
- border: 1px solid #6f42c1;
- background-color: #6f42c1;
- color: #fff; }
- .btn.btn-outline-pink {
- color: #e83e8c;
- border: 1px solid #e83e8c;
- background: #f8f9fa; }
- .btn.btn-outline-pink:hover, .btn.btn-outline-pink:active, .btn.btn-outline-pink.hover {
- border: 1px solid #e83e8c;
- background-color: #e83e8c;
- color: #fff; }
- .btn.btn-outline-red {
- color: #dc3545;
- border: 1px solid #dc3545;
- background: #f8f9fa; }
- .btn.btn-outline-red:hover, .btn.btn-outline-red:active, .btn.btn-outline-red.hover {
- border: 1px solid #dc3545;
- background-color: #dc3545;
- color: #fff; }
- .btn.btn-outline-orange {
- color: #fd7e14;
- border: 1px solid #fd7e14;
- background: #f8f9fa; }
- .btn.btn-outline-orange:hover, .btn.btn-outline-orange:active, .btn.btn-outline-orange.hover {
- border: 1px solid #fd7e14;
- background-color: #fd7e14;
- color: #fff; }
- .btn.btn-outline-yellow {
- color: #ffc107;
- border: 1px solid #ffc107;
- background: #f8f9fa; }
- .btn.btn-outline-yellow:hover, .btn.btn-outline-yellow:active, .btn.btn-outline-yellow.hover {
- border: 1px solid #ffc107;
- background-color: #ffc107;
- color: #fff; }
- .btn.btn-outline-green {
- color: #28a745;
- border: 1px solid #28a745;
- background: #f8f9fa; }
- .btn.btn-outline-green:hover, .btn.btn-outline-green:active, .btn.btn-outline-green.hover {
- border: 1px solid #28a745;
- background-color: #28a745;
- color: #fff; }
- .btn.btn-outline-teal {
- color: #20c997;
- border: 1px solid #20c997;
- background: #f8f9fa; }
- .btn.btn-outline-teal:hover, .btn.btn-outline-teal:active, .btn.btn-outline-teal.hover {
- border: 1px solid #20c997;
- background-color: #20c997;
- color: #fff; }
- .btn.btn-outline-cyan {
- color: #17a2b8;
- border: 1px solid #17a2b8;
- background: #f8f9fa; }
- .btn.btn-outline-cyan:hover, .btn.btn-outline-cyan:active, .btn.btn-outline-cyan.hover {
- border: 1px solid #17a2b8;
- background-color: #17a2b8;
- color: #fff; }
- .btn.btn-outline-white {
- color: #fff;
- border: 1px solid #fff;
- background: #f8f9fa; }
- .btn.btn-outline-white:hover, .btn.btn-outline-white:active, .btn.btn-outline-white.hover {
- border: 1px solid #fff;
- background-color: #fff;
- color: #fff; }
- .btn.btn-outline-gray {
- color: #6c757d;
- border: 1px solid #6c757d;
- background: #f8f9fa; }
- .btn.btn-outline-gray:hover, .btn.btn-outline-gray:active, .btn.btn-outline-gray.hover {
- border: 1px solid #6c757d;
- background-color: #6c757d;
- color: #fff; }
- .btn.btn-outline-gray-dark {
- color: #343a40;
- border: 1px solid #343a40;
- background: #f8f9fa; }
- .btn.btn-outline-gray-dark:hover, .btn.btn-outline-gray-dark:active, .btn.btn-outline-gray-dark.hover {
- border: 1px solid #343a40;
- background-color: #343a40;
- color: #fff; }
- .btn.btn-outline-lightblue {
- color: #3c8dbc;
- border: 1px solid #3c8dbc;
- background: #f8f9fa; }
- .btn.btn-outline-lightblue:hover, .btn.btn-outline-lightblue:active, .btn.btn-outline-lightblue.hover {
- border: 1px solid #3c8dbc;
- background-color: #3c8dbc;
- color: #fff; }
- .btn.btn-outline-navy {
- color: #001f3f;
- border: 1px solid #001f3f;
- background: #f8f9fa; }
- .btn.btn-outline-navy:hover, .btn.btn-outline-navy:active, .btn.btn-outline-navy.hover {
- border: 1px solid #001f3f;
- background-color: #001f3f;
- color: #fff; }
- .btn.btn-outline-olive {
- color: #3d9970;
- border: 1px solid #3d9970;
- background: #f8f9fa; }
- .btn.btn-outline-olive:hover, .btn.btn-outline-olive:active, .btn.btn-outline-olive.hover {
- border: 1px solid #3d9970;
- background-color: #3d9970;
- color: #fff; }
- .btn.btn-outline-lime {
- color: #01ff70;
- border: 1px solid #01ff70;
- background: #f8f9fa; }
- .btn.btn-outline-lime:hover, .btn.btn-outline-lime:active, .btn.btn-outline-lime.hover {
- border: 1px solid #01ff70;
- background-color: #01ff70;
- color: #fff; }
- .btn.btn-outline-fuchsia {
- color: #f012be;
- border: 1px solid #f012be;
- background: #f8f9fa; }
- .btn.btn-outline-fuchsia:hover, .btn.btn-outline-fuchsia:active, .btn.btn-outline-fuchsia.hover {
- border: 1px solid #f012be;
- background-color: #f012be;
- color: #fff; }
- .btn.btn-outline-maroon {
- color: #d81b60;
- border: 1px solid #d81b60;
- background: #f8f9fa; }
- .btn.btn-outline-maroon:hover, .btn.btn-outline-maroon:active, .btn.btn-outline-maroon.hover {
- border: 1px solid #d81b60;
- background-color: #d81b60;
- color: #fff; }
- .sidebar {
- height: calc(100vh - 4rem);
- min-height: 200px; }
- [class*="sidebar-dark-iwb"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-iwb"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #007bff;
- color: #fff; }
- [class*="sidebar-dark-iwb"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-iwb"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #007bff; }
- [class*="sidebar-dark-blue"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-blue"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #007bff;
- color: #fff; }
- [class*="sidebar-dark-blue"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-blue"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #007bff; }
- [class*="sidebar-dark-indigo"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-indigo"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #6610f2;
- color: #fff; }
- [class*="sidebar-dark-indigo"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-indigo"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #6610f2; }
- [class*="sidebar-dark-purple"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-purple"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #6f42c1;
- color: #fff; }
- [class*="sidebar-dark-purple"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-purple"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #6f42c1; }
- [class*="sidebar-dark-pink"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-pink"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #e83e8c;
- color: #fff; }
- [class*="sidebar-dark-pink"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-pink"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #e83e8c; }
- [class*="sidebar-dark-red"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-red"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #dc3545;
- color: #fff; }
- [class*="sidebar-dark-red"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-red"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #dc3545; }
- [class*="sidebar-dark-orange"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-orange"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #fd7e14;
- color: #1f2d3d; }
- [class*="sidebar-dark-orange"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-orange"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #fd7e14; }
- [class*="sidebar-dark-yellow"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-yellow"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #ffc107;
- color: #1f2d3d; }
- [class*="sidebar-dark-yellow"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-yellow"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #ffc107; }
- [class*="sidebar-dark-green"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-green"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #28a745;
- color: #fff; }
- [class*="sidebar-dark-green"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-green"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #28a745; }
- [class*="sidebar-dark-teal"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-teal"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #20c997;
- color: #fff; }
- [class*="sidebar-dark-teal"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-teal"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #20c997; }
- [class*="sidebar-dark-cyan"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-cyan"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #17a2b8;
- color: #fff; }
- [class*="sidebar-dark-cyan"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-cyan"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #17a2b8; }
- [class*="sidebar-dark-white"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-white"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #fff;
- color: #1f2d3d; }
- [class*="sidebar-dark-white"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-white"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #fff; }
- [class*="sidebar-dark-gray"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-gray"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #6c757d;
- color: #fff; }
- [class*="sidebar-dark-gray"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-gray"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #6c757d; }
- [class*="sidebar-dark-gray-dark"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-gray-dark"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #343a40;
- color: #fff; }
- [class*="sidebar-dark-gray-dark"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-gray-dark"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #343a40; }
- [class*="sidebar-dark-lightblue"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-lightblue"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #3c8dbc;
- color: #fff; }
- [class*="sidebar-dark-lightblue"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-lightblue"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #3c8dbc; }
- [class*="sidebar-dark-navy"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-navy"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #001f3f;
- color: #fff; }
- [class*="sidebar-dark-navy"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-navy"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #001f3f; }
- [class*="sidebar-dark-olive"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-olive"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #3d9970;
- color: #fff; }
- [class*="sidebar-dark-olive"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-olive"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #3d9970; }
- [class*="sidebar-dark-lime"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-lime"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #01ff70;
- color: #1f2d3d; }
- [class*="sidebar-dark-lime"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-lime"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #01ff70; }
- [class*="sidebar-dark-fuchsia"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-fuchsia"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #f012be;
- color: #fff; }
- [class*="sidebar-dark-fuchsia"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-fuchsia"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #f012be; }
- [class*="sidebar-dark-maroon"] .nav-sidebar > .nav-item > .nav-link.active, [class*="sidebar-light-maroon"] .nav-sidebar > .nav-item > .nav-link.active {
- background-color: #d81b60;
- color: #fff; }
- [class*="sidebar-dark-maroon"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active, [class*="sidebar-light-maroon"] .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
- border-color: #d81b60; }
- .iwb-table.table-box, .iwb-bootstrap-table.table-box {
- text-decoration: none; }
- .iwb-table .table-box-header, .iwb-bootstrap-table .table-box-header {
- padding: 10px 1rem 0; }
- .iwb-table .table-box-header .table-tool, .iwb-table .table-box-header .tableTool, .iwb-bootstrap-table .table-box-header .table-tool, .iwb-bootstrap-table .table-box-header .tableTool {
- height: 30px; }
- .iwb-table .table-box-header .table-tool .tool-menu .menu-btn, .iwb-table .table-box-header .tableTool .tool-menu .menu-btn, .iwb-bootstrap-table .table-box-header .table-tool .tool-menu .menu-btn, .iwb-bootstrap-table .table-box-header .tableTool .tool-menu .menu-btn {
- color: #007bff; }
- .iwb-table .table-box-content, .iwb-bootstrap-table .table-box-content {
- padding: 10px 1rem 0; }
- .iwb-table .bootstrap-table .table, .iwb-bootstrap-table .bootstrap-table .table {
- width: 100% !important; }
- .iwb-table .bootstrap-table .table thead > tr > th, .iwb-bootstrap-table .bootstrap-table .table thead > tr > th {
- /*padding: 0;
- margin: 0;*/
- background: #99caff;
- /*color:color-yiq($white);*/
- color: #fff; }
- .iwb-table .bootstrap-table .table tbody > tr, .iwb-bootstrap-table .bootstrap-table .table tbody > tr {
- cursor: pointer;
- background: #e6f2ff; }
- .iwb-table .bootstrap-table .table tbody > tr:nth-of-type(even), .iwb-bootstrap-table .bootstrap-table .table tbody > tr:nth-of-type(even) {
- background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)); }
- .iwb-table .bootstrap-table .table tbody > tr > td, .iwb-bootstrap-table .bootstrap-table .table tbody > tr > td {
- padding: 5px 2px;
- /*padding: 0;*/
- /*line-height: 32px;*/
- margin: 0;
- border-left: 1px solid #dee2e6;
- /*padding: 0;
- margin: 0;
- background: scale-color($iwb-color,$lightness:20%);
- color: $white;*/ }
- .iwb-table .bootstrap-table .table tbody > tr > td.bs-checkbox > .iwb-checkbox, .iwb-bootstrap-table .bootstrap-table .table tbody > tr > td.bs-checkbox > .iwb-checkbox {
- padding-left: 20px; }
- .iwb-table .bootstrap-table .table tbody > tr > td.bs-checkbox > .iwb-checkbox > span, .iwb-bootstrap-table .bootstrap-table .table tbody > tr > td.bs-checkbox > .iwb-checkbox > span {
- top: -5px;
- left: 6px; }
- .iwb-table .bootstrap-table .table tbody > tr > td .table-action, .iwb-bootstrap-table .bootstrap-table .table tbody > tr > td .table-action {
- color: #007bff;
- margin: 0 3px;
- padding: 0 5px; }
- .iwb-table .bootstrap-table .table tbody > tr > td .table-action:hover, .iwb-bootstrap-table .bootstrap-table .table tbody > tr > td .table-action:hover {
- padding-bottom: 1px;
- border-bottom: 2px solid; }
- .iwb-table .bootstrap-table .table tbody > tr:hover > td, .iwb-bootstrap-table .bootstrap-table .table tbody > tr:hover > td {
- background: #4da3ff;
- color: #fff; }
- .iwb-table .bootstrap-table .table tbody > tr:hover .iwb-checkbox > span, .iwb-bootstrap-table .bootstrap-table .table tbody > tr:hover .iwb-checkbox > span {
- color: #fff; }
- .iwb-table .bootstrap-table .table tbody > tr:hover .table-action, .iwb-bootstrap-table .bootstrap-table .table tbody > tr:hover .table-action {
- color: #fff; }
- .iwb-table .bootstrap-table .table tbody > tr.no-records-found > td, .iwb-table .bootstrap-table .table tbody > tr.selected > td, .iwb-bootstrap-table .bootstrap-table .table tbody > tr.no-records-found > td, .iwb-bootstrap-table .bootstrap-table .table tbody > tr.selected > td {
- background: #3395ff;
- color: #fff; }
- .iwb-table .bootstrap-table .table tbody > tr.no-records-found .iwb-checkbox > span, .iwb-table .bootstrap-table .table tbody > tr.selected .iwb-checkbox > span, .iwb-bootstrap-table .bootstrap-table .table tbody > tr.no-records-found .iwb-checkbox > span, .iwb-bootstrap-table .bootstrap-table .table tbody > tr.selected .iwb-checkbox > span {
- color: #fff; }
- .iwb-table .bootstrap-table .table tbody > tr.no-records-found .table-action, .iwb-table .bootstrap-table .table tbody > tr.selected .table-action, .iwb-bootstrap-table .bootstrap-table .table tbody > tr.no-records-found .table-action, .iwb-bootstrap-table .bootstrap-table .table tbody > tr.selected .table-action {
- color: #fff; }
- .iwb-table .bootstrap-table .fixed-table-pagination .pagination-detail, .iwb-bootstrap-table .bootstrap-table .fixed-table-pagination .pagination-detail {
- margin-top: 0;
- margin-bottom: 0; }
- .iwb-table .bootstrap-table .fixed-table-pagination .pagination-detail .pagination-info, .iwb-bootstrap-table .bootstrap-table .fixed-table-pagination .pagination-detail .pagination-info {
- font-size: .8rem;
- color: #007bff; }
- .iwb-table .bootstrap-table .fixed-table-pagination .pagination .page-item .page-link, .iwb-bootstrap-table .bootstrap-table .fixed-table-pagination .pagination .page-item .page-link {
- border-color: #007bff; }
- .iwb-table .bootstrap-table .fixed-table-pagination .pagination .page-item .page-link.active, .iwb-bootstrap-table .bootstrap-table .fixed-table-pagination .pagination .page-item .page-link.active {
- color: #007bff; }
- .iwb-file {
- width: 100%;
- position: relative;
- display: inline-block;
- margin-bottom: 0; }
- .iwb-file .iwb-file-input {
- opacity: 0; }
- .iwb-file .iwb-file-label {
- background-color: #fff;
- border: 1px solid #ced4da;
- color: #6c757d !important;
- text-align: left;
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- z-index: 1;
- width: 100%;
- height: calc( 1.8125rem + 2px);
- padding: 7px 150px 7px 8px;
- line-height: 1.25;
- font-size: .875rem;
- font-weight: 400 !important;
- border-radius: .25rem; }
- .iwb-file .iwb-file-label.choice {
- color: #e9ecef; }
- .iwb-file .iwb-file-label:after {
- content: "\e81c 浏览文件";
- width: 99px;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- border-left: 1px solid #dee2e6;
- background-color: #007bff;
- position: absolute;
- top: -1px;
- right: 0;
- bottom: 0;
- z-index: 3;
- height: calc( 1.8125rem + 2px);
- font-family: "iconfont";
- border-radius: 0 .25rem .25rem 0; }
- .iwb-file .iwb-file-input:lang(en) ~ .iwb-file-label::after {
- content: "Browse"; }
- .iwb-file .clear {
- color: #fff;
- border-left: 1px solid #dee2e6;
- background-color: #007bff;
- width: 35px;
- height: calc( 1.8125rem + 2px);
- cursor: pointer;
- position: absolute;
- top: 0;
- right: 100px;
- z-index: 1;
- display: flex;
- align-items: center;
- justify-content: center; }
- .iwb-file.file-error .iwb-file-label {
- border: 1px solid #dc3545 !important; }
- .iwb-file.file-success .iwb-file-label {
- color: #495057 !important; }
|