/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
    .table-custom > :not(caption) > * > * {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .table-custom_2 > :not(caption) > * > * {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .w-5-sm{
        width: 2.5% !important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 992px ){
    .menu-link {
        font-size: .75rem;
    }
    .sub-title .menu-container > .menu-item > .menu-link span {
        font-size: .7rem;
    }
    .sub-title .menu-container > .menu-item > .menu-link {
        padding: 32px 15px;
    }
    .stretched .full-header #header-wrap > .container {
        padding: 0px;
    }
    .full-header #logo {
        padding: 0px;
    }
}

.svg-trigger{
    width: 40px;
    height: 40px;
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 90%;
    }
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 95%;
    }
}

.menu-text {
    display: block;
    line-height: 14px;
    padding: 14px 5px;
    color: #EEE;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    width: auto;
}
.menu-text span {
        display: block;
        margin-top: 10px;
        line-height: 12px;
        font-size: 11px;
        font-weight: 400;
        color: #eee;
        text-transform: capitalize;
}
@media (min-width: 1300px) {
    .menu-text {
        width: 40%;
    }
}
@media (min-width: 1500px) {
    .menu-text {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .menu-text {
        width: 70%;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .menu-text {
        font-size: 0.65rem;
         width: 70%;
    }
    .menu-text span {
            font-size: 9px;
    }
}
@media (max-width: 600px) {
    .menu-text {
        display: none;
    }
    .menu-text span {
        display: none;
    }
}


.button.button-mini{
    padding-left: 8px !important;
    padding-right: 8px !important;
}
@media only screen and (max-width: 767.9px) {
    .button.button-mini{
        padding-left: 6px !important;
        padding-right: 6px !important;
        padding-top: 4px !important;
        padding-top: 4px !important;
    }
    .bw  {
        min-width: 70px !important;
        max-width: 90px !important;
    }
    .w-15-sm{
        width: 8% !important;
    }

}

@media only screen and (max-width: 900px) {
    .button.button-mini{
        padding-left: 6px !important;
        padding-right: 6px !important;
        padding-top: 3px !important;
        padding-top: 3px !important;
    }
    .texttocentre-sm{
        text-align: center !important;
    }
    .table-custom td, .table-custom th {
        font-size: 14px;
    }
    h5 {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .bw  {
        min-width: 60px !important;
        max-width: 70px !important;
    }
    .bw-sm  {
        min-width: 45px !important;
        max-width: 55px !important;
    }
    .pe-3  {
        padding-right: 0.9em !important;
    }
    .pe-1  {
        padding-right: 0.2em !important;
    }


}
@media only screen and (max-width: 420px) {
    .button.button-mini{
        padding-left: 6px !important;
        padding-right: 6px !important;
        padding-top: 3px !important;
        padding-top: 3px !important;
    }
    .texttocentre-sm{
        text-align: center !important;
    }
    .table-custom td, .table-custom th {
        font-size: 12px;
    }
    h5 {
        font-size: 11px;
        letter-spacing: 0px;
    }
    .bw  {
        min-width: 50px !important;
        max-width: 60px !important;
    }
    .bw-sm  {
        min-width: 40px !important;
        max-width: 50px !important;
    }
    .pe-3  {
        padding-right: 0.85em !important;
    }
    .pe-1 {
        padding-right: 0.1rem !important;
    }
    .w-15-sm{
        width: 8% !important;
    }

}
.table-light {
    --bs-table-bg: #fafafa;
    --bs-table-striped-bg: #fafafa;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #fafafa;
    --bs-table-active-color: #fafafa;
    --bs-table-hover-bg: #fafafa;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}
.gs_meta{
    color: #444 ;
    margin-bottom: 0px;
    line-height: 1.2 !important;
}

.line-12
{
    line-height: 1.2 !important;
}
/* custom sytles for colors  .... these are key site colors*/

.col-themecolor {
	 color: #9A2B49 !important;
}
.bg-themecolor {
	 background-color: #9A2B49 !important;
}
.bg-compcolor {
	 background-color: #2b9a7c !important;
}
.bg-thcolor {
	 background-color: #9A2B49 !important;
     border-bottom-color: #3D111D !important;
}
.border-thick {
    border-bottom-color: #3D111D !important;
    border-bottom-width: 2px !important;  
}
.col-scorecardlink {
	 color: #9A2B49 !important;
}
.col-scorecardlink :hover {
	 color: #3D111D !important;
}
.col-red {
	 color: #BC1A3A !important;
}
.col-english-red{
     color: #A64253 !important;
}
.col-fern-green{
    color: #3A7D44 !important;
}
.col-celadon{
    color: #BBDBB4 !important;
}
.col-hunter-green{
    color: #3F6634 !important;
}
.col-dark-cyan{
    color: #3E8989 !important;
}
.col-lemon-curry{
    color: #BB9F06 !important;
}
.col-seal-brown{
    color: #4C1C00 !important;
}
.col-middle-blue{
    color: #90DDF0 !important;
}
.col-grey{
    color: #6c757d  !important;
}
.col-lightgrey{
    color: #888  !important;
}
.col-white{
    color: #ffffff  !important;
}
.bg-red {
	 background-color: #BC1A3A !important;
}
.bg-english-red{
     background-color: #A64253 !important;
}
.bg-fern-green{
    background-color: #3A7D44 !important;
}
.bg-celadon{
    background-color: #BBDBB4 !important;
}
.bg-hunter-green{
    background-color: #3F6634 !important;
}
.bg-dark-cyan{
    background-color: #3E8989 !important;
}
.bg-lemon-curry{
    background-color: #BB9F06 !important;
}
.bg-seal-brown{
    background-color: #4C1C00 !important;
}
.bg-middle-blue{
    background-color: #90DDF0 !important;
}
.bg-grey{
    background-color: #6c757d  !important;
}
.bg-lightblue{
    background-color: #D2EFFD  !important;
}
.bg-lightgreen{
    background-color: #c6e6c6  !important;
}

.dividingline {
    background-color: #9A2B49 !important;
    color: #9A2B49 !important;
    height: 3px;
}
.gs_low_spacing {
	line-height: 1.2; !important;
}

.form-select:focus {
    border-color: #b86a7f ;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #b86a7f ;
}
.form-control:focus {
    border-color: #b86a7f ;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #b86a7f ;
}
.table-fixed{
    table-layout: fixed !important;
}


/* custom sytles for widths  */
.w-0{
    width: 0% !important;
}
.w-5{
    width: 5% !important;
}
.w-5-sm{
    width: 5%;
}
.w-6{
    width: 6% !important;
}
.w-7{
    width: 7% !important;
}
.w-8{
    width: 8% !important;
}
.w-9{
    width: 9% !important;
}
.w-10{
    width: 10% !important;
}
.w-12{
    width: 12% !important;
}
.w-15{
    width: 15% !important;
}
.w-15-sm{
    width: 15%;
}
.w-20{
    width: 20% !important;
}
.w-30{
    width: 30% !important;
}
.w-40{
    width: 40% !important;
}
.w-50{
    width: 50% !important;
}
.w-60{
    width: 60% !important;
}
.w-70{
    width: 70% !important;
}
.w-80{
    width: 80% !important;
}
.w-90{
    width: 90%;
}
.w-95{
    width: 95% !important;
}
.bw  {
    min-width: 80px;
    max-width: 100px;
}
.badge-sm-mw  {
    min-width: 22px;
}
.badge-lg-mw  {
    min-width: 70px;
}
.img-mw  {
    max-width: 25px;
}
.icon-14  {
	font-size: 1.4em;
}
/* custom sytles for the typeahead  */
.twitter-typeahead {
    display: block !important;
    width: 100%;
 }
.input-group > .twitter-typeahead {
    flex: 1 1 auto;
    width: auto;
}
		.tt-menu {
			width: 100%;
			margin: 10px 0;
			padding: 8px 0;
			background-color: #FFF;
			border: 1px solid rgba(0, 0, 0, 0.2);
			-webkit-border-radius: 4px;
			 -moz-border-radius: 4px;
				  border-radius: 4px;
			-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
			 -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
				  box-shadow: 0 1px 10px rgba(0,0,0,.1);

		}

		.tt-suggestion {
            padding: 3px 20px;
            color: #000;
			font-size: 16px;
            font-weight: 400;
            text-align: left !important;
		}

		.tt-suggestion:hover {
			cursor: pointer;
			color: #fff;
            font-weight: 400;
			background-color: #9A2B49;
		}

		.tt-suggestion.tt-cursor {
			color: #fff !important;
            font-weight: 400;
			background-color: #9A2B49;

		}
        .tt-input {
            width: 100%;
            line-height: 27px;
            }
        .tt-width {
            width: 100%;
            line-height: 27px;
            }
        .tt-hint {
            width: 100%;
            line-height: 27px;
            }
		.tt-icon {
			color: #fff !important;
            font-weight: 400;
			background-color: #9A2B49 ;

		}
 .abs-right {
    position: absolute;
    top: 0px;
    right: 3px;
    }
 .pt-n2 {
    padding-top: -0.5rem !important;
}
/* The ajax_overlay (background) */
.ajax_overlay {
    /* Height & width depends on how you want to reveal the ajax_overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: #9A2B49;
    background-color: rgba(58,84,180, 0.75);
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the ajax_ajax_overlay (height or width, depending on reveal) */
}

/* Position the content inside the ajax_ajax_overlay */
.ajax_overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
.dropdownCheckboxes .btn-default {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdownCheckboxes ul.dropdown-menu li {
    font-size: 80%;
    margin: 1px 10px;
}
.dropdownCheckboxes ul.dropdown-menu label {
    font-weight: normal;
}
.dropdownCheckboxes ul.dropdown-menu button {
    display: inline-block;
    margin: 6px 0 0 0;
    font-size: 90%
}
#page-title button span {
	display: inline-block;
	margin-top: 0px;
	font-size: 16px;
    font-weight: 400;
    color: #212529;
    white-space: pre;
}
.badge-small {
	font-size: 0.65em;
    padding: 0.2em 0.4em;
    margin-Left: 0.4em;
    vertical-align: text-top;
}
.icon-small {
	font-size: 0.7em;
    color: #BC1A3A !important;
    margin-Left: 0.4em;
    transform: rotate(-45deg);
    vertical-align: top;
}
.icon-smallstar {
	font-size: 0.8em;
    color: #3F6634 !important;
    margin-Left: 0.4em;
    vertical-align: top;
}
/* Style-2 */
.checkbox-style:checked + .checkbox-style-1-label:before {
	background:  #9A2B49 !important;
}
/* Style-3 */
.checkbox-style:checked + .checkbox-style-3-label:before {
	background:  #9A2B49 !important;
}
.fw500 {
	font-weight:  500 !important;
}
#page-title {
	padding: 2rem 0 !important;
}
.bootstrap-select > .dropdown-toggle:focus, /* dropdown :focus */
.bootstrap-select > .dropdown-toggle:hover /* dropdown :hover */
{
    background-color: #9A2B49;
}
.infotext{
    line-Height: 1.4 !important;
    color: #9A2B49  !important;
    font-weight: 500;
}
.owl-carousel .owl-dots .owl-dot {
    background-color: #9A2B49 !important;
}