/*
    Theme Name:   Sicurezzasmart Child
    Theme URI:    https://www.emc2web.it
    Author:       Emc2web
    Author URI:   https://www.emc2web.it
    Template:     bricks
    Version:      1.1
    Text Domain:  sicurezzasmart
*/
:root {
    --blu: #1f78c6;
    --grey: #f7f7f7;
    --red: #721c24;
    --fontsmall: 13px;
    --green: #155724;
	--darkblu: #155a97;
}
.dataTables_wrapper  {
	overflow-x:auto;
}

.riepilogo-documenti {
	
}
.uppercase-form input {
    text-transform: uppercase;
}
.form-row {
    display: flex;
    gap: 20px;
}
.scrolling .bricks-site-logo {
	height:40px!important;
}
.form-column {
    display: flex;
    flex-direction: column;
}
.form-column-6 {
    width: 50%;
}
.brx-body {
    position: relative;
}
.notifyjs-corner {
    top: 70px !important;
}
.d-none {
    display: none;
}
.blu {
    color: var(--blu)!important;
}
.bgblu {
    background-color: var(--blu)!important;
}
.bgdark {
	background-color:var(--darkblu)!important;
}
.font-small {
    font-size: var(--fontsmall);
}
.which_work div {
    display: flex;
    align-items: center;
}
.which_work {
    display: flex;
    gap: 80px;
}
.which_work label {
    margin-left: 10px;
    margin-bottom: 0px;
}
.checkbox.disabled input {
    cursor: not-allowed;
}
/* Formattazione tabelle */
.ss_table td.select-checkbox::after {
    margin-top: -20px !important;
    margin-left: -5px !important;
}
.ss_table {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    font-size: 13px;
}
.ss_table i {
    font-size: 18px;
}
.actions i:hover {
    cursor: pointer;
}
.worker_courses .actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.actions {
    gap: 15px;
    display: flex;
    justify-content: right;
}
.stato {
    padding: 4px 15px;
    border-radius: 3px;
    display: flex;
    width: fit-content;
    align-items: center;
    margin: auto;
}
.stato i {
    margin-right: 5px;
}
.stato-0 {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.stato-1 {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.stato-2 {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.stato-3 {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.stato-4 {
    color: red;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.stato-5 {
    color: white;
    background-color: #000;
    border-color: #000;
}

.ss_table th,
.ss_table td {
    text-align: left;
    padding: 5px;
    padding-bottom: 10px;
}
.ss_table tr {
    border-bottom: 1px solid var(--grey);
}

.ss_table .fa-trash-alt {
    color: red;
}
.ss_table .action {
    gap: 20px;
    display: flex;
}
.w30 {
    width: 30%;
}
.ss_table tr:hover {
    background-color: var(--grey);
}
.dataTables_length label,
.dataTables_filter label {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #000;
}
.dataTables_length select {
    width: 60px;
    color: #000;
}
.document_action {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.document_action a {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.worker_table span {
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    justify-content: flex-start;
}

/* Menu DASHBOARD UTENTE */
.toggle_menu_user:hover {
    cursor: pointer;
}

.menuIcon {
    margin-right: 10px;
    color: var(--blu);
}
/* Metabox form style */

.rwmb-form input,
.rwmb-form select,
.rwmb-form textarea {
    border-radius: 12px;
    background-color: #fff;
    font-size: 14px;
}
.rwmb-form .rwmb-label > label {
    color: #000;
    font-weight: 400;
    font-size: 15px;
}
.rwmb-button:not(.remove-clone) {
    background-color: var(--blu);
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
.rwmb-group-clone {
    padding: 20px;
    background-color: var(--grey);
}
.rwmb-group-wrapper .rwmb-button.add-clone {
    margin-top: 15px;
    display: inline-block;
}

/* company container */

.container-company {
    display: flex;
    flex-direction: row;
}
.company-action {
    display: flex;
}
.company-action .remove-company {
    background-color: red;
}
.icon-company {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    padding: 30px;
    border: 2px solid var(--blu);
    border-radius: 5px;
    background-color: #fff;
}
.icon-company .far {
    color: var(--blu);
    font-size: 80px;
}
.company-details {
    font-size: 15px;
    width: auto;
    padding: 5px 40px 20px 40px;
}
.company-details .rwmb-button {
    margin-top: 20px;
}
.company-details .rwmb-button:hover {
    cursor: pointer;
}
.edit-company:hover {
    cursor: pointer;
}

/* BACHECA */
.bacheca-menu li a {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bacheca-menu li a:hover,
.bacheca-menu li a:active {
    background-color: var(--blu);
    border-radius: 40px;
    transition: all 0.3s ease;
    color: #fff;
}
.shadow {
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.25);
}
.rwmb-button.rwmb-button--delete {
    background-color: red;
}
/* UPLOAD */
#worker-document {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-inline: auto;
}

#worker-document i {
    margin-top: 30px;
    font-size: 50px;
    color: var(--blu);
}

#partecipants {
    margin: 10px 0px;
    display: flex;
    min-height: 100px;
    flex-direction: column;
}
.partecipant,
.class_partecipant {
    display: flex;
    gap: 10px;
}

.partecipant label,
.class_partecipant label {
    color: #000;
}
.classroom-detail .partecipants {
    margin-top: 20px;
}
.uppercase {
    text-transform: uppercase;
}
@media screen and (max-width:768px){
	.btn {
		margin-top:20px;
	}
	.el-doc-work span {
		margin-top:10px;
		width:90%;
		margin-inline:auto;
	}
	.worker_table {
		padding:0px;
	}
	.worker_table th {
		font-size:10px;
	}
	.stato {
		margin:unset;
	}
	.document_c_detail,.doc-det {
		display:flex;
		flex-direction:column;
		padding:10px!important;
	}
	.dwc_info {
		font-size:12px;
	}
	.doc-up-det {
		flex-direction:column;
	}
	#classList .accordion-body {
		padding:5px;
		font-size:13px;
	}
	.addPartecipantsToClass {
		margin-left:20px;
		margin-bottom:20px;
	}
	#classList .accordion-body h3 {
		font-size:20px
	}
	
	#company_documents th:nth-child(2),
	#company_documents td:nth-child(2),
	#company_documents th:nth-child(3),
	#company_documents td:nth-child(3),
	#company_documents th:nth-child(4),
	#company_documents td:nth-child(4){
		display:none;
	}
	#worker_company_documents th:nth-child(2),
	#worker_company_documents td:nth-child(2),
	#worker_company_documents th:nth-child(3),
	#worker_company_documents td:nth-child(3),
	#worker_company_documents th:nth-child(4),
	#worker_company_documents td:nth-child(4){
		display:none;
	}
	.worker_table th:nth-child(1),
	.worker_table td:nth-child(1),
	.worker_table th:nth-child(4),
	.worker_table td:nth-child(4),
	.worker_table th:nth-child(5),
	.worker_table td:nth-child(5){
		display:none;
	}
	.icon-company {
		border:0;
		padding 0;
		height:50px;
		width:100%;
		margin-bottom:30px;
		margin-inline:auto;
		padding:0px;
	}
	.company-details {
		padding:30px 0px;
		font-size:12px;
	}
	.riepilogo-documenti span{
		font-size:11px!important;
	}
	.riepilogo-documenti >div {
		height:150px!important;
	}
	.dataTable {
		font-size:12px
	}
	.dataTable td, .dataTable th {
		width:auto!important;
	}
}
