﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 56px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media (max-width: 700px) {

    .wrap_small {
        white-space: initial;
    }
}

.container-lg {
    padding: 0;
}

.max_width {
    width: 100%;
}

.wrap_small {
    white-space: nowrap;
}


.button_Switch_Hole {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #60a3bc;
    padding: 10px;
    width: 55px;
    border-radius: 10px;
    display: inline-block;
    border:none;
    transition: all 0.4s ease 0s;
}

.button_Switch_Hole:hover {
    color: #ffffff !important;
    background: #f6b93b;
    border-color: #f6b93b !important;
    transition: all 0.4s ease 0s;
}

.ddl_Switch_Hole {
    color: #fff !important;
    background: #60a3bc;
    -webkit-align-items: center;
    -webkit-appearance: menulist-button;
    -webkit-rtl-ordering: logical;
    -webkit-writing-mode: horizontal-tb;
    background: #60a3bc;
    border-radius: 10px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0px 0px 5px 0px;
    padding: 10px;
    height: 45px;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    word-spacing: 0px;
    width: 215px;
}

.ddl_Switch_Hole:hover {
    color: #ffffff !important;
    background: #f6b93b;
    border-color: #f6b93b !important;
    transition: all 0.4s ease 0s;
}


.link_Current_Result {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #60a3bc;
    padding: 10px;
    text-align:center;
    width:45px;
    border-radius: 35px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
    outline:none;
}

.link_Current_Result:hover {
    text-decoration:none;
    color: #ffffff !important;
    background: #f6b93b;
    border-color: #f6b93b !important;
    transition: all 0.4s ease 0s;
}

.link_Current_Result_Popup {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #60a3bc;
    padding: 20px;
    text-align: center;
    width: 65px;
    border-radius: 35px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
    outline: none;
}

.link_Current_Result_Popup:hover {
        text-decoration: none;
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
    }

.link_Current_Result_Selected {
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px;
    text-align: center;
    width: 65px;
    border-radius: 35px;
    display: inline-block;
    border: none;
    outline: none;
    text-decoration:none;
    color: #ffffff !important;
    background: #f6b93b;
    border-color: #f6b93b !important;
    transition: all 0.4s ease 0s;
}

.nospace {
    white-space: nowrap;
}

.fancybox.iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

.page_1_Full {
    text-align:center;
}

.page_1 {
    text-align: center;
    display: none;
}

.page_2 {
    text-align: center;
    display: none;
}

.page_3 {
    text-align: center;
    display: none;
}

.page_4 {
    text-align: center;
    display: none;
}

.page_5 {
    text-align: center;
    display: none;
}

.page_6 {
    text-align: center;
    display: none;
}

.prevnext_page {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #60a3bc;
    padding: 5px;
    width: 30px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
}

    .prevnext_page:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
    }

.button_select_group {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #60a3bc;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
}

    .button_select_group:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
    }

.myButton {
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    background-color: #007dc1;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    padding: 0px 24px;
    height:36px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

.myButton:hover {
    background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
    background-color: #468ccf;
}



.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    margin: 0;
}

