phone.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. html,body {
  2. box-sizing: border-box;
  3. padding:3px;
  4. margin:0;
  5. height:100%;
  6. width:100%;
  7. background-color: #FFF !important;
  8. }
  9. .container{
  10. width: 100%;
  11. height: 100%;
  12. margin: 0 auto;
  13. overflow: visible;
  14. box-sizing: border-box;
  15. }
  16. .phonerow1{
  17. margin: 0 auto;
  18. width: 100%;
  19. height: auto;
  20. min-height: 40%;
  21. }
  22. .phonerow2{
  23. margin: 0 auto;
  24. width: 100%;
  25. height: auto;
  26. }
  27. .phonebuttonsrow{
  28. margin: 0 auto;
  29. width: 100%;
  30. height: 5%;
  31. }
  32. .phonediv1{
  33. height:100%;
  34. min-height: 100%;
  35. width: 100%;
  36. text-align: center;
  37. box-sizing: border-box;
  38. overflow: auto;
  39. padding-top: 0;
  40. padding-bottom: 10px;
  41. padding-right: 5px;
  42. padding-left: 5px;
  43. }
  44. .phonediv2{
  45. height: 100%;
  46. width: 100%;
  47. box-sizing: border-box;
  48. padding-top: 0;
  49. padding-bottom: 10px;
  50. padding-right: 5px;
  51. padding-left: 5px;
  52. }
  53. .phonediv3{
  54. height: 100%;
  55. width: 100%;
  56. box-sizing: border-box;
  57. padding-top: 0;
  58. padding-bottom: 10px;
  59. padding-right: 5px;
  60. padding-left: 5px;
  61. }
  62. button.phonebutton {
  63. display: inline-block;
  64. position: relative;
  65. padding: 0;
  66. line-height: normal;
  67. cursor: pointer;
  68. vertical-align: middle;
  69. text-align: center;
  70. overflow: visible; /* removes extra width in IE */
  71. width:24%;
  72. height:90%;
  73. font-weight: bold;
  74. }
  75. button.publicphonebutton {
  76. display: inline-block;
  77. position: relative;
  78. padding: 0;
  79. line-height: normal;
  80. cursor: pointer;
  81. vertical-align: middle;
  82. text-align: center;
  83. overflow: visible; /* removes extra width in IE */
  84. width:33%;
  85. height:50px;
  86. font-weight: bold;
  87. color: #fff;
  88. }
  89. .phoneblue{
  90. color: #fff;
  91. background-color: #428bca;
  92. border-color: #357ebd;
  93. }
  94. .phonegreen{
  95. color: #fff;
  96. background-color: #5cb85c;
  97. border-color: #4cae4c;
  98. font-size:20px;
  99. text-align:center;
  100. width:20px;
  101. }
  102. .phonetable{
  103. width:130px;
  104. }
  105. .phoneqty{
  106. font-size:24px;
  107. font-weight: bold;
  108. }
  109. .phonered{
  110. color: #fff;
  111. background-color: #dc3545;
  112. border-color: #dc3545;
  113. font-size:20px;
  114. text-align:center;
  115. width:20px;
  116. }
  117. .phoneorange{
  118. color: #fff;
  119. background-color: #f0ad4e;
  120. border-color: #eea236;
  121. }
  122. .total{
  123. width:100% !important;
  124. font-size:24px;
  125. }
  126. .width24{
  127. font-size:24px;
  128. }
  129. .leftcat{
  130. margin-top:15px;
  131. float:left;
  132. width: 50%;
  133. text-align:center;
  134. height:150px;
  135. overflow:hidden;
  136. margin-bottom:5px;
  137. font-size:18px;
  138. color:#5B5858;
  139. font-weight: bold;
  140. }
  141. button.publicphonebutton2 {
  142. display: inline-block;
  143. position: relative;
  144. padding: 0;
  145. line-height: normal;
  146. cursor: pointer;
  147. vertical-align: middle;
  148. text-align: center;
  149. overflow: visible; /* removes extra width in IE */
  150. width:33%;
  151. font-weight: bold;
  152. padding: 8px 16px;
  153. }
  154. .div-table-responsive-no-min{
  155. margin-top:20px;
  156. }
  157. .comment {
  158. float: left;
  159. width: 100%;
  160. height: auto;
  161. }
  162. .comment-text-area {
  163. float: left;
  164. width: 80%;
  165. height: auto;
  166. }
  167. .textinput {
  168. float: left;
  169. width: 100%;
  170. min-height: 75px;
  171. outline: none;
  172. resize: none;
  173. border: 1px solid grey;
  174. }