/* 
Custom Stylesheet for the public pages
of SkatePark Leagues
*/

/* ===== GENERAL ===== */
	.spl-shortcode .table-loader{
		width: 200px;
    display: none;
    margin: 200px auto 0;
	}
	.spl-shortcode .spinner-grow{ display: none; }
	textarea:focus,
	.form-control:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {   
	  border-color: #FF0000;
	  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 0, 0, 0.6);
	}
	.spl-shortcode .spl-form{ }
	.spl-shortcode .spl-form .form-check{ padding-left: 0; }
	.spl-shortcode .spl-form .form-check .checkbox-label {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 14px;
    width: 14px;
    clear: both;
	}
	.spl-shortcode .spl-form .form-check .checkbox-label input {
	    position: absolute;
	    opacity: 0;
	    cursor: pointer;
	}
	.spl-shortcode .spl-form .form-check .checkbox-label input:checked ~ .checkbox-custom {
	  background-color: #fff;
	  border-radius: 0px;
	  -webkit-transform: rotate(0deg) scale(1);
	  -ms-transform: rotate(0deg) scale(1);
	  transform: rotate(0deg) scale(1);
	  opacity:1;
	  border: 1px solid #999999;
	}
	.spl-shortcode .spl-form .form-check .checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
	}
	.spl-shortcode .spl-form .form-check .checkbox-label input:checked ~ .checkbox-custom::after {
	  -webkit-transform: rotate(45deg) scale(1);
	  -ms-transform: rotate(45deg) scale(1);
	  transform: rotate(45deg) scale(1);
	  opacity:1;
	  left: 3px;
	  top: 0px;
	  width: 6px;
	  height: 12px;
	  border: solid #009BFF;
	  border-width: 0 2px 2px 0;
	  background-color: transparent;
	  border-radius: 0;
	}
	.spl-shortcode .spl-form .form-check .checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 0px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 1px solid #999999;
	}
	.spl-shortcode .spl-form .form-group .form-control-file::-webkit-file-upload-button{ visibility: hidden; }
	.spl-shortcode .spl-form .form-group .form-control-file::before{
		content: 'Take or upload photo of yourself';
	  display: inline-block;
	  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
	  border: 1px solid #999;
	  border-radius: 3px;
	  padding: 5px 8px;
	  outline: none;
	  white-space: nowrap;
	  -webkit-user-select: none;
	  cursor: pointer;
	  text-shadow: 1px 1px #fff;
	  font-weight: 700;
	  font-size: 10pt;
	}
	.spl-shortcode .spl-form .form-group .form-control-file:hover::before{ border-color: black;	}
	.spl-shortcode .spl-form .form-group .form-control-file:active::before{ background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);	}

	.spl-shortcode .spl-form .alert{ 
		display: none; 
		margin: 40px 0;
    box-shadow: 0px 5px 10px -6px rgba(0,0,0,0.3);
    border-radius: 0;
	}
	.spl-shortcode .spl-form .alert .close{ font-size: 36px; }
	.spl-shortcode .spl-form .alert .alert-heading{
		font-size: 26px;
    padding: 20px 0 0;
    margin-bottom: 10px;
	}
	.spl-shortcode .spl-form .form-group .invalid-feedback{
		font-size: 10px;
    font-style: italic;
	}
	.spl-shortcode .table{  }
	.spl-shortcode .table thead{  }
	.spl-shortcode .table thead th{ 
	  font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 10px;
  }
	.spl-shortcode .table tbody{  }
	.spl-shortcode .table tbody th{
		font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    padding: 2px 10px;
	}
	.spl-shortcode .table tbody td{
		font-size: 13px;
    vertical-align: middle;
    padding: 5px 10px;
	}
	.spl-shortcode .table tbody td .btn-modal{
		color: #fff;
    font-size: 10px;
	}

	.spl-shortcode .modal-body{ padding: 45px 30px 35px; }

	.spl-shortcode .spl-form{  }
	.spl-shortcode .spl-form .form-group label{
		font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
	}
	.spl-shortcode .spl-form .form-group input,
	.spl-shortcode .spl-form .form-group select,
	.spl-shortcode .spl-form .form-group textarea{
		font-size: 13px;
    border: 0;
    border-bottom: 1px dashed #999;
    border-radius: 0;
    background-color: transparent;
	}
	.spl-shortcode .spl-form .form-group .form-control-file{ border: 0; }
	.spl-shortcode .spl-form .form-footer{ 
		text-align: right;
    padding: 30px 0 15px;
  }
	.spl-shortcode .spl-form .form-footer img{
		width: 40px;
    display: none;
	}

	/* Buttons */
	.spl-shortcode .btn-spl{
		color: #fff;
    background-color: #1a6eac;
	}

	/* Responsive Table */

/* ===== REGISTRATION PAGE ===== */
	.spl-registration-page{
		border: 1px solid #999;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 0;
    width: 880px;
	}
	.spl-registration-page .row{ }
	.spl-registration-page .feature-image{
		height: 300px;
    overflow: hidden;
	}
	.spl-registration-page .feature-image img{
		height: auto;
    width: 100%;
	}
	.spl-registration-page .registration{ padding: 25px 55px 15px 55px; }
	.spl-registration-page .registration .title{
		margin-top: 35px;
    margin-bottom: 0px;
	}
	.spl-registration-page .registration p{ font-size:13px; }
	.spl-registration-page .registration a{ }
	.spl-registration-page .registration #spl-registration-form .form-group{ padding-right: 40px; }
	.spl-registration-page .registration #spl-registration-form .form-group label{
		font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
	}
	.spl-registration-page .registration #spl-registration-form .form-group input{
		font-size: 13px;
    border: 0;
    border-bottom: 1px dashed #999;
    border-radius: 0;
	}
	.spl-registration-page .registration #spl-registration-form .form-group input.is-invalid,
	.spl-registration-page .registration #spl-registration-form .form-group select.is-invalid,
	.spl-registration-page .registration #spl-registration-form .form-group textarea.is-invalid{ border-color: #dc3545; }
	.spl-registration-page .registration #spl-registration-form .form-group select{
		font-size: 14px;
    border: 0;
    border-bottom: 1px dashed #999;
    border-radius: 0;
	}
	.spl-registration-page .registration #spl-registration-form .form-group textarea{
		font-size: 14px;
    border: 0;
    border-bottom: 1px dashed #999;
    border-radius: 0;
	}
	.spl-registration-page .registration #spl-registration-form .profilepic-group input{ border: 0; }
	.spl-registration-page .registration .agreement-note{
		margin-left: 18px;
    font-size: 10px;
    color: #aaa;
    margin-top: -16px;
	}
	.spl-registration-page .registration #spl-registration-form .form-footer{
		margin-top: 20px;
    margin-bottom: 75px;
    text-align: center;
	}
	.spl-registration-page .registration #spl-registration-form .form-footer img{
		width: 40px;
    display: none;
	}
	.spl-registration-page .registration #spl-registration-form .form-footer .btn{
		padding: 15px 45px;
    background-color: #1a6eac;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
	}
	.spl-registration-page .registration #spl-registration-form .form-footer .btn:hover{ background-color: #01a495; }

/* ===== LOGIN PAGE ===== */
	.spl-login-page{
		border: 1px solid #999;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 55px 55px 15px 55px;
    width: 880px;
    margin: 0 auto;
  }
	.spl-login-page .title{  }
	.spl-login-page #spl-login-form{  }
	.spl-login-page #spl-login-form .form-group{  }
	.spl-login-page #spl-login-form .form-group label{
		font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
	}
	.spl-login-page #spl-login-form .form-group input{
		font-size: 13px;
    border: 0;
    border-bottom: 1px dashed #999;
    border-radius: 0;
	}
	.spl-login-page #spl-login-form .form-group input.is-invalid{ border-color: #dc3545; }
	.spl-login-page #spl-login-form .form-group input.is-valid{ border-color: #28a745; }
	.spl-login-page #spl-login-form .form-footer{
		margin-top: 50px;
    margin-bottom: 75px;
    text-align: right;
	}
	.spl-login-page #spl-login-form .form-footer img{
		width: 40px;
    display: none;
	}
	.spl-login-page #spl-login-form .form-footer .btn{
		padding: 15px 45px;
    background-color: #1a6eac;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
	}
	.spl-login-page #spl-login-form .form-footer .btn:hover{ background-color: #01a495; }

/* ===== RESTRICTED PAGE ===== */
	.spl-restricted-page{
		border: 1px solid #999;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 55px 55px 55px 55px;
    width: 480px;
    margin: 0 auto;
    text-align: center;
	}
	.spl-restricted-page i{
	  font-size: 72px;
    margin-bottom: 15px;
	}
	.spl-restricted-page p{ }
	.spl-restricted-page button{ }

/* ===== ALREADY LOGGED IN PAGE ===== */
	.spl-already-login{
		border: 1px solid #999;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    padding: 55px 55px 15px 55px;
    width: 880px;
    margin: 0 auto;
	}
	.spl-already-login .profile{ 
		text-align: center;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
    margin-bottom: 30px;
	}
	.spl-already-login .profile i{
		font-size: 45px;
    border: 5px solid;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 20px;
    margin-bottom: 30px;
	}
	.spl-already-login .profile .name{
		 margin: 0;
    font-size: 20px;
    font-weight: 700;
	}
	.spl-already-login .profile .email{  }
	.spl-already-login .profile .role{
		margin: 0;
    font-size: 14px;
    color: #17a2b8;
	}
	.spl-already-login .actions .title{
		margin: 0;
    font-weight: 700;
	}
	.spl-already-login .actions .message{
		font-weight: 300;
    font-size: 14px;
    color: #555555;
    margin-bottom: 35px;
	}
	.spl-already-login .actions{
		text-align: center;
    padding: 30px 30px 50px;
	}
	.spl-already-login .actions .loader-gif{
    width: 30px;
    display: none;
	}
	.spl-already-login .actions .btn{  }
	.spl-already-login .actions .btn-primary{  }
	.spl-already-login .actions .btn-secondary{  }

/* ===== ADMIN DASHBOARD PAGE ===== */
	.spl-admin-dashboard-page{
		padding: 0;
    margin: 0 auto;
    border: 1px solid #999;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    width: 100%;
	}
	.spl-admin-dashboard-page .home-section{
		padding: 45px 30px;
	}
	.spl-admin-dashboard-page .spl-header-navbar{ border-bottom: 1px solid #aaa; }
	.spl-admin-dashboard-page .spl-header-navbar .navbar-brand{  }
	.spl-admin-dashboard-page .spl-header-navbar .navbar-brand i{ 
		border: 2px solid #fff;
    padding: 8px 10px;
    border-radius: 50%;
    margin-left: 10px;
	}
	.spl-admin-dashboard-page #spl-header-dropdownnav{  }
	.spl-admin-dashboard-page #spl-header-dropdownnav h5{ margin-bottom: 25px; }
	.spl-admin-dashboard-page #spl-header-dropdownnav .nav-pills{  }
	.spl-admin-dashboard-page #spl-header-dropdownnav .nav-pills .nav-link{ 
		color: #fff; 
		text-decoration: none;
	}
	.spl-admin-dashboard-page #spl-header-dropdownnav .nav-pills .nav-link:hover{
		background-color: #716e7e;
    border-radius: 0;
	}
	.spl-admin-dashboard-page #spl-header-dropdownnav .nav-pills .nav-link.active{
		background-color: #716e7e;
    border-radius: 0;
	}
	.spl-admin-dashboard-page .admin-tab-content{
		min-height: 50vh;
    padding: 25px;
	}

/* ===== ADMIN COMPETITION PAGE ==== */
	.spl-admin-dashboard-page .competitions-section{ padding: 45px 30px; }
	.spl-admin-dashboard-page .competitions-section #filters-accordion{ 
		border-bottom: 0; 
		border: 0;
	}
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card{
		border-bottom: 0;
    border-radius: 0;
    border: 0;
	}
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .card-header{ padding: 0; }
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .card-header h5{ border: 0; }
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .card-header h5 button{
		border-width: 0;
    width: 100%;
    text-align: left;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 10px;
	}
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .card-header h5 button i{
		float: right;
    margin-top: 0px;
    font-size: 20px;
    margin-right: 10px;
	}1
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse{ }
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body{ border: 1px solid rgba(0,0,0,.125); }
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .filter-form{ }
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .filter-form .form-group{ width: 50%; }
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .filter-form .form-group label{
		text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #444;
    margin-bottom: 0px;
	}
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .filter-form .form-group input,
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .filter-form .form-group select{ 
		height: auto;
    border-radius: 0;
    padding: 10px 10px;
    font-size: 13px; 
	}
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .filter-form .form-group input:focus{ border: 1px solid #ced4da; }
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .filter-form .form-group select:focus{ border: 1px solid #ced4da; }
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .filter-form .form-group section{ }
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .submit-section{
    margin-top: 40px;
    margin-bottom: 10px;
	}
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .submit-section .btn{
		font-weight: 400;
    font-size: 13px;
	}
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .submit-section .btn-search{ }
	.spl-admin-dashboard-page .competitions-section #filters-accordion .card .collapse .card-body .submit-section .btn-reset{ }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table{ }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-competition{ width: 23%;}
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-series{ width: 15%; }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-skatepark{ width: 15%; }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-date{
		width: 10%;
    text-align: center;
	}
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-time{
		width: 15%;
    text-align: center;
	}
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-action{ width: 25%; }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-action .dropdown{ display: initial; }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-action .dropdown .dropdown-toggle{
		font-size: 12px;
    margin: 3px 1px;
	}
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-action .dropdown .dropdown-toggle::after{ }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-action .dropdown .dropdown-menu{
		color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    margin-top: -1px;
    border-radius: 0;
    box-shadow: 0px 3px 5px 1px #117a8b75;
    padding: 0;
	}
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-action .dropdown .dropdown-menu .dropdown-header{
		font-size: 12px;
    border-bottom: 1px solid #ffffff30;
    background-color: #0d6b7a;
	}
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-action .dropdown .dropdown-menu .dropdown-item{
		font-size: 13px;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
	}
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-action .dropdown .dropdown-menu .dropdown-item:hover{ background-color: #0d6472; }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table .col-action .btn-action{
		font-size: 12px;
    margin: 3px 1px;
	}
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table thead{ }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table thead tr{ }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table thead tr th{ background-color: #333; }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table tbody{ }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table tbody tr{ }
	.spl-admin-dashboard-page .competitions-section .spl-competitions-table tbody tr td{ line-height: 1.3; }
	.spl-admin-dashboard-page .competitions-section .competition-pagination{
		text-align: center;
    margin-top: 50px;
	}
	.spl-admin-dashboard-page .competitions-section .competition-pagination .btn-group{ }
	.spl-admin-dashboard-page .competitions-section .competition-pagination .btn-group .btn{
		margin: 0px;
    box-shadow: none;
    background-color: #efefef;
    border: 1px solid #eaeaea;
    padding: 5px 30px;
    font-weight: 700;
    font-size: 14px;
	}
	.spl-admin-dashboard-page .competitions-section .competition-pagination .btn-group .btn:hover{
		background-color: #dbdbdb;
		border: 1px solid #dbdbdb;
	}
	.spl-admin-dashboard-page .competitions-section .competition-pagination .btn-group .btn-first{ border-radius: 20px 0 0 20px; }
	.spl-admin-dashboard-page .competitions-section .competition-pagination .btn-group .btn-prev{ }
	.spl-admin-dashboard-page .competitions-section .competition-pagination .btn-group .btn-page{ }
	.spl-admin-dashboard-page .competitions-section .competition-pagination .btn-group .btn-last{ border-radius: 0 20px 20px 0; }
	.spl-admin-dashboard-page .competitions-section .competition-pagination .btn-group .btn-next{ }
	.spl-admin-dashboard-page .competitions-section .row{  }
	.spl-admin-dashboard-page .competitions-section .greetings-row{  }
	.spl-admin-dashboard-page .competitions-section .greetings-row h2{
		font-weight: 700;
    font-size: 32px;
    margin-bottom: 25px;
	}
	.spl-admin-dashboard-page .competitions-section .competitions-row{  }
	.spl-admin-dashboard-page .competitions-section .competitions-row .competitions-column{  }
	.spl-admin-dashboard-page .competitions-section .competitions-row .competitions-column .card{  }
	.spl-admin-dashboard-page .competitions-section .competitions-row .competitions-column .card .card-body{ padding: 35px 15px; }
	.spl-admin-dashboard-page .competitions-section .competitions-row .competitions-column .card .card-body .card-title{
		font-size: 28px;
    margin-bottom: 0;
	}
	.spl-admin-dashboard-page .competitions-section .competitions-row .competitions-column .card .card-body .competition-info{
		list-style: none;
    padding: 0;
	}
	.spl-admin-dashboard-page .competitions-section .competitions-row .competitions-column .card .card-body .competition-info li{
		display: inline;
    margin-right: 10px;
    font-size: 14px;
    color: #777
	}
	.spl-admin-dashboard-page .competitions-section .competitions-row .competitions-column .card .card-body .competition-info li i{  }
	.spl-admin-dashboard-page .competitions-section .competitions-row .competitions-column .card .card-body .btn-info{ padding: 10px 70px; }
	
	/* Manage - Judges */
		.spl-admin-dashboard-page .competitions-manage-judges-section{ padding: 45px 30px 125px; } 
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row{
			padding-right: 0px;
    	max-width: max-content;
		}
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row .manage-section{  }
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row .title-section{ padding-left: 5px; }
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row .manage-section .dropdown{ margin-top: 5px; }
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row .manage-section .dropdown .dropdown-toggle{
			padding: 1px 8px;
    	font-size: 20px;
		}
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row .manage-section .dropdown .dropdown-toggle i{  }
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row .manage-section .dropdown .dropdown-toggle::after{ display: none; }
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row .manage-section .dropdown .dropdown-menu{
			color: #fff;
	    background-color: #117a8b;
	    border-color: #10707f;
	    margin-top: -1px;
	    border-radius: 0;
	    box-shadow: 0px 3px 5px 1px #117a8b75;
	    padding: 0;
		}
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-header{
			font-size: 12px;
	    border-bottom: 1px solid #ffffff30;
	    background-color: #0d6b7a;
		}
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item{
			font-size: 13px;
	    padding: 5px 10px;
	    color: #fff;
	    text-decoration: none;
		}
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item:hover{ background-color: #0d6472; }
		.spl-admin-dashboard-page .competitions-manage-judges-section .greetings-row h2{
			font-weight: 700;
	    font-size: 32px;
	    margin-bottom: 25px;
		}
		.spl-admin-dashboard-page .competitions-manage-judges-section .btn-group{
			width: 100%;
	    background-color: #f0f1f2;
	    border: 1px solid #e1e1e1;
	    border-bottom: 0;
	    display: inline-table;
		}
		.spl-admin-dashboard-page .competitions-manage-judges-section .btn-group .btn-link{
			margin: 0 !important;
	    width: auto;
	    flex: none;
	    border-radius: 0;
	    background: #0000001f;
	    text-transform: uppercase;
	    font-size: 13px;
	    font-weight: 700;
	    padding: 11px 10px !important;
	    color: #000;
	    border: 1px solid transparent;
	    border-right: 1px solid #e1e1e1;
	    text-decoration: none;
		}
		.spl-admin-dashboard-page .competitions-manage-judges-section .btn-group .btn-link:hover{
			background: #6866667a;
			border: 1px solid #6866667a;
		}
		.spl-admin-dashboard-page .competitions-manage-judges-section .btn-group .btn-refresh{ padding: 11px 20px !important; }
		.spl-admin-dashboard-page .competitions-manage-judges-section .btn-group .btn-refresh i{ color: #000; }
		.spl-admin-dashboard-page .competitions-manage-judges-section .btn-group .btn-refresh:hover{ color: #000; }
		.spl-admin-dashboard-page .competitions-manage-judges-section .table-loader{
			width: 200px;
	    display: none;
	    margin: 200px auto 0;
		}
		.spl-admin-dashboard-page .competitions-manage-judges-section .btn-proceed{
			padding: 10px 35px;
	    text-decoration: none;
	    text-transform: uppercase;
	    font-size: 12px;
	    letter-spacing: 0.5px;
	    margin: 35px 0px;
	    float: right;
		}

	/* Manage - Competitors */
		.spl-admin-dashboard-page .competitions-manage-skaters-section{ padding: 45px 30px; } 
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row{
			padding-right: 0px;
    	max-width: max-content;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row .manage-section{  }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row .title-section{ padding-left: 5px; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row .manage-section .dropdown{ margin-top: 5px; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row .manage-section .dropdown .dropdown-toggle{
			padding: 1px 8px;
    	font-size: 20px;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row .manage-section .dropdown .dropdown-toggle i{  }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row .manage-section .dropdown .dropdown-toggle::after{ display: none; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row .manage-section .dropdown .dropdown-menu{
			color: #fff;
	    background-color: #117a8b;
	    border-color: #10707f;
	    margin-top: -1px;
	    border-radius: 0;
	    box-shadow: 0px 3px 5px 1px #117a8b75;
	    padding: 0;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-header{
			font-size: 12px;
	    border-bottom: 1px solid #ffffff30;
	    background-color: #0d6b7a;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item{
			font-size: 13px;
	    padding: 5px 10px;
	    color: #fff;
	    text-decoration: none;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item:hover{ background-color: #0d6472; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .greetings-row h2{
			font-weight: 700;
	    font-size: 32px;
	    margin-bottom: 25px;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .btn-group{
			width: 100%;
	    background-color: #f0f1f2;
	    border: 1px solid #e1e1e1;
	    border-bottom: 0;
	    display: inline-table;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .btn-group .btn-link{
			margin: 0 !important;
	    width: auto;
	    flex: none;
	    border-radius: 0;
	    background: #0000001f;
	    text-transform: uppercase;
	    font-size: 13px;
	    font-weight: 700;
	    padding: 11px 10px !important;
	    color: #000;
	    border: 1px solid transparent;
	    border-right: 1px solid #e1e1e1;
	    text-decoration: none;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .btn-group .btn-refresh{ padding: 11px 20px !important; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .btn-group .btn-refresh i{ color: #000; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .btn-group .btn-refresh:hover{ color: #000; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .btn-group .btn-link:hover{
			background: #6866667a;
			border: 1px solid #6866667a;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .table-loader{
			width: 200px;
	    display: none;
	    margin: 200px auto 0;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-dialog{
			width: 75%;
    	max-width: 100%;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body .spl-add-skater-form{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body .spl-add-skater-form .form-group{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body .spl-add-skater-form .form-group input{
			display: inline-block;
    	width: 85%;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body .spl-add-skater-form .form-group input:focus{
			color: #495057;
	    background-color: #fff;
	    border-color: #80bdff;
	    outline: 0;
	    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body .spl-add-skater-form .form-group button{
			display: inline-block;
	    width: 15%;
	    border-radius: 0;
	    font-size: 13px;
	    margin-left: -5px;
	    padding: 8.5px 0 8px;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body .spl-add-skater-form .form-group label{
			font-size: 13px;
    	color: #000;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body .form-loader{
			width: 55px;
	    margin: 0 auto;
	    display: none;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table thead{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table thead th{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody tr{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody tr td{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody tr td select{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody tr td .select-gif{
			width: 25px;
    	margin: 0 auto;
    	display: none;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody tr td { }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody .col-name{ font-weight: 700; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody .col-name img{
			width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    border: 2px solid #009688;
	    margin-right: 10px;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table .col-age{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table .col-gender{ text-align: center }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody .col-discipline{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody .col-division{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody .col-actions{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody .col-action .loader-gif{
			width: 25px;
    	margin: 0 auto;
    	display: none;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody .col-actions .btn-info{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section .add-skater-modal .modal-body #spl-skater-search-table tbody tr td select:focus{
			color: #495057;
	    background-color: #fff;
	    border-color: #80bdff;
	    outline: 0;
	    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
		}

		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table thead{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table thead tr{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table thead tr th{  }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table thead tr .col-name{ font-weight: 700; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table thead tr .col-discipline{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table thead tr .col-division{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table thead tr .col-actions{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table tbody{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table tbody tr{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table tbody tr td{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table tbody tr td .loader-gif{
			width: 25px;
	    margin: 0 auto;
	    display: none;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table tbody tr td select{ margin: 0; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table tbody tr td select:focus{
			color: #495057;
	    background-color: #fff;
	    border-color: #80bdff;
	    outline: 0;
	    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table .col-name{ font-weight: 700;	}
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table .col-name img{
			width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    border: 2px solid #009688;
	    margin-right: 10px;
		}
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table .col-age{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table .col-discipline{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table .col-division{ }
		.spl-admin-dashboard-page .competitions-manage-skaters-section #spl-skater-table .col-actions{ }

	/* Manage - Lineups */
		.spl-admin-dashboard-page .competitions-manage-lineups-section{ padding: 45px 30px 125px; } 
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row{
			padding-right: 0px;
    	max-width: max-content;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row .manage-section{  }
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row .title-section{ padding-left: 5px; }
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row .manage-section .dropdown{ margin-top: 5px; }
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row .manage-section .dropdown .dropdown-toggle{
			padding: 1px 8px;
    	font-size: 20px;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row .manage-section .dropdown .dropdown-toggle i{  }
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row .manage-section .dropdown .dropdown-toggle::after{ display: none; }
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row .manage-section .dropdown .dropdown-menu{
			color: #fff;
	    background-color: #117a8b;
	    border-color: #10707f;
	    margin-top: -1px;
	    border-radius: 0;
	    box-shadow: 0px 3px 5px 1px #117a8b75;
	    padding: 0;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-header{
			font-size: 12px;
	    border-bottom: 1px solid #ffffff30;
	    background-color: #0d6b7a;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item{
			font-size: 13px;
	    padding: 5px 10px;
	    color: #fff;
	    text-decoration: none;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item:hover{ background-color: #0d6472; }
		.spl-admin-dashboard-page .competitions-manage-lineups-section .greetings-row h2{
			font-weight: 700;
	    font-size: 32px;
	    margin-bottom: 25px;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section{  }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTab{
			margin: 45px 0 0 0;
    	border-bottom: 0;
    	list-style: none;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTab .nav-item{  }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTab .nav-item .nav-link{
			background: #444;
	    color: #fff;
	    text-decoration: none;
	    border: 1px solid #3f3f3f;
	    padding: 10px 35px;
	    text-transform: uppercase;
	    font-size: 14px;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTab .nav-item .nav-link.active{
			background: #17a2b8;
    	border: 1px solid #17a2b8;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTab .nav-item .nav-link:hover{
			background: #17a2b8;
    	border: 1px solid #17a2b8;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent{
			border: 1px solid #e1e1e1;
    	padding: 0;
    	margin-bottom: 40px;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane{  }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion{  }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card{
			border: 0;
	    border-radius: 0;
	    margin: 0;
	    padding: 0;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-header{
			background: #4b4b4b;
	    color: #fff;
	    text-decoration: none;
	    border-radius: 0;
	    padding: 10px 15px;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-header h5{  }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-header h5 .btn-link{
			text-decoration: none;
	    font-size: 14px;
	    font-weight: 700;
	    width: 100%;
	    text-align: left;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-header h5 .btn-link i{
			float: right;
    	margin: 5px 0px 0;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .collapse{  }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .collapse .card-body{ padding: 0; }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-body{  }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-body .spl-skater-division-table-scroll{  }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-body .spl-skater-division-table{ margin: 0; }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-body .spl-skater-division-table thead{  }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-body .spl-skater-division-table thead th{
			background-color: #5a5a5a;
	    text-align: center;
	    border: 0;
	    color: #fff;
	    font-weight: 700;
	    line-height: 1.3;
	    text-transform: capitalize;
	    font-size: 15px;
	    padding: 15px 20px;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-body .spl-skater-division-table td{
			color: #000;
    	font-size: 14px;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-body .spl-skater-division-table .col-lineup{ width: 15%; }
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-body .spl-skater-division-table .col-lineup input{
			border: 0;
	    text-align: center;
	    font-weight: 700;
	    font-size: 16px;
	    width: 100%;
	    color: #000;
	    margin: 0;
	    background: #0000;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-body .spl-skater-division-table .col-lineup .loader-gif{
			width: 25px;
    	margin: 0 auto;
    	display: none;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-body .spl-skater-division-table .col-name{ 
			width: 85%;
	    font-weight: 700;
	    text-align: left;
	    padding: 10px 35px;
		}
		.spl-admin-dashboard-page .competitions-manage-lineups-section #disciplineTabContent .tab-pane .lineup-division-accordion .card .card-body .spl-skater-division-table .col-name img{
			width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    border: 2px solid #009688;
	    margin-right: 10px;
		}
	
	/* Manage - Pre Safety Audit */
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section{ padding: 45px 30px 125px; } 
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row{
			padding-right: 0px;
    	max-width: max-content;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row .manage-section{  }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row .title-section{ padding-left: 5px; }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row .manage-section .dropdown{ margin-top: 5px; }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row .manage-section .dropdown .dropdown-toggle{
			padding: 1px 8px;
    	font-size: 20px;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row .manage-section .dropdown .dropdown-toggle i{  }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row .manage-section .dropdown .dropdown-toggle::after{ display: none; }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row .manage-section .dropdown .dropdown-menu{
			color: #fff;
	    background-color: #117a8b;
	    border-color: #10707f;
	    margin-top: -1px;
	    border-radius: 0;
	    box-shadow: 0px 3px 5px 1px #117a8b75;
	    padding: 0;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-header{
			font-size: 12px;
	    border-bottom: 1px solid #ffffff30;
	    background-color: #0d6b7a;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item{
			font-size: 13px;
	    padding: 5px 10px;
	    color: #fff;
	    text-decoration: none;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item:hover{ background-color: #0d6472; }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .greetings-row h2{
			font-weight: 700;
	    font-size: 32px;
	    margin-bottom: 25px;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .form-info{
			background: #efefef;
	    padding: 15px 15px;
	    margin: 50px 0 30px;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .form-info p{
			margin: 0;
	    font-size: 14px;
	    color: #222;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section .form-info p strong{ }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form{
			border-top: 1px solid #efefef;
	    padding-top: 35px;
	    margin-top: 45px;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form h3{
			font-size: 14px;
	    text-transform: uppercase;
	    font-weight: 500;
	    margin-bottom: 3px;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form select{
			font-size: 14px;
	    margin-bottom: 30px;
	    margin-top: -5px;
	    background: #f8f9fa;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form .custom-radio{
			padding: 10px;
	    background: rgb(239, 239, 239);
	    margin-bottom: 10px;
	    font-size: 13px;
	    color: #222;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form .custom-radio label{
			width: 100%;
	    border-bottom: 1px solid #fafafa;
	    padding-bottom: 7px;
	    font-size: 12px;
	    font-weight: 700;
	    text-transform: uppercase;
	    color: #333;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form .custom-radio input{ margin-left: 15%; }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form .form-group{ }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form .form-group label{
			color: rgb(34, 34, 34);
	    font-size: 14px;
	    text-transform: uppercase;
	    font-weight: 700;
	    margin-bottom: 3px;
	    margin-top: 30px;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form .form-group label .required{ }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form .form-group textarea{
			border: 1px dashed #999;
	    margin-top: 10px;
	    height: 120px;
		}
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form .form-footer{ }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form .form-footer .submit-audit{ }
		.spl-admin-dashboard-page .competitions-manage-presafetyaudit-section #spl-audit-form .form-footer .form-loader{ }
	
	/* Manage - Scoresheet */
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section{ padding: 45px 30px 125px; } 
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row{
			padding-right: 0px;
    	max-width: max-content;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row .manage-section{  }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row .title-section{ padding-left: 5px; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row .manage-section .dropdown{ margin-top: 5px; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row .manage-section .dropdown .dropdown-toggle{
			padding: 1px 8px;
    	font-size: 20px;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row .manage-section .dropdown .dropdown-toggle i{  }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row .manage-section .dropdown .dropdown-toggle::after{ display: none; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row .manage-section .dropdown .dropdown-menu{
			color: #fff;
	    background-color: #117a8b;
	    border-color: #10707f;
	    margin-top: -1px;
	    border-radius: 0;
	    box-shadow: 0px 3px 5px 1px #117a8b75;
	    padding: 0;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-header{
			font-size: 12px;
	    border-bottom: 1px solid #ffffff30;
	    background-color: #0d6b7a;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item{
			font-size: 13px;
	    padding: 5px 10px;
	    color: #fff;
	    text-decoration: none;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item:hover{ background-color: #0d6472; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section .greetings-row h2{
			font-weight: 700;
	    font-size: 32px;
	    margin-bottom: 25px;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section{  }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTab{
			margin: 45px 0 0 0;
    	border-bottom: 0;
    	list-style: none;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTab .nav-item{  }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTab .nav-item .nav-link{
			background: #444;
	    color: #fff;
	    text-decoration: none;
	    border: 1px solid #3f3f3f;
	    padding: 10px 35px;
	    text-transform: uppercase;
	    font-size: 14px;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTab .nav-item .nav-link.active{
			background: #17a2b8;
    	border: 1px solid #17a2b8;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTab .nav-item .nav-link:hover{
			background: #17a2b8;
    	border: 1px solid #17a2b8;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent{
			border: 1px solid #e1e1e1;
    	padding: 0;
    	margin-bottom: 40px;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane{  }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion{  }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card{
			border: 0;
	    border-radius: 0;
	    margin: 0;
	    padding: 0;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-header{
			background: #4b4b4b;
	    color: #fff;
	    text-decoration: none;
	    border-radius: 0;
	    padding: 10px 15px;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-header h5{
			display: inline-block;
	    color: #fff;
	    font-size: 15px;
	    font-weight: 600;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-header .btn-collapse{
			display: inline-block;
	    color: #fff;
	    font-size: 22px;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-header .btn-tally{
	    float: right;
	    font-size: 14px;
	    margin-top: 5px;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-header h5 .btn-link{
			text-decoration: none;
	    font-size: 14px;
	    font-weight: 700;
	    width: 100%;
	    text-align: left;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-header h5 .btn-link i{
			float: right;
    	margin: 5px 0px 0;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .collapse{  }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .collapse .card-body{ padding: 0; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body{  }		
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table-scroll{ }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table{ margin: 0; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table thead{ }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table thead tr{ }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table thead tr th{
			background-color: #5a5a5a;
	    text-align: center;
	    border: 0;
	    color: #fff;
	    font-weight: 400;
	    line-height: 1.3;
	    text-transform: capitalize;
	    font-size: 13px;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table thead .col-run{
			background-color: #555;
	    text-align: center;
	    border: 0;
	    color: #fff;
	    font-weight: 700;
	    font-size: 15px;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table thead .col-name{ text-align: left; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table thead .col-judge{ text-align: left; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table thead .col-time{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table thead .col-easy{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table thead .col-medium{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table thead .col-hard{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table thead .col-final-score{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody{ border-width: 0 0 0 0; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody tr{ }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody tr td{
			font-size: 12px;
    	padding: 3px 3px 3px 10px;
    	text-align: center;
    	border-color: #6c757d;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody tr:hover{ background-color: #f2f2f2; }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody .col-run{ }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody .col-name{
			text-align: left;
	    background-color: #aaa;
	    border-color: #6c757d;
	    font-weight: 700;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody .col-judge{
			text-align: left;
	    background-color: #aaa;
	    border-color: #6c757d;
		}
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody .col-time{ }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody .col-easy{ }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody .col-medium{ }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody .col-hard{ }
		.spl-admin-dashboard-page .competitions-manage-scoresheet-section #disciplineTabContent .tab-pane .scoresheet-division-accordion .card .card-body .spl-scoresheet-table tbody .col-final-score{ }
	
	/* Manage - Results */
		.spl-admin-dashboard-page .competitions-manage-result-section{ padding: 45px 30px 125px; } 
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row{
			padding-right: 0px;
    	max-width: max-content;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row .manage-section{  }
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row .title-section{ padding-left: 5px; }
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row .manage-section .dropdown{ margin-top: 5px; }
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row .manage-section .dropdown .dropdown-toggle{
			padding: 1px 8px;
    	font-size: 20px;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row .manage-section .dropdown .dropdown-toggle i{  }
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row .manage-section .dropdown .dropdown-toggle::after{ display: none; }
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row .manage-section .dropdown .dropdown-menu{
			color: #fff;
	    background-color: #117a8b;
	    border-color: #10707f;
	    margin-top: -1px;
	    border-radius: 0;
	    box-shadow: 0px 3px 5px 1px #117a8b75;
	    padding: 0;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-header{
			font-size: 12px;
	    border-bottom: 1px solid #ffffff30;
	    background-color: #0d6b7a;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item{
			font-size: 13px;
	    padding: 5px 10px;
	    color: #fff;
	    text-decoration: none;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row .manage-section .dropdown .dropdown-menu .dropdown-item:hover{ background-color: #0d6472; }
		.spl-admin-dashboard-page .competitions-manage-result-section .greetings-row h2{
			font-weight: 700;
	    font-size: 32px;
	    margin-bottom: 25px;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section{  }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTab{
			margin: 45px 0 0 0;
    	border-bottom: 0;
    	list-style: none;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTab .nav-item{  }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTab .nav-item .nav-link{
			background: #444;
	    color: #fff;
	    text-decoration: none;
	    border: 1px solid #3f3f3f;
	    padding: 10px 35px;
	    text-transform: uppercase;
	    font-size: 14px;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTab .nav-item .nav-link.active{
			background: #17a2b8;
    	border: 1px solid #17a2b8;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTab .nav-item .nav-link:hover{
			background: #17a2b8;
    	border: 1px solid #17a2b8;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent{
			border: 1px solid #e1e1e1;
    	padding: 0;
    	margin-bottom: 40px;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane{  }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table{ margin: 15px 0 40px; }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead{ }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead tr{ }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead tr th{
			background: #444;
	    color: #fff;
	    border: 1px solid #3f3f3f;
	    font-weight: 500;
	    font-size: 14px;
	    text-transform: uppercase;
	    padding: 5px 10px;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead tr .col-title{
			text-align: center;
	    font-weight: 600;
	    padding: 15px 0;
	    font-size: 15px;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead tr .col-rank{ }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead tr .col-name{ }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table tbody .bg-warning{
			text-align: center;
	    font-weight: 100;
	    font-size: 13px;
	    font-style: italic;
	    color: #ffff;
	    opacity: 0.8;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table tbody{ border: 1px solid #ccc; }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table tbody tr{ }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table tbody td{ }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead .col-rank{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead .col-name{ }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead .col-score{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead .col-ladderpoints{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table .rank{ }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table .name{ }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table .score{ }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table .ladderpoints{ }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table tbody .col-rank{ 
			text-align: center;
	    font-weight: 700;
	    font-size: 15px;
	    background-color: #dadada;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table tbody .col-name{ font-weight: 700; }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table tbody .col-score{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table tbody .col-ladderpoints{ text-align: center; }
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead .col-ladderpoints .refresh-ladder-ranking{
			font-size: 10px;
	    padding: 0 5px;
	    margin-top: -15px;
		}
		.spl-admin-dashboard-page .competitions-manage-result-section #disciplineTabContent .tab-pane .spl-results-table thead .col-ladderpoints .ladder-point-prompt .modal-body p{
			color: #000000;
    	text-transform: initial;
		}
	
	/* Single Page */
		.spl-admin-dashboard-page .competition-single-section{  }
		.spl-admin-dashboard-page .competition-single-section .title-row{  }
		.spl-admin-dashboard-page .competition-single-section .title-row h2{
			margin: 40px 0 55px;
    	font-size: 38px;
    	font-weight: 700;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .navigation-column{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .navigation-column .nav{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .navigation-column .nav .nav-link{
			border-bottom: 1px solid #e1e1e1;
   		color: #444;
   		text-decoration: none;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .navigation-column .nav .nav-link.active{
			font-weight: 600;
    	color: #1a6eac;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content{
			border: 1px solid #e1e1e1;
	    padding: 30px 30px 100px;
	    margin-bottom: 40px
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content .tab-pane{  }

	/* General Info Tab */
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-generalinfo-tab{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content h3{
			font-weight: 600;
	    font-size: 24px;
	    text-transform: uppercase;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-generalinfo-tab ul{
			padding: 0;
    	list-style: none;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-generalinfo-tab ul li{
			border-bottom: 1px dashed #e1e1e1;
	    margin-top: 15px;
	    padding-bottom: 5px;
	    font-size: 13px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-generalinfo-tab ul li strong{ 
			display: inline-block;
	    width: 30%;
	    text-transform: uppercase;
	    padding-right: 20px;
	    font-size: 14px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content .btn-bottom{
			float: right;
    	padding: 10px 30px;
    	margin-top: 20px;
		}

	/* Judge Tab */
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-judges-tab{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-judges-tab .judges-table{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-judges-tab .judges-table{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-judges-tab{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-judges-tab .judgeinfo-remove{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-judges-tab .judgeinfo-remove .modal-body{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-judges-tab .judgeinfo-remove .modal-body p{
			font-size: 16px;
    	line-height: 1.5;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-judges-tab .judgeinfo-remove .modal-body h4{ font-size: 28px; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-judges-tab .judgeinfo-remove .modal-footer{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-judges-tab .judgeinfo-remove .modal-footer .spinner-grow{ display: none; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-judges-tab .judgeinfo-remove .modal-footer .btn{  }
		
	/* Skaters Tab */
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-dialog{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .spl-add-skater-form{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .spl-add-skater-form .form-group{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .spl-add-skater-form .form-group label{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .spl-add-skater-form .form-group input{ border: 1px solid #ddd; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .spl-add-skater-form .form-loader{
			margin: 0 auto;
	    width: 25px;
	    display: none;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row{
			padding-bottom: 25px;
	    border-bottom: 1px dashed #ddd;
	    margin-bottom: 40px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .profile-img{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .profile-img img{
			border-radius: 50%;
	    width: 120px;
	    height: 120px;
	    margin: 0 auto;
	    display: block;
	    margin-top: 25px;
	    border: 2px solid #D1ECF1;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info{
			text-align: center;
	    font-size: 12px;
	    margin-top: 10px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info i{ color: #eb7404; }

		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info-msg{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info-msg .card-body{
		
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info-msg .card-body .card-skatername{
			font-weight: 700;
	    font-size: 22px;
	    margin: 0 0 5px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info-msg .card-body .form-group{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info-msg .card-body .form-group label{
			font-size: 12px;
    	color: #888;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info-msg .card-body .form-group select{
			border: 0;
	    border-bottom: 1px dashed #aeaeae;
	    padding: 0 0 5px 0;
	    font-size: 14px;
	    height: auto;
	    border-radius: 0;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info-msg .card-body .form-group select:disabled{
			color: #c5c0c0;
    	background: #fff;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info-msg .card-body .form-group .select-gif{
			width: 25px;
			display: none;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info-msg .card-body .btn{
			margin-top: 25px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info-msg .card-body .loader-gif{
			width: 25px;
			display: none;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .skater-card .info-msg .card-body .alert{
			font-size: 13px;
	    padding: 5px 10px;
	    margin: 0;
	    font-weight: 700;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .profile-image{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .profile-image .img-thumbnail{
			max-width: none;
	    height: 100px;
	    width: 100px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .profile-image .fa-user{
			font-size: 65px;
	    background-color: #fff;
	    padding: 10px 20px 15px;
	    border-radius: 50%;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .profile-info{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .profile-info h3{ margin-bottom: 0px; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .profile-info .social-info{
			padding: 0;
    	margin-bottom: 0px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .profile-info .social-info li{
			display: inline-block;
    	font-size: 11px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .profile-info .social-info li i{ margin-right: 5px; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .profile-info .social-info li span{ margin-right: 10px; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .personal-info{
			padding: 0;
    	list-style: none;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .personal-info li{
			font-size: 13px;
	    display: inline-block;
	    margin-right: 15px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .personal-info li label{
			font-weight: 600;
    	margin: 0;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .btn{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .skater-row .loader-gif{
			width: 30px;
			display: none;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .alert{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .add-skater-modal .modal-body .alert a{ cursor: pointer; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .skateinfo-remove .modal-footer .spinner-grow{ display: none; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll{
			position: relative;
	    min-width: 100%;
	    z-index: 1;
	    margin: 0;
	    overflow: auto;
	    height: 380px;
	    margin-bottom: 35px;
	    border-bottom: 3px solid #efefef;
	    border-left: 3px solid #efefef;
	    border-radius: 3px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table{
			width: max-content;
	    min-width: 500px;
	    margin: auto;
	    border-collapse: separate;
	    border-spacing: 0;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table thead{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table thead{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table thead tr{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table thead tr th{
			background: #333;
		  color: #fff;
		  position: -webkit-sticky;
		  position: sticky;
		  top: 0;
		  z-index: 1;
		  border: 1px solid #444;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tr .col-name{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tr th.col-name{
			font-weight: 700;
	    width: fit-content;
	    position: -webkit-sticky;
	    position: sticky;
	    left: 0;
	    z-index: 3;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tr td.col-name{
			font-weight: 700;
	    width: fit-content;
	    position: -webkit-sticky;
	    position: sticky;
	    left: 0;
	    z-index: 2;
	    background: #fafafa;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tr .col-name img{
			width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    border: 2px solid #009688;
	    margin-right: 10px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tr .col-discipline{
			width: max-content;
    	text-align: center;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tr .col-division{
			width: max-content;
    	text-align: center;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tr .col-lineup{ text-align: center; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tr .col-action{
			width: max-content;
    	text-align: center;
    	color: #fff;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tbody{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tbody tr{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tbody tr td{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tbody tr td .loader-gif{
			width: 20px;
			display: none;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tbody tr td input{
			border: 0;
	    width: 100px;
	    text-align: center;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-skaters-tab .spl-skater-table-scroll #spl-skater-table tbody tr td select{
			width: 100%;
	    font-size: 14px;
	    border: 0;
	    padding: 0 50px 0 10px;
		}

	/* Lineup Tab */
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card{
			margin-bottom: 25px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-header{
			background: #444;
    	padding: 5px 10px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-header h5{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-header h5 button{
			color: #fff;
    	font-weight: 700;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-collapse{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead tr{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead tr th{
			background-color: #555;
	    color: #fff;
	    padding: 5px 10px;
	    border: 1px solid #666;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead tr th.col-title{ 
			text-align: center;
    	background-color: #444;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead tr th.col-lineup{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead tr th.col-name{  }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr td{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr td input{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table tr .col-lineup{
			width: 100px;
    	text-align: center;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr .col-lineup input{ 
			border: 0; 
			text-align: center;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr .col-lineup .loader-gif{ 
			width: 20px; 
			display: none;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr .col-name{ font-weight: 700; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-lineup-tab #disciplinesAccordion .card .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr .col-name img{
			width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    border: 2px solid #009688;
	    margin-right: 10px;
		}
	
	/* Audit Form */
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab h3{
			font-size: 22px;
    	text-transform: capitalize;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab .form-info{
			background: #efefef;
	    padding: 15px 15px;
	    margin: 50px 0 30px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab .form-info p{
			margin: 0;
	    font-size: 14px;
	    color: #222;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab .form-info p strong{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form{
			border-top: 1px solid #efefef;
	    padding-top: 35px;
	    margin-top: 45px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form h3{
			font-size: 14px;
	    text-transform: uppercase;
	    font-weight: 500;
	    margin-bottom: 3px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form select{
			font-size: 14px;
	    margin-bottom: 30px;
	    margin-top: -5px;
	    background: #f8f9fa;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form .custom-radio{
			padding: 10px;
	    background: rgb(239, 239, 239);
	    margin-bottom: 10px;
	    font-size: 13px;
	    color: #222;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form .custom-radio label{
			width: 100%;
	    border-bottom: 1px solid #fafafa;
	    padding-bottom: 7px;
	    font-size: 12px;
	    font-weight: 700;
	    text-transform: uppercase;
	    color: #333;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form .custom-radio input{ margin-left: 15%; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form .form-group{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form .form-group label{
			color: rgb(34, 34, 34);
	    font-size: 14px;
	    text-transform: uppercase;
	    font-weight: 700;
	    margin-bottom: 3px;
	    margin-top: 30px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form .form-group textarea{
			border: 1px dashed #999;
    	margin-top: 10px;
    	height: 120px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form .form-footer{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form .form-footer .btn{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-presafetyaudit-tab #spl-audit-form .form-footer .form-loader{ }
	
	/* Scoresheet Table */
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTab{
			margin: 45px 0 0 0;
    	border-bottom: 0;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTab .nav-item{ list-style: none; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTab .nav-item .nav-link{
			background: #444;
	    color: #fff;
	    text-decoration: none;
	    border: 1px solid #3f3f3f;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTab .nav-item .nav-link.active{
			background: #17a2b8;
    	border: 1px solid #17a2b8;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent{ padding: 0; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .tab-pane{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .tab-pane.active{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card{
			border: 0;
	    border-radius: 0;
	    margin: 0;
	    padding: 0;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .card-header{
			background: #4b4b4b;
	    color: #fff;
	    text-decoration: none;
	    border-radius: 0;
	    padding: 10px 15px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .card-header h5{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .card-header h5 .btn-link{
			text-decoration: none;
	    font-size: 14px;
	    font-weight: 700;
	    width: 100%;
	    text-align: left;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .card-header h5 .btn-link i{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .card-header h5 .btn-link .fa-ellipsis-v{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .card-header h5 .btn-link .fa-chevron-circle-down{
			float: right;
    	margin: 5px 0px 0;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body{ padding: 0; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table-scroll{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table thead{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table thead tr{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table thead tr th{
			background-color: #5a5a5a;
	    text-align: center;
	    border: 0;
	    color: #fff;
	    font-weight: 400;
	    line-height: 1.3;
	    text-transform: capitalize;
	    font-size: 13px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table thead .col-run{
			background-color: #555;
	    text-align: center;
	    border: 0;
	    color: #fff;
	    font-weight: 700;
	    font-size: 15px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table thead .col-name{ text-align: left; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table thead .col-judge{ text-align: left; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table thead .col-time{ text-align: center; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table thead .col-easy{ text-align: center; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table thead .col-medium{ text-align: center; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table thead .col-hard{ text-align: center; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table thead .col-final-score{ text-align: center; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody{ border-width: 0 0 0 0; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody tr{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody tr td{
			font-size: 12px;
    	padding: 3px 3px 3px 10px;
    	text-align: center;
    	border-color: #6c757d;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody tr:hover{ background-color: #f2f2f2; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody .col-run{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody .col-name{
			text-align: left;
	    background-color: #aaa;
	    border-color: #6c757d;
	    font-weight: 700;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody .col-judge{
			text-align: left;
	    background-color: #aaa;
	    border-color: #6c757d;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody .col-time{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody .col-easy{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody .col-medium{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody .col-hard{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-scoresheet-tab #scoresheetTabContent .scorsheet-division-accordion .card .collapse .card-body .spl-scoresheet-table tbody .col-final-score{ }

	/* Results Tab */
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTab{
			margin: 45px 0 0 0;
    	border-bottom: 0;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTab .nav-item{ list-style: none; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTab .nav-item .nav-link{
			background: #444;
	    color: #fff;
	    text-decoration: none;
	    border: 1px solid #3f3f3f;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTab .nav-item .nav-link.active{
			background: #17a2b8;
    	border: 1px solid #17a2b8;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .tab-pane{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .tab-pane.active{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table-scroll{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table{ margin: 15px 0 40px; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table thead{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table thead tr{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table thead tr th{
			background: #444;
	    color: #fff;
	    border: 1px solid #3f3f3f;
	    font-weight: 500;
	    font-size: 14px;
	    text-transform: uppercase;
	    padding: 5px 10px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table thead tr .col-title{
			text-align: center;
	    font-weight: 600;
	    padding: 15px 0;
	    font-size: 15px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table thead tr .col-rank{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table thead tr .col-name{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table tbody .bg-warning{
			text-align: center;
	    font-weight: 100;
	    font-size: 13px;
	    font-style: italic;
	    color: #ffff;
	    opacity: 0.8;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table tbody{ border: 1px solid #ccc; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table tbody tr{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table tbody td{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table thead .col-rank{ text-align: center; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table thead .col-name{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table thead .col-score{ text-align: center; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table thead .col-ladderpoints{ text-align: center; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table .rank{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table .name{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table .score{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table .ladderpoints{ }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table tbody .col-rank{ 
			text-align: center;
	    font-weight: 700;
	    font-size: 15px;
	    background-color: #dadada;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table tbody .col-name{ font-weight: 700; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table tbody .col-score{ text-align: center; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column #competition-results-tab #resultsTabContent .spl-results-table tbody .col-ladderpoints{ text-align: center; }
	
/* ===== ADMIN JUDGE PAGE ==== */
	.spl-admin-dashboard-page .judges-section{ padding: 45px 30px; }
	.spl-admin-dashboard-page .judges-section .table-responsive-judge{
		width: 95%;
    margin: 0 auto;
  }
	.spl-admin-dashboard-page .judges-section .table-responsive-judge .judge-row{ }
	.spl-admin-dashboard-page .judges-section .table-responsive-judge .judge-row th{ }
	.spl-admin-dashboard-page .judges-section .table-responsive-judge .judge-row th .name{ margin: 5px 0 0; }
	.spl-admin-dashboard-page .judges-section .table-responsive-judge .judge-row th .email{
		font-weight: 100;
    font-style: italic;
    font-size: 12px;
    margin: 0 0 5px;
	}

/* ==== ADMIN SKATERS PAGE ==== */
	.spl-admin-dashboard-page .skaters-section{ padding: 45px 30px; }
	.spl-admin-dashboard-page .skaters-section .skaters-row{ }
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column{ margin-bottom: 30px; }
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .wrapper{
		background: #fcfcfc;
		border: 1px solid #efefef;
    border-radius: 5px;
    padding: 25px;
    height: 100%;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .img-thumbnail {
		width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    display: block;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column i.fa-user{
		font-size: 50px;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 25px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 20px;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column h3{
		text-align: center;
    margin-bottom: 0;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .social-info{
		padding: 0 15px;
    list-style: none;
    text-align: center;
    line-height: 1.2;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .social-info li{
		display: inline-block;
    font-size: 12px;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .social-info li i{ margin-right: 10px; }
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .social-info li span{ }
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion{ background: #fcfcfc; }
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card{
		border: 0;
    border-bottom: 1px dashed #efefef;
    background-color: #fcfcfc;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .card-header{
		padding: 0;
    border-radius: 0;
    background-color: #f7f7f7;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .card-header h2{ }
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .card-header button{
		font-size: 13px;
    color: #777;
    font-weight: 600;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .card-header button i{
		font-size: 5px;
    vertical-align: middle;
    margin-right: 5px;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .collapse{ }
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .collapse .card-body{ background-color: #fafafa; }
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .collapse .card-body p{
		font-size: 12px;
    margin: 0 0px 5px;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .collapse .card-body p.guardian{
		font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .collapse .card-body p.g-mobile{ margin-bottom: 0; }
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .collapse .card-body p.g-mobile i{ }
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .collapse .card-body p.relation{ }
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .collapse .card-body h3{
		margin: 0;
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .collapse .card-body p strong{
		display: inline-block;
    margin-right: 10px;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .skater-accordion .card .collapse .card-body div{
		font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .action-buttons{
		text-align: center;
    margin: 25px 0;
	}
	.spl-admin-dashboard-page .skaters-section .skaters-row .skaters-column .action-buttons .btn{ }

/* ==== ADMIN PROFILE PAGE ==== */
	.spl-admin-dashboard-page .profile-section{ padding: 45px 30px; }

/* ==== ADMIN JUDGE PAGES ==== */

	/* Discipline */
	.spl-admin-dashboard-page .competition-discipline-section{ padding-bottom: 20px; }
	.spl-admin-dashboard-page .competition-discipline-section .greetings-row{  }
	.spl-admin-dashboard-page .competition-discipline-section .greetings-row .competition-title{
		text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 45px;
    font-size: 38px;
	}
	.spl-admin-dashboard-page .competition-discipline-section .greetings-row .series-title{
		text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 22px;
    color: #7a7a7a;
	}
	.spl-admin-dashboard-page .competition-discipline-section .greetings-row .breadcrumb{
		background: none;
    padding: 0 0 0 10px;
    margin: 0;
	}
	.spl-admin-dashboard-page .competition-discipline-section .greetings-row .breadcrumb .breadcrumb-item{ 
		font-size: 12px; 
		list-style: none;
	}
	.spl-admin-dashboard-page .competition-discipline-section .greetings-row .breadcrumb .breadcrumb-item a{ font-size: 12px; }
	.spl-admin-dashboard-page .competition-discipline-section .greetings-row .breadcrumb .breadcrumb-item a i{  }
	.spl-admin-dashboard-page .competition-discipline-section .greetings-row .breadcrumb .breadcrumb-item a:hover{  }
	.spl-admin-dashboard-page .competition-discipline-section .greetings-row hr{ margin: 5px; }
	.spl-admin-dashboard-page .competition-discipline-section .greetings-row .breadcrumb .breadcrumb-item.active{  }
	.spl-admin-dashboard-page .competitions-discipline-list-section{ padding: 25px; }
	.spl-admin-dashboard-page .competitions-discipline-list-section .competition-notif{
		display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
	}
	.spl-admin-dashboard-page .competitions-discipline-list-section .discipline-col a{  }
	.spl-admin-dashboard-page .competitions-discipline-list-section .discipline-col a:hover{ text-decoration: none; }
	.spl-admin-dashboard-page .competitions-discipline-list-section .discipline-col .card-discipline:hover{
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: 0.3s;
	}
	.spl-admin-dashboard-page .competitions-discipline-list-section .discipline-col .card-discipline .card-body{  }
	.spl-admin-dashboard-page .competitions-discipline-list-section .discipline-col .card-discipline .card-body .card-title{  }

	/* Division */
	.spl-admin-dashboard-page .competition-division-section{ padding-bottom: 20px; }
	.spl-admin-dashboard-page .competition-division-section .greetings-row{  }
	.spl-admin-dashboard-page .competition-division-section .greetings-row .competition-title{
		text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 45px;
    font-size: 38px;
	}
	.spl-admin-dashboard-page .competition-division-section .greetings-row .series-title{
		text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 22px;
    color: #7a7a7a;
	}
	.spl-admin-dashboard-page .competition-division-section .greetings-row .breadcrumb{
		background: none;
    padding: 0 0 0 10px;
    margin: 0;
	}
	.spl-admin-dashboard-page .competition-division-section .greetings-row .breadcrumb .breadcrumb-item{ 
		font-size: 12px; 
		list-style: none;
	}
	.spl-admin-dashboard-page .competition-division-section .greetings-row .breadcrumb .breadcrumb-item a{ font-size: 12px; }
	.spl-admin-dashboard-page .competition-division-section .greetings-row .breadcrumb .breadcrumb-item a i{  }
	.spl-admin-dashboard-page .competition-division-section .greetings-row .breadcrumb .breadcrumb-item a:hover{  }
	.spl-admin-dashboard-page .competition-division-section .greetings-row hr{ margin: 5px; }
	.spl-admin-dashboard-page .competition-division-section .greetings-row .breadcrumb .breadcrumb-item.active{  }
	.spl-admin-dashboard-page .competitions-division-list-section{ padding: 25px; }
	.spl-admin-dashboard-page .competitions-division-list-section .competition-notif{
		display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
	}
	.spl-admin-dashboard-page .competitions-division-list-section .discipline-col a{  }
	.spl-admin-dashboard-page .competitions-division-list-section .discipline-col a:hover{ text-decoration: none; }
	.spl-admin-dashboard-page .competitions-division-list-section .discipline-col .card-discipline:hover{
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: 0.3s;
	}
	.spl-admin-dashboard-page .competitions-division-list-section .discipline-col .card-discipline .card-body{  }
	.spl-admin-dashboard-page .competitions-division-list-section .discipline-col .card-discipline .card-body .card-title{  }

	/* Run */
	.spl-admin-dashboard-page .competition-run-section{ padding-bottom: 20px; }
	.spl-admin-dashboard-page .competition-run-section .greetings-row{  }
	.spl-admin-dashboard-page .competition-run-section .greetings-row .competition-title{
		text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 45px;
    font-size: 38px;
	}
	.spl-admin-dashboard-page .competition-run-section .greetings-row .series-title{
		text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 22px;
    color: #7a7a7a;
	}
	.spl-admin-dashboard-page .competition-run-section .greetings-row .breadcrumb{
		background: none;
    padding: 0 0 0 10px;
    margin: 0;
	}
	.spl-admin-dashboard-page .competition-run-section .greetings-row .breadcrumb .breadcrumb-item{ 
		font-size: 12px; 
		list-style: none;
	}
	.spl-admin-dashboard-page .competition-run-section .greetings-row .breadcrumb .breadcrumb-item a{ font-size: 12px; }
	.spl-admin-dashboard-page .competition-run-section .greetings-row .breadcrumb .breadcrumb-item a i{  }
	.spl-admin-dashboard-page .competition-run-section .greetings-row .breadcrumb .breadcrumb-item a:hover{  }
	.spl-admin-dashboard-page .competition-run-section .greetings-row hr{ margin: 5px; }
	.spl-admin-dashboard-page .competition-run-section .greetings-row .breadcrumb .breadcrumb-item.active{  }
	.spl-admin-dashboard-page .competitions-run-list-section{ padding: 25px; }
	.spl-admin-dashboard-page .competitions-run-list-section .competition-notif{
		display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
	}
	.spl-admin-dashboard-page .competitions-run-list-section .discipline-col a{  }
	.spl-admin-dashboard-page .competitions-run-list-section .discipline-col a:hover{ text-decoration: none; }
	.spl-admin-dashboard-page .competitions-run-list-section .discipline-col .card-discipline:hover{
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: 0.3s;
	}
	.spl-admin-dashboard-page .competitions-run-list-section .discipline-col .card-discipline .card-body{  }
	.spl-admin-dashboard-page .competitions-run-list-section .discipline-col .card-discipline .card-body .card-title{  }

	/* Skaters */
	.spl-admin-dashboard-page .competition-skaters-section{ padding-bottom: 20px; }
	.spl-admin-dashboard-page .competition-skaters-section .greetings-row{  }
	.spl-admin-dashboard-page .competition-skaters-section .greetings-row .competition-title{
		text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 45px;
    font-size: 38px;
	}
	.spl-admin-dashboard-page .competition-skaters-section .greetings-row .series-title{
		text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 22px;
    color: #7a7a7a;
	}
	.spl-admin-dashboard-page .competition-skaters-section .greetings-row .breadcrumb{
		background: none;
    padding: 0 0 0 10px;
    margin: 0;
	}
	.spl-admin-dashboard-page .competition-skaters-section .greetings-row .breadcrumb .breadcrumb-item{ 
		font-size: 12px; 
		list-style: none;
	}
	.spl-admin-dashboard-page .competition-skaters-section .greetings-row .breadcrumb .breadcrumb-item a{ font-size: 12px; }
	.spl-admin-dashboard-page .competition-skaters-section .greetings-row .breadcrumb .breadcrumb-item a i{  }
	.spl-admin-dashboard-page .competition-skaters-section .greetings-row .breadcrumb .breadcrumb-item a:hover{  }
	.spl-admin-dashboard-page .competition-skaters-section .greetings-row hr{ margin: 5px; }
	.spl-admin-dashboard-page .competition-skaters-section .greetings-row .breadcrumb .breadcrumb-item.active{  }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section{  }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table-scroll{ margin: 40px 25px; }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table{  }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead{  }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead tr{  }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead tr th{
		color: #fff;
    padding: 5px 10px;
    border: 1px solid #666;
    text-align: center;
    background-color: #333;
    font-weight: 100;
	}
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-title{
		text-align: center;
    background-color: #222;
    font-weight: 700;
	}
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-lineup{
		text-align: center;
    width: 75px;
	}
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-name{  }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-score{
		width: 160px;
    text-align: center;
	}
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody{  }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody td{ background-color: #fff; }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody td.table-warning{ background-color: #ffeeba; }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-lineup{
		text-align: center;
    width: 75px;
    font-weight: 700;
	}
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-name{  }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-score{
		width: 160px;
    text-align: center;
	}
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-score .text-success{
		margin: 0;
    font-weight: 700;
	}
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-name{  }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-name img{
		width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #009688;
    margin-right: 10px;
	}
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-score a{ font-size: 13px; }
	.spl-admin-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-score p{  }

	/* Scoring */
	.spl-admin-dashboard-page .scoring-section{ padding: 45px 30px; }
	.spl-admin-dashboard-page .scoring-section .greetings-row{
		border-bottom: 3px solid #efefef;
    padding-bottom: 15px;
	}
	.spl-admin-dashboard-page .scoring-section .greetings-row .competition-title{
		font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1;
	}
	.spl-admin-dashboard-page .scoring-section .greetings-row .competition-heat{
		font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
	}
	.spl-admin-dashboard-page .scoring-section .greetings-row .competition-skater{
		font-size: 25px;
    font-weight: 700;
    margin: 0;
	}
	.spl-admin-dashboard-page .scoring-section .greetings-row{  }
	.spl-admin-dashboard-page .scoring-section .greetings-row .col-6{  }
	.spl-admin-dashboard-page .scoring-section .greetings-row .spl-stopwatch{
		float: right;
    text-align: center;
	}
	.spl-admin-dashboard-page .scoring-section .greetings-row .spl-stopwatch button{
		width: 20px;
    margin: 0 2px;
    font-size: 6px;
    border-radius: 50%;
    height: 20px;
    padding: 0 0;
	}
	.spl-admin-dashboard-page .scoring-section .greetings-row .spl-stopwatch #spl_timer_countup{
		font-size: 25px;
    margin-bottom: 0;
    font-weight: 700;
	}
	.spl-admin-dashboard-page .scoring-section .greetings-row .spl-stopwatch #spl_start_count{  }
	.spl-admin-dashboard-page .scoring-section .greetings-row .spl-stopwatch #spl_stop_count{  }
	.spl-admin-dashboard-page .scoring-section .greetings-row .spl-stopwatch #spl_clear_count{  }
	.spl-admin-dashboard-page .scoring-section .scoring-row{
		text-align: center;
    padding: 65px 20px;
	}
	.spl-admin-dashboard-page .scoring-section .scoring-row .counter-col{  }
	.spl-admin-dashboard-page .scoring-section .scoring-row .counter-col .total-score{
		border-radius: 50%;
    margin: 0 auto 30px;
    font-size: 60px;
    background-color: #dfdfdf;
    display: inline-block;
    padding: 25px 30px;
    line-height: 1.2;
    font-family: monospace;
    border: 2px solid #ddd;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	}
	.spl-admin-dashboard-page .scoring-section .scoring-row .scoring-col{ margin-bottom: 55px; }
	.spl-admin-dashboard-page .scoring-section .scoring-row .scoring-col button{
		border-radius: 0;
    padding: 15px 55px;
    margin: 0 10px;
    color: #fff;
	}
	.spl-admin-dashboard-page .scoring-section .scoring-row .submit-col{  }
	.spl-admin-dashboard-page .scoring-section .scoring-row .submit-col button{ width: 50%; }
	.spl-admin-dashboard-page .scoring-section .greetings-row .competition-time{
								text-align: right;
    margin: 0;
    margin-top: 25px;
	}
	.spl-admin-dashboard-page .scoring-section .summary-row{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .table-responsive-competition-summary{
		display: block;
    width: 95%;
    margin: 45px auto;
	}
	.spl-admin-dashboard-page .scoring-section .summary-row .table-responsive-competition-summary .summary-table{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .table-responsive-competition-summary .summary-table .thead-dark{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .table-responsive-competition-summary .summary-table .thead-dark{  }
	.spl-admin-dashboard-page .scoring-section .summary-row #spl_confirm_score{
		margin-left: 3%;
    width: 250px;
	}
	.spl-admin-dashboard-page .scoring-section .summary-row .loader-gif{ 
		width: 100%;
    display: none;
	}
	.spl-admin-dashboard-page .scoring-section .summary-row .loader-gif img{
		margin: 0 0 0 50px;
    width: 25px;
	}
	.spl-admin-dashboard-page .scoring-section .summary-row{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll{ margin: 40px 20px; }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th{
		color: #fff;
    padding: 5px 10px;
    border: 1px solid #666;
    text-align: center;
    background-color: #333;
    font-weight: 100;
	}
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.title{
		text-align: center;
    background-color: #222;
    font-weight: 700;
	}
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.lineup{ text-align: center; }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.name{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.easy{ text-align: center; }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.medium{ text-align: center; }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.hard{ text-align: center; }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.total{ text-align: center; }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody td{  }	
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.lineup{
		text-align: center;
    width: 75px;
    font-weight: 700;
	}
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.name{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.name img{
		width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #009688;
    margin-right: 10px;
	}
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.easy-col{ text-align: center; }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.medium-col{ text-align: center; }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.hard-col{ text-align: center; }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.total{ 
		text-align: center; 
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
	}
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.score-tally{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.score-tally .score-value{
    margin: 12px 0 15px 0;
    font-weight: 700;
    font-size: 16px;
	}
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.score-tally .score-control{  }
	.spl-admin-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.score-tally .score-control button{
		font-size: 10px;
    padding: 8px 11px;
    border-radius: 3px;
    margin: 0 5px 10px 5px;
	}

/* ===== JUDGE DASHBOARD PAGE ===== */
	.spl-judge-dashboard-page{
		padding: 0;
    margin: 0 auto;
    border: 1px solid #999;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    width: 880px;
	}
	.spl-judge-dashboard-page .home-section{
		padding: 45px 30px;
	}
	.spl-judge-dashboard-page .spl-header-navbar{ border-bottom: 1px solid #aaa; }
	.spl-judge-dashboard-page .spl-header-navbar .navbar-brand{  }
	.spl-judge-dashboard-page .spl-header-navbar .navbar-brand i{ 
		border: 2px solid #fff;
    padding: 8px 10px;
    border-radius: 50%;
    margin-left: 10px;
	}
	.spl-judge-dashboard-page #spl-header-dropdownnav{  }
	.spl-judge-dashboard-page #spl-header-dropdownnav h5{ margin-bottom: 25px; }
	.spl-judge-dashboard-page #spl-header-dropdownnav .nav-pills{  }
	.spl-judge-dashboard-page #spl-header-dropdownnav .nav-pills .nav-link{ color: #fff; }
	.spl-judge-dashboard-page #spl-header-dropdownnav .nav-pills .nav-link:hover{
		background-color: #716e7e;
    border-radius: 0;
	}
	.spl-judge-dashboard-page #spl-header-dropdownnav .nav-pills .nav-link.active{
		background-color: #716e7e;
    border-radius: 0;
	}
	.spl-judge-dashboard-page .admin-tab-content{
		min-height: 50vh;
    padding: 25px;
	}

	.spl-judge-dashboard-page .home-section{ }
	.spl-judge-dashboard-page .home-section .home-title{
		text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 38px;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section{ }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list{ }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card:hover{
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: 0.3s;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-header{ }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-header h3{
		color: #fff;
    font-weight: 100;
    font-size: 13px;
    width: 65%;
    display: inline-block;
    margin: 0;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-header .btn-warning{ 
		float: right;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 2px;
    color: #fff;
  }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body{
		padding: 10px;
    text-align: center;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .btn-info{ 
		color: #fff;
    padding: 5px 20px;
    margin: 10px 0px 15px;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .btn-warning{
		font-size: 10px;
    padding: 1px 10px;
    color: #fff;
    font-weight: 100;
    float: right;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .btn-warning .badge{  }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .badge-info{
		color: #fff;
    background-color: #17a2b8;
    font-weight: 100;
    font-size: 10px;
    margin: 0 0;
    line-height: 1.3;
    float: left;
  }
  .spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .toptitle{
  	margin: 35px 0 0;
    font-size: 13px;
    line-height: 1.2;
    color: #7e7e7e;
  }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .card-title{
		font-weight: 700;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: 20px;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .datetime{ }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .datetime p{
		display: block;
    margin-right: 15px;
    color: #9da3af;
    font-size: 12px;
    width: 100%;
    margin: 0;
    line-height: 1.5;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .datetime p i{ color: #767676; }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .datetime p i{ }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .judge-role{
		color: #eb7404;
    font-size: 12px;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .info{ }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .info p{
		font-size: 13px;
    margin: 0 0 5px 0;
    line-height: 1.5;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .info p strong{
		font-size: 14px;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .buttons{ margin-top: 35px; }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-body .buttons .btn{ }
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-notif{
		font-size: 13px;
    font-style: italic;
    color: #9da3af;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-footer{
		padding: 5px 10px;
    font-size: 12px;
    font-style: italic;
	}
	.spl-judge-dashboard-page .home-section .competitions-list-section .competition-list .card .card-footer p{  }

/* ===== JUDGE COMPETITION DISCIPLINE SELECTION PAGE ===== */
	.spl-judge-dashboard-page .competition-discipline-section{ padding-bottom: 20px; }
	.spl-judge-dashboard-page .competition-discipline-section .greetings-row{  }
	.spl-judge-dashboard-page .competition-discipline-section .greetings-row .competition-title{
		text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 45px;
    font-size: 38px;
	}
	.spl-judge-dashboard-page .competition-discipline-section .greetings-row .series-title{
		text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 22px;
    color: #7a7a7a;
	}
	.spl-judge-dashboard-page .competition-discipline-section .greetings-row .breadcrumb{
		background: none;
    padding: 0 0 0 10px;
    margin: 0;
	}
	.spl-judge-dashboard-page .competition-discipline-section .greetings-row .breadcrumb .breadcrumb-item{ 
		font-size: 12px; 
		list-style: none;
	}
	.spl-judge-dashboard-page .competition-discipline-section .greetings-row .breadcrumb .breadcrumb-item a{ font-size: 12px; }
	.spl-judge-dashboard-page .competition-discipline-section .greetings-row .breadcrumb .breadcrumb-item a i{  }
	.spl-judge-dashboard-page .competition-discipline-section .greetings-row .breadcrumb .breadcrumb-item a:hover{  }
	.spl-judge-dashboard-page .competition-discipline-section .greetings-row hr{ margin: 5px; }
	.spl-judge-dashboard-page .competition-discipline-section .greetings-row .breadcrumb .breadcrumb-item.active{  }
	.spl-judge-dashboard-page .competitions-discipline-list-section{ padding: 25px; }
	.spl-judge-dashboard-page .competitions-discipline-list-section .competition-notif{
		display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
	}
	.spl-judge-dashboard-page .competitions-discipline-list-section .discipline-col a{  }
	.spl-judge-dashboard-page .competitions-discipline-list-section .discipline-col a:hover{ text-decoration: none; }
	.spl-judge-dashboard-page .competitions-discipline-list-section .discipline-col .card-discipline:hover{
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: 0.3s;
	}
	.spl-judge-dashboard-page .competitions-discipline-list-section .discipline-col .card-discipline .card-body{  }
	.spl-judge-dashboard-page .competitions-discipline-list-section .discipline-col .card-discipline .card-body .card-title{  }

/* ===== JUDGE COMPETITION DIVISION SELECTION PAGE ===== */
	.spl-judge-dashboard-page .competition-division-section{ padding-bottom: 20px; }
	.spl-judge-dashboard-page .competition-division-section .greetings-row{  }
	.spl-judge-dashboard-page .competition-division-section .greetings-row .competition-title{
		text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 45px;
    font-size: 38px;
	}
	.spl-judge-dashboard-page .competition-division-section .greetings-row .series-title{
		text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 22px;
    color: #7a7a7a;
	}
	.spl-judge-dashboard-page .competition-division-section .greetings-row .breadcrumb{
		background: none;
    padding: 0 0 0 10px;
    margin: 0;
	}
	.spl-judge-dashboard-page .competition-division-section .greetings-row .breadcrumb .breadcrumb-item{ 
		font-size: 12px; 
		list-style: none;
	}
	.spl-judge-dashboard-page .competition-division-section .greetings-row .breadcrumb .breadcrumb-item a{ font-size: 12px; }
	.spl-judge-dashboard-page .competition-division-section .greetings-row .breadcrumb .breadcrumb-item a i{  }
	.spl-judge-dashboard-page .competition-division-section .greetings-row .breadcrumb .breadcrumb-item a:hover{  }
	.spl-judge-dashboard-page .competition-division-section .greetings-row hr{ margin: 5px; }
	.spl-judge-dashboard-page .competition-division-section .greetings-row .breadcrumb .breadcrumb-item.active{  }
	.spl-judge-dashboard-page .competitions-division-list-section{ padding: 25px; }
	.spl-judge-dashboard-page .competitions-division-list-section .competition-notif{
		display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
	}
	.spl-judge-dashboard-page .competitions-division-list-section .discipline-col a{  }
	.spl-judge-dashboard-page .competitions-division-list-section .discipline-col a:hover{ text-decoration: none; }
	.spl-judge-dashboard-page .competitions-division-list-section .discipline-col .card-discipline:hover{
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: 0.3s;
	}
	.spl-judge-dashboard-page .competitions-division-list-section .discipline-col .card-discipline .card-body{  }
	.spl-judge-dashboard-page .competitions-division-list-section .discipline-col .card-discipline .card-body .card-title{  }

/* ===== JUDGE COMPETITION RUN SELECTION PAGE ===== */
	.spl-judge-dashboard-page .competition-run-section{ padding-bottom: 20px; }
	.spl-judge-dashboard-page .competition-run-section .greetings-row{  }
	.spl-judge-dashboard-page .competition-run-section .greetings-row .competition-title{
		text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 45px;
    font-size: 38px;
	}
	.spl-judge-dashboard-page .competition-run-section .greetings-row .series-title{
		text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 22px;
    color: #7a7a7a;
	}
	.spl-judge-dashboard-page .competition-run-section .greetings-row .breadcrumb{
		background: none;
    padding: 0 0 0 10px;
    margin: 0;
	}
	.spl-judge-dashboard-page .competition-run-section .greetings-row .breadcrumb .breadcrumb-item{ 
		font-size: 12px; 
		list-style: none;
	}
	.spl-judge-dashboard-page .competition-run-section .greetings-row .breadcrumb .breadcrumb-item a{ font-size: 12px; }
	.spl-judge-dashboard-page .competition-run-section .greetings-row .breadcrumb .breadcrumb-item a i{  }
	.spl-judge-dashboard-page .competition-run-section .greetings-row .breadcrumb .breadcrumb-item a:hover{  }
	.spl-judge-dashboard-page .competition-run-section .greetings-row hr{ margin: 5px; }
	.spl-judge-dashboard-page .competition-run-section .greetings-row .breadcrumb .breadcrumb-item.active{  }
	.spl-judge-dashboard-page .competitions-run-list-section{ padding: 25px; }
	.spl-judge-dashboard-page .competitions-run-list-section .competition-notif{
		display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
	}
	.spl-judge-dashboard-page .competitions-run-list-section .discipline-col a{  }
	.spl-judge-dashboard-page .competitions-run-list-section .discipline-col a:hover{ text-decoration: none; }
	.spl-judge-dashboard-page .competitions-run-list-section .discipline-col .card-discipline:hover{
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: 0.3s;
	}
	.spl-judge-dashboard-page .competitions-run-list-section .discipline-col .card-discipline .card-body{  }
	.spl-judge-dashboard-page .competitions-run-list-section .discipline-col .card-discipline .card-body .card-title{  }

/* ===== JUDGE COMPETITION SKATER SELECTION PAGE ===== */
	.spl-judge-dashboard-page .competition-skaters-section{ padding-bottom: 20px; }
	.spl-judge-dashboard-page .competition-skaters-section .greetings-row{  }
	.spl-judge-dashboard-page .competition-skaters-section .greetings-row .competition-title{
		text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 45px;
    font-size: 38px;
	}
	.spl-judge-dashboard-page .competition-skaters-section .greetings-row .series-title{
		text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 0px;
    font-size: 22px;
    color: #7a7a7a;
	}
	.spl-judge-dashboard-page .competition-skaters-section .greetings-row .breadcrumb{
		background: none;
    padding: 0 0 0 10px;
    margin: 0;
	}
	.spl-judge-dashboard-page .competition-skaters-section .greetings-row .breadcrumb .breadcrumb-item{ 
		font-size: 12px; 
		list-style: none;
	}
	.spl-judge-dashboard-page .competition-skaters-section .greetings-row .breadcrumb .breadcrumb-item a{ font-size: 12px; }
	.spl-judge-dashboard-page .competition-skaters-section .greetings-row .breadcrumb .breadcrumb-item a i{  }
	.spl-judge-dashboard-page .competition-skaters-section .greetings-row .breadcrumb .breadcrumb-item a:hover{  }
	.spl-judge-dashboard-page .competition-skaters-section .greetings-row hr{ margin: 5px; }
	.spl-judge-dashboard-page .competition-skaters-section .greetings-row .breadcrumb .breadcrumb-item.active{  }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section{  }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table-scroll{ margin: 40px 25px; }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table{  }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead{  }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead tr{  }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead tr th{
		color: #fff;
    padding: 5px 10px;
    border: 1px solid #666;
    text-align: center;
    background-color: #333;
    font-weight: 100;
	}
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-title{
		text-align: center;
    background-color: #222;
    font-weight: 700;
	}
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-lineup{
		text-align: center;
    width: 75px;
	}
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-name{  }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-score{
		width: 160px;
    text-align: center;
	}
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody{  }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody td{ background-color: #fff; }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody td.table-warning{ background-color: #ffeeba; }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-lineup{
		text-align: center;
    width: 75px;
    font-weight: 700;
	}
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-name{  }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-score{
		width: 160px;
    text-align: center;
	}
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-score .text-success{
		margin: 0;
    font-weight: 700;
	}
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-name{  }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-name img{
		width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #009688;
    margin-right: 10px;
	}
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-score a{ font-size: 13px; }
	.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-score p{  }

/* ===== JUDGE COMPETITION EVENT ===== */
	.spl-judge-dashboard-page .competition-section{ padding: 45px 30px; }
	.spl-judge-dashboard-page .competition-section .runs-navigation{ margin-top: 35px; }
	.spl-judge-dashboard-page .competition-section .runs-navigation #run-tab{ border-bottom: 2px solid #d5d5d5; }
	.spl-judge-dashboard-page .competition-section .runs-navigation #run-tab .nav-item{ }
	.spl-judge-dashboard-page .competition-section .runs-navigation #run-tab .nav-item:hover,
	.spl-judge-dashboard-page .competition-section .runs-navigation #run-tab .nav-item.active{
		border: 1px solid #f8f8f8;
    border-bottom: 2px solid #1a6eac;
    margin-bottom: -2px;
    background-color: #fcfcfc;
    border-radius: 2px 2px 0 0;
    color: #1a6eac;
    font-weight: 700;
	}
	.spl-judge-dashboard-page .competition-section .runsContent{ }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion{ }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card{
		border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 25px;
	}
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-header{
		background: #444;
    padding: 5px 10px;
	}
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-header h5{ }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-header button{
		color: #fff;
   	font-weight: 700;
	}
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse{ background-color: #fafafa; }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body{ padding: 25px; }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll{ }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table{ }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead{ }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead tr{ }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead tr th{
		color: #fff;
    padding: 5px 10px;
    border: 1px solid #666;
    text-align: center;
    background-color: #333;
    font-weight: 100;
	}
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead tr th.col-title{
		text-align: center;
    background-color: #222;
    font-weight: 700;
	}
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead tr th.col-lineup{
		text-align: center;
    width: 75px;
	}
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table thead tr th.col-score{
		width: 160px;
    text-align: center;
	}
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody{ }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr{ }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr td{ background-color: #fff; }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr td.col-lineup{
		text-align: center;
    width: 75px;
    font-weight: 700;
	}
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr td.col-name{ }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr td.table-warning{ background-color: #ffeeba; }
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr td.col-name img{
		width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #009688;
    margin-right: 10px;
	}
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr td.col-score{
		width: 160px;
    text-align: center;
	}
	.spl-judge-dashboard-page .competition-section .runsContent #disciplinesAccordion .card .card-collapse .card-body .spl-skater-division-table-scroll .spl-skater-division-table tbody tr td.col-score a{ font-size: 13px; }
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane{
		padding: 45px 15px;
		border: 1px solid #efefef;
		margin-bottom: 35px;
	}
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane{ }
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions{ }
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card{ }
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .card-header{
		padding: 8px 15px;
	}
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .card-header h5{ }
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .card-header h5 strong{ }
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .card-header h5 .btn{
		position: absolute;
    top: 0;
    right: 0;
    color: #444;
    font-size: 20px;
	}
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse{ }
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body{ }
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list{
		border-bottom: 1px dashed #ccc;
    padding: 5px 0px;
	}
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .profileimg{
		display: inline-block;
    width: 10%;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
	}
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .profileimg img{
		width: 50px;
    height: 50px;
    padding: 0;
	}
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .profileimg .fa-user{
		font-size: 20px;
    border: 2px solid #EFEFEF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-top: 12px;
    color: #444;
    background-color: #fafafa;
	}
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .info{
		display: inline-block;
    vertical-align: middle;
    padding: 18px 10px 10px;
    width: 50%;
	}
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .info .name{
		margin: 5px 0 10px;
    font-size: 20px;
    font-weight: 600;
	}
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .action{
		display: inline-block;
    vertical-align: middle;
    padding: 18px 10px 10px;
    width: 25%;
	}
	.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .action .btn-spl{
		font-size: 14px;
    padding: 5px 15px;
	}



	.spl-judge-dashboard-page .competition-section .alert-warning{ }
	.spl-judge-dashboard-page .competition-section .alert-warning p{
		text-align: center;
    margin: 20px 0 25px;
	}
	.spl-judge-dashboard-page .competition-section .alert-warning .buttons{
		text-align: center;
    margin-bottom: 25px;
	}
	.spl-judge-dashboard-page .competition-section .alert-warning .buttons .btn{ }
	.spl-judge-dashboard-page .competition-section .competition-heats-row{ }
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list{ }
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card{ }
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card .card-header{
		background-color: #343a40;
    color: #fff;
	}
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card .card-header strong{ margin-right: 10px; }
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card .card-body{ }
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card .card-body .skater-list{
		border-bottom: 1px solid #eee;
    margin: 15px 30px;
    padding: 10px 0px;
	} 
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card .card-body .skater-list .profileimg{
		display: inline-block;
    width: 10%;
    vertical-align: middle;
    text-align: center;
	} 
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card .card-body .skater-list .profileimg img{
		border: 2px solid #eeeeee;
    padding: 0;
    width: 50px;
    height: 50px;
	} 
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card .card-body .skater-list .profileimg .fa-user{
		margin: 0 auto;
    font-size: 30px;
    background-color: #eee;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding-top: 10px;
    color: #444;
	} 
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card .card-body .skater-list .info{
		display: inline-block;
    width: 70%;
    vertical-align: -webkit-baseline-middle;
	} 
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card .card-body .skater-list .info .name{
		margin: 10px 0 0;
    font-size: 18px;
	} 
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card .card-body .skater-list .action{
		display: inline-block;
    width: 20%;
	} 
	.spl-judge-dashboard-page .competition-section .competition-heats-row .heat-list .card .card-body .skater-list .action .btn{ margin-top: 10px; } 

/* ===== JUDGE SCORING PAGE ===== */
	.spl-judge-dashboard-page .scoring-section{ padding: 45px 30px; }
	.spl-judge-dashboard-page .scoring-section .greetings-row{
		border-bottom: 3px solid #efefef;
    padding-bottom: 15px;
	}
	.spl-judge-dashboard-page .scoring-section .greetings-row .competition-title{
		font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1;
	}
	.spl-judge-dashboard-page .scoring-section .greetings-row .competition-heat{
		font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
	}
	.spl-judge-dashboard-page .scoring-section .greetings-row .competition-skater{
		font-size: 25px;
    font-weight: 700;
    margin: 0;
	}
	.spl-judge-dashboard-page .scoring-section .greetings-row{  }
	.spl-judge-dashboard-page .scoring-section .greetings-row .col-6{  }
	.spl-judge-dashboard-page .scoring-section .greetings-row .spl-stopwatch{
		float: right;
    text-align: center;
	}
	.spl-judge-dashboard-page .scoring-section .greetings-row .spl-stopwatch button{
		width: 20px;
    margin: 0 2px;
    font-size: 6px;
    border-radius: 50%;
    height: 20px;
    padding: 0 0;
	}
	.spl-judge-dashboard-page .scoring-section .greetings-row .spl-stopwatch #spl_timer_countup{
		font-size: 25px;
    margin-bottom: 0;
    font-weight: 700;
	}
	.spl-judge-dashboard-page .scoring-section .greetings-row .spl-stopwatch #spl_start_count{  }
	.spl-judge-dashboard-page .scoring-section .greetings-row .spl-stopwatch #spl_stop_count{  }
	.spl-judge-dashboard-page .scoring-section .greetings-row .spl-stopwatch #spl_clear_count{  }
	.spl-judge-dashboard-page .scoring-section .scoring-row{
		text-align: center;
    padding: 65px 20px;
	}
	.spl-judge-dashboard-page .scoring-section .scoring-row .counter-col{  }
	.spl-judge-dashboard-page .scoring-section .scoring-row .counter-col .total-score{
		border-radius: 50%;
    margin: 0 auto 30px;
    font-size: 60px;
    background-color: #dfdfdf;
    display: inline-block;
    padding: 25px 30px;
    line-height: 1.2;
    font-family: monospace;
    border: 2px solid #ddd;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	}
	.spl-judge-dashboard-page .scoring-section .scoring-row .scoring-col{ margin-bottom: 55px; }
	.spl-judge-dashboard-page .scoring-section .scoring-row .scoring-col button{
		border-radius: 0;
    padding: 15px 55px;
    margin: 0 10px;
    color: #fff;
	}
	.spl-judge-dashboard-page .scoring-section .scoring-row .submit-col{  }
	.spl-judge-dashboard-page .scoring-section .scoring-row .submit-col button{ width: 50%; }
	.spl-judge-dashboard-page .scoring-section .greetings-row .competition-time{
								text-align: right;
    margin: 0;
    margin-top: 25px;
	}
	.spl-judge-dashboard-page .scoring-section .summary-row{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .table-responsive-competition-summary{
		display: block;
    width: 95%;
    margin: 45px auto;
	}
	.spl-judge-dashboard-page .scoring-section .summary-row .table-responsive-competition-summary .summary-table{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .table-responsive-competition-summary .summary-table .thead-dark{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .table-responsive-competition-summary .summary-table .thead-dark{  }
	.spl-judge-dashboard-page .scoring-section .summary-row #spl_confirm_score{
		margin-left: 3%;
    width: 250px;
	}
	.spl-judge-dashboard-page .scoring-section .summary-row .loader-gif{ 
		width: 100%;
    display: none;
	}
	.spl-judge-dashboard-page .scoring-section .summary-row .loader-gif img{
		margin: 0 0 0 50px;
    width: 25px;
	}
	.spl-judge-dashboard-page .scoring-section .summary-row{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll{ margin: 40px 20px; }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th{
		color: #fff;
    padding: 5px 10px;
    border: 1px solid #666;
    text-align: center;
    background-color: #333;
    font-weight: 100;
	}
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.title{
		text-align: center;
    background-color: #222;
    font-weight: 700;
	}
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.lineup{ text-align: center; }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.name{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.easy{ text-align: center; }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.medium{ text-align: center; }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.hard{ text-align: center; }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.total{ text-align: center; }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody td{  }	
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.lineup{
		text-align: center;
    width: 75px;
    font-weight: 700;
	}
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.name{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.name img{
		width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #009688;
    margin-right: 10px;
	}
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.easy-col{ text-align: center; }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.medium-col{ text-align: center; }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.hard-col{ text-align: center; }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.total{ 
		text-align: center; 
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
	}
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.score-tally{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.score-tally .score-value{
    margin: 12px 0 15px 0;
    font-weight: 700;
    font-size: 16px;
	}
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.score-tally .score-control{  }
	.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.score-tally .score-control button{
		font-size: 10px;
    padding: 8px 11px;
    border-radius: 3px;
    margin: 0 5px 10px 5px;
	}

/* ===== LEAGUE LADDERS PAGE ===== */
	.spl-league-ladders-page{
		padding: 25px;
    margin: 0 auto;
    border: 1px solid #999;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    width: 880px;
	}
	.spl-league-ladders-page .state-league-section{  }
	.spl-league-ladders-page .state-league-section .title{
		margin: 35px 0 0;
    text-align: center;
	}
	.spl-league-ladders-page .state-league-section .subtitle{
		text-align: center;
    font-size: 20px;
    text-decoration: underline;
    margin: 10px 0 45px 0;
	}
	.spl-league-ladders-page .state-league-section .state-row{ margin-bottom: 25px; }
	.spl-league-ladders-page .state-league-section .state-row .state-col{ margin-bottom: 25px; }
	.spl-league-ladders-page .state-league-section .state-row .state-col img:hover{ opacity: 0.7; }

	.spl-league-ladders-page .series-league-section{  }
	.spl-league-ladders-page .series-league-section .title{
		margin: 35px 0 0;
    text-align: center;
	}
	.spl-league-ladders-page .series-league-section .subtitle{
		text-align: center;
    font-size: 20px;
    text-decoration: underline;
    margin: 10px 0 45px 0;
	}
	.spl-league-ladders-page .series-league-section .series-row{ margin-bottom: 25px; }
	.spl-league-ladders-page .series-league-section .series-row .series-col{ margin-bottom: 30px; }
	.spl-league-ladders-page .series-league-section .series-row .series-col a{ text-decoration: none; }
	.spl-league-ladders-page .series-league-section .series-row .series-col a .card-series{ }
	.spl-league-ladders-page .series-league-section .series-row .series-col a .card-series .card-body:hover{  background-color: #ffffff!important; }
	.spl-league-ladders-page .series-league-section .series-row .series-col a .card-series .card-body .card-title{  }
	.spl-league-ladders-page .series-league-section .series-row .series-col a .card-series .card-body .card-title:hover{ text-decoration: none; }

	.spl-league-ladders-page .discipline-league-section{  }
	.spl-league-ladders-page .discipline-league-section .title{
		margin: 35px 0 0;
    text-align: center;
	}
	.spl-league-ladders-page .discipline-league-section .subtitle{
		text-align: center;
    font-size: 20px;
    text-decoration: underline;
    margin: 10px 0 45px 0;
	}
	.spl-league-ladders-page .discipline-league-section .discipline-row{ margin-bottom: 25px; }
	.spl-league-ladders-page .discipline-league-section .discipline-row .discipline-col{  }
	.spl-league-ladders-page .discipline-league-section .discipline-row .discipline-col a{ text-decoration: none; }
	.spl-league-ladders-page .discipline-league-section .discipline-row .discipline-col a .card-discipline{ }
	.spl-league-ladders-page .discipline-league-section .discipline-row .discipline-col a .card-discipline .card-body:hover{  background-color: #ffffff!important; }
	.spl-league-ladders-page .discipline-league-section .discipline-row .discipline-col a .card-discipline .card-body .card-title{  }
	.spl-league-ladders-page .discipline-league-section .discipline-row .discipline-col a .card-discipline .card-body .card-title:hover{ text-decoration: none; }

	.spl-league-ladders-page .ladderboard-section{  }
	.spl-league-ladders-page .ladderboard-section .title{  }
	.spl-league-ladders-page .ladderboard-section .ladderboard-navigation{
		display: inline-block;
    width: 6%;
    vertical-align: top;
	}
	.spl-league-ladders-page .ladderboard-section .ladderboard-navigation #leaderboard-tab{
		writing-mode: vertical-rl;
    transform: rotateZ(180deg);
    flex-direction: row-reverse;
    margin: 0;
    height: auto;
    max-height: none;
    min-height: max-content;
	}
	.spl-league-ladders-page .ladderboard-section .ladderboard-navigation #leaderboard-tab .nav-item{
		width: 100%;
    padding: 20px 10px;
    background-color: #397f9b;
    border: 1px solid #2a6e89;
    color: #fff;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    font-size: 12px;
	}
	.spl-league-ladders-page .ladderboard-section .ladderboard-navigation #leaderboard-tab .nav-item:hover,
	.spl-league-ladders-page .ladderboard-section .ladderboard-navigation #leaderboard-tab .nav-item.active{ background-color: #286882; }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent{
		display: inline-block;
    width: 90%;
    vertical-align: top;
    border: 3px solid #44829b;
    margin-left: -10px;
    min-height: 75vh;
    padding: 25px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll{
		position: relative;
    min-width: 100%;
    z-index: 1;
    margin: 0;
    overflow: auto;
    height: 60vh;
    margin-bottom: 35px;
    border-bottom: 3px solid #efefef;
    border-left: 3px solid #efefef;
    border-radius: 3px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table{
		width: max-content;
    min-width: 500px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    background: #000;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table .col-rank{
		width: 75px;
    text-align: center;
    font-weight: 700;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table td.col-rank.first-col{
		position: sticky;
    left: 0;
    z-index: 3;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table th.col-rank.first-col{
		z-index: 5;
    left: 0;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table .col-name{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table .col-points{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table thead{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table thead .col-tabtitle{
		position: -webkit-sticky;
	  position: sticky;
	  top: 0;
	  z-index: 5;
	  background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 18px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table thead .col-division{
		position: -webkit-sticky;
		position: sticky;
    top: 35px;
    z-index: 5;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 14px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table thead .col-rank{
		position: -webkit-sticky;
		position: sticky;
    top: 70px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table thead .col-name{
		position: -webkit-sticky;
		position: sticky;
    top: 70px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table thead .col-points{
		position: -webkit-sticky;
		position: sticky;
    top: 70px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table tbody{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table tbody td{
		background: #fff;
    padding: 12px 10px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table tbody .col-rank{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table tbody .col-name{ font-size: 14px; }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table tbody .col-name i{
		font-size: 30px;
    margin: 0 15px 0 0;
    vertical-align: middle;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table tbody .col-name img{
		width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #009688;
    margin-right: 10px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table tbody .col-points{
		text-align: center;
    font-weight: 700;
    font-size: 14px;
	}

	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-tablescroll{
		position: relative;
    min-width: 100%;
    z-index: 1;
    margin: 0;
    overflow: auto;
    height: 60vh;
    margin-bottom: 35px;
    border-bottom: 3px solid #efefef;
    border-left: 3px solid #efefef;
    border-radius: 3px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table{
		width: max-content;
    min-width: 500px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    background: #000;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table .col-rank{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table .col-skater{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table .col-totalpoints{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table .col-top5heats{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table .col-heats{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table .col-competition{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead th{ vertical-align: middle; }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-tabtitle{
		position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 18px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-rank{
		position: -webkit-sticky;
    position: sticky;
    top: 35px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 5;
    left: 0;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-skater{
		position: -webkit-sticky;
    position: sticky;
    top: 35px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 5;
    left: 73px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-totalpoints{
		position: -webkit-sticky;
    position: sticky;
    top: 35px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
    width: 85px;
    text-align: center;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-top5heats{
		position: -webkit-sticky;
    position: sticky;
    top: 35px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
    width: 85px;
    text-align: center;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-heats{
		position: -webkit-sticky;
    position: sticky;
    top: 35px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-competition{
		position: -webkit-sticky;
    position: sticky;
    top: 35px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
    width: 100px;
    text-align: center;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody td{
		background: #fff;
    padding: 12px 10px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-rank{
		width: 75px;
    text-align: center;
    font-weight: 700;
    z-index: 4;
    left: 0;
    position: sticky;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-skater{ 
		font-size: 14px; 
		z-index: 4;
    left: 74px;
    position: sticky;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-skater img{
		width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #009688;
    margin-right: 10px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-totalpoints{ text-align: center; }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-top5heats{ text-align: center; }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-heats{ text-align: center; }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-competition{ text-align: center; }

	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-tablescroll{
		position: relative;
    min-width: 100%;
    z-index: 1;
    margin: 0;
    overflow: auto;
    height: 60vh;
    margin-bottom: 35px;
    border-bottom: 3px solid #efefef;
    border-left: 3px solid #efefef;
    border-radius: 3px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table{
		width: max-content;
    min-width: 500px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    background: #000;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table .col-rank{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table .col-name{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table .col-points{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead th{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead .col-tabtitle{
		position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 18px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead .col-division{
		position: -webkit-sticky;
    position: sticky;
    top: 35px;
    z-index: 5;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead .col-rank{
		position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead .col-name{
		position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead .col-points{
		position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 1;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 12px;
  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table tbody{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table tbody td{
		background: #fff;
    padding: 12px 10px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table tbody .col-rank{
		width: 75px;
    text-align: center;
    font-weight: 700;
    background-color: #efefef;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table tbody .col-name{  }
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table tbody .col-name img{
		width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #009688;
    margin-right: 10px;
	}
	.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table tbody .col-points{
		text-align: center;
    font-weight: 700;
    font-size: 14px;
  }

  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-tablescroll{
  	position: relative;
    min-width: 100%;
    z-index: 1;
    margin: 0;
    overflow: auto;
    height: 60vh;
    margin-bottom: 35px;
    border-bottom: 3px solid #efefef;
    border-left: 3px solid #efefef;
    border-radius: 3px;
  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table{
  	width: max-content;
    min-width: 500px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    background: #000;
  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table thead{  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table thead th{
  	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #333;
    color: #fff;
    padding-left: 15px;
    border: 1px solid #2a2a2a;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table thead .col-tabtitle{ vertical-align: middle; }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table thead .col-competitior-count{
  	width: 175px;
    vertical-align: top;
    font-size: 14px;
  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody{  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody td{
  	background: #fff;
    padding: 12px 10px;
  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody th{
  	background: #333;
    color: #fff;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #2a2a2a;
  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody th.col-rank{  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody th.col-division{  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody th.col-points{  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody th.col-skater-count{
  	text-align: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody td.col-rank{
  	width: 75px;
    text-align: center;
    font-weight: 700;
  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody td.col-name{ font-size: 14px; }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody td.col-name img{
  	width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #009688;
    margin-right: 10px;
  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody td.col-points{
  	text-align: center;
    font-weight: 700;
  }
  .spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody td.col-skater-count{
  	font-weight: 700;
    font-size: 32px;
    text-align: center;
  }

/* ===== RESPONSIVE * TABLET ===== */
	@media only screen and (max-width: 768px) {
		
		/* Registration Page */
		.spl-registration-page{ width: 480px; }
		.spl-registration-page .feature-image{ height: 200px; }
		.spl-registration-page .registration{ padding: 25px 45px 15px 45px; }
		.spl-registration-page .registration #spl-registration-form .form-group{ padding-right: 0px; }

		/* Login Page */
		/*.spl-adminlogin-page .administration-login{ 
			width: 480px; 
			padding: 55px 35px 15px 35px;
		}*/

		.spl-judgelogin-page,
		.spl-adminlogin-page{ 
			width: 480px; 
			padding: 55px 35px 15px 35px;
		}

		/* Admin Dashboard Page */
		.spl-admin-dashboard-page{ width: 480px; }
		.spl-judge-dashboard-page{ width: 480px; }

		/* Admin Competition Page */
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .navigation-column .nav{ display: block; }
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .navigation-column .nav .nav-link{
			width: fit-content;
	    display: inline-block;
	    border: 1px solid #e1e1e1;
	    border-radius: 5px 5px 0 0;
	    font-size: 14px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .navigation-column .nav .nav-link.active{
			background-color: #e1e1e1;
    	color: #444;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-generalinfo-tab ul li strong{ 
			width: 50%; 
			font-size: 13px;
		}
		.spl-admin-dashboard-page .competition-single-section .competion-content-row .content-column .tab-content #competition-generalinfo-tab ul li{ font-size: 12px; }
	
		/* Judge COmpetition Event Page */
		.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .profileimg{ width: 20%; }
		.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .action .btn-spl{ line-height: 1.2; }
		
		/* Judge Scoring Page */
		.spl-judge-dashboard-page .scoring-section .scoring-row{ padding: 55px 0;	}
		.spl-judge-dashboard-page .scoring-section .scoring-row .scoring-col{  }
		.spl-judge-dashboard-page .scoring-section .scoring-row .scoring-col button{
			padding: 15px 35px;
    	margin: 0 3px;
		}
		.spl-judge-dashboard-page .scoring-section .scoring-row .submit-col{  }
		.spl-judge-dashboard-page .scoring-section .scoring-row .submit-col button{ width: 90%; }

		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-name img{
			width: 40px;
    	height: 40px;
		}
		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-name{ font-size: 14px; }

		.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll{
			position: relative;
	    min-width: 100%;
	    z-index: 1;
	    margin: 40px auto;
	    overflow: auto;
	    height: 60vh;
	    margin-bottom: 35px;
	    border-bottom: 3px solid #efefef;
	    border-left: 3px solid #efefef;
	    border-radius: 3px;
		}
		.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.total,
		.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.hard,
		.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.medium,
		.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.easy,
		.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.name,
		.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table thead tr th.lineup{ font-size: 12px; }
		.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table{ width: max-content; }
		
	}    

/* ===== RESPONSIVE * MOBILE ===== */
	@media only screen and (max-width: 480px) {
		
		/* Registration Page */
		.spl-registration-page{ width: 98%; }
		.spl-registration-page .feature-image{ height: 200px; }

		/* Login Page */
		.spl-adminlogin-page .administration-login{ 
			padding: 35px 25px 15px 25px;
	    width: 98%;
	    margin: unset;
		}

		/* Admin Dashboard Page */
		.spl-admin-dashboard-page{ 
	    width: 98%;
	    margin: unset;
		}
		.spl-judgelogin-page,
		.spl-adminlogin-page{
			width: 98%;
		}

		/* Judge Competition Page */
		.spl-judge-dashboard-page .competition-section{     padding: 45px 5px; }
		.spl-judge-dashboard-page .competition-section .runsContent .tab-pane{ padding: 45px 10px; }
		.spl-judge-dashboard-page .competition-section .runs-navigation #run-tab .nav-item{ font-size: 12px; }
		.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .profileimg img{
			height: 40px;
			width: 40px;
		}
		.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .info .name{ font-size: 14px; }
		.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .info{ width: 40%; }
		.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .action{ width: 35%; }
		.spl-judge-dashboard-page .competition-section .runsContent .tab-pane .heat-accordions .card .collapse .card-body .skater-list .action .btn-spl{ font-size: 12px; }
		
		/* Judge Scoring Page */
		.spl-judge-dashboard-page .scoring-section .scoring-row{ 	}
		.spl-judge-dashboard-page .scoring-section .scoring-row .scoring-col{  }
		.spl-judge-dashboard-page .scoring-section .scoring-row .scoring-col button{
			    font-size: 12px;
			    padding: 15px 25px;
    margin: 0 3px;
		}
		.spl-judge-dashboard-page .scoring-section .scoring-row .submit-col{  }
		.spl-judge-dashboard-page .scoring-section .scoring-row .submit-col button{  }

		/* League Ladders */
		.spl-league-ladders-page{
			width: 100%;
	    padding: 0;
	    border: 0;
	    box-shadow: none;
		}
		.spl-league-ladders-page .state-league-section{ padding: 0; }
		.spl-league-ladders-page .state-league-section .state-row .state-col{ margin-bottom: 25px; }
		.spl-league-ladders-page .series-league-section .series-row .series-col{
			 margin: 15px 0;
    	text-align: center;
		}
		.spl-league-ladders-page .ladderboard-section{ padding: 0; }
		.spl-league-ladders-page .ladderboard-section .ladderboard-navigation #leaderboard-tab .nav-item{
			padding: 15px 5px;
			font-size: 11px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table thead .col-tabtitle{ font-size: 14px; }
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody th.col-rank{
			font-size: 10px;
    	text-align: center;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody td.col-rank{
			width: 50px;
			font-size: 13px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody th.col-division{ font-size: 10px; }
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody td.col-name img{
			width: 25px;
			height: 25px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody td.col-name{ font-size: 12px; }
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody th.col-points{ font-size: 10px; }
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody td.col-points{
			font-size: 13px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent{ padding: 25px 10px 0 15px; }
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table thead .col-competitior-count{
			width: 110px;
	    vertical-align: top;
	    font-size: 12px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody th.col-skater-count{
			 font-size: 12px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top3-ranking-table tbody td.col-skater-count{ font-size: 24px; }
	
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead .col-tabtitle{ font-size: 14px; }
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead .col-division{
			font-size: 12px;
    	top: 40px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead .col-rank,
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead .col-name,
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table thead .col-points{
			font-size: 10px;
    	top: 75px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table tbody .col-rank{
			width: 50px;
    	font-size: 13px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table tbody .col-name img{
			width: 25px;
    	height: 25px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table tbody .col-name{ font-size: 12px; }
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-top40-ranking-table tbody .col-points{ font-size: 13px; }

		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-tabtitle{ font-size: 14px; }
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-rank,
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-skater,
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-totalpoints,
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-top5heats,
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-heats,
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-competition{
			font-size: 10px;
    	text-align: center;
    	top: 40px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table thead .col-skater{ left: 55px; }
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-skater{
			font-size: 12px;
	    z-index: 4;
	    left: 55px;
	    position: sticky;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-rank{
			width: 50px;
    	font-size: 13px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-totalpoints,
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-top5heats,
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-heats,
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-division-rankings-table tbody .col-competition{
			font-size: 13px;
		}

		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table thead .col-tabtitle{ font-size: 14px; }
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table thead .col-division{
			top: 40px;
			font-size: 12px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table thead .col-rank{
			font-size: 10px;
    	width: 50px;
    	top: 75px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table tbody .col-rank{
			width: 50px;
    	font-size: 13px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table thead .col-name,
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table thead .col-points{
			font-size: 10px;
    	top: 75px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table tbody .col-name{
			font-size: 12px;
		}
		.spl-league-ladders-page .ladderboard-section #leaderboard-tabContent .spl-competition-rankings-tablescroll .spl-competition-rankings-table .col-points{ font-size: 13px; }
		
		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-name img{
			width: 25px;
    	height: 25px;
		}
		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-title{ font-size: 18px; }
		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-name{ font-size: 12px; }
		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-lineup,
		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-name,
		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-score{ font-size: 13px; }
		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-score,
		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table thead .col-score{
			width: auto;
		}
		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-score{ font-size: 13px; }
		.spl-judge-dashboard-page .competition-skaters-section .competitions-skater-list-section .spl-skaters-table tbody .col-score a{ font-size: 12px; }
		.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.name img{
		  width: 30px;
    	height: 30px;
		}
		.spl-judge-dashboard-page .scoring-section .summary-row .spl-summary-table-scroll .summary-table tbody tr td.name{ font-size: 12px; }
	}
	

