﻿/*************************************************************************************************
 * LOADING PANEL
 *************************************************************************************************/

/*@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
}
/* @font-face */
@font-face {
    font-family: 'Oswald';
    src: url('css/Oswald/Oswald-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Oswald';
    src: url('css/Oswald/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Oswald';
    src: url('css/Oswald/Oswald-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Oswald';
    src: url('css/Oswald/Oswald-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Oswald';
    src: url('css/Oswald/Oswald-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Oswald';
    src: url('css/Oswald/Oswald-Bold.ttf') format('truetype');
    font-weight: 700;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a {
    color: #585858;
    text-decoration: none;
}

.forms_login a {
    text-align: center;
    /* margin-top: 15px !important; */
    font-size: 13px;
    /* position: absolute; */
    /* padding-top: 41px !important; */
    padding-left: 23px;
}

.overlay {
    opacity: 0.7;
    background-color: #666666;
    height: 100%;
    left: 0px;
    opacity: 0.70;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100000;
}

* html .overlay {
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    position: absolute;
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.clearfix {
    clear: both;
}

.loader {
    left: 50%;
    margin-left: -60px;
    position: fixed;
    top: 40%;
    width: 135px;
    z-index: 100;
}

* html .loader {
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    position: absolute;
}



/*************************************************************************************************
 * FORMATACAO DE PAGINA
 *************************************************************************************************/
body {
    margin: 0 auto auto auto;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    overflow-x: hidden;
}

.cursorHand {
    cursor: pointer;
}

input:focus, textarea:focus, input.sffocus, textarea.sffocus {
    background: #F4FAFC;
    color: #000;
}

/*.Main {
    width: 1%;
}*/


/*************************************************************************************************
 * HEADERS
 *************************************************************************************************/
.HeaderBar1 {
    background: #ee3c30;
    color: white;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    font-weight: normal;
    padding-left: 4px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
}

.HeaderBar1Bold {
    background: #A7A79E;
    color: white;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    font-weight: bold;
    padding-left: 4px;
    text-align: left;
    text-decoration: none;
    vertical-align: bottom;
}

.Menufirst td {
    height: 18px;
    text-align: left;
}

.Menuseconf td {
    height: 18px;
}



.back_content {
    background-color: #FFF;
    padding-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 50px;
    min-height: 400px;
}


    .back_content fieldset {
        border: none;
    }



/*************************************************************************************************
 * FORMATACAO DE PAGINA
 *************************************************************************************************/
.divCentered {
    border: solid 1px red;
    position: relative;
    text-align: center;
}

.cellCenter {
    text-align: center;
}

.TabelaPreta {
    border: 2px solid #AFAFA7;
    text-align: center;
}

.fieldSetCSS {
    border: 2px solid;
    padding: 3px;
}

.TabelaBlue {
    border: 1px solid #AFAFA7;
    text-align: center;
}


/*************************************************************************************************
 * TEXTBOX
 *************************************************************************************************/

.NormalTextBox {
    color: Black;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
}

.NormalLabel {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 10px;
    font-weight: normal;
}

.fetext /*igual a normatextbox para compatibilidade*/ {
    color: Black;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
}

.NormalRadioButton {
    color: Black;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
}

.NormalDropDown {
    color: Black;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
}





/*************************************************************************************************
 * TEXTOS
 *************************************************************************************************/

.Normal {
    color: Black;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

.NormalBold {
    color: #ED2F27;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 12px;
    font-weight: bolder;
}

.NormalItalic {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 10pt;
    font-style: italic;
}

.pagebg {
    color: Black;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.pagebgTitle {
    color: #818181;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    font-weight: bold;
}

.pagebgTitle {
    padding-left: 1px;
}
/*.pagebgTitle:first-child  {
padding-left: 0px;
}*/

.sectionhead {
    color: #ee3c30;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 12px;
    font-weight: bolder;
}


.back_content legend span {
    vertical-align: super;
}

.pagebgFieldSet {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 17px;
    font-weight: initial;
    border-bottom: 1px Solid #d1d1d1;
    margin-bottom: 3px;
    width: 100%;
    text-align: left;
}

    .pagebgFieldSet span {
        padding-bottom: 6px;
        padding-left: 5px;
    }

.errmsg {
    color: Red;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 10px;
    font-weight: bolder;
}

.NormalRed {
    color: Red;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 12px;
    font-weight: bolder;
}

.NormalOrange {
    color: #ee3c30;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 12px;
    font-weight: bolder;
}

.regularlink {
    color: #ee3c30;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    text-decoration: none;
}

.underlink {
    color: #ee3c30;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    text-decoration: underline;
}

ol, ul {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}

.top_filter {
    margin-top: 10px;
}


/*************************************************************************************************
 * BOTOES ASP
 *************************************************************************************************/



/****************** -- Button -- **************************/

.CommandButton {
    padding: 5px 10px 5px 10px;
    text-align: center;
    border: 1px solid #c4c4c4;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px !important;
    background: #ee3c30;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia…hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    color: black;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}



/*************************************************************************************************
 * BOTOES ASP
 *************************************************************************************************/

.CommandButton {
    border: 1px solid #000000;
    padding: 2px 10px;
    background: #8F8F87;
    margin: 0px;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    text-align: center;
    font-weight: bolder;
    font-size: 11px;
    color: #fff;
    overflow: visible;
}

.febutton {
    border-right: #000000 2px solid;
    padding-right: 10px;
    border-top: #000000 2px solid;
    padding-left: 10px;
    background: #AFAFA7;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #000000 2px solid;
    padding-top: 0px;
    border-bottom: #000000 2px solid;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    text-align: center;
    font-weight: bolder;
    font-size: 11px;
    color: red;
    overflow: visible;
}


/*************************************************************************************************
 * FOOTER PANEL
 *************************************************************************************************/

.FooterPane {
    color: #444F51;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 9px;
    border-top: 1px #616161 solid;
    text-align: right;
    background-color: #CBCBCB;
    font-size: 8pt;
    font-weight: bold;
    width: 100%;
    color: Black;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
}

    .FooterPane .logo {
        float: left;
        padding-left: 32px;
        margin-top: 5px;
        width: 61px;
        height: 20px;
    }

    .FooterPane .version {
        float: right;
    }

        .FooterPane .version .dxeBase {
            float: right;
            padding-right: 50px;
            font: 11px 'Oswald', Helvetica,Arial,sans-serif !important;
            margin-top: 6px;
        }


    .FooterPane A, .FooterPane A:visited, .FooterPane A:hover, .FooterPane A:active, .FooterPane A:link {
        color: #444F51;
        text-decoration: underline;
    }


/*************************************************************************************************
 * Img Button
 *************************************************************************************************/

.ImgButton {
    cursor: hand;
}

.dxeHyperlink_WebMarl, A.dxeHyperlink_WebMarl:link, A.dxeHyperlink_WebMarl:visited, A.dxeHyperlink_WebMarl:hover, A.dxeHyperlink_WebMarl:active {
    color: black;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 10px;
    text-decoration: underline;
}


/*************************************************************************************************
 * Label Tipo fieldSet
 *************************************************************************************************/

.Title2 {
    color: #ee3c30;
    font-family: 'Oswald', 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 12px;
}

.Title2wPadding {
    color: #ee3c30;
    font-family: 'Oswald', 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 12px;
    padding-left: 5px;
}

.CellTitle2 {
    border-bottom-color: #D5DFE5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 10px;
}

.CellTitle2wPadding {
    border-bottom-color: #D5DFE5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 5px;
    padding-top: 10px;
}

.paddingEspecial {
    padding-left: 10px;
}


/*************************************************************************************************
 * Edit Form ASPxGridView
 *************************************************************************************************/


.dxgvEditFormDisplayRow_appStyle td.dxgv, .dxgvDataRow_appStyle td.dxgv, .dxgvDataRowAlt_appStyle td.dxgv, .dxgvSelectedRow_appStyle td.dxgv, .dxgvFocusedRow_appStyle td.dxgv {
    padding: 1px 3px 1px 4px !important;
}

.employeesMovementsTable .dxgvDataRow_appStyle td.dxgv {
    max-width: 200px !important;
}


.dxeListBoxItemSelected {
    color: White !important;
    background-color: #A0A0A0 !important;
}

.editForm {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.editFormColumnCaption {
    padding-left: 10px;
    padding-right: 7px;
}

.requiredField {
    background-color: #CDD586;
    padding-left: 5px;
}


.aspTextBox {
    background-color: #FAFAFA;
    border-color: #B8B8B8;
    border-style: Solid;
    border-width: 1px;
    font-family: 'Oswald', 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 8pt;
    font-weight: normal;
    height: 20px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-top: 3px;
    vertical-align: middle;
}

.aspTextBoxAndRequired {
    background-color: #CDD586;
    border-color: #B8B8B8;
    border-style: Solid;
    border-width: 1px;
    font-family: 'Oswald', 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 8pt;
    font-weight: normal;
    height: 20px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-top: 3px;
    vertical-align: middle;
}

.imgBarCode {
    background-color: #F7F7F7;
}

/*************************************************************************************************
 * Header
 *************************************************************************************************/

/*** User **********/

.typeuser /*Tecto do tipo de utilizador - logout*/ {
    font-weight: normal;
    vertical-align: super;
    font-size: 8px;
    font-family: 'Oswald', 'Oswald', Helvetica,Arial,sans-serif !important;
}

.SmallHeader {
    font-family: 'Oswald', 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    margin-right: 4px;
    margin-top: 4px;
    text-decoration: none;
    font-weight: bolder;
}

.header_user {
    /*text-align: right;
    background-color: white;*/
    text-align: right;
    position: absolute;
    float: right;
    right: 10px;
    top: 9px;
    z-index: 1000;
    min-width: 324px;
    width: auto;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    height: 30px;
}


/*** Images **********/


.header_image1 {
    text-align: left;
    background-repeat: no-repeat;
    height: 69px;
}

.header_image2 {
    text-align: right;
    height: 69px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.header {
    width: 50%;
    float: left;
}

.header1 {
    width: 50%;
    float: right;
}

/* ////////////////////////////////////////// */




/*
    UPDATE PANEL
*/
.iFrameUpdatePanel {
    margin: 0px;
    border: 0px solid #DCDDD8;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    left: 5px;
    top: 10px;
    overflow: auto;
    width: 130px;
    height: 40px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50, FinishOpacity=50, Style=1, StartX=0, FinishX=0, StartY=0, FinishY=0);
    /*width:100%;
	height:50%;*/
}


.divUpdatePanel img, .se-pre-con {
    border-radius: 60px;
}

.divUpdatePanel {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: Calc(100% - 100%/2);
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    width: 130px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    background-color: #E8E8E8 100%;
    height: 40px;
    color: #000000;
    padding-right: 10px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 5px;
    z-index: 10000;
}

.iFrameUpdatePanelReports {
    border: 0px solid #DCDDD8;
    position: absolute;
    left: 5px;
    top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow: auto;
    width: 120px;
    height: 20px;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50, FinishOpacity=50, Style=1, StartX=0, FinishX=0, StartY=0, FinishY=0);
}

.HeaderBar2 {
    background: #A7A79E;
    color: #FFF;
    font-weight: 400;
    font-size: 11px;
    font-family: Helvetica,Arial,sans-serif;
    text-align: left;
    text-decoration: none;
    border-left: #A7A79E 4px solid;
    border-right: #A7A79E 4px solid;
}

.HeaderBar2Bold {
    font-weight: 700;
    font-size: 11px;
    background: #A7A79E;
    font-family: Helvetica,Arial,sans-serif;
    text-align: left;
    text-decoration: none;
    color: #FFF;
}

.divCentered {
    position: relative;
    text-align: center;
    border: solid 1px red;
}

.cellCenter {
    text-align: center;
}

.Mainpage {
    text-align: center;
    vertical-align: top;
}

.Mainpage /* Mozilla Firefox alignment */ {
    text-align: -moz-center;
}

.TabelaPreta {
    text-align: center;
    border: 2px solid #AFAFA7;
}

.fieldSetCSS {
    border: 2px solid;
    padding: 3px;
}

.TabelaBlue {
    text-align: center;
    border: 1px solid #AFAFA7;
}

.NormalLabel {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: 400;
}



.Normal {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Black;
}

.NormalBold {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #ED2F27;
}

.NormalItalic {
    font-size: 10pt;
    font-style: italic;
    font-family: Helvetica,Arial,sans-serif;
}

.pagebg {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Black;
}

.sectionhead {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #ED2F27;
}


.errmsg {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: Red;
    font-weight: bolder;
}

.NormalRed {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: Red;
    font-weight: bolder;
}

.NormalOrange {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #97A700;
    font-weight: bolder;
}

.regularlink {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    color: #97A700;
    text-decoration: none;
}

.underlink {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    color: #97A700;
    text-decoration: underline;
}


.FooterPane {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 9px;
    height: 28px;
    color: #444F51;
}

    .FooterPane A, .FooterPane A:visited, .FooterPane A:hover, .FooterPane A:active, .FooterPane A:link {
        color: #444F51;
        text-decoration: underline;
    }

.ImgButton {
    cursor: hand;
}

.dxeHyperlink_AssetTrack, A.dxeHyperlink_AssetTrack:link, A.dxeHyperlink_AssetTrack:visited, A.dxeHyperlink_AssetTrack:hover, A.dxeHyperlink_AssetTrack:active {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #000;
    text-decoration: underline;
}

.Title2 {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #97A700;
    font-weight: bold;
}


.CellTitle2 {
    padding-top: 10px;
    border-bottom-color: #D5DFE5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}



.NormalTextBox,
.fetext /*igual a normatextbox para compatibilidade*/,
.NormalRadioButton,
.NormalDropDown {
    font-weight: 400;
    font-size: 11px;
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
    height: 20px;
}




/*************************************************************************************************
 * GRIDS
 *************************************************************************************************/


/* -- Calendar -- */
.dxeCalendar_appStyle {
    border: 0px;
    background-color: #F7F7F7;
}

    .dxeCalendar_appStyle .dxMonthGridWithWeekNumbers {
        padding-bottom: 5px;
        padding-left: 4px;
        padding-right: 20px;
    }

.dxeCalendarDayHeader_appStyle {
    font-family: Tahoma;
    font-size: 8pt;
    padding: 5px 4px 6px 4px;
    border-bottom: Solid 1px #C1C5C6;
}

.dxeCalendarWeekNumber_appStyle {
    font-family: Tahoma;
    font-size: 7pt;
    text-align: right;
    vertical-align: bottom;
    padding: 4px;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 3px;
    color: #B7C19B;
}

.dxeCalendarDay_appStyle {
    font-family: Tahoma;
    font-size: 8pt;
    padding: 3px 5px 3px 6px;
}

.dxeCalendarWeekend_appStyle /* inherits dxeCalendarDay */ {
    color: #C00000;
}

.dxeCalendarOtherMonth_appStyle /* inherits dxeCalendarDay */ {
    color: #E4E4E4;
}

.dxeCalendarSelected_appStyle /* inherits dxeCalendarDay */ {
    color: #F7F7F7;
    background-color: #EA38337;
}

.dxeCalendarHeader_appStyle {
    background-color: #AFAFA7;
    border-bottom: Solid 1px White;
    padding: 4px 11px;
    padding-bottom: 5px;
    color: White;
}

    .dxeCalendarHeader_appStyle td.dxe {
        font-family: Tahoma;
        font-size: 8pt;
        text-align: center;
    }

.dxeCalendarFooter_appStyle {
    background-color: #AFAFA7;
    padding: 10px 0px 11px 0px;
    border-top: Solid 1px White;
}



/*
 Tabela da página de escalas   
 */
.dxgvTable .dxgvHEC {
    background-color: white !important;
    border-width: 0;
    width: 50% !important;
}

.dxgvControl {
    width: 100% !important;
}

    .dxgvControl .dxgvCSD, .dxgvControl .dxgvHSDC {
        /*width: 0% !important;*/
    }

.dxgvCSD {
    height: 100% !important;
}

div .dxgvHSDC {
    width: 0% !important;
}

.dxgvHeader {
    padding: 2px 0px !important;
}

#ctl00_ContentPlaceHolder1_ASPxPanel1_ASPxGridViewScalesEmployee_DXHeadersRow0 td {
    font-size: xx-small !important;
}

.dxgvDataRow td.dxgv {
    overflow: hidden;
    border-bottom: 1px Solid #CFCFCF;
    border-right: 1px Solid #CFCFCF;
    border-top-width: 0;
    border-left-width: 0;
    padding: 1px 0px 1px !important;
}

#ctl00_ASPxRoundPanel1, table#ctl00_ASPxRoundPanel1 {
    visibility: hidden;
    margin-top: -60px;
}

table#ctl00_MainPanel {
    height: 100% !important;
    width: 100% !important;
}

.dxgvControl_appStyle {
    width: 100% !important;
    float: left;
}

div#ctl00_MainPanel_ContentPlaceHolder1_MainPanel {
    text-align: left !important;
}

table#ctl00_ContentPlaceHolder1_ASPxComboBoxEmployees,
table#ctl00_ContentPlaceHolder1_ddNodes,
table#ctl00_ContentPlaceHolder1_ddNodes0,
table#ctl00_ContentPlaceHolder1_ASPxDateEdit2,
table#ctl00_ContentPlaceHolder1_ASPxDateEdit1,
table#ctl00_ContentPlaceHolder1_ASPxComboBoxYear,
table#ctl00_ContentPlaceHolder1_ASPxComboBoxMonth,
table#ctl00_ContentPlaceHolder1_ASPxComboBoxSchedule,
table#ctl00_ContentPlaceHolder1_ASPxComboBoxAction,
table#ctl00_ContentPlaceHolder1_ASPxComboBoxJustAbs,
table#ctl00_ContentPlaceHolder1_ASPxComboBoxFunc,
table#ctl00_ContentPlaceHolder1_ASPxComboBoxWeek,
table#ctl00_ContentPlaceHolder1_ASPxComboBoxState,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxxmlFile_ET,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxPreferenceLimit,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxMaxEmpQuant,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxAbb,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxxmlFile,
table#ctl00_ContentPlaceHolder1_ASPxComboBoxFather,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxSwitchLimit,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxMinEmpQuant,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxDescription,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxName,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxCode,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxDescription_ET,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxMin,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxMax,
table#ctl00_ContentPlaceHolder1_ASPxComboBoxTask,
table#ctl00_MainPanel_ContentPlaceHolder1_ASPxComboBoxEmployees,
table#ctl00_MainPanel_ContentPlaceHolder1_ddNodes,
table#ctl00_MainPanel_ContentPlaceHolder1_ddNodes0,
table#ctl00_MainPanel_ContentPlaceHolder1_ASPxDateEdit2,
table#ctl00_MainPanel_ContentPlaceHolder1_ASPxDateEdit1,
table#ctl00_MainPanel_ContentPlaceHolder1_ASPxComboBoxYear,
table#ctl00_MainPanel_ContentPlaceHolder1_ASPxComboBoxMonth,
table#ctl00_MainPanel_ContentPlaceHolder1_ASPxComboBoxSchedule,
table#ctl00_MainPanel_ContentPlaceHolder1_ASPxComboBoxAction,
table#ctl00_MainPanel_ContentPlaceHolder1_ASPxComboBoxJustAbs,
table#ctl00_MainPanel_ContentPlaceHolder1_ASPxComboBoxFunc,
table#ctl00_MainPanel_ContentPlaceHolder1_ASPxComboBoxWeek,
table#ctl00_MainPanel_ASPxComboBoxState,
table#ctl00_MainPanel_ASPxTextBoxxmlFile_ET,
table#ctl00_MainPanel_ASPxTextBoxPreferenceLimit,
table#ctl00_MainPanel_ASPxTextBoxMaxEmpQuant,
table#ctl00_MainPanel_ASPxTextBoxAbb,
table#ctl00_MainPanel_ASPxTextBoxxmlFile,
table#ctl00_MainPanel_ASPxComboBoxFather,
table#ctl00_MainPanel_ASPxTextBoxSwitchLimit,
table#ctl00_MainPanel_ASPxTextBoxMinEmpQuant,
table#ctl00_MainPanel_ASPxTextBoxDescription,
table#ctl00_MainPanel_ASPxTextBoxName,
table#ctl00_MainPanel_ASPxTextBoxCode,
table#ctl00_MainPanel_ASPxTextBoxDescription_ET,
table#ctl00_MainPanel_ASPxTextBoxMin,
table#ctl00_MainPanel_ASPxTextBoxMax,
table#ctl00_MainPanel_ASPxComboBoxTask,
table.defaultDropdownBoxContainer {
    width: 200px !important;
}

table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxNumber,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxInitials,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxName,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxDateEditDateBirth,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxIdentityTicket,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxIdentityTicketPlace,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxFiscalNumber,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxAddress,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxPostalCode,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxHousePhone,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxPersonalEmail,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxProfile,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxVacations,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxSup,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxGroup,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxPrimaverCode,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxDateEditIdentityTicketDate,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxNationality,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxSocialSecurity,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxCity,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxMobilePhone,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxAcademicDegree,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxDepartment,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxFunctionScales,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxWeekHours,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxWorkCity,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxUsername,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxPassword,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxRePassword,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxRoles,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxFunctionsScales,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxMinWeekHours,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxTextBoxVacationsUsed,
table#ctl00_ContentPlaceHolder1_ASPxPageControl1_ASPxComboBoxRole {
    width: 350px !important;
}


textarea#ctl00_ContentPlaceHolder1_ASPxPageControl1_TextBoxNotes {
    width: 345px !important;
}

.PopupControlAllowOverFlow {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 150px;
    width: 300px;
    border: solid 1px silver;
}

b.dxp-button.dxp-bt.dxp-disabledButton {
    padding: 5px;
}

td.dxe {
    padding: 0px 0px 0px 0px !important;
}

fieldset {
    padding: 0px !important;
    border: none;
}

.dxeButtonEditButton {
    padding: 1px 3px !important;
}

table#ctl00_ContentPlaceHolder1_TextBoxPercentage {
    width: 250px !important;
}

div#ctl00_ContentPlaceHolder1_pnlLegend {
    text-align: right !important;
}

#ctl00_ContentPlaceHolder1_ASPxPanel1_ASPxGridViewService1_DXHeadersRow0 .dxgvHeader {
    width: 10% !important;
}

#ctl00_ContentPlaceHolder1_ASPxPanel1_ASPxGridViewService1_DXHeaderTable,
#ctl00_ContentPlaceHolder1_ASPxPanel1_ASPxGridViewService1_DXMainTable {
    width: 62% !important;
    /*font-size: 11px;*/
}

/*************************************************************************************************
 * Login
 *************************************************************************************************/

.login .dxeBase {
    font: 17px 'Oswald', 'Oswald', Helvetica,Arial,sans-serif !important;
    color: #757575;
    font-weight: bold !important;
    vertical-align: middle;
}

.login .dxeNullText_QtrackStyle input {
    color: #cccccc !important;
    font-weight: 300;
    padding-left: 30px;
}

.login .login_utilizador_text_default input,
.login .login_password_text_default input {
    color: #cccccc !important;
    font-weight: 300;
    padding-left: 30px;
}

.login .login_utilizador_text input,
.login .login_password_text input,
.login .dxeFocused_QtrackStyle input {
    color: black;
    font-weight: 400;
    padding-left: 30px;
}

.login_utilizador,
.login_password {
    position: absolute;
    width: 22px;
    height: 22px;
    padding-top: 3px;
    padding-left: 30px;
    z-index: 1000;
}



.Mainpage1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #161616;
}

.logo_login {
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 18px;
    margin-left: 22px;
    height: 32%;
    width: 100%;
}

.forms_login {
    /* padding-left: 26px; */
    padding-top: 107px;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
}

.login .div_bot_login {
}

.login .bot_login {
    float: right;
    margin-right: 28px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    border: 1px solid #c4c4c4;
    font-weight: 300;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px !important;
    background: #ee3c30;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia…hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    color: black;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}

    .login .bot_login:hover {
        border: 1px solid #454545;
        background: #ee3c30;
        background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        color: black;
        box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    }

.login #ctl00_ContentPlaceHolder1_txtBoxLogin1,
.login #ctl00_ContentPlaceHolder1_txtBoxPassword1,
.login #ctl00_ContentPlaceHolder1_txtNewPassword1,
.login #ctl00_ContentPlaceHolder1_txtNewPassword2,
.login #ctl00_ContentPlaceHolder1_ASPxLabelAccountID1,
table#ctl00_ContentPlaceHolder1_ASPxTextBoxAccountID1,
.login #ctl00_ContentPlaceHolder1_ASPxTextBoxDomain {
    margin-bottom: 8px;
    margin-top: 0px;
    height: 32px;
    margin-left: 22px;
    width: 233px !important;
    /* float: right !important; */
}


.login #ctl00_ContentPlaceHolder1_txtLoginName,
.login #ctl00_ContentPlaceHolder1_txtPassword,
.login #ctl00_ContentPlaceHolder1_ASPxTextBoxAccountID {
    margin-bottom: 15px;
    margin-top: 5px;
    margin-right: 26px;
    width: 164px !important;
    padding-bottom: 4px;
    padding-left: 3px;
    height: 20px;
    padding-right: 2px;
    padding-top: 4px;
    background-color: #fafafa;
    border: 1px Solid #d1d1d1;
    font: 14px 'Oswald', Helvetica,Arial,sans-serif !important;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
}

.login .div_txtLoginName,
.login .div_txtPassword,
.login .div_txtAccountID {
    padding-left: 97px;
}

.login .dxeErrorCell_ {
    position: absolute;
    margin-top: -11px !important;
    margin-left: -9px;
}


.login .dxeTextBox_ td.dxic {
    height: 20px !important;
}

.logicpulse_login {
    padding-left: 25px;
    padding-top: 8px;
}







.version_login {
    text-align: right;
    font-size: 8pt;
    font-weight: bold;
    width: 100%;
    color: Black;
    margin-left: -16px;
    padding-bottom: 15px;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

    .version_login .dxeBase {
        color: #fff !important;
        font-weight: 100;
    }


.login .bot_login {
    float: right;
    margin-top: 11px;
    width: 233px;
    height: 35px;
    margin-right: 23px;
}


.login .div_LabelPassword {
    position: absolute;
    padding-top: 0px;
}

.login .div_LabelLogin {
    position: absolute;
    padding-top: 0px;
}

.login .div_LabelAccountID {
    position: absolute;
    padding-top: 0px;
}

/*Botões de assiduidade*/


.CommandButton:hover {
    border: 1px solid #454545;
    background: #ee3c30;
    background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    color: black;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}

.enter_working:hover, .enter_pause_working:hover {
    width: 145px;
    height: 31px;
    background-color: #b3d97f !important;
    background: -ms-linear-gradient(top, #b3d97f 0%, #b3d97f 100%);
    background: -moz-linear-gradient(top, #b3d97f 0%, #b3d97f 100%);
    background: -o-linear-gradient(top, #b3d97f 0%, #b3d97f 100%);
    background: -webkit-linear-gradient(top, #b3d97f 0%, #b3d97f 100%);
    background: linear-gradient(to bottom, #b3d97f 0%, #b3d97f 100%);
    box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.35);
}

.enter_working, .enter_pause_working {
    width: 145px;
    height: 31px;
    background-color: #E9F4DB !important;
    background: -ms-linear-gradient(top, #E9F4DB 0%, #E9F4DB 100%);
    background: -moz-linear-gradient(top, #E9F4DB 0%, #E9F4DB 100%);
    background: -o-linear-gradient(top, #E9F4DB 0%, #E9F4DB 100%);
    background: -webkit-linear-gradient(top, #E9F4DB 0%, #E9F4DB 100%);
    background: linear-gradient(to bottom, #E9F4DB 0%, #E9F4DB 100%);
    box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.35);
}

.exit_working, .exit_pause_working {
    width: 145px;
    height: 31px;
    background-color: #f4dbdc !important;
    background: -ms-linear-gradient(top, #f4dbdc 0%, #f4dbdc 100%);
    background: -moz-linear-gradient(top, #f4dbdc 0%, #f4dbdc 100%);
    background: -o-linear-gradient(top, #f4dbdc 0%, #f4dbdc 100%);
    background: -webkit-linear-gradient(top, #f4dbdc 0%, #f4dbdc 100%);
    background: linear-gradient(to bottom, #f4dbdc 0%, #f4dbdc 100%);
    box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.35);
}

    .exit_working:hover, .exit_pause_working:hover {
        width: 145px;
        height: 31px;
        background-color: #ee8371 !important;
        background: -ms-linear-gradient(top, #ee8371 0%, #ee8371 100%);
        background: -moz-linear-gradient(top, #ee8371 0%, #ee8371 100%);
        background: -o-linear-gradient(top, #ee8371 0%, #ee8371 100%);
        background: -webkit-linear-gradient(top, #ee8371 0%, #ee8371 100%);
        background: linear-gradient(to bottom, #ee8371 0%, #ee8371 100%);
        box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.35);
        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.35);
    }


.movimentimg {
    float: left;
}

    .movimentimg .CommandButton {
        border: 1px solid #000000;
        padding: 2px 10px;
        background: #8F8F87;
        margin: 0px;
        font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
        text-align: center;
        font-weight: bolder;
        font-size: 13px;
        color: #060606;
        overflow: visible;
    }

    .movimentimg .enter_time {
        padding: 5px 10px 5px 10px;
        text-align: center;
        position: absolute;
        border: 1px solid #c4c4c4;
        font-weight: 300;
        font-size: 14px;
        border-radius: 3px !important;
        background: #a0a0a0;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia…hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
        background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
        background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
        background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
        background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
        background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
        color: black;
        box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    }

        .movimentimg .enter_time:hover {
            border: 1px solid #454545;
            background: #a0a0a0;
            background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
            background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
            background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
            background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
            background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
            color: black;
            box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
            -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
        }


.enter_time input {
    padding: 5px 10px 5px 10px;
    text-align: center;
    border: 1px solid #c4c4c4;
    font-weight: 300;
    font-size: 14px;
    border-radius: 3px !important;
    background: #a0a0a0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia…hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    color: black;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}

    .enter_time input:hover {
        border: 1px solid #454545;
        background: #a0a0a0;
        background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        color: black;
        box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    }




.dxbButton_appStyle, .dxucBrowseButton {
    padding: 5px 10px 5px 10px;
    text-align: center;
    border: 1px solid #c4c4c4;
    font-weight: 300;
    font-size: 14px;
    border-radius: 3px !important;
    background: #a0a0a0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia…hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    color: black;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}

.dxbButtonHover_appStyle, .dxucBrowseButtonHover {
    border: 1px solid #454545;
    background: #a0a0a0;
    background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    color: black;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}













#Panel1 fieldset {
    padding-left: 7px !important;
    margin-top: 0px;
}

.princ_col1 {
    width: 100%;
}

.one_col1 {
    width: 50% !important;
}


.two_col1 {
    float: right;
    /*background-color: #F1F1F1;*/
    margin-right: Calc(50% - 43%);
}

.movimentimg img {
    text-align: center;
}

#Panel1 ul {
    list-style: none;
}

.jsPanel-content.jsPanel-theme-info {
    background-color: #F1F1F1 !important;
    margin-left: 3px;
    margin-bottom: 3px;
    margin-right: 3px;
}



.jsPanel-theme-default, .jsPanel-theme-info {
    background-color: #8e8e8e !important;
}

    .jsPanel-theme-default > .jsPanel-hdr * {
        color: #fff !important;
    }

li .panel_check {
    padding-top: 22px;
}

    li.panel_check .dxeBase {
        font: 13px 'Oswald', Helvetica,Arial,sans-serif !important;
    }

.panelseparator {
    margin-top: -9px;
}
/*end assiduidade*/


.febutton {
    border-right: #000000 2px solid;
    padding-right: 10px;
    border-top: #000000 2px solid;
    padding-left: 10px;
    background: #AFAFA7;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #000000 2px solid;
    padding-top: 0px;
    border-bottom: #000000 2px solid;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    text-align: center;
    font-weight: bolder;
    font-size: 11px;
    color: red;
    overflow: visible;
}


/*************************************************************************************************
 * Form
 *************************************************************************************************/

.princ_col_break {
    clear: both;
}


.princ_col_break_pad {
    clear: both;
    padding-top: 10px;
}

.princ_col .RadioButtonList1 .form input {
    width: 150px !important;
}

/****************** -- TAB -- **************************/


.margin_bottom_11 {
    margin-bottom: 11px;
}

.tabs {
    margin-top: 10px;
}

.tabs1 {
    margin-top: 0px;
}

.tabs .dxtcLite {
    height: auto !important;
}

.tabs .princ_col {
    margin: 5px 5px 5px 9px !important;
}

.dxtcLite.dxtc-top > .dxtc-stripContainer {
    padding-top: 3px;
    height: 27px !important;
    /* height: 0px !important; */
}


.tabs span.dx-vam {
    font-size: 14px;
}


/*.div_grid tr img {
    width: 21px;
}*/



/****************** -- Tabela Dias do MÊs -- **************************/
.div_grid1 tr td {
    width: 95px;
}

.div_grid1 .days_week td {
    text-align: right;
}

.div_grid1 tr td table {
    width: 95px;
    right: 0px;
    /* text-align: -webkit-left; */
}

.princ_col ul {
    -webkit-padding-start: 0px !important;
}


.separator {
    background-image: url(../images/img_separator.png);
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: 3px 3px;
    font-weight: normal !important;
    margin-top: 16px;
    font-size: 12px !important;
    clear: both;
    text-align: left;
    padding-left: 28px;
    height: 24px;
    border-bottom: 2px Solid #d1d1d1 !important;
    padding-right: 6px;
}

    .separator span {
        font-size: 16px !important;
        font-weight: normal !important;
        border-bottom: 0px Solid #d1d1d1 !important;
        color: #393939 !important;
    }



.princ_col {
}

    .princ_col .one_col {
        float: left;
        margin-bottom: 11px;
    }

    .princ_col .two_col, .princ_col .three_col {
        margin-left: 40px;
        float: left;
    }

    .princ_col li.name {
        text-align: left;
        padding-bottom: 3px;
        padding-top: 5px;
    }

.dias {
    font-weight: bold;
}



.princ_col .three_col1 {
    margin-right: 0px;
    float: right;
    margin-bottom: 24px;
}

.princ_col .three_col2 {
    /*margin-top: 14px;*/
    position: absolute;
    right: 20px;
}

.princ_col .three_col3 {
    clear: both;
    position: absolute;
    right: 20px;
}

.clearall {
    clear: both;
}


.form {
    overflow: hidden !Important;
}



.princ_col li.name .dxeBase {
    color: #818181;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    /*font-weight: 500;*/
}


.princ_col li.name1 .dxeBase {
    color: #fff !important;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.princ_col .form input {
    width: 300px;
    margin: 1px;
}

.princ_col .form_list input {
    width: 50px;
    margin: 1px;
}

.princ_col .form_list label {
    font-size: 14px;
    font-weight: normal;
}

.princ_col .form_list {
    padding-top: 8px;
}

.princ_col .form_list1 {
    padding-top: 8px;
    border: 0px;
}

    .princ_col .form_list1 .dxeRadioButtonList {
        border: none !important;
    }

.princ_col .form1 input {
    width: 283px;
    margin: 1px;
}

.princ_col .depx .dxeButtonEditButton {
    padding: 1px 0px !important;
}



.form_date input {
    width: 150px;
    margin: 1px;
}

.form_area textarea {
    width: 350px !important;
    height: 100px;
    margin: 1px;
}


.princ_col li {
    list-style: none;
    text-align: left;
}

.dxeErrorCellSys img {
    display: none;
    visibility: hidden;
}

.divHidden {
    display: none;
    visibility: hidden;
}

.divShow {
    display: unset;
    visibility: visible;
}

.bar_bots {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

.bots {
    margin-bottom: 20px;
    margin-left: 10px;
}

.princ_col img#ctl00_ContentPlaceHolder1_ASPxImagePhoto {
    text-align: left;
    padding-bottom: 8px;
}

.dxeErrorCell td {
    font-weight: normal !important;
}


.dxeTextBox td.dxic, .dxeButtonEdit td.dxic {
    height: 20px !important;
    padding-bottom: 4px;
    font-weight: 100 !important;
    padding-left: 3px;
    height: 20px;
    padding-right: 2px;
    padding-top: 4px;
    background-color: #ffffff;
    border: 1px Solid #d1d1d1;
    font: 14px 'Oswald', 'Oswald', Helvetica,Arial,sans-serif !important;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.05) !im;
}

.dxeTextBox {
    background-color: none !important;
    border: 0px solid transparent !important;
}

.dxeButtonEdit {
    border: 0px solid transparent !important;
    font: 12px 'Oswald', Helvetica,Arial,sans-serif !important;
}



.dxeButtonEditButton,
.dxeSpinLargeIncButton,
.dxeSpinLargeDecButton {
    background-color: #a0a0a0 !important;
    background-image: none !important;
}


/*************************************************************************************************
 * Bar gridview
 *************************************************************************************************/




.formdate .dxeButtonEditButton_appStyle, .formatdata .dxeButton {
    padding: 3px 3px !important;
}


/******Criar/Alterar Escalas*****/
.dxgvSelectedRow td.dxgv {
    padding: 1px 0px 1px !important;
}
/*......*/

.dxpLite {
    font: 12px 'Oswald', Helvetica,Arial,sans-serif !important;
    color: #333333;
    float: left;
    padding: 2px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .dxpLite .dxp-summary,
    .dxpLite .dxp-sep,
    .dxpLite .dxp-button,
    .dxpLite .dxp-pageSizeItem,
    .dxpLite .dxp-num,
    .dxpLite .dxp-current,
    .dxpLite .dxp-ellip {
        margin-left: 4px;
        font-weight: normal;
    }

    .dxpLite .dxp-lead {
        margin-left: 0 !important;
    }

    .dxpLite a {
        color: #333333;
        text-decoration: underline;
    }

    .dxpLite .dxp-button {
        white-space: nowrap;
        text-align: center;
        cursor: pointer;
        padding: 6px 14px;
        text-decoration: none;
    }

        .dxpLite .dxp-button img {
            border: none;
            text-decoration: none;
        }

        .dxpLite .dxp-button span {
            text-decoration: none;
        }

        .dxpLite .dxp-button.dxp-bi {
            padding: 0 3px;
        }

        .dxpLite .dxp-button.dxp-bti {
            padding: 0 14px;
        }

    .dxpLite .dxp-disabledButton {
        text-decoration: none;
        color: #acacac;
        cursor: default;
    }

    .dxpLite .dxp-pageSizeItem {
        padding: 1px 4px 0 16px;
        white-space: nowrap;
    }

@-moz-document url-prefix() {
    .dxpLite .dxp-pageSizeItem {
        padding: 2px 4px 0 16px;
    }
}

.dxpLite .dxp-pageSizeItem .dx {
    display: block;
    float: left;
    margin-top: 3px;
    white-space: nowrap;
}

.dxpLite .dxp-comboBox {
    display: block;
    float: left;
    background-color: White;
    border: 1px solid #c0c0c0;
    padding: 0px;
    margin: -2px 0px;
}

    .dxpLite .dxp-comboBox input {
        margin: 4px 1px 4px 3px;
    }

.dxpLite .dxp-hoverComboBox {
}

.dxpLite .dxp-pressedComboBox {
}

.dxpLite .dxp-dropDownButton {
    display: block;
    float: left;
    cursor: pointer;
    font-size: 0;
    padding: 10px 5px 9px;
    background-color: White;
}

.dxpLite .dxp-hoverDropDownButton {
    background-color: #838383;
}

.dxpLite .dxp-pressedDropDownButton {
    background-color: Silver;
}

.dxpLite .dxp-dropDownButton img {
    border: none;
    text-decoration: none;
    vertical-align: middle;
}

.dxpLite .dxp-num {
    color: #333333;
    text-decoration: none;
    padding: 3px 14px;
    margin-top: 3px;
    cursor: pointer;
}

.dxpLite .dxp-current {
    background-color: #838383;
    color: #FFFFFF;
    text-decoration: none;
    cursor: text;
}

.dxpLite .dxp-summary,
.dxpLite .dxp-ellip {
    white-space: nowrap;
    padding: 6px 16px;
}

.dxpLite .dxp-sep {
    background-color: #cccccc;
    width: 1px;
    height: 15px;
    margin-top: 5px;
}

.dxpLiteDisabled_appStyle,
.dxpLiteDisabled_appStyle a,
.dxpLiteDisabled_appStyle .dxp-summary,
.dxpLiteDisabled_appStyle .dxp-sep,
.dxpLiteDisabled_appStyle .dxp-button,
.dxpLiteDisabled_appStyle .dxp-num,
.dxpLiteDisabled_appStyle .dxp-current,
.dxpLiteDisabled_appStyle .dxp-ellip {
    color: #acacac;
    border-color: #808080;
    cursor: default;
}

.dxpLite .dxp-disabledComboBox {
    border: 1px solid #838383;
}

    .dxpLite .dxp-disabledComboBox input {
        color: #acacac;
    }

.dxpLite .dxp-disabledDropDownButton {
    border-color: #C3C3C3;
    cursor: default;
}

li.text_center {
    margin-top: 26px;
    float: left;
}

li.text_center1 {
    margin-top: 13px;
    float: left;
}

li.text_center3 {
    margin-top: 6px;
    float: left;
}

li.text_center4 {
    margin-top: 31px;
    float: left;
    margin-left: -5px;
    width: 298px;
}

li.text_center5 {
    margin-top: 26px;
    float: left;
    margin-left: -5px;
}

li.text_center6 {
    margin-top: 16px;
    float: left;
}

li.text_center7 {
    margin-top: 31px;
    float: left;
    margin-left: -5px;
    width: 316px;
}

li.phleft {
    padding-left: 239px;
}

li.phleft2 {
    padding-left: 270px;
}

li.phleft3 {
    padding-left: 428px;
}

li.phleft4 {
    padding-left: 225px;
}

li.phtop {
    padding-top: 33px;
}


.arrowdrop td {
    padding: 4px 0px !important;
}

.arrowdrop input {
    width: 288px !important;
}
/*************************************************************************************************
 * Bar gridview
 *************************************************************************************************/

/* Page itens number */

.dxpLite_appStyle .dxp-comboBox {
    display: block;
    float: left;
    background-color: White;
    border: 1px solid #c0c0c0;
    padding: 0px;
    margin: -2px 0px;
}

    .dxpLite_appStyle .dxp-comboBox input {
        margin: 4px 1px 4px 3px;
    }


.dxp-pageSizeItem .dxp-dropDownButton {
    display: block !important;
    float: left !important;
    background-color: #a0a0a0 !important;
    border: 1px solid #c0c0c0 !important;
    padding: 0px !important;
    width: 12px;
    height: 21px;
    margin: 0px 0px !important;
    background-image: url(../images/DXR.png) !important;
    background-position: -117px -145px !important;
}

.dxm-popupMain {
    width: 24px !important;
    border: 1px solid #ccc;
    padding-left: 5px;
}

.dxp-pageSizeItem .dxp-dropDownButton img {
    display: none;
}

/* end Page itens number */

/* Icones Grid */
.div_grid img {
}

/* end Page itens number */


.dxeTextBoxSys, .dxeButtonEditSys {
    width: 160px;
}


.dxpLite_appStyle {
    font: 12px 'Oswald', Helvetica,Arial,sans-serif !important;
    color: #333333;
    float: left;
    padding: 2px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .dxpLite_appStyle .dxp-summary,
    .dxpLite_appStyle .dxp-sep,
    .dxpLite_appStyle .dxp-button,
    .dxpLite_appStyle .dxp-pageSizeItem,
    .dxpLite_appStyle .dxp-num,
    .dxpLite_appStyle .dxp-current,
    .dxpLite_appStyle .dxp-ellip {
        margin-left: 4px;
        font-weight: normal;
    }

    .dxpLite_appStyle .dxp-lead {
        margin-left: 0 !important;
    }

    .dxpLite_appStyle a {
        color: #333333;
        text-decoration: underline;
    }

    .dxpLite_appStyle .dxp-button {
        white-space: nowrap;
        text-align: center;
        cursor: pointer;
        padding: 6px 14px;
        text-decoration: none;
    }

        .dxpLite_appStyle .dxp-button img {
            border: none;
            text-decoration: none;
        }

        .dxpLite_appStyle .dxp-button span {
            text-decoration: none;
        }

        .dxpLite_appStyle .dxp-button.dxp-bi {
            padding: 0 3px;
        }

        .dxpLite_appStyle .dxp-button.dxp-bti {
            padding: 0 14px;
        }

    .dxpLite_appStyle .dxp-disabledButton {
        text-decoration: none;
        color: #acacac;
        cursor: default;
    }

    .dxpLite_appStyle .dxp-pageSizeItem {
        padding: 1px 4px 0 16px;
        white-space: nowrap;
    }

@-moz-document url-prefix() {
    .dxpLite_appStyle .dxp-pageSizeItem;

{
    padding: 2px 4px 0 16px;
}

}

.dxpLite_appStyle .dxp-pageSizeItem .dx {
    display: block;
    float: left;
    margin-top: 3px;
    white-space: nowrap;
}

.dxpLite_appStyle .dxp-comboBox {
    display: block;
    float: left;
    background-color: White;
    border: 1px solid #c0c0c0;
    padding: 0px;
    margin: -2px 0px;
}

    .dxpLite_appStyle .dxp-comboBox input {
        margin: 4px 1px 4px 3px;
    }

.dxpLite_appStyle .dxp-hoverComboBox {
}

.dxpLite_appStyle .dxp-pressedComboBox {
}

.dxpLite_appStyle .dxp-dropDownButton {
    display: block;
    float: left;
    cursor: pointer;
    font-size: 0;
    padding: 10px 5px 9px;
    background-color: White;
}

.dxpLite_appStyle .dxp-hoverDropDownButton {
    background-color: #838383;
}

.dxpLite_appStyle .dxp-pressedDropDownButton {
    background-color: Silver;
}

.dxpLite_appStyle .dxp-dropDownButton img {
    border: none;
    text-decoration: none;
    vertical-align: middle;
}

.dxpLite_appStyle .dxp-num {
    color: #333333;
    text-decoration: none;
    padding: 3px 14px;
    margin-top: 3px;
    cursor: pointer;
}

.dxpLite_appStyle .dxp-current {
    background-color: #838383 !important;
    color: #FFFFFF !important;
    text-decoration: none;
    cursor: text;
}


.dxpLite_appStyle .dxp-summary,
.dxpLite_appStyle .dxp-ellip {
    white-space: nowrap;
    padding: 6px 16px;
}

.dxpLite_appStyle .dxp-sep {
    background-color: #cccccc;
    width: 1px;
    height: 15px;
    margin-top: 5px;
}

.dxpLiteDisabled_appStyle,
.dxpLiteDisabled_appStyle a,
.dxpLiteDisabled_appStyle .dxp-summary,
.dxpLiteDisabled_appStyle .dxp-sep,
.dxpLiteDisabled_appStyle .dxp-button,
.dxpLiteDisabled_appStyle .dxp-num,
.dxpLiteDisabled_appStyle .dxp-current,
.dxpLiteDisabled_appStyle .dxp-ellip {
    color: #acacac;
    border-color: #808080;
    cursor: default;
}

.dxpLite_appStyle .dxp-disabledComboBox {
    border: 1px solid #838383;
}

    .dxpLite_appStyle .dxp-disabledComboBox input {
        color: #acacac;
    }

.dxpLite_appStyle .dxp-disabledDropDownButton {
    border-color: #C3C3C3;
    cursor: default;
}





.dxpLite {
    font: 12px 'Oswald', Helvetica,Arial,sans-serif !important;
    color: #333333;
    float: left;
    padding: 2px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .dxpLite .dxp-summary,
    .dxpLite .dxp-sep,
    .dxpLite .dxp-button,
    .dxpLite .dxp-pageSizeItem,
    .dxpLite .dxp-num,
    .dxpLite .dxp-current,
    .dxpLite .dxp-ellip {
        margin-left: 4px;
        font-weight: normal;
    }

    .dxpLite .dxp-lead {
        margin-left: 0 !important;
    }

    .dxpLite a {
        color: #333333;
        text-decoration: underline;
    }

    .dxpLite .dxp-button {
        white-space: nowrap;
        text-align: center;
        cursor: pointer;
        padding: 6px 14px;
        text-decoration: none;
    }

        .dxpLite .dxp-button img {
            border: none;
            text-decoration: none;
        }

        .dxpLite .dxp-button span {
            text-decoration: none;
        }

        .dxpLite .dxp-button.dxp-bi {
            padding: 0 3px;
        }

        .dxpLite .dxp-button.dxp-bti {
            padding: 0 14px;
        }

    .dxpLite .dxp-disabledButton {
        text-decoration: none;
        color: #acacac;
        cursor: default;
    }

    .dxpLite .dxp-pageSizeItem {
        padding: 1px 4px 0 16px;
        white-space: nowrap;
    }

@-moz-document url-prefix() {
    .dxpLite .dxp-pageSizeItem;

{
    padding: 2px 4px 0 16px;
}

}

.dxpLite .dxp-pageSizeItem .dx {
    display: block;
    float: left;
    margin-top: 3px;
    white-space: nowrap;
}

.dxpLite .dxp-comboBox {
    display: block;
    float: left;
    background-color: White;
    border: 1px solid #c0c0c0;
    padding: 0px;
    margin: -2px 0px;
}

    .dxpLite .dxp-comboBox input {
        margin: 4px 1px 4px 3px;
    }

.dxpLite .dxp-hoverComboBox {
}

.dxpLite .dxp-pressedComboBox {
}

.dxpLite .dxp-dropDownButton {
    display: block;
    float: left;
    cursor: pointer;
    font-size: 0;
    padding: 10px 5px 9px;
    background-color: White;
}

.dxpLite .dxp-hoverDropDownButton {
    background-color: #838383;
}

.dxpLite .dxp-pressedDropDownButton {
    background-color: Silver;
}

.dxpLite .dxp-dropDownButton img {
    border: none;
    text-decoration: none;
    vertical-align: middle;
}

.dxpLite .dxp-num {
    color: #333333;
    text-decoration: none;
    padding: 3px 14px;
    margin-top: 3px;
    cursor: pointer;
}

.dxpLite .dxp-current {
    background-color: #838383;
    color: #FFFFFF;
    text-decoration: none;
    cursor: text;
}

.dxpLite .dxp-summary,
.dxpLite .dxp-ellip {
    white-space: nowrap;
    padding: 6px 16px;
}

.dxpLite .dxp-sep {
    background-color: #cccccc;
    width: 1px;
    height: 15px;
    margin-top: 5px;
}

.dxpLiteDisabled,
.dxpLiteDisabled a,
.dxpLiteDisabled .dxp-summary,
.dxpLiteDisabled .dxp-sep,
.dxpLiteDisabled .dxp-button,
.dxpLiteDisabled .dxp-num,
.dxpLiteDisabled .dxp-current,
.dxpLiteDisabled .dxp-ellip {
    color: #acacac;
    border-color: #808080;
    cursor: default;
}

.dxpLite .dxp-disabledComboBox {
    border: 1px solid #838383;
}

    .dxpLite .dxp-disabledComboBox input {
        color: #acacac;
    }

.dxpLite .dxp-disabledDropDownButton {
    border-color: #C3C3C3;
    cursor: default;
}

.dxgvGroupPanel_appStyle .dxgvHeader_appStyle {
    background-color: rgb(187, 220, 139) !important;
    border: 1px Solid #d1d1d1 !important;
}


/*************************************************************************************************
 * Reports
 *************************************************************************************************/

.div_report_toolbar {
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #D5D5D5;
}

.div_report {
    width: 100%;
    text-align: center;
    /*background-color: #E7E7E7;*/
}

.dxmLite_Moderno .dxmtb.dxm-horizontal .dxm-hovered {
    border: 1px solid #d1d1d1;
    background: #5a5f64 !important;
    color: white;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.dxeButtonEditButtonHover_Moderno,
.dxeSpinIncButtonHover_Moderno,
.dxeSpinDecButtonHover_Moderno,
.dxeSpinLargeIncButtonHover_Moderno,
.dxeSpinLargeDecButtonHover_Moderno {
    border: 1px solid #d1d1d1;
    background: #5a5f64 !important;
    color: white;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/**/

.layout-header .header-content,
.layout-footer .footer-content {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-weight: 400;
    margin: 0 auto;
}

    .layout-header .header-content div.mainlogo {
        padding: 14px 0 0 0;
    }

    .layout-header .header-content a.mainlogo {
        text-decoration: none;
        background-image: url("../images/logo.png");
        background-repeat: no-repeat;
        border: medium none currentColor;
        display: block;
        height: 36px;
        background-position: left center;
    }

    .layout-header .header-content .buttons {
        float: right;
        margin-top: 14px;
        margin-left: 12px;
    }

.layout-footer .footer-content {
    padding: 55px 0px 15px;
}

    .layout-footer .footer-content .footer-copy-content {
        position: relative;
    }

        .layout-footer .footer-content .footer-copy-content .footer-logo {
            background: url("../images/copy.png") 0px 0px no-repeat transparent;
            display: block;
            height: 27px;
            position: absolute;
            text-decoration: none;
            width: 156px;
            right: 0px;
            top: 6px;
        }

.page-content {
    position: relative;
    margin: 0;
    padding: 0 0 108px;
}

.demo-page {
    background: #efefef;
}

.dx-content .view-content {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.layout-content {
    min-width: 1000px;
    position: relative;
}

    .layout-content:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .layout-content .clickable {
        cursor: pointer;
    }

        /*light theme*/
        .layout-content .clickable.prev,
        .layout-content .clickable.next {
            height: 56px;
            width: 56px;
            background-image: url("../images/buttons.png");
            background-repeat: no-repeat;
            border: medium none currentColor;
            position: absolute;
            top: 240px;
        }

        .layout-content .clickable.prev {
            background-position: -56px 0;
            left: -28px;
        }

        .layout-content .clickable.next {
            background-position: -168px 0;
            right: -28px;
        }

        .layout-content .clickable.prev:hover,
        .layout-content .clickable.prev:active {
            background-position: -56px -56px;
        }

        .layout-content .clickable.next:hover,
        .layout-content .clickable.next:active {
            background-position: -168px -56px;
        }

    /*dark theme*/
    .layout-content .dark .clickable.prev {
        background-position: 0 0;
    }

    .layout-content .dark .clickable.next {
        background-position: -112px 0;
    }

    .layout-content .dark .clickable.prev:hover,
    .layout-content .dark .clickable.prev:active {
        background-position: 0 -56px;
    }

    .layout-content .dark .clickable.next:hover,
    .layout-content .dark .clickable.next:active {
        background-position: -112px -56px;
    }

    .layout-header .buttons.dx-button,
    .layout-content .description-panes .dx-button {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 1px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 1px rgba(0,0,0,.1);
        box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 1px rgba(0,0,0,.1);
        background-color: #eae9e9;
        background-repeat: no-repeat;
        background-image: -webkit-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
        background-image: -moz-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
        background-image: -ms-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
        background-image: -o-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
        background-image: linear-gradient(180deg,#eae9e9 0%,#e0e0df 100%);
        border: 1px solid rgba(0,0,0,.15);
        padding: 3px 18px;
    }


        .layout-header .buttons.dx-button .dx-button-content,
        .layout-content .description-panes .dx-button-content {
            background: transparent;
            box-shadow: none;
            padding: 0;
        }

        .layout-header .buttons.dx-button .dx-button-text,
        .layout-content .description-panes .dx-button .dx-button-text {
            line-height: 28px;
            margin: 0;
            font-size: 14px;
            font-weight: normal;
            vertical-align: middle;
            text-shadow: none;
            color: #666;
            font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
            text-transform: capitalize;
        }

    .layout-content .chartContainerPlaceholder .dx-button .dx-button-text {
        font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    }

    .layout-content .title-side {
        height: 45px;
        line-height: 45px;
    }

        .layout-content .title-side h1,
        .layout-content .title-side h2 {
            font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
            font-weight: 200;
            display: inline;
            font-size: 30px;
            color: #565656;
            text-transform: none;
        }

        .layout-content .title-side h2 {
            color: #f05b41;
            line-height: 1px;
        }

        .layout-content .title-side .minFont {
            font-size: 26px;
        }

    .layout-content .main-side,
    .layout-content .dx-active-view .code-block > div,
    .layout-content .dx-active-view .description-block > div,
    .layout-content .shortcut-side {
        position: relative;
        font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
        font-weight: 400;
        font-size: 12px;
        color: #565656;
        background-color: #ffffff;
        border: 1px solid #cfcfcf;
        border-radius: 3px;
        padding: 30px;
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    }

    .layout-content .main-side {
        min-height: 440px;
        padding: 50px;
        margin: 0 0 50px 0;
    }

.main-side .thumbnail img {
    display: block;
}

.main-side .description h2 {
    color: #565656;
    font-size: 36px;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
}

.main-side .description p {
    font-size: 14px;
    margin: 10px 0;
}

.layout-content .main-side .chartContainerPlaceholder {
    font-size: 13px;
    color: #000;
}

.layout-content .main-side.dark .chartContainerPlaceholder {
    color: #818181;
}

.layout-content .main-side.dark {
    background-color: #303030;
    border-color: #303030;
    color: #818181;
}

.layout-content .main-side .longTitle {
    text-align: center;
    margin-top: -20px;
}

    .layout-content .main-side .longTitle h3 {
        font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
        font-weight: 200;
        font-size: 28px;
    }

.layout-content .main-side .credits {
    color: rgba(128, 128, 128, 0.75);
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.layout-content .code-block {
    width: 540px;
    margin: 0 48px 0 0;
}

.layout-content .description-block {
    float: right;
}

.layout-content .dx-active-view .markup-block > div {
    margin-right: 20px;
}

.layout-content .panes-content {
    position: relative;
}

    .layout-content .panes-content:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.layout-content .description-panes {
    position: relative;
}

    .layout-content .description-panes:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.dx-viewport .layout-content .code-block {
    width: 58%;
    float: left;
    margin: 0;
    padding: 0;
}

.dx-viewport .layout-content .description-block {
    width: 40%;
    padding: 0 0 1px 0;
}


/* Demo menu */

.menu-content {
    background-color: #707070;
    border: 0 solid #606060;
    border-top-width: 1px;
    min-height: 4px;
    min-width: 900px;
    /*padding: 0 40px;*/
}

.menu li div:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-top: 10px;
    right: 7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #393939;
}

.dxm-selected div:before,
.dxm-horizontal ul li div.dxm-content:before {
    display: contents !important;
}




/* old menu */
.menu-content .democase-menu {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    width: 900px;
    margin: 0 auto;
    padding: 30px 0;
}

    .menu-content .democase-menu:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .menu-content .democase-menu h5,
    .menu-content .democase-menu h6 {
        text-transform: none;
        font-size: 12px;
        font-weight: 400;
        padding: 0;
        line-height: normal;
    }

    .menu-content .democase-menu h6 {
        text-transform: uppercase;
        padding: 0 0 10px 0;
        color: #aeaeae;
    }

    .menu-content .democase-menu h5 {
        font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
        font-weight: 200;
        font-size: 18px;
        padding: 0 0 10px 0;
    }

    .menu-content .democase-menu .category {
        height: 100%;
        width: 25%;
        display: inline-block;
        vertical-align: top;
    }

    .menu-content .democase-menu .demos {
        height: 200px;
    }

    .menu-content .democase-menu .demos-image {
        height: 100%;
        width: 25%;
        display: inline-block;
        vertical-align: middle;
    }

        .menu-content .democase-menu .demos-image img {
            width: 180px;
            box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
            border: #636363 2px solid;
        }

        .menu-content .democase-menu .demos-image .sign {
            text-align: center;
            width: 180px;
            padding: 5px 0;
        }

        .menu-content .democase-menu .demos-image a {
            cursor: pointer;
            text-decoration: none;
            color: white;
        }

        .menu-content .democase-menu .demos-image .sign a:hover {
            background-color: #B0B0B0;
            margin: -2px -3px;
            padding: 2px 3px;
        }

.menu-content .democase-header {
    background-color: #545454;
    width: 100%;
    text-align: center;
}

    .menu-content .democase-header .cat {
        height: 100%;
        width: 140px;
        display: inline-block;
        cursor: pointer;
        padding-top: 25px;
    }

        .menu-content .democase-header .cat.active {
            background: url('../images/arrow.png') no-repeat;
            background-position: 54px 165px;
        }

        .menu-content .democase-header .cat img {
            width: 100px;
            height: 100px;
        }

        .menu-content .democase-header .cat .name {
            font-size: 14px;
            color: white;
        }

.category .subcategory {
    padding: 0 10px 20px 0;
}

    .category .subcategory ul {
        list-style-type: none;
    }

        .category .subcategory ul li {
            line-height: 18px;
        }

            .category .subcategory ul li a {
                cursor: pointer;
                text-decoration: none;
                color: white;
            }

                .category .subcategory ul li.active a,
                .category .subcategory ul li a:hover {
                    background-color: #B0B0B0;
                    margin: -2px -3px;
                    padding: 2px 3px;
                }

            .category .subcategory ul li.active a {
                background-color: #ffffff;
                color: #707070;
            }

            .category .subcategory ul li a:after {
                position: relative;
                display: inline-block;
                background-color: #f05b41;
                height: 12px;
                top: -2px;
                left: 5px;
                margin: 0 5px 0 0;
                font-size: 10px;
                line-height: 10px;
                padding-left: 2px;
                padding-right: 2px;
                color: white;
            }

            .category .subcategory ul li.isnew a:after {
                content: 'New';
                width: 22px;
            }

            .category .subcategory ul li.isupdated a:after {
                content: 'Upd';
                width: 21px;
            }

.dxm-ltr .dxm-content {
    float: left !important;
}

.menu-switcher-content {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    background-color: transparent;
    min-width: 900px;
    padding: 0 0 20px 0;
    border-top: 3px solid #707070;
}

    .menu-switcher-content .menu-switcher {
        margin: 0 auto;
        padding: 0 40px;
    }

        .menu-switcher-content .menu-switcher .switcher {
            cursor: pointer;
            background-image: url("../images/hidemenu.png");
            background-repeat: no-repeat;
            border: medium none currentColor;
            height: 22px;
            width: 158px;
            text-align: center;
            font-size: 12px;
            line-height: 22px;
            float: right;
        }

        .menu-switcher-content .menu-switcher:after {
            content: " ";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

img {
    border: 0 none transparent;
}

@media screen and (min-width: 1635px) {

    .layout-header {
        min-width: 1500px;
    }

        .layout-header .header-content,
        .layout-footer .footer-content {
            width: 1540px;
        }

    .layout-footer .footer-content {
        right: 770px;
    }

    .demo-page.dx-content .view-content {
        width: 1540px;
    }

    .layout-content {
        min-width: 1540px;
        min-height: 587px;
    }

        .layout-content .main-side {
            display: inline-block;
            position: relative;
            top: 0;
            bottom: -1px;
            width: 798px;
            padding: 50px;
            margin: 0;
        }

            .layout-content .main-side .longTitle {
                width: 100%;
            }

    .menu-content {
        min-width: 1540px;
    }

    .menu-switcher-content {
        min-width: 1540px;
    }

        .menu-switcher-content .menu-switcher {
            width: 1540px;
        }

    .layout-content .description-block {
        position: relative;
        overflow: initial;
    }

    .layout-content .markup-block .dx-active-view {
        position: relative;
        right: 0px;
    }


    .layout-content .description-panes {
        vertical-align: top;
        display: inline-block;
        position: relative;
        left: 35px;
        width: 600px;
        padding: 0;
        margin: 0;
    }

    .dx-viewport .layout-content .code-block {
        width: 600px;
        margin: 0 0 20px 0;
        float: none;
    }

    .dx-viewport .layout-content .description-block {
        float: none;
        width: 600px;
    }

    .layout-content .dx-active-view .description-block > div {
        margin-right: 0;
    }
}

/*#ctl00_ASPxSplitter2_ctrlMenu_ASPxMenu1_DXI0_T .dx-vam {
    color: white;
}

.menu .dxmLite .dxm-main .dxm-selected #ctl00_ASPxSplitter2_ctrlMenu_ASPxMenu1_DXI0_T .dx-vam {
    color: black;
}*/




/* Splitter */
.dxsplControl .dxsplLCC {
    padding: 0px !important;
    width: 100% !important;
    min-height: 0px !important;
    margin-right: 0px !important;
}

.dxsplPane, .dxsplPaneCollapsed {
    border-width: 0px !important;
}

td#ctl00_ASPxSplitter2_1_S {
    position: absolute !important;
    height: 6px !important;
    z-index: 15000;
    width: 10px;
    margin-left: 99%;
    text-align: center;
}

.dxsplHSeparatorButton {
    padding: 0px 0px !important;
}

/* Map */



.mapcol {
    padding-top: 24px;
}

.dx-popup-content {
    width: 100%;
    height: 440px;
    background-color: white;
    border: 2px solid #606060;
}

.dx-map-container, .dx-map-shield {
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
}

.dx-map-shield {
    top: -100%;
    left: 0;
    background: rgba(0,0,0,.01);
    filter: alpha(opacity=1);
    -khtml-opacity: .01;
    -moz-opacity: .01;
    opacity: .01;
}

.dx-overlay-shader {
    background-color: rgba(0,0,0,.4);
}



#hideButton .dx-button-content {
    position: absolute;
    width: 32px;
    margin-top: -36px;
    float: right !important;
    /* text-align: center; */
    padding-top: 8px;
    margin-left: 98%;
    border-radius: 100%;
    background-color: rgb(71, 71, 71);
    height: 24px;
    cursor: pointer;
    z-index: 1000;
}

    #hideButton .dx-button-content:hover {
        background-color: black;
    }

#hideButton span.dx-button-text {
    color: white;
    font-size: 17px;
}


.dxsplControl {
    font: 12px;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
}


@media screen and (max-width: 1380px) {

    #listWidget .Schedule {
        padding-top: 43px;
        text-overflow: clip;
        width: 198px;
    }

    #listWidget .Name {
        padding-top: 11px;
    }

    #listWidget .Device {
        padding-left: 83%;
        width: 70px;
        padding-top: 27px;
    }
}

.gm-style-iw {
    overflow: hidden !important;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*************************************************************************************************
 * PAINEL LINGUA
 *************************************************************************************************/
.panel_language {
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

    .panel_language img {
        width: 34px;
        height: 34px;
    }

.panel_language_in {
    text-align: right;
    /*position:absolute;*/
    padding-left: 5px;
    /*padding-top:2px;*/
}

    .panel_language_in img {
        width: 25px;
        height: 25px;
    }

.language {
    float: left;
    padding-top: 3px;
}
/*************************************************************************************************
 * UPLOAD DE IMAGENS
 *************************************************************************************************/
/*.dxucTextBox {
    padding-bottom: 4px;
    padding-left: 3px;
    height: 20px;
    padding-right: 2px;
    padding-top: 4px;
    background-color: #fafafa;
    border: 1px Solid #d1d1d1;
    font: 14px 'Oswald', Helvetica,Arial,sans-serif !important;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
}

.dxucControl .dxucBrowseButton {
    padding: 5px 10px 5px 10px;
    text-align: center;
    border: 1px solid #c4c4c4;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px !important;
    background: #ee3c30;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia�hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    color: black;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}

.dxsplPane .one_col .form .dxucControl {
    width: 100px !important;
}



.EmployeeWorkResumeNew_GRID tr {
    font: 12px 'Oswald', Helvetica,Arial,sans-serif !important;
}

    .EmployeeWorkResumeNew_GRID tr:first-line {
        font: 11px 'Oswald', Helvetica,Arial,sans-serif !important;
    }

.dxucControl .dxucBrowseButton:hover {
    border: 1px solid #454545;
    background: #ee3c30;
    background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
    color: black;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}


div#map2 {
    width: 50% !important;
    margin-left: 11px;
    height: 100%;
    position: absolute;
}*/

/*:::::::::::Object Upload::::::::::::::*/


.ComponetUpload .IconUpload {
    padding: 5px 10px 5px 10px;
    /*position: absolute;*/
    float: left;
    z-index: 100000;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
}



.ComponetUpload input {
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    cursor: pointer;
    border: 1px solid #c4c4c4;
    font-weight: 300;
    font-size: 14px;
    border-radius: 3px !important;
    background: #1d85cd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia…hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    color: black;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}

    .ComponetUpload input:hover {
        border: 1px solid #454545;
        background: #1d85cd;
        cursor: pointer;
        background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        color: black;
        cursor: pointer;
        box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    }

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}



    .upload-btn-wrapper input[type=file] {
        font-size: 20px !important;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: -41px;
        padding-top: -20px !important;
        opacity: 0;
    }

        .upload-btn-wrapper input[type=file]:hover {
            cursor: pointer;
        }


/*:::::::::::End Upload::::::::::::::*/

/*************************************************************************************************
 * PAINEL POPUP
 *************************************************************************************************/

.pag_popup {
    margin-right: 8px;
}

button#adicionarmovimento {
    position: fixed;
    z-index: 100000;
    cursor: pointer;
    top: 112px;
    border: 2px solid #5A5F64;
    border-radius: 20px;
    float: right;
    right: -16px;
    padding: 2px 6px;
    padding-right: 20px;
}

#adicionarmovimento img {
    width: 24px;
}

.iframestyle_popup {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    width: 100%;
    /*background-color: #f1f1f1;*/
    height: 100%;
    margin-left: -27px;
    margin-top: -10px;
    position: absolute;
}

.panelpopup {
}

.panelpopuplabel {
    padding-bottom: 37px;
    padding-top: 10px;
    font-size: 28px;
}

.panelpopup ul {
    margin-bottom: 0px;
}

.panelpopup li {
    list-style: none;
    text-align: left !important;
}

.panelpopuplabel .sepbar {
    color: #cccccc;
}


.overlay1 {
    -moz-opacity: 0.70;
    /*background-color: #666666;*/
    filter: Alpha(Opacity=70);
    height: 100%;
    left: 0px;
    opacity: 0.70;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
}

.loader1 {
    left: 50%;
    /* margin-left: -60px; */
    /* position: fixed; */
    /* top: 40%; */
    float: right;
    padding-right: 13px;
    /* width: 135px; */
    z-index: 100;
}

    .loader1 img {
        width: 51px;
        height: 51px;
    }

.checkboxnew {
    color: #818181;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    font-weight: bold;
}

    .checkboxnew label {
        padding-left: 12px;
    }

/*********Formatação Button*******/
/*.dxgvTable_appStyle input {
    height: 22px !important;
}*/


.ButtonNewAll {
    margin: 6px;
    margin-top: 4px;
    float: right;
    margin-right: 0px;
}

    .ButtonNewAll img {
        padding-right: 3px;
        height: 18px;
    }





/*///////////////////////////PERSONALIZADO TIME.TRACK///////////////////////////*/

/*Menu*/
.dxmLite .dxm-main {
    border: 0px solid #A8A8A8 !important;
    background-color: #393939;
    padding: 0px !important;
}

/*.dxmLite .dxm-item {
    border-width: 1px !important;
}*/

.dxmLite .dxm-vertical .dxm-image-l .dxm-spacing, .dxmLite .dxm-vertical .dxm-image-r .dxm-spacing, .dxmLite .dxm-popup .dxm-spacing {
    height: 0px !important;
}

.servicesStruct .dxmLite .dxm-main {
    border: 0px solid #A8A8A8 !important;
    background-color: #FFFFFF !important;
    padding: 0px !important;
}


/*************************************************************************************************
 * Dashboard
 *************************************************************************************************/


.Dashboard {
    margin-left: -18px;
    margin-top: -7px;
    margin-right: -18px;
}


#hours, #realTime, #container, #listWidget {
    width: 100% !important;
    float: right;
}

.ASPxDateEditDatedashboard td {
    padding-top: 1px !important;
}

/*#listWidget tspan, #hours tspan, #realTime tspan, #container tspan {
    font-size: 11px;
}*/

#listWidget {
    overflow-y: visible;
    overflow-x: hidden !important;
    overflow: auto;
}


#listBirthday .employee {
    height: 132px;
    border-top: 1px solid #dadada;
    padding-top: 4px;
    width: 98%;
}

    #listBirthday .employee .EmployeePhoto {
        height: 122px !important;
        max-height: 122px;
        float: left;
        max-width: 104px;
        padding-top: 0px;
        border: 1px solid #BBBBBB;
        clip: rect(0px,63px,200px,0px);
    }

    #listBirthday .employee .Name,
    #listBirthday .employee .Department,
    #listBirthday .employee .MovimentDate,
    #listBirthday .employee .TitleAge,
    #listBirthday .employee .Age {
        font-size: 12px;
        text-align: left;
        padding-left: 116px;
    }

    #listBirthday .employee .TitleAge {
        color: dimgrey;
    }

    #listBirthday .employee .Age {
        font-weight: 600;
        font-size: 14px;
    }

    #listBirthday .employee .Name {
        font-size: 20px;
    }

    #listBirthday .employee .Department {
        font-size: 14px;
    }




/*News*/
div#Dashboardnews {
    clear: both;
}

.namebox {
    text-align: left;
}

    .namebox span {
        color: #818181;
        font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
        font-size: 13px;
    }
/*Alert and Birthday */
#listalert {
    overflow-y: visible;
    overflow-x: hidden !important;
    /* margin-top: 8px; */
    overflow: auto;
    border-left: 1px solid #dadada;
    /* background-color: #DADADA; */
}


#listBirthday, #listalert {
    width: 49.9%;
    float: left;
}

    #listalert .dx-empty-message {
        padding: 13px;
    }

#realTime {
    height: 300px;
    /*background-color: #DBDBDB;*/
}

#container {
    background-color: #E2E2E2;
    height: 110px;
}

#hours {
    /*background-color: #E2E2E2;*/
    height: 200px;
}


    #hours svg {
        margin: 5px;
    }

#listalert .employee.dx-list-item {
    height: auto;
    border-radius: 5px;
    width: 96%;
    margin: 7px;
    cursor: pointer;
    padding-bottom: 6px;
    border: 1px solid #BBBBBB;
    background-color: #F4F4F4;
    float: left;
    -moz-box-shadow: 4px 4px 2px #d2d2d2;
    -webkit-box-shadow: 4px 4px 2px #d2d2d2;
    box-shadow: 4px 4px 2px #d2d2d2;
}

    #listalert .employee.dx-list-item:hover {
        background-color: #FBFCCD;
    }



#listalert .WarningService {
    padding-left: 2%;
    font-size: 11px;
    font-style: italic;
    padding-top: 18px;
    margin-top: 3px;
    /* background-color: #ccc; */
    color: #393939;
    margin-bottom: 10px;
    position: absolute;
}
#listalert .WarningEmployee {
    padding-left: 20%;
    font-size: 12px;
    font-weight: bold;
    color: #393939;
    margin-bottom: 10px;
    position: absolute;
    padding-top: 3px;
}

#listalert .WarningDate {
    padding-left: 8px;
    /*position: absolute;*/
    font-size: 12px;
    text-align: left;
    padding-top: 3px;
}

#listalert .WarningTitle {
    padding-left: 8px;
    font-size: 16px;
    /* position: absolute; */
    text-align: left;
    font-weight: bolder;
    padding-top: 2px;
}

.docs {
    border-top: 1px solid #7d7d7d;
    margin: 6px;
}

.DocConfirmRead {
    background-color: red !important;
    width: 30% !important;
    float: left;
    margin-top: 0px !important;
    position: absolute;
}

.DocConfirmReadGreen {
    background-color: #739545 !important;
    width: 30% !important;
    float: left;
    margin-top: 0px !important;
    position: absolute;
}

.WarningConfirmRead {
    background-color: red !important;
    margin-left: 8px;
    margin-right: 8px;
}

.WarningConfirmReadGreen {
    background-color: #739545 !important;
    margin-left: 8px;
    margin-right: 8px;
}

.DocWithRead {
    width: 54% !important;
    float: right;
    margin-top: 0px !important;
    margin-right: 4px !important;
}

.docs div {
    background-color: #92c748;
    border: none;
    color: white;
    padding: 2px 12px;
    width: 93%;
    text-align: right;
    /* text-align: left; */
    margin-right: 13px;
    font-size: 14px;
    margin: 4px 2px;
    opacity: 0.8;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    clear: both;
    
}

        .docs div:hover {
            opacity: 1;
        }

    .docs img {
        width: 18px;
        margin-left: 6px;
        padding-right: 11px;
    }

#listalert .WarningMessage {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    /* position: absolute; */
    text-align: left;
    padding-top: 3px;
    margin-top: 15px;
    width: 97%;
    height: auto;
}

.files_grid {
    margin-top: 20px;
}

.newsDivDate, .newsDivCategory {
    text-align: left;
    float: left;
}

.newsDivDateTitle, .newsDivCategoryTitle, .newsDivDate, .newsDivCategory {
    text-align: left;
    float: left;
    font-size: 12px;
}

.newsDivCategoryTitle, .newsDivDateTitle {
    color: dimgrey;
}


.newsDivDate, .newsDivCategoryTitle, .newsDivCategory {
    padding-left: 5px;
}


.newsDivTitle {
    font-size: 16px;
    text-align: left;
    border-top: 1px solid #ccc;
}

.newsDivCategory {
}

.newsDivHTML {
    clear: both;
    border-top: 1px solid #cccccc;
    text-align: left;
}


#listWidget .employee.dx-list-item {
    border-bottom: 2px solid #5A5F64;
    height: 76px;
}

#listWidget .EmployeePhoto {
    max-height: 69px !important;
    height: 69px !important;
    /* position: absolute; */
    padding-left: 4px;
    float: left;
    max-width: 59px;
    padding-top: 4px;
    clip: rect(0px,63px,200px,0px);
}


#listWidget .Name {
    padding-left: 12%;
    font-size: 17px;
    position: absolute;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    z-index: 10000;
    padding-top: 19px;
    text-overflow: clip;
    width: 30%;
    line-height: 19px;
}




#listWidget .Schedule {
    padding-left: 12%;
    font-size: 13px;
    font-weight: 200;
    position: absolute;
    padding-top: 44px;
}

#listWidget .MovimentType {
    padding-left: 50%;
    font-size: 13px;
    padding-top: 6px;
    font-weight: 200;
    position: absolute;
}

#listWidget .MovimentDate {
    padding-left: 50%;
    font-size: 12px;
    padding-top: 28px;
    position: absolute;
}

#listWidget .MovimentHour {
    padding-left: 50%;
    font-size: 21px;
    font-weight: bolder;
    padding-top: 46px;
    position: absolute;
}

#listWidget .ImageMovimentType {
    float: right;
}

/*-------------------------------------------------------
     DASHBOARD ListDevices
------------------------------------------------------*/

#listDevices .name, #listDevices .date {
    padding-left: 12px;
    font-size: 16px;
    /* position: absolute; */
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    z-index: 10000;
    /* padding-top: 19px; */
    text-overflow: clip;
    /* width: 30%; */
    line-height: 19px;
}

#listDevices .date {
    font-size: 14px !important;
    height: 22px;
}

#listDevices .titlename, #listDevices .titledate {
    padding-left: 12px;
    font-size: 13px;
    /*position: absolute;*/
    text-align: left;
    cursor: pointer;
    padding-top: 5px;
    font-weight: 100;
    z-index: 10000;
    text-overflow: clip;
    width: 30%;
    line-height: 19px;
}

#listDevices .ImageMovimentType {
    /*float: right;*/
    height: unset;
    margin-top: 12px;
}


#listDevices .devices.dx-list-item {
    float: left;
    width: 47%;
    height: 94px;
    padding: 2px 2px 2px 2px;
    border: 1px solid #ccc;
    border-radius: 13px;
    margin-left: 9px;
    margin-bottom: 9px;
}

#listDevices img.connected_image {
    position: absolute;
    margin-top: -92px;
    padding: 0px 0px 4px 19%;
}

#listDevices img.image {
    float: right;
    position: absolute;
    margin-top: -100px;
    height: 91px;
    padding: 15px 0px 0px 8%;
}



/*-------------------------------------------------------
     DASHBOARD ListMail
------------------------------------------------------*/
#listMail .mail.dx-list-item {
    width: 47%;
    float: left;
    text-align: justify;
    background: #FBFCCD;
    margin-left: 17px;
    font-size: 14px;
    margin-bottom: 15px;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #BBBBBB;
    -moz-box-shadow: 4px 4px 2px #d2d2d2;
    -webkit-box-shadow: 4px 4px 2px #d2d2d2;
    box-shadow: 4px 4px 2px #d2d2d2;
}

#listMail .mail_message {
    padding: 20px
}
/*-------------------------------------------------------
     DASHBOARD ListAudit
------------------------------------------------------*/

#listAudit .audit.dx-list-item {
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
    padding-bottom: 7px;
    clear: both;
}

#listAudit .titledescription {
    font-weight: 900;
}

#listAudit .audit_description {
    margin-bottom: 4px;
    font-size: 13px;
}

#listAudit .description {
    background-color: #c5c5c5;
    height: 19px;
}

#listAudit .titledate, #listAudit .titleapp, #listAudit .titleuser {
    float: left;
    font-size: 12px;
    font-weight: 300;
    padding-right: 5px;
    padding-left: 5px;
}

#listAudit .audit_date, #listAudit .audit_user, #listAudit .audit_app {
    float: left;
    font-size: 12px;
    padding-right: 15%;
}
/*-------------------------------------------------------
     DASHBOARD ListComms
------------------------------------------------------*/
#listComms .comms.dx-list-item {
    text-align: left;
    border: 1px solid #ccc;
    margin-bottom: 11px;
    padding-bottom: 0px;
    clear: both;
}

#listComms .TitleName, #listComms .Titledescription {
    font-weight: 900;
    float: left;
    padding-left: 6px;
    padding-bottom: 5px;
    padding-top: 4px;
}

#listComms .name, #listComms .description {
    float: left;
    padding-top: 4px;
    margin-left: 4px;
}

#listComms .name, #listComms .description {
    width: 28%;
}


#listComms .resultdescription {
    background-color: #c5c5c5;
    height: 19px;
    clear: both;
}


#listComms .Backimage {
    width: 46px;
    background-color: 50px;
    height: 48px;
    position: absolute;
    background-color: #393939;
    right: 1px;
    margin-top: -29px;
}

#listComms .resultdescription .image {
    position: absolute;
    margin-top: -22px;
    right: 8px;
    background-color: white;
    border-radius: 20px;
}

#listComms .TitleDate, #listComms .TitleconclusionDate, #listComms .Titleconclusion {
    float: left;
    font-size: 12px;
    font-weight: 300;
    padding-right: 5px;
    padding-left: 5px;
}

#listComms .reqDate, #listComms .conclusionDate, #listComms .conclusion {
    float: left;
    font-size: 12px;
    padding-right: 15%;
}

/*----END DASHBOARD ListComms ------------*/
g.dxc-title text *,
g.dxg-title text * {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-weight: 300;
    font-size: 23px !important;
}

g.rangeContainer * {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 12px !important;
    font-weight: 100;
}

g.dxc-legend *,
g.dxg-legend *,
g.dxc-labels *,
g.dxg-labels * {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 12px !important;
    font-weight: 100;
}

g.dxc-labels *,
g.dxg-labels * {
    font-weight: 400;
}

#listWidget .dx-button, #listalert .dx-button, #listalert .dx-button, #listAudit .dx-button, #listComms .dx-button, #listWidget .dx-button, #listContingents .dx-button, #listmail .dx-button, #listDevices .dx-button, #listBirthday .dx-button {
    cursor: pointer;
    float: left;
    width: 96%;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 2px rgba(0,0,0,.15);
    box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 2px rgba(0,0,0,.15);
    background-color: #eae9e9;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: -moz-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: -ms-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: -o-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: linear-gradient(180deg,#eae9e9 0%,#e0e0df 100%);
    border: 1px solid rgba(0,0,0,.15);
    padding: 3px 18px;
}


    #listWidget .dx-button:hover, #listalert .dx-button:hover {
        background-color: #f8f8f8;
        background-repeat: no-repeat;
        background-image: -webkit-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
        background-image: -moz-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
        background-image: -ms-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
        background-image: -o-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
        background-image: linear-gradient(180deg,#f8f8f8 0%,#ededed 100%);
    }

img.ImageMovimentType {
    height: 76px;
}

#listWidget .Device {
    font-size: 11px;
    right: 59px;
    float: right;
    text-align: right;
    padding-top: 47px;
    position: absolute;
}

#listWidget .Coordinates {
    padding-top: 5px;
    right: 9%;
    position: absolute;
}

img.Coordinates {
    cursor: pointer;
}



#listWidget .divMovimentType {
    background-color: #e9f4db;
    width: 100%;
    position: absolute;
    z-index: -1000;
    height: 94px;
}

#listWidget .divMovimentTypeRed {
    background-color: #F4DBDC;
    width: 100%;
    position: absolute;
    z-index: -1000;
    height: 94px;
}


.ASPxDateEditDatedashboard {
    float: left;
    padding-left: 0px;
}




    .ASPxDateEditDatedashboard .dxeTextBox_appStyle td.dxic, .dxeButtonEdit_appStyle td.dxic {
        padding-bottom: 4px !important;
        padding-left: 1px !important;
        padding-right: 2px !important;
        /*background-color: #fafafa !important;*/
        border: 1px Solid #d1d1d1 !important;
        -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.05) !important;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.05) !important;
    }

#ctl00_ASPxSplitter2_ContentPlaceHolder1_ASPxDateEditDatedashboard input {
    font-size: 19px !important;
    font-weight: 100;
}




/* Watch */


.clockdiv {
    width: 500px;
    background: white;
    height: 40px;
}

.clock {
    width: 93px;
    float: left;
    margin: 0px auto;
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    padding: 6px;
    background: #6E6E6E;
    border: 1px Solid #d1d1d1;
    color: #fff;
}

    .clock ul {
        margin: 0 auto;
        padding: 0px;
        list-style: none;
        text-align: center;
    }

        .clock ul li {
            display: inline;
            font-size: 18px;
            font-weight: bolder;
            color: #ffffff;
            text-align: center;
        }

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 0px;
    padding-right: 0px;
}


/*///////////////////////////////////////////////////////////////////////////////*/


/*-------------------------------------------------------
     Bar Settigns
------------------------------------------------------*/

.first_menu_settings {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1000000;
    float: right;
    /*margin: 0 auto;*/
}

#admin_settigns1 {
    padding-right: 49px;
    padding-top: 4px;
}

#admin_settigns {
    width: 73px;
    height: 34px;
    float: right;
    color: #888;
    border: none;
    border-radius: 3px;
    padding: 1px 4px 0 12px;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 3px;
    margin-right: 7px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}


#settings {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 14px 0 0;
    border: none;
    outline: none;
    color: #D8D8D8;
    font-size: 20px;
}



#admin_text img {
    cursor: pointer;
    /* padding-top: 4px; */
    width: 26px;
    height: 26px;
    border: 1px solid white;
    float: right;
}

#admin_text, #settings {
    cursor: pointer;
    margin-top: 4px;
}



    #settings:hover {
        color: #fff;
    }

#menu_settigns {
    display: none;
    margin-right: 7px;
    padding-top: 18px;
    margin-top: 18px;
}


    #menu_settigns a {
        display: block;
        background: #52808B;
        width: 160px;
        height: 40px;
        text-align: right;
        padding: 0px 38px 0px 0px;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.9);
        line-height: 40px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    }

        #menu_settigns a:nth-child(2) {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        #menu_settigns a:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        #menu_settigns a:hover {
            color: #fff;
        }

            #menu_settigns a:hover > .fa {
                color: #fff;
            }

#firstIcon, #secondIcon, #thirdIcon, #fourthIcon {
    position: absolute;
    margin-top: 10px;
    right: 0;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
}

#firstIcon {
    margin-right: 14px;
}

#secondIcon {
    margin-right: 11px;
}

#thirdIcon {
    margin-right: 11px;
}

#fourthIcon {
    margin-right: 13px;
}

#arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #52808B;
    margin-left: 137px;
}

.addimages {
    height: 30px;
    margin-top: 10px !important;
    padding: 10px !important;
    height: 30px;
    margin-top: 10px !important;
    padding: 10px !important;
    font-size: 12px !important;
}
/*///////////////////////////////////////////////////////////////////////////////*/

/*Legenda Marcação de Férias*/
.legenda_cores {
    float: right;
    margin-top: 18px;
    font-size: 13px;
}

    .legenda_cores div {
        float: left;
    }

    .legenda_cores .espaco {
        width: 15px;
        height: 15px;
    }

    .legenda_cores .ferias {
        width: 18px;
        height: 17px;
        padding-top: 1px;
        font-size: 10px;
        margin-right: 4px;
        background-color: rgb(239, 225, 95);
    }

    .legenda_cores .aprovarferias {
        width: 18px;
        height: 17px;
        padding-top: 1px;
        font-size: 10px;
        margin-right: 4px;
        ;
        background-color: rgb(147, 201, 73);
    }

    .legenda_cores .alreadyaproved {
        width: 18px;
        height: 17px;
        padding-top: 1px;
        font-size: 10px;
        margin-right: 4px;
        ;
        background-color: rgb(208, 119, 60);
    }

    .legenda_cores .feriados {
        width: 18px;
        height: 18px;
        margin-right: 4px;
        background-color: #F7ABBE;
    }

    .legenda_cores .fimsemana {
        width: 18px;
        height: 18px;
        margin-right: 4px;
        background-color: #a0a0a0;
    }

    .legenda_cores .marcarausencia {
        width: 18px;
        height: 18px;
        margin-right: 4px;
        background-color: rgb(124, 146, 202);
    }

    .legenda_cores .folga {
        width: 18px;
        height: 18px;
        margin-right: 4px;
        background-color: rgb(255, 128, 0);
    }

/*Botões Férias*/
.holiday_buttons {
    margin-top: 18px;
}

    .holiday_buttons .holiday_buttons1,
    .holiday_buttons .holiday_buttons2,
    .holiday_buttons .holiday_buttons3,
    .holiday_buttons .holiday_buttons4,
    .holiday_buttons .scales_buttons01,
    .holiday_buttons .scales_buttons02,
    .holiday_buttons .scales_buttons03,
    .holiday_buttons .scales_buttons04,
    .holiday_buttons .scales_buttons05,
    .holiday_buttons .scales_buttons06,
    .holiday_buttons .scales_buttons07,
    .holiday_buttons .scales_buttons08,
    .holiday_buttons .scales_buttons09,
    .holiday_buttons .scales_buttons10,
    .holiday_buttons .scales_buttons11,
    .holiday_buttons .scales_buttons12,
    .holiday_buttons .scales_buttons13,
    .holiday_buttons .scales_buttons14,
    .holiday_buttons .scales_buttons15,
    .holiday_buttons .scales_buttons16,
    .holiday_buttons .scales_buttons17,
    .holiday_buttons .scales_buttons18,
    .holiday_buttons .scales_buttons19,
    .holiday_buttons .scales_buttons20,
    .holiday_buttons .scales_buttons21 {
    }

    .holiday_buttons .holiday_buttons11,
    .holiday_buttons .holiday_buttons22,
    .holiday_buttons .holiday_buttons33,
    .holiday_buttons .holiday_buttons44,
    .holiday_buttons .scales_buttons011,
    .holiday_buttons .scales_buttons022,
    .holiday_buttons .scales_buttons033,
    .holiday_buttons .scales_buttons044,
    .holiday_buttons .scales_buttons055,
    .holiday_buttons .scales_buttons066,
    .holiday_buttons .scales_buttons077,
    .holiday_buttons .scales_buttons088,
    .holiday_buttons .scales_buttons099,
    .holiday_buttons .scales_buttons100,
    .holiday_buttons .scales_buttons110,
    .holiday_buttons .scales_buttons120,
    .holiday_buttons .scales_buttons130,
    .holiday_buttons .scales_buttons140,
    .holiday_buttons .scales_buttons150,
    .holiday_buttons .scales_buttons160,
    .holiday_buttons .scales_buttons170,
    .holiday_buttons .scales_buttons180,
    .holiday_buttons .scales_buttons190,
    .holiday_buttons .scales_buttons200,
    .holiday_buttons .scales_buttons210 {
        border: solid 2px #505050;
    }

/*Popup tratar exceções*/
.headerPopup {
    background-color: #646464 !important;
    border-bottom: 1px solid #646464 !important;
    font-size: 19px;
    color: white !important;
    padding: 4px 2px 2px 12px !important;
}

.popup_stile {
    height: 600px;
}

/*Editar movimentos*/
.dxbButton {
    padding: 5px 10px 5px 10px;
    text-align: center;
    border: 1px solid #c4c4c4;
    font-weight: 300;
    font-size: 14px;
    border-radius: 3px !important;
    background: #a0a0a0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia…hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    color: black;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    font: 12px Tahoma, Geneva, sans-serif;
    border: 1px solid #7F7F7F;
    background: #E0DFDF url(/DXR.axd?r=1_23-BlZHd) repeat-x top;
    padding: 1px;
}

.grid_select {
}

    .grid_select .dxICheckBox_appStyle {
        border: 1px solid black;
        width: 25px;
        height: 25px;
    }

    .grid_select .dxICheckBox_appStyle,
    .grid_select .dxichSys,
    .grid_select .dx-not-acc,
    .grid_select .dxcbCI {
        background-position: 2px 2px !important;
        /*background-image: url('../images/validar.png') !important;*/
        background-repeat: no-repeat !important;
    }

    .grid_select .dxWeb_edtCheckBoxChecked_appStyle,
    .grid_select .dxgvSelectedRow_appStyle td span {
        background-position: 2px 2px !important;
        background-image: url('../images/validar.png') !important;
        background-size: 21px !important;
        background-repeat: no-repeat !important;
    }

.dxgvHeader_appStyle table tbody tr td span {
    background-position: 2px 2px !important;
    background-size: 21px !important;
    background-repeat: no-repeat !important;
}

/*.dxgvCommandColumn_appStyle {
    background-image: url(../images/img_separator.png);
}*/

.bot_eliminar_foto {
    position: absolute;
    padding-top: 30px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    .bot_eliminar_foto .ButtonNewAll img, .IcoUpload img {
        padding-right: 0px;
        height: 18px;
    }

    .bot_eliminar_foto .ButtonNewAll {
        margin: 5px;
        margin-top: -20px;
        float: right;
        margin-right: 0px;
    }

    .bot_eliminar_foto .dxbButton_appStyle {
        padding: 1px 3px 0px 3px;
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    }

.updatePanelPopup {
    margin-left: 25px;
}

.comodo_secure {
    /* margin-bottom: 0; */
    position: fixed;
    bottom: 6px;
    z-index: 100;
    left: 6px;
}

.form1 .dxtvControl {
    min-width: 280px;
}

div#map2 {
    z-index: 1000;
    width: 50% !important;
    position: absolute;
}

li.formList {
    height: 360px;
}

td.dxgv.asd div {
    width: 100px;
    height: 100px;
    background-color: red;
    border: 1px solid;
}

.div_add_moviment_hidden {
    visibility: hidden !important;
}

.monthTitle {
    text-align: left;
}

.zoneMap {
    width: 1000px;
    height: 400px;
}

.consultMap {
    width: 1522px;
    height: 743px;
}

.addMovMap {
    position: absolute !important;
    width: 533px;
    height: 359px;
}
/*Setas botões
*/

#listContingents .TitleName {
    float: left;
    font-weight: bold;
    text-align: left;
}

#listContingents .name {
    text-align: left;
    margin-left: 80px;
}

#listContingents .TitleStartDate {
    float: left;
    font-weight: bold;
    text-align: left;
}

#listContingents .startDate {
    float: left;
    text-align: left;
    margin-left: 3px;
}

#listContingents .TitleEndDate {
    float: left;
    font-weight: bold;
    text-align: left;
    margin-left: 50px;
}

#listContingents .endDate {
    text-align: left;
    margin-left: 256px;
}

#listContingents .TitleBalance {
    float: left;
    font-weight: bold;
    text-align: left;
}

#listContingents .balance {
    text-align: left;
    margin-left: 80px;
    font-size: 16px;
}

#listContingents .TitleBalanceUsed {
    float: left;
    font-weight: bold;
    text-align: left;
}

#listContingents .balanceUsed {
    text-align: left;
    margin-left: 80px;
    font-size: 16px;
}

.contingents.dx-list-item {
    border-bottom: 2px solid #dadada;
}















/*:::::::::::::::::::::::::::::::::::::::::::: checkbox radiobox :::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
input[type=checkbox],
input[type=radio] {
    margin: 0px !important;
    border: 1px solid #12c128 !important;
    width: 20px !important;
    height: 20px !important;
    line-height: normal !important;
}

.sidebar input[type=checkbox], .sidebar input[type=radio] {
    margin: 0px !important;
    border: 1px solid #12c128 !important;
    width: 20px !important;
    height: 20px !important;
    line-height: normal !important;
}

label {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: -1px !important;
    color: #818181 !important;
    margin-top: 0px !important;
    /*font-weight: 700 !important;*/
}

.checkboxnew label,
.pagebgTitle label {
    position: absolute;
    margin-top: -1px !important;
}

li.form_radio table tr td table tr td {
    float: left;
    color: #818181 !important;
}


.dxigControl.dxTouchUI .dxWeb_igCloseButton,
.dxigControl.dxTouchUI .dxWeb_igPauseButton,
.dxigControl.dxTouchUI .dxWeb_igPlayButton,
.dxpc-collapseBtnChecked .dxWeb_pcCollapseButton,
.dxpc-maximizeBtnChecked .dxWeb_pcMaximizeButton,
.dxpc-pinBtnChecked .dxWeb_pcPinButton,
.dxrpCollapsed .dxWeb_rpCollapseButton,
.dxWeb_edtCheckBoxChecked,
.dxWeb_edtCheckBoxCheckedDisabled,
.dxWeb_edtCheckBoxGrayed,
.dxWeb_edtCheckBoxGrayedDisabled,
.dxWeb_edtCheckBoxUnchecked,
.dxWeb_edtCheckBoxUncheckedDisabled,
.dxWeb_fmCopyButton,
.dxWeb_fmCopyButtonDisabled,
.dxWeb_fmCreateButton,
.dxWeb_fmCreateButtonDisabled,
.dxWeb_fmDeleteButton,
.dxWeb_fmDeleteButtonDisabled,
.dxWeb_fmDwnlButton,
.dxWeb_fmDwnlButtonDisabled,
.dxWeb_fmFolder,
.dxWeb_fmFolderLocked,
.dxWeb_fmMoveButton,
.dxWeb_fmMoveButtonDisabled,
.dxWeb_fmRefreshButton,
.dxWeb_fmRefreshButtonDisabled,
.dxWeb_fmRenameButton,
.dxWeb_fmRenameButtonDisabled,
.dxWeb_fmThumbnailCheck,
.dxWeb_igCloseButton,
.dxWeb_igNavigationBarMarker,
.dxWeb_igNextButton,
.dxWeb_igNextButtonDisabled,
.dxWeb_igNextButtonHover,
.dxWeb_igNextButtonPressed,
.dxWeb_igPauseButton,
.dxWeb_igPlayButton,
.dxWeb_igPrevButton,
.dxWeb_igPrevButtonDisabled,
.dxWeb_igPrevButtonHover,
.dxWeb_igPrevButtonPressed,
.dxWeb_isDot,
.dxWeb_isDotDisabled,
.dxWeb_isDotPressed,
.dxWeb_isDotSelected,
.dxWeb_isNextBtnHor,
.dxWeb_isNextBtnHorDisabled,
.dxWeb_isNextBtnVert,
.dxWeb_isNextBtnVertDisabled,
.dxWeb_isNextPageBtnHor,
.dxWeb_isNextPageBtnHorDisabled,
.dxWeb_isNextPageBtnHorOutside,
.dxWeb_isNextPageBtnHorOutsideDisabled,
.dxWeb_isNextPageBtnVert,
.dxWeb_isNextPageBtnVertDisabled,
.dxWeb_isNextPageBtnVertOutside,
.dxWeb_isNextPageBtnVertOutsideDisabled,
.dxWeb_isPauseBtn,
.dxWeb_isPlayBtn,
.dxWeb_isPrevBtnHor,
.dxWeb_isPrevBtnHorDisabled,
.dxWeb_isPrevBtnVert,
.dxWeb_isPrevBtnVertDisabled,
.dxWeb_isPrevPageBtnHor,
.dxWeb_isPrevPageBtnHorDisabled,
.dxWeb_isPrevPageBtnHorOutside,
.dxWeb_isPrevPageBtnHorOutsideDisabled,
.dxWeb_isPrevPageBtnVert,
.dxWeb_isPrevPageBtnVertDisabled,
.dxWeb_isPrevPageBtnVertOutside,
.dxWeb_isPrevPageBtnVertOutsideDisabled,
.dxWeb_izEWCloseButton,
.dxWeb_izHint,
.dxWeb_mHorizontalPopOut,
.dxWeb_mScrollDown,
.dxWeb_mScrollUp,
.dxWeb_mSubMenuItem,
.dxWeb_mSubMenuItemChecked,
.dxWeb_mVerticalPopOut,
.dxWeb_mVerticalPopOutRtl,
.dxWeb_nbCollapse,
.dxWeb_nbExpand,
.dxWeb_pAll,
.dxWeb_pAllDisabled,
.dxWeb_pcCloseButton,
.dxWeb_pcCollapseButton,
.dxWeb_pcMaximizeButton,
.dxWeb_pcPinButton,
.dxWeb_pcRefreshButton,
.dxWeb_pcSizeGrip,
.dxWeb_pcSizeGripRtl,
.dxWeb_pFirst,
.dxWeb_pFirstDisabled,
.dxWeb_pLast,
.dxWeb_pLastDisabled,
.dxWeb_pNext,
.dxWeb_pNextDisabled,
.dxWeb_pPopOut,
.dxWeb_pPopOutDisabled,
.dxWeb_pPrev,
.dxWeb_pPrevDisabled,
.dxWeb_rMinBtn,
.dxWeb_rMinBtnChecked.dxWeb_rMinBtn,
.dxWeb_rMinBtnChecked.dxWeb_rMinBtnHover,
.dxWeb_rMinBtnChecked.dxWeb_rMinBtnPressed,
.dxWeb_rMinBtnHover,
.dxWeb_rMinBtnPressed,
.dxWeb_rpCollapseButton,
.dxWeb_rPopOut,
.dxWeb_splHCollapseBackwardButton,
.dxWeb_splHCollapseBackwardButtonHover,
.dxWeb_splHCollapseForwardButton,
.dxWeb_splHCollapseForwardButtonHover,
.dxWeb_splHSeparator,
.dxWeb_splHSeparatorHover,
.dxWeb_splVCollapseBackwardButton,
.dxWeb_splVCollapseBackwardButtonHover,
.dxWeb_splVCollapseForwardButton,
.dxWeb_splVCollapseForwardButtonHover,
.dxWeb_splVSeparator,
.dxWeb_splVSeparatorHover,
.dxWeb_tcScrollLeft,
.dxWeb_tcScrollLeftDisabled,
.dxWeb_tcScrollLeftHover,
.dxWeb_tcScrollLeftPressed,
.dxWeb_tcScrollRight,
.dxWeb_tcScrollRightDisabled,
.dxWeb_tcScrollRightHover,
.dxWeb_tcScrollRightPressed,
/*.dxWeb_tvColBtn,
.dxWeb_tvColBtnRtl,
.dxWeb_tvExpBtn,
.dxWeb_tvExpBtnRtl,*/
.dxWeb_ucClearButton,
.dxWeb_ucClearButtonDisabled {
    background-image: url('../images/DXR1.png') !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
}



.dxWeb_edtCheckBoxUncheckedDisabled {
    background-position: -86px -289px !important;
    width: 19px !important;
    height: 17px !important;
}

.dxWeb_edtCheckBoxChecked {
    background-position: -68px -289px !important;
    width: 19px !important;
    height: 17px !important;
}

.dxWeb_edtCheckBoxUnchecked {
    background-position: -50px -289px;
    width: 19px;
    height: 17px;
}

.dxWeb_edtCheckBoxGrayed {
    background-position: -168px -273px;
    width: 19px;
    height: 17px;
}


.dxWeb_edtCheckBoxCheckedDisabled {
    background-position: -32px -289px;
    width: 19px;
    height: 17px;
}

.dxEditors_edtRadioButtonChecked, .dxEditors_edtRadioButtonCheckedDisabled, .dxEditors_edtRadioButtonUnchecked, .dxEditors_edtRadioButtonUncheckedDisabled {
    background-image: url('../images/DXR1.png') !important;
}


.dxEditors_edtRadioButtonUnchecked {
    background-position: -78px -306px;
    width: 18px;
    height: 17px;
}

.dxEditors_edtRadioButtonChecked {
    background-position: -96px -306px;
    width: 18px;
    height: 17px;
}

.dxeRadioButtonList td.dxe, .dxeCheckBoxList td.dxe {
    padding: 0px !important;
}

dxeRadioButtonList td.dxe, .dxeCheckBoxList td.dxe {
    padding: 0px !important;
}



/*************************************************************************************************
 * Icones Botoes
 *************************************************************************************************/


.dxEditors_edtSpinEditIncrementImage {
    background-position: -126px -204px !important;
    width: 10px !important;
    height: 5px !important;
}

.dxEditors_edtSpinEditDecrementImage {
    background-position: -159px -126px !important;
    width: 10px !important;
    height: 5px !important;
}

.dxEditors_edtSpinEditIncrementImage, .dxEditors_edtSpinEditDecrementImage {
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../images/DXR.png) !important;
}



/*:::::::::::::::::::::::::::::::::::::::::::: tree :::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.dxtvControl .dxtv-subnd {
    margin-left: 8px !important;
}



/*:::::::::::::::::::::::::::::::::::::::::::: Calendar :::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.Calendar {
    font-family: 'Oswald', Helvetica,Arial,sans-serif !important;
    font-size: 11px;
    text-align: left;
}


.dxeCalendarHeader {
    background-color: #7d7d7d;
    border-top: 1px solid #c9c9c9;
    border-right: 0 solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    color: white;
    border-left: 0 solid #c9c9c9;
    padding: 4px 7px;
}

.dxeCalendarWeekend {
    color: #000 !important;
    font-weight: 500;
}

.dxeCalendarToday {
    border: 1px solid #000;
}


/*-------------------------------------------------------
     DASHBOARD Telework
------------------------------------------------------*/
@media screen and (max-width: 1380px) {

    #listWidgetTelework .Schedule {
        padding-top: 43px;
        text-overflow: clip;
        width: 198px;
    }

    #listWidgetTelework .Temperature {
        padding-top: 11px;
    }

    #listWidgetTelework .Device {
        padding-left: 83%;
        width: 70px;
        padding-top: 27px;
    }
}

#listWidgetTelework img.LastPicture {
    max-height: 68px;
    position: absolute;
    margin-top: -61px;
    border-radius: 13px;
    margin-left: 55px;
}


#listWidgetTelework {
    width: 100% !important;
    float: right;
}

#listWidgetTelework {
    overflow-y: visible;
    overflow-x: hidden !important;
    overflow: auto;
}

#listWidgetTelework {
    width: 100% !important;
    float: right;
}

#listWidgetTelework {
    overflow-y: visible;
    overflow-x: hidden !important;
    overflow: auto;
    margin-top: 13px;
}


    #listWidgetTelework .employee.dx-list-item {
        border-bottom: 2px solid #5A5F64;
        height: 76px;
    }

    #listWidgetTelework .EmployeePhoto {
        height: 69px !important;
        /* position: absolute; */
        padding-left: 4px;
        float: left;
        padding-top: 4px;
        clip: rect(0px,63px,200px,0px);
    }


    #listWidgetTelework .Name {
        padding-left: 79px;
        font-size: 17px;
        position: absolute;
        text-align: left;
        cursor: pointer;
        font-weight: bold;
        z-index: 10000;
        padding-top: 19px;
        text-overflow: clip;
        width: 30%;
        line-height: 19px;
    }

    #listWidgetTelework .TitleTotalImages {
        font-size: 15px;
        padding-top: 13px;
        font-weight: 200;
    }

    #listWidgetTelework .TotalImages {
        font-size: 20px;
    }



    #listWidgetTelework .Schedule {
        padding-left: 79px;
        font-size: 13px;
        font-weight: 200;
        position: absolute;
        padding-top: 44px;
    }

    #listWidgetTelework .MovimentType {
        padding-left: 25%;
        font-size: 15px;
        padding-top: 13px;
        font-weight: 200;
        position: absolute;
    }

    #listWidgetTelework .MovimentDate {
        padding-left: 25%;
        font-size: 15px;
        padding-top: 40px;
        position: absolute;
    }

    #listWidgetTelework .MovimentHour {
        padding-left: 35%;
        font-size: 27px;
        font-weight: bolder;
        padding-top: 19px;
        position: absolute;
    }

    #listWidgetTelework .ImageMovimentType {
        float: right;
        margin-top: -65px;
    }

    #listWidgetTelework .red .ImageMovimentType {
        margin-top: 0px;
    }


ImageMovimentType
#listWidgetTelework .dx-button {
    cursor: pointer;
    float: left;
    width: 95%;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 2px rgba(0,0,0,.15);
    box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 2px rgba(0,0,0,.15);
    background-color: #eae9e9;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: -moz-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: -ms-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: -o-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: linear-gradient(180deg,#eae9e9 0%,#e0e0df 100%);
    border: 1px solid rgba(0,0,0,.15);
    padding: 3px 18px;
}


#listWidgetTelework .dx-button:hover, #listalert .dx-button:hover {
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
    background-image: -moz-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
    background-image: -ms-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
    background-image: -o-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
    background-image: linear-gradient(180deg,#f8f8f8 0%,#ededed 100%);
}


#listWidgetTelework .Device {
    font-size: 12px;
    right: 59px;
    float: right;
    text-align: right;
    padding-top: 52px;
    position: absolute;
}

#listWidgetTelework .Coordinates {
    padding-top: 13px;
    right: 72px;
    /* margin-left: 20%; */
    position: absolute;
}

#listWidgetTelework .divMovimentType {
    background-color: #e9f4db;
    width: 100%;
    position: absolute;
    z-index: -1000;
    height: 94px;
}

#listWidgetTelework .divMovimentTypeRed {
    background-color: #F4DBDC;
    width: 100%;
    position: absolute;
    z-index: -1000;
    height: 94px;
}

.onlineTelework {
    position: absolute;
    left: 331px;
    margin-top: -39px;
    font-size: 26px;
    color: #5c9b06;
}

#listWidgetTelework img.ImageMovimentType {
    height: 76px;
}

#listWidgetTelework .red .TitleTotalImages,
#listWidgetTelework .red .TotalImages,
#listWidgetTelework .red .Coordinates {
    visibility: hidden;
    display: none;
}
/*********************** Consultar registo *************************/

td.imgSlideShow img {
    max-height: 79px !important;
    text-align: right;
    width: auto !important;
    float: right;
}

/*-------------------------------------------------------
     DASHBOARD Temperature
------------------------------------------------------*/
@media screen and (max-width: 1380px) {

    #listWidgetTemperature .Temperature {
        padding-top: 11px;
    }

    #listWidgetTemperature .Device {
        padding-left: 83%;
        width: 70px;
        padding-top: 27px;
    }
}


#listWidgetTemperature {
    width: 100% !important;
    float: right;
    overflow-y: visible;
    overflow-x: hidden !important;
    overflow: auto;
    margin-top: 13px;
}

    #listWidgetTemperature .employee.dx-list-item {
        border-bottom: 2px solid #5A5F64;
        height: 76px;
    }

    #listWidgetTemperature .Temperature {
        padding-left: 79px;
        font-size: 31px;
        position: absolute;
        text-align: left;
        cursor: pointer;
        font-weight: bold;
        z-index: 10000;
        padding-top: 31px;
        text-overflow: clip;
        width: 30%;
        line-height: 19px;
    }

    #listWidgetTemperature .MovimentType {
        padding-left: 25%;
        font-size: 15px;
        padding-top: 13px;
        font-weight: 200;
        position: absolute;
    }

    #listWidgetTemperature .MovimentDate {
        padding-left: 25%;
        font-size: 16px;
        padding-top: 28px;
        position: absolute;
    }

    #listWidgetTemperature .MovimentHour {
        padding-left: 35%;
        font-size: 27px;
        font-weight: bolder;
        padding-top: 19px;
        position: absolute;
    }

    #listWidgetTemperature .ImageMovimentType {
        float: right;
    }

    #listWidgetTemperature .red .ImageMovimentType {
        margin-top: 0px;
    }


ImageMovimentType
#listWidgetTemperature .dx-button {
    cursor: pointer;
    float: left;
    width: 95%;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 2px rgba(0,0,0,.15);
    box-shadow: inset 0 1px rgba(255,255,255,.35),0 1px 2px rgba(0,0,0,.15);
    background-color: #eae9e9;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: -moz-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: -ms-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: -o-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%);
    background-image: linear-gradient(180deg,#eae9e9 0%,#e0e0df 100%);
    border: 1px solid rgba(0,0,0,.15);
    padding: 3px 18px;
}


#listWidgetTemperature .dx-button:hover, #listalert .dx-button:hover {
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
    background-image: -moz-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
    background-image: -ms-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
    background-image: -o-linear-gradient(-90deg,#f8f8f8 0%,#ededed 100%);
    background-image: linear-gradient(180deg,#f8f8f8 0%,#ededed 100%);
}


#listWidgetTemperature .Device {
    font-size: 12px;
    right: 94px;
    float: right;
    text-align: right;
    padding-top: 33px;
    position: absolute;
}

#listWidgetTemperature .divMovimentType {
    background-color: #e9f4db;
    width: 100%;
    position: absolute;
    z-index: -1000;
    height: 94px;
}

#listWidgetTemperature .divMovimentTypeRed {
    background-color: #F4DBDC;
    width: 100%;
    position: absolute;
    z-index: -1000;
    height: 94px;
}

.onlineTemperatureNormal {
    position: absolute;
    margin-top: -39px;
    font-size: 26px;
    right: 303px;
    color: #5c9b06;
}

.onlineTemperatureElevated {
    position: absolute;
    margin-top: -39px;
    font-size: 26px;
    float: right;
    right: 25px;
    color: #ff0000;
}

#listWidgetTemperature img.ImageMovimentType {
    height: 76px;
}

#listWidgetTemperature .red .TitleTotalImages,
#listWidgetTemperature .red .TotalImages,
#listWidgetTemperature .red .Coordinates {
    visibility: hidden;
    display: none;
}

.DashTemperature .princ_col .one_col {
    float: none !important;
}

/*************************************************************************************************
 * FormDataBase
 *************************************************************************************************/


.FormDataBase {
    position: absolute;
    width: 351px;
    height: 448px;
    z-index: 15;
    top: 30%;
    left: 50%;
    margin: -100px 0px 0px -177px;
    border: 1px solid #7D7D7D;
    background-color: #e8e8e8;
    border-radius: 5px;
    border: 1px solid #7D7D7D;
    box-shadow: 1px 4px 44px 3px rgba(0, 0, 0, 0.75);
}

    .FormDataBase .title_form_database {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
    }

    .FormDataBase .subtitle_form_database {
        font-size: 13px;
        color: #757575;
        font-weight: 100;
        margin-right: 10px !important;
        padding-right: 50px !important;
        right: 23px !important;
    }


    .FormDataBase .form-back-title {
        width: 300px;
    }

.form-back-title-1 {
    background-color: #757575;
    padding: 4px;
}

.FormDataBase .form_database {
    width: 300px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: no-repeat;
}

.FormDataBase .login_utilizador_text_default input,
.FormDataBase .login_password_text_default input {
    color: #cccccc !important;
    font-weight: 300;
    padding-left: 30px;
}

.FormDataBase .login_utilizador_text input,
.FormDataBase .login_password_text input,
.FormDataBase .dxeFocused_QtrackStyle input {
    color: black;
    font-weight: 400;
    padding-left: 30px;
}

.FormDataBase .login_utilizador,
.FormDataBase .login_password,
.FormDataBase .bd_connect {
    position: absolute;
    width: 22px;
    height: 22px;
    padding-top: 9px;
    padding-left: 5px;
    z-index: 1000;
}


.FormDataBase .logo_login {
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 18px;
    margin-left: 22px;
    height: 32%;
    width: 100%;
}

.FormDataBase .forms_login {
    padding-top: 77px;
    padding-left: 26px;
}

.FormDataBase .div_bot_login {
    bottom: 7px !important;
    right: 0px !important;
    position: absolute;
}

.FormDataBase .bot_login {
    float: right;
    width: 185px;
    clear: both;
    margin-right: 25px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    border: 1px solid #c4c4c4;
    font-weight: 300;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px !important;
    background: #ee3c30;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0ia…hlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
    background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(205,205,205,1) 100%);
    color: black;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}

    .FormDataBase .bot_login:hover {
        border: 1px solid #454545;
        background: #ee3c30;
        background: -ms-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -o-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        background: linear-gradient(to bottom, rgba(205,205,205,1) 0%, rgba(235,235,235,1) 100%);
        color: black;
        box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
        -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    }

/*************************************************************************************************
 * Employee
 *************************************************************************************************/



/* TAB */

.dxtcLite > .dxtc-stripContainer .dxtc-leftIndent, .dxtcLite > .dxtc-stripContainer .dxtc-rightIndent {
    width: 0px !important;
}

.dxtcLite > .dxtc-stripContainer .dxtc-sbIndent {
    width: 2px !important;
}

.dxtcLite > .dxtc-stripContainer .dxtc-sb {
    background: #E8E7E8 url(/DXR.axd?r=1_123-Gp3dl) repeat-x;
    border: 1px solid #7F7F7F;
    padding: 8px;
}

.dxtcLite > .dxtc-stripContainer .dxtc-sbWrapper {
    border-top: 0px solid transparent !important;
}

.dxWeb_tcScrollLeft {
    background-position: -128px -202px !important;
    width: 10px !important;
    height: 7px !important;
}

.dxWeb_tcScrollRight {
    background-position: -137px -202px !important;
    width: 10px !important;
    height: 7px !important;
}

.dxWeb_tcScrollLeftDisabled {
    background-position: -144px -202px !important;
    width: 10px !important;
    height: 7px !important;
}

.dxWeb_tcScrollRightDisabled {
    background-position: -169px -202px !important;
    width: 10px !important;
    height: 7px !important;
}

div.dxtcSys > .dxtc-content > div, div.dxtcSys > .dxtc-content > div > div {
    width: 100%;
    height: auto !important;
}


.separador_funcionarios {
    clear: both;
}

.delete_func {
    float: right;
    margin-bottom: 6px;
}

.ButtonRight {
    margin-right: 5px;
}

.floatCkeck li {
    float: left;
}
/*************************************************************************************************
 * Bombo Box - Search
 *************************************************************************************************/

.combodevices .dxlbd {
    height: 349px !important;
}

.dxeDropDownWindow {
    height: 357px !important;
    position: absolute;
}

.combosearch {
    height: 355px;
    width: 308px;
    overflow: scroll;
    overflow-x: hidden;
}

.dxtlSearchPanel > table {
    width: 100% !important;
    max-width: none !important;
}

.combosearch .dxic input {
    width: 273px !important;
}

.dxtlSearchPanel {
    border: none !important;
    width: 276px;
}

.dxeDropDownWindow {
    width: 310px !important;
}

element.style {
    width: 100%;
}

/*************************************************************************************************
 * Box Notification
 *************************************************************************************************/

.alertFields {
    text-align: left;
}

#toast-container > .toast-warning {
    background-position-y: 14px;
}

.about {
    position: absolute;
    right: 12px;
    width: 30px;
    height: 30px;
}

    .about .btn_about {
        border: none;
        margin-top: 1px;
        background: none;
    }

        .about .btn_about img {
            width: 20px;
            border: 2px solid #fff;
            border-radius: 15px;
            background: white;
        }

.about_window {
    width: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,1));
    height: 281px;
}

    .about_window ul {
        margin-left: 50px;
        padding-top: 13px;
        line-height: 40px;
    }

li.about_numberVersion span {
    font-size: 15px !important;
}

li.about_version span {
    font-size: 14px;
    font-weight: 500;
}

.ListServicesStruct .dxtlCSD {
    height: auto !important;
}

/*-------------------------------------------------------
     DASHBOARD ListAudit
------------------------------------------------------*/

#listExceptionsWidget .exceptions.dx-list-item {
    text-align: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
    padding-bottom: 7px;
    background: #F4DBDC;
    cursor: pointer;
    clear: both;
}

#listExceptionsWidget .exceptions_user {
    padding-left: 70px;
    font-size: 17px;
    padding-top: 5px;
    line-height: 19px;
}

#listExceptionsWidget .exceptions_description {
    font-weight: bold;
}

#listExceptionsWidget .exceptions_description, #listExceptionsWidget .exceptions_date {
    padding-left: 70px;
    font-size: 15px;
    padding-top: 2px;
}

#listExceptionsWidget .exceptions_photo {
    max-height: 69px !important;
    height: 69px !important;
    padding-left: 4px;
    float: left;
    max-width: 59px;
    padding-top: 4px;
    clip: rect(0px,63px,200px,0px);
}

#ctl00_ASPxSplitter2_ContentPlaceHolder1_ddNodes_DDD_PW-1 {
    overflow: auto !important;
}

.info_templates {
    margin: 10px;
}

.div_grid_scroll {
}

/*-------------------------------------------------------
     DASHBOARD proof of life
------------------------------------------------------*/
.proofOfLifeList.dx-list-item {
    width: 100%;
    clear: both;
    line-height: 22px;
    border-bottom: 2px solid #5A5F64;
    height: 55px;
}
.proofOfLifeList .Number,
.proofOfLifeList .Name,
.proofOfLifeList .Department,
.proofOfLifeList .DateProofOfLife,
.proofOfLifeList .DateNextProofOfLife,
.proofOfLifeList .Notes, 
.proofOfLifeList .Status   {
	font-size: 13px;
    text-align: left;
    font-weight: 100;
    float: left;

}

.proofOfLifeList .NumberValue,
.proofOfLifeList .NameValue,
.proofOfLifeList .DepartmentValue,
.proofOfLifeList .DateProofOfLifeValue,
.proofOfLifeList .DateNextProofOfLifeValue,
.proofOfLifeList .NotesValue {
    padding-right: 20px;
    font-size: 13px;
    text-align: left;
    width: auto;
    float: left
}




.proofOfLifeList .Number {
	width: 42px;
	padding-left: 10px;
}
.proofOfLifeList .Name {
	width: 32px;
}
.proofOfLifeList .Department {
	width: 67px;
}
.proofOfLifeList .DateProofOfLife {
width: 99px;
}
.proofOfLifeList .DateNextProofOfLife {
	width: 135px;
}
.proofOfLifeList .Notes {
	padding-left: 10px;
	width: 33px;
    clear: both;
}
.proofOfLifeList .Status {
	width: 110px;
	display: none;
	clear: both;
}




.proofOfLifeList .NumberValue {
	width: 51px;
}
.proofOfLifeList .NameValue {

}
.proofOfLifeList .DepartmentValue {
}
.proofOfLifeList .DateProofOfLifeValue {
}
.proofOfLifeList .DateNextProofOfLifeValue {
}
.proofOfLifeList .NotesValue {
}
.proofOfLifeList .StatusValue {
    position: absolute;
    right: 9px;
    padding-top: 10px;
}
.proofOlLifeClassRed  {
	width: 100%;
    height: 50px;
    position: absolute;
    z-index: -1500;
		background-color: #f4dbdc;
}
.proofOlLifeClassGreen  {
	width: 100%;
    height: 50px;
    position: absolute;
    z-index: -1500;
	background-color: #e9f4db;
}