﻿.bufferPage .container {
    width:100%; 
    padding-top:200px;
    padding-bottom: 150px;
    background-image: url(../Images/Capture.PNG);
    background-size: cover; 
    background-repeat: no-repeat;
}

.container h3 {
        color: #333;
        font-weight:400 !important;     
        padding-top:10px;      
}

.bufferPage h2{
    text-align: center;
    color: #333;
    padding-bottom:5px;
}

input[type="button"] {
    background-color: #ff8d1e;
    border-color: #ff8d1e;
    border-radius: .25rem;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    height: auto;
    letter-spacing: .1em;
    line-height: 1em;
    margin: 0;
    outline: none;
    padding: 1em 2.5em;
    text-align: center;
    text-decoration: none;
    transition: .1s opacity linear;
    width: auto;
}

input[type="button"]:hover {
    color: white;
    background-color: #4b92dc;
}

#id {
    margin-bottom: 50px;
}

#Content_Root_storeSelect,
#selectedId {
    width:270px;
    margin: auto !important;
    border-radius: .25rem;
    font-size: 14px !important;
    height: calc(1.5em + .75rem + 2px);
    padding: 0px 2px 1px;
}

.nav_item .nav_menu a {
    color: #333;
}

.bufferPage input[type="button"] {
    width: 270px;
    height: 46px;
    border: 2px solid transparent;
    background-color: #ff0303;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bufferPage input[type="button"]:hover {
    border-color: #8db940;
    background-color: #8db940;
}



