.jb-exit {
	background: #F44336 !important;
}

.jb-exit .dash-widget-info {
	margin-top: 0 !important;
}

.master-title {
	font-size: 20px;
	overflow: inherit !important;
}

.ext-subtitle {
	font-size: 15px !important;
	margin-top: 5px !important;
}

.widget2 {
	padding: 20px 10px !important;
}

.widget-monitor {
	height: 30vh;
	margin-bottom: 0 !important;
	background: #000 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.widget-monitor span {
	color: #FFF;
	font-size: 30px;
	padding: 15px 5px;
	width: 33%;
    display: inline-block;
    float: left;
}

.widget-keypad {
	border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.keypad .col-25 {
	width: 25% !important;
}

.widget-keypad-icon {
	padding: 10px 15px !important;
}

.widget-keypad-icon h4 {
	color: #FFF !important;
}

.keypad {
	position: fixed;
    bottom: 30px;
    height: 60%;
}

.keypad .widget {
    height: 12vh;
}

.keypad .widget-keypad {
	display: table;
	width: 100%;
}

.keypad h4 {
    display: table-cell;
    vertical-align: middle; /*Vertically centered*/
    text-align: center; /* Horizontally centered */
}

.kp-orange {
	border-color: #e37307 !important;
	background: #fe942e !important;
}

.kp-red {
	border-color: #d52419 !important;
    background: #F44336 !important;
}

.kp-blue {
	border-color: #187fd1 !important;
    background: #2196f3 !important;
}

.kp-yellow {
	border-color: #e3ac07 !important;
    background: #ffc107 !important;
}

.kp-green {
	border-color: #33bc4a !important;
    background: #4cd964 !important;
}

.kp-green h4 {
    color: #FFF !important;
}

.kp-green i {
	vertical-align: text-bottom;
}