|
- .mt-checkbox-inline, .mt-radio-inline {
- padding: 0px !important;
- }
-
- table thead tr th, table tbody tr td {
- text-align: center;
- vertical-align: middle;
- border-top: 0;
- }
-
- .form-horizontal .form-group .mt-checkbox-inline, .form-horizontal .form-group .mt-radio-inline {
- padding-top: 8px !important;
-
- }
-
- .mt-checkbox-inline, .mt-radio-inline {
- padding: 0px !important;
- }
-
- .detail-button {
- padding: 0 60px;
- }
-
- .btn-log {
- margin: auto 0 auto 15px;
- }
-
- .detail-info {
- margin-left: 10px;
- display: inline-block;
- }
-
- .portlet.box.grey.table-grey {
- border: 1px solid lightgray;
- }
-
- .portlet-title > .caption > span.label {
- margin-left: 25px;
- }
-
- .label-status {
- background-color: white;
- color: grey;
- }
-
- .label-outside {
- margin: 2px 10px;
- background-color: #6666cc;
- }
-
- .portlet.box > .portlet-title > .caption {
- font-size: 16px;
- padding: 5px 0;
- }
-
- .portlet > .portlet-title > .tools {
- font-size: 16px;
- padding: 5px 0;
- }
-
- .portlet > .portlet-title {
- min-height: inherit;
- }
-
- .detail-box div.row.act-group button {
- float: right;
- margin-right: 15px;
- margin-top: 10px;
- }
-
- .separator {
- color: #d4d4d4;
- margin: 0 10px;
- }
-
- .detail-title {
- font-weight: 700;
- }
-
- .block-group {
- margin: 0 50px;
- display: inline;
- }
-
- .table-title {
- font-weight: 700;
- margin: 5px 0;
- }
-
- .detail-td {
- display: inherit;
- padding: 0 10px;
- }
-
- .apply-table {
- border: solid 1px #e3e3e3;
- }
-
- .apply-table th, .apply-table td {
- height: 35px;
- border: solid 1px #e3e3e3;
- }
-
- .apply-table thead {
- background-color: lightgrey;
- }
-
- .target-fix, .target-fix:hover {
- text-decoration: none;
- }
-
- .span_checkbox {
- margin-left: 8px;
- }
-
- .field-busorder-bus_cost {
- margin-left: 5px;
- }
-
- .form-group .form-group {
- margin-left: 0;
- margin-right: 2px
- }
-
- .input-time {
- padding-left: 33px;
- }
-
- .has-error .help-block {
- text-align: left;
- }
-
- .date-picker-group {
- display: inline-table;
- }
-
- .modal-dialog {
- width: 560px !important;
- }
-
- .form-body .control-label {
- padding-top: 8px;
- }
-
- .unEditable {
- background-color: darkgrey;
- }
-
- table input[readonly] {
- background-color: darkgrey;
- }
-
- .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
- background-color: darkgrey;
-
- }
-
- .select2-group {
- display: inline-flex;
- }
-
- .select2-group > .select2-container, .select2-group .select2-selection, .select2-group .select2-selection.select2-selection--multiple {
- min-height: 30px;
- max-height: 30px;
- min-width: 180px;
- }
-
- .bus-order-search .form-control {
- display: inline-block;
- width: 95px;
- /*min-width: 160px;*/
- }
-
- .bus-order-search .input-daterange {
- width: 200px;
- }
-
- .bus-order-search .input-daterange input:last-child, .bus-order-search .input-daterange input:first-child {
- width: 95px;
- }
-
- .bus-order-search .form-control {
- /*height: 30px;*/
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- }
-
- .bus-order-search .control-label {
- padding-top: 0;
- }
-
- .sub-label {
- border: 1px solid gray;
- position: relative;
- width: 23px;
- height: 15px;
- color: #3D434F;
- border-radius: 8px !important;
- display: inline-block;
- left: -11px;
- top: -15px;
- text-align: center;
- background-color: #fff;
- line-height: 12px;
- font-size: 10px;
- }
-
- .col-md-1-1 {
- width: 10.33333333%;
- }
-
- .col-md-2-1 {
- width: 18.6667%;
- }
-
- .search-div div {
- margin-right: 8px;
- }
-
- .select2-container-z > div > span {
- display: inline-block;
- }
-
- tr.stroke_tr .form-group {
- margin-bottom: 0;
- }
-
- .th-text-center th {
- text-align: center;
- }
-
- .table > tbody > tr.info > td {
- background-color: #d9edf7;
- }
-
- .padding-4 {
- padding: 4px !important;
- }
-
- .padding-4-a {
- padding-top: 4px !important;
- padding-bottom: 4px !important;
- }
-
- .padding-4-b {
- padding-left: 4px !important;
- padding-right: 4px !important;
- }
-
- .select2-search__field {
- font-size: 12px !important;
- }
-
- a:visited {
- color: purple;
- }
- a.normal:visited {
- color: #337ab7;
- }
|