/* fonts
=============================================== */
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
    font-family: 'Glyphicons Regular';
    src: url('fonts/glyphicons-regular.eot');
    src: url('fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-regular.woff2') format('woff2'), url('fonts/glyphicons-regular.woff') format('woff'), url('fonts/glyphicons-regular.ttf') format('truetype'), url('fonts/glyphicons-regular.svg#glyphiconsregular') format('svg')
}

.glyphicons {font-family:"Glyphicons Halflings";}
.glyphicons-reg {font-family:"Glyphicons Regular";}

.glyphicon-plus-sign:before {content:"\e081"; color:#186BC0; margin-right: 6px;}
.glyphicon-minus-sign:before {content:"\e081"; color:#186BC0; margin-left: 6px;}

.modal-header {background: #f5f5f5; border-radius: 6px;}
.player-count .glyphicon {margin-right: 5px;}
.equip-count .miclub-icon {margin-right: 5px;font-size: 1.4em;position: relative; top:3px;}
.player-number h4	 {color: #1F55A1; margin: 4px 0;}
.player-time {}
hr.item-divider {margin: 8px 0!important;}
.fee-type button {width: 100%;}
.equip-count .btn {margin-left: 10px;padding: 5px 10px;}
.additional-equip-title {font-weight: bold!important;color: #1F55A1;}
.confirm {margin-top: 3px;}
.cart-slider-header .btn {width: 90%; margin-left: 5%;box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);text-transform: uppercase; font-weight: bold; }
.cart-package-des {font-size: 12px;}

.page-content.member-view .records-wrapper {
    display: flex;
    flex-wrap: wrap;
}