.item-title{
	font-weight: 800 !important;
}

.item-form-card{
    background: transparent;
    box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.2), -8px -8px 18px 0 rgba(255, 255, 255, 0.55);
    border-radius: 40px;
    padding: 4px 20px 15px;
    /*min-height: 380px;*/
    margin-top:35px !important
}

.item-form-buttons{
	margin: 50px;
}

.container-fluid2{
   /* padding-right: 15px;
    padding-left: 15px;
    margin-right: 30px;
    margin-left: 30px;*/
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.mb15{
    margin-bottom: 15px;
}

.Box{
	position:relative;
	width:150px;
	height:150px;
	border:3px solid rgba(255,255,255,.2);
	border-radius:50%;
	text-align:center;
	line-height:150px;
	color:#169b9b;
	font-size:20px;
	box-shadow:0px 0px 10px rgba(0,0,0,.2);
	font-weight:bold;
}
.Box:before{
	content:'';
	position:absolute;
	top:-3px;
	left:-3px;
	width:100%;
	height:100%;
	background-color:transparent;
	border:3px solid transparent;
	border-top:3px solid #169b9b;
	border-right:3px solid #169b9b;
	border-radius:50%;
	transform:rotate(0deg);
	animation:SpanLoading 2s linear infinite;
}
.Box span{
	position:absolute;
	top: 50%;
	left:50%;
	width:50%;
	height:3px;
	background-color:transparent;
	transform-style:preserve-3d;
	transform-origin:left;
	transform:rotate(42deg);
	animation:Loading 2s linear infinite;
}
.Box span:before{
	content:'';
	position:absolute;
	width:15px;
	height:15px;
	border-radius:50%;
	background-color:#169b9b;
	right:-7px;
	bottom:-7px;
	box-shadow:0px 0px 10px #169b9b;
}


@keyframes Loading{
	0%{
	transform:rotate(42deg);
	}
	100%{
	transform:rotate(402deg);
	}
}

@keyframes SpanLoading{
	0%{
	transform:rotate(0deg);
	}
	100%{
	transform:rotate(360deg);
	}
}

/* calendario */
.datetimepicker {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
			align-items: center;
	background-color: #fff;
	border: 1px solid #00000054;
	border-radius: 5px;
}
.datetimepicker:focus-within {
	border-color: rgb(27, 179, 179);
}
.datetimepicker input {
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	outline: none;
	border: 0;
	background-color: transparent;
}

.input-calendario{
	border-radius: 9px !important;
	height: 34px !important;
	padding-left: 5px;
	padding-right: 5px;
}