﻿div.gridbox_dhx_web div.ftr td {
    border-width: 0px 1px 0px 0px;
    border-top: 1px solid #dbdbdb;
    border-right-color: #dbdbdb;
    padding: 7px 0px 8px 0px;
    padding-right: 5px !important;
    background-color: #f4f4f4;
    font-family: Tahoma, Helvetica;
    font-size: 12px;
    color: #000000;
    vertical-align: top;
    text-align: right !important;
    position: relative;
    font-style: normal;
    /* font-weight: bold; */
    border-top: 2px solid #53abe6;
    font-weight: bold !important;
}


.dhxform_obj_dhx_terrace div.dhxform_label div.dhxform_label_nav_link:focus {
    color: black;
}


        div.dhxcombo_in_grid_parent div.dhxcombo_dhx_terrace {
            position: absolute;
            top: 3px;
            left: 0px;
            border-color: #fff3a1;
        }

select {
    border-color: lightgray;
    border-top-color: lightgray;
    outline: none;
    scroll-behavior: smooth;
}

input {
    border-color: lightgray;
    border-top-color: lightgray;
    border-width: 1px;
    outline: none;
    scroll-behavior: smooth;
    border-style: solid;
}


div.gridbox_dhx_web table.hdr td {
    text-align: center !important;
    vertical-align: middle !important;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}


div.gridbox_material table.hdr td {
    text-align: center !important;
    vertical-align: middle !important;
    font-family: Roboto,Arial,Helvetica;
    font-size: 14px !important;
    border: 1px solid #f4f4f4 !important;
    /*font-weight:bold !important;*/
}


div.gridbox_dhx_web.gridbox table.obj.row20px tr td {
    height: 20px !important;
    line-height: 15px !important;
}

div.gridbox_dhx_web.gridbox table.hdr td div.hdrcell {
    width: auto;
    padding-left: 0;
    width: 100% !ie;
    text-align: center;
}

.dhtmlxGrid_selection {
    -moz-opacity: 0.2;
    filter: alpha(opacity = 20);
    background-color: #83abeb;
    opacity: 0.2;
}

div.gridbox_dhx_web table.hdr td {
    text-align: center !important;
    vertical-align: middle !important;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
}

.Atividade {
    margin-left: 5px;
    color: Gray;
}

.imgDetalhe {
    width: 12px;
    height: 12px;
    cursor: hand;
    /* margin-left: 10px;*/
}

div.gridbox_dhx_web div.ftr td {
    border-width: 0px 1px 0px 0px;
    border-top: 1px solid #dbdbdb;
    border-right-color: #dbdbdb;
    padding: 7px 0px 8px 0px;
    background-color: #f4f4f4;
    font-family: Tahoma, Helvetica;
    font-size: 12px;
    color: #000000;
    vertical-align: top;
    text-align: center;
    position: relative;
    font-style: normal;
    border-top: 2px solid #53abe6;
}

div.gridbox_dhx_web.gridbox table.obj.row20px tr td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.dhx_combo_edit {
    padding: 0px !important;
    height: 99% !important;
}

div.gridbox.isModern table.hdr tr td {
    color: black;
    background-color: #f4f4f4 !important;
}

.textFilter {
    border: 1px solid #cccccc;
    box-shadow: 0 0 5px rgba(127,127,127,0.35);
    padding: 3px 0px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
    background-color: #f5f5f5;
    overflow: hidden;
    cursor: default;
    line-height: normal;
    -webkit-user-select: none;
    font-family: Arial, Helvetica;
    font-size: 13px;
    color: #333333;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    overflow: hidden;
    cursor: default;
}

.MarcaObservacao {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ff0000 transparent transparent;
}

.blink {
    color: Red;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}


.botao {
    font-family: Arial;
    font-size: 15px;
    color: #333;
    margin: 1px 2px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    float: left;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 3px;
}

.logo-loading {
    top: 10px;
    width: 107px;
    height: 88px;
    /*width:27px;
	        height:22px;*/
    background-image: url(icone_loader.png);
    background-repeat: no-repeat;
    float: left;
    animation-name: rotateThis;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateThis;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateThis;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotateThis;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@keyframes rotateThis {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateThis {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotateThis {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotateThis {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}


.dhxlayout_base_dhx_terrace div.dhx_cell_layout div.dhx_cell_cont_layout {
    position: absolute;
    border-left: 0px solid #ccc !important;
    border-right: 0px solid #ccc !important;
    border-bottom: 1px solid #ccc;
    border-top: 0 solid white;
    overflow: hidden;
    z-index: 0;
}

.dhxlayout_base_dhx_terrace div.dhx_cell_layout div.dhx_cell_menu_def {
    position: relative;
    overflow: hidden;
    padding: 6px;
    top: 9px;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}
