/*-------------------VIDEO POPUP-------------------*/
.video-room-modal .form-control {
	font-size: 12px;
}

/* Pretty checkbox */
.video-room-modal input.pretty-checkbox:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: red;
}
.video-room-modal input.pretty-checkbox{
	margin-right: 10px !important;
	cursor: pointer;
}

.video-room-modal input.pretty-checkbox:checked:before{
	background: url("../img/checked.png");
}
.video-room-modal input.pretty-checkbox:before{
	background: url("../img/not-checked.png");
}
/*-------------------END VIDEO POPUP-------------------*/