
<style>
/*
****************
Main CSS
*************
*/
body .masterStyle{
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.masterStyle {
    /*background-color: rgb(204, 239, 255);*/
    color: #ffffff;
    font-size: 16px;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.masterStyle h1, .hShadow {
    text-shadow: 1px 1px 5px black;
} 

.masterStyle input[type="checkbox"]{
  width: 20px; /*Desired width*/
  height: 20px; /*Desired height*/
}
 
.masterStyle input[type="radio"]{
  width: 20px; /*Desired width*/
  height: 20px; /*Desired height*/
}

.masterStyle input[type="tel"]::-webkit-input-placeholder {
   opacity: .4;
   transition: opacity 250ms ease-in-out;
}
.masterStyle input[type="tel"]:focus::-webkit-input-placeholder {
  opacity: 0;
}

.masterStyle input[type="tel"]:-moz-placeholder { /* Firefox 18- */
   opacity: .5;
   transition: opacity 250ms ease-in-out;
}
.masterStyle input[type="tel"]:focus:::-moz-placeholder {
  opacity: 0;
}

.masterStyle input[type="tel"]::-ms-input-placeholder {  
   opacity: .5;
   transition: opacity 250ms ease-in-out;
}
.masterStyle input[type="tel"]:focus::-ms-input-placeholder {
  opacity: 0;
}
.masterStyle .btn-file {
    position: relative;
    overflow: hidden;
}
.masterStyle .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.masterStyle img {
    border-radius: 5px;
    box-shadow: 5px 5px 5px black;
    box-shadow: 0px 0px 2px black, 1px 1px 2px black;
} 

.masterStyle .myl_logo{
    box-shadow: 0px 0px 5px #042B38, 10px 10px 2px black;
    max-width: 100px;
    max-height: 150px;
}

.masterStyle .container{
    background: #000080;
    font-weight: bold;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 5px;
    box-shadow: 5px 5px 5px black;
    max-width: 950px;
    border-style: solid;
    border-width:thin;
    border-color: lightgrey;
}

 .masterStyle .divBox{
    background: #99badd;
    font-weight: bold;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 5px black;
    max-width: 950px;
    border-style: solid;
    border-width:thin;
    border-color: lightgrey;
}

.masterStyle .btn {
    color: #ffffff;
    box-shadow: 7px 7px 5px black;
    /*border-radius: 25px 05px;*/
    font-weight: bold;
    transition-duration: 0.4s;
}

.masterStyle .btn:focus{
	outline:0;
}

.masterStyle .btn:hover{
    color: #99badd;
    background-color: #ffffff;
}

.masterStyle .btn-danger:hover{
    color: #040684;
    background-color: #FB9491;
}

.masterStyle .btn-nav{
	background-color: #99badd;
	color: #ffffff;
	border-style: solid;
    border-color: white;
}

.masterStyle .form-control {
    box-shadow: 5px 5px 5px black;
    /*border-radius: 20px 5px;*/
    color: black;
    font-weight: bold;
    background: white;
}

.masterStyle .draftList{

list-style-type: decimal;

}

.masterStyle .formControlSelect {
    box-shadow: 5px 5px 5px black;
    /*border-radius: 20px 5px;*/
    color: black;
    font-weight: bold;
    background: white;
    height: 34px;
}

.masterStyle .selectWidth
{
     width:auto ;
}

.masterStyle .row {
    padding-top: .5%;
    padding-bottom: .5%;   
}

.masterStyle .divPopout{
	background: #99badd;
    border-radius: 5px; 
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 4%;
    font-weight: bold;
    box-shadow: 5px 5px 5px black;
    border-style: solid;
    border-width:thin;
    border-color: lightgrey;
}

.masterStyle .divPopoutPaymentPage{
	background: #99badd;
    padding-right: 2%;
    padding-left: 2%;
    font-weight: bold;
    box-shadow: 5px 5px 5px black;
    border-style: solid;
    border-width:thin;
    border-color: lightgrey;
}

.masterStyle .tableStyle, .masterStyle .panel {
    color: #ffffff;
    background: #99badd;
    border-radius: 5px; 
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 0%;
    font-weight: bold;
    box-shadow: 5px 5px 5px black;

}

.masterStyle .panelTable {
    color: #ffffff;
    background: #000080;
    border-radius: 5px; 
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 4%;
    border-color: #ddd;
    font-weight: bold;   
}

.masterStyle .panelTable tr:nth-child(even){
    color: black;
    background-color: white;
}

.masterStyle .panelTable tbody tr td{

    border: none;
}

.masterStyle .table .innerTable {
    color: black;
    background: white;
    border-radius: 5px; 
    border: 1px;
    border-color: #ddd;
    font-weight: bold;
   
    
}


.masterStyle .table .innerTable tr:nth-child(even){
    background-color: #dddddd;
}

.masterStyle .table .levelTable {
    color: black;
    background: white;
    border-radius: 5px; 
    border: 1px;
    border-color: #ddd;
    font-weight: bold;
   
    
}

.masterStyle .panelTable .levelTableRow {
    background-color: #dddddd;
}

.masterStyle .panel-title {
    color: #ffffff;
    background: #99badd;
    padding-right: 0%;
    padding-left: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
}

.masterStyle .panel-heading {

     padding: 0px 0px; 
}

.masterStyle .tableStyle tbody tr td{

    border: none;
}

.masterStyle a {
	color: #ff0000;
}

/* unvisited link */
.masterStyle a:link {
    color: #ff0000;
}

/* visited link */
.masterStyle a:visited {
   color: #ff0000;
}

/* mouse over link */
.masterStyle a:hover {
    color: #ff0000;
}

.masterStyle a.btn {
    color: #ffffff;
}

.masterStyle .required {
	color: red;
	font-weight: bold;
}

.masterStyle .errorMSG 
{
	color: red;
	font-weight: bold;
}

.masterStyle .passcode 
{
	display: none;
}

.masterStyle .passCodeEntry 
{
	float: left;
	width: 50%;
	margin-right: 10px;
}

.masterStyle .pass-code-row 
{
	display: none;
}

.masterStyle .cardsRow
{
	display: none;
}

/*
*************
End Main CSS
*************
*/

/*
*****************
Credit Card Image
*****************
*/

.masterStyle .creditCardImage{
    border-radius: 0px;
    box-shadow: 0px 0px 0px black;
}

/*
*****************
End Credit Card Image
*****************
*/

/*
*****************
Navbar
*****************
*/

.masterStyle .nav-pills.nav-wizard > li {
  position: relative;
  overflow: visible;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-radius: 0px 5px 5px 0px;
}
.masterStyle .nav-pills.nav-wizard > li + li {
  margin-left:0;
  border-radius: 0px 5px 5px 0px;
}
.masterStyle .nav-pills.nav-wizard > li:first-child {
  border-left: 0;
  border-radius: 0px 5px 5px 0px;
}
.masterStyle .nav-pills.nav-wizard > li:first-child .nava {
  border-radius: 0px 5px 5px 0px;
}
.masterStyle .nav-pills.nav-wizard > li:last-child {
  border-right: 0;
  border-radius: 0px 5px 5px 0px;
}
.masterStyle .nav-pills.nav-wizard > li:last-child .nava {
  border-radius: 0px 5px 5px 0px;
}
.masterStyle .nav-pills.nav-wizard > li .nava {
  border-radius: 0px 5px 5px 0px;
  background-color: #99badd;
  color: #ffffff;
}
.masterStyle .nav-pills.nav-wizard > li .nav-arrow {
  position: absolute;
  top: 1px;
  right: -20px;
  width: 15px;
  height: 0px;
  border-style: solid;
  border-width: 20px 3px 21px 20px;
  border-color: transparent transparent transparent #99badd;
  z-index: 150;
}
.masterStyle .nav-pills.nav-wizard > li .nav-wedge {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0px 22px 20px;
  border-color: #99badd #99badd #99badd transparent;
  z-index: 150;
}
.masterStyle .nav-pills.nav-wizard > li:hover .nav-arrow {
  border-color: transparent transparent transparent #ff0000;
  transition-duration: 0.4s;
}
.masterStyle .nav-pills.nav-wizard > li:hover .nav-wedge {
  border-color: #ff0000 #ff0000 #ff0000 transparent;
  transition-duration: 0.4s;
}
.masterStyle .nav-pills.nav-wizard > li:hover .nava {
  background-color: #ff0000;
  color: #ffffff;
  transition-duration: 0.4s;
}
.masterStyle .nav-pills.nav-wizard > li.active .nav-arrow {
  border-color: transparent transparent transparent #ff0000;
}
.masterStyle .nav-pills.nav-wizard > li.active .nav-wedge {
  border-color: #ff0000 #ff0000 #ff0000 transparent;
}
.masterStyle .nav-pills.nav-wizard > li.active .nava {
  background-color: #ff0000;
  color: #ffffff;
}

.masterStyle .arrow-right {
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ff0000;
  border-right:0px solid transparent;
  background: transparent;
}
.masterStyle .arrow-left {
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-right:20px solid #ff0000;
  border-left:0px solid transparent; 
  background: transparent;
}
.masterStyle .dropdown-menu {
    background-color: #99badd;
    border-radius: 25px 05px;
    border: 3px solid #000080;
}
.masterStyle .dropdown-menu > li > a {
   border-radius: 25px 05px;
   font-weight: bold;
}
.masterStyle .dropdown-menu > li > a:hover {
	background-color: white;
	color: black;
    border-radius: 25px 05px;
    background-image: none;
    transition-duration: 0.4s;
}


/*
*****************
End Navbar
*****************
*/

/*
*********************
Animated checkbox
*********************
*/

/* SLIDE TWO */
.masterStyle .slideTwo {
    width: 80px;
    height: 30px;
    background: #000080;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.masterStyle .slideTwo:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    height: 2px;
    width: 52px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #ffffff;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.masterStyle .slideTwo label {
    display: block;
    width: 22px;
    height: 22px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 4px;
    z-index: 1;
    left: 4px;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background-color: #ffffff;
    /*
    background: -webkit-linear-gradient(left top, #3232ff, cornflowerblue); 
    background: -o-linear-gradient(bottom right, #3232ff, cornflowerblue); 
    background: -moz-linear-gradient(bottom right, #3232ff, cornflowerblue); 
    background: linear-gradient(to bottom right, #3232ff, cornflowerblue); 
    */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.masterStyle .slideTwo label:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: red;
    left: 6px;
    top: 6px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
}

.masterStyle .slideTwo input[type=checkbox]:checked + label {
    left: 54px;
}

.masterStyle .slideTwo input[type=checkbox]:checked + label:after {
    background: #00bf00;
}
/* END SLIDE TWO */

/* SLIDE THREE */
.masterStyle .slideThree {
    width: 80px;
    height: 26px;
    background: #000080;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.masterStyle .slideThree:after {
    content: 'No';
    font: 12px/26px Arial, sans-serif;
    color: red;
    position: absolute;
    right: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.masterStyle .slideThree:before {
    content: 'Yes';
    font: 12px/26px Arial, sans-serif;
    color: green;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

.masterStyle .slideThree label {
    display: block;
    width: 34px;
    height: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background-color: #ffffff;
    /*
    background: -webkit-linear-gradient(left top, #3232ff, cornflowerblue); 
    background: -o-linear-gradient(bottom right, #3232ff, cornflowerblue); 
    background: -moz-linear-gradient(bottom right, #3232ff, cornflowerblue); 
    background: linear-gradient(to bottom right, #3232ff, cornflowerblue); 
    */
}

.masterStyle .slideThree input[type=checkbox]:checked + label {
    left: 43px;
}


/* ROUNDED ONE 
.roundedOne {
    display: inline-block; /* Keeps the checkbox on the same line 
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #FFFFFF 100%);
	background: -moz-linear-gradient(top, #222 0%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #222 0%, #FFFFFF 100%);
	background: -ms-linear-gradient(top, #222 0%, #FFFFFF 100%);
	background: linear-gradient(top, #222 0%, #FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedOne label::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.roundedOne input[type=checkbox]{
    visibility: hidden;
}
*/

/* End Rounded checkbox */


/*
*********************
End Animated checkbox
*********************
*/



/*  
*****************
Umpire Login
*****************
*/

.masterStyle .blueHint {
	background-color: rgb(204, 239, 255);
}

.masterStyle .greyDiv{
	background-color: grey;
}
/*
*****************
End Umpire Login
*****************
*/


/*
*****************
Sponsor Page
*****************
*/
.masterStyle .container2{
    background: #000080;
    font-weight: bold;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 30px;
    box-shadow: 5px 5px 5px black;
    max-width: 950px;
    border-style: solid;
    border-width:thin;
    border-color: lightgrey;
}

/*
*****************
End Sponsor Page
*****************
*/

.masterStyle .noPadding>tbody>tr>td, .masterStyle .noPadding>tbody>tr>th, .masterStyle .noPadding>tfoot>tr>td, .masterStyle .noPadding>tfoot>tr>th, .masterStyle .noPadding>thead>tr>td,.masterStyle  .noPadding>thead>tr>th{
padding: 0;
}

.masterStyle .headingColor {
 color: #ff0000;
}

.masterStyle .column_left_big
{
	width:150px;
	padding-bottom:6px; 
	font-size:14px;
	float:left;
}

.masterStyle .column_right_big
{
	width:85px;
	padding-bottom:6px; 
	float:left;
	font-size:14px;
	text-align:right;
}

.masterStyle .column_left2
{
	width:65px;
	padding-bottom:3px; 
	padding-left:15px;
	float:left;
}

.masterStyle .column_middle2
{
	width:80px;
	padding-bottom:3px; 
	float:left;
}

.masterStyle .column_right2
{
	width:75px;
	padding-bottom:3px; 
	float:left;
	text-align:right;
}

.masterStyle .planTable{

    background: #BDBDBD;
    color: #080808;
    font-weight: bold;
   

}

.masterStyle .planTable tr th{

    background: #00C853;
    font-weight: bold;
   

}

.masterStyle .planTable tbody tr td{

    background: #F5F5F5;
    font-weight: bold;
   

}

.masterStyle .bwTable {
    color: black;
    background: white;
    border-radius: 5px;
    border: 1px;
    border-color: #ddd;
    font-weight: bold;
}

.masterStyle .bwTable tr:nth-child(even){
    background-color: #dddddd;
}

.masterStyle .preserve-wrap{
    white-space: pre-wrap;
}
</style>