// Cabinet Table .cabinet { // Style Table table { border: #CBCFDB 1px solid; border-collapse: collapse; width: 100%; thead { background-color: #CCCFDB; padding: 5px 0; tr { border-bottom: none; td { border-right: #A4ADC3 1px solid; position: relative; color: #667292; font-size: 15px; font-weight: 500; text-align: center; padding: 9px 1.4%; &:last-child { border-right: none; } } } } tbody { tr { td { border-right: #CBCFDB 1px solid; &:last-child { border-right: none; } } } } tr { border-bottom: #CBCFDB 1px solid; td { color: #667292; font-size: 15px; padding: 17px 1.4%; text-align: center; strong { font-weight: 500; } > a:not(.button) { color: #3DAEF3; text-decoration: none; &:hover { text-decoration: none; } } } } } // End Style Table // Table Filters .table_filters { padding: 20px 0; overflow: hidden; label { color: #646c70; float: left; line-height: 30px; margin: 0 10px; } input:not([type="submit"]) { float: left; } .table_filters_content { float: left; width: 50%; } .table_filters_dates { float: left; .table_date_item { float: left; position: relative; margin: 3px 20px 0 0; .ui-datepicker-trigger { right: 8px; } + .table_date_item { margin-right: 0; } } label { color: #424862; font-size: 15px; font-weight: 500; margin-left: 0; } input:not([type="submit"]) { border: #D8DBE6 1px solid !important; background-color: #eef2f3; width: 161px; height: 30px; padding-left: 5px; } .calendar:placeholder-shown { background-color: #fff !important; } .button { @include button-cabinet('small', 'silver'); margin-left: 20px; } } .table_filters_level { float: left; width: 30%; margin: 4px 0 0 0; .table_level_item { width: 100%; display: inline-block; vertical-align: top; padding-left: 40%; margin-bottom: 11px; &:last-child { margin-bottom: 0; } .checker { float: left; margin-top: 5px; } label { float: left; line-height: 30px; } } } .table_search { float: left; width: 100%; position: relative; margin-bottom: 10px; label { color: #424862; font-size: 15px; font-weight: 500; margin-left: 0; width: 73px; } input:not([type="submit"]) { width: 83%; height: 30px; } .button { background: url(/assets/cabinet/search_icon.png) no-repeat; border: none; background-size: 12px; margin-left: 10px; display: block; width: 12px; height: 20px; font-size: 0; position: absolute; top: 8px; right: 10px; } } .table_search_buttons { float: right; width: 20%; .button { width: 100%; &.button_set { @include button-cabinet('small', 'blue'); height: 30px; line-height: 30px; } &.button_clear { @include button-cabinet('small', 'silver'); height: 30px; line-height: 30px; margin-top: 13px; } } } } } // End Cabinet Table End .table_navigation { border-bottom: #C8CFDB 1px solid; overflow: hidden; padding: 24px 0 20px 0; margin-bottom: 20px; .table_items_show { border-right: #C8CFDB 1px solid; float: left; padding: 2px 118px 2px 0; label { color: #646c70; float: left; line-height: 32px; margin: 0 14px 0 0; } .select2-container { float: left; min-width: 105px; max-width: 105px; margin-right: 10px; } } .table_pagination { float: right; padding-top: 2px; ul { list-style: none; li { float: left; margin: 0 9.5px; &:last-child { margin-right: 0; } &.active { span { background-color: #E3EFFF; } } span { @include border-radius(3px); display: block; color: #647191; width: 40px; height: 28px; line-height: 28px; text-align: center; margin-top: 2px; b { display: none; } a { display: block; text-decoration: none; &:not(.button) { color: #647191; } } &.prev, &.next { width: 80px; margin-top: 0; a { display: block; } } } } } .button { @include button-cabinet('small', 'blue-light'); height: 30px; line-height: 30px; &[disabled] { opacity: 0.5; } } } } .table_pagination_mobile { display: none; }