﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 20px;
}

/* Remove underlines from links (including on hover/focus) */
a,
a:hover,
a:focus {
    text-decoration: none;
}

.carousel-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

input.max-width{
    max-width: 100%;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.img-beavers {
    padding-top: 20px;
}

/* Image adjustments on Index page*/
.img-cubs {
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 0px;
}

.img-scouts {
    padding-top: 50px;
}

.img-explorers {
    padding-top: 75px;
}

.img-network {
    padding-top: 60px;
}

.img-sasu {
    padding-top: 20px;
}


/* Bootstrap Dropdown Submenu */
.dropdown-submenu {
    position: relative;
}
 
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
 
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
 
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
 
.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
 
.dropdown-submenu.pull-left {
    float: none;
}
 
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
 
.navbar-nav .divider-vertical {
    height: 40px;
    margin: 0 9px;
    /*border-left: 1px solid #f2f2f2;*/
    /*border-right: 1px solid #ffffff;*/
}



ul#manage {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 10px;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#manage li {
    width: 100px;
}
ul#manage li a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: -2px;
    width: 100px;
    height: 70px;
    background-color:#CFCFCF;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    border-radius: 0 10px 10px 0;
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
    opacity: 0.6;
}
ul#manage li a span{
    letter-spacing:2px;
    font-size:12px;
    color:#000000;
    text-shadow: 0 -1px 1px #fff;
    writing-mode: vertical-rl;
}
ul#manage .edit a{
    background-image: url(../images/base/edit.gif);
    background-size: 40px;
}
ul#manage .props a{
    background-image: url(../images/base/props.gif);
    background-size: 40px;
}
ul#manage .add a      {
    background-image: url(../images/base/new.gif);
    background-size: 40px;
}
ul#manage .delete a      {
    background-image: url(../images/base/delete.gif);
    background-size: 40px;
}
ul#manage .save a      {
    background-image: url(../images/base/save.gif);
    background-size: 40px;
}
ul#manage .cancel a      {
    background-image: url(../images/base/cancel.gif);
    background-size: 40px;
}


.logo {
    min-width: 10%;
    max-width: 35%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

 input#CaptchaInputText{
background-image:none;
border-bottom-color:rgb(220, 228, 236);
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
border-bottom-style:solid;
border-bottom-width:2px;
border-image-outset:0px;
border-image-repeat:stretch;
border-image-slice:100%;
border-image-source:none;
border-image-width:1;
border-left-color:rgb(220, 228, 236);
border-left-style:solid;
border-left-width:2px;
border-right-color:rgb(220, 228, 236);
border-right-style:solid;
border-right-width:2px;
border-top-color:rgb(220, 228, 236);
border-top-left-radius:4px;
border-top-right-radius:4px;
border-top-style:solid;
border-top-width:2px;
box-shadow:none;
box-sizing:border-box;
color:rgb(77, 33, 119);
cursor:auto;
display:block;
font-family:Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:15px;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height45px;
letter-spacing:normal;
line-height:21.4286px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
max-width:280px;
padding-bottom:10px;
padding-left:15px;
padding-right:15px;
padding-top:10px;
text-align:start;
text-indent:0px;
text-rendering:auto;
text-shadow:none;
text-transform:none;
transition-delay:0s, 0s;
transition-duration:0.15s, 0.15s;
transition-property:border-color, box-shadow;
transition-timing-function:ease-in-out, ease-in-out;
width:280px;
word-spacing:0px;
writing-mode:horizontal-tb;
-webkit-appearance:none;
-webkit-user-select:text;
}