.sharedFullScreenTouchZone{height:100%;}
.sharedTouchTitle{text-align:center;font-weight:bold;padding-bottom:10px;font-size:16px;}
.sharedTouchTitle.big{text-transform:uppercase;font-size:18px;}
.sharedTouchButtonSet{text-align:center;}
.sharedTouchButtonSet .gen_msg{display:inline-block;}
.sharedTouchBottomOptions{text-align:center;padding-top:20px;}
.sharedTouchCurrentLockedUser{text-align:center;padding-bottom:10px;font-size:16px;line-height:22px;font-weight:300;}
.sharedTouchCurrentLockedUser .frk.icon{height:24px;width:24px;}
.sharedFullScreenPadder{padding:30px;text-align:center;}

.touch_button{vertical-align:middle;text-align:center;background-color:#dbdbdb;margin:5px;text-transform:uppercase;font-weight:bold;font-size:14px;padding:15px 30px;display:inline-block;color:#333;border-radius:5px;box-sizing:border-box;}
.touch_button:not(.inactive):hover{-webkit-box-shadow: inset 0px 0px 20px 2px rgba(95, 56, 56, 0.15); 
  box-shadow: inset 0px 0px 20px 2px rgba(0,0,0,0.15);cursor:pointer;}
.touch_button:not(.inactive):active{background-color:#ececec;}
.touch_button:not(.inactive):hover label{cursor:pointer;}
.touch_button.yellow{background-color:#f4c345;}
.touch_button.yellow:active:not(.inactive){background-color:#f5d456;}
.touch_button.red{background-color:#ea5257;}
.touch_button.red:active:not(.inactive){background-color:#fb6368;}
.touch_button.orange{background-color:#f48f45;}
.touch_button.orange:active:not(.inactive){background-color:#de8340;}
.touch_button.green{background-color:#a5c536;}
.touch_button.green:active:not(.inactive){background-color:#b6d647;}
.touch_button.blue{background-color:#b7e2f3;}
.touch_button.blue:active:not(.inactive){background-color:#c8f3f4;}
.touch_button.sml{font-size:12px;padding:10px 20px;}
.touch_button.big{font-size:16px;padding:25px 30px;}
.touch_button.toggled{color:#FFF;border:3px inset #999;background-color:#bbb;box-sizing:border-box;padding:12px 27px;}
.touch_button.sml.toggled{padding:7px 17px;}
.touch_button.big.toggled:not(.iconed){padding:22px 27px;}
.touch_button.toggled.yellow{border-color:#b08001;background-color:#d2a123;}
.touch_button.toggled.red{border-color:#a61013;background-color:#c83035;}
.touch_button.toggled.green{border-color:#729203;background-color:#94b425;}
.touch_button.toggled.blue{border-color:#73a0b0;background-color:#95c0d1;}
.touch_button.toggled.orange{border-color:#b05401;background-color:#d27c23;}
.touch_button.hidden{display:none !important;}
.touch_button .label{font-size:11px;padding-bottom:3px;}
.touch_button .info{font-size:10px;}
.touch_button.iconed{padding:21px;}
.touch_button.iconed.toggled{padding:18px;}
.touch_button svg.frk.icon{margin:0px;height:30px;width:30px;}
.touch_button label,.mcui-form.formar .touch_button label{color:#333;font-size:12px;text-transform:uppercase;padding-bottom:2px;}
.touch_button.labelled{padding-top:17px;padding-bottom:15px;}
.touch_button div.ind{display:inline-block;margin-left:3px;}