
.tableAgenda {
    width: 100%;
    border-collapse: separate;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.tdAgenda:empty {
    background-color: rgba(1,1,1,0.1);
}

.thAgenda,
.tdAgenda {
    padding: 5px;
    background-color: rgba(1,1,1,0.7);
    color: #fff;
    width: 200px;
    font-size: 8pt;
}

.trAgenda:hover {
    background-color: rgba(180,180,180,0.5);
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 550px;
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px;
}

/* Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.agendaEditTitle {
    width: 100%;
    font-size: 14pt;
    Height: 30px;
    color: white;
    background-color: #551A8B;
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px;
}

.tagLabel {
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px;
    width: 400px;
    height: 25px;
    background-color: orange;
    text-align: center;
    padding-top: 5px;
}

.customersLabel {
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px;
    width: 400px;
    height: 25px;
    background-color: whitesmoke;
    text-align: center;
    padding-top: 5px;
}

.GroupBoxColorOption {
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px;
    margin-left: 10px;
    border: 1px solid black;
    height: 30px;
    display: flex;
    height: 34px
}

.GroupBox {
    margin-left: 10px;
    border: 1px solid black;
    padding: 0px;
    height: 34px;
    padding-right: 5px;
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px;
}

/*.thAgenda {
    text-align: center;
    height: 50px;
    background-color: rgba(1,1,1,0.1);
    color: rgba(1,1,1,0.9);
}*/

/*.tdAgenda {
     height: 100px;
}*/

/*.theadAgenda {
	th {
		background-color: #55608f;
	}
}

.tbodyAgenda {
	tr {
		&:hover {
			background-color: rgba(255,255,255,0.3);
		}
	}
	td {
		position: relative;
		&:hover {
			&:before {
				content: "";
				position: absolute;
				left: 0;
				right: 0;
				top: -9999px;
				bottom: -9999px;
				background-color: rgba(255,255,255,0.2);
				z-index: -1;
			}
		}
	}
}*/
