﻿body, div, h1, h2, h3, p {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000000;
}
/* fullscreen */
html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    overflow: hidden;
    font-size: 10pt;
    background: #ffffff;
}

table, tr, td {
    font-size: 10pt;
    border-color: #777777;
    background: #dddddd;
    color: #000000;
    border-style: solid;
    border-width: 2px;
    padding: 5px;
    border-collapse: collapse;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 14pt;
}

.warning {
    font-weight: bold;
}
/* fix for scroll bars on webkit & Mac OS X Lion */
::-webkit-scrollbar {
    background-color: rgba(0,0,0,0.5);
    width: 0.75em;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.5);
}

.watermark {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
}

    .watermark img {
        width: 100%;
        background-size: 100%;
    }
.watermark1 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.watermark1 img {
    max-width:100%;
}

@media (max-width:767px) {
    .bottom-icons .bottom-right-icons {
        padding-bottom: 0 !important;
    }
}

.popup-skin-infoFist {
    margin-left: -90px;
    margin-top: -175px;
    width: 182px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.index-minus{
    z-index:-1!important;
}