/* cmsms stylesheet: Fixes modified: 10-09-25 11:52:29 */
.form-checkbox {
    display: flex;
}

.formbuilderform div.submit {
    display: flex;
}

.formbuilderform .submit .fbsubmit_prev,
.formbuilderform .submit input {
    width: auto;
}

.formbuilderform div.submit input {
    margin-right: 5px;
    text-indent: initial;
    padding-left: 16px;
    padding-right: 16px;
}

/* Fix for height lane-conditions */

@media screen and (max-width: 459px){
    .baanstatus iframe {
        min-height: 20em !important;
    }
}

main>article .header-image {
    background-position: center center;
}

.weather-forecast a {
    background: none !important;
}

.contest-discription {
    min-height: 180px;
}

.contest-label h3 {
    min-height: 65px !important;
}

.formbuilderform .multiselect select {
    height: 100px;
    padding: 8px;
}

#NewsPostDetailContent ul,
#NewsPostDetailContent li,
#NewsPostDetailContent strong,
#NewsPostDetailContent span,
#NewsPostDetailContent p {
font-size: 16px !important;
}

.CGBlogSummary {
    margin-bottom: 15px;
}

.CGBlogSummaryField, .CGBlogDetailField{
    display: inline;
    margin-right: 12.5px;
    margin-top: 6.25px;
}

.CGBlogSummaryField img, .CGBlogDetailField img{
    width: 150px;
}

.SingleImage img{
    width: 350px;
}

.news-list {
    z-index: 20;
}

/* Matchplay */
.jQBracket .bubble {
    display: block !important;
    line-height: 28px !important;
    height: 28px !important;
}

.jQBracket .highlightWinner .bubble {
    color: #FFF !important;
}

/* Search - Fix for webkit support iOS */

.mobile-header .toggle-search .search-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.mobile-header .toggle-search .search-icon.active:before {
    -webkit-transform: translateX(-2px) rotate(45deg)
    -moz-transform: translateX(-2px) rotate(45deg)
    -ms-transform: translateX(-2px) rotate(45deg)
    -o-transform: translateX(-2px) rotate(45deg)
}

.mobile-header .toggle-search .search-icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-header .toggle-search .search-icon.active:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

ul#person-list {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}

ul#person-list {
    display: table;
}


.member-image,
.member-information,
ul#person-list .person-image,
ul#person-list .person-information {
    display: table-cell;
    vertical-align: top;
}

.member-information {
    padding-left: 10px;
}

.member-head {
    padding-bottom: 10px;
}

ul#person-list .person-image {
    padding-right: 15px;
}

ul#person-list .person-information {
    color: #999;
    padding-top: 15px;
}

ul#person-list li {
    margin-bottom: 4px;
}

ul#person-list li:before {
    display: none;
}

ul#person-list .name {
    font-weight: bold;
}

.member-image,
ul#person-list img {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; 
  height: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
    height: 100%;
  }
}

@media screen and (max-width: 459px){
    .proware-calendar-header {
        position: relative;
        padding-bottom: 50px;
    }
    .proware-calendar-header .calendar-title {
        margin: 0;
    }
    .proware-calendar-header .calendar-navigation-item {
        position: absolute;
        bottom: 0;
        width: 50%;
        float: left;
        line-height: 50px;
    }
    .proware-calendar-header .calendar-navigation-item:last-child {
        right: 0;
        text-align: right;
    }
    
    .proware-calendar .fc-row > div{
        padding-left: 0;
        padding-right: 0;
    }
}

/* ACT - Forms */
.fbr_helptext {
    border: 1px solid #8a6e33 !important;
    color: #8a6e33;
    background: #e6dfb3;
    display: table;
    width: 100%;
    padding: 5px 8px;
    margin-bottom: 5px;
    font-size: 14px !important;
}

.handicap-selector {
    border: none;
    padding: 0;
    margin: 0;
}

.handicap-number {
    width: 50px;
    float: left;
}

.handicap-comma {
    width: 15px;
    text-align: center;
    float: left;
}

/* Baanstatus update info */
.baanstatus .link{
    display: table;
    width: 100%;
}

.baanstatus .link .update-info{
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    color: rgba(255,255,255, .5);
    text-align: left;
}
.baanstatus .link .link-blog{
    display: table-cell;
    text-align: right;
    width: 100%;
}
.baanstatus .link .small{
    display: block;
    font-size: .8em;
    line-height: 1em;
    margin-top: .8em;
}

.notice {
    display: none;
    position: relative;
    font-size: .90rem;
    background: #e21837;
    color: #FFF;
    padding: .25rem;
    text-align: center;
    z-index: 10000
}


.alert-red {
  position: fixed;
  width: 100%;
  padding: 0.5rem;
  font-size: .85rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e21837;
  opacity: 0;
  height: 0;
  transform-origin: left top;
  animation-name: animation;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  z-index: 1000
}

@keyframes animation {
  0% {
    transform: scaleY(0);
    height: 0;
  }
  20% {
    transform: scaleY(1);
    opacity: 1;
    height: 3rem;
  }
  80% {
    transform: scaleY(1);
    opacity: 1;
    height: 3rem;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
    height: 0;
  }
}

@media screen and (min-width: 768px) {
    .notice {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .contest-discription {
        min-height: auto !important;
    }
}

@media screen and (max-width: 459px){
    
    main>article>.grid li.conditions { height: auto; }
    main>article>.grid li.conditions .baanstatus .link,
    .header-image,
    .baanstatus .link .small{
        display: none;
    }
    .baanstatus .link .update-info{
        display: table-cell;
        vertical-align: middle;
    }
}

body > .sidebar ul.menu li a[target=_blank]:after {
    display: none;
    font-family: "Johnston", sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition:color 0.3s
}
