
/*
    Fixes to default css for Bootstrap5
*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 600; margin-top: 10px; margin-bottom: 5px;}

.btn {margin-bottom: 2px;} /* jens - do add air when responsive */

form.form-horizontal label { font-size: 14px; font-weight: normal; line-height: 20px; }
form.form-horizontal.divideFromBottomContent { margin-bottom: 20px }

.btn-inverse { background-color: #444444; border-color: #222222; color: #FFFFFF; }
.btn-inverse:hover { background-color: #343434; color: #FFFFFF; }
.jumbotron h1, .jumbotron-target h1, .jumbotron-clean h1 { /*margin-bottom: 40px !important;*/ }
.checkbox, .radio { line-height: 110%; }
table.tablesorter td/*:nth-child(2), table.tablesorter td:nth-child(3)*/ { vertical-align: middle; }
.btn.btn-default { background-color: #f5f5f5; border-bottom-color: #acacac; }
.btn.btn-default:hover { background-color: #e9e9e9; }
span.nextToCheckBox { vertical-align: middle; }
.form-actions.fa-fix { padding-left: 15px !important; }
p.lead { margin-bottom: 20px !important; }
.checkBoxRightToLabel { padding-top: 7px; }
.container-main { margin-top: 10px; }

::-webkit-validation-bubble-message { display: none; }

@media (min-width: 993px) {
	.inline-form-element { padding-left: 0px !important; }	
}

/* custom nav bar w. color and some right nav bar fixes*/
.nav-custom { min-height: 40px; margin-bottom: 20px; background-color: #F8F8F8; border: 1px solid #E7E7E7; border-radius: 4px; }
.nav-custom ul.nav { vertical-align: bottom; width: 100%; }
.nav-custom ul.nav li a { color: #777777; }
.nav-custom ul.nav li a:hover, .nav-custom ul.nav li a:focus { border-radius: 0px !important; }
.nav-custom ul.navbar-right:last-child { margin-right: 0; }

.form-horizontal /*.control-group*/ .form-group {
    margin-bottom: 2px;
}

.form-actions {
    /*padding: 5px 20px 20px;*/
    padding: 2px 0 5px 0;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: transparent;
    border-top: transparent;
}

/*
    Additional classes to be used
*/

.alert-target {
  color: #1a1a1a;
  background-color: #EEDBAE;
  padding: 25px;
  border: none;
}

.jumbotron-target {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #EEDBAE;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.jumbotron-target h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.jumbotron-target li {
  line-height: 30px;
}

.jumbotron-clean {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: transparent;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.jumbotron-clean h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.jumbotron-clean li {
  line-height: 30px;
}

td.center, th.center {
    text-align: center; 
    vertical-align: middle;
}

td.left, th.left {
    text-align: left; 
    vertical-align: middle;
}

td.right, th.right {
    text-align: right; 
    vertical-align: middle;
}

tr.row1 {
    background-color: white;
}

tr.row2 {
    background-color: #E4E4E4;
}

td.stat-buttons {
    min-width: 156px;
}

.striketrough {
    text-decoration:line-through;
}

.ssi_image {
    padding:10px;
}

.armoury_image {
    padding:5px;
	max-width: 200px;
}

.social-login-section, .social-signup-section {
    padding-left: 7px;
    padding-right: 7px;
}

.social-login-section > p {
    text-align: center;
}
.social-signup-section > p {
    text-align: center;
}

.social-signup-section span {
    font-size: 14px !important;
}

.btn-social {
    width: calc(50% - 3px);
    padding-left: 5px;
    text-align: left
}

.btn-social>:first-child {
    line-height: 34px;
    border-right: 1px solid rgba(0,0,0,0.2);
    vertical-align: middle;
}

.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}

.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}

#timepad h3, #scorepad h3 {
    margin-top: 0;
}

#scoreAndTime .btn {
    color: white;
}

#timeGrid {
    display: grid;
    grid: repeat(3, 1fr) / repeat(4, 75px);
    gap: 5px;
}

#scoreGrid {
    display: grid;
    grid: auto-flow / repeat(4, 75px);
    gap: 5px;
}

#scoreGridIdpa {
    display: grid;
    grid: auto-flow / repeat(2, 146px);
    gap: 5px;
}

/* Ripple effect */
.ripple {
  background-position: center;
  transition: background 0.8s;
}
.ripple:hover {
  background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}
.ripple:active {
  background-color: #6eb9f7;
  background-size: 100%;
  transition: background 0s;
}

.custom-score-widget input {
    min-width: 35px !important;
    max-width: 35px !important;
    text-align: center;
    padding: 5px;
}

.custom-score-widget.horizontal {
    flex-direction: column;
}

.custom-score-widget.horizontal > * {
    width: 35px !important;
    max-width: 35px !important;
	min-width: 35px !important;
}
.custom-score-widget.horizontal > .btn {
    margin-bottom: 0;
}

.custom-score-widget.horizontal > .decrease {
    border-radius: 0.25rem 0.25rem 0 0;
}

.custom-score-widget.horizontal > .increase {
    border-radius: 0 0 0.25rem 0.25rem;
}

@media (max-width: 768px) {
    .custom-score-widget > * {
        width: 30px !important;
    }
    .custom-score-widget .btn {
        width: 30px;
        padding: 4px;
    }
    .custom-score-widget input {
        min-width: 30px !important;
        max-width: 30px !important;
        width: 30px !important;
    }
}

#liveStageName {
    font-weight: bold;
    padding: 0;
    font-size: 27px;
    position: fixed;
    width: 100%;
    text-align: center;
}

.live-table {
    width:100%;
}

.live-table tr > td:last-of-type, .live-table tr > th:last-of-type {
    display: none !important;
}

.live-table td:not(:first-child) {
    text-align: center;
    vertical-align: middle;
}

.dataTables_length, .dataTables_paginate {
    display: none;
}

.stage-name {
    font-weight: 600;
    font-size: 2rem;
}

#liveStages {
    display: grid;
    margin: 20px;
    column-gap: 20px;
}

#liveInfo {
    margin: 0 20px;
}

#liveSettings .form-control {
    max-width: 195px;
}

#signatureCanvas {
    border: 1px solid;
}

#verifyModal .modal-body {
    padding: 0 !important;
    justify-content: center;
    display: flex;
}
#verifyModal.pin-modal .modal-body {
    flex-direction: column;
    padding-bottom: 20px !important;
}
#verifyModal.pin-modal .form-group{
    max-width: 125px;
    margin-left: auto;
    margin-right: auto;
}

#verifyModal.pin-modal .form-group label {
    display: none;
}
#verifyModal.pin-modal .time-grid-widget {
    margin-left: auto;
    margin-right: auto;
}
#verifyModal.pin-modal #id_vid, #verifyModal.pin-modal #password_id_vid {
    font-size: 30px;
    width: 145px;
    height: 42px;
    padding-top: 0;
    text-align: center;
}
#verifyModal.pin-modal #id_vid.is-valid, #verifyModal.pin-modal #password_id_vid.is-valid {
    padding-right: 1px;
    padding-left: 1px;
    background-image: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .notify_bell_badge_mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    #scoreAndTime .btn-lg {
        padding: 0.375rem 0.75rem !important;
    }

    #timeGrid {
        grid: repeat(3, 1fr) / repeat(4, 60px);
    }

    #scoreGrid {
        grid: auto-flow / repeat(4, 60px);
    }

    .container {
        max-width: none !important;
    }
}


/*
    General fixes for CSS for SSI web site.
*/


body {
    padding-top: 74px;
	background-color: #F7FAFC;
	font-family: "Open sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a{
	color: #00458b;
}
.ssi-navbar{
	background-color: #001036;
	/*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);*/
}
.ssi-navbar-brand{
	padding: 8px;
	/*background-color: #333;*/
}
.ssi-navbar .nav-link{
	color: #fff !important;
}
.margin-top-24{
	margin-top: 24px;
}
.alert{
	padding: 16px;
}
.alert-main{
	background-color: rgba(0, 187, 132, 0.07);
	border : 1px solid #00BB84;
	border-radius: 2px;
	padding: 20px 40px;
	max-width: 1000px;
	display: block;
}
.alert-main-footer{
	justify-content: flex-end;
}
.title-1,.title-2,.title-3{
	font-family: 'Montserrat';
	color: #242424;
	font-weight: 600;
}
.title-1{
	font-size: 22px;
	color: #2f3033;
	font-weight: 500;
	margin-top: 52px;
}
.title-2{
	font-size: 18px;
}
.title-3{
	font-size: 16px;
}
.bold{
	font-weight: 600;
}
.btn{
	border-radius: 2px;
	font-weight: 600;
	word-wrap: break-word;
	white-space: normal;
}
.btn-lg{
	font-size: 14px;
	font-weight: 600;
}
.btn-big{
	padding: 10px 2vw;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.btn-blue,
.btn-blue:hover{
	background-color: #1C7CD5;
	color: #fff;
}
.btn-white,
.btn-white:hover{
	background-color: #fff;
	color: #1C7CD5;
}
.btn-primary-ssi,
.btn-secondary-ssi,
.btn-primary-ghost-ssi{
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 6px 16px;
}
.btn-primary-ssi, .btn-primary-ssi:hover{
	color: #fff;
	background-color: #16AA74;
}
.btn-primary-ghost-ssi{
	color: #39A77F;
	background-color: #fff;	
	border: 1px solid #5CC8A1;
}
.btn-primary-ghost ,.btn-primary-ghost:focus, .btn-primary-ghost:active{
	background-color: #fff;
	color: #2196f3
} 
.btn-secondary-ssi{
	color: #455A64;
	background-color: #E7E4E9;
}
.btn{
	text-transform: capitalize;
}
.btn-sm, .btn-sm:hover{
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	padding: 6px 16px;
}
.btn-danger{
	background-color: #f5365c;
	border-color: #f5365c;
}
.alert-close{
	position: absolute;
	top:4px;
	right: 8px;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 1;
}
.classified-info{
	padding: 0 16px;
	color: #7B858A;
}
.ssi-card{
	border-radius: 2px;
	padding: 16px 24px;
	margin-bottom: 16px;
	box-shadow: none;
	background-color: #fff;
}
.ssi-card-features, .ssi-card-features2{
	border-radius: 2px;
	padding: 16px 24px;
	margin-bottom: 16px;
	box-shadow: none;
	background-color: #ebddbc;
}
.ssi-card-features2{
	border-radius: 2px;
	padding: 16px 24px;
	margin-bottom: 16px;
	box-shadow: none;
	background-color: #e0cda0;
}
.shadow{
	box-shadow: 0 0 2rem 0 rgba(0,0,0,.05);
}
.no-shadow{
	box-shadow: none !important;
}
.flex{
	display: flex;
}
.flex-1{
	flex: 1;
}
.wrap{
	flex-wrap: wrap;
}
.flex-row{
	flex-direction: row;
}
.space-evenly{
	justify-content: space-evenly;
}
.space-between{
	justify-content: space-between;
}
.event-list-item,.el-details,.reg-details{
	justify-content: space-between;
	flex-wrap: wrap;
	color: #455A64;
}
.el-details, .reg-details{
	margin: -4px;
	align-items: center;
}
.el-details>*{
	margin: 4px;
}
.reg-details>*{
	margin: 4px;
}
.el-event-title,.reg-title{
	font-weight: 600;
	flex-shrink: 1;
	width: 320px;
}

.reg-status,
.reg-edit{
	font-size: 15px;
	width: 100px;
	flex-shrink: 1;
}
.el-event-type,
.reg-event-type,
.reg-series-type,
.el-series-type{
	width: 60px;
}
.el-region {
	width: 40px;
}
.reg-date{
	font-size: 12px;
	line-height: 1;
	color: #607D8B;
	margin-bottom: 8px;
}
.more-registrations{
	margin-top: -8px;
	margin-left: 12px;
}
.el-event-register{
	font-weight: 600;
	color: #607D8B;
	width: 132px;
	text-align: center;
	font-size: 14px;
}
.event-list-item{
	border-bottom: 1px solid #E7E4E9;
	margin-bottom: 0;
	align-items: center;
	color: #607D8B;
}
.collapse-title-btn{
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	padding: 16px 24px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid;
	border-color:  #E7E4E9;
	position: relative;
}
.collapse-title-btn .caret{
	position: absolute;
	right: 40px;
}
.collapse-title-btn:hover{
	background-color: #ECEFF1;
}
.collapse-card{
	border-radius: 2px;
	background-color: #fff;
	margin-bottom: 16px;
}
.btn-link-ssi{
	font-size: 14px;
	font-weight: 600;
	color: #1C7CD5;
	text-transform: capitalize;
}
.btn-link-ssi:focus{
	outline: none;
}
.bt-1{
	border-top: 1px solid #E7E4E9;
}
.mb-4px{
	margin-bottom: 4px;
}
.mb-8{
	margin-bottom: 8px;
}
.mr-8{
	margin-right: 8px;
}
.mr-16{
	margin-right: 16px;
}
.mb-12{
	margin-bottom: 12px;
}
.mb-16{
	margin-bottom: 16px;
}
.mb-24{
	margin-bottom: 24px;
}
.mb-80{
	margin-bottom: 80px;
}
.mt-60{
	margin-top: 60px;
}
.mt-40{
	margin-top: 40px
}
.mt-30{
	margin-top: 30px;
}
.mt-24{
	margin-top: 24px;
}
.mt-16{
	margin-top: 16px;
}
.mt-12{
	margin-top: 12px;
}
.mt-10{
	margin-top: 10px;
}
.mt--10{
	margin-top: -10px;
}
.mt-8{
	margin-top: 8px;
}
.mt-4px{
	margin-top: 4px;
}
.mt-0{
	margin-top: 0;
}
.mr-0{
	margin-right: 0;
}
.ml-0{
	margin-left: 0
}
.ml-8{
	margin-left: 8px;
}
.ml-16{
	margin-left: 16px;
}
.p-4{
	padding: 4px;
}
.p-8{
	padding: 8px;
}
.p-15{
	padding: 15px;
}
.p-20{
	padding: 20px;
}
.p-25{
	padding: 25px;
}
.pb-4{
	padding-bottom: 4px;
}
.pb-8{
	padding-bottom: 8px;
}
.pt-4{
	padding-top: 4px;
}
.pt-8{
	padding-top: 8px;
}
.pt-30{
	padding-top: 24px;
}
.hidden{
	visibility: hidden;
}
.no-border{
	border: none;
}
.more-btn-container{
	padding: 4px 10px;
}
.premium-alert-title{
	margin-top: 4px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 600;
}
.alert-learn-more{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	color: #1C7CD5;
}
.collapse.show{
	margin-bottom: 0;
}
.clubs-list-item{
	padding-top: 16px;
	padding-bottom: 12px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #E7E4E9;
}
.classified-list-item{
	padding: 8px 16px;
	background-color: rgba(255, 255, 255, 0.45);
	border: 1px solid #E7E4E9;
	margin-bottom: 8px;
	max-width: 360px;
}
.cli-title{
	font-weight: 600;
}
.cli-price{
	color: #607D8B;
}
.notification-list-item{
	padding: 12px 20px;
	border-radius: 2px;
	background-color: #fff;
	margin-bottom: 8px;
}
.mb-8{
	margin-bottom: 8px;
}
.m--10{
	margin: -10px;
}
.pt8{
	padding-top: 8px;
}
.pb-8{
	padding-bottom: 8px;
}
.pb-16{
	padding-bottom: 16px;
}
.relative{
	position: relative;
}
.inline-block{
	display: inline-block;
}
.organizer-menu{
	position: relative;
	margin-top: -12px;
	margin-bottom: 8px;
}
.caret {
  position: relative;
  transition: all linear 0.25s;
}

.caret:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  border-color: #999;
  border-top: 8px solid #999;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.caret:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  border-top: 0px solid #fff;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
}

.collapse-title-btn .caret:before{
  transform: rotate(180deg);
}
.collapse-title-btn.collapsed{
	border: 1px solid	rgba(25, 118, 210, 0.4);
}
.collapse-title-btn{
	border-top: 1px solid	rgba(25, 118, 210, 0);
	border-left: 1px solid	rgba(25, 118, 210, 0);
	border-right: 1px solid	rgba(25, 118, 210, 0);
}
.collapse-title-btn.collapsed .caret::before{
	transform: rotate(0deg);
}

.link-row:hover{
	cursor: pointer;
	background-color: rgba(25, 118, 210, 0.08);
}

.collapse-title-btn.collapsed {
	color: rgba(25, 118, 210, 0.84);
	/*box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.16),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);*/
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

.collapse-title-btn.collapsed:hover {
	color: rgba(25, 118, 210, 1);
	background-color: rgba(25, 118, 210, 0.08);
	border: 1px solid	rgba(25, 118, 210, 0.6);
}

.shooter-info{
	border-color: rgb(84, 83, 26);
	background-color: rgb(159, 226, 191, 0.12);
}
.green-title{
	color: #47bd8a;
}
.organizer-info{
	border-color: rgba(200, 146, 65);
	background-color: rgba(200, 146, 65, 0.12);

}
.club-info{
	border-color: rgb(68, 196, 224);
	background-color: rgba(68, 196, 224, 0.12);

}
.items-spaced-8px,.na-splash-buttons{
	display: flex;
	margin: -4px;
	flex-wrap: wrap;
}
.items-spaced-8px > *{
	margin: 4px;
}
.items-spaced-16px{
	display: flex;
	margin: -8px;
	flex-wrap: wrap;
}
.items-spaced-16px > *{
	margin: 8px;
}
.na-splash-buttons> .btn{
	margin: 4px;
}
.alert-main-buttons{
	display: flex;
	flex-wrap: wrap;
	margin: -8px;
}
.alert-main-buttons> .btn-big{
	margin: 8px;
}
.login-card-container{
	align-items: center;
	min-height: 100vh;
	flex-direction: column;
}
.login-card{
	max-width: 400px;
	width: 100%;
	margin: 0 16px;
	align-items: center;
	border-radius: 6px;
	box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
	/*background-color: #f7fafc;*/
}
.login-body{
	max-width: 380px;
	width: 100%;
}
.login-text{
	margin-top: 8px;
	margin-bottom: 16px;
	color: #172b4d;
	font-weight: 600;
}
.login-title{
	font-weight: 600;
	margin: 20px 0;
}
.btn-login, .btn-login-google, .btn-login-facebook{
	text-align: center;
	border-radius: 2px;
	padding: 8px 16px;
	max-width: 140px;
	word-wrap: unset;
	white-space: nowrap;
}
.btn-login-google, .btn-login-apple{
	border : 1px solid #ddd;
	background-color: #fff;
}
.btn-login-facebook{
	background: #4267b2;
	color: white;
}
.btn-login-facebook:hover{
    color: white;
	background-color: #6084ce;
}
.btn--text{
	padding: 0 16px;
	vertical-align: center;
}
.btn--icon{
	vertical-align: center;
}
.facebook-icon, .google-icon, .apple-icon {
	width: 20px;
	height: 20px;
}
.login-social-btn-container{
	flex-wrap: wrap;
	margin: 8px -8px;
	justify-content: center;
}
.login-social-btn-container > a{
	margin: 8px;
}
.login-input{
	padding: 8px 12px;
	min-height: 36px;
	border-radius: 2px;
}
.login-form{
	max-width: 324px;
	margin: 0 auto;
}
.login-form label{
	font-size: 12px;
	color: #172b4d;
	margin-bottom: 4px;
}

.login-social, .login-email{
	padding-top: 8px;
	padding-bottom: 16px;
}
.login-card .alert-danger{
	color: #f44336;
	background-color: #f6d6d445;
	padding: 8px 16px;
}
.login-card .alert-danger > .close{
	display: none;
}
.justify-between{
	justify-content: space-between;
}
.justify-around{
	justify-content: space-around;
}
.justify-right{
	justify-content: right;
}
.full-width{
	width: 100%;
}
input[type="radio"]{
	margin-right: 4px;
	margin-top: 4px;
}
div[id="id_sex"] > label{
	margin-right: 4px;
	font-size: 14px;
}
.login-card .form-check-label{
	font-size: 14px;
}
.login-card a{
	font-weight: 600;
}
.pwd_reset_text{
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 15px;
}
.container-blue{
	content: '';
	height: 300px;
	width: 100%;
	background-color: #064475;
	position: absolute;
	left: 0;
}
.blue-layout-dashboard-card{
  background-color: #fff;
  padding: 16px 0;
  border-radius: 4px;
  margin-bottom: 32px;
  margin-top: 16px;
  padding-bottom: 8px;
}
.blue-ly-db-card-title{
	margin: 8px 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 16px 24px;
	border-radius: 4px;
	border-bottom: 1px solid #e0dddd;
}
.nav-link{
	font-weight: 600;
	text-transform: capitalize;
}
.nav-link.active{
	border-bottom: 4px solid #3498DB;
}
.nav-link.friend-active{
	border-bottom: 4px solid #C0392B;
}
.nav-link.org-active{
	border-bottom: 4px solid #28B463;
}
.nav-link.friend{
	border-bottom: 4px solid #66A6FE;
	margin-right: 10px;
}
.nav-link.org{
	border-bottom: 4px solid #66A6FE;
	margin-right: 10px;
}
.ta-left{
	text-align: left;
}
.ta-right{
	text-align: right;
}
.user-avatar{
	width: 40px;
	height: 40px;
	padding: 4px;
	border-radius: 50%;
	background-color: #172b4d;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.avatar-nav{
	width: 36px;
	height: 36px;
	background: #069d82;
	border: 1px solid rgba(0,0,0,0.14);
}
.inline-flex{
	display: inline-flex;
}
.max-width-800{
	max-width: 800px;
}
.max-width-600{
	max-width: 600px;
}
.max-width-320{
	max-width: 320px;
}
.max-width-350{
	max-width: 350px;
}

.user-avatar-big{
	width: 120px;
	height: 120px;
	font-size: 32px;
}
.ua-big-1{
	background: linear-gradient(#5D1B76,#2a2395);
}
.ua-big-2{
	background: linear-gradient(#2c8c52,#234d95);
}
.ua-big-3{
	background: linear-gradient(#1B2376,#234895);
}
.competitor-display{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 40px auto;
	max-width: 900px;
	flex-wrap: wrap;
}
.competitor-name{
	font-size: 18px;
	font-weight: 700;
	color: #2f3033;
	margin-top: 4px;
}
.special-border{
	border-bottom: 2px solid #234895;
}
.ssi-table{
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
	box-shadow: 0 0 2rem 0 rgba(0,0,0,.05);
}
.ssi-tr{
	padding: 16px 24px;
	border-bottom: 1px solid #eaecec;
	position: relative;
}
.ssi-title-row{
	padding: 16px 24px;
	text-transform: capitalize;
	border-radius: 4px 4px 0px 0px;
	/*color: #0b307d;*/
}
.ssi-options-row{
	padding-top: 8px;
	padding-bottom: 8px;
	align-items: center;
	background-color: #f6f9fc;
}
.total-row{

}
.total-row .ld-item-type{
	color: #1C7CD5;
}
.link-row {
	cursor: pointer;
}
.blue-text{
	color: #234895;
}
.font-16{
	font-size: 16px;
}
.list-details{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -4px;
	flex-grow: 1;
}
.list-details-item, .ld-item{
	margin: 4px;
	flex-shrink: 1;
	font-weight: 600;
}
.ld-item-name{
	width: 300px;
}
.ld-item-other{
	width: 100px;
}
.ld-item-100{
	width: 100px;
}
.ld-item-120{
	width: 120px;
}
.ld-item-140{
	width: 140px;
}
.ld-item-150{
	width: 150px;
}
.ld-item-160{
	width: 160px;
}
.ld-item-180{
	width: 180px;
}
.ld-item-200{
	width: 200px;
}
.ld-item-250{
	width: 250px;
}
.ld-item-260{
	width: 260px;
}
.ld-item-80{
	width: 80px;
}
.ld-item-60{
	width: 60px;
}
.ld-item-40{
	width: 40px;
}
.ld-item-50{
	width: 50px;
}
.ld-item-30{
	width: 30px;
}
.ld-item-20{
	width: 20px;
}
.ld-select{
	margin-right: 8px;
}
.ld-item-type{
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: normal;
	/*color: #66A6FE;*/
	color: #777777;
	text-transform: capitalize;
}
.white{
	color: #fff;
}
.bg-white{
	background-color: #fff;
}
.center{
	text-align: center;
}
.justify-center{
	justify-content: center;
}
.align-items-center{
	align-items: center;
}
.align-self-center{
	align-self: center;
}
.semibold{
	font-weight: 600;
}
.dropdown-item{
	font-family: 'Montserrat';
	padding: 0.45rem 1.5rem;
}
/*.horizontal-scroll{
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling : touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.horizontal-scroll::-webkit-scrollbar{
	display: none;
}*/

.ssi-info-card{
	padding: 0;
}
.info-card-detail{
	padding: 16px 24px;
}
.ssi-card-title{
	padding: 8px 16px;
	background-color: #1B2376;
	color: #fff;
	border-radius: 4px 4px 0 0;
	font-weight: 600;
}
.ssi-card-title-info{
	padding: 8px 16px;
	background-color: #0d5437;
	color: #fff;
	border-radius: 4px 4px 0 0;
	font-weight: 600;
}

.max-width-100pc{
	max-width: 100%;
}
.stage-title{
	color: #1B2376;
	font-family: 'Montserrat';
	font-weight: 600;
}
.stage-img img{
	max-width: 100%;
}
.border-bottom{
	border-bottom: 1px solid #ccc;
}
table.tablesorter td{
	padding: 16px 4px;
	font-size: 13px;
	font-family: 'Open sans',sans-serif;
	border-bottom: 1px solid #e9ecef;
}
.tablesorter-default{
	font-size: 14px;
	font-family: 'Open sans',sans-serif;
}
.tablesorter-headerRow > th.tablesorter-header{
	padding: 16px 20px 16px 4px;
}
.btn-secondary-grey{
	background-color: #3c4d69;
	border-color: #3c4d69;
}
.btn-secondary-grey:hover{
	background-color: #3c4d69;
}
.alert-icon-ssi{
	background-color: #ffd600;
	color: #fff;
}
.icon-big{
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.no-map{
	padding: 16px;
	min-height: 80px;
	background-color: #efefef;
	text-align: center;
}
.btn-secondary-blue, .btn-secondary{
	color: #fff;
	background-color: #5e72e4;
	border-color: #5e72e4;
}
.btn-secondary-blue:hover, .btn-secondary:hover{
	color:#fff;
	background-color: #4e5ebd;
}
.btn-secondary:focus{
	outline: none;
}
.btn-dropdown{
	border: 1px solid #ccc;
}
.capitalize{
	text-transform: capitalize;
}
.modifydate{
	margin-right: 0;
	margin-left: 0;
	color: #607D8B;
	font-weight: 600;
	box-shadow: 0 0 2rem 0 rgba(0,0,0,.05)
}
/*input{
	border-color: #78849E;
	border-radius: 2px;
}*/

.flag, .us-flag{
	display: inline-block;
}

/* Classified */

.classified-img{
	max-width: 100%;
	max-height: 100%;
	top: 0;
	background-repeat: no-repeat !important;
	background-size: contain !important, cover !important;
	background-position: center !important;
	position: relative;
}
.img-sm{
	width: 80px !important;
	height: 80px !important;
	background-repeat: no-repeat !important;
	background-size: contain !important, cover !important;
	background-position: center !important;
	position: relative;
}
.classified-img::before{
	background: inherit;
	position: absolute;
	background-size: cover;
	 -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);

}
.sale-label{
	background-color: #5E72E4;
	border-radius: 2px;
	padding: 2px 4px;
	color: #fff;
	font-weight: 600;
}
.square{
	width: 100%;
  padding-top: 100%;
  position: relative;
}
.classified-dt-images{

}
.armoury-img{
	background-color: #fff;
}
.classified-dt-images img{
	background-color: #fff;
}
.classified-legal ol{
	padding-left: 24px;
}
.btn:focus{
	outline: none;
}
/* CSS related to styling of organisation templates*/
.banner{
	min-height: 180px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 8px 0;
	margin-bottom: -16px;
}
.club-banner{
	background: linear-gradient(45deg,#1B2376,#234895);
}
.club-title{
	font-size: 32px;
	font-family: 'Montserrat';
	font-weight: bold;
	color: #fff;
	margin-top: 0;
}
.club-title:hover{
	color: #fff;
	text-decoration: none;
}
.banner-content{
	align-items: flex-end;
}
.club-nav{
	background-color: #fff; 
	min-height: 40px;
	box-shadow: 600px 0 #fff, -600px 0 #fff;
}
.friend-nav{
	background-color: #fff; 
	min-height: 40px;
}
.club-files a{
	font-weight: 600;
	margin-top: 4px;
}
.number-card{
	padding: 8px 12px;
	border-radius: 2px;
	min-width: 106px;
	font-family: 'Montserrat', 'Open sans', sans-serif;
	min-height: 124px;
	text-align: center;
	background: linear-gradient(#1B2376,#234895);
}
.number-card:hover{
	text-decoration: none;
}
.number-card-number{
	font-size: 48px;
	font-weight: 	600;
	color: 	#fff;
}
.number-card-detail{
	color: #42BAFF;
	font-weight: 600;
	text-transform: capitalize;
	max-width: 92px;
}
.org-info-container{
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.background-right{
	background-position: right !important;
}
.org-info-img{
	 background-size: contain !important; 
	 background-repeat: no-repeat !important; 
	 height: 260px;
}

.squad-member-tr{
	padding: 16px 8px;
	border-bottom: 1px solid #ececec;
}
.squad-member-list{
	border: 1px solid #ececec;
}
.bg-grey{
	background-color: #ececec;
}
form .alert-danger{
	background-color: #f75676;
	max-width: 800px;
}
form .alert-danger button{
	margin-right: 8px;
}
.form-group input{
	border-radius: 2px;
}
.col-form-label, .form-group label{
	font-family: 'Montserrat';
}
.lane-col {
    max-width: 80px;
}
.warning-color{
	color: #e4725e; 
}
.row.error {
    border: 1px solid #f75676;
}

.help-inline.error > ul.errorlist {
    list-style-type: none;
    color: #f75676;
    padding-left: 0;
    text-align: left;
}

.form-control::placeholder {
    color: #adb5bd;
    opacity: 1;
}
.form-actions{
	margin: -4px;
}
.form-actions .btn{
	margin: 4px;
}
/*.form-control{
	box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
	border: 0;
	transition: box-shadow .15s ease;
	display: block;
	width: 100%;
	height: calc(2.5rem + 2px);
	padding: .625rem .75rem;
	font-size: 14px;
	line-height: 1.5;
	color: #525f7f;
	background-color: #fff;
	background-clip: padding-box;
	/*border: 1px solid #cad1d7;*/
	/*border-radius: .375rem;*/
	/*box-shadow: none;*/
	/*transition: all .2s cubic-bezier(.68,-.55,.265,1.55);*/
/*}*/
/*.form-control.is-valid{
	content: "\ea26";
  color: #2dce89,18%;
  background-color: #69deac;
}
*/
.inline-form .form-group{
	display: inline-block;
}

.form-container{
	background-color: #f5f7f9;
	border: 1px solid #e6ecf1;
	padding: 1.25rem;
	border-radius: .25rem;
}
.bs-form-container{
	display: flex;
	flex-wrap: wrap;
}
.bs-form-container .alert{
	max-width: unset;
	flex-basis: 100%;
}
.spaced-32px{
	display: flex;
	margin: -16px;
	flex-wrap: wrap;	
}
.spaced-32px > *{
	margin: 16px;
}
.spaced-24px{
	display: flex;
	margin: -12px;
	flex-wrap: wrap;
}
.spaced-24px > *{
	margin: 12px;
}
.max-width-100{
	max-width: 100%;
}
.ssi-form-group{
	max-width: 100%;
	width: 100%;
	margin-top: 14px;
	max-width: 320px;
}
.ssi-form-group label{
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 2px;
	font-family: 'Montserrat';
}
.input-datepicker::before{
	position: absolute;
	height: 28px;
	margin-top: 1px;
	padding-left: 8px;
	display: inline-block;
	content: "\e109";
	font-family: 'Glyphicons Halflings';
	font-size: 1.14rem;
}
.input-datepicker input{
	padding-left: 32px;
}
.form-control{
	border-radius: 0;
}
.form-control.is-valid{
	border-color: #4cae84;
	background-position-x : 99%;
}
.ssi-input-field{
	position: relative;
}
/* Date Picker styling based on Argon design system */
.bootstrap-datetimepicker-widget
{
    border-radius: .25rem;
    direction: ltr;
		padding: 1rem;
		border-color: transparent;
		box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    width: auto;
}
.ui-datepicker-header.ui-widget-header{
	background-color: #fff;
	border: 0;
}
.ui-datepicker table tr th span{
	color: #525f7f;
	font-family: 'Open sans';
}
.datepicker tr td {
	background-color: #fff !important;
	border-color: transparent !important;
	border-radius: 50% !important;
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 10px 7px !important;
	font-family: Montserrat;
}
.datepicker tr td:hover{
	background-color: #b0dbff !important; 
}
.datepicker tr td.active,
.ui-datepicker-calendar .ui-state-active{
	background-color: #5e72e4 !important;
}

.ui-datepicker-inline
{
    width: 220px;
}
.ui-datepicker-multi-2{
	width: 37em !important;
}
.ui-datepicker table
{
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
}
.ui-datepicker table tr td
{
    border-radius: 50%;
    border: 0;
}
.ui-datepicker table tr th
{
    font-weight: 500;

    border-radius: .25rem;
}
.ui-datepicker table tr td a
{
    font-size: .875rem;
    width: 36px;
    height: 36px;
    transition: all .15s ease;
    text-align: center;
    border-color: transparent !important;
    border-radius: 50%;
    background-color: transparent !important;
}
.ui-datepicker table tr th
{
    font-size: .875rem;
    width: 36px;
    height: 36px;
    transition: all .15s ease;
    text-align: center;
}

.scoring-table .inverted {
	background-color: black;
	color: white;
	text-align: center;
	font-size: 30px;
	padding: 6px;
	vertical-align: middle;
}

.scoring-table td, .scoring-table th {
	background-color: white;
	color: black;
}

.scoring-table tr.invalid,  .scoring-table tr.invalid td {
    background-color: #ff3d3d;;
	color: black;
}

.scoring-table tr.correct td {
	font-size: 16px !important;
	font-weight: 700;
}
.scoring-table tr.correct, .scoring-table tr.correct td {
    background-color: #41c73a;
	color: black;
}

.dashboard-premium-pitch{
	border-radius: 4px;
	font-family: 'Montserrat';
}
.dashboard-premium-pitch .btn-white{
	color: #2B2B2B;
	font-size: 14px;
}
.dashboard-card-title{
	background-color: #1B2376;
	min-height: 38px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 600;
}
.dashboard-section-title{
	padding: 24px 16px;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Montserrat';
	color: #fff;
	margin: 52px 0 40px 0;
	border-radius: 4px;
}
.dashboard-section ul{
	max-height: 520px;
	overflow-y: auto;
}
/*.dashboard-section .ssi-info-card{
	height: 100%;
}*/
.dashboard-section .ssi-card-title{
	font-family: 'Montserrat';
}
.accordion .card:not(:last-child){
	margin-bottom: 0;
}
.small-scoring-widget .col-form-label {
	text-align: center;
}
.small-scoring-widget .custom-score-widget {
	flex-wrap: nowrap;
}

.small-scoring-widget .custom-score-widget input {
	max-width: 25px !important;
	min-width: 25px !important;
	width: 25px !important;
    height: 38px;
	padding: 0;
}
.small-scoring-widget .custom-score-widget.horizontal > * {
    max-width: 25px !important;
	min-width: 25px !important;
	width: 25px !important;
}
.small-scoring-widget .custom-score-widget.horizontal button {
    padding-left: 6px;
}

@media (max-width: 768px) {
    .small-scoring-widget .custom-score-widget input {
        height: 34px;
    }
}
.profile-title{
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	margin: 4px 0 4px 16px; 
}
.profile-nav{
	background: linear-gradient(to right, #1B2376 0%, #234895 100%);
}
.profile-nav .nav{
	padding: 2px 0;
	background: rgba(0,0,0,0.14);
}
.profile-nav .nav-link{
	color: #fff;
	line-height: 20px;
}
.profile-options{
	background: linear-gradient(to right, #267326 0%, #339933 100%);
	box-shadow: 0 0 2rem 0 rgba(0,0,0,.05);
	text-align: center;
	padding: 16px;
	width: 160px;
	border-radius: 4px;
}
.profile-options a{
	color: #fff;
	font-weight: 600;
}
.profile-options a i{
	font-size: 28px;
}
*[id$='Form'] h2{
  margin-bottom: 12px;
}

#canvas{
	height: 600px;
	width: 600px;
}
.break-word{
	word-wrap: break-word;
}
.org-merch-type .card{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.container.container-main.margin-top-24.mb-80 nav{
	margin-top: -8px;
}
.pointer{
	cursor: pointer;
}
.no-pointer{
	cursor: default;
}
.base-container-margin{
	margin-top: 25px;
	margin-bottom: 25px;
}
[id$="ScoreCardForm"],
#SteelScoreCardForm ,
.scoring-card {
	/*background-color: #fdf6e3;*/
	/*background-color: #b5926b;*/
	background-color: #eedbae;
	font-weight: 600;
}
.scoring-card .form-group,
.scoring-card .form-group input,
#SteelScoreCardForm .form-group,
#SteelScoreCardForm .form-group input,
[id$="ScoreCardForm"] .form-group,
[id$="ScoreCardForm"] .form-group input{
	color: #000;
}
.scoring-card .form-group .btn-primary,
#SteelScoreCardForm .form-group .btn-primary{
	color: #fff;
}
[id$="ScoreCardForm"] h2,
.scoring-card h2,
#SteelScoreCardForm h2 {
	color: #000;
}
#actionsUnderScore {
	margin-top: 32px;
}
#actionsUnderScore .btn-lg {
	padding: 0.75rem 1.25rem;
}
.time-grid-backdrop {
   	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 4;
}
.time-grid-widget {
	z-index: 5;
	width: 200px;
	background: wheat;
	border: 1px solid black;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: white;
	padding: 5px 5px 0 5px;
}
.time-grid-widget a {
	width: 31%;
	margin-bottom: 5px;
}

.time-grid-widget .btn {
	padding-left: 0;
	padding-right: 0;
}
.d-flex  > .time-grid-widget {
	top: 28px;
}
.shotgun-widget {
	color: #fff;
	background-color: #6c757d;
	padding: 10px;
	border: 1px solid #1e7e34;
	width: 144px;
}
.sg-widget-panel > div {
	display: flex;
	justify-content: space-between;
}
.sg-widget-panel .btn img {
	width: 24px;
}
.sg-widget-panel .sg-done {
	margin-top: 16px;
	margin-bottom: 16px;
}
.sg-widget-panel .sg-clear {
	width: 50%;
	align-self: center;
}
.sg-widget-miss > img, .sg-widget-hit > img, .sg-widget-empty > img {
	display: inline-block;
	width: 24px;
}
.sg-widget-panel {
	z-index: 5;
	top: 40px;
	width: 144px;
	background: wheat;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-between;
	color: white;
	padding: 5px 4px 0 4px;
	border: 1px solid #1e7e34;
	border-top: none;
}
.scorecell {
	text-align: center;
	font-size: 30px;
	padding: 6px;
	font-weight: 600;
	height: 71px;
}
.vertical-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#PpcScoreCardForm .score-widget-container {
	display: flex;
	justify-content: center;
}

.scoring-row.PP td[data-scoretype=id_cscore]{
	background-color: gray !important;
}
.scoring-row.PP td[data-scoretype=id_dscore]{
	background-color: gray !important;
}

.justify-content-center > .custom-score-widget,
#PpcScoreCardForm .score-widget-container > .custom-score-widget{
	width: auto;
}
#PpcScoreCardForm .form-row {
	flex-wrap: nowrap;
}

.score-widget-container.center-sw {
	display: flex;
}

.score-widget-container.center-sw > .custom-score-widget {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.tablesorter-header{
	font-family: 'Montserrat';
}
.tablesorter-default th .tablesorter-header-inner{
	font-weight: 600;
}

#cropperRow {
	height: 300px;
	margin-top: 20px;
}

.cropper-row {
	width: 100%;
}

.cropper-row > *:first-child {
	width: calc(100% - 320px);
}

.cropper-row > *:last-child {
	margin-left: 20px;
	width: 300px;
}

#cropperPreview {
	height: 300px;
	overflow: hidden;
	border: 1px solid black;
}

#formUpload {
	margin-top: 20px;
}

#cropperActions {
	margin-top: 20px;
}

#ccLicense {
	align-items: center;
}

#ccLicense a {
	margin-right: 16px;
}

.noUi-value-sub {
	color: black !important;
}

.targetrow > div {
	min-width: 0;
}

.noUi-tooltip {
    display: none;
}
.noUi-active .noUi-tooltip {
    display: block;
}

.payment-tabs {
	width: 100%;
	margin-bottom: 1rem;
}

.payment-tabs li, .payment-tabs a {
	height: 41px;
}

.payment-logo {
	height: 24px;
}

#creditCard {
	width: 500px;
	height: 270px;
}

#regTimeRemaining {
	display: block;
}

.sg-widget-buttons-container {
	margin: 0 -4px;
}

.sg-widget-triple {
	flex-wrap: wrap;
}
.sg-widget-triple .btn {
	width: 40%;
}

.sg-widget-triple .sg-miss {
	order: 4;
}
.sg-widget-triple .sg-nb {
	order: 3;
}

.btn.sg-one {
	order: 2;
}

.sg-widget-first svg {
	width: 20px;
	height: 20px;
}

#tableAndForm th, #tableAndForm td {
	border-color: darkgray;
	font-size: 14px;
	padding: 0;
	width: 50px;
	height: 50px;
}

#tableAndForm td:hover {
	background-color: lightgrey;
}

.form-group .form-text.text-muted {
	display: none;
}

.weight-input > input {
	max-width: 100%;
}

.margin-vertical-center {
  	margin-top: auto;
	margin-bottom: auto;
	display: block;
}

@media (max-width: 992px) {
    .inline-form-element {
        padding-top: 2px;
    }

    .container-main {
        margin-top: 0;
    }

    body {
        padding-top: 61px;
    }

    .order-1-tablet {
        order: -1;
    }

    .banner {
        margin-top: -15px;
        margin-bottom: 10px;
    }

    .sm-left {
        text-align: left;
    }

    .base-container-margin {
        margin-top: 0;
    }
}
@media (max-width: 768px){
	.align-center-tablet{
		text-align: center;
	}
	.order-2-tablet{
		order: 2;
	}
	.dashboard-section ul{
		max-height: unset;
	}
	.club-nav{
		margin: 0 -16px;
	}
	.nav-link.active{
		border: none;
		color: #3498DB;
	}
	.nav-link.friend-active{
		border: none;
		color: #C0392B;
	}
	.nav-link.org-active{
		border:none;
		color: #28B463;
	}
	.numpad-widget-input {
		padding: 4px;
        min-width: 32px;
		max-width: 100%;
	}
	form .alert-danger button {
		margin-right: 0;
	}

	.alert-dismissible {
		padding-right: 40px !important;
	}

	#IpscScoreCardForm {
		margin-left: -8px;
		margin-right: -8px;
	}
}
@media (max-width: 600px){
	.alert-main-buttons> .btn-big{
		width: 100%;
		text-align: center;
		padding: 10px 10px;
	}
	.el-event-title{
		width: 100%;
	}
	.ssi-tr{
		padding: 16px;
	}
	.ssi-title-row{
		padding: 16px 16px;
	}
	.competitor-display{
		display: block;
		margin: 20px auto;
	}
	.info-card-detail{
		padding: 16px;
	}
	.ssi-card{
		padding: 16px;
	}
	.sm-full-width{
		flex-basis: 100%;
	}
	.sm-flex-grow1{
		flex-grow: 1;
	}
	.sm-unset-width{
		width: unset;
	}
	.sm-font-16{
		font-size: 16px;
	}
	.hidden-sm{
		display: none;
	}
	.profile-title{
		font-size: 24px;
	}
	.user-avatar-big{
		width: 80px;
		height: 80px;
		font-size: 24px;
	}
	.flex-break{
		flex-basis: 100%;
		height: 0;
	}

	#pinNumpad {
		width: 90%;
		height: 260px;
	}

	#pinNumpad a {
		font-size: 30px;
	}

	#signatureSubmit {
	  font-size: 24px;
	  margin-right: 1.5rem;
	}
}

/* Override setting from Spark, which breaks dropdowns on mobile */
@media (max-width: 575.98px) {
  .dropdown, .dropleft, .dropright, .dropup {
    position: relative;

  }
}
@media (min-width: 1200px){
	.container{
		max-width: 1140px;
	}
	.md-right{
		text-align: right;
	}
	.md-ml-8{
		margin-left: 8px;
	}
}
@media (min-width: 1440px){
	.container{
		max-width: 1280px;
	}
}