body {
	font-size: 13px;
}


video {
	width: 450px;
	height: auto;
	border: 5px solid black;
	border-radius: 5px;
}






.form-switch .form-check-input {
    height: 14px;
    width: 28px;
}
.form-switch .form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.form-switch .form-check-input:checked {
    background-color: #35BF6B;
    border-color: #35BF6B;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.trumbowyg-text table td {
    border: 1px dotted black;
    min-width: 10px;
}

.summernote-text:empty{
	display:none;
}

.btn{
  background-color: #495662;
  color: #fff;
	border-color: #333;
	transition: all .5s;
}
.btn:hover{
  color: #fff;
  background-color: #000;
  border-color: #6997be;
}

.opaque {
	opacity: 0.6;
}
.show{
	opacity: 1;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a.nav-link:link {
	color:azure;
}
a.nav-link:visited {
	color:azure;
}
a.nav-link:hover{
	color:beige;
}
a.nav-link:active{
	color:aqua;
}
a.nav-link-custom:link{
	color:darkblue !important;
}
a.nav-link-custom:visited{
	color:darkblue !important;
}
a.nav-link-custom:hover{
	color:blue!important;
}
a.nav-link-custom:active{
	color:blue !important;
}
.nav > .nav-list {
	padding-left: 2px !important;
	padding-right:2px !important;
}
#error {
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width: 100%;
	height: 100px;
	background:#EC1D20;
	color:white;
   opacity:0.8;
   display:none;		 
   z-index:9999;
   align-items: center;
	text-align:center;
}
#process {
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	/*background:url("../images/spinner1.gif") center center no-repeat;*/
	background:#333;
   opacity:0.8;
   display:none;		 
   z-index:9999;
   align-items: center;
}
#spinner {
	margin: auto;
}

