/* CSS Document */
html {
  -webkit-text-size-adjust: none; }

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  display: block; }

input[type="text"], input[type="password"], textarea, select {
  outline: none; }

mark, rp, rt, ruby, summary, time {
  display: inline; }

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, figure {
  margin: 0;
  padding: 0; }

img a {
  cursor: pointer; }

img, .clearborder {
  border: 0 none; }

.clear_bg {
  background: none; }
.showall{
  margin-top: 10px;}
ul, li {
  list-style-position: outside;
  padding: 0; }

a {
  text-decoration: none;
  color: #566873;
  cursor: pointer;
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease; }

a:hover {
  color: #767676; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.align_center {
  text-align: center; }

.align_right {
  text-align: right; }

.no-margin {
  margin: 0 !important; }

audio, canvas, video {
  display: inline-block;
  /* *display: inline; */
  /* *zoom: 1;  */
}

html {
  font-size: 13px;
  -webkit-text-size-adjust: 13px;
  -ms-text-size-adjust: 13px; }

body {
  margin: 0;
  line-height: normal;
  font-size: 100%;
  color: #566873;
  overflow-x: hidden;
  font-family: 'open_sansregular';
  background-color: #f7f7f7; }

a, a:hover, a:active, input, textarea, select {
  outline: 0; }

p {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: 200;
  color: #566873; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

nav {
  width: 100%;
  border-bottom: 1px solid #ceced0;
  /*margin-bottom:50px;*/ }
  nav .logout-box {
    float: right; }
    nav .logout-box a {
      border: none;
      background: none;
      color: #028a83;
      font-size: 16px;
      display: inline-block;
      padding: 45px 0px; }

.nav-box {
  float: left; }

.nav-box a {
  display: block;
  padding: 45px 30px;
  background: #f7f7f7;
  font-size: 18px;
  font-family: 'open_sansregular';
  border-right: 1px solid #ceced0; }

.nav-box a:hover, .nav-box a.active {
  background: #000;
  color: #fff;
  font-family: 'open_sansregular';
  border-right: 1px solid #000; }

.nav-box-logo a span {
  display: block; }

.nav-box-logo a span img {
  vertical-align: inherit; }

.nav-box-logo a {
  background: #028a83 !important;
  padding: 25px 80px !important;
  border: none !important; }

.wrapper {
  width: 1115px;
  margin: 0 auto; }

.welcome-section {
  padding-bottom: 10px; }
  .welcome-section .form-group {
    margin-bottom: 18px; }

.welcome-section h1 {
  font-size: 18px;
  font-family: 'open_sanslight';
  padding-bottom: 12px;
  font-weight: bold;
  color: #173343; }

.welcome-section .welcome-table {
  width: 100%; }

.welcome-section .welcome-table .welcome-table-cell {
  padding: 20px;
  border: 1px solid #ceced0;
  border-collapse: collapse;
  background: #FFF;
  text-align: center; }

.welcome-table-cell span {
  display: block;
  font-size: 30px;
  font-family: 'open_sansregular';
  color: #028a83; }

.table-title h6 {
  font-size: 18px;
  font-family: 'open_sansregular';
  padding-top: 6px;
  text-transform: uppercase;
  text-align: center; }

.left-headding {
  padding-bottom: 10px; }
  .left-headding h6 {
    font-size: 18px;
    font-family: 'open_sansregular';
    padding-top: 6px;
    text-transform: uppercase;
    text-align: left; }

.users-table {
  padding: 15px 25px;
  border: 1px solid #ceced0;
  margin-bottom: 10px;
  background: #FFF; }
  .users-table .form-inline .form-group {
    float: left; }
  .users-table .form-inline .form-control {
    padding: 5px 12px !important;
    height: 32px;
    min-width: 95px; }
  .users-table .form-inline .checkbox {
    float: left;
    padding: 3px; }
    .users-table .form-inline .checkbox label {
      padding: 5px 0; }
  .users-table .pager {
    padding: 7px; }
  .users-table .search-input {
    width: 280px; }

.search-field, .zip-code {
  display: inline-block;
  border: 1px solid #ceced0;
  padding: 5px 10px; }

.zip-code {
  margin-left: 15px; }

.search-field input, .zip-code input {
  border: none; }

.zip-code input {
  width: 70px; }

.dropdown {
  float: left;
  margin: 0 5px; }

.dropdown.nav-box {
  margin: 0; }
.dropdown .dropdown-menu {
  padding: 0; }
  .dropdown .dropdown-menu a {
    border-right: 0;
    color: #566873; }

.dropdown select {
  display: inline-block; }

.table-content {
  margin-top: 20px; }

.table-content table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  background: #fff; }

.table-content table td {
  border: 1px solid #ceced0;
  border-collapse: collapse;
  padding: 10px; }

.table-content table th {
  background: #efefef !important;
  padding: 10px;
  border: 1px solid #ceced0;
  border-collapse: collapse;
  text-align: left;
  font-weight: normal;
  color: #707070; }

.even-bg {
  background: #f7f7f8; }

.team-admin .icons {
  float: right; }

.team-admin .icons span > img {
  vertical-align: middle; }

.icons {
  float: right; }

.icons i {
  margin: 0 3px; }

.icons i {
  cursor: pointer;
  vertical-align: middle; }

.fa {
  cursor: pointer; }

.icons i.fa-circle {
  font-size: 12px; }

.checkbox {
  display: inline-block;
  margin-left: 15px; }

.checkbox label {
  padding-left: 0; }

.checkbox input[type=checkbox] {
  vertical-align: top;
  margin-right: 5px; }

.table-content table td span.red-circle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #f2804c;
  display: block;
  float: right;
  margin-top: 4px; }

.red-color {
  color: #f2804c; }

.black-color {
  color: #000; }

.modal-content {
  border-radius: 0; }

.modal-header {
  background: #028a83; }

.modal-title {
  color: #fff;
  background: url(../images/close.png) no-repeat right center; }

.modal-header button.close {
  padding: 3px 6px; }
  .modal-header button.close span {
    opacity: 0; }

.nav-tabs > li > a {
  border-radius: 0; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-top: 3px solid #028a83;
  font-family: "open_sanssemibold"; }

.tab-table {
  margin-top: 1px; }

.tab-table table {
  border: 1px solid #ceced0;
  background: #fff; }

.tab-table table th {
  border-bottom: 1px solid #ccc !important; }

.tab-table table th, .tab-table table td {
  border: none;
  border-right: 1px solid #ccc; }

.nav-tabs {
  border-bottom: none; }

.add-button {
  float: right !important; }

.btn-success {
  background: #028a83;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease; }

.btn {
  border-radius: 0;
  border: none;
  padding: 9px 20px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease; }

.btn-success:hover {
  background: #13b2aa; }

table td span.active {
  color: #028a83; }

.tab-table table td span.expired {
  color: #f2804c; }

.tab-pane {
  position: relative; }

.tab-pane button.tab-btn {
  position: absolute;
  top: -50px;
  right: 17px; }

.modal-body {
  padding: 15px 20px; }

.modal-body table {
  margin-bottom: 30px; }

.teamadmin-popup-table1 table {
  width: 100%; }

.teamadmin-popup-table1 table th, .teamadmin-popup-table1 table td {
  padding: 10px;
  font-weight: normal; }

.teamadmin-popup-table1 table tr {
  border: 1px solid #ceced0; }

.teamadmin-popup-table1 table tr.thead {
  border: none; }

.teamadmin-popup-table2 table {
  width: 100%;
  margin-bottom: 0; }

.teamadmin-popup-table2 table th, .teamadmin-popup-table2 table td {
  padding: 10px;
  font-weight: normal; }

.teamadmin-popup-table2 table tr {
  border-bottom: 1px solid #ceced0; }

.modal-footer {
  border-top: 1px solid #ccc; }
  .modal-footer .checkbox {
    margin-left: 30px; }

.export-icon {
  float: right;
  padding: 8px 0; }

.export-icon a {
  margin-left: 5px; }

.modal-dialog {
  margin: 60px auto !important;
  width: 500px !important; }

.table-content {
  padding-right: 16px; }

.table-content.scrollable {
  margin-top: 0;
  height: 475px;
  overflow: auto;
  padding-right: 0px; }

.table-polls {
  height: 275px !important; }

.table-content.scrollable::-webkit-scrollbar {
  width: 6px;
  background-color: #fff; }

.table-content.scrollable::-webkit-scrollbar-thumb {
  background-color: #d7d9da;
  border-radius: 10px; }

.table-content.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #d7d9da; }

.table-content.scrollable::-webkit-scrollbar-thumb:active {
  background-color: #d7d9da; }

.form-control {
  color: #cec1be;
  border-radius: 0;
  height: 38px; }
  .form-control::-webkit-input-placeholder {
    color: #cec1be; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #cec1be; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #cec1be; }
  .form-control:-ms-input-placeholder {
    color: #cec1be; }

.login-section {
  border-bottom: 1px solid #ceced0;
  border-left: 1px solid #ceced0;
  border-right: 1px solid #ceced0;
  border-top: 0;
  background: #E6E6E6;
  padding: 30px 15px 15px;
  position: relative; }

.login-section:before, .login-section:after {
  content: '';
  position: absolute;
  top: -1px;
  width: 50.4%;
  background-color: #fff;
  padding-bottom: 5%; }

.login-section:before {
  left: 0%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 0 0;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(-45deg);
  border-bottom: 1px solid #ceced0;
  border-right: 2px solid #ceced0; }

.login-section:after {
  right: 0%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 100% 0;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(45deg);
  border-bottom: 1px solid #ceced0;
  border-left: 2px solid #ceced0; }

.left-inner-addon {
  position: relative; }

.left-inner-addon input {
  padding: 12px 30px;
  color: #cec1be !important; }

.left-inner-addon i {
  position: absolute;
  padding: 15px 12px; }

.right-inner-addon {
  position: relative; }

.right-inner-addon input {
  color: #cec1be !important; }

.right-inner-addon i {
  position: absolute;
  padding: 10px 12px;
  right: 0;
  top: 0;
  color: #028a83;
  cursor: pointer; }

.right-inner-addon span {
  position: absolute;
  padding: 10px 12px;
  right: 0;
  top: 0;
  color: #028a83;
  cursor: pointer; }

.login-logo {
  text-align: center;
  display: block;
  margin-bottom: 30px; }

.login-center {
  float: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0 0 0 !important; }

.login-logo img {
  margin: 0 auto; }

.forgot-password {
  text-align: right;
  padding: 0 0 15px; }

.submit-button {
  text-align: center; }

.awards-section {
  padding: 30px 15px;
  border: 1px solid #ceced0;
  margin-bottom: 10px;
  background: #ffffff; }

.awards-section .form-group, .awards-section .form-group input {
  width: 100%; }

.awards-section .form-group input {
  padding: 10px 12px; }

.toggle-button #active {
  margin-left: -5px; }
.toggle-button input {
  width: 50% !important;
  padding: 10px 0;
  height: auto;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease; }
  .toggle-button input:hover {
    background: #028a83;
    color: #fff;
    border: 1px solid #028a83; }
.toggle-button .active {
  background: #028a83;
  color: #fff;
  border: 1px solid #028a83; }

.ui-datepicker {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ededed;
  display: none;
  padding: 15px;
  width: 230px;
  height: 230px; }

.ui-datepicker table {
  width: 100%; }
  .ui-datepicker table td {
    padding: 5px;
    text-align: center; }
    .ui-datepicker table td:hover {
      background: #eff1f2; }
    .ui-datepicker table td a {
      color: #545657;
      font-weight: bold; }
      .ui-datepicker table td a:hover {
        color: #000; }

.ui-datepicker-calendar th {
  color: #545657;
  color: #000;
  font-weight: normal;
  padding: 5px 0; }

.ui-datepicker-header {
  background: none repeat scroll 0 0 #eceeef;
  padding: 5px;
  position: relative; }

.ui-datepicker-prev {
  left: 5px;
  position: absolute;
  top: 9px; }

.ui-datepicker-next {
  position: absolute;
  right: 5px;
  top: 9px; }

.ui-datepicker-title {
  color: #000;
  text-align: center;
  font-weight: bold; }

.ui-datepicker-prev span, .ui-datepicker-next span {
  background: url("../images/clalender-arrow.png") no-repeat scroll 0 0 transparent !important;
  display: block;
  height: 16px;
  text-indent: -10000px;
  width: 16px; }

.ui-datepicker-prev span {
  background-position: left top; }

.ui-datepicker-next span {
  background-position: right top !important; }

.ui-datepicker-prev span:hover {
  background-position: left -19px !important; }

.ui-datepicker-next span:hover {
  background-position: right -19px; }

.rt-visible, .rt-block, .rt-table .rt-skip {
  display: none; }

.bootstrap-timepicker-widget.modal {
  z-index: 1051 !important; }

.bootstrap-timepicker .add-on {
  position: absolute;
  right: 5px;
  top: 12px; }

.glyphicon {
  /*display:none;*/ }

.input-group-btn {
  border: 1px solid #ceced0;
  border-left: none; }

.bootstrap-filestyle input {
  /*padding:10px;*/ }

.btn-default {
  margin-right: -1px;
  margin-left: 0px !important; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background: #028a83;
  color: #fff; }

table .results a {
  text-decoration: underline; }
table .results i {
  color: #000;
  margin-left: 10px; }

.result-section {
  padding: 15px 0; }
  .result-section p {
    padding: 10px 15px; }
  .result-section .result-section-images {
    margin-top: 15px;
    background: #fff; }
    .result-section .result-section-images img {
      width: 25px; }
    .result-section .result-section-images .row {
      border: 1px solid #ccc;
      border-bottom: none;
      width: 100%;
      margin: 0 !important; }
      .result-section .result-section-images .row:last-child {
        border-bottom: 1px solid #ccc; }
    .result-section .result-section-images .result-section-cell {
      display: inline-block;
      padding: 10px; }
      .result-section .result-section-images .result-section-cell .image-thumb {
        width: 60px;
        height: 50px;
        border: 1px solid #ccc;
        text-align: center;
        padding-top: 11px; }

.popover {
  width: 150px; }
  .popover img {
    width: 100% !important; }

#myModalAddPolls {
  width: 300px;
  margin: 0 auto; }
  #myModalAddPolls .modal-dialog {
    width: 100% !important; }
  #myModalAddPolls .question-type p {
    text-align: center; }

.file-table table {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #ccc; }
  .file-table table td.file-name-bg {
    background: url(../images/file-bg.png) no-repeat left 10px;
    padding: 10px 25px; }
  .file-table table tr.bottom {
    border-bottom: 1px solid #ccc;
    background: none !important; }
  .file-table table th {
    padding: 5px 0;
    font-weight: normal;
    color: #484848; }
  .file-table table td {
    padding: 10px 0;
    font-family: 'open_sanslight';
    color: #484848; }
    .file-table table td span.red-color {
      margin-left: 30px; }

.users-table-content.users-scrollable::-webkit-scrollbar {
  width: 6px;
  background-color: #fff; }

.users-table-content.users-scrollable::-webkit-scrollbar-thumb {
  background-color: #d7d9da;
  border-radius: 10px; }

.users-table-content.users-scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #d7d9da; }

.users-table-content.users-scrollable::-webkit-scrollbar-thumb:active {
  background-color: #d7d9da; }

.users-table-content {
  position: relative;
  /*    padding-right: 10px;
      padding-left: 10px;*/
  height: 475px;
  overflow-y: auto;
  margin-top: 20px; }

.answer-options p {
  padding: 10px 0;
  border-bottom: 1px solid #ccc; }

.answers-each {
  padding: 10px 0; }

.file-table .padding-left {
  padding-left: 90px; }

.tab-content {
  margin-bottom: 30px; }

nav {
  background: #f7f7f7; }

.gray-button {
  background: #707070; }

.modal-body .form-control {
  /*padding:12px;*/ }

table.tablesorter tbody tr.normal-row td {
  background: #fff; }

table.tablesorter tbody tr.alt-row td {
  background: #f7f7f8; }

.tablesorter tbody tr:nth-child(even) {
  background-color: #FFF; }
.tablesorter tbody tr:nth-child(odd) {
  background-color: #E1F3F2; }

.answers-each i {
  margin-right: 18px; }

.time-heading h6 {
  color: #646464;
  padding-bottom: 10px; }

.tablesorter-default tr.odd > td {
  background-color: #fff; }

.tablesorter-default tr.even > td {
  background-color: #f7f7f8; }

.pagesize {
  display: none; }

.pager {
  top: 0 !important;
  float: right;
  margin: 0;
  margin-right: 10px;
  position: initial !important; }
  .pager div {
    display: inline-block;
    margin-right: 5px; }
  .pager .next a, .pager .prev a {
    float: none;
    text-decoration: underline;
    color: #657f70;
    font-family: 'open_sanssemibold';
    text-transform: capitalize; }
  .pager div#cslPageStatus {
    font-size: 13px; }
    .pager div#cslPageStatus b:first-child {
      color: #5e9599;
      margin-left: 15px; }

.schedule-pager {
  margin-top: -9px !important; }

.schedule-pagesize {
  display: inline-block;
  margin-left: 10px; }

.schedule-pager .pagedisplay {
  text-align: center;
  border: none;
  width: 60px; }

.loader-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  z-index: 9999; }

.loader, .loader-text {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999; }

.loader .loader-image {
  width: 48px;
  margin: 20% auto 0; }

.loader-text .loader-msg {
  width: 250px;
  height: auto;
  background: #fff;
  margin: 20% auto 0;
  padding: 10px; }

.loader-text label {
  font-size: 16px;
  padding: 10px;
  width: 100%;
  text-align: center; }

.loader-text button {
  color: white;
  width: auto; }

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #333 url("../images/img1.GIF") no-repeat center center; }

.bootstrap-timepicker-widget.dropdown-menu:before {
  border: 0; }

.form-container {
  /*width:400px;*/
  margin: 0 auto; }
  .form-container h2 {
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 18px; }
  .form-container label {
    /*        text-align: right;
            float:right;*/
    text-transform: uppercase;
    font-weight: bold; }
    @media (max-width: 767px) {
      .form-container label {
        text-align: left;
        float: left; } }
  .form-container .input-small {
    float: left;
    width: 100%; }
  .form-container .add-on {
    float: left;
    position: absolute;
    top: 9px;
    right: 2px; }

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat; }

.icon-time {
  background-position: -48px -24px; }

.icon-chevron-up {
  background-position: -288px -120px; }

.icon-chevron-down {
  background-position: -313px -119px; }

.schedule-section button {
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
  color: white; }
  @media (max-width: 767px) {
    .schedule-section button {
      margin-bottom: 10px; } }
.schedule-section .sched-btn {
  width: 200px;
  margin: 0 auto; }
.schedule-section .no-bg:hover {
  background: none; }
.schedule-section .pagination a {
  color: #707070; }
.schedule-section .pagination .active a {
  background-color: #028a83 !important;
  border-color: #028a83 !important;
  color: white; }

.modal-table {
  width: 90% !important; }

.modal-filter-container {
  width: 95%;
  margin: 0 auto; }
  .modal-filter-container select {
    width: auto; }

.no-of-days {
  width: 40px;
  margin-left: 10px;
  margin-right: 10px; }

.no-pad-left {
  padding-left: 0; }

.no-pad-right {
  padding-right: 0; }

.modal-filter .modal-footer p {
  width: 90%;
  margin: 0 auto; }

.bat-filtr {
  width: 970px;
  margin: 0 auto;
  padding: 10px 30px;
  border: 1px solid #ccc;
  /*background: #E6E6E6;*/ }

.score-filtr {
  width: 730px;
  margin: 0 auto;
  padding: 10px 30px;
  border: 1px solid #ccc;
  background: #FFF; }

.score-go-btn {
  float: left;
  width: 80px; }
  .score-go-btn button {
    height: 35px;
    padding: 0; }

.score-section .tablesorter-default td {
  vertical-align: middle;
  padding: 5px 10px; }
.score-section .tablesorter-default thead .sorter-false {
  padding: 10px; }

.enter-score-details {
  padding: 20px; }
  .enter-score-details button {
    margin: 10px 0; }

.red-bg {
  background-color: red; }

.green-bg {
  background-color: green; }

.yellow-bg {
  background-color: #ffcc33; }

.cyan-bg {
  background-color: #02d2d2; }

.card-box {
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  font-size: 10px; }

.cards-label {
  width: 100%;
  background: black;
  color: white;
  font-size: 16px;
  padding: 5px;
  margin-bottom: 15px;
  font-weight: 100; }

.clubs-filter {
  width: 580px;
  margin-bottom: 30px; }

.team-filter {
  width: 317px;
  margin-bottom: 30px; }

.buttons-filter {
  width: 372px; }
  .buttons-filter .score-go-btn {
    width: 150px;
    margin: 10px; }

.coach-filter {
  margin-bottom: 50px; }
  .coach-filter .dropdown {
    float: none; }

.edit-coach-fields {
  width: auto; }
  .edit-coach-fields label {
    width: 100%;
    text-align: start;
    margin-top: 8px; }
    .edit-coach-fields label span {
      float: right; }
  .edit-coach-fields .sub-field label {
    width: auto;
    float: left; }
    .edit-coach-fields .sub-field label span {
      margin-left: 15px; }
  .edit-coach-fields .sub-field input {
    float: right;
    width: auto; }

.personal-info p {
  margin: 15px 0; }

#number-error {
  position: absolute;
  top: 40px;
  left: 46%;
  margin-left: -85px;
  color: red;
  font-size: 12px; }

.schedule-section #getGameDet .form-group {
  position: relative; }

#scheduleForm .error {
  position: inherit;
  text-transform: none;
  text-align: start;
  float: none;
  left: 0;
  margin-left: 0;
  color: red; }

.error {
  color: red; }

.print-me {
  float: right;
  margin-right: 15px;
  margin-top: 3px;
  color: white; }

.img-resizer {
  -webkit-appearance: none;
  margin-top: 6px; }

.img-resizer::-webkit-slider-runnable-track {
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px; }

.img-resizer::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 12px;
  width: 10px;
  border-radius: 25%;
  background: #028a83;
  margin-top: -4px; }

.img-resizer:focus {
  outline: none; }

.img-resizer:focus::-webkit-slider-runnable-track {
  background: #ccc; }

.gallery-section {
  padding: 15px 0px;
  border: 1px solid #ceced0;
  margin-bottom: 15px;
  background: #f7f7f7;
  display: inline-block;
  overflow-y: auto;
  max-height: 450px; }

.img-section-gallery div {
  display: inline-block;
  padding: 2px;
  border: #028a83 solid 2px;
  margin-top: 15px; }

.gallery-section .btn {
  width: 100% !important; }

#galleryItemAppend .form-group {
  margin-bottom: 0; }

.video-section .form-group {
  margin-bottom: 15px !important; }

#gallery_form select {
  padding: 10px; }

.main-header {
  min-height: 40px;
  background-color: #028a83;
  padding: 3px 15px;
  color: #fff; }
  .main-header .logout-link {
    display: inline-block;
    float: right;
    padding: 5px 0; }
    .main-header .logout-link a {
      padding: 10px 15px;
      border-left: 1px solid #fff;
      color: #fff;
      display: inline-block;
      text-decoration: underline; }

.main-section {
  position: relative;
  min-height: 100%;
  font-size: 12px; }

.side-nav-bar {
  position: absolute;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 810;
  -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
  transition: transform .3s ease-in-out,width .3s ease-in-out;
  background-color: #313535;
  width: 200px;
  font-size: 12px;
  padding-bottom: 50px;
  margin-bottom: 0; }
  .side-nav-bar ul {
    list-style-type: none; }
    .side-nav-bar ul li .caret {
      color: #32d2c9;
      float: right;
      display: inline-block;
      margin: 6px 10px 6px 25px; }
    .side-nav-bar ul li a {
      padding: 12px 10px 12px 25px;
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #3c5051;
      color: #fff; }
      .side-nav-bar ul li a.active, .side-nav-bar ul li a:hover, .side-nav-bar ul li a:active, .side-nav-bar ul li a:focus {
        color: #32d2c9;
        border-left: 2px solid #32d2c9;
        padding: 12px 10px 12px 23px;
        outline: none; }
    .side-nav-bar ul li.sub-menu {
      border-bottom: 1px solid #3c5051; }
      .side-nav-bar ul li.sub-menu a {
        border-bottom: 0; }
      .side-nav-bar ul li.sub-menu ul {
        padding-bottom: 10px; }
        .side-nav-bar ul li.sub-menu ul li a {
          padding: 5px 10px 5px 30px;
          border-bottom: 0; }
          .side-nav-bar ul li.sub-menu ul li a.active, .side-nav-bar ul li.sub-menu ul li a:hover, .side-nav-bar ul li.sub-menu ul li a:active, .side-nav-bar ul li.sub-menu ul li a:focus {
            padding: 5px 10px 5px 28px; }
  .side-nav-bar .nav-footer {
    background-color: #028a83;
    color: #fff;
    padding: 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%; }

.main-content-area {
  -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
  transition: transform .3s ease-in-out,margin .3s ease-in-out;
  margin-left: 200px;
  z-index: 820;
  background-color: #F7F7F7; }
  .main-content-area .wrapper {
    padding: 20px;
    width: 100%; }
  .main-content-area .dk_open .dk_options {
    max-height: none; }
    .main-content-area .dk_open .dk_options a {
      color: #707070; }
  .main-content-area .table-title {
    padding-bottom: 10px; }
  .main-content-area .tablesorter-default td {
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 11px; }
  .main-content-area .tablesorter-default th {
    font-size: 11px; }
  .main-content-area .tablesorter-default .header, .main-content-area .tablesorter-default th.tablesorter-header {
    padding: 8px 20px; }

.main-wrapper {
  min-width: 992px; }

.row {
  margin-right: -5px;
  margin-left: -5px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px; }

.btn-sm {
  padding: 7px 25px;
  border-radius: 0;
  font-weight: bold;
  font-size: 11px;
  border: none; }

.btn-success:active, .btn-success:focus, .btn-success:hover {
  background-color: #015853;
  outline: 0; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 18px;
  font-family: 'open_sanslight';
  font-weight: bold;
  color: #173343;
  text-transform: uppercase; }

h3, .h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

.modal-header h4 {
  font-size: 16px; }

.table-container {
  padding: 15px 25px;
  border: 1px solid #ceced0;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #FFF; }
  .table-container .pager {
    margin-bottom: 10px;
    margin-top: 0; }
  .table-container .grid-view {
    padding: 0; }

    .tournament-grid{
      background-color: transparent !important;
      width: 102% !important;
    }
.box-container {
  background-color: #FFF;
  padding: 30px 15px;
  border: 1px solid #ceced0;
  margin-top: 10px; }

.schedule-change-form h2 {
  margin: 20px 0 30px; }
.schedule-change-form .form-block1 {
  padding-right: 40px; }
.schedule-change-form .form-block2 {
  padding-left: 40px; }
.schedule-change-form .checkbox {
  display: inline-block;
  margin: 40px auto; }
  .schedule-change-form .checkbox label {
    padding: 4px 10px; }

.btn-default, .cancel-btn {
  background-color: #a2a2a2;
  color: #FFF; }

.form-block-container {
  margin: 0 auto; }
  .form-block-container .form-block1 {
    padding-right: 40px; }
  .form-block-container .form-block2 {
    padding-left: 28px; }
  .form-block-container .btn {
    min-width: 100px; }
  .form-block-container label {
    margin: 12px 0; }

.add-game-form {
  max-width: 810px; }

.add-team-form {
  max-width: 860px; }

.form-group {
  margin-bottom: 25px; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  /*border: none;*/
  background: #fff url("../images/drop-arow.png") no-repeat right center;
  background-size: 30px 100%;
  cursor: pointer; }

.rating-settings-section .box-container {
  margin-bottom: 10px; }
.rating-settings-section h4 {
  margin-bottom: 10px;
  font-weight: bold; }

/*# sourceMappingURL=stylev2.css.map */
.schedule-pagesize{
    padding-right: 35px !important;
}

.float-child {
  width: 200px;
  padding: 15px;
}
.template-outer-container
{
  width: 100%;
  text-align: center;
}
.template-inner-container
{
  display: inline-block;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
.template-img
{
  background-color: #8dc7c7;
  background-repeat: no-repeat;
}

.template-img .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.template-name
{
  background: #028a83;
  background-repeat: no-repeat;
}
.template-name p{
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  height: 80px;
}
.templateiconselect {
  position: relative;
  bottom: -35px;
  right: 65px;
}
.template-game-create
{
  height: 50px;
  padding-top: 10px;
  text-align: center;
  margin-top: 2px;
}
.template-title
{
  text-align: center;
  font-size: 20px;
  color: #028a83;
}
.game-time-change
{
  background: #028a83;
  height: 50px;
  margin-top: 15px;
  text-align: center;
  padding-top: 8px;
}
.game-time-change label{
  color: #fff;
}
.game-time-change input[type=text]
{
  width: 60px;
}
.template-modal-width{
  width: 125%;
  max-height: 250%;
}
.btn-disclaimer, .btn-disclaimer:focus{
  background:#1c0e54;
}

.btn-disclaimer[disabled]{
  background-color:#1c0e54;
  border-color:#1c0e54;
}
.btn-disclaimer:hover
{
  background-color:#1c0e54;
}
.crl-main-header {
  min-height: 40px;
  background-color: #1c0e54;
  padding: 3px 15px;
  color: #fff; 
}
.crl-header{
  color:#1c0e54;;
}
.crl-main-header .logout-link {
  display: inline-block;
  float: right;
  padding: 5px 0; 
}
.crl-main-header .logout-link a {
  padding: 10px 15px;
  border-left: 1px solid #fff;
  color: #fff;
  display: inline-block;
  text-decoration: underline; 
}
.ncsl-main-header {
  min-height: 40px;
  background-color: #c72d0e;
  padding: 3px 15px;
  color: #fff; 
}
.btn-disclaimer-ncsl, .btn-disclaimer-ncsl:focus , .btn-disclaimer-ncsl:hover{
  background:#c72d0e;
}
.btn-disclaimer-ncsl[disabled]{
  background-color:#c72d0e;
  border-color:#c72d0e;
}
.schedule-pool-row{
  /*display: flex;*/
  /*justify-content: space-evenly;*/
  display: grid;
  grid-template-columns: repeat(auto-fit, 320px);
  grid-row-gap: 20px;
  grid-column-gap: 10px;
  justify-content: center;
  /*margin: 0 auto;*/
  list-style: none;
}
.sch-filtr {
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px;
  border: 1px solid #ccc;
}
.sch-filtr .dropdown {
  margin: 0;
  margin-bottom: 15px;
}
.flx-col{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.flx-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.sch-dropdown{
  height: 28px;
  width: 100px;
}
.flx-col label{

  margin-right: 20px;
}
.flex-row-container {
  display: grid;
  grid-template-columns: auto auto auto;

}
.flex-row-item {
  /*width: 300px;*/
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #028a83;
}
.main-content-area .payment-section{
  /* width: 50%; */
}
.pay-button
{
  margin-top: 100px;
  text-align: center;
}
.rules{
  border: 1px solid #1F8A83;
}
.rules-inp{
  display:flex;
}
#view_file{
  margin: 10px;
}
.lang-btn:focus{
  outline: none;
}
.active-btn{
  outline: none;
  border-bottom : none;
  background-color : #fff;
  color : #000;
  border-top : 3px solid #1F8A83;
  border-left : 1px solid #1F8A83;
  border-right :  1px solid #1F8A83;
}
.inactive-btn:hover{
  background-color : #1F8A83;
  color : #fff;
  border : none;
  transform: scale(0.97);
}
.inactive-btn{
  background-color : #1F8A83;
  color : #fff;
  border : none;
}
.lc-participation-form{
  display: flex;
  justify-content: space-evenly;
}
.toggle-next{
  border-radius: 0;
  background: #fff url("../images/drop-arow.png") no-repeat right center;
  text-align:left;
}
label{ 
  cursor: pointer;
}
.push_email_filter_ellipsis{ 
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 32px;
  padding-left: 5px;
}
.apply-selection{
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.push_email_filter_checkboxes{
  margin: 0;
  display: none;
  border: 1px solid #ccc;
  border-top: 0;
}
.inner-wrap{
  padding: 5px 10px;
  max-height: 140px;
  overflow: auto;
}
.email-container-filter, .push-container-filter{
  margin-left: -44px;
}
.email-filter-option{
  margin-left:5px;
}
.sendpush{
  margin-left: 40px;
}
.push-notification-filter-row{
  margin-left:-25px;
}
#push_bracket_filter{
  padding-left: 20px;
}
#email_bracket_label{
  margin-left: 20px;
}.toggle-next{
  border-radius: 0;
  background: #fff url("../images/drop-arow.png") no-repeat right center;
  text-align:left;
}
label{ 
  cursor: pointer;
}
.push_email_filter_ellipsis{ 
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 32px;
  padding-left: 5px;
}
.apply-selection{
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.push_email_filter_checkboxes{
  margin: 0;
  display: none;
  border: 1px solid #ccc;
  border-top: 0;
}
.inner-wrap{
  padding: 5px 10px;
  max-height: 140px;
  overflow: auto;
}
.email-container-filter, .push-container-filter{
  margin-left: -44px;
}
.email-filter-option{
  margin-left:5px;
}
.sendpush{
  margin-left: 40px;
}
.push-notification-filter-row{
  margin-left:-25px;
}
#push_bracket_filter{
  padding-left: 20px;
}
#email_bracket_label{
  margin-left: 20px;
}
#toggle_login_password_visibililty_id{
  position: absolute;
  bottom: 53%;
  right: 25px;
  cursor: pointer;
}
.reset-rating-btn{
  margin-right: 10px;
}
#ratings_message_table td{
  vertical-align: middle;
}
.team-contact-name{
  font-size: 13px;
}
.vertical_line_div{
  text-align: center;
}
.team_rating_export_icon{
  width: 30px;
  padding-bottom: 10px;
}
.rating-message-right{
  text-align: right;
  margin-top: -5px;
}
.star-rating-div{
  width: 270px;
}
.place-filter-div{
  width: 260px;
}
.note-warning-container{
  display: flex;
  justify-content: space-between;
}
.invoice-note-col{
  margin-bottom: -20px;
}
#forgot-pass{
  font-size: 14px !important;
}
#user-signin{
  font-size: 16px !important;
}
.photo_mr{
  margin-bottom: 25px;
}
.td_email_password_head{
  font-weight: bold;
  font-size: 14px;
}
.no-footer .modal-dialog .modal-content .modal-footer {
  display: none;
}
.auto-data-migration{
  text-align: center;
}
.data-migration-heading{
  font-weight: 900;
  font-size: 32px;
}
.data-migration-link{
  text-decoration: underline;
  color: #00b1aa;
  text-transform: capitalize
}
.data-migration-subheading1{
  font-size: 25px;
}

.data-migration-subheading2{
  font-size: 20px;
}
.data-migration-section{
  border: 1px solid rgba(68, 66, 66, 0.452);
  margin: 35px auto;
}
.data-migration-subsection{
  margin: 50px auto;
}
.auto-data-migration{
  text-align: center;
}
.data-migration-heading{
  font-weight: 900;
  font-size: 32px;
}
.data-migration-link{
  text-decoration: underline;
  color: #00b1aa;
  text-transform: capitalize
}
.data-migration-subheading1{
  font-size: 25px;
}

.data-migration-subheading2{
  font-size: 20px;
}
.data-migration-section{
  border: 1px solid rgba(68, 66, 66, 0.452);
  margin: 35px auto;
}
.data-migration-subsection{
  margin: 50px auto;
}
.component-count{
  font-size: 30px;
  color: #00b1aa;
  border: 1px solid #00b1aa;
  border-radius: 100%;
  margin: 10px;
  padding: 10px;
  text-align: center;
  width: 89px;  
  margin-left: 88px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.count-fill{
  background-color: #00b1aa;
}
.component-count-error{
  font-size: 30px;
  color: red;
  border: 1px solid red;
  border-radius: 100%;
  margin: 10px;
  padding: 10px;
  text-align: center;
  width: 89px;
  margin-left: 88px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-migration-components{
  display: flex;
}
.data-migration-components-section{
  margin: auto 9%;
  display: grid;
  grid-template-columns: repeat(8,1fr);
  grid-template-rows: repeat(2,1fr);
  grid-row-gap: 50px;
}
.component-title{
  font-size: 25px;
  text-wrap: nowrap;
}
.component-text{
  /* align-content: center; */
  margin-top: 20%;
  font-size: 15px;
}
.data-migration-footer{
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
.display_none{
  display: none;
}
#presseason_datmigration_completed{
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 200;
}
.hidden {
  display: none;
}

#loaderContainer {
  position: relative;
  width: 100%;
  height: 50px; /* Adjust height as needed */
  /* display: flex; */
  align-items: center;
}

.datamigration-loader {
  width: 40px; /* Adjust size as needed */
  height: 40px; /* Adjust size as needed */
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  /* animation: spin 2s linear infinite; */
  z-index: 3;
}

#animatedMessage {
  color: #02d2d2;
  font-size: 25px;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  /* right: 0; */
  /* animation: slide 10s linear infinite; */
  z-index: 10000;
}
#progressBarContainer {
  position: fixed;
  top: 30%;
  /* left: 0; */
  width: 70%;
  height: 5px;
  z-index: 10000;
  background: #ccc;
  /* margin-left: 25%; */
}

#progressBar {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
}

#progressBarFill {
  height: 100%;
  width: 0%;
  background: #4caf50;
  transition: width 0.1s;
}
.datamigration_warning{
  /* color: red; */
  text-transform: none;
  text-align: center;
  margin-bottom: 20px;
}
.animated-message{
  top:250px;
}

@media (max-width: 1650px) {
  .data-migration-components-section {
    grid-template-columns: repeat(6, 1fr);
  }
  .component-text{
    margin-top: 30px;
  }
  .data-migration-components-section{
    margin-right: 200px;
  }
}
@media (max-width: 1320px) {
  .data-migration-components-section {
    grid-template-columns: repeat(4, 1fr);
  }
  .component-count ,.component-count-error{
    margin-left: 130px;
  }
}
.player-of-the-month-months{
  text-align: end;
  margin-right: 5px;
}
.player-of-the-month-month1{
  color: #A02334;
  margin-right: 5px;
}
.player-of-the-month-month2{
  color: #FFAD60;
  margin-right: 5px;
}
.player-of-the-month-month3{
  color: #d1f373;
  margin-right: 5px;
}
.player-of-the-month-year{
  color:96CEB4;
  margin-right: 5px;
}

.ck-editor__editable{
  padding-left: 20px !important;
}
.summary-container{
  display: flex;
  justify-content: space-between;
}
.previous-year-teams{
  margin-right: 12px; 
  margin-bottom: 10px;
}
.yiiPager .active a {
  background-color: #13b2aa; /* Change this color as per your design */
}
.help-block {
  color: red !important; /* Changes the text color of error messages to red */
}
.has-error .form-control {
  border-color: red !important; /* Optional: Highlight the input field with a red border */
}
#cke_notifications_area_email_editor{
  display: none !important;
}
#cke_notifications_area_custom-page-editors{
  display: none !important;
}
.update-bracket-link {
  display: inline-block;
  font-size: 17px;
  padding: 5px; /* Adjust padding as needed */
  text-decoration: none; /* Optional: Remove underline */
}
.update-bracket-link i {
  pointer-events: none; /* Ensures clicks on the icon also trigger the link */
}
