.modal {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: auto;
    overflow-y: scroll;
	display:none;
	background-color: rgba(0, 0, 0, 0.6);
}

.caixa-modal {
	margin: 50px auto;
    height: auto;
    max-width:600px;
    background-color: rgb(0, 112, 150);
}

.datahora {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #307794;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.datahora_menu {
    width: 100%;
    height: 40px;
    position: relative;
    border-bottom: 1px solid #195269;
    position: relative;
    font-size: 1.2em;
}

.datahora_menu_esq {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border-right: 1px solid #195269;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.datahora_menu_dir {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
    border-left: 1px solid #195269;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.datahora_menu_mes,
.datahora_menu_ano {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 'RobotoCondensed-Light';
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 5;
    text-transform: uppercase;
}

.datahora_menu_nomes {
    width: 100%;
    height: 40px;
    color: #eee;
}

.datahora_menu_nomes_dias {
    width: 14.28571%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0.9em;
    float: left;
}

.datahora_data,
.datahora_data_dis {
    width: 14.28571%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1em;
    float: left;
    cursor: pointer;
}

.datahora_data_dis {
    color:#a9a9a9;
    cursor: default;
}

.datahora_limpa {
	clear:both;
}

.datahora_espaco {
    width: 14.28571%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1em;
    float: left;
}

.datahora_data:hover, .datahora_selecionada {
    background-color: #266179;
}