| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- .is_debug {
- font-size: 0;
- }
- tr td {
- word-break: break-word;
- }
- .footer.purple-back{
- height:auto;
- position: relative;
- }
- .tab-link {
- }
- .tab-link li {
- display:inline-block;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
- .tab-link li:hover {
- background: rgba(0,150,225,.6);
- }
- .tab-link li:hover a {
- color:#ffffff;
- }
- .tab-link li a {
- display: block;
- position: relative;
- height:100%;
- padding:10px 15px;
- color:#212121;
- text-decoration: none;
- font-size: 16px;
- }
- .tab-link li.active {
- background: #313B4D;
- }
- .tab-link li.active a {
- color:#ffffff;
- }
- .menu ul li:nth-child(7):hover ul {
- display: -ms-flexbox !important;
- display: flex !important;
- }
- .menu ul li:nth-child(4):hover ul {
- display: -ms-flexbox !important;
- display: flex !important;
- }
- .menu ul li .drpdwn-menu {
- -ms-flex-direction: column;
- flex-direction: column;
- display: none !important;
- position: absolute;
- min-width: 300px;
- width: 60vw;
- max-width:200px;
- top: 19.4px;
- }
- .drpdwn-menu li {
- width: 100%;
- }
- .panel-primary > .panel-heading {
- color: #fff;
- background-color: #313B4D;
- border-color: #313B4D;
- }
- .auctions-index>h1 {
- border-bottom-left-radius: 20px;
- border-top-right-radius: 20px;
- text-align: center;
- margin-bottom: 10px;
- color: #ffffff;
- background-color: #313B4D;
- }
- .auctions-view>h1 {
- border-bottom-left-radius: 20px;
- border-top-right-radius: 20px;
- text-align: center;
- margin-bottom: 10px;
- color: #ffffff;
- background-color: #313B4D;
- }
- .action-view {
- padding: 30px;
- }
- #w0 {
- overflow-x: scroll;
- overflow-y: hidden;
- }
- #w0 > tbody{
- background-color: rgba(0,150,255,.2);
- }
- /*Added custom styles */
- .grid-view {
- padding:30px;
- }
- .grid-view table {
- box-shadow:6px 6px 20px rgba(0,0,0,.2);
- }
- ul.pagination {
- background-color: #313B4D;
- width: 100%;
- text-align: center;
- border-radius:0;
- border-bottom-left-radius: 20px;
- border-top-right-radius: 20px;
- }
- ul.pagination li {
- display: inline-block;
- height: auto;
- padding-top:6px;
- padding-bottom:0;
- }
- table > tbody{
- background-color: rgba(0,150,255,.2);
- }
- tbody{
- background-color: rgba(0,150,255,.2);
- }
- table > thead{
- background-color: rgba(0,150,255,.1);
- }
- button.a.button {
- padding: 10px 20px;
- }
- .count{
- background: #000;
- }
- .tab-is-first{
- /*background: #000;*/
- }
- .auctions-view {
- background: #fff;
- }
- #tab-1 > div > div:nth-child(3) > div.text-text-t.col-md-12.text-left{
- color: #fff;
- }
- /* Custom syles by Stas */
- .menu {
- padding-left: 12vw;
- }
- .menu ul {
- min-width: 360px;
- }
- .drpdwn-menu {
- width: 100px;
- }
- .drpdwn-menu-right {
- right: 0;
- }
- .news>.text-left {
- overflow-x: auto;
- overflow-y: hidden;
- }
- .content--zero {
- margin-top: 60px;
- margin-bottom: 60px;
- }
- .footer {
- margin-top: 60px;
- }
- @media screen and (max-width:700px) {
- .trinity__block {
- width: 48%;
- }
- }
- @media screen and (max-width:490px) {
- .menu {
- padding-left: 3vw;
- }
- .menu ul li a {
- padding:20px;
- }
- .trinity {
- justify-content: center;
- }
- .trinity__block {
- width: 75%;
- }
- }
- @media screen and (max-width:360px) {
- .menu ul {
- min-width: 300px;
- }
- .menu ul li a {
- padding:25px 15px;
- }
- .contacts {
- display: none;
- }
- .trinity__block {
- width: 100%;
- }
- }
- /* Changes added 06.03.2017 by Stas */
- .info-block__list {
- text-align:justify;
- margin: 0;
- }
- .info-block__list li {
- padding-right:20px;
- }
- /* Changes added 17.03.2017 by Ivakhnov */
- .menu{
- padding-left: 0;
- }
- .price_type-input {
- margin-top: 30px;
- }
|