
.square {
    position: relative;
    width: 50%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.required-field {
  background-color: #F1FAC0;
}

.containerBox {
    position: relative;
    display: inline-block;
}
.text-box {
    position: absolute;
    /*height: 100%;*/
    text-align: center;
    /*width: 100%;*/
    width: 80%;
    padding-left: 28px;
}
.text-box:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
}
.text-boxnext {
    position: absolute;
    /*height: 100%;*/
    text-align: center;
    /*width: 100%;*/
    width: 80%;
    padding-left: 75px;
}
.text-boxnext:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
}

.text-boxnext  a {
  color: white;
}

.text-box  a {
  color: white;
}
/*h4 {
   display: inline-block;
   font-size: 20px; /*or whatever you want*/
   /*color: #FFF;
}*/
.containerBox img {
  display: block;
  width: 300px;
  height: auto;
}

.chevdiv {
  padding-left: 0px;
  padding-right: 0px;
}
/*body{
	background: #022;
    padding:0px;
}*/
/* .chevron:first-child {
    margin-top: 20px;
} */
.chevron {
	position: relative;
	text-align: center;
	/*padding: 30px 30px;*/
  /*width: 180px;*/
  margin: 20px 10px;
  margin-bottom: 0px;
	color: #fff;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg); /* Standard syntax */

}
.chevron:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 0px;
	height: 130%;
	width: 51%;
	-webkit-transform: skew(0deg, 8deg);
	-moz-transform: skew(0deg, 8deg);
	-ms-transform: skew(0deg, 8deg);
	-o-transform: skew(0deg, 8deg);
	transform: skew(0deg, 8deg);
	background-color: #365984;
	background-color: rgb(54, 89, 132);

  -moz-box-shadow: 0 0 0 2px #365984;
	-webkit-box-shadow: 0 0 0 2px #365984;
	box-shadow: 0 0 0 2px #365984;

  border-left: 1px dashed #fff;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.chevron:after {
	content: '';
	position: absolute;
	top: -20px;
	right: 0px;
	height: 130%;
	width: 50%;
	-webkit-transform: skew(0deg, -8deg);
	-moz-transform: skew(0deg, -8deg);
	-ms-transform: skew(0deg, -8deg);
	-o-transform: skew(0deg, -8deg);
	transform: skew(0deg, -8deg);
	background-color: rgb(54, 89, 132);

  -moz-box-shadow: 0 0 0 2px #365984;
	-webkit-box-shadow: 0 0 0 2px #365984;
	box-shadow: 0 0 0 2px #365984;

  border-right: 1px dashed #fff;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.chevron [class^=dash]{
	width: 100%;
	height: 0px;
	position: absolute;
	z-index: 1;
}
.chevron .chevron-inner{
	position: relative;
	z-index: 2;
	/*padding: 3px 20px 5px;*/
	margin-bottom: 0px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	/*font-size: 18px;*/
}
.chevron-content{
	/*padding: 0 0px;*/
  padding-left: 30px;
  padding-top: 1px;
  margin-bottom: 50px; /*to move down the leagues*/
  height: 190px;
  /*width: 100px;*/
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg); /* Standard syntax */

}
.chevron-content h1{
  color: white;
}



.heading,
h1 {
  font-family: "Open Sans";
  font-size: 20.57px;
  font-weight: 600;
  color: #353535;
  letter-spacing: 0;
}

.subheading, h2{
  font-family: "Open Sans";
  font-size: 17.14px;
  font-weight: 600;
  color: #343434;
  letter-spacing: 1.22px;
}

.home-header {
  /*background-color: #426FA8;*/

  /*color: #F9F9F9;*/
  color: #426FA8;
  margin-bottom:10px;
  padding: 10px;
  padding-left: 15px;
  padding-top: 0px;
  border-radius: 0px;
  height:auto;
  background-color:#F8F8F8;
}

.comp-home-header {
   /*background-color: #426FA8;*/

  /*color: #F9F9F9;*/
  color: #426FA8;
  margin-bottom:10px;
  padding: 10px;
  padding-left: 15px;
  padding-top: 0px;
  border-radius: 0px;
  height:auto;
  /* background-color:#F8F8F8; */
}

h3{
  color: #426FA8;
  font-family: "Open Sans";
  font-size: 17.14px;
  font-weight: 600;
  letter-spacing: 1.22px;

}

.dt-body-center {
  text-align: center;
}


.dt-body-right{
  text-align: right;
}

.dt-vertical-align{
    vertical-align: middle !important;
    text-align: center;
}

.panel-head {
  color: #426FA8;
   /*color: white;*/
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.22px;
  padding:10px;
  /*background-color: #19A1EF;*/
  background-color: #D2DDE9;
}

.long {
  width: 100%;
}

.button-text,
button, .btn{
  font-family: "Open Sans";
  font-size: 13.71px;
  font-weight: bold;
  color: #343434;
  letter-spacing: 0.98px;
}

.btn-action, .btn-action:hover, .btn-action:hover:disabled {
  /*background-color: #9B9B9B; or buttonface*/
  background-color: #D2DDE9;
}

/*.btn-success, .btn-success:hover, .btn-success:hover:disabled{

  background-color: #9B9B9B;
  border-color: #9B9B9B;
}*/
.btn-success {
  color: white;
  text-shadow: none;
}
.btn-default {
  background-color: #D2DDE9;
}

.btn-big {
  width: 140px;
  height: 100px;
  text-align: center;
  border-color: #9B9B9B;
  padding-top: 15px;

}

.btn-pic {
  min-width: 110px;
  min-height: 30px;
  text-align: center;
  font-size: 11px;
  margin-top: 3px;

}

.btn-big:hover .btn-xm:hover{
  background-color: #F9F9F9;
}
.center-buttons {
  text-align: center;
}


.btn-wizard {
  width: 120px;
}

@media screen and (max-width: 1000px) {
  .btn-wizard {
  width: 400px;
  }
}

.btn-long {
  width: 250;
}

@media screen and (max-width: 1000px) {
  .btn-long {
  width: 100%;
  }
}

.btn-browse {
  width: 85px;
}

@media screen and (max-width: 1000px) {
  .btn-browse {
  width: 100%;
  }
}

.wrapper {
  /*min-height: 100%;*/
  /*position: relative;
  width: 100%;*/
  /*overflow: auto;*/
}

.container {
  /*margin: 50px;*/
  padding-top: 15px;
   min-height: 100%;
}

body {
  font-family: "Open Sans";
  font-size: 13.71px;
  color: #343434;
  letter-spacing: 0.98px;
}

html, body {
  height: 90% !important;
}

header {
  background-color: #353535;
}

.navbar {
  margin-bottom: 0px;


}

hr {
  border: 1;
  clear:both;
  display:block;
  width: 96%;
  background-color:#dadada;
  height: 1px;
}

.info-panel {
  /*background-color: #9B9B9B;*/
  background-color: #426FA8;
  padding: 15px;
  /*color: #F9F9F9; */
  color: white;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-left: 1px;
  margin-right: 1px;
}

.player-info {
  /*color: #426FA8;*/
  color: white;
  weight: bold;
}

.main {
  overflow: visible; /* changed from auto to get select dropdown on club registration to display */
  padding-bottom: 30px; /* must be same height as the footer */
}

.span-inline {
  color: red;
}

footer {
  position: relative;
  margin-top: -30px; /* negative value of footer height */
  height: 30px;
  clear: both;
}

.footer-main {
  padding-left: 120px;
  padding-top: 10px;
  /*background-color: #426FA8;*/
  color: white;
  height: 70px;

  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/footerbar.png');
}

.footer-sub {
  padding-left: 120px;
  padding-top: 10px;
  background-color: #4A4A4A;
  color: white;
  height: 45px;
}


th {
  background-color: #9B9B9B;
  color: white;
}

.form-group .form-control {
	margin-bottom: 5px;

}

/*For currency symbol (see leagueview)*/
.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
	font-style: normal;
}

.input-icon > input {
  padding-left: 25px;
	padding-right: 0;
}

/*end currency symbol*/

/*datepicker styling */


/*side menu (see seasons)*/
.vertical-menu {
    /*width: 200px; /* Set a width if you like */
}

.vertical-menu .sidebarlink {
    background-color: #eee; /* Grey background color */

    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
    background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
    background-color: #19A1EF; /* Add a green color to the "active/current" link */
    color: white;
}
/**/

/* sidebar top toggle button for competition/registration...*/
.sidebar-toggle a {
  margin-top: 5px;
    background-color: #515c66; /* Grey background color */
    color: white; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    text-align: center;
}

.sidebar-toggle a:hover {
    background-color: #ccc; /* Dark grey background on mouse-over */
}


/* These next three are to get map autocomplete results in modal */
.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal{
    z-index: 20;
}
.modal-backdrop{
    z-index: 10;
}​
/**/


/* Navigation tabs  */

#exTab3 .nav-pills > li > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;



}

#exTab3 .tab-content {
  /*color : white;*/
  /*background-color: #428bca;*/
  padding : 5px 15px;
}

/*end navigation tabs*/


.section1 {
  margin: 10px;
float:left;
}

.section2 {
float:left;
clear: left;
margin-left:15px;
margin-top: 20px;
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.colourblock {
  /*width: 20px;*/
  height: 35px;
  /*background: pink;*/
}

/* pdf object*/
.pdfobject-container { height: 500px;}
.pdfobject { border: 1px solid #666; }

/* make clubname shine...*/

.gstandfade {
  color: #999;
}

.clubname {
  font-size: 24px;
  /*color: #426FA8;*/
  color: white;
  /*text-shadow: white 0.1em 0.1em 0.2em*/
}

.area{
  text-align:center;
  font-size:24px;
  /*color:#426FA8;*/
  color: white;
  /*letter-spacing: -7px;
  font-weight:700;*/
  /*text-transform:uppercase;*/
  animation:blur .75s ease-out ;
  /*text-shadow: 0px 0px 2px #fff,
      0px 0px 2px #fff;*/
}

@keyframes blur{
  from{
      text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;}
}

/* home page boxes*/
.box {
  background:#fff;
  transition:all 0.2s ease;
  border:2px solid #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
  min-height:280px;
}

.box:hover {
  border:2px solid #525C7A;
}

.btn-primary {
  color: white;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

/*.box-content {
  height: 200px;
}*/

.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  color:#515c66;
  text-transform:none;
}

/*progress bar*/
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 14px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
/*.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {background-color: #dfffdf;} green
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {background-color: #9fff3f}*/
/*.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {background-color: #19a1ef;}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {background-color: #426fa8}*/
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {background-color: #fbbd19;}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {background-color: #fbe8aa}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step.active a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step.active .bs-wizard-info {color: #fbbd19; font-weight: bold; font-size: 16px; text-shadow: 2px 2px 5px #fbe8aa;}
/*END Form Wizard*/


/* sidebar css */
/* http://blog.codeply.com/2016/05/18/bootstrap-sidebar-responsive-examples/*/
.wrapper, .wraprow {
  /*height: 100% !important;*/
  /*height: inherit;*/
   min-height: 100% !important;
   margin-left:0;
   margin-right:0;
   overflow: hidden;
   width: 100%;
   position: relative;
   margin-bottom: 20px;
   /*height: 100%;*/
}

.wraprow {
  /*min-height: 100%;*/
  height: 100%;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

#sidebar {
    /*background-color: #eee;*/
    background-color: #343434;

    padding-left: 5px;
    /*float: left;*/
    /*min-height: 100%;*/
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
}

#sidebar .collapse.in {
    display: inline;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: #eee;

}


#sidebar a {
    white-space: nowrap;
    overflow: hidden;
    color: #ddd;
}

#sidebar a:hover {
    background-color: inherit; /* Dark grey background on mouse-over */
    border-left: 5px solid #426FA8;
}


#sidebar .active, .nav>li>a:focus, .nav>li>a:hover {
      background-color:inherit;
  /*border-left: 1px solid #fff;*/
      /*background-color:pink;*/
}

#sidebar .nav-tabs>li.active>a {
  color: #fff;
  background-color: #343434;
  border-bottom: 1px solid #343434;
}

#sidebar .nav-tabs>li.active>a:hover {
  color: #eee;
  /*border-left: 1px solid #fff;*/
}

#sidebar .nav-tabs>li>a:hover {

  border-left: 1px solid #fff;
}

#sidebar .nav-tabs>li>a {
  background-color: #515c66;
  color:white;
  border-bottom: 1px solid #fff;
}


.comp-main {

  left: 0;
  /* padding: 0; */
  padding-left: 0px;
  padding-right: 0px;
  float: right;
  min-height: 100%;
  overflow: auto;
  /*margin: 50px;*/
}


#main {
    padding: 15px;
    left: 0;
    padding-left:20px;
    padding-right:20px;
    float: right;
    min-height: 100%;
    overflow: auto;

}

.reg-table {
  font-family: "Open Sans";
  font-size: 14px;
}

/* -------------------------*/
table.dataTable tbody tr.selected{
  background-color:#B0BED9
}

table.dataTable {
  background-color: white;

}


/*
 * off canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
    #sidebar {
        min-width: 44px;
        min-height:100%;
    }

    #main {
        width: 90%;
        left: 0;

    }

    #sidebar .visible-xs {
       display:inline !important;
    }

    .row-offcanvas {
       position: relative;
       -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
       transition: all 0.4s ease-in-out;
       min-height:100%;
    }

    .row-offcanvas-left.active {
       left: 45%;
    }

    .row-offcanvas-left.active .sidebar-offcanvas {
       left: -45%;
       position: absolute;
       top: 0;
       width: 45%;
    }
}


@media screen and (min-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    min-height:100%;
  }

  .row-offcanvas-left.active {
    left: 3%;
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -3%;
    position: absolute;
    top: 0;
    width: 3%;
    text-align: center;
    min-width:42px;
  }

  #main {
    left: 0;
  }
}

.confirmcheck
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

.confirmcheck_15
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

/*----------------------------*/
/*League management system    */
/*----------------------------*/

  .addcomptype {
    border-style: solid;
    border-width: thin;
    border-color: grey;
    min-height: 50px;
    margin-bottom: 5px;

    padding-bottom: 8px;
    width: 150px;

    /*/background-color: #eee;*/
    /*background-color: #d6ebff;*/
    background-color: white;
    /*text-align: center;*/
    /*margin-top: 3px;*/
    /*padding: 15px;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .addcomptype .click {
    /*margin-top: 3px;*/
  }

  .comptype-header {
    color: white;
    height: 30px;
  }

  .comptype-header-text {
        margin-left: 5px;
        font-size: 10px;

  }

  .comptype-header-settings {
    text-align: right;
    text-decoration: none;
    color: inherit;
  }



  .comptype-body {
    margin-left: 3px;
    padding-left: 5px;
  }

  .tabscontainer {
   width: 100%;
 }


  .round1head {
    background-color: #0f9200; /*green*/
  }

  .round2head {
    background-color: 	#6f0060; /*purple*/
  }

  .round3head {
    background-color: 	#ffc300; /*yellow*/
  }

  .round4head {
    background-color: #ae0000; /*red/brown*/
  }

  .comptypetext {
    margin-top:8px;
    /*vertical-align: middle;*/
    font-size: 20px;
    color: #fff;
  }

  .setupdiv {
    /*background-color: #353535;*/
    /*color: white;*/
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 280px;

  }

  .setupdiv-button {
    border-radius: 10px;
    -webkit-border-radius:10px; /*only top two corners rounded */
    -moz-border-radius: 10px;
    border-color: #ddd;
    color: blue;
  }

  .setupdiv-footer {
    border-top: 1px solid #ddd;
    height: 28px;
    /*height: 56px;*/

  }

  .setupdiv-footer-toggle {
    width: 28px;
    height: 28px;
    background-color: #ddd;
    color: #428bca;
    text-align: center;
  }

  .assigntable th, td{
    padding: 5px;
    text-align: left;
    width: 300px;
  }

  .roundbtn {
    width: 100px;
    height: 70px;
    border-radius: 10px;
    color: white;
    padding: 3px;
  }

  .round-add {
    background-color: green;
  }

  .round-del {
    background-color: red;
  }

  .fixturelist h2 {
    font-size:14px;

  }

  .fixturelist table {
    font-size: 12px;
  }

  .fixturelist table th {
    padding: 2px;
  }


  .card {
    margin: 20px;
    background: white;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius:10px 10px 0px 0px; /*only top two corners rounded */
    -moz-border-radius: 0px;
    /*border: solid;
    border-width: thin;*/

    height: 550px;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  }

  .card-title h3 {
    padding-left: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    margin-left: 15px;
    color: #343434;

  }

  .card p {
    font-size: 12px;
    padding-left: 10px;
    margin-left:15px;
  }

  .card-title {
    /*background: yellow;*/
    height: 80px;

  }

  .card-block {
    height: 100%;
    margin-bottom: -80px;
    /*padding-bottom:40px;*/
    /*overflow-y: scroll;*/
    /*display:block;*/
  }

  .clubcard-block {
    height: 100%;
    /* margin-bottom: -120px; */
    /*padding-bottom:40px;*/
    /*overflow-y: scroll;*/
    /*display:block;*/
  }

  .card-footer {
    height: 80px;
    text-align: center;
    color: white;
    padding-top: 8px;
    background: #426FA8;
  }

  .clubcard-footer {
    /* height: 120px; */
    text-align: center;
    color: white;
    padding-top: 8px;
    background: #426FA8;
  }

  a.fill-div {
    /*border-bottom: 1px solid #eee;*/
    display: block;
    height: 50%;
    width: 100%;
    color: white;
    text-decoration: none;
  }
  a.clubfill-div {
    border: 1px solid #eee;
    display: block;
    height: 36px;
    width: 97%;
    padding-top: 5px;
    margin: 5px;
    font-weight: 900;
    color: white;
    text-decoration: none;
  }
  .card-log {
    /*height: 0px;*/
    /*background:green;*/
    padding-top:10px;
  }


  .card table {
      border-collapse: collapse;
      width: 95%;
      font-size:12px;
      margin-bottom: 8px;
      margin-left: 5px;
      margin-right: 5px;

  }

  .card tr {
      border-bottom: 1px solid #ccc;
  }

  .card th {
      text-align: left;
  }

  .card-sectiontitle {
    font-size: 18px;
    text-align: center;
    /*color: #343434;*/
    color: #426FA8;
    /*background:pink;*/
  }

  .card-button {
    margin-bottom: 5px;
  }

  /*competition content background div */

  .comp-banner-div {
    background: white;
    box-shadow: 0 4px 2px -2px gray;
    padding: 10px;
    height: 65px;
    font-size: 22px;
    font-weight: bold;
  }

  .club-banner-div {
    background: white;
    /* box-shadow: 0 4px 2px -2px gray; */
    padding: 10px;
    height: 65px;
    font-size: 22px;
    font-weight: bold;
  }

  .stats-box {
    background: #eee;
    margin-left: 30px;
    box-shadow: 1px 4px 2px -2px gray;
    padding: 10px;

  }

  .comp-body-div {
    margin:15px;

  }

  .comp-white-body-div {
    background-color: white;
    overflow: auto;
      min-height: 520px;
  }

  .comp-body-div-content {
    margin: 10px 20px 10px 20px;

    /*overflow: auto;*/
  }

  .comp-setup-title {
    font-size: 18px;
    padding-bottom: 10px;
    color: #343434;
    margin-left: 28px;
    text-transform: uppercase;
  }

  #compsetupTab h3 {
    /*color : white;*/
    /*background-color: #428bca;*/
    padding : 5px 15px;
  }

  .btn-setup, a.btn-setup {
    padding: 1rem 2rem;
    color: #28aadc;
    background-color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 12rem;
    border: .2rem solid #28aadc;
    -webkit-transition: color .3s,border .3s;
    transition: color .3s,border .3s;
    text-decoration: none;

  }

  .btn-setup:hover, a.btn-setup:hover {
    border: .2rem solid #336699;
    color: #336699;
    background-color: #E7EBF0;
  }

   .btn-alt, a.btn-alt {
    padding: 1rem 2rem;
    color: #fff;
    background-color: #28aadc;
    font-size: 1.1rem;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 12rem;
    border: .2rem solid #28aadc;
    -webkit-transition: color .3s,border .3s;
    transition: color .3s,border .3s;
    text-decoration: none;
  }

  .btn-alt:hover, a.btn-alt:hover {
    border: .2rem solid #E7EBF0;
    color: #E7EBF0;
    background-color: #336699;
  }

.btn-setup-danger, a.btn-setup-danger {
    padding: 1.05rem 2.75rem;
    color: #bf5329;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 12rem;
    border: .2rem solid #aa4a24;
    -webkit-transition: color .3s,border .3s;
    transition: color .3s,border .3s;
    text-decoration: none;
}

.btn-setup-danger:hover, a.btn-setup-danger:hover {
    border: .2rem solid #411c0e;
    color: #fff;
    background-color: #954120;
}

.btn-setup-success, a.btn-setup-success {
    padding: 1.05rem 2.75rem;
    color: #2ab27b;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 12rem;
    border: .2rem solid #259d6d;
    -webkit-transition: color .3s,border .3s;
    transition: color .3s,border .3s;
    text-decoration: none;
}

.btn-setup-success:hover, a.btn-setup-success:hover {
    border: .2rem solid #0d3625;
    color: #fff;
    background-color: #20895e;
}


  .btn-setup-add {
    padding: 1.05rem 2.75rem;
    color: black;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;

    /*border: .2rem solid #E7EBF0;*/
    /*border-style: solid;
    border-width: thin;
    border-color: grey;*/
    background: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 2px;
    -webkit-transition: color .3s,border .3s;
    transition: color .3s,border .3s;
    text-decoration: none;
  }

  .teamrules-container {
    border-style: solid;
    border-width: thin;
    border-color: grey;
    padding: 5px;
    margin: 10px;
    width: auto;
  }

  /*Fixtures horizontal navigation*/

  .fixturepill {

    background-color: #333;

  }

  .fixturepill-nav {
    margin-bottom: 20px;
  }

  div.scrollmenu {
    background-color: #999;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;

    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a .active {
  background-color: #777;
}

div.scrollmenu a:hover {
    background-color: #777;
}

div.scrollmenu a:active,  div.scrollmenu a:visited{
    background-color: white;
}

/*Display results table*/

.results-roundhead {
  font-family: "Open Sans";
    font-weight: 600;
  font-size: 22px;
  color: #353535;
  line-height: 33px;
}

.results-roundborder {
  border-bottom: 1px solid #9B9B9B;
}

.results-entryborder {
  border-bottom: 1px solid #DADADA;
}

.results-matchresult {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 33px;

  text-align: center;
  background-color:#19a1ef;
  color:white;

}

.results_score {
  width: 10%;
}

.results-matchresult_unpub, .results-matchresult_unpub a {
  background-color:#DADADA;
  color: #9B9B9B;
}

.results-matchresult_post, .results-matchresult_post a {
  background-color:#ffc100;
  color: #9B9B9B;
}


.results-matchresult_unpub a, .results-matchresult_post a, .results-matchresult a {
  text-decoration: none;
}

.results-matchresult_unpub a:hover, .results-matchresult_post a:hover {
  color:white;
}

.points-td {
  background-color: #E1E1D6;
}



.capturematch-head {
  font-family: "Open Sans";
  font-size: 30px;
  color: #353535;
  line-height: 45px;
}

.log-table th {
  padding:3px;

}
.log-table td, th {
  text-align: center;
}

.log-table tr {
  border-bottom: 1px solid #DADADA;
  line-height: 22px;
}

.score-edit {
  margin-top:-14px;
  height: 58px;
/*width: 55%;*/
  width: 100px;
  text-align: center;
  font-size: 400%;
  font-weight: 600;
  padding-left: 15px;
}

.score-team-left {
  vertical-align: middle;
  font-size: 150%;
  text-align: left;
}

.score-team-right {
  vertical-align: middle;
  font-size: 150%;
  text-align: right;
}

.legend-block {
  line-height: 20px;
  width:20px;
  /*background-color: red;*/
}

/*
https://codepen.io/srees/pen/pgVLbm

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	  padding:5px;
  	height:50px;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
    width:1000px;
  	min-width:3000px;
  	margin-left:12px;
    margin-top:0px;
}

.list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

.scroller-right{
  float:right;
}

.scroller-left {
  float:left;
}*/

    /*===public =====*/

    .summary-row {
      padding: 0px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      background-color: #fff;
      margin-top: 15px;
      /*margin: 15px;*/
    }

    .summary-row h2 {
      /*padding-left:5px;*/
      color: #eee;
      margin: 0px;
    }

    .inner-table tr {
      border-bottom: 1px solid #DADADA;

    }

    .summary-row-title p {
      /*font-size:*/

    }

    .summary-log {
      margin: 10px 0px 10px 0px;
    }

    .summary-row p {
      font-size: 11px;
      padding-left: 15px;
    }

    .summary-groupname {
      min-width:100px;
      letter-spacing:0px;
      font-size:15px;
    }

    .summary-teamname {
      font-size:12px;
    }

    .summary-row-title {
      /*border-bottom: 1px solid #DADADA;*/
      background-color:#515c66;
      color:white;
      padding:15px 15px 5px 15px;
      min-height: 65px;
    }

    .summary-logo{
      height: 65px;
    }

    @media screen and (min-width: 800px) and (max-width: 1200px) {
      .arrowspanl, .arrowspanr  {
          font-size: 3em;
      }

    }

    @media only screen
        and (max-width : 1000px) {

      /*for the form group and the select picker */
      .public-summary, .public-summary  .button-text, button, .btn {
        font-size: 35px;
      }

      .public-summary  .button-text, button, .btn {
        margin-top:0px;
      }

      .select-div {
        margin-bottom: 10px;
      }



      /*for the search box text*/
      .bs-searchbox .form-control{
        font-size: 30px;
      }
      /*for the list items in the select picker*/
      .dropdown-menu li{
        font-size:30px;
      }

    .button-text {
      font-size:35px;
    }

      .summary-row h2{
        font-size: 35px;
      }

      .summary-row-title p {
        font-size: 20px;
      }

      .summary-row-title {
        height: 130px;
      }

      .summary-logo {
        height: 80px;
      }


      .inner-table tr {
        font-size: 35px;
      }

      .summary-groupname {
        font-size: 40px;
        font-weight: bold;
        letter-spacing:0px;
      }

      .summary-teamname {
        font-size: 35px;
      }

      .log-table tr, .results-entryborder {
        font-size: 28px;
        line-height: 50px;
      }

      .container {
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
      }

      .locationtd {
        font-size: 20px;
        vertical-align:middle;
      }

      .container-fluid {
        width: 100%;
      }

      .comp-banner-div {
        font-size: 34px;
        /*height: auto;*/
        height: 120px;
      }

      .viewlog ul {
        font-size: 30px;
      }

      .logstreams, #stream {
        font-size: 28px;
      }

      .logstreams .form-control {
        height: auto;
      }

      .btn-setup, .publicback > .btn-setup {
        font-size: 30px;
      }

      .pointer, .pointer  > .form-control, .pointer span  {
        font-size: 30px;
        height: auto;

      }

      .publicback {
        margin-top: -20px;
      }

      .results_score {
        width: 15%;
      }

    }

    .summary-row {
      min-height: 0;
    }

    .publicback {
      margin-top: -3px;
    }

    .summary-row a {
      text-decoration: none;
      color: inherit;
    }

    .summary-row a:hover {

     color: inherit;
    }


    /*SLider   http://jsfiddle.net/yfqyq9a9/2/*/

    .bstimeslider {

      /*width:500px;*/
      width: 100%;
      height:65px;
      background:#426FA8;
      position:relative;
      }

      .bktibx {

      float:left;
      margin:0 20px 0 0 ;
      /*font-size:16px;*/
      font-size:10px;
      width:160px;
      display:block;
      background:#fff;
      color:#000;
      border-right: 1px solid #eee;

      }

      .bktibx table {
        font-size: 10px;
      }

      .bktibx .badge {
        font-size: 10px;
      }

      .score {
        padding:0px;
        margin:0px;
        /*background: #eee;*/
        width:5%;
      }

      .bktibx tr {
        line-height:10px;
      }



      .tslshow {
      position:absolute;
      left:0;
      width:8000px; /*might need to increase this amount if wrapping occurs!!*/

      /*width: 120%;*/

      }

      .arrowspanl {
        margin: 5px 0px 0px 5px;
      }

      .arrowspanr {
        margin: 5px 5px 0px 0px;
      }

      .arrow {
        margin-top:5px;
        width: 0;
      	height: 0;
      	/*border-top: 25px solid transparent;*/
      	/*border-bottom: 25px solid transparent;*/

        position: absolute;
      }

      .arrow-right {
      	/*border-left: 25px solid #eee;*/
        right: 0;
      }

      .arrow-left {
      	/*border-right: 25px solid #eee;*/
        left: 0;
      }

      .leftArrow {

      /*width:40px;
      height:65px;
      background:#ff0000;
      position:absolute;
      left:0px;*/
       /*height: 65px;
        position:absolute;*/
        /*border-right: 25px solid #eee;*/
        left: 2px;
      }

      .rightArrow {

      /*width:40px;
      height:65px;
      background:#ff0000;
      position:absolute;
      right:0px;*/
      /*height: 65px;
      position:absolute;*/
      /*border-left: 25px solid #eee;*/
      right: 50px;
      }

      .viewContainer {
      /*width:360px;*/
      width:90%;
      height:100%;
      background:#fff;
      position:absolute;
      left:5%;
      /*margin-left:-180px;*/
      /*left:5%;*/
      overflow:hidden;
      }



      /* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}

  .pager {
    margin:0px;
  }

.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

.carousel-inner li {
  list-style-type: none;
}

.carousel-inner tr {
  line-height:10px;
}

.carousel-inner table {
  background-color: black;
}

/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    }
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}

  .selectedtr > td {
    background-color: #d6f5d6;
    font-weight:bold;
  }

  .check {
    width: 10px;
    color:green;
  }

/*=======transfer approve toggle button...*/
/*https://codepen.io/mblode/pen/gGIAm*/
  .button-wrap {
  position: relative;
  text-align: center;
  top: 50%;
  margin-top: -1.5em;
}
@media (max-width: 40em) {
  .button-wrap {
    margin-top: -1.5em;
  }
}

.button-label {
  display: inline-block;
  padding: 0em 2em ;
  margin: 0.5em;
  cursor: pointer;
  color: #292929;
  border-radius: 0.25em;
  background: #efefef;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button-label h1 {
  font-size: 1em;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
}
.button-label:hover {
  background: #d6d6d6;
  color: #101010;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
.button-label:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 40em) {
  .button-label {
    padding: 0em 1em 3px;
    margin: 0.25em;
  }
}

#yes-button:checked + .button-label {
  background: #2ECC71;
  color: #efefef;
}
#yes-button:checked + .button-label:hover {
  background: #29b765;
  color: #e2e2e2;
}

#no-button:checked + .button-label {
  background: #D91E18;
  color: #efefef;
}
#no-button:checked + .button-label:hover {
  background: #c21b15;
  color: #e2e2e2;
}

#maybe-button:checked + .button-label {
  background: #4183D7;
  color: #efefef;
}
#maybe-button:checked + .button-label:hover {
  background: #2c75d2;
  color: #e2e2e2;
}

.hidden {
  display: none;
}
/*=======end transfer approve toggle button...*/

.balancecard {
  padding: 7px;
  background: #666;
  margin-bottom: 5px;
  height:auto;
}

.balancecard-body {
  padding: 5px 5px 0 5px;
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  font-family: "Lucida Console", Monaco, monospace;
  
}

.balancecontainer {
  height: 70px;
}

.balancemsg {
  background: #FC5042;
  font-size: 12px;
}

.balancetable {
  text-align: center;
  vertical-align: center;
  color: white;
  font-size: 11px;
  font-family: "Lucida Console", Monaco, monospace;
 
}

.balancetable-item {
  padding: 0px;
  text-align: left;
}

.baltableamt {
  text-align: right;
  font-size: 14px;
}

.balancecard-top {
  padding: 1px 1px 0 1px;
  text-align: center;
  color: white;
  font-size: 12px;
  
  font-family: "Lucida Console", Monaco, monospace;
}

.limit {
  font-family: "Droid Serif", sans-serif;
  margin-bottom:0px;
}

.balance {
  /* font-family: "Bitter", serif; */
    font-family: "Droid Serif", sans-serif;

}
#sidebar a:hover.balancecard-button  {
  border-left: 1px solid white;
  background: #888;
}


.balancecard-button {
  background: #666;
  border: 1px solid white;
  font-size: 10px;
  color: white;
  width: 70px;
}

a.balancecard-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
  color: initial;
}

.balancecard-footer {
  /* height: 15px; */
  color: white;
  font-size: 11px;
  text-align: center;
}

.accountpanel {
 
  background: #efefef;
  margin: 8px 8px 8px 0px; 
  padding: 15px 8px 15px 8px;
}

.accountpanel span{
  font-size: 20px;
}

.btn-mysafa {
  background-image: linear-gradient(to bottom,#436fa8 0,#337ab7 100%);
  background-color: #436fa8;
  border-color: #3e9ef1;
  background-repeat: repeat-x;
  color: white;
}

.rowbar {
  background: #666;
  color: white;
  height: 40px;
  padding: 3px 10px;
    left: 0;
    text-align: right;
    float: right;
    font-size: 14px;

    overflow: auto;

}

.rowbar .label {
  font-size:100%;
}

.pricetag {
  font-size: 30px;
  padding-right: 10px;
  padding-left: 8px;
  font-weight: 700;
}



/* Mobile Only */

@media (max-width: 1000px) {
  .balancecard-footer {
    height: auto;
  }

  .balancecard-body {
    font-size: 28px;
  }

  .balancecard-button {

    font-size: 20px;
    width: 110px;
  }

  .accountpanel span{
    font-size: 35px;
  }

  .accountinfo {
    font-size: 25px;
  }

  body {
    font-size: 25px;
  }

  #league.form-control {
    font-size: 25px;
  }

  .balancetable-item {
    font-size: 14px;
  }
  
  .baltableamt {
   
    font-size: 16px;
  }



 

} 

@media screen and (min-width: 1000px) {
  .balancecard-footer {
    height: 15px;
  }

  
}

/* Mobile Only */
/* @media (max-width: 767px) {
  .balancecard-footer {
    height: auto;
  }

  .accountpanel {
    font-size: 48px;
  }

  .accountpanel span{
    font-size: 18px;
  }

  .accountinfo {
    font-size: 50px;
  }


}
@media (max-width: 479px) {
  .balancecard-footer {
    height: auto;
  }

  .accountpanel {
    font-size: 48px;
  }

  .accountinfo {
    font-size: 50px;
  }

  
} 


@media screen and (max-width: 1000px) {
  .balancecard-footer {
    height: 15px;
  }
  
  .accountpanel {
    font-size: 30px;
  }
  .accountpanel span{
    font-size: 40px;
  }

  body {
    font-size: 25px;
  }

}

 */


.infobody {
  font-family: Arial;
  background-color: white;
  margin: 5px;
}

.infoheader {
  background-color: #4570a6;
  color: white;
  padding: 10px;
  float: left;
}

.leaguecostinfo {
  border: 1px solid #eee;
  margin: 0px 5px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
       box-shadow: 0 10px 6px -6px #777;
 min-height: 213px;
}

.costtitle {
  padding: 10px 10px 3px 10px;
  font-size: 18px;
  font-weight: 600;
}

.inputGroup {
  background-color: #eee;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:before {
  /* width: 10px; */
  height: 10px;
  border-radius: 50%;
  content: "";
  /* background-color: #5562eb; */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
  
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.inputGroup .leagueinput:checked ~ label {
  color: #fff;
  background-color: #4570a6;

}
.inputGroup .leagueinput:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup .leagueinput:checked ~ label:after {
  background-color: #C7D9E8;
  border-color: #C7D9E8;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%234570a6' fill-rule='nonzero'/%3E%3C/svg%3E ");

}

.inputGroupdisabled {
  background-color: #f2dede;
  color: #eee;
}
.inputGroup .leagueinput {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}


.costbody {
  padding-bottom: 10px;
}

.costheader {
  font-size: 11px;
}


