html {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px;
}

body {
	font-family: Helvetica_Neue;
}

.ck-editor__editable textarea {
    min-height: 150px;
}

.content-wrapper {
    background-color: white !important;
    min-height: 600px !important;
    margin-top: -1rem !important;
}

/* aside .main-sidebar {
    width: 290px !important;
} */

.box-regia {
    background-color: #D1AE81;
    min-width: max-content;
    min-height: max-content;
}

.datatable {
    width: 100% !important;
}

.nav-link {
    text-transform: uppercase;
	font-weight: bold;
}

.nav-sub-link {
	background: #933236!important;
    color: #ffffff!important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}


.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.information-splash {
    margin-top: 10px;
    width: 36vh;
    margin-left: 35%;
}

.select2-container--open {
    z-index: 9999;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}

.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid~.invalid-feedback {
    display: block;
}

.dataTables_length label select {
    width: 65px !important;
}

div.dt-button-collection {
    padding: 0;
}

.buttons-columnVisibility {
    display: block;
}

.buttons-columnVisibility.active {
    background-color: rgba(128, 128, 128, 0.1);
    font-weight: bolder;
}

.main-sidebar {
    background-color: #D1AE81 !important;
    color: white !important;
}

.char-up {
    text-transform: uppercase;
    color: #933236;
    font-weight: bold !important;
}

.char-up-title {
    text-transform: uppercase;
    color: #933236;
    font-weight: bold !important;
	font-size: 20px;
}

.image-user {
    width: 100px;
    height: 100px;
	object-fit: cover;
    border-radius: 50%;
    position: relative;
    display: inline-block;
	box-shadow: 0px 0px 2px 2px #0000002e;
}

.image-opacity {
	opacity: 0.4;
}


.row-name-field {
    margin-top: 30px;
}

.main-sidebar .nav-link {
    color: white !important;
}

.main-sidebar .active {
    background-color: #ffffff !important;
    box-shadow: none !important;
    color: #d1ae81 !important;
}

.main-sidebar .navbar-subitem {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
}

.main-sidebar .navbar-subitem-active {
	background: #933236 !important;
	color: #ffffff !important;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
}

.navsiderbar-cst {
	max-width: 95%;
    margin: auto;
}

.my-card-personalizzioni {
    max-width: 800px;
}

.card-header-custom {
    background-color: #D1AE81 !important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
	font-size: 20px;
    text-transform: uppercase;
    color: white;
}

.input-radio {
    margin-left: 10px;
}

.container {
    max-width: 100%;
    padding: 3% 2%;
}

.noauth-header {
    background-color: #D1AE81;
    padding: 10px;
    /* margin-left: 10rem; */
    margin-right: 20rem;
	display: none;
}

.noauth-body {
    background-color: #D1AE81;
    padding: 1%;
	height: 100% !important; /*98vh !important;*/
}

.row-90 {
    width: 90%;
}

.white-section {
    height: 70vh;
    background-color: white;
    width: 50%;
    /*Safari*/
    -webkit-box-shadow: 5px 5px 5px #888888;
    /*Mozilla*/
    -moz-box-shadow: 5px 5px 5px #888888;

    box-shadow: 5px 5px 5px #888888;
}

.white-section .title {
    padding-top: 5%;
    text-align: center;
}

.no-padding {
    padding: 0 !important;
}

/*
.custom-color-background {
    background-color: #FAF7F4;
}
*/

.noauth-header .logo {
    width: 20%;
    height: 100%;
}

.main-sidebar .nav-dropdown-toggle.active {
    color: #D1AE81 !important;
    background-color: white !important;
}

.fa-bars {
    color: #D1AE81 !important;
    font-size: 30px !important;
    margin-right: 40px;
}

.card.login {
    background-color: #D1AE81;
}

.card-body {
    background-color: #faf7f4;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
}

.box {
    border: 2px solid #D1AE81;
    border-radius: 0px !important;
    max-width: 1000px;
    height: 100% !important;
    display: block;
}

.box-meeting, .box-partecipanti {
    max-width: 100% !important;
}

.table {
    border: none !important;
    max-width: 100% !important;
}

.table thead {
    color: #933236;
    text-transform: uppercase;
}

.btn-custom {
    background-color: #933236 !important;
    color: white;
    text-transform: uppercase;
    border-radius: 7px;
	padding: 10px 20px 10px 20px;
}

.btn-custom-blue {
    background-color: #3378F7;
    color: white;
    height: 30px;
	width: 30px;
    font-size: 14px;
	margin: 5px 3px;
}

.body-splash {
    width: 80vh;
    margin-left: 10%;
    margin-top: 3rem;
}

.body-splash .form-control {
    margin-top: 25px;
    width: 700px;
    height: 40px;
}

.body-splash .row {
    padding-left: 20%;
}

.btn-custom-ligth-blue {
    background-color: #4BA0B5;
    color: white;
    height: 30px;
	width: 30px;
    font-size: 14px;
	margin: 5px 3px;
}

.table-meeting {
    max-width: 100% !important;
}

.btn-custom-red {
    background-color: #933236;
    color: white;
    height: 30px;
	width: 105px;
    font-size: 14px;
	margin: 5px 0px 5px 0px;
}

.btn-custom-ligth-red {
    background-color: #CA444B;
    color: white;
    height: 30px;
	width: 30px;
    font-size: 14px;
	margin: 5px 3px;
}

hr {
    margin: 10px !important;
    background-color: #D1AE81 !important;
}

.container-form-login {
    background-color: white !important;
    margin-top: -10px;
    width: 460px;
    height: 300px;
}

.login-logo.image {
    width: 300px;
}

.row-login {
    margin: 1rem;
}

.login-box {
    width: 500px;
    height: 350px;
}

.icon-mail {
    background: url("../images/icon/mail-icon.svg") no-repeat 385px;
    background-size: 20px;
}

.icon-key {
    background: url("../images/icon/key-icon.png") no-repeat 385px;
    background-size: 25px;
}

.label-state-enable {
    background-color: #52A450;
	padding: 2px 10px 2px 10px;
    border-radius: 25px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
	width: 90px;
    text-align: center;
	font-weight: normal !important;
}

.label-state-disable {    
    background-color: #CA444B;
	padding: 2px 10px 2px 10px;
	border-radius: 25px;
    color: white;
    font-size: 12px;
	text-transform: uppercase;
	width: 90px;
    text-align: center;
	font-weight: normal !important;
}

.user-role {
	text-transform: uppercase;
    font-size: 15px;
}

.datatable-MeetingRoom {
    margin-top: 10px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.table-bordered td {
    border: none !important;
    border-right: solid 0px #ccc !important;
}

.table-bordered thead th {
    border: none !important;
    border-right: solid 0px #ccc !important;
}


.row-content {
    margin-top: 10px;
}

.user-info span, .meeting-info span, .change-password span {
	margin-right: 7px;
	margin-left: 7px;
}

.user-info-edit label, .meeting-info-edit label, .change-password label,  .partecipants-edit label {
	margin-right: 7px;
	margin-left: 7px;
}

.user-info-edit input, .meeting-info-edit input, .change-password input, .partecipants-edit input {
	margin-right: 7px;
	margin-left: 7px;
}

.grey-text {		
	color: #707070;
	font-weight: 600;
}

.grey-text-light {		
	color: #707070;
	font-weight: normal;
}

.edit {
    position: absolute;
    left: 30px;
    top: 110px;
    width: 30px;
    height: 30px;
    background: grey;
    border-radius: 50%;
}

.box-body thead th, tbody td {
	border: none !important;
	vertical-align: middle !important;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #faf7f4;
}

.lista-anagrafica, .lista-partecipanti input {
	margin: 0px;
}

.tableFixHead {
	overflow: auto;
	height: 525px;
}
.tableFixHead thead th { 
	position: sticky; top: 0; z-index: 1; 
}

.tableFixHeadtable table {
	border-collapse: collapse; width: 100%; 
}

.tableFixHead th { 
	background:#ffffff; 
}

.join-section {
	min-height: 600px;
    background-color: #ffffff;
    width: 40%;
	margin-top: 40px;
	padding: 0% 3%;
	box-shadow: 0px 0px 10px 0px #88888842;
    /*Safari*/
    -webkit-box-shadow: 0px 0px 10px 0px #88888842;
    /*Mozilla*/
    -moz-box-shadow: 0px 0px 10px 0px #88888842;
}

.join-section .meeting-info {
	margin-top: 15px;
    width: 350px;
	background: #faf7f4;
	padding: 10px 0px 10px 0px;
}

.regia-section {
	background: #D1AE81;
	padding: 25px;
}

.regia-section .meeting-box {
	min-width: 380px;
	min-height: 380px; 
	width: 18%;
	text-align: center;
	margin: auto;
	margin-bottom: 25px;	
	resize: both; 
	overflow: hidden;
}

.regia-section .meeting-empty-box {
	min-width: 380px;
	width: 18%;
	text-align: center;
	margin: auto;
	margin-bottom: 25px;
}

.regia-section .meeting-box .meeting-body {
	border-top: 5px solid #933236;
	box-shadow: 0px 3px 10px 0px #888888b5;	
	background: #ffffff;
	min-height: 340px;
	height: 90%;
}

.regia-section .meeting-box .meeting-header {
	position: relative;
}

.regia-section .meeting-empty-box .meeting-empty-body {
	border-top: 5px solid #933236;
	box-shadow: 0px 3px 10px 0px #888888b5;
	background-color: #CBCBCB;
	padding: 25%;
	min-height: 340px;
	height: 100%;
	margin-top: 41px;
	font-size: 20px;
}

.disconnect-button {
	border-radius: 25%;
	/*float: right;
	position: absolute;
	right: 0px;*/
    
}

.gold-separator {
	color: #D1AE81;
	margin: 0px 5px 0px 5px; 
	font-size: 15px;
}

input[type='radio'] {
	accent-color: #933236;
}


@font-face {
  font-family: Helvetica_Neue;
  src: url(fonts/HelveticaNeue.ttc);
}


@media screen and (min-width: 1000px) and (max-width: 1500px) {
	.box-body {
		overflow: auto;
	}
}


@media screen and (min-width: 500px) and (max-width: 1000px) {
	.box-body {
		overflow: auto;
	}
	
	.join-section {
		width: 60%;
		min-height: 600px;
	}
	
	.noauth-header {
		flex: 0 0 100%;
	}
}


@media screen and (max-width: 500px) {
	.box-body {
		overflow: auto;
	}
	
	.join-section {
		width: 95%;
		min-height: 600px;
	}
	
	.join-section .meeting-info {
		width: 95%;
	}
	
	.join-section .meeting-info span {
		margin-right: 2px;
		margin-left: 2px;
	}
	
	.gold-separator {
		color: #D1AE81;
		margin: 0px 2px 0px 2px; 
		font-size: 15px;
	}
	
	.noauth-header {
		flex: 0 0 100%;
	}
	
	.noauth-header .logo {
		width: 50%;
		max-height: 300px;
		height: 100%;
	}
}