/* july 2024 cr */

.custom-radio {
    width: 20px; /* Bigger size */
    height: 20px; /* Bigger size */
    cursor: pointer;
    accent-color: #ba0c2f; /* Apply red color to the radio button */
}

.custom-radio + label {
    margin-left: 8px; /* Space between radio and label */
}

.centered-row {
    text-align: center; /* Center align the content within the row */
}

.centered-col {
    display: inline-block; /* Ensure columns are aligned side by side */
    vertical-align: middle; /* Vertically align content within columns */
    padding: 0 10px; /* Adjust padding as needed */
}

.centered-col input,
.centered-col label {
    display: inline-block; /* Align radio buttons and labels side by side */
    vertical-align: middle; /* Align radio buttons and labels vertically */
}


.input-group {
    max-width: 500px; /* Limit the width of the input group */
    margin: 0 auto; /* Center the input group within the column */
}

.input-group .form-control {
    border-radius: 0; /* Remove border-radius for seamless button integration */
}

.input-group .btn {
    border-radius: 0; /* Remove border-radius to match the input field */
    margin-left: -1px; /* Overlap the border of the button with the input field */
}


/* end july 2024 cr */


.btn-dark {
	color: #fff;
	background-color: #383D41;
	border-color: #6E6F73;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:active,
	.btn-dark.active, .open>.dropdown-toggle.btn-dark {
	color: #fff;
	background-color: #000000;
}

.btn-dark:active, .btn-dark.active, .open>.dropdown-toggle.btn-dark {
	background-image: none;
}

.blue {
	color: blue;
}

label {
	color: #333;
	font-weight: 100;
	font-size: 12px;
}

.form-control {
	color: #000000
}

a {
	color: #337ab7;
}

.row-bordered {
	-webkit-box-shadow: 0 1px #CE153F;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.bordered {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 0px !important;
}

.margin0 {
	margin: 0 !important;
}

.margin_10 {
	margin: 5px 0 5px 0 !important;
}

.padl0 {
	padding-left: 0 !important;
}

.padr0 {
	padding-right: 0 !important;
}

.pad0 {
	padding: 0 !important;
}

.white_bg {
	background-color: #ffffff;
}

.white-out {
	background-color: #fff !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.font-s16 {
	font-size: 16px;
}

.block-content.block-content-mini.block-content-full.block-content-mini
	{
	padding-left: 0;
}

.halved {
	width: 50% !important;
}

.border-bottom {
	border-bottom: 1px solid #e9e9e9 !important;
}

.padb30 {
	padding-bottom: 30px;
}

.jubilee-red {
	color: #CE153F;
}

.bg-jubilee-red {
	background-color: #CE153F;
	color: #ffffff;
	border: none !important;
}

.shadowed {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
	border-radius: 2px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.noshadow {
	box-shadow: none !important;
	border-radius: 0;
	border: none;
}

.match-height {
	height: 250px;
}

.header-height, .header-height li h5 {
	line-height: 52px;
}

.match-map-height {
	height: 400px;
}

.location h6 {
	line-height: 24px;
}

.logo-container {
	background-color: #ffffff !important;
}

.logo-container img {
	max-height: 60px;
	width: 120px;
}

.logo {
	padding: 0 !important;
}

.logo img {
	max-height: 60px;
	width: 120px;
}

.match-header, .match-header li h5 {
	line-height: 28px;
}

.match-header li h5, .header-height li h5 {
	letter-spacing: 2px;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

header ul.nav-header li.letter {
	color: #FFF;
	background: #333;
	padding: 4px 10px;
	border-radius: 50%;
	font-size: 18px;
}

.border-left {
	border-right: 2px solid #F5F5F5 !important;
}

.spaced {
	padding-left: 30px;
	padding-right: 30px;
}

.col-md-4 .bg-image h4.text-right, .col-md-8 .bg-image h4.text-right {
	margin-top: 140px;
	padding: 10px;
	font-size: 48px;
	font-weight: 900;
}

.col-md-8 .bg-image p {
	margin-bottom: 140px;
}

.col-md-4 .bg-image hr, .col-md-8 .bg-image hr {
	width: 5%;
	border: 1px solid #FFF;
	margin: 10px 0;
}

.col-sm-9 hr, .col-sm-8 hr {
	width: 8%;
	border: 1px solid #FFF;
	margin: 10px 0;
}

.bg-dark-grey {
	background-color: #2F3438;
}

.bg-grey {
	background-color: #606A73;
}

.push-30-b {
	padding-top: 20px !important;
}

.push-60-t {
	padding-top: 60px !important;
}

.push-20-t {
	padding-top: 20px !important;
}

.read-more {
	border: 1px solid #fefefe;
	padding: 10px;
	color: #fff;
}

.text-grey {
	color: #9B9CA0;
}

.text-light-grey {
	color: #8D949A;
}

.j-minw {
	min-width: 210px;
}

.sp1 {
	letter-spacing: 1px;
}

.font-s-18 {
	font-size: 19px;
	font-weight: bold !important;
}

.font-s-14 {
	font-size: 14px !important;
}

.btn {
	letter-spacing: 1px;
}

.btn-lg {
	font-size: 15px;
}

.login-container {
	margin-top: 100px;
}

.spaced-header {
	letter-spacing: 2px;
}

.lh40 {
	line-height: 30px;
}


.group {
  display: table;
  width: 100%;
}
.item {
  display: table-cell;
}
.text {
  white-space: nowrap;
  width: 1%;
  padding: 0 10px;
  font-size: 18px;
}
.line {
  border-bottom: 1px solid #ccc;
  position: relative;
  top: -1em;
}

.complete-profile {
	width: 70%;
}

.font-s-10 {
	font-size: 11px;
}



.border-red {
	border-bottom: 1px solid #CE1A38;
	padding-bottom: 20px;
}

/** Styles for dashboard **/
a:hover .dashboard-summary {
	border-bottom: 0.25px solid #333;
	color: #444;
}

.dashboard-blocks {
	margin: 5px 0 5px 0
}

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

.permissions-tab {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #fff;
	padding-left: 10px;

	-webkit-box-shadow: -8px -7px 22px 0px rgba(245,235,245,1);
    -moz-box-shadow: -8px -7px 22px 0px rgba(245,235,245,1);
	box-shadow: -8px -7px 22px 0px rgba(245,235,245,1);
}

.permissions-header {

}

 .login-cont {
    margin:150px 0;
    -webkit-box-shadow: 2px 2px 18px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 18px -1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 18px -1px rgba(0,0,0,0.75);
  }

@media screen and (max-width: 1000px) {
  .login-cont {
    margin:200px 0;
  }
}


.glyphicon {
margin-right: 4px !important; /*override*/
}
.pagination .glyphicon {
margin-right: 0px !important; /*override*/
}
.pagination a {
color: #555;
}
.panel ul {
padding: 0px;
margin: 0px;
list-style: none;
}
.news-item {
padding: 4px 4px;
margin: 0px;
border-bottom: 1px solid #ddd;
}








/* css for the help loader */

.barlittle {
    background-color: #2187e7;
    background-image: -moz-linear-gradient(45deg, #2187e7 25%, #a0eaff);
    background-image: -webkit-linear-gradient(45deg, #2187e7 25%, #a0eaff);
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 5px;
    opacity: 0.1;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-animation: move 1s infinite linear;
    -webkit-animation: move 1s infinite linear;
}

#block_1 {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

#block_2 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

#block_3 {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

#block_4 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

#block_5 {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

@-moz-keyframes move {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1;
    }
}

.assign_user {
	cursor: pointer;
}
