/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
.sidebar-container {
  height: 100%;
  width: 200px;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #E3F2FB;
  border-right: solid 1px #EEE; }

#dashboard {
  padding-top: 7px;
  background: #056BAA; }

.delete-link a {
  color: red; }

.dash-logo {
  width: 200px;
  padding: 11px 20px 10px 20px; }

.dash-item {
  margin-left: 10px;
  padding: 30px 15px 15px 15px; }

.sidebar-text {
  color: black;
  cursor: pointer; }

.sidebar-text:hover {
  color: #056BAA; }

.sidebar-image {
  width: 30px;
  padding-right: 10px;
  margin-top: -4px;
  cursor: pointer; }

hr.sidebar {
  margin: 3px 0px 3px 0px;
  border: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid #373737; }

.sidebar-image:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  cursor: pointer; }

.dash-content {
  margin-left: 200px; }

.pad {
  padding-top: 75px; }

.dash-content .logo {
  padding-top: 20px;
  width: 175px;
  padding-left: 20px; }

.third-nav {
  padding: 5px 0px;
  box-shadow: 1px 1px 0px #EEE;
  padding: 10px 0px;
  background: #E3F2FB;
  display: none;
  border-bottom: solid 1px #056BAA;
  text-align: center; }

.third-nav input {
  height: 35px !important;
  margin: 0px !important;
  padding: 3px 10px !important; }

.dash-content .navbar {
  margin-bottom: 0px !important;
  border: none; }

.mobile-icons {
  display: none;
  margin-top: 60px;
  border-top: solid 1px white; }

.mobile-icon {
  width: 25px;
  padding-top: 17px;
  padding-bottom: 10px;
  cursor: pointer; }

.navbar-right {
  text-align: left; }

.dropzone .dz-default.dz-message {
  margin-top: -25px !important;
  width: 276px !important;
  height: 50px !important;
  margin-left: -138px !important; }

.dropzone {
  min-height: 50px !important; }

@media (max-width: 768px) {
  .sidebar-container {
    display: none; }
  .dash-content {
    margin-left: 0px; }
  .dash-content .logo {
    display: block;
    padding-top: 7px;
    float: left; }
  .third-nav, .mobile-icons {
    display: block; }
  .dash-content .navbar {
    border-bottom: solid 2px #00B95B; } }
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0,0,0,0.03);
  min-height: 130px;
  max-width: 280px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.03);
  padding: 23px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -56px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-default.dz-message {
    background-image: none;
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-default.dz-message span {
  display: block;
  font-size: 20px;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url(/spritemap.png);
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url(/spritemap@2x.png);
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url(/spritemap.png);
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url(/spritemap@2x.png);
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-linear-gradient(top, #fafafa, #eee);
  background-image: -moz-linear-gradient(top, #fafafa, #eee);
  background-image: -o-linear-gradient(top, #fafafa, #eee);
  background-image: -ms-linear-gradient(top, #fafafa, #eee);
  background-image: linear-gradient(to bottom, #fafafa, #eee);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}
@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-ms-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
.degree {
  border: solid 1px #00B95B;
  font-size: 16px;
  color: #00B95B;
  max-width: 200px;
  background: #f6f6f6;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px; }
@font-face {
  font-family: 'Montreal';
  src: url(/assets/montreal-demibold-e41322425c22d4e5b23ee79762ab5fb8aa1f7a3fc6c8f454657a752e21b022b2.ttf); }

@font-face {
  font-family: 'Nexa Light';
  src: url("Nexa Light.otf"); }

@font-face {
  font-family: 'Nexa Bold';
  src: url("Nexa Bold.otf"); }

body, html {
  font-family: "Nexa Light" !important;
  height: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px; }

#wrapper {
  min-height: 100%;
  position: relative; }

#content {
  padding-bottom: 5px; }

#footer {
  padding: 25px;
  background: #FFFFFF;
  border-top: solid 1px #EEE;
  color: #777;
  width: 100%;
  min-height: 88px;
  height: auto;
  position: relative;
  bottom: 0;
  left: 0; }

#footer a {
  color: #777 !important;
  text-decoration: none; }

#footer a:hover {
  text-decoration: underline; }

#error {
  z-index: 10000;
  position: relative;
  top: 90px;
  color: red;
  font-size: 16px;
  border: solid 1px red; }

.dropdown-menu {
  padding: 15px !important; }

.active-account {
  color: #00B95B !important; }

.dropdown-menu li {
  padding-top: 5px; }

.logo {
  max-width: 220px;
  width: 90%; }

.love {
  width: 50px;
  display: block;
  margin: auto;
  padding-top: 15px; }

.home-content-box {
  border: solid 1px #CCC;
  box-shadow: 1px 1px 1px #EEE;
  border-radius: 5px;
  border-bottom: solid 2px #056BAA;
  padding: 12px;
  margin-bottom: 20px;
  background: white; }

.home-content-box input {
  width: 95%;
  max-width: 220px; }

.navbar {
  background: #056BAA !important;
  border-radius: 0px !important;
  z-index: 1000;
  position: relative;
  border-bottom: solid 1px #056BAA !important;
  box-shadow: 1px 1px 2px black; }

.nav {
  margin-top: 15px !important; }

.navbar-toggle {
  margin-top: 15px !important;
  padding: 6px 5px !important; }

#mobile-sign {
  display: none;
  margin-left: 10px;
  text-align: center; }

#mobile-sign input[type="email"], #mobile-sign input[type="password"] {
  width: 130px !important; }

@media (max-width: 766px) {
  #mobile-sign {
    display: block; }
  #not-signed-collapse {
    display: none; }
  .padded-row {
    margin-top: 10px !important; }
  .navbar-fixed-top {
    position: relative !important; }
  .navbar-brand {
    float: none !important; }
  .navbar-brand img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  .pad {
    padding-top: 0px; } }

input[type="text"], input[type="email"], input[type="password"] {
  height: 40px;
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px #CCC;
  border-radius: 3px;
  width: 90%;
  max-width: 235px; }

.navbar input[type="email"], .navbar input[type="password"], .navbar input[type="text"] {
  height: 30px !important;
  width: 150px !important;
  font-size: 12px !important; }

.navbar input[type="submit"] {
  font-size: 12px;
  padding: 7px 25px; }

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF !important; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000; }

textarea {
  border: solid 1px #CCC;
  border-radius: 3px; }

button.close {
  padding: 10px !important; }

input[type="submit"], .submit-button {
  border: none;
  padding: 12px 30px;
  margin: 15px;
  border-radius: 3px;
  background: #00B95B;
  color: white;
  font-size: 16px;
  cursor: pointer;
  font-family: "Nexa Bold"; }

input[type="submit"]:hover, .submit-button:hover {
  background: #03D56A; }

.devise-title {
  color: #00B95B;
  font-size: 28px;
  margin: 20px 0px; }

.home-back {
  background: url(/assets/stadium-bg-3d9d6e9373c5e1e4f6a064d0e31abafec3cdc4e480f1f3f2d5ce55faf83b0277.jpg) no-repeat center center fixed;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: fill; }

.off-white-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  min-height: 465px;
  margin-bottom: 20px; }

.padded-row {
  margin-bottom: 80px;
  margin-top: 105px; }

.join-box {
  margin-top: 50px;
  padding: 30px 40px 120px 40px;
  max-width: 400px;
  background: black;
  opacity: 0.8;
  border-radius: 5px; }

.join-button {
  background: #056BAA;
  padding: 20px;
  border-radius: 3px;
  width: 230px;
  color: white; }

.catch-phrase {
  font-family: "Nexa Bold";
  font-size: 28px;
  padding: 20px 0px;
  color: #000000;
  line-height: 28px; }

.home-sub-title {
  font-size: 18px;
  padding: 8px 0px;
  color: #000000;
  font-family: "Nexa Bold"; }

form#new_user label {
  font-size: 15px;
  font-family: "Nexa Bold"; }

.ball-bullet {
  width: 45px;
  padding: 5px; }

/* Privacy */
.privacy-title {
  font-size: 30px;
  padding: 15px 0px; }

.privacy-header {
  font-size: 22px;
  padding: 5px 0px;
  text-transform: uppercase; }

.privacy-section {
  padding: 15px 0px; }
.my-tournaments-title {
  color: #056BAA;
  font-size: 26px;
  padding: 15px 0px; }

.tourn-right {
  border-left: solid 1px #CCC;
  margin-bottom: 15px; }

.enter-new-tournament {
  padding: 10px 0px; }

.required-field {
  font-size: 18px;
  color: red; }

.my-tournament {
  padding: 10px 0px; }

.tmatch-data {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #CCC; }
/* Dashboard */
.player-name {
  font-size: 30px;
  color: #056BAA;
  padding-top: 18px;
  padding-bottom: 5px; }

.new-player {
  background: #03D56A;
  padding: 10px;
  border-radius: 3px;
  width: 200px;
  color: white;
  cursor: pointer;
  text-align: center; }

.new-player:hover {
  background: #056BAA; }

.accounts-title {
  font-size: 16px; }

.no-format-submit {
  background: none !important;
  color: #000000 !important;
  padding: 0px !important;
  font-size: inherit !important;
  margin: inherit !important;
  cursor: pointer; }

.no-format-submit:hover {
  color: #056BAA !important; }

.add-new-player-button {
  cursor: pointer;
  color: #03D56A !important; }

.add-new-player-button:hover {
  color: #03D56A; }

.accounts {
  color: #000000;
  padding-bottom: 5px; }

.ad {
  padding: 20px 0px; }

.al-col {
  border-left: solid 1px #EEE;
  background: white; }

@media (max-width: 992px) {
  .ad {
    display: none; } }

.section-box {
  border: solid 1px #CCC;
  box-shadow: 1px 1px 1px #EEE;
  border-radius: 5px;
  border-bottom: solid 2px #056BAA;
  padding: 10px;
  margin: 10px 0px;
  cursor: pointer;
  max-width: 700px; }

.section-box-hover:hover {
  background: #E3F2FB; }

.section-title {
  font-size: 20px; }

div[role="search"] input[type='text'] {
  height: 31px; }

div[role="search"] input[type='submit'] {
  margin: auto; }

div[role="search"] {
  margin-top: 23px; }

.ui-widget-content {
  z-index: 10000 !important; }

.gray-back {
  background: #F6F6F6; }

.newsfeed-box {
  padding: 10px;
  border: solid 1px #EEE;
  margin: 10px 0px;
  border-radius: 3px;
  cursor: pointer;
  max-width: 700px;
  box-shadow: 1px 1px 1px #CCC;
  background: white;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden; }

form#filedrop {
  display: block;
  margin-left: auto;
  margin-right: auto; }

form[action="/update_caption"] input {
  display: none;
  width: 280px; }

.newsfeed-post {
  padding: 8px 0px; }

.spec {
  padding-left: 40px;
  padding-top: 5px; }

.newsfeed-box img {
  width: 150px;
  border-radius: 6px;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.newsfeed-image img {
  width: 30px;
  float: left;
  padding: 3px;
  border: solid 1px #E3F2FB; }

.newsfeed-date {
  float: right;
  text-align: right;
  font-size: 11px;
  color: #056BAA; }

.newsfeed-details {
  float: left;
  padding-top: 10px;
  font-size: 11px;
  color: #056BAA; }

.newsfeed-like, .newsfeed-liked {
  float: right;
  width: 160px;
  text-align: right; }

.newsfeed-like img, .newsfeed-liked img {
  width: 30px;
  float: right; }

span.liketext {
  padding-right: 7px;
  padding-top: 7px;
  font-size: 14px;
  color: #056BAA; }

.likenum {
  float: right;
  font-size: 27px;
  padding-left: 6px;
  color: #056BAA; }

.newsfeed-like img:hover {
  opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.newsfeed-comments {
  border-top: solid 1px #056BAA;
  padding: 5px;
  margin-top: 10px;
  background: #F6f6f6;
  overflow-y: auto; }

#comment_text {
  height: 30px;
  width: 100%;
  max-width: 535px;
  margin-top: 5px; }

form#new_comment input[type="submit"] {
  padding: 4px 20px; }

.comment-text {
  padding-top: 5px;
  color: #056BAA; }

.comment-owner {
  font-family: "Nexa Bold";
  padding-right: 10px; }

.newsfeed-comments .newsfeed-date {
  padding-top: 5px; }

.hidden-other-matches {
  display: none; }

.show-more {
  padding-top: 12px;
  color: #056BAA; }

.hide-more {
  padding-top: 12px;
  color: #056BAA; }

.like {
  width: 25px;
  padding-bottom: 10px;
  padding-left: 5px; }

.info-row {
  padding-bottom: 20px;
  min-height: 220px; }

.dash-title {
  font-size: 30px;
  padding: 0px;
  max-width: 600px;
  margin: 0px;
  background: none;
  color: #056BAA;
  border-radius: 3px; }

.profile-info {
  margin-top: 15px; }

.toggle {
  padding: 10px;
  background: #EEE;
  border-radius: 3px;
  border: solid 1px;
  cursor: pointer;
  margin: 5px; }

.toggle-active {
  padding: 10px;
  margin: 5px;
  background: #E3F2FB;
  border-radius: 3px;
  border: solid 1px;
  cursor: pointer; }

.toggle:hover {
  background: #F6F6F6; }

.profile-img {
  padding: 10px 0px;
  border-radius: 3px;
  font-size: 17px;
  cursor: pointer; }

.profile-img img {
  border-radius: 360px;
  height: 120px;
  width: 120px; }

.profile-img-sm img {
  border-radius: 360px;
  height: 80px;
  width: 80px;
  border: solid 1px #CCC;
  margin: 0px; }

.opponent-detail-box {
  padding-top: 10px; }

.opponent-details {
  font-size: 16px; }

.emp {
  color: #00B95B;
  font-size: 16px; }

.friend-status {
  padding: 15px;
  color: #056BAA;
  margin-top: 30px;
  font-size: 18px; }

.friend-status-button {
  padding: 15px;
  width: 200px;
  border-radius: 3px;
  background: #056BAA;
  color: white;
  margin-top: 30px;
  cursor: pointer; }

.sub-dash-title {
  font-size: 25px;
  padding: 7px;
  color: white;
  background: #056BAA;
  border-radius: 3px;
  margin-bottom: 15px;
  max-width: 600px; }

.opp-prof {
  width: 120px;
  padding: 15px;
  background: #F6F6F6;
  border-radius: 3px; }

.opp-row {
  margin: 15px 0px; }

.opp-info {
  font-size: 18px;
  line-height: 32px; }

.opp-score {
  font-size: 32px;
  padding-top: 15px; }

/* CSS for own Results Page */
.player-prof-box {
  border: solid 1px #CCC;
  box-shadow: 1px 1px 1px #EEE;
  border-radius: 5px;
  border-bottom: solid 2px #056BAA;
  max-width: 600px;
  padding: 15px;
  margin-top: 10px; }

.options-box {
  max-width: 600px;
  padding: 10px; }

.match-box {
  margin: 10px;
  border: solid 1px;
  max-width: 600px;
  padding: 15px;
  background: #E3F2FB;
  border-radius: 3px; }

.score-box {
  padding: 5px 0px; }

.scoring-table td {
  padding: 5px 10px;
  border: solid 2px; }

.win-check {
  width: 15px;
  margin-left: 12px;
  margin-top: -4px; }

/* CSS for Friend List Page */
.friends-box {
  font-size: 18px;
  padding: 5px 0px;
  line-height: 32px; }

.friends-title {
  color: #00B95B;
  font-size: 28px;
  padding: 20px 0px; }

.friends-box input[type="submit"] {
  color: #056BAA;
  background: none;
  padding: auto;
  margin: auto; }

/* CSS for Profile Page */
.prof-image {
  width: 150px;
  padding: 25px;
  background: #F6F6F6;
  border-radius: 3px;
  cursor: pointer; }

.prof-image:hover {
  background: #EEE; }

.edit-pic-box {
  position: relative;
  width: 150px; }

.edit-pic-button {
  position: absolute;
  display: none;
  width: 150px;
  padding: 15px;
  background: #000000;
  color: white;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.7; }

.add-pic-button {
  position: absolute;
  display: block;
  width: 150px;
  padding: 15px;
  background: #000000;
  color: white;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.7; }

input[type="file"] {
  display: inline-block !important;
  width: 200px; }

.account-info {
  font-size: 15px;
  padding: 6px 0px; }

.account-info .emp {
  font-size: 15px; }

.sub-profile-title {
  font-size: 18px;
  color: #000000;
  padding: 0px 0px; }

/*# sourceMappingURL=application.css-62bbc89ffd1e005ddde67f6297d985b5201b63736ab2f125d26137fa38bac1ec.map */
