

body {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #0a0a0a;
    background-color: #fff;
    /*background-color: #f9f9f9;*/
}

b {
    font-weight: 400;
}

.transition {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.container {
    display: table;
    width: 96%;
    max-width: 1260px;
    /*max-width: 1200px;*/
    margin: auto;
    padding-top: 70px;
    padding-bottom: 80px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*button {
    margin:1px;
    margin-left:25px;
    margin-right:0px;
    cursor:pointer;
    background-color:transparent;
    border:none;
    padding-top:5px;
    width:18px;
    height:24px;
    background-image:url(../img/more.png);
    background-repeat:no-repeat;
    background-size:18px;
    background-position:center center;
    border:none;
}*/
    /*button:hover {
    background-image:url(../img/more3.png);
}*/
    .details button {
    background: url('../img/more2.png');
    background-repeat:no-repeat;
    background-size:18px;
    background-position:center center;
    border:none;
}

    

.titulo {
    display: table;
    width:100%;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #0a0a0a;
    text-transform: uppercase;
    text-align: center;
}

    .titulo span {
        color: #1b7792;
        font-weight: 700;
        padding-right: 10px;
    }


.titulo2 {
    display: table;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 38px;
    margin:auto;
    margin-bottom: 25px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #0a0a0a;
    text-align: center;
    max-width: 800px;
}

.menu {
    display: table;
    font-size: 13px;
    line-height: 83px;
    font-weight: 400;
    margin: auto;
    margin-bottom: 55px;
    text-transform: uppercase;
}

.menu div {
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #0a0a0a;
    width: 85px;
    height: 85px;
    text-align: center;
    margin-left: 13px;
    margin-right: 13px;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.1);
    margin-top:10px;
    background-image: url(../img/drop.svg);
    background-position: center bottom 16px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.menu div:hover {
    margin-top: 0px;
    cursor: pointer;
    color: #fff;
    background-color: #1b7792 !important;
    background-image: url(../img/drop2.svg) !important;
}

.menuSelected {
    cursor: pointer;
    background-color: #1b7792 !important;
    border: 1px solid #1b7792;
    color: #fff !important;
    background-image: url(../img/drop2.svg) !important;
}

.AreaLeft{
    width:100%;
    float:left;
}


.dataTables_scrollHeadInner{
    width: 100% !important;
}
.dataTables_scrollHeadInner table{
    width: 100% !important;
}

.Filter {
    display: table;
    width: 100%;
    margin: auto;
    margin-bottom: 0px;
    border: none;
    border-bottom: none;
    background-color: #f9f9f9;
}

.Drop {
    float: left !important;
    height: 56px;
    width: 33% !important;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #1b7792;
    font-weight: 400;
    background-color: #f9f9f9;
    border: none;
    text-transform: uppercase !important;
    cursor: pointer;
    border-right: 1px #eee solid !important;
}

    .Drop option {
        box-shadow: none !important;
        border: none !important;
        background-color: #fff !important;
        color: #0069a6 !important;
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        line-height: 13px;
        font-weight: 300;
        padding: 0px;
    }

.Drop:hover {
    /*color: #0a0a0a !important;*/
    background-color: #8dc63f;
    background-image: url(../img/drop2.svg);
}

    .Drop .btn-default {
        color: #1b7792;
        background-color: #f9f9f9;
        background-image: url(../img/drop.svg) !important;
    }

.Drop .btn-default:hover {
   /*color: #0a0a0a !important;*/
}



.Drop2 {
    float: left !important;
    height: 56px;
    width: 33% !important;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    background-color: #1b7792;
    border: none;
    text-transform: uppercase !important;
    cursor: pointer;
    background-image: url(../img/drop2.svg);
}

.Drop2 option  {
    box-shadow: none !important;
    border:none !important;
    background-color:#fff !important;
    color:#0a0a0a !important;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    padding:0px;
}

.Drop2:hover {
    color: #fff;
    background-color: #8dc63f;
     background-image: url(../img/drop2.svg);
}

.Drop2 .btn-default:hover {
    /*color: #0a0a0a !important;*/
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    background-image: url(../img/drop.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.textboox {
    float: right;
    height: 54px;
    width: 33%;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 400;
    color: #1b7792;
    background-color: #f9f9f9;
    border: none;
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1b7792;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #1b7792;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #1b7792;
}

:-moz-placeholder { /* Firefox 18- */
    color: #1b7792;
}


input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

.AreaRight {
    float: left;
    display:table;
    width: 28%;
    height:635px;
    position: relative;
    background-color: #f9f9f9;
    /*border-bottom: 1px solid #111111;*/
}

#chartdiv {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 200px;
    max-height: 635px;
    border: 1px solid #f1f1f1;
    border-left: none;
    border-bottom: none;
    border-left: 1px solid #f1f1f1;
}

#chartdiv svg {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;

    /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

polygon:hover {
    fill: rgba(0,0,0,0.75) !important;
    opacity: 1 !important;
    cursor: pointer;
    stroke-width: 0.5;
    
        /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

/*.AreaRight img {
    display: table;
    width: auto;
    max-width: 350px;
    margin: auto;
}*/

#placeholder {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 260px;
    background-color: #0a0a0a;
    padding: 5px;
    padding-top: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#placeholder .Close {
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    width:20px;
    height:20px;

    background-image:url(../images/close.svg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:20px 20px;
    cursor:pointer;
}

#placeholder .Text3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align:center;
}

#placeholder .Text4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 0px;
    text-align:center;
}

.AreaRight .bt {
    display: table;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px;
    background-color: #f1f1f1;
    font-size: 11px !important;
    line-height: 11px;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-transform: uppercase;
    cursor: pointer;
}

.AreaRight .bt img{
    width:20px;
    
}

.AreaRight .bt:hover {
    background-color: #ddd;
    color: #fff;
}


.contentInfo {
    display: table;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    padding-bottom: 30px;
    margin: -10px;
}

.contentInfo:hover {
    background-color:#fff !important;
    font-weight:300 !important;
}

.contentInfo div{
    padding-bottom:15px;
}

.tabelaMaisInfo:hover {
    background-color:#fff !important;
    font-weight:300 !important;
}

.tabelaMaisInfo td:hover {
    background-color:#fff !important;
    font-weight:300 !important;
}

.tabelaMaisInfo tr:hover {
    background-color:#fff !important;
    font-weight:300 !important;
}

.tabelaLegenda {
    display: none;
    width: 100%;
    padding: 30px;
    font-size: 14px !important;
    line-height: 14px;
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
    border: 1px solid #f1f1f1;
    border-top: none;
}

.tabelaLegenda div {
    display: table;
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}

.tabelaLegenda span {
    /*display: table;*/
    float:left;
    margin-right:5px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color:#000;
}

.titleLeg {
    display:table;
    width:100%;
    font-size: 14px !important;
    line-height: 14px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
}

.loaderEstado {
    padding-top: 175px;
    padding-bottom: 175px;
    /*font-weight:500;*/
}




.ContainerData{
    display:table;
    width:100%;
    position:relative;
}

.containerpage {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    /*width: 40%;*/
    width: 470px;
    height: 400px;
    border: #ddd solid 1px;
}

.Page {
    width:100%;
    padding: 30px;
    overflow-y: auto;
    max-height: 500px;
}

.Page .question{
    border:1px solid #0a0a0a;
    font-size: 11px;
    line-height: 32px;
    font-weight: 400;
    color: #0a0a0a;
    text-align:center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-table;
    width: 18px;
    height: 12px;
    line-height: 16px;
    margin-left: 3px;
    margin-top:4px;
    vertical-align: top;
    cursor:pointer;
}

.Page .question2{
    border:1px solid rgba(0,0,0,0.4);
    font-size: 11px;
    line-height: 32px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    text-align:center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-table;
    width: 18px;
    height: 12px;
    line-height: 16px;
    margin-left: 3px;
    vertical-align: top;
    cursor:pointer;
}

.pagescroll{
}

.PageClose {
    display: table;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.PageClose img {
    width: 30px;
}

.txt1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom:5px;
    width:88%;
}

.txt2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pagecontainer{
    display:table;
    width:100%;
    margin-bottom:20px;
}

.pageleft {
    float: left;
    width:40%;
    
    display:table;
    padding-right:30px;
}

.pageright {
    float: left;
    width: 60%;
    display: table;
    border-left: 1px solid rgba(0,0,0,0.2);
    padding-left: 30px;
}

.pageleft2 {
    float: left;
    width: 50%;
    border-right: 1px solid rgba(0,0,0,0.2);
    display: table;
    padding-right: 30px;
}

.pageright2 {
    float: left;
    width: 50%;
    display: table;
    padding-left: 30px;
}

.txt3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.txt4 {
    font-size: 52px;
    line-height: 52px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.txt5 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.txt5 span{
    color: #0a0a0a;
}

.txt6 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.txt7 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background-color: #1b7792 !important;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-table;
    margin-left: 5px;
}

.txt8 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.txt9 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 10px;
    vertical-align: middle;
}

.txt9 img {
    width: 12px;
    vertical-align: middle;
}

.txt99 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 10px;
    vertical-align: middle;
}

.pagecollum{
    width:50%;
    float:left;
    padding-right:20px;
}

.pagecollum2 {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.pagecollum3 {
    width: 33%;
    float: left;
    padding-right: 20px;
}

.pagecollum4 {
    width: 100%;
}

.div {
    width: 100%;
    display: table;
    height: 3px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-top: 20px;
    margin-bottom: 20px;
}

.div2 {
    width: 100%;
    display: table;
    height: 3px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-top: 10px;
    margin-bottom: 20px;
}

.arrowpage {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
    vertical-align: middle;
}

.arrowpage img {
    width: 27px;
    vertical-align:top;
}

.arrowpage span{
    display:table;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: #999;
    padding-top:5px;
}

.Tablepage{
    width:100%;
    display:table;
}
.Tablepage td{
    padding:8px;
}

.txt10 {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #0a0a0a;
    background-color: #f1f1f1;
    text-transform:uppercase;
}

.txt11 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #0a0a0a;
}

.txt11 b{
    font-weight: 400;
}

.Tablepage tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.txt12 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.txt13 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.txt12 img {
    width: 22px;
    vertical-align: middle;
}



.Footer {
    padding:20px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 200;
    color: #999;
}

.Footer b {
    font-weight: 400;
}

.Footer div {
    text-align: center;
    width: 100%;
    display: table;
    padding-bottom: 10px;
    font-weight: 400;
    cursor: pointer;
    color: #1b7792;
}


.loader {
    position: absolute;
    top: 0px;
    left: 0px;
    display: table;
    z-index: 99999;
    background-color: rgba(249,249,249,0.8);
    width: 100%;
    height: 100%;
}

.loader img{
    width:150px;
    margin:auto;
    display:table;
    margin-top:368px;
}







.loader2 {
    margin-bottom:30px;
}
.full-height-svg
{
}

.center {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
}
#svg
{
    width: 60%;
    max-width:300px;
    margin: auto;
    transform: translate(-10%, 0);
}

.cls-1 {
    fill: #e6e6e6;
}

.cls-10,
.cls-2,
.cls-3,
.cls-4 {
    fill: none;
}

.cls-2,
.cls-3 {
    stroke-width: 3px;
}

.cls-2 {
    stroke-miterlimit: 10;
    stroke: #333;
}

.cls-3 {
    stroke: rgba(27,119,146, 0.3);
    stroke-dasharray: 50 50 180;
}

.cls-10,
.cls-3,
.cls-4 {
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cls-4 {
    stroke: #3fa9f5;
}

.cls-10,
.cls-4 {
    stroke-width: 4px;
}

.cls-10 {
    stroke: rgba(27,119,146, 0.6);
}

#animateThis {
    stroke-dasharray: 50 1000;
}

#animateThis2 {
    stroke-dasharray: 50 1000;
}

#effects2,
#effects4,
#effects6,
#effects8,
#effects10 {
    stroke: #bff1ff;
    stroke-dasharray: 10 1000;
    animation: stroke1 1s infinite;
}

#effects1,
#effects3,
#effects5,
#effects7,
#effects9 {
    stroke-dasharray: 10 1000;
    animation: stroke2 0.7s infinite;
}

@keyframes stroke1 {
    from {
        stroke-dasharray: 0 1000;
        opacity: 1;
    }

    to {
        stroke-dasharray: 100 1000;
        opacity: 0;
    }
}

@keyframes stroke2 {
    from {
        stroke-dasharray: 0 1000;
        opacity: 1;
    }

    to {
        stroke-dasharray: 50 1000;
        opacity: 0;
    }
}



.info {
    display: table;
    width: 100%;
    max-width:1100px;
    padding-bottom: 40px;
    margin:auto;
}

    .info .left {
        display: table;
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        border-right: 2px dashed rgba(0,0,0,0.2);
        margin-bottom: 10px;
        padding-bottom:0px;
        padding-top:0px;
    }


        .info .left a {
            color: #1b7792;
            font-weight: 400;
            text-decoration: underline;
            cursor:pointer;
        }


.info .left img {
    display: table;
    width: 100%;
    max-width: 66px;
    margin: auto;
    margin-bottom: 14px;
}


    .info .infotxt1 {
        display: table;
        width: 100%;
        font-size: 55px;
        line-height: 55px;
        font-weight: 600;
        color: #0a0a0a;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .info .infotxt2 {
        display: table;
        width: 100%;
        font-size: 20px;
        line-height: 26px;
        font-weight: 300;
        color: #0a0a0a;
    }




.aba {
    display: none;
    width: 90%;
    max-width: 480px;
    /*height: 100%;*/
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 8px;
    opacity: 0;
    padding-bottom: 0px;
    border-radius: 6px;
}

    .aba .ctaba {
        display: table;
        width: 100%;
        padding: 25px;
        padding-top: 35px;
        position: relative;
    }

        .aba .ctaba .close {
            display: table;
            width: 100%;
            padding-bottom: 0px;
            position: absolute;
            right: 26px;
            top: 26px;
        }

            .aba .ctaba .close img {
                display: table;
                width: 18px;
                float: right;
                cursor: pointer;
            }

                .aba .ctaba .close img:hover {
                    background-color: rgba(0,0,0,0.1);
                }

        .aba .ctaba .txt2aba {
            display: table;
            width: 100%;
            color: #0a0a0a;
            font-size: 22px;
            text-transform: uppercase;
            line-height: 26px;
            letter-spacing: 0px;
            font-weight: 500;
            padding-bottom: 10px;
            text-align: left;
        }

        .aba .ctaba .txt3aba {
            display: table;
            position: relative;
            color: #0a0a0a;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 0px;
            font-weight: 300;
            border-radius: 3px;
            margin-bottom: 25px;
            text-align: left;
        }






.etapas {
    display: table;
    margin: auto;
    width: 100%;
}

    .etapas .arealeft {
        display: table;
        float: left;
        width: 40%;
        padding-top: 64px;
    }

    .etapas .arearight {
        display: table;
        float: right;
        width: 60%;
    }

.barra {
    display: table;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    margin-bottom: 1px;
    text-transform: uppercase;
}

    .barra:hover {
        cursor: pointer;
    }

        .barra:hover .barral {
            background-color: #000;
            color: #fff;
        }

.select .barral {
    background-color: #221e1f;
    color: #fff;
}

.barral {
    display: table;
    width: 26%;
    height: 56px;
    font-weight: 600;
    float: left;
    background-color: #1b7792;
    padding-top: 12px;
    margin-right: 1px;
    color: #fff !important;
    text-align: center;
    line-height: 16px;
}

    .barral span {
        display: table;
        font-weight: 400;
        text-align: center;
        width: 100%;
    }

.barrar {
    display: table;
    width: 1%;
    height: 56px;
    float: left;
    color: #221e1f;
    background-color: rgba(0,0,0,0.18);
    
}

.barra .barrap {
    position: absolute;
    top: 9px;
    left: 29%;
    display: table;
    color: #221e1f;
    font-weight: 400;
    line-height: 16px;
}

.barrap span {
    display: table;
    font-weight: 500;
    font-size: 12px;
    padding-top: 3px;
}

.etapas .arearight .mapa {
    display: none;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    cursor: pointer;
}

    .etapas .arearight .mapa img {
        display: table;
        width: 90%;
    }

.pdf {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
}

    .pdf iframe {
        display: table;
        width: 100%;
    }

    .pdf .close {
        display: none;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 101;
        cursor: pointer;
        background-color: #fff;
    }

        .pdf .close img {
            display: table;
            width: 50px;
            margin: 0px;
        }



.dropdown-menu.inner li.disabled a span.text {
    text-decoration: line-through;
    color: #999 !important;
    cursor: not-allowed;
}