/*
    Variables
*/

.testshape {
    --roof-one: linear-gradient(15deg,#9c7842 12%,transparent 12.5%) 50px -10px / 380px 30px;
    --roof-two: linear-gradient(-15deg,#429c4a 12%,transparent 12.5%) -330px -10px / 380px 30px;
    --window-one: linear-gradient(#fff, #fff) 20px 40px / 10px 10px;
    --window-two: linear-gradient(#fff, #fff) 70px 40px / 10px 10px;
    --house-door:  linear-gradient(#635327, #635327) 40px 40px / 20px 30px;
    --house-front: linear-gradient(#cc943f,#cc943f) 0px 20px / 100px 50px;
    width: 100px;
    height: 70px;
    background:
      var(--window-one),
      var(--window-two),
      var(--roof-one),
      var(--roof-two),
      var(--house-door),
      var(--house-front);
    background-repeat: no-repeat;
}


body {
  font-family: 'Poppins', sans-serif;
  background: #D2ECEC;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbarformat {
  padding: 15px 10px;
  background: #6bcfcf;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.dropdowntoggleformat {
  background-color: #008080;
  border-color: #17a2b8;
  color: #cccccc;
  border-radius: 3px;
  padding: 3px
}

/* Toggle switch selected colour */
.form-check-input:checked {
  background-color: #6bcfcf;
}

.navbar-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  border: none;
}

.btn-info {
  color: #cccccc;
  background-color: #008080;
  border-color: #17a2b8;
}

.spinner{
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  background: url(/code/img/spinner3.gif);
  background-size: 100%;
}

#pageheadertext {
  color: #008080;
  font-size: 2em;
  margin-left: 50px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #008080;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 10px;
  background: #1EA1A1;
  text-align: center;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #1EA1A1;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #008080;
  background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #1EA1A1;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #1EA1A1;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #008080;
}

a.article,
a.article:hover {
  background: #1EA1A1 !important;
  color: #fff !important;
}

/* #sidebarright {
  background: #6bcfcf;
} */

.shadedmid {
  background: #6bcfcf;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}



/* -----------------------------------------------
     BUTTONS
------------------------------------------------ */

.btn-displayblock {  
  color: #008080;
  background-color: #a2fafa;
  border-color: #008080;
  font-size: 0.8rem;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 3px;
}

.btn-function {  
  color: #a2fafa;
  background-color: #666666;
  border-color: #a2fafa;
  font-size: 0.8rem;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 3px;
}

.btn-transparent {  
  color: #008080;
  border-color: #008080;
  font-size: 0.8rem;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 3px;
}

.btn-dialogicon {  
  color: #00BBBB;
  border-color: #00BBBB;
  font-size: 0.8rem;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 3px;
}

.btn-icononly {
  color: #008080;
  font-size: 0.8rem;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 3px;
}


.btn-displayblock.active {
  color: white;
  background-color: #008080;
  border-color: white;
}

.btn-dialogicon:hover {
  color: white;
  background-color: #00BBBB;
  border-color: white;
}

.btn-displayblock.focus, .btn-displayblock:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem #20f5f5;
}

.btn-filter {
  color: #666;
  background-color: #dbf3dc;
  border-color:#666;
  font-size: 0.8rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

.btn-filter.active {
  color: #008080;
  background-color: #a2fafa;
  border-color: #008080;
}

.btn-filter.focus, .btn-filter:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem #0cf4fc;
}

.btn-command {
  color: #ffffff;
  background-color: #024242;
  border-color:#20f5f5;
  font-size: 0.8rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

.btn-command:hover {
  color: #20f5f5;
}

.redgreentextbutton {
  color: #AA0000;
}
.redgreentextbutton.active {
  color: green;
}
.redgreentextbutton.disabled {
  color: #666666;
}


/* ************************************************ 
************ Selections screen
************************************************ */

/* Code for right-click popup menu */

#selectionspopup{
  width:150px;
  display:none;
  position:fixed;
  border:1px solid #008080;
  background-color:#cdf7f7;
  box-shadow: 3px 3px 2px #0cf4fc;
  border-radius:4px;
}

.popupliselected {
  color: green;
  /* border-left: 4px solid green; */
}

#items{
  list-style:none;
  margin:0px;
  margin-top:2px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:2px;
  font-size:12px;
  color: #333333;
  
}
hr { 
  width: 85%; 
  background-color:#0cf4fc;
  border-color:#0cf4fc;
  color:#0cf4fc;
  margin-top: 5px;
  margin-bottom: 5px;
}

li{
  padding: 1px;
  padding-left:5px;
}

.popupitem:hover{
  color: white;
  background:#008080;
  border-radius:2px;
}

/* Buttons and teams rows */

/* .selbuttonsrow{
  padding:4px;
} */

.nopadding {
  padding: 0px;
}

.selteamelement {
  border-radius:6px;
}

.buttonsrow{
  border-radius:6px;
  /* opacity: 0.5; */
  background-color: #6bcfcf;
  border-color: #AAA;
  border-width: 1px;
  border-style: solid;
  /* margin: 1px; */
}

.selbuttonsbutton{
  padding:6px;
  margin:4px;
  text-transform: uppercase;
  font-size:12px;
  font-weight: bold;
}

.selmanuallabel{
  padding: 5px 5px;
  margin:4px;
  color: #cdf7f7;
  background-color: #008080;
  text-transform: uppercase;
  border-radius:6px;
  font-size:12px;
  font-weight: bold;
  line-height: 110%;
  text-align: center;
}
.selbuttonsrowtext {
  padding: 5px 0px;
  margin:4px;
  color: #cdf7f7;
  background-color: #008080;
  text-transform: uppercase;
  border-radius:6px;
  font-size:12px;
  font-weight: bold;
  line-height: 110%;
  text-align: center;
}

/* Boxes containing players  */
.selteambox {
  border-radius: 15px;
  background-color:#CCC;
  font-size: 12px;
  padding: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.selteamplayer {
  border-radius: 5px;
  background-color:#AAA;
  font-size: 12px;
  padding: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
  line-height: 200%;
  text-align: center;
}
.selteamplayerdiff {
  background-color:#C99;
  color: #000;
}

.selteamboxhdr {
  color:#008080;
  font-size:12px;
  margin-top:3px;
  text-align: center;
  font-weight: bold; 
}

.selemailmodalheader, .selemailclose {
  background-color: #008080;
  color:white !important;
  text-align: center;
  font-size: 30px;
}
.selemailmodalfooter {
  background-color: #f9f9f9;
}
.selemailmodaltextarea {
  font-size:10px;
}


/* ************************************************ 
************ Scoring screen
************************************************ */

.scoringtable {
  text-align:center;
  border-collapse:collapse;
  padding:0;
  background-color:#cccccc;
  font-size: small;
  line-height:1 em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.scoringbutton {
  padding:1px;
  margin:1px;
  text-transform: uppercase;
  font-size:12px;
  color: #c1f7ee;
}

.futureheadingcell {
  background-color: transparent;
  color: #d49aec;
  /* color: #9400d3; */
}

.scoringteamrow {
  font-weight:bold;
  background-color:#008080;
  color:#c1f7ee;
}

.scoringteamsub {
  font-weight:bold;
  background-color:#1EA1A1;
  color:#c1f7ee;
}

.scoringcell {
  background-color:#88bfc4;
  color: #000;
  /* color:#FFF; */
  /* border: 1px solid #008080; */
}

.scoringgriddark {
  background-color:#AAA;
}

.scoringgridlight {
  background-color:#CCC;
}


.nonscoringcell {
  background-color:#FBB;
  /* color:#FFF; */
  /* border: 1px solid #008080; */
}

.futurecell {
  background-color: #CAC;
  /* color:#FFF; */
  /* border: 1px solid #008080; */
}

.futureheadingcell.scoringcell {
  background-color: #C8C;
}

.futurecell.scoringcell {
  background-color: #C8C;
}

.leftrightborderrow {
  border-left: 1px solid #008080;
  border-right: 1px solid #008080;
}


.scoringgridselected {
  border: 1px solid #0cf4fc;
}

.tabletopborder { border-top:1px solid #008080}
.tablebottomborder { border-bottom:1px solid #008080}

/*# sourceMappingURL=t1.css.map */