205 lines
3.0 KiB
CSS
205 lines
3.0 KiB
CSS
html,body {
|
|
box-sizing: border-box;
|
|
padding:3px;
|
|
margin:0;
|
|
height:100%;
|
|
width:100%;
|
|
background-color: #FFF !important;
|
|
}
|
|
|
|
.container{
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
overflow: visible;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.phonerow1{
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
height: auto;
|
|
min-height: 40%;
|
|
}
|
|
|
|
.phonerow2{
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.phonebuttonsrow{
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
padding-top: 5px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.phonediv1{
|
|
height:100%;
|
|
min-height: 100%;
|
|
width: 100%;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
overflow: auto;
|
|
padding-top: 0;
|
|
padding-bottom: 10px;
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.phonediv2{
|
|
height: 100%;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding-top: 0;
|
|
padding-bottom: 10px;
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.phonediv3{
|
|
height: 100%;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding-top: 0;
|
|
padding-bottom: 10px;
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
button.phonebutton {
|
|
display: inline-block;
|
|
position: relative;
|
|
padding: 0;
|
|
line-height: normal;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
overflow: visible; /* removes extra width in IE */
|
|
padding: 6px;
|
|
height:90%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
button.publicphonebutton {
|
|
display: inline-block;
|
|
position: relative;
|
|
padding: 0;
|
|
line-height: normal;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
overflow: visible; /* removes extra width in IE */
|
|
width:33.33%;
|
|
height: 2em;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
}
|
|
|
|
.phonetable{
|
|
width:130px;
|
|
}
|
|
|
|
.phoneqty{
|
|
font-size:24px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.phoneblue{
|
|
color: #fff;
|
|
background-color: #428bca;
|
|
border-color: #357ebd;
|
|
border-width: inherit;
|
|
}
|
|
|
|
.phonegreen{
|
|
color: #fff;
|
|
background-color: #5cb85c;
|
|
border-color: #4cae4c;
|
|
text-align:center;
|
|
width:20px;
|
|
border-width: inherit;
|
|
}
|
|
|
|
.phonered{
|
|
color: #fff;
|
|
background-color: #dc3545;
|
|
border-color: #dc3545;
|
|
text-align:center;
|
|
width:20px;
|
|
border-width: inherit;
|
|
}
|
|
|
|
.phoneorange{
|
|
color: #fff;
|
|
background-color: #f0ad4e;
|
|
border-color: #eea236;
|
|
border-width: inherit;
|
|
}
|
|
|
|
.total{
|
|
width:100% !important;
|
|
font-size:24px;
|
|
}
|
|
|
|
.width24{
|
|
font-size:24px;
|
|
}
|
|
|
|
.leftcat{
|
|
margin-top:15px;
|
|
float:left;
|
|
width: 50%;
|
|
text-align:center;
|
|
height:150px;
|
|
overflow:hidden;
|
|
margin-bottom:5px;
|
|
font-size:18px;
|
|
color:#5B5858;
|
|
font-weight: bold;
|
|
}
|
|
|
|
button.publicphonebutton2 {
|
|
display: inline-block;
|
|
position: relative;
|
|
padding: 0;
|
|
line-height: normal;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
overflow: visible; /* removes extra width in IE */
|
|
width:33.33%;
|
|
font-weight: bold;
|
|
padding: 8px 16px;
|
|
}
|
|
|
|
.div-table-responsive-no-min{
|
|
margin-top:20px;
|
|
}
|
|
|
|
.comment {
|
|
float: left;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.comment-text-area {
|
|
float: left;
|
|
width: 80%;
|
|
height: auto;
|
|
}
|
|
|
|
.textinput {
|
|
min-height: 75px;
|
|
width: 90%;
|
|
outline: none;
|
|
resize: none;
|
|
border: 1px solid grey;
|
|
}
|
|
|
|
img.imgwrapper {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|