body {
    font-family: Calibri;
    font-weight: normal;

}

.yellow {
  color: #f4d52a !important;
}

button.stripe-button-el {
    margin:0;
}

.navbar .nav > li > a.brand {
    padding-left: 20px;
    margin-left: 0
}

.content {
    background: #EEEEEE;
    color: #333333;
}

#authBlock {
    margin-top: 8em;
    margin-bottom: 10em;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow:    0px 0px 16px 0px rgba(50, 50, 50, 0.48);
    box-shadow:         0px 0px 16px 0px rgba(50, 50, 50, 0.48);
}

.auth-header {
    background-color: #F5F5F5;
    text-align: center;
    font-family: 'Market Deco';
    height: 4em;

    margin-bottom: 1em;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.auth-header-text {
    padding-top: 1.5em;
}
.auth-subheader-text {
    font-size: smaller;
    color: #656565;
}



footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: #ddd;
    -webkit-box-shadow: 0 8px 6px 6px black;
    -moz-box-shadow: 0 8px 6px 6px black;
    box-shadow: 0 8px 6px 6px black
}

footer p {
    padding: 5px 0 12px 10px
}

/*   Generic Classes    */
.floatLeft {
    float: left;
    position: relative;
    display: block;
    width: auto;
}

.autoWidth {
    width: auto;
}

.adminTitle {
    padding: 1em;
    font-size: 1.5em;
    text-align: center;
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 1em;
}

.fullwidth {
    width: 100%;
}

.centerdiv {
    margin-left: auto;
    margin-right: auto;
}

.row-detail {
    float: left;
    width: 100%;
}

.row-detail-label {
    float: left;
}

.row-detail-value {
    float: right;
}

/* Group Admin Section */
/* ******************************** */
.groupListItem {
    padding: 1em;
    padding-top: 0.5em;
    background-color: #efefef;
    margin: .5em;
    border: 1px solid #b8b8b8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.groupDetailPane {
    width: 100%;
    text-align: center;
    float: left;
    min-height: 20px;
    padding: 1em;
    margin: 1em;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*.groupDetailPane {*/
    /*float: left;*/
    /*padding: 1em;*/
    /*padding-bottom: 2em;*/
    /*margin: 1em;*/
    /*border: 1px solid #b8b8b8;*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;*/
/*}*/

.groupDetailPaneTitle {
    font-size: 1.2em;
    padding-bottom: 1em;

    text-align: center;
}

.groupDetailFormDiv {
    position: relative;
    display: inline-block;
    text-align: left;
    top: 20%;
}

.groupDetailFormLabel {
    font-weight: bold;
    display: inline-block;
    width: 8em;
    cursor: default;
}

.groupRoleAssociation {
    width: 70%;
    display: inline-block;
}

.groupRoleAssociationLabel {
    font-weight: bold;
    text-decoration: underline;
}

.groupDecisionsPane {
    width: 100%;
    text-align: left;
    float: left;
    min-height: 20px;
    padding: 1em;
    margin: 1em;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* Course Admin Section */
/* ******************************** */
.course-list-item {
    padding: 1em;
    padding-top: 0.5em;
    background-color: #efefef;
    margin: .5em;
    border: 1px solid #b8b8b8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.course-detail-pane {
    width: 92%;
    text-align: center;
    float: left;
    min-height: 20px;
    padding: 1em;
    margin: 1em;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.course-detail-pane-title {
    font-size: 1.2em;
    padding-bottom: 1em;
    text-align: center;
}

.course-detail-form-pane {
    position: relative;
    display: inline-block;
    text-align: left;
    top: 20%;
}

.course-detail-form-label {
    font-weight: bold;
    display: inline-block;
    width: 13em;
    cursor: default;
}


/*** Landing Page ***/
#imageHeader {
    padding: 2em;
}

#imageHeader img {
    padding: 1em;

}

/**** Content Admin Section *****/
.form-group {
    width: 100%;
}

.control-label {
    text-align: left;
    padding-top:.3em;
    padding-left: .5em;
    color: #444444;
}


.form-control {
    width: 60%;
}



/** ---- Leadership Report ----- **/


/* Shadowed / rounded page */
.floating-box-content {
    padding: 2em;
    border: 1px solid #DDDDDD;
    background-color: #FEFEFE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow:    0px 0px 16px 0px rgba(50, 50, 50, 0.48);
    box-shadow:         0px 0px 16px 0px rgba(50, 50, 50, 0.48);
}

/** decorative text style for the leadership type **/
#leadership-style-title {

}

/** paragraph of text for describing the style **/
.leadership-description {
    text-align: left;
    line-height: 1.5em;
    margin: 2em 1em;
}

/** holds leadership style graphs for individuals or groups **/
.style-graph-container {
    display: block;

    background-color: #FFFFFF;

    padding-bottom: 1.5em;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.48);
    box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.48);
}

.style-graph-container p {
    font-weight: bold;
    font-size: large;
    margin: 0.75em;
}

/** contains a single graph **/
.style-graph {
    display: block;
}

/** holds recommended readings, resources, or other famous-type people **/
.recommended-container {
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.48);
    box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.48);

    margin-bottom: 1em;
}

.recommended-container p {
    font-weight: bold;
    font-size: large;
    margin: .75em;
}



/* Recurrence Themed CSS Styles */
.contentWindowWrap {
  width: 666px;
  margin: 100px auto 0;
  border: 3px solid #f4d52a;
  background: url(/img/admin/BaseWoodTiled.jpg);
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  font-family: 'Orator';
}

.contentWindow {
  border-radius: inherit;
  padding: 20px;
  background: -moz-linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,0.5) 40%, rgba(0, 0, 0,0.95) 100%);
  background: -webkit-gradient(bottom, top, color-stop(0%, rgba(0,0,0,.2)), color-stop(40%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.95)));
  background: -webkit-linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,0.5) 40%, rgba(0, 0, 0,0.95) 100%);
  background: -o-linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,0.5) 40%, rgba(0, 0, 0,0.95) 100%);
  background: -ms-linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,0.5) 40%, rgba(0, 0, 0,0.95) 100%);
  background: linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,0.5) 40%, rgba(0, 0, 0,0.95) 100%);
}

.contentWindow h1, .contentWindow h2, .contentWindow h3, .contentWindow h4, .contentWindow h5, .contentWindow h6 {
    font-family: 'Plan Cher';
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    line-height: 100%;
}

.contentWindow p {
    font-family: 'Orator';
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.contentWindow header {
    width: 70%;
    margin: 0 auto 20px;
}

.contentWindow header h1, .contentWindow header .shield {
    display: inline-block;
}

.uppercase {
    text-transform: uppercase;
}

.myGroupClass {
    position: relative;
}
.myGroupCol {
    width: 28% !important;
}
a.myGroupCheckbox {
    width: 30px;
    height: 30px;
}
a.myGroupCheckbox .img {
  background: url(/img/admin/CheckCircles.png) no-repeat;
  width: 30px;
  height: inherit;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}
a.myGroupCheckbox.active .img {
  background-position: 50% 0;
  background-position-x: 50%;
}
a.myGroupCheckbox:hover .img {
  background-position: 100% 0;
  background-position-x: 100%;
}
.my-group-absent-popup {
    line-height: 10px;
    margin: 10px 0px;
    padding: 20px;
    outline: 2px solid #F4D52A;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}
.absent-buttons {
    text-align: center;
    float: none;
}
.absent-message {
    padding-bottom: 10px;
}

.infoWindow {
    font-family: 'Orator';
    color: #ffffff;
    text-align: center;
    position: relative;
}
.infoWindow h1, .infoWindow h2, .infoWindow h3, .infoWindow h4, .infoWindow h5, .infoWindow h6 {
    font-family: 'Plan Cher';
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    line-height: 100%;
}

.infoWindow header {
    float: right;
    margin-top: 20px;
}
.infoWindow header h1, .infoWindow header .shield {
    display: inline-block;
}

.infoWindow p {
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.infoWindow hr {
    border-top: 1px solid white;
    border-bottom: 0px solid white;
    margin: 7px 0;
}

.infoWindow .infoBoxBG, .infoWindow .infoBox {
    width: 80%;
    margin: 0 10% 20px;
    height: 500px;
}

.infoWindow .infoBoxBG {
    z-index: -1;
    position: absolute;
    background: url(/img/admin/Characters.png);
    opacity: 0.7;
    background-size: cover;
}

.infoWindow .infoBox {
    margin-top: 125px;
    height: 375px;
}

.infoWindow .infoBox.privacy {
    margin-top: 25px;
    height: auto;
}

.infoWindow .infoBox.privacy p {
    text-align: left;
    font-family: Philosopher;
    padding: 5px;
}
.infoWindow .infoBox.privacy ul {
    text-align: left;
    font-family: Philosopher;
    padding: 5px;
    margin: 0;
    margin-left: 15px;
}

.couponText {
    color: white;
    font-size:20px;
    display: inline-block;
}

.pointerCursor {
    cursor: pointer;
}

.pointerCursor:hover {
    text-decoration: underline;
}
