﻿body {
    /*background-color: #012c41;*/
    /*    background-color: black;
*/
    /*    background-image: url("../images/Background.png");
    background-position-x: right;
    background-position-y: 200px;
    background-repeat: no-repeat;
*/
    background-color: #4686a0;
    /*color: rgba(255, 255, 255, 0.75);*/
    background-attachment: fixed;
    background-image: url("images/overlay2.png"), url("images/overlay3.svg"), linear-gradient(45deg, #9dc66b 5%, #4fa49a 30%, #4361c2);
    background-position: top left,center center,center center;
    background-size: auto,cover,cover;
    margin: 0;
    padding: 0;
    font-family: Cambria;
}

.main-header {
    padding: 5px;
    padding-bottom:10px;
    /*background-color: #012c41;*/
    /*    background-color: black;*/
    text-align: center;
    color: white;
    /*width:100% !important;*/
    background-color: rgb(70, 105, 182);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.progress-detail-btn {
    padding: 8px 16px;
    text-decoration: none;
    background-color: #f1f1f1;
    color: #333;
    font-size: 16px;
    margin: 10px 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-img-right {
    width: 25px;
    opacity: 1;
    margin-left: 10px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background-color: #012c41;*/
    background-color: rgb(70, 105, 182);
    z-index: 100000;
    color: white;
    text-align: center;
    height: 50px;
}

.clear-float {
    clear: both;
=}

.bronze-tile, .silver-tile, .gold-tile, .platinum-tile, .raised-tile, .referral-tile {
    position: relative;
    width: 220px;
    text-decoration: none;
    font-weight: bold;
    font-size: 40px;
    display: block;
    padding: 4px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    cursor: pointer;
}

.bronze-tile {
    color: #CD7F32;
    background-color: #804a00;
    box-shadow: 0px 10px 0px #CD7F32, 0px 10px 30px #CD7F32;
    -webkit-box-shadow: 0px 10px 0px #CD7F32, 0px 10px 30px #CD7F32;
    -moz-box-shadow: 0px 10px 0px #CD7F32, 0px 10px 30px #CD7F32;
}

.bronze-tile:hover, .silver-tile:hover, .gold-tile:hover, .platinum-tile:hover {
        background-color: brown;
    }

.silver-tile {
    color: silver;
    background-color: gray;
    box-shadow: 0px 10px 0px silver, 0px 10px 30px silver;
    -webkit-box-shadow: 0px 10px 0px silver, 0px 10px 30px silver;
    -moz-box-shadow: 0px 10px 0px silver, 0px 10px 30px silver;
}

.gold-tile {
    color: gold;
    background-color: goldenrod;
    box-shadow: 0px 10px 0px gold, 0px 10px 30px gold;
    -webkit-box-shadow: 0px 10px 0px gold, 0px 10px 30px gold;
    -moz-box-shadow: 0px 10px 0px gold, 0px 10px 30px gold;
}

.platinum-tile {
    color: #E5E4E2;
    background-color: #797979;
    box-shadow: 0px 10px 0px #E5E4E2, 0px 10px 30px #E5E4E2;
    -webkit-box-shadow: 0px 10px 0px silver, 0px 10px 30px #E5E4E2;
    -moz-box-shadow: 0px 10px 0px #E5E4E2, 0px 10px 30px #E5E4E2;
}

.referral-tile {
    color: yellow;
    background-color: #fa0514;
    box-shadow: 0px 10px 0px yellow, 0px 10px 30px yellow;
    -webkit-box-shadow: 0px 10px 0px yellow, 0px 10px 30px yellow;
    -moz-box-shadow: 0px 10px 0px yellow, 0px 10px 30px yellow;
}

.raised-tile {
    color: white;
    background-color: #012c41;
    box-shadow: 0px 10px 0px #5e6a75, 0px 10px 30px #5e6a75;
    -webkit-box-shadow: 0px 10px 0px #5e6a75, 0px 10px 30px #5e6a75;
    -moz-box-shadow: 0px 10px 0px #5e6a75, 0px 10px 30px #5e6a75;
}

.tile-vertical, .tile-vertical-wide {
    border-style: solid;
    border-width: 2px;
    border-color: black;
    height: 80px;
    margin: 10px;
    vertical-align: middle;
}

.tile-vertical {
    cursor: pointer;
    width: 200px;
    background-color: yellow;
    color: #012c41;
}

.tile-vertical-wide {
    width: 400px;
    background-color: white;
    color: black;
    text-align: left;
}

.left-header-tile, .right-header-tile {
    margin-top: 5px;
    background-color: #BDCBC8;
    color: black;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    padding: 5px;
}

.left-header-tile {
    cursor: pointer;
    float: left;
    margin-left: 20px;
}

.right-header-tile {
    float: right;
    margin-right: 20px;
}

.full-width {
    width: 100%;
    text-align: center;
}

.thick-border {
    border-color: white;
    border-width: 2px;
    border-style: solid;
}

.form-container, .form-container-opaque, .form-container-opaque-white, .form-container-opaque-dark {
    display: inline-block;
    text-align: center;
    margin-bottom: 60px;
}

.form-container-opaque {
    background-color: transparent;
}

.form-container-opaque-white {
    background-color: white;
}

.form-container-opaque-dark {
    color: white;
    background-color: #455a64;
}


.edit-panel {
    text-align:center;
    width: 100%;
}

.text-align-left {
    text-align: left;
}

.button-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.line-format, .line-format-left, .line-format-right {
    padding: 5px;
}

.line-format-left {
    float: left;
}

.line-format-right {
    float: right;
}

.add-left-margin-50 {
    margin-left: 50px;
}

.add-left-margin-30 {
    margin-left: 30px;
}

.add-margin-top-20 {
    margin-top: 20px;
}

.add-margin-bottom-20 {
    margin-bottom: 20px;
}

.add-left-padding-5 {
    padding-left: 5px;
}

.ButtonDiv350 {
    clear: both;
    margin: 5px 5px 5px 350px;
}

.ButtonDiv300 {
    clear: both;
    margin: 5px 5px 5px 300px;
}

.left-panel, .right-panel {
    width: 400px;
    border-color: white;
    border-style: solid;
}

.left-panel {
    float: left;
    border-width: 0 1px 0 0; /*top right bottom left*/
}

.right-panel {
    float: right;
    border-width: 0 0 0 1px;
}

.blogItItem {
    margin: 10px;
    padding: 0 12px;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 4px #79869d;
    border-radius: 4px;
    background-color: #adc9f7;
}

.left-panel-image {
    position: absolute;
    left: 200px;
    top: 400px;
    margin-left: -150px; /* negative half the width of the image */
    margin-top: -150px; /* negative half the height of the image */
}

.right-panel-image {
    position: absolute;
    right: 100px;
    top: 400px;
    margin-left: -150px; /* negative half the width of the image */
    margin-top: -150px; /* negative half the height of the image */
}

.border-image {
    text-decoration: none;
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    box-shadow: 0px 10px 0px gray, 0px 10px 30px gray;
    -webkit-box-shadow: 0px 10px 0px gray, 0px 10px 30px gray;
    -moz-box-shadow: 0px 10px 0px gray, 0px 10px 30px gray;
}

.advertisement {
    margin-top: 30px;
    width: 1070px;
    display: inline-block;
}

.advertisement-title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
    color: yellow;
    text-align: left;
}

.advertisement-text-block {
    float: left;
    color: white;
    font-size: 24px;
    width: 750px;
    text-align: left;
    padding: 0 10px 0 10px;
}

.advertisement-image-block {
    float: left;
    width: 300px;
    text-align: center;
}

.advertisement-button {
    margin-top: 20px;
}

.section {
    display: inline-block;
    width: 300px;
}

.section-header {
    margin-top: 50px;
    font-size: 3.0em;
    font-weight: bold;
    color: white;
}