﻿.row-default.dash-linha-add{
    background-color: #e9e9e9;
    height:50px;
    border-radius:5px;
    opacity:0;
    margin-bottom:40px;
}

.row-default.dash-linha-add:hover{
    cursor:pointer;
    opacity:1;
}

.row-default.dash-linha{
    border-radius:5px;
    padding-top:5px;
    padding-bottom:5px;
}

.row-default.dash-coluna {
    border: 1px solid #e9e9e9;
    height: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x:auto;
    overflow-y:hidden;
}

.row-default.dash-coluna-add{
    height:100%;
    background-color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #e9e9e9;
    width:5px;
    opacity:0;
    position:absolute;
    right:0px;
    z-index:100;
}

    .row-default.dash-coluna-add:hover {
        height: 100%;
        background-color: white;
        width: 30px !important;
        opacity: 1;
        cursor:pointer;
    }

    .row-default.dash-coluna-add img{
        height:18px;
        width:auto;
    }



.ct-modal-coluna-botao-direito {
    height: auto;
    width: 300px;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    position: absolute;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: column;
}

.row-botao-direito {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:left;
    flex-direction:row;
}

.row-botao-direito:hover {
    background-color: rgba(51, 51, 51, 0.05);
    cursor: pointer;
}

    .row-botao-direito h2 {
        font-size: 12px;
    }

.row-default.btn-datas {
}

.row-default.btn-datas:hover{
    cursor:pointer;
    background-color:rgba(51, 51, 51, 0.05);
}

.row-default.opcoes-datas {
    height: 60%;
    border: 1px solid #e9e9e9;;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    padding:15px;
    border-radius:5px;
    flex-wrap: wrap;
    gap:10px;
    display:flex;
    align-items:start;
    justify-content:left;
    flex-direction:row;
    overflow-y:auto;
    overflow-x:hidden;
    position:relative;
}

.row-default.datas{
    width:100%;
    height:55px;
}

    .row-default.datas h1{
        font-size:18px;
        margin-right:10px;
    }

    .row-default.datas img{
        position:absolute;
        right:10px;
        height:15px;
    }


    .row-default.datas.selecionada {
        background-color: #e8ebfc;
    }

    .row-default.datas:hover{
        background-color:rgba(51, 51, 51, 0.05);
        cursor:pointer;
    }

