@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  padding:1px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
.table-fill th
{
  color:#D5DDE5;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:18px;
  font-weight: 100;
  padding:10px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.table-fill th:first-child {
  border-top-left-radius:3px;
}
 
.table-fill th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
.table-fill tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
.table-fill tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 
.table-fill tr:first-child {
  border-top:none;
}

.table-fill tr:last-child {
  border-bottom:none;
}
 
.table-fill tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
.table-fill tr:nth-child(odd):hover td {
  background:#4E5066;
}

.table-fill tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.table-fill tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
.table-fill td {
  background:#FFFFFF;
  padding:5px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

.table-fill td:last-child {
  border-right: 0px;
}

.table-fill th.text-left {
  text-align: left;
}

.table-fill th.text-center {
  text-align: center;
}

.table-fill th.text-right {
  text-align: right;
}

.table-fill td.text-left {
  text-align: left;
}

.table-fill td.text-center {
  text-align: center;
}

.table-fill td.text-right {
  text-align: right;
}


.table-fillnosel {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  padding:1px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
.table-fillnosel th
{
  color:#D5DDE5;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:18px;
  font-weight: 100;
  padding:10px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.table-fillnosel th:first-child {
  border-top-left-radius:3px;
}
 
.table-fillnosel th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
.table-fillnosel tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 

.table-fillnosel tr:first-child {
  border-top:none;
}

.table-fillnosel tr:last-child {
  border-bottom:none;
}
 
.table-fillnosel tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
.table-fillnosel tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.table-fillnosel tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
.table-fillnosel td {
  background:#FFFFFF;
  padding:5px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

.table-fillnosel td:last-child {
  border-right: 0px;
}

.table-fillnosel th.text-left {
  text-align: left;
}

.table-fillnosel th.text-center {
  text-align: center;
}

.table-fillnosel th.text-right {
  text-align: right;
}

.table-fillnosel td.text-left {
  text-align: left;
}

.table-fillnosel td.text-center {
  text-align: center;
}

.table-fillnosel td.text-right {
  text-align: right;
}

#tabstourneymgr {
  font-family: Arial,Helvetica,sans-serif !important;
}

/* Vertical Tabs
----------------------------------*/
.ui-tabs-vertical { 
  border: 5px solid red; 
  width: 210px;
}
.ui-tabs-vertical .ui-tabs-nav { 
  padding: 0;
  float: left;
  width: 210px;
  margin-right: 0px;
}
.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  font-weight: bold;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  display:block;
  outline: 0;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
  border-right-width: 1px;
}
.ui-tabs-vertical .ui-tabs-panel {
  padding: 0;
  float: left;
  width: 40em;
}

.tourneymgr-tab.ui-widget.ui-widget-content
{
  border: 3px solid #202020;
  box-shadow: 0px 0px 25px 0px #884d04;
  border-radius: 0px;
  background: #101010;
  padding: 3px;
  color: white;
}
.ui-tabs .ui-tabs-nav
{
  padding: 0 0 0 0; 
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor
{
  padding: 10px 0px 10px 10px;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
  width: 200px;
}
.ui-tabs .ui-tabs-tab
{
  border: 1px solid #494B50;
}
.tourneymgr-tab.ui-widget-header
{
  border: 1px solid #202020;
  background: #101010;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  display:block;
  outline: 0;
  width: 100%;
  text-align: left;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0;
}

.tourneymgr-container-div {
  border: 3px solid #212122 !important;
  width: 1200px !important;
  min-height: 500px !important;
  margin-left: 0px;
}

.tourneymgr-table-ext {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  padding:1px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: .7em !important;
}
 
.tourneymgr-table-ext th
{
  color:#D5DDE5;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-weight: 100;
  padding:10px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 16px !important;
}

  
.tourneymgr-table-ext tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
 
.tourneymgr-table-ext td {
  background:#FFFFFF;
  padding:5px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 16px !important;
  height: 40px;
  background:#ffffff;
}

.tourneymgr-table-ext tr:nth-child(odd) td {
  background:#ffffff;
}

.bsf-editbox
{
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  vertical-align: middle;
  text-align: left;
  overflow: visible;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.bsf-editbox:disabled
{
  opacity: .35;
}
.bsf-editbox-v2
{
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: .4em .5em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  vertical-align: middle;
  text-align: left;
  overflow: visible;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  width: 100%;
}
.bsf-editbox-v2:hover
{
  background: #eeeeee;
}
.bsf-editbox-v2:disabled
{
  opacity: .35;
}

.bsf-selectbox-v2
{
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: .4em .5em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  vertical-align: middle;
  text-align: left;
  overflow: visible;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  width: 100%;
}
.bsf-selectbox-v2:hover
{
  background: #eeeeee;
}
.bsf-selectbox-v2:disabled
{
  opacity: .35;
}

.bsf-textarea-v2
{
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: .4em .5em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  vertical-align: middle;
  text-align: left;
  overflow: visible;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  width: 100%;
}
.bsf-textarea-v2:hover
{
  background: #eeeeee;
}
.bsf-textarea-v2:disabled
{
  opacity: .35;
}

.bsf-checkbox-v2-ck {
  height: 0;
  width: 0;
  visibility: hidden;
}

.bsf-checkbox-v2-lb {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 30px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}

.bsf-checkbox-v2-lb:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.bsf-checkbox-v2-ck:checked + .bsf-checkbox-v2-lb {
  background: #bada55;
}

.bsf-checkbox-v2-ck:checked + .bsf-checkbox-v2-lb:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.bsf-checkbox-v2-ck .bsf-checkbox-v2-lb:active:after {
  width: 130px;
}
