*{font-size: 16px}
body{background: #eee}
html, body{min-height: 100%;background: #f5f5f5;}

.center{width: 1344px; margin: 0 auto;}
.inner-center{padding: 0 10px}

.f-left{float:left;}
.f-right{float:right;}
.hide{display: none;}
/*
form{max-width: 600px; margin: 0 auto;    padding: 40px 20px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0 0 20px rgba(51,73,90,.2);
    border-radius: 14px;}
    */
caption{color: #fff; background: #b7c9e0; text-align: center; font-weight: 600; font-size: 20px}
caption b{display: none;text-align: center; font-weight: 600; font-size: 20px; padding-left: 10px}
#header{display: flex; align-items:center; flex-wrap:wrap; justify-content: space-between;border-bottom: 7px solid #b7c9e0;   margin: 0; background: #198efa; padding: 15px; text-align: center;}
#header h1{ text-align: center; color: #fff; font-size: 20px; font-weight: 600; display: flex;    align-items: center;}
#header div{display: flex; align-items: center;}
#header p{margin-right: 15px; color: #fff;}
h2{font-size: 18px; font-weight: 600}
h3{font-size: 28px; font-weight: 600; text-align: center; margin-bottom: 30px;}

.bt-principal{margin: 0 auto; display: table;}
.bt-principal *{vertical-align: middle;}

.label{text-align: left; margin-bottom: 0; display: block; margin-top: 15px; white-space: unset;}

.mobile{display: none;}

#lista-atividades{border: 1px solid #ccc}
#lista-atividades .item-atividade{border-bottom: 1px solid #ccc}
#lista-atividades .item-atividade table{width: 100%}

.table{width: 100%}
#modal-excluir-evento .modal-card{width: 450px;}

#formCriar, #formParametros{  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1); max-width: 640px;
    padding: 20px;
    margin: 0 auto;}
    *:blur {
  outline: none;
}

.content-form{display: none;}
#over-load{ z-index: 1;
  background-color: rgba(10,10,10,.86);
  width: 100%; height: 100%; position: fixed; left: 0; top: 0;
}

#over-load div {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#over-load img{margin: 10px auto 10px; display: block;}
#over-load p{text-align: center;}

#mensagens{padding: 20px 0}


.wrap-login100{    padding: 127px 130px 72px 95px;}

.container-login100{background: rgba(241,231,103,1);
background: -moz-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
    background: linear-gradient(to right, rgb(255 24 25) 0%, rgb(237 114 22) 100%);}

.login100-form-btn{background: #19674c}

.focus-input100{    color: rgb(254, 182, 69);}
.input100:focus + .focus-input100 + .symbol-input100{color: #feb645}

.notification.is-danger {
    background-color: #ff3860;
    color: #fff;
    padding: 10px 20px; border-radius: 10px
}
.notification.is-danger p{color: #fff;}


/*https://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=crud-data-table-for-database-with-modal-form*/
    body {
        color: #566787;
		background: #f5f5f5;
		font-family: 'Varela Round', sans-serif;
		font-size: 13px;
	}
	.table-wrapper {
        background: #fff;
        padding: 20px 25px;
        margin: 30px 0;
		border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
	.table-title {        
		padding-bottom: 15px;
		background: #435d7d;
		color: #fff;
		padding: 16px 30px;
		margin: -20px -25px 10px;
		border-radius: 3px 3px 0 0;
    }
    .table-title h2 {
		margin: 5px 0 0;
		font-size: 24px;
	}
	.table-title .btn-group {
		float: right;
	}
	.table-title .btn {
		color: #fff;
		float: right;
		font-size: 13px;
		border: none;
		min-width: 50px;
		border-radius: 2px;
		border: none;
		outline: none !important;
		margin-left: 10px;
	}
	.table-title .btn i {
		float: left;
		font-size: 21px;
		margin-right: 5px;
	}
	.table-title .btn span {
		float: left;
		margin-top: 2px;
	}
    table.table tr th, table.table tr td {
        border-color: #e9e9e9;
		padding: 12px 15px;
		vertical-align: middle;
    }
	table.table tr th:first-child, table.table tr td:first-child {
		text-transform: none;
    min-width: 69px;
		    /*width: 140px;*/
    padding-right: 0;
	}
	table.table tr th:last-child {
		width: 100px;
	}
    table.table-striped tbody tr:nth-of-type(odd) {
    	background-color: #fcfcfc;
	}
	table.table-striped.table-hover tbody tr:hover {
		background: #f5f5f5;
	}
    table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }	
    table.table td:last-child i {
		opacity: 0.9;
		font-size: 22px;
        margin: 0 5px;
    }
	table.table td a {
		font-weight: bold;
		color: #566787;
		display: inline-block;
		text-decoration: none;
		outline: none !important;
	}
	table.table td a:hover {
		color: #2196F3;
	}
	table.table td a.edit {
        color: #FFC107;
    }
    table.table td a.delete {
        color: #F44336;
    }
    table.table td i {
        font-size: 19px;
    }
	table.table .avatar {
		border-radius: 50%;
		vertical-align: middle;
		margin-right: 10px;
	}
    .pagination {
        float: right;
        margin: 0 0 5px;
    }
    .pagination li a {
        border: none;
        font-size: 13px;
        min-width: 30px;
        min-height: 30px;
        color: #999;
        margin: 0 2px;
        line-height: 30px;
        border-radius: 2px !important;
        text-align: center;
        padding: 0 6px;
    }
    .pagination li a:hover {
        color: #666;
    }	
    .pagination li.active a, .pagination li.active a.page-link {
        background: #03A9F4;
    }
    .pagination li.active a:hover {        
        background: #0397d6;
    }
	.pagination li.disabled i {
        color: #ccc;
    }
    .pagination li i {
        font-size: 16px;
        padding-top: 6px
    }
    .hint-text {
        float: left;
        margin-top: 10px;
        font-size: 13px;
    }    
	/* Custom checkbox */
	.custom-checkbox {
		position: relative;
	}
	.custom-checkbox input[type="checkbox"] {    
		opacity: 0;
		position: absolute;
		margin: 5px 0 0 3px;
		z-index: 9;
	}
	.custom-checkbox label:before{
		width: 18px;
		height: 18px;
	}
	.custom-checkbox label:before {
		content: '';
		margin-right: 10px;
		display: inline-block;
		vertical-align: text-top;
		background: white;
		border: 1px solid #bbb;
		border-radius: 2px;
		box-sizing: border-box;
		z-index: 2;
	}
	.custom-checkbox input[type="checkbox"]:checked + label:after {
		content: '';
		position: absolute;
		left: 6px;
		top: 3px;
		width: 6px;
		height: 11px;
		border: solid #000;
		border-width: 0 3px 3px 0;
		transform: inherit;
		z-index: 3;
		transform: rotateZ(45deg);
	}
	.custom-checkbox input[type="checkbox"]:checked + label:before {
		border-color: #03A9F4;
		background: #03A9F4;
	}
	.custom-checkbox input[type="checkbox"]:checked + label:after {
		border-color: #fff;
	}
	.custom-checkbox input[type="checkbox"]:disabled + label:before {
		color: #b8b8b8;
		cursor: auto;
		box-shadow: none;
		background: #ddd;
	}
	/* Modal styles */
	.modal .modal-dialog {
		max-width: 400px;
	}
	.modal .modal-header, .modal .modal-body, .modal .modal-footer {
		padding: 20px 30px;
	}
	.modal .modal-content {
		border-radius: 3px;
	}
	.modal .modal-footer {
		background: #ecf0f1;
		border-radius: 0 0 3px 3px;
	}
    .modal .modal-title {
        display: inline-block;
    }
	.modal .form-control {
		border-radius: 2px;
		box-shadow: none;
		border-color: #dddddd;
	}
	.modal textarea.form-control {
		resize: vertical;
	}
	.modal .btn {
		border-radius: 2px;
		min-width: 100px;
	}	
	.modal form label {
		font-weight: normal;
	}	

table.table td a.bt-excluir {
    color: #F44336;
}
.table-title{margin: 20px 0 0 0;}



.table-wrapper{margin-top: 0;}
.bt-disponibilidade i{    font-style: normal; font-size: 1.5rem;}


.table-mes td{text-transform: uppercase;}
.field input{text-transform: uppercase;}
.busca{color: #000; height: 36px;    margin-right: 10px; border: 0;    padding: 0 10px;
    border-radius: 2px;}

 .col-3{width: 33.33%; float: left;}
 .col-2{width: 50%; float: left;}


.amarelo .table-title{background: #ffdd57;}
.amarelo caption{background: #fbec5d}

.vermelho .table-title{background: #ff3860;}
.vermelho caption{background: #fa5740}

.amarelo .table-title{background: #ffdd57;}
.amarelo caption{background: #fbec5d}

.amarelo .table-title{background: #ffdd57;}
.amarelo caption{background: #fbec5d}

@media (max-width: 1200px){
	.container, .center {width: 100%};
}
@media (max-width: 768px){
	.wrap-login100 { padding: 100px 80px 33px 80px;}
	.col-sm-6 {width: 50%;    float: left;}
	.login100-pic{display: block; width: 100%}
	.login100-pic img{margin: 0 auto; width: 50%}
			.mobile{display: block;}
		.desktop{display: none;}
}

@media (max-width: 480px){
		.busca{display: none;}
		.wrap-login100 { padding: 30px 20px;}
		.table-title .btn i{float: none;}
		.table-wrapper{padding: 25px 10px}

		.table-title h2 b{display: none;}
		.container{padding: 0}

		.cadastro .col-sm-6{width: 100%;  padding: 0;}
		.cadastro .btn-success{margin-left: 0}
		.bt-disponibilidade i{display: none;}
		.label i{display: none;}

		.modal-card-title{font-size: 17px}
		.modal-card-body__lista{padding: 0}


		.painel .table thead{display: none;}
		.painel .table tbody tr{display: flex; flex-wrap: wrap;  border-bottom: 3px solid #e9e9e9; padding: 10px 0}
		.painel .table tr td{border: 0 !important;    padding:  0 !important;}
		.painel .table tr td:nth-child(1), .table tr td:nth-child(2), .table tr td:nth-child(3){width: 25%;}
		.table tr td:nth-child(4){width: 100%}
		.painel .table tr td:nth-child(5){width: 100%;}
		.painel .table tr td:nth-child(4){font-weight: 600}

		.painel .table tr td:nth-child(1){order: 1}
		.painel .table tr td:nth-child(2){order: 2; text-align: center;}
		.painel .table tr td:nth-child(3){order: 3}
		.painel .table tr td:nth-child(4){order: 5}
		.painel .table tr td:nth-child(5){order: 5}
		.painel .table tr td:nth-child(6){order: 6;}
		.painel .table tr td:nth-child(7){order: 3; width: 25%; text-align: right;}

		.cadastro .btn{ width: calc(50% - 5px);}
		.btn i{display: none;}
		.table-title .btn span{text-align: center; float: none;}

		.table-title h2{margin-bottom: 10px}

		#header h1{width: 100%}
		#header div{width: 100%; justify-content: space-between;}


}