body {
    background-color: #F7F7F7;
    font-family: arial;

}
.container{
    max-width: 1000px;
    margin: 0 auto;
}
#login_banner{
    position:absolute;
    overflow:hidden;
    width:100%;
    height:625px;
    top:60px;
    min-width:1200px;
    box-shadow: 0px 0px 5px #d0d0d0;

}

.container input[type=text] {
    height: 30;
    font-size: 16;
}

.card-container.card {
    max-width: 350px;
    font-size:14pt;
    height:auto;
    transform: translate(0, -10%);
}
.card-applink-wrapper {
    background-color: #FFFFFF;
    margin: 0 auto 25px;
    margin-top: 5%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

#bannerimage{
    width:100%;

}
.login_box{
    background:#f7f7f7;
    border:3px solid #F4F4F4;
    padding-left: 15px;
    margin-bottom:25px;
}
#login_banner{
    position:absolute;
    overflow:hidden;
    width:100%;
    height:625px;
    top:60px;
    min-width:1200px;
    box-shadow: 0px 0px 5px #d0d0d0;

}
#login_container {
    margin: auto;
    width: 320px;
    background-color: white;
    border-radius: 1px;
    box-shadow: 0px 0px 2em #d7d7d7;
    height: 330px;
    color: #545454;
    margin-top: 200px;
    font-size: 10pt;
}
#login_container input {
    height: 30;
    width: 75%;
    font-size: 20;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #d0d0d0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    margin-left:15px;
}
.card {
    background-color: #FFFFFF;
    padding: 0px 25px 15px;
    margin: 0 auto 25px;
    margin-top: 15%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login_title{
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 100;
    color:rgba(164, 164, 164, 0.8);
}

.input_title{
    color:rgba(164, 164, 164, 0.9);
    padding-left:3px;
    margin-bottom: 2px;
}
#LoginForm {
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
}
.btn, .btn-ban, .btn-unban {
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    border-radius:0;
    background:#43A6EB;
    height: 55px;
    line-height: 30px;
}
.btn-unban{
    background: #7BCC70;
    height: 25px;
    line-height: 15px;
    width:50%;
}
.btn-ban{
    background: #EE3B3B;
    height: 25px;
    line-height: 15px;
    width:50%;
}
.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}


#error_text{
    display: None;
    color: red;
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0 ;
}

.navigation{
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0px 0px 1px #d0d0d0;
    margin: 0 auto;
}
a{
    text-decoration: none;
    color: #000000;
}
.nav-item{
    display: inline;
    margin: 10px;
    cursor: pointer;
}
.nav-item-current{
    font-weight: bold;
}
.user-holiday-header{
    font-weight: bold;
    color: #4c96e8;
}
#holiday-editor, #holiday-details, #denied, #deleted, #user-editor, #user-details, .user-comment, #announcement, #new-holiday-details, #user-holiday-list{
    padding: 25px;
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0px 0px 1px #d0d0d0;
}
#user-details{
    margin-top:10px;
    width: 30%;
}
.user-comment{
    margin-bottom: 10px;
}
#holiday-list, #user-list{
    display:none;
    background-color: #F0F8FF;
    border: 1px solid #d7ecff;
    padding: 20px;

}
#user-comments{
    float:right;
    margin-top:10px;
    width: 62%;
}
.holiday-list-item, .user-list-item{
    padding: 5px;
    cursor: pointer;

}
#holiday-details, #user-details{
    display:none;
}
#user-name{
    font-weight: bold;
    text-align: center;
}
#save-status, #ban-status{
    margin-top:10px;
    padding: 10px;
}
.delete-comment{
   text-decoration: underline;
   cursor: pointer;
   color:red;
}

#mockup{
    display:block;
}
#mockup-mobile{
    display:none;
}

@media (max-width: 1000px) {

    #mockup {
        display: none !important;
    }
    #mockup-mobile{
        display: block !important;
        min-width: 300px;
    }
    #mockup-mobile img{
        height: 30%;
    }
    #icon{
        margin: 28 auto !important;
        min-width: 300px;
    }
    #storelinks{
        cursor: pointer;
        margin: -18 auto !important;
        opacity: 1;
    }




}