﻿@import url(//fonts.googleapis.com/css?family=Noto+Sans:300,400,700&amp;subset=latin-ext,latin);

/*////////////////////////// GLOBAL //////////////////////////////////*/
@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}

@-webkit-viewport {
    width: device-width;
    zoom: 1.0;
}

@-o-viewport {
    width: device-width;
    zoom: 1.0;
}

@-moz-viewport {
    width: device-width;
    zoom: 1.0;
}

@viewport {
    zoom: 1.0;
    width: device-width;
}

html {
    overflow-y: hidden;
    overflow-x: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #555;
    font-family: 'Noto Sans', sans-serif;
    line-height: 125%;
    min-width: 960px;
}

body {
    background-color: #FFF;
    margin: 0;
    padding: 0 !important;
    height: 100%;
    text-align: center;
    min-width: inherit;
}

form {
    height: inherit;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}

fieldset {
    border:none;
    margin: 0;
    padding: 0;
}

.w4js {
    display: none;
}

.clearfix {
    clear: both;
}

.centerpanel {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

div#Container {
    width: 100%;
    height: inherit;
    padding: 0 0 20px 0;
    /*margin-top: 30px;*/
    /*min-height: 600px;*/
    /*background: url(3.jpg) no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/ /*for webKit*/
    /*-moz-background-size: cover;*/ /*Mozilla*/
    /*-o-background-size: cover;*/ /*opera*/
    /*background-size: cover;*/ /*generic*/
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='3.jpg', sizingMethod='scale');*/ /* IE 5-7 */
    /*-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='3.jpg', sizingMethod='scale');*/ /* IE 8 */
}

div.Content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*padding-bottom: 10px;*/
    /*background: #FFF;*/
    text-align: left;
    /*position:relative;*/
}

.Labels {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
}

.ErrorLabel {
    font-size: 14px;
    color: #F00;
}

.checkbox-div {
    margin: 0;
    padding: 0;
    font-size: 8pt;
}

    .checkbox-div input {
        position: relative;
        top: 3px;
    }

.textbox {
    border: 1px solid #CCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 2px;
    font-family: inherit;
    font-size: 12px;
    line-height: 25px;
}

    .textbox::-webkit-input-placeholder {
        color: darkgray;
    }

    .textbox:-moz-placeholder { /* Firefox 18- */
        color: darkgray;
    }

    .textbox::-moz-placeholder { /* Firefox 19+ */
        color: darkgray;
    }

    .textbox:-ms-input-placeholder {
        color: darkgray;
    }

.dropdownlist {
    border: 1px solid #CCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 2px;
    font-family: inherit;
    font-size: 12px;
}

.button {
    height: 30px;
    border: 2px solid slategrey;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    color: black;
    background-color: white;
    cursor: pointer;
    /*text-shadow: #555 1px 1px 2px;*/
    padding: 0 10px;
    margin: 3px 0;
}

    .button:hover {
        background-color: darkslategrey;
        color: white;
    }

    .button:disabled {
        background-color: #999999 !important;
        color: white;
        cursor: default !important;
    }

    .button.active {
        background-color: lightslategrey;
        color: white;
    }

a.button {
    text-decoration: none;
    padding: 5px;
}

.table {
    line-height: 28px;
}

    .table thead tr {
        background-color: chocolate;
    }

    .table thead a {
        color: white;
        text-decoration: none;
    }

        .table thead a:hover {
            color: maroon;
        }

    .table th {
        vertical-align: middle;
        text-align: left;
        font-weight: bold;
        padding: 0 2px;
    }

    .table td {
        vertical-align: middle;
        text-align: left;
        padding: 0 2px;
        max-width: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .table td.selected {
        background-color: orange;
    }

.panel {
    background-color: chocolate;
    width: 100%;
}

    .panel legend {
        font-weight: bold;
        line-height: 24px;
        padding-left: 5px;
        color: white;
    }

.normalrow {
    background-color: transparent;
}

.alternaterow {
    background-color: #EFEFEF;
}

.sessioned {
    background-color: black;
}

.probed {
    background-color: orange;
}

.trash {
    background-color: deeppink;
}

.ban {
    background-color: red
}

.bl {
    background-color: darkmagenta;
}

.guard {
    background-color: maroon;
}

.userblock {
    background-color: crimson;
}

.sendtry {
    background-color: black;
}

.send {
    background-color: darkseagreen;
}

.quarantine {
    background-color: palevioletred;
}

.sendfailed {
    background-color: steelblue;
}

.released {
    background-color: mistyrose;
}

.directsend {
    background-color: lightsteelblue;
}

.withsms {
    background-color: #f0f0aa;
}

.banned {
    background-color: red;
    color: white;
}

.sessioned a {
    color: white;
}

.probed a {
    color: white;
}

.trash a {
    color: white;
}

.ban a {
    color: white;
}

.bl a {
    color: white;
}

.guard a {
    color: white;
}

.userblock a {
    color: white;
}

.sendtry a {
    color: white;
}

.send a {
    color: white;
}

.quarantine a {
    color: white;
}

.sendfailed a {
    color: white;
}

.statlinks {
    color: black;
    text-decoration: none;
}

.tx {
    background-color: red;
}

.rx {
    background-color: green;
}

.tperc {
    font-size: 6pt; /*font-weight:bold;background-color: rgba(255, 220, 220, 0.5);*/
}

.ssl {
    background-image: url(/images/lock.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.greenlabel {
    color: green;
}

.redlabel {
    color: red;
}

/*////////////////////////// PAGER //////////////////////////////////*/
.PagerText {
    text-align: center;
    margin-top: 10px;
}

.PageCurrent {
    Font-size: 18px;
    text-decoration: none;
    vertical-align: text-bottom;
    font-weight: bold;
    color: #dc1f35;
    padding: 0 3px;
}

.PageNumbers {
    Font-size: 14px;
    text-decoration: none;
    vertical-align: text-bottom;
    color: #000;
    padding: 0 3px;
}

.PageNextPrev {
    Font-size: 14px;
    text-decoration: none;
    vertical-align: text-bottom;
    color: #6b9661;
    padding: 0 3px;
}

.PageButton {
    color: black;
    font-weight: bold;
    text-decoration: none;
    background-color: #e8e8e8;
    padding: 5px 8px;
    border: 1px solid #c7c7c7;
}

    .PageButton:hover {
        border: 1px solid #f00;
    }
/*////////////////////////// PROGRESS //////////////////////////////*/
.ProgressBG {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #3c3c3c;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
    filter: alpha(opacity=90); /* IE 5-7 */
    -moz-opacity: 0.90; /* Netscape */
    -khtml-opacity: 0.90; /* Safari 1.x */
    opacity: 0.90; /* Good browsers */
    z-index: 9999;
}

    .ProgressBG.white {
        background-color: white;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
        filter: alpha(opacity=100); /* IE 5-7 */
        -moz-opacity: 1.00; /* Netscape */
        -khtml-opacity: 1.00; /* Safari 1.x */
        opacity: 1.00; /* Good browsers */
    }

/*/////////////////////// WaterMark /////////////////////////////////*/
.watermark {
    color: #a5a5a5;
}

.passwatermark {
    color: #a5a5a5;
    position: absolute;
}

/*/////////////////////// TEXTBOX with BUTTON /////////////////////////////////*/
.btnintxt {
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 318px;
    margin-bottom: 10px;
}

    .btnintxt .txt {
        font-family: inherit;
        line-height: 25px;
        width: 254px;
        padding: 10px;
        font-size: 16px;
        border: none;
    }

    .btnintxt .btn {
        height: 32px;
        margin-right: 6px;
        margin-top: 6px;
        float: right;
    }

/*/////////////////////// LOGIN /////////////////////////////////*/
.LoginMenuHeaders {
    width: 100%;
    /*height:31px;*/ height: 60px;
    /*background-color:chocolate;*/ background-color: white;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/ /* IE 8 */
    /*filter: alpha(opacity=80);*/ /* IE 5-7 */
    /*-moz-opacity: 0.80;*/ /* Netscape */
    /*-khtml-opacity: 0.80;*/ /* Safari 1.x */
    /*opacity: 0.80;*/ /* Good browsers */
    cursor: pointer;
    text-align: center;
    /*border: 1px solid #4f4f4f;*/
}

    .LoginMenuHeaders span {
        /*float: left;*/
        /*line-height: 31px;*/ line-height: 60px;
        font-size: 16px;
        margin: 0 10px;
        font-weight: bold;
        /*color: white;*/ color: black;
    }

.LoginMenuContent {
    width: 100%;
    padding-bottom: 20px;
    /*background-color:#3c3c3c;*/ /*background-color:#4f4f4f;*/
    /*border-top: 1px solid White;*/ /*border: 1px solid #4f4f4f;*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/ /* IE 8 */
    /*filter: alpha(opacity=90);*/ /* IE 5-7 */
    /*-moz-opacity: 0.90;*/ /* Netscape */
    /*-khtml-opacity: 0.90;*/ /* Safari 1.x */
    /*opacity: 0.90;*/ /* Good browsers */
}

.LoginDropDownList {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

.LoginTextBox {
    /*width: 320px;*/ width: 282px;
    /*padding: 8px;*/ padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.LoginButton {
    width: 100%;
    height: 47px;
    /*font-size: 14px;*/ font-size: 18px;
    /*color: #FFF;*/ color: black;
    /*background-color: #0072C6;*/ background-color: #209de9;
    border: none;
    padding: 0;
    background-image: url(/assets/theme/blue_button.png);
}

    .LoginButton:hover {
        /*background-color: #1E82CC;*/
        color: black;
        background-color: #209de9;
    }

.LoginLinkText {
    font-size: 12px;
    text-decoration: none;
    color: white;
    display: block;
    line-height: 24px;
}

    .LoginLinkText:hover {
        color: #ffd800;
    }

.login-lang {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color:#555;
}
.login-lang p.btn-lang {
    padding: 0.7em 0;
}
    .login-lang p.btn-lang > a {
        text-decoration: none;
        color:inherit;
    }
    .login-lang p.btn-lang > a:hover {
        color: #000;
    }
/*/////////////////////// BRAND & MENU /////////////////////////////////*/
#branding {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    height: 20px;
    position: relative;
}

    #branding a {
        text-decoration: none;
    }

#product {
    position: absolute;
    color: #679867;
    width: 960px;
    top: 7px;
    left: 50%;
    margin-left: -480px;
}

#product_description {
    font-size: 12px;
    color: inherit;
}

#product-nav {
    width: 100%;
    /*margin:0 auto 10px;*/
    background-color: #679867;
    /*height: 30px;*/
    position: relative;
    line-height: 30px;
    margin: 5px auto 5px;
    height: 3px;
}

#site-navigation {
    font-size: 1em;
    color: #679867;
    width: 960px;
    margin: 0 auto;
    display: none;
}

    #site-navigation li a {
        color: #FFF;
    }

        #site-navigation li a:link {
            color: #FFF;
        }

        #site-navigation li a:visited {
            color: #FFF;
        }

        #site-navigation li a:hover {
            color: #000;
        }

        #site-navigation li a.disabled {
            color: #bbb;
        }

            #site-navigation li a.disabled:link {
                color: #bbb;
            }

            #site-navigation li a.disabled:visited {
                color: #bbb;
            }

            #site-navigation li a.disabled:hover {
                color: #bbb;
            }

#site-navigation .busiapp li a {
color: #000;
}
    #site-navigation .busiapp li a:hover {
        color: #FFF;
    }

#site-navigation-menu li {
    list-style: none;
    display: inline;
}

    #site-navigation-menu li.left {
        float: left;
        margin-right: 12px;
    }

    #site-navigation-menu li.right {
        float: right;
        margin-left: 12px;
    }

#site-navigation-menu a {
    text-decoration: none;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    /* ...and now for the proper property */
    transition: .6s;
}



#passport {
    float: right;
    color: #FFF;
}

    #passport p {
        float: left;
        margin-right: 10px;
    }

p.language-select {
    margin-top: 1px;
}

p.log-out {
    background-color: #a96868;
    color: #FFF;
    padding: 2px 8px;
    font-size: .8em;
    margin-top: 5px;
    line-height: 140%;
}

    p.log-out:hover {
        background-color: maroon;
    }

/*////////////////////////// SUBJECT //////////////////////////////////*/
.subject {
    text-align: left;
    width: 450px;
    /*border-radius: 15px;*/
    background-color: white;
    border: 1px solid;
    padding: 5px 15px;
    line-height: 120%;
    margin-bottom: 5px;
    font-size: 10pt;
    white-space: initial;
    position: relative;
    min-height: 32px;
}
    .subject.in {
        float: left;
    }

        .subject.in.success {
            border-color: green;
        }

        .subject.in.failed {
            border-color: red;
        }

    .subject.out {
        float: right;
    }

        .subject.out.success {
            border-color: green;
        }

        .subject.out.failed {
            border-color: red;
        }

    .subject .hovermenu {
        position: absolute;
        top: 3px;
        right: 3px;
        padding: 5px;
        background-color: lightgrey;
        display: none;
    }

        .subject .hovermenu a:hover {
            filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate( 160deg ) brightness(110%) contrast(50%);
        }
/*/////////////////////// Content Player /////////////////////////////////*/
#contentplayer {
    height: 12000px;
    width: 100%;
    overflow: hidden;
}

.filewrap {
    border-bottom: solid #F00 1px;
    margin-top: 2px;
}

.filebuttons {
}

.btnfilesend {
    float: left;
    padding: 10px 0;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    background-color: green;
    line-height: 10pt;
    cursor: pointer;
    text-align: center;
    min-width: 310px;
}

.btnfiledeep {
    float: left;
    padding: 10px 0;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    background-color: #48B8F7;
    line-height: 10pt;
    cursor: pointer;
    text-align: center;
    min-width: 310px;
    margin: 0 10px;
}

.btnfilemail {
    float: left;
    padding: 10px 0;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    background-color: #ED5858;
    line-height: 10pt;
    cursor: pointer;
    text-align: center;
    min-width: 310px;
}

.btnfilesend:hover {
    background-color: darkgreen;
}

.btnfiledeep:hover {
    background-color: #245C7C;
}

.btnfilemail:hover {
    background-color: #B24242;
}

.headers {
    max-height: 400px;
    overflow: hidden;
}

.filehtmlimage {
    height: 100%;
    float: left;
    overflow: hidden;
}

.fileheadertext {
    max-height: 380px;
    float: left;
    margin-left: 5px;
    overflow: auto;
    font-size: 8pt;
    line-height: 9pt;
    padding: 5px;
}

.attachments {
}

.attachedfile {
    float: left;
}

/*#contentplayerZoom {height:820px;width:100%;overflow:scroll;position:relative;}*/

/*////////////////////// WBO-Colors ///////////////////////////////////////*/
.d-wbo-white {
    background-color: azure;
    color: black;
}

.d-wbo-black {
    background-color: dimgray;
    color: white;
}

.d-wbo-other {
    background-color: powderblue;
    color: black;
}

.e-wbo-white {
    background-color: white;
    color: black;
}

.e-wbo-black {
    background-color: black;
    color: white;
}

.e-wbo-other {
    background-color: transparent;
    color: black;
}

.wbo-date {
    background-color: gold;
    color: black;
}

/*///////////////////////// Percantage Bar /////////////////////////////////*/
.invert-bar {
    position: relative;
    height: 20px;
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid black;
    margin: 5px 0;
}

    .invert-bar p {
        padding: 0px;
        margin: 0 5px;
        font-size: 13px;
        white-space: nowrap;
        line-height: 20px;
    }

    .invert-bar > p {
        color: forestgreen;
    }

    .invert-bar > div {
        position: absolute;
        top: 0px;
        left: 0px;
        height: inherit;
        width: 0; /*percantage*/
        overflow: hidden;
        background-color: forestgreen;
    }

        .invert-bar > div > p {
            color: white;
        }

/*///////////////////////// FileSend UC /////////////////////////////////*/
.filesend {
    width: 320px;
    text-align: left;
    margin: 0 auto;
}

    .filesend #pnlfilelistContainer {
        position: inherit;
        margin-left: 0;
        margin-bottom: 5px;
        width: 318px;
        border: 1px solid #7b9bd6;
        height: 212px;
    }

    .filesend #pnlTransferContainer {
        position: inherit;
        width: 100%;
        margin-left: 0;
        background-color: inherit;
    }

    .filesend #pnlTransferBG {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .filesend #pnlTransferContent {
        width: 100%;
        position: inherit;
        top: 0;
    }

    .filesend .busybutton {
        background-image: url(/assets/theme/upload-busy.png);
        background-position: -32px 0px;
    }
/*///////////////////////// FileSend PAGE /////////////////////////////////*/
#pnlAdContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    min-width: inherit;
    min-height: inherit;
    /*width:100%;
    height: inherit;
    background: url(/assets/theme/3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme/3.jpg', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/theme/3.jpg', sizingMethod='scale');*/
}

#pnlAdBackground {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    #pnlAdBackground img, #pnlAdBackground video {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
    }

#pnlAdSmooth {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url(/assets/theme/grid.png);*/
    display: none;
}

#pnlAdOver {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#pnlContainer {
    width: 100%;
    height: inherit;
}

#pnlfilelistContainer {
    position: fixed;
    width: 170px;
    height: 130px;
    /*left:30px;
    top:50%;
    margin-top:-125px;*/
    bottom: 50px;
    left: 50%;
    margin-left: -85px;
    /*border: 1px solid slategrey;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color:white;*/
}

#pnlfilelistWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#pnlfilelistBG {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    /*background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;*/
}

#pnlTransferContainer.message {
    position: fixed;
    width: 160px;
    height: 75px;
    /*left:30px;
    top:50%;
    margin-top:-125px;*/
    bottom: -25px;
    left: 50%;
    margin-left: -80px;
    /*border: 1px solid slategrey;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color:white;*/
}

#pnlTransferWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#pnlTransferBG {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
}

#pnlTransferContent {
    width: 160px;
    /*height:237px;*/
    /*margin: 10px;*/
    /*padding-bottom: 10px;*/
    /*background: #FFF;*/
    text-align: left;
    /*position:relative;*/
    /*border: 0px solid slategrey;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;*/
    position: absolute;
    left: 0px;
    top: 5px;
}

#pnlDownloadContainer {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    left: 50%;
    margin-left: -150px;
}

#pnlDownloadWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#pnlDownloadBG {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
}

#pnlDownloadContent {
    /*width: 280px;
    text-align: left;
    position: absolute;
    left: 10px;
    top: 10px;*/
}

#pnlleftmenu {
    width: 50px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#pnlbottommenu {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
}

#pnlmenuitems {
    width: 100%;
    height: 100%;
    position: relative;
}

#pnlmenuitemsbg {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 8 */
    filter: alpha(opacity=30); /* IE 5-7 */
    -moz-opacity: 0.30; /* Netscape */
    -khtml-opacity: 0.30; /* Safari 1.x */
    opacity: 0.30; /* Good browsers */
}

#imgmenuicon {
    width: 48px;
    height: 48px;
    position: absolute;
    /*top:50%;
    left:3px;
    margin-top:-12px;*/
    top: 2px;
    left: 50%;
    margin-left: -24px;
    cursor: pointer;
}
/*#pnlfilelist
{
    width:180px;
    max-height:100%;
    position:fixed;
    top:0;
    left:30px;
    overflow-y: auto;
    overflow-x: hidden;
}*/
.tdfile {
    background-image: url(/assets/theme/sprite32.png);
    background-position: -64px 0px;
    background-repeat: no-repeat;
    height: 32px;
    vertical-align: middle;
    cursor: pointer;
    color: white;
}

    .tdfile:hover {
        color: red;
    }

    .tdfile a, .tdfile span {
        color: inherit;
        padding-left: 40px;
        text-decoration: none;
    }

.mailform {
    display: none;
}

.sendbutton {
    width: 32px;
    height: 32px;
    background-color: transparent;
    cursor: pointer;
    background-image: url(/assets/theme/buttonsprite32.png);
    background-position: -64px 0px;
    border: none;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -16px;
    display: none;
}

.mailbutton {
    width: 32px;
    height: 32px;
    background-color: transparent;
    cursor: pointer;
    background-image: url(/assets/theme/buttonsprite32.png);
    background-position: -64px 0px;
    border: none;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -16px;
    display: none;
}

.busybutton {
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-image: url(/assets/theme/buttonsprite32.png);
    background-position: -32px 0px;
    border: none;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -16px;
    display: none;
}

/*.helpbutton {
    width: 32px;
    height: 32px;
    background-color: transparent;
    cursor: pointer;
    background-image: url(/assets/theme/buttonsprite32.png);
    background-position: 0px -32px;
    border: none;
    position:absolute;
    bottom:8px;
    left:50%;
    margin-left:-16px;
    display: inline-block;
}*/

.legalbutton {
    width: 32px;
    height: 32px;
    background-color: transparent;
    cursor: pointer;
    background-image: url(/assets/theme/buttonsprite32.png);
    background-position: 0px -64px;
    border: none;
    /*position:absolute;
    bottom:8px;
    left:50%;
    margin-left:-16px;*/
    display: inline-block;
}

.poweredbybutton {
    width: 111px;
    height: 32px;
    background-color: transparent;
    cursor: pointer;
    background-image: url(/assets/theme/buttonsprite32.png);
    background-position: -64px -32px;
    border: none;
    /*position:absolute;
    bottom:8px;
    left:50%;
    margin-left:-16px;*/
    display: inline-block;
}

input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none;
}

#pnlmenulinks {
    position: absolute;
    left: 50%;
    margin-left: -160px;
    width: 320px;
}

#pnlhelplegal {
    float: left;
    color: white;
    font-size: 16px;
    margin: 10px 0;
    width: 50%;
    text-align: left;
}

    #pnlhelplegal span {
        margin: 0 5px;
        cursor: pointer;
    }

#pnlpoweredby {
    float: right;
    color: white;
    font-size: 10px;
    margin: 10px 0;
    width: 50%;
    text-align: right;
}

    #pnlpoweredby a {
        margin-right: 5px;
        cursor: pointer;
        color: inherit;
        text-decoration: none;
    }

/*/////////////////////// PopMsg /////////////////////////////////*/
.popmsgBG {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #3c3c3c;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    z-index: 998;
}
.popmsg {
    width: 240px;
    z-index: 999;
    background-color: forestgreen;
    border: 1px Solid #555;
    border-radius: 8px;
    color: #fff;
}
    .popmsg span {
        font-size: 1.2em;
        line-height: 1.4em;
        width: 220px;
        display: block;
        padding: 30px 10px;
    }
    .popmsg.success {
        background-color: forestgreen;
        color: #fff;
    }
    .popmsg.failed {
        background-color: darkred;
        color: #fff;
    }
    .popmsg.info {
        background-color: dodgerblue;
        color: #000;
    }
    .popmsg.warning {
        background-color: orange;
        color: #000;
    }
/*/////////////////////// Popup /////////////////////////////////*/
#pnlPopupContainer {
    position: fixed;
    width: 600px;
    height: 480px;
    top: 50%;
    margin-top: -265px;
    bottom: 50px;
    left: 50%;
    margin-left: -300px;
    display: none;
    opacity: 0;
    /*border: 1px solid slategrey;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
background-color:white;*/
        }

#pnlPopupWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#pnlPopupBG {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
}

#pnlPopupClose {
    width: 32px;
    height: 32px;
    position: absolute;
    color: red;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
}

#pnlPopupInner {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    position: relative;
}

#pnlPopupInnerHtml {
    padding: 10px;
    color: white;
    text-align: left;
}

    #pnlPopupInnerHtml h2 {
        margin-bottom: 15px;
        margin-top: 10px;
        font-size: 18px;
    }

    #pnlPopupInnerHtml p {
        margin-bottom: 10px;
        font-size: 12px;
    }

        #pnlPopupInnerHtml p b {
            font-size: 14px;
            display: block;
            margin-bottom: 5px;
        }

#pnlCheckGeo {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid green;
    background: rgba(86, 145, 45,0.6);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

    #pnlCheckGeo:hover {
        background: rgba(86, 145, 45,0.4);
    }

/*/////////////////////// Popup2 /////////////////////////////////*/
#PopupContainer {
    position: fixed;
    width: 600px;
    height: 480px;
    top: 50%;
    margin-top: -265px;
    bottom: 50px;
    left: 50%;
    margin-left: -300px;
    z-index: 999;
    background-color: white;
    /*border: 1px solid slategrey;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;*/
}

#PopupWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#PopupBG {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #3c3c3c;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    z-index: 998;
}

#PopupClose {
    width: 32px;
    height: 32px;
    position: absolute;
    color: red;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    display: block;
    cursor: pointer;
    /*border: 1px solid slategrey; */
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: white;
    right: -16px;
    top: -16px;
}

#PopupInner {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    position: relative;
}

#PopupInnerHtml {
    padding: 10px;
    color: white;
    text-align: left;
}

/*/////////////////////// New Login With Big File /////////////////////////////////*/
.loginmenubutton {
    background-color: #7b9db6;
    height: 45px;
    font-size: 10pt;
    color: white;
    cursor: pointer;
    padding: 0 7px;
    border: none;
    border-radius: 0;
}

    .loginmenubutton:hover {
        background-color: #6888a0;
    }

    .loginmenubutton:disabled {
        background-color: #999999 !important;
        cursor: default !important;
    }

.btnintxt.logintxt {
    border: 1px solid #7b9bd6;
    border-radius: 0;
}

    .btnintxt.logintxt .txt {
        width: 298px;
    }

    .btnintxt.logintxt .btn {
        height: 45px;
        float: right;
        margin: 0;
    }

    .btnintxt.logintxt .imgbtn {
        height: 32px;
        float: right;
        margin-right: 6px;
        margin-top: 6px;
    }

.loginmenubutton.green {
    background-color: #6e9265;
}

    .loginmenubutton.green:hover {
        background-color: #5c8055;
    }

.onechar {
    width: 18px;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 8px;
    border: 1px solid #7b9bd6;
    border-radius: 0;
    margin: 0;
    line-height: 33px;
}

.bottomborder-blue {
    border: none !important;
    border-bottom: 1px solid lightblue !important;
}

/*/////////////////////// New Login With Big File /////////////////////////////////*/
div.circle {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: red;
    margin: auto;
}

/*/////////////////////// SWAL extention /////////////////////////////////*/
.swal-innerhtml {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    min-height: 25em;
    max-height: 48em;
}

/*/////////////////////// Circle Progress /////////////////////////////////*/
.loader {
    position: relative;
    width: 60px;
    height: 60px;
    float: left;
    user-select: none;
    box-sizing: border-box;
}

.loader-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.spiner-holder-one {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box;
}

.spiner-holder-two {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
}

.loader-spiner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
}

.animate-0-25-a {
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}

.animate-0-25-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-25-50-a {
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}

.animate-25-50-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-50-75-a {
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}

.animate-50-75-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-75-100-a {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}

.animate-75-100-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.text {
    text-align: center;
    /*padding-top:32%;*/
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 50px;
}

.ledpoint {
    color: #A3B0B3;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
}

.textpoint {
    color: black;
    padding: 0px 4px;
    border: 1px solid dimgray;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width:48em) {
    .ledpoint {
        color: #A3B0B3;
        font-size: 9pt;
        font-weight: bold;
        text-decoration: none;
    }
}

/*/////////////////////// BusiGram Notify /////////////////////////////////*/
#NotificationBg {
    height: inherit;
    background-color: #88888840;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    position: fixed;
    z-index:999;
}

#Notifications {
    position: relative;
}

.notification {
    background-color: #333333CC;
    width: 90vw;
    max-width: 600px;
    border-radius: 8px;
    padding: 8px;
    text-align: left;
    position: relative;
    margin: 8px 0;
}

    .notification div {
        padding: 3px 0 3px;
    }

    .notification .icon {
        height: 24px;
        margin-top:-4px;
    }

    .notification .from {
        font-weight: bold;
        color: #ddd;
        line-height: 32px;
        font-size:14px;
        padding-left: 10px;
    }

    .notification .subject {
        color: white;
        line-height: 24px;
        font-size:18px;
        padding-left:2px;
    }

    .notification .paperclip {
        font-family: FontAwesome;
        padding-left: 10px;
    }

/*/////////////////////// Login Banner /////////////////////////////////*/
#cycler {
    position: relative;
    width: 300px;
    min-height:640px;
}

    #cycler img {
        position: absolute;
        z-index: 1
    }

        #cycler img.active {
            z-index: 3
        }

#slidebanner {
    position: relative;
    width: 300px;
    min-height: 540px;
    background-image: url(../../images/uimenu.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}