﻿
.ccContainer {
    font-size: 1.1em;
}

.k-numeric-wrap input, .k-picker-wrap input{
    min-height: 30px !important;
}

/*.adminContent {
    max-width: 500px;
}*/





::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;  
}
::-moz-placeholder {
    font-style: italic;  
}
:-ms-input-placeholder {  
    font-style: italic; 
}




input[type=number] {
    max-width:150px;
}

.campListBanner {
    background-color: #a00;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0px;
}

.campListBannerForStore {
    background-color: #0054a6;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0px;
}

.campListPage {
    background-image: url('../../../../images/ROSHome-Banner.png');
    background-color: #fff;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.publicCampListWrap {
    background-color: white;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: -40px;

}

    .publicCampListWrap .load-more {
        margin-bottom: 20px;
        text-align: center;
    }

    .publicCampListWrap td.buttons .btn {
        margin-bottom: 5px;
    }

    .noShadowWrap .brochureDiv  {
     
        border: 1px solid darkgray;
        /*height: 400px;*/
        width: auto;
        height: auto;
        background-color: white;
        max-width: 700px;
        line-height: 2;
         padding: 10px 10px 15px 10px;
        /*font-family: gotham;*/
    }  

 .shadowWrap .brochureDiv {
    -webkit-box-shadow: 10px 10px 40px 5px rgba(189,183,189,0.79);
    -moz-box-shadow: 10px 10px 40px 5px rgba(189,183,189,0.79);
    box-shadow: 10px 10px 40px 5px rgba(189,183,189,0.79);
    border: 1px solid lightgray;
    /*height: 400px;*/
    width: auto;
    height: auto;
    background-color: white;
    max-width: 700px;
    line-height: 2;
    padding: 10px 10px 15px 10px;
    /*font-family: gotham;*/
}  

    #campName {
        font-size: 2em;
    }

/*@media (max-width:375px) {
    #BrochureDiv {
        -webkit-box-shadow: 10px 10px 40px 5px rgba(189,183,189,0.79);
        -moz-box-shadow: 10px 10px 40px 5px rgba(189,183,189,0.79);
        box-shadow: 10px 10px 40px 5px rgba(189,183,189,0.79);
        border: 1px solid lightgray;
        width: 90%;
        height: auto;
        background-color: white;
        margin-left: 40px;
    }  
}*/

/*.adminTitle {
    white-space: nowrap;
}*/

.campRow {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 5px !important;
}

.campRow label {
    font-weight: normal !important;
}

/*.k-input {
    max-width: 300px !important;
}*/

.k-input-clone {
    border-radius: 3px !important;
    height: 1.65em !important;
    min-height: 30px !important;
    line-height: 1.65em !important;
    padding: .177em 0 !important;
    text-indent: .33em !important;
    /*max-width: 300px !important;*/
    border: 1px solid rgb(169, 169, 169);
    width: 100% !important;
    /*font-size: inherit !important;*/
}

.k-textarea-clone {
    border-radius: 3px;
    padding: .177em 0;
    height: 100px;
    width: 100%;
    /*max-width: 300px;*/
}

/*label {
    white-space: nowrap;
}*/

hr {
    color: black !important;
    border-color: black !important;
}

#setViewWidth {
    width: 600px;
    display: block;
    float: right;
}

#campName {
    color: #002e62;
    letter-spacing: 1px;
    font-weight: bold;
}

#brochureImg {
    float: right;
    margin-top: 0px;
}

.form-control {
    display: inline-block !important;
}

.pageInput {
    width: 400px;
}

.pageInput2 {
    width: 270px;
}

.pageInput4 {
    width: 270px;
}

.pageDate {
    width: 130px;
    vertical-align: -2px;
}

.pageMin {
    width: 130px;
    vertical-align: -2px;
}

.pageInputSm {
    width: 130px;
}

.watermarkCamp {
    width: 130px;
}

.thisOne {
    padding: 10px 10px 10px 0px;
    width: 15%;
}


/*.wizardBrochure {
    position: fixed !important;
    width: 600px;
}*/


/*.smallBrochView {
    position: initial !important;
    height: auto;
}*/


.full {
    width: 100%;
    display: block;
    padding: 10px 0px;
}

.half {
    width: 49%;
    display: inline-block;
}

.blabel {
    width: 125px;
    display: inline-block;
    text-align: right;
    font-weight: bold;
}

.sblabel {
    width: 125px;
    display: inline-block;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

.bresult {
    width: 125px;
    display: inline;
    text-align: left;
}

.sbresult {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.message-banner-site {
    margin: 10px;
    padding: 10px;
    background-color: lightgrey;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.panel-popup .btn-reset {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
