﻿body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #212121;
    height: 100%;
    width: 100%;
    position: absolute;
}

.EnelBlue {
    background-color: #0C63A5;
    top: 0px;
}

.dvHeader {
    width: 100%;
    min-width: 900px;
    height: 87px;
    z-index: 100;
    position: absolute;
}

.logoEnelAdm {
    background-image: url(../images/Newenel.png);
    position: relative;
    top: 14px;
    width: 130px;
    height: 49px;
    float: right;
    margin-right: 31px;
    z-index: 99;
}

.ulLiMenuIcon {
    margin: 12px auto 0px auto;
}

.icoHome {
    background-image: url("../images/iconHome.png");
    width: 26px;
    height: 21px;
    margin-bottom: 6px;
}

.icoLogout {
    width: 22px;
    height: 26px;
    margin-bottom: 4px;
    font-size: 1.87em;
}

.icoCrud {
    background-image: url("../images/icoCrud.png");
    width: 23px;
    height: 23px;
    margin-bottom: 7px;
}

.icoRelat {
    background-image: url("../images/icoRelat.png");
    width: 22px;
    height: 26px;
    margin-bottom: 4px;
}

.icoUsuariomenu {
    background-image: url("../images/icoUsuariomenu.png");
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.icoLogmenu {
    background-image: url("../images/icoLogmenu.png");
    width: 21px;
    height: 25px;
    margin-bottom: 5px;
}

.icoDash {
    width: 22px;
    height: 26px;
    margin-bottom: 4px;
}

ul.menu, .menu li, .menu a {
    margin: 0;
    padding: 0;
    margin-left: 8px;
    list-style: none;
    text-decoration: none;
}

    ul.menu ul {
        position: absolute;
        display: none;
    }

ul.menu {
    float: left;
    font-size: 12px;
    border-radius: 5px;
    padding: 6px 0px 0px 15px;
}

.menu li {
    float: left;
    width: auto;
    position: relative;
    padding-right: 10px;
}

    .menu li a {
        display: block;
        padding: 0 20px;
        float: left;
        transition: all 0.3s linear;
    }

.menu .selected {
    background-color: #094C7F;
}

.menu li:hover > ul.submenu {
    display: block;
    top: 81px;
    left: 0;
    padding: 5px;
    border-radius: 0 0 5px 5px;
}

.menu a {
    color: #fff;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;
    margin: 6px 0 5px 0;
    font-size: 12px;
}

.menu li:hover > a {
    background: #4487BA;
    color: #fff;
    border-radius: 5px;
}

.menu li:active > a, .menu li:selected > a, .menu li:visited > a {
    border: none !important;
    outline: none !important;
}

.submenu {
    background-color: rgb(235,235,235);
    -webkit-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.38);
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.38);
}

    .submenu a {
        color: #0C63A5;
    }

    .submenu li:hover > a {
        background: #E97034;
        text-decoration: none;
    }

.aMenu {
    padding-bottom: 16px !important;
    border-radius: 5px 5px 0px 0px !important;
}

.aMenuWithSubMneu {
    padding-bottom: 13px !important;
    border-radius: 5px 5px 0px 0px !important;
}

.submenu {
    margin: 0;
    padding: 0;
}

    .submenu li {
        margin: 0;
        padding: 0;
        width: 100%;
        padding: 0px 3px 0px 3px;
        margin: 3px 0px 3px 0px;
    }

        .submenu li a {
            border-radius: 4px !important;
            margin: 0;
            padding: 0;
            width: 350px;
            text-align: left; /*padding: 4px 0px 4px 36px;*/
            padding: 3px 0px 3px 10px;
        }

.subMenuIcon {
    width: 21px;
    height: 21px;
    position: static;
    float: left;
    margin-left: -30px;
    margin-top: -2px;
}

.liSep {
    margin: 0 auto;
    margin-top: -5px !important;
    margin-bottom: 0px !important;
    height: 8px !important;
    width: 97% !important;
}


.icoEmpresa {
    /*margin-top: 0px;     background-image: url(../images/icoEmpresa.png);     background-position: 0px, 0;     /*margin-top: 0px;*/
    background-image: url(../images/icoEmpresa2.png);
    background-position: 50%, 0; /*width: 22px;*/
    height: 22px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position-x: center;
}

.submenu li:hover > a .icoEmpresa {
    background-position: 21px, 0;
}

.icoUsrPerfil {
    margin-top: 0px;
    background-image: url(../images/icoUsrPerfil.png);
    background-position: 0px, 0;
}

.submenu li:hover > a .icoUsrPerfil {
    background-position: 21px, 0;
}

.icoUsuarios {
    /*margin-top: 0px;*/
    background-image: url(../images/icoUsuarios2.png); /*background-position: 0px, 0;*/
    background-position: 50%, 0; /*width: 22px;*/
    height: 22px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position-x: center;
}

.submenu li:hover > a .icoUsuarios {
    background-position: 21px, 0;
}


.icoLogPesquisa {
    margin-top: 0px;
    background-image: url(../images/icoLogPesquisa.png);
    background-position: 0px, 0;
    height: 9px;
    margin-top: 5px;
}

.submenu li:hover > a .icoLogPesquisa {
    background-position: 21px, 0;
    height: 9px;
    margin-top: 5px;
}

.icoDiretoria {
    margin-top: 0px;
    background-image: url(../images/icoDiretoria.png);
    background-position: 0px, 0;
}

.submenu li:hover > a .icoDiretoria {
    background-position: 21px, 0;
}

.icoMeioAtend {
    margin-top: 0px;
    background-image: url(../images/icoMeioAtend.png);
    background-position: 0px, 0;
}

.submenu li:hover > a .icoMeioAtend {
    background-position: 21px, 0;
}


.icoAreaGerencia {
    margin-top: 0px;
    background-image: url(../images/icoAreaGerencia.png);
    background-position: 0px, 0;
}

.submenu li:hover > a .icoAreaGerencia {
    background-position: 21px, 0;
}

.icoAtividades {
    margin-top: 2px;
    height: 15px;
    background-image: url(../images/iconAtividade.png);
    background-position: 0px, 0px;
}

.submenu li:hover > a .icoAtividades {
    background-position: 21px, 0px;
}

.icoReport {
    margin-top: 0px;
    background-image: url(../images/icoReport.png);
    background-position: 0px, 0;
}

.submenu li:hover > a .icoReport {
    background-position: 21px, 0;
}

.subHeaderTitles {
    padding: 10px 15px 5px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
    margin-bottom: 5px;
    background-color: #E97034;
    z-index: -2;
    -webkit-box-shadow: inset 0 23px 20px -20px rgba(0,0,0,0.9);
    -moz-box-shadow: inset 0 23px 20px -20px rgba(0,0,0,0.9);
    box-shadow: inset 0 23px 20px -20px rgba(0,0,0,0.9);
    height: 38px;
    width: auto !important;
}

.fRight {
    float: right;
}

.wbTitle {
    color: #fff;
    font-weight: bold;
}

.divContainerBody {
    position: relative;
    width: auto;
    min-width: 800px;
    height: auto; /*height: 88% !important;*/
    margin: 30px;
    margin-top: 0px;
    border: 1px solid rgb(220,220,220);
    top: 58px;
    top: 46px\9;
    z-index: 2;
    background-color: #FFFFFF;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 4px 4px rgba(219,219,219,1);
    -moz-box-shadow: 0px 1px 4px 4px rgba(219,219,219,1);
    box-shadow: 0px 1px 4px 4px rgba(219,219,219,1);
    padding: 35px 15px 15px 15px;
}

.fixMenuMouseMove {
    position: relative;
    top: -18px;
    height: 13px;
    left: -5px;
    margin-bottom: -15px;
}

.MenuIndicator {
    margin: 2px 0 0 40px;
    width: 18px;
    height: 12px;
    background-image: url('../images/subIndicador.png');
}

.buttonBarBottom {
    border-top: 1px solid rgb(220,220,220);
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    text-align: right;
}

.ui-widget-overlay {
    background: none !important;
    background-color: #000 !important;
    opacity: .65 !important;
    filter: Alpha(Opacity=65);
}

.AjaxLoaderText {
    left: 15px;
    color: White;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.imgLoaderAjax {
    position: relative;
    background-image: url('/Content/Imagens/procloading.gif');
    width: 85px;
    height: 85px;
}

.loadingProcess {
    z-index: 999999 !important;
    margin-top: 85px;
    display: block;
    position: absolute !important;
}

.toast {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    text-align: center;
    bottom: 2em;
    z-index: 9997;
}

    .toast .message {
        display: inline-block;
        color: #fff;
        padding: 10px 10px 10px 35px;
        border-radius: 5px;
        box-shadow: 2px 2px 2px #666;
        -webkit-box-shadow: 2px 2px 2px #666;
        font: "Helvetica Neue", Helvetica, Arial, sans-serif 12px;
        font-size: 12px;
        background: #282324;
        font-weight: bold;
        background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #554434), color-stop(1, #282324));
        z-index: 9998;
        text-align: left;
        padding-left: 45px;
        padding-right: 25px;
    }

    .toast .image {
        position: relative;
        z-index: 9999;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        left: 36px;
        top: -10px;
    }

    .toast .imagefechar {
        position: relative;
        left: -18px;
        z-index: 9999;
        -webkit-filter: drop-shadow(2px 2px 2px #666);
        filter: drop-shadow(2px 2px 2px #666);
        png-shadow: 2px 2px 2px #666;
        margin-bottom: 1.5%;
    }

.icoAlerta {
}

.icoFechar {
}

label.labelfrmMedium {
    padding-top: 6px;
    font-size: 13px;
    line-height: 18px;
    float: left;
    width: 130px;
    text-align: left !important;
    color: #404040;
}

.inputDisabled {
    cursor: pointer;
    background-color: rgb(220,220,220);
    border: 1px solid rgb(180,180,180);
}

.inputIdField {
    width: 90px;
}

.btnAzul {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

    .btnAzul:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

    .btnAzul:active {
        position: relative;
        top: 1px;
    }

.btnVermelho {
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color: #f24537;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

    .btnVermelho:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
        background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
        background-color: #c62d1f;
    }

    .btnVermelho:active {
        position: relative;
        top: 1px;
    }

.texto-substring {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width: 300px !important;
    width: 300px;
}

.ac_input, .ac_btn_out {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -webkit-appearance: initial !important;
    display: block;
    margin-bottom: 10px !important;
    height: 30px !important;
}

.ac_input {
    width: 530px !important;
    width: 520px\9 !important;
}

.ac_btn_on {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -webkit-appearance: initial !important;
    display: block;
    margin-bottom: 10px !important;
    height: 30px !important;
}

table a {
    color: Black;
    cursor: pointer;
}

.form-control-fh {
    /* display: block; */
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none; /*border: 1px solid #ccc;*/
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control-fh:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control-fh[readonly] {
        cursor: not-allowed !important;
        background-color: #eee !important;
        opacity: 1 !important;
    }

.fh-a:hover, fh-a:focus {
    color: #23527c;
    text-decoration: none;
}

.grid th, .grid td {
    line-height: 16px;
    padding: 8px 6px 4px 6px;
}

.grid tbody {
    border: 1px solid #ddd;
}

.header-grid {
    border: 1px solid #ddd;
    color: #777;
    background-color: #eee !important;
    cursor: pointer;
}

    /*.radio input[type="radio"]
{
    position:inherit !important;
}*/

    .header-grid th {
        line-height: 16px;
    }

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.item-grid td {
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}


.list-group-item-fh {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item-fh.active > .badge, .nav-pills > .active > a > .badge {
        color: #337ab7;
        background-color: #fff !important;
    }

    .list-group-item-fh.disabled, .list-group-item-fh.disabled:hover, .list-group-item-fh.disabled:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #eee;
    }

    .list-group-item-fh.active, .list-group-item-fh.active:hover, .list-group-item-fh.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #337ab7 !important;
        border-color: #337ab7;
    }

    .list-group-item-fh.disabled span, .list-group-item-fh span {
        display: inline-block;
    }

        .list-group-item-fh.disabled span.center, .list-group-item-fh span.center {
            text-align: center;
        }

.width-50px {
    width: 50px;
}

.width-90px {
    width: 90px;
}

.width-100px {
    width: 100px;
}

.width-110px {
    width: 110px;
}

.width-120px {
    width: 120px;
}

.width-200px {
    width: 200px;
}

.popover-content {
    padding: 9px 14px;
    width: 230px;
    font-size: small;
}

.filtroStatus {
    display: inline-block;
    margin-left: 20px;
    margin-right: 5px;
}

    .filtroStatus input {
        margin-top: 2px !important;
    }

input[type="radio"], input[type="checkbox"] {
    outline: none !important;
    background: transparent !important;
    border: 0 !important;
}

/*
a:active, a:focus { 
    border:none;
    outline:none;
}*/

a, a:link, a:visited, a:active {
    text-decoration: none !important;
    outline: 0 !important;
    border: none !important;
    outline-style: none !important;
}


/* Não incluir classe btn para não dar problema nos botões da modal */
.btn-sm, input[type="text"], input[type="password"], #cbPerfil, #loginbox {
    behavior: url(/Content/Enel/themes/css/PIE.htc);
}

.radio-fh {
    position: absolute;
    margin-left: -20px; /* left: 35px; */
}

textarea {
    resize: vertical;
}

.date {
    width: 100%;
}

/*----- FIELDSET ------*/
fieldset {
    margin-bottom: 1em !important;
    padding: 0 1em 1em 1em !important;
    border-radius: 5px !important;
}

    fieldset legend {
        border-bottom: none !important;
        width: auto !important;
        margin-bottom: 10px !important;
        padding: 0px 10px 0px 10px !important;
        font-size: 1.1em !important;
    }

.fade {
    /*Other browser*/
    background: rgba(0,0,0,0.3) !important;
    /*IE8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
}

.modal-body {
    font-size: 18px !important;
}

.btn-success-fh {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.btn-default-fh {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.checkbox-label-sgp {
    display: block !important;
    padding-left: 15px !important;
    text-indent: -15px !important;
}

.checkbox-label-empresa {
    display: block !important;
    padding-left: 15px !important;
    text-indent: -15px !important;
    line-height: 80px !important;
    width: 50%;
}

.checkbox-inline-sgp {
    width: 13px !important;
    height: 13px !important;
    padding: 0 !important;
    padding-top: 1px !important;
    margin: 0 !important;
    vertical-align: middle !important;
    position: relative !important;
    top: -1px !important;
    *overflow: hidden !important;
}

#chColaboradorEstrangeiro {
    padding: 3px !important;
}

.ui-tabs {
    border: 0;
}

    .ui-tabs .ui-tabs-nav {
        margin-bottom: 15px;
        border-width: 0 0 1px;
        border-bottom-color: #ddd;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .ui-tabs .ui-tabs-nav li {
            padding-bottom: 1px;
            border-color: transparent;
            background: none;
            filter: none;
        }

            .ui-tabs .ui-tabs-nav li a {
                padding: 0 15px;
                line-height: 34px;
                color: #0088CC;
            }

            .ui-tabs .ui-tabs-nav li:hover {
                background: #eee;
            }

            .ui-tabs .ui-tabs-nav li a:hover {
                color: #005580;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
                border: 1px solid #ddd;
                border-bottom-color: #fff;
                background: #fff;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
                    color: #555;
                }

    .ui-tabs .ui-tabs-panel {
        padding: 0;
    }

.listArquivos {
    list-style: none;
}

    .listArquivos li {
        margin-bottom: 15px;
    }

.DTFC_LeftBodyLiner {
    overflow-x: hidden !important;
}

.imgLoaderAjax {
    position: relative;
    background-image: url('/Content/Imagens/procloading.gif');
    width: 85px;
    height: 85px;
}

.ui-autocomplete-loading {
    background-image: url('/Content/Imagens/progressbar2.gif') !important;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: wait;
}

#lkAddSucursal {
    color: #fff !important;
}


/*jEnelMUploader*/
.DownloadFilesList {
    border: 2px solid #666;
}

.DownloadFilesList-header {
    border-bottom: 1px solid #666;
    background-color: #666;
    height: 30px;
    width: 100%;
    display: table;
    text-align: center;
}

.DownloadFilesList-header-title {
    color: #FFF;
    font-weight: bold;
    width: 100%;
    height: 100%;
    width: 100%;
}

.DownloadFilesList-header-imgIcon {
    background-color: #0C63A5;
    background-image: url("../images/icoUpload.png");
    background-position: 7px 4px;
    background-repeat: no-repeat;
    height: 28px;
    width: 38px;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
}

.DownloadFilesList-ListItems {
    font-size: 12px !important;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.DownloadFilesList-ListItems-Sep {
    border-top: 1px solid #ddd;
    margin: 0px 3px 0px 3px;
}

.DownloadFilesList-ListItems li {
    color: #0C63A5;
    padding: 5px 10px;
    cursor: default;
    margin: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.DownloadFilesList-ListItems li:hover {
    transition: all 0.3s linear 0s;
    background-color: #E97034;
    color: #FFF;
}

.DownloadFilesList-ListItems-IconDownload {
    background-color: red;
    float: right;
    height: 22px;
    width: 29px;
    position: relative;
    background-image: url("../images/iconDownload.png");
    background-repeat: no-repeat;
}

.DownloadFilesList-ListItems-IconDownload:hover {
    cursor: pointer;
    background-image: url("../images/iconDownloadWhite.png");
}

.jEnelMUploaderFilerList *, .DownloadFilesList * {
    font-size: 12px;
}

.BjEnelMUploader-btnUploader {
    background-color: #0C63A5 !important;
}

.DownloadFilesList-header {
    background-color: #0C63A5 !important;
}

.jEnelMUploaderFilerList-header-imgIcon {
    background-color: #0C63A5 !important;
}

.DownloadFilesList {
    border: 2px solid #0C63A5 !important;
}

.DownloadFilesList-header {
    border: 0px !important;
}

.jEnelMUploaderFilerList {
    border: 2px solid #0C63A5 !important;
}

.jEnelMUploaderFilerList-header-imgIcon {
    background-image: none !important;
}
