/**
stylesheet for the downloadpage
images stored in: /img/global/content/wrapper
*/

body{
    background-color: #000000;
    color: #e8c58f;
    background-image: url(/img/global/content/wrapper/page-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    margin:0px;
    padding:0px;
    background-attachment:fixed;
}
a{
    text-decoration: none;
    color: white;
}
a:hover{
    text-decoration: underline;
    color: white;
}
.dl-space{
    height: 45px;
}

.dl-space-5 {
    height: 5px;
}

.dl-space-10 {
    height: 10px;
}

.dl-space-20 {
    height: 20px;
}

.dl-box-main {
    border-style: solid; border-width: 111px 111px 2px 109px;
    -moz-border-image: url(/img/global/content/wrapper/box.png) 111 111 2 109 repeat;
    -webkit-border-image: url(/img/global/content/wrapper/box.png) 111 111 2 109 repeat;
    -o-border-image: url(/img/global/content/wrapper/box.png) 111 111 2 109 repeat;
    border-image: url(/img/global/content/wrapper/box.png) 111 111 2 109 fill repeat;
}

.dl-header-banner {
    background-image: url(/img/global/content/wrapper/topbox_img.jpg);
    background-repeat: no-repeat;
    height: 255px;
}

.dl-size-middle {
    width:801px;
    margin: auto;
}

.dl-size-middle-inner {
    width:1001px;
    margin-left: -100px;
    min-height: 120px;
    margin-top: -91px;
}

.dl-content {
    margin-left:20px;
}
.dl-header {
    margin-left: 9px;
    margin-right: 12px;
    text-align: center;
}

.dl-header-hr{
    height: 39px;
    background-image: url(/img/global/content/wrapper/divider.png);
    text-transform: capitalize;
    padding-top: 8px;
}

.dl-header-red {
    border-style: solid; border-width: 45px 111px 0px 0px;
    -moz-border-image: url(/img/global/content/wrapper/red_head.png) 45 111 46 94 repeat;
    -webkit-border-image: url(/img/global/content/wrapper/red_head.png) 45 111 46 94 repeat;
    -o-border-image: url(/img/global/content/wrapper/red_head.png) 45 111 46 94 repeat;
    border-image: url(/img/global/content/wrapper/red_head.png) 45 111 46 94 fill repeat;
    height: 0px;
}

.dl-box-pergament {
    background-image: url(/img/global/content/wrapper/pergament.jpg);
    background-position: center top;
    background-repeat: repeat-y;

}

.dl-text {
    color: #362217;
    font-family: Palatino Linotype;
    font-size: 14px;
    line-height: 19px;
}

.dl-text-regular {
    font-family: Arial;
    font-size: 14px;
}

.dl-text-header-big{
    font-family: Palatino Linotype;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
}

.dl-text-header-big{
    font-family: Palatino Linotype;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
}

.dl-text-header-smal{
    font-family: Palatino Linotype;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.dl-mg-left-close{
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.dl-table-tab {
    display: table;
}
.dl-table-tr {
    display: table-row;
}
.dl-table-td {
    display: table-cell;
    padding:32px;
    vertical-align: top;
}
.dl-w-half {
    width: 50%;
}

.dl-w-half,dl-w-50 {
    width: 50%;
}
.dl-w-all,dl-w-100 {
    width: 100%;
}

.dl-w-5 {
    width: 5%;
}
.dl-w-10 {
    width: 10%;
}
.dl-w-20 {
    width: 20%;
}
.dl-w-30 {
    width: 30%;
}
.dl-w-40 {
    width: 40%;
}
.dl-w-60 {
    width: 60%;
}
.dl-w-70 {
    width: 70%;
}
.dl-w-80 {
    width: 80%;
}
.dl-w-90 {
    width: 90%;
}


.dl-opaque-bg{
    background-color: rgba(54,34,23,0.17);
}

.dl-opaque-bg-dark{
    background-color: rgba(54,34,23,0.44);
}

.dl-panel {
    background-color: rgba(54,34,23,0.17);

    border-radius: 13px;
    min-height: 80px;
}

.dl-panel-text{
    padding-top: 6px;
    padding-left: 11px;
    padding-right: 19px;
    padding-bottom: 19px;
}
.dl-panel-text-tech{
    padding-top: 14px;
    padding-left: 33px;
    padding-right: 31px;
    padding-bottom: 39px;
}

.dl-input-btn {
    border-style: solid; border-width: 18px 37px;
    -moz-border-image: url(/img/global/content/wrapper/btn.png) 18 37 repeat;
    -webkit-border-image: url(/img/global/content/wrapper/btn.png) 18 37 repeat;
    -o-border-image: url(/img/global/content/wrapper/btn.png) 18 37 repeat;
    border-image: url(/img/global/content/wrapper/btn.png) 18 37 repeat;
}

.dl-input-btn-bt{
    border-style: solid; border-width: 0px 37px 36px;
    -moz-border-image: url(/img/global/content/wrapper/btn.png) 0 37 36 repeat;
    -webkit-border-image: url(/img/global/content/wrapper/btn.png) 0 37 36 repeat;
    -o-border-image: url(/img/global/content/wrapper/btn.png) 0 37 36 repeat;
    border-image: url(/img/global/content/wrapper/btn.png) 0 37 36 repeat;
}

.dl-input-btn-bt-text{
    margin-top: 3px;
    position: relative;
    top: 27px;
    width: 100%;
    text-align: center;
    font-family: Palatino Linotype;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: white;
    cursor: pointer;
}

.dl-wallet{
    min-height: 400px;
    margin-right: 30px;
}

.dl-tab-btn {
    color: #362217;
    font-family: Palatino Linotype;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 40px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    float: right;
    margin-bottom: 5px;
    cursor: pointer;
    letter-spacing: 2px;
}

.dl-tab-btn:hover {
    text-decoration: underline;
}

.dl-tab-btn-container{
    padding-right: 0px;
    align-content: flex-end;
    vertical-align: top;
}
.dl-tab-container {
    border-radius: 12px;
    height: 100%;
    width: 100%;
    min-height: 300px;
}

.dl-tab-content {
    padding: 10px 20px 20px 20px;
    min-height: 420px;
}
.dl-tab-descText {
    width: 100%;
    text-align: center;
    min-height: 40px;
}

.dl-text-white {
    color:white;
    transition: color 0.25s;
}

.dl-logo-container{
    margin: auto;
    width: 221px;
    margin-top: -120px;
    position: relative;
    top: 93px;
}

.dl-footer {
    background-color: black;
    padding: 5px;
    margin-top: -2px;
}