organizr.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. /*Preloader*/
  2. .preloader {
  3. width: 100%;
  4. height: 100%;
  5. top: 0px;
  6. position: fixed;
  7. z-index: 99999;
  8. background: rgba(0, 0, 0, 0.88);
  9. }
  10. .preloader .cssload-speeding-wheel {
  11. position: absolute;
  12. top: calc(50% - 3.5px);
  13. left: calc(50% - 3.5px);
  14. }
  15. .w-100 {
  16. width: 100%;
  17. }
  18. .iframe{
  19. width:100%;
  20. height:calc(100vh - 60px);
  21. position: inherit;
  22. display: block;
  23. }
  24. /* Larger Images */
  25. #side-menu>li>a {
  26. padding: 18px 35px 18px 15px;
  27. display: block;
  28. }
  29. .sidebar .nav-second-level li a {
  30. padding: 14px 10px 14px 15px;
  31. }
  32. #side-menu .fa-fw {
  33. width: 30px!important;
  34. }
  35. .sttabs nav a {
  36. position: relative;
  37. display: block;
  38. overflow: hidden;
  39. text-overflow: ellipsis;
  40. white-space: nowrap;
  41. line-height: 1.5;
  42. }
  43. @media screen and (max-width: 767px){
  44. .table-responsive {
  45. width: 100%;
  46. margin-bottom: 0;
  47. overflow-y: hidden;
  48. -ms-overflow-style: -ms-autohiding-scrollbar;
  49. border: transparent;
  50. }
  51. }
  52. .common-list .notify {
  53. position: relative;
  54. margin-top: .5px;
  55. margin-right: 9px;
  56. }
  57. .ajaxloader {
  58. width: 100%;
  59. height: 100%;
  60. top: 0px;
  61. position: absolute;
  62. z-index: 99999;
  63. background: rgba(0, 0, 0, 0.68);
  64. margin: 0 auto;
  65. border-radius: 10px;
  66. }
  67. .lock-screen {
  68. background: url(../../plugins/images/login-register.jpg) center center/cover no-repeat!important;
  69. height: 100%;
  70. position: fixed;
  71. z-index: 999999;
  72. top: 0;
  73. width: 100%;
  74. -webkit-user-select: none; /* Chrome all / Safari all */
  75. -moz-user-select: none; /* Firefox all */
  76. -ms-user-select: none; /* IE 10+ */
  77. -o-user-select: none;
  78. user-select: none;
  79. }
  80. body.stop-scrolling {
  81. height: 100%;
  82. overflow: hidden;
  83. }
  84. .tabEditorIcon i {
  85. font-size: 35px;
  86. text-align: center !important;
  87. width: 35px !important;
  88. }
  89. .tabEditorIcon img {
  90. width: 35px !important;
  91. }
  92. .asColorPicker-wrap {
  93. position: relative;
  94. display: block;
  95. width: calc(100% - 35px);
  96. }
  97. .asColorPicker-trigger {
  98. position: absolute;
  99. top: 0;
  100. right: -32px;
  101. height: 38px;
  102. width: 37px;
  103. border: 0;
  104. border-radius: 0 4px 4px 0;
  105. }
  106. .asColorPicker-trigger span {
  107. width: 100%;
  108. height: 100%;
  109. display: inline-block;
  110. border-radius: 0 4px 4px 0;
  111. }
  112. .top-left-part {
  113. width: auto;
  114. max-width: 220px;
  115. float: left;
  116. border-right: transparent;
  117. }
  118. .tabs-style-flip {
  119. max-width: 1400px;
  120. margin: 0 auto;
  121. }
  122. .elip{
  123. white-space: nowrap;
  124. text-overflow: ellipsis;
  125. overflow: hidden;
  126. display: block;
  127. }
  128. .p-5{
  129. padding:5px!important
  130. }
  131. .error-page {
  132. width: 100%;
  133. background: #1b1a1a;
  134. height: 100%;
  135. position: fixed;
  136. display: none;
  137. z-index: 10;
  138. }
  139. img.lazyload.tabImages {
  140. height: 120px !important;
  141. object-fit: contain;
  142. }