@charset "utf-8"; @import "../initial"; .universal-table-index{ tr{ background-color: #fff!important; } } .searchbox2 .row > div{ width: 100%!important; } .universal-table-index caption { width: 100%; position: relative; } .universal-btn{ position: relative; right: 0; } .universal-form-inline .searchbtn.ken-click { padding-top: 0.5em; padding-bottom: 0.5em; } .universal-table-index h3 { @extend .unity-title; float: left; margin: 0; } .btn .caret{ color: #858585; } .universal-table-show{ @media(max-width: $screen-xs){ display: flex; flex-wrap: wrap; width: 100%; tr{ display: flex; flex-wrap: wrap; width: 100%; border: 1px solid #ccc; margin-bottom: 10px; } td{ width:100%!important; } th{ width: 100%!important; } } } .universal-table-index{ @media(max-width: $screen-xs){ display: flex; flex-wrap: wrap; width: 100%; tr{ display: flex; flex-wrap: wrap; width: 100%; border: 1px solid #ccc; margin-bottom: 10px; } td{ width: 100%; } th{ width: 100%; } } } .searchbtn{ cursor: pointer; padding: 0; position: absolute; right: 1em; z-index: 99; @media(max-width: $screen-xs){ margin-top: 0.5em; } .searchbtn2, .universal-btn { line-height: 2em; padding: 2px 15px 2px 15px; font-size: 1em; border-radius: 5px; behavior: url("/assets/ie_support/PIE2/PIE.htc"); color:#fff; font-weight: 400; letter-spacing: 0; margin-left: 1em; i { color: #fff; } &:hover{ color: #fff; i { color: #fff; } } } .searchbtn2{ background-position: 10px center; display: inline-block; background-color: $theme-color-second; behavior: url("/assets/ie_support/PIE2/PIE.htc"); text-align: center; &:hover{ background-color:$theme-color-third; } } i{ color: #fff; } } .theadsearch2{ display: flex; flex-wrap: wrap; width: 100%; align-items: center; .submit-btn-wrap{ padding: 0; } .dropdown-menu { right: 0; left: unset; position: relative; padding: 0 5px; background-color: transparent; box-shadow: none; border: 0; display: block; } .row { display: flex; flex-wrap: wrap; padding: 0; } .row > div { border-radius: 5px; behavior: url("/assets/ie_support/PIE2/PIE.htc"); border: 1px solid #CCC; padding: 0.5em 0.9375em; font-weight: bold; @media (max-width: 991px) { margin-bottom: 5px; } } .row > div { // width: 100%; } @media (max-width: 991px) { .submit-btn-wrap { padding-right: 0; } } .universal-th-text,.universal-th-icon{ color: #333!important; } @media (min-width: 769px) { .form-group { width: 100%; .form-control { width: 100%; } } } } .searchbox{ display: none; margin-top: 6em; .fa-search{ color: #333!important; } } .universal-dropdown{ float: right; } .theadsearch{ width: 100%; .universal-th-icon,.universal-dropdown{ display: none!important; } } .column_entry_files{ padding-left: 1em; } .column_entry_file{ list-style: disc; } .ken-click2{ margin-top:-3em; -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; }