/*---ManagementAd---*/

#getseatManagementAd {
    height: 800px;
    padding-top: 50px;
    background: url("../img/pages/management.png") no-repeat;
    background-size: 100% 100%;
}

#getseatManagementAd .h1 {
    width: 90%;
    padding: 8px;
    font-weight: bold;
}

#getseatManagementAd li {
    margin: 20px 0;
}

#getseatManagementAd #receiveConsultation {
    margin-top: 75px;
    padding: 8px;
    background: #ddd;
}

#getseatManagementAd #receiveConsultation > i {
    color: #337ab7;
}

#getseatManagementAd #consultantButton {
    cursor: pointer;
}

#getseatManagementAd .h3.pull-left {
    margin-top: 90px;
}

.managementAdPopup {
    padding-bottom: 0 !important;
}

.managementAdPopup h2 p {
    width: 70%;
    margin: 0 auto 30px auto;
}

#getseatManagementAd .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    pointer-events: none;
}

/*---Status---*/

#statusPage {
    width: 92%;
    margin: 0 auto;
    padding-top: 10px;
}

#statusPage #supplierList {
    direction: ltr;
    height: 530px;
    padding: 30px 20px 0 20px;
    background: url("../img/layout/pink_box_right.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: right;
}

#statusPage #supplierList .row {
    margin: 0;
}

#statusPage #supplierList > ul {
    height: 90%;
    width: 90%;
    overflow-y: auto;
}

#statusPage #supplierList .item li, #statusPage #supplierList .item-headers li {
    height: 25px;
    margin: 7px 1%;
}

#statusPage #supplierList .item li, #statusPage #supplierList .item-headers span {
    border-bottom: 1px solid #fff;
}

#statusPage #eventInfo {
    margin-top: 15px;
    font-size: 20px;
}

#statusPage #daysUntilStartCounter {
    margin-top: 8px;
    padding-left: 35px;
    font-size: 50px;
    letter-spacing: 32px;
    color: #000;
    background: url(../img/pages/counter_bg.png) no-repeat center;
}

#statusPage #eventSettingsInfo {
    border-right: 2px solid #d5d5d5;
}

#statusPage #eventInfo input {
    width: 100%;
    margin: 0 auto;
    background-color: #d5d5d5;
    border: none;
    color: #000;
}

#statusPage #eventInfo .row {
    margin: 20px 0;
}

#statusPage #eventInfo .form-inline {
    margin: 8px 0;
}

#statusPage .logo {
    width: 80%;
}

#statusPage .task-list {
    height: 530px;
}

/*---After---*/

#afterPageContainer {
    position: relative;
}

#afterPageContainer > #countdown {
    position: absolute;
    padding: 40px;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
    background: #fff;
    border: 2px solid #000;
    font-size: 24px;
}

#afterPage {
    padding-top: 10px;
    background: url("../img/pages/after.png") no-repeat;
    background-size: 100% 100%;
}

#afterPage.locked  {
    pointer-events: none;
    opacity: 0.4;
}

#afterPage .page-sidebar {
    height: 605px;
    padding: 0;
}

#afterPage .page-sidebar .h2 {
    margin: 10px 0;
}

#afterPage > .page-sidebar li > span {
    padding: 0;
}

#afterPage #updateGifts {
    padding: 25px;
    border: 7px solid #e83c9e;
    border-radius: 50%;
    box-shadow: 1px 1px 8px 1px;
}

#afterPage #updateGifts .h1 {
    font-size: 46px;
}

#afterPage #updateGifts > a {
    padding: 4px 12px;
    font-size: 24px;
    border: 1px solid #e83c9e;
    border-radius: 10%;
    transition: 0.3s;
}

#afterPage #updateGifts > a:hover, #afterPage .page-sidebar li.h3:hover {
    background: #fff;
    color: #e83c9e;
}

#afterPage .page-sidebar li {
    margin: 10px 0 20px 0;
    padding: 12px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: 0.3s;
}

#afterPage .page-main {
    padding-top: 20px;
}

#afterPage .task-list {
    height: 380px;
}

#afterPage .task-list > ul {
    height: 55%;
}

#afterPage #afterBalance .btn-pink {
    height: 80px;
    padding: 8px;
    border-radius: 40px;
}

#afterPage .progress {
    margin-top: 30px;
    padding: 0;
}

#afterPage .indicator {
    top: -18px;
    height: 50px;
}

#afterPage #goodbyeText {
    margin-top: 25px;
}

#afterPage #goodbyeImage {
    margin-left: -15%;
}

/*---Gifts--*/

#giftsPage {
    padding-top: 20px;
}

#giftsTable {
    width: 60%;
    margin: 0 auto;
}

#giftsTable > .goBack {
    padding: 8px;
    font-size: 18px;
}

#giftsTable .table-main th, #giftsTable .table-main tbody td {
    display: inline-block;
    height: 50px;
    padding: 8px 0;
    float: right;
}

/*--- About ---*/

#about {
    width: 60%;
    margin: 0 auto;
    padding-top: 5px;
}

#about > #headlines {
    margin-bottom: 20px;
}

#about > #headlines > h1 {
     margin: 20px 0;
}

#about p {
     font-size: 16px;
}

#about ul {
    list-style-type: disc;
}

#about p:last-of-type {
    margin-top: 20px;
}

@media (max-width: 992px){
    #statusPage .h1 {
        font-size: 30px;
    }

    #afterPage {
        background: #fff;
    }

    #afterPage #goodbyeImage {
        margin-left: 0;
    }
}
