/* Add here all your CSS customizations */

/* @override 
	https://stream2.sanctusmedia.net/assets/css/custom.css */

/* Add here all your CSS customizations */

.badge {
	text-transform: uppercase;
	padding: 4px 6px;
}

.badge-offline {
	background-color: hsl(2, 65%, 60%);
	color: #fff;
}

.badge-online {
	background-color: hsl(120, 39%, 60%);
	color: #fff;
}

.badge-deleted {
	background-color: hsl(101, 0%, 18%);
	color: #fff;
}

/* *******************************
            Toggle Switch 
   ******************************* */

.onoffswitch {
    position: relative; width: 70px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin: 0 auto;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "On";
    padding-left: 10px;
    padding-right: 36px;
    background-color: #34C26D; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Off";
    padding-right: 10px;
    background-color: #D97575; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 20px; margin: 5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 36px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.onoffswitch-label {
	margin-bottom: 0px;
}

.recording-actions {
	font-size: 1.2em;
}