/***** 10-12-2015 ********/

.p_hide {
  display: none;
}

.p_error {
  border-color: red !important;
}

.make-switch .bootstrap-switch {
  border-radius: 15px !important;
}

.bootstrap-switch-label {
  pointer-events: none;
}

.unblock_user,
.block_user {
  cursor: pointer;
}

.setting .form-control {
  margin-bottom: 15px;
}

.setting_bg {
  background-color: #ffffff;
  padding-bottom: 20px;
}

/* 4-1-2016 */

.comp_logo {
  width: 50px;
  height: 40px;
}

.view_logo {
  max-width: 230px;
}

/*18-01-2016*/

.upload_file_btn {
  overflow: hidden;
  position: relative;
}
.upload_file_btn input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

/* 29-01-2016 */

.logo_class {
  width: 50px;
}
.side-menu li {
  word-wrap: break-word !important;
}
.radio_box .radio {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
  width: 100px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-top: 3px;
}
.game_form .form-group {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
.create_btn {
  background-color: #2c2c2c;
  line-height: 20px;
  padding: 5px 30px;
  text-transform: capitalize;
}
.time {
  font-size: 20px;
  padding-right: 30px;
  padding-top: 20px !important;
}
label.error {
  color: red;
}
.roster-sub {
  padding-bottom: 23px;
  padding-top: 23px;
  text-align: center;
}

/* for ajax loading */

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  background-color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  text-align: center;
  z-index: 9999;
}
.loading_icon {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.loading_icon span.glyphicon {
  font-size: 100px;
  color: #000;
}

.glyphicon-equalizer-animate {
  -animation: spin 0.2s infinite linear;
  -ms-animation: spin 0.2s infinite linear;
  -webkit-animation: spinw 0.7s infinite linear;
  -moz-animation: spinm 0.2s infinite linear;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinm {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
/* for ajax loading */

.error_form {
  color: #ff0000;
  font-weight: 500;
  padding-top: 5px;
}
.add-more-space {
  margin-top: 14px;
}
.add-more-section {
  margin-top: 1.5%;
}

#login_form h2 {
  color: #999;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  /* border-bottom: 1px solid; */
}
/*.dataTables_length {
      padding: 0px 20px;
  }*/
/*.dataTables_filter {
      padding: 0px 22px;
  }*/

.top_table > tbody > tr > td,
.top_table > tbody > tr > th,
.top_table > tfoot > tr > td,
.top_table > tfoot > tr > th,
.top_table > thead > tr > td,
.top_table > thead > tr > th {
  border: none;
  width: 50%;
}

.dataTables_info {
  padding: 0px 20px;
}
.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > td:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > thead > tr > th:first-child {
  padding-left: 21px;
}
div.dataTables_paginate {
  padding-right: 25px;
  padding-bottom: 15px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  width: 70px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  width: 50px;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 20px !important;
}
table.dataTable thead .sorting_asc:after {
  display: none;
}
.overview.row h1 {
  color: #fff;
  text-align: center;
}
.bg-creat {
  background: #bf5151;
}
.bg-login {
  background: #51b7bf;
}
.bg-notice {
  background: #696f6f;
}
p.para_text {
  color: #333;
  font-size: 24px;
  padding-bottom: 5px;
}
.width_reduce .select_box {
  width: 50%;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 8px 20px 8px 5px;
  border: 1px solid #ddd;
  max-width: 100%;
  border-radius: 0;
  background-color: #eee;
  background-image: none !important;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.date_calender {
  position: absolute;
  right: 21px;
  top: 8px;
  font-size: 18px;
  color: #ccc;
  pointer-events: none;
}
.chosen-container-multi .chosen-choices {
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  line-height: 35px !important;
  background-image: none !important;
  padding-left: 10px !important;
}
.file_btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 85px;
  height: 30px;
  top: -4px;
  left: 10px;
}
.file_btn input {
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1111;
  position: relative;
}
.file_btn1 {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000001;
  padding: 5px 20px;
  text-transform: capitalize;
  border: 1px solid #999;
  color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
}
.unblock {
  padding-left: 33px !important;
  padding-top: 19px !important;
  text-align: center !important;
}
.unblock {
  color: #00cc00 !important;
}
.block {
  padding-left: 33px !important;
  padding-top: 19px !important;
  text-align: center !important;
}
.block {
  color: #f44336 !important;
}
.width_reduce {
  position: relative;
}
.create {
  position: absolute;
  right: 20px;
  top: 13px;
}
table.dataTable thead .sorting::after {
  right: 3px !important;
  top: 41%;
}
.top_table.table.table-striped.table-bordered td {
  padding-right: 20px;
}
.option_form .col-sm-3 {
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding-top: 5px;
}
.option_form .col-sm-5 {
  display: inline-block;
  float: none;
  vertical-align: middle;
  width: 41.6667%;
}
.cancel-btn {
  padding: 6px 30px;
}
input#ffc_input {
  margin-top: 10px;
}
table.table-bordered.dataTable {
  border: 1px solid #ddd;
}
.dataTables_wrapper {
  padding: 0px 20px;
}
.table > tbody > tr > td:first-child {
  padding-right: 21px;
}
.option_form .form-group:nth-child(3) {
  margin-bottom: 19px;
  margin-top: 5px;
}
.side-menu li.active {
  background-color: #121419;
}
.insert_weekly_games {
  margin: 10px 0;
}
.show_week_list {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  width: 25%;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  width: 23.8%;
  border: 1px solid #ddd;
  min-height: 110px;
  padding: 10px;
  margin-right: 10px;
}

.insert_weekly_games input[type="checkbox"] {
  display: inline-block;
  margin-right: 3px;
  margin-top: 3px;
  vertical-align: top;
}
.mtch_name {
  left: 5px;
  position: relative;
  left: 5px;
  position: relative;
  display: inline-block;
  width: 85%;
  color: #666;
}
span.match_time {
  color: #999;
  display: inline-block;
  padding-left: 20px;
  font-style: italic;
}
div.checker span {
  background: rgba(0, 0, 0, 0) url("../images/forms/checkbox.png") no-repeat
    scroll 0 0;
  display: inline-block;
  height: 15px;
  text-align: center;
  vertical-align: middle;
  width: 15px;
}
.select_all_week > label {
  line-height: 24px;
  vertical-align: top;
  display: inline-block;
}
.league_msg {
  font-size: 16px;
  padding-top: 5px;
  text-transform: capitalize;
  color: #666;
}
span.doller {
  border: 1px solid #ddd;
  width: 30px;
  display: inline-block;
  height: 35px;
  vertical-align: top;
  text-align: center;
  line-height: 35px;
}
#salary {
  text-align: center;
}
.salry_admin .form-control {
  display: inline-block;
  width: 82%;
  text-align: center;
}
.salary_selection {
  width: 92px !important;
}
.game_form .form-group:nth-child(4) {
  height: 46px;
}
.game_form .form-group:nth-child(12) {
  height: auto;
}
#salary_form label {
  margin-bottom: 20px;
  vertical-align: middle;
}
.current_games_section {
  width: 100%;
  overflow: auto;
}
#current_game.table > tbody > tr > td:first-child {
  padding-right: 7px;
  padding-left: 7px;
}
table.dataTable thead .sorting:after {
  opacity: 0 !important;
}
table.dataTable thead .sorting_desc:after {
  opacity: 0 !important;
}
table.dataTable thead .sorting_asc:after {
  opacity: 0 !important;
}
table.dataTable thead .sorting_asc {
  background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png")
    no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png")
    no-repeat center right;
}
table.dataTable thead .sorting {
  background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png")
    no-repeat center right;
}
table.dataTable thead .sorting_asc:first-child {
  background-image: none;
}
.salary_file {
  display: block;
  border: 1px solid #ddd;
  padding: 6px;
  width: 100%;
}
.show_week_list p {
  font-size: 16px;
  color: #575757;
}
#len_name {
  border-bottom: 1px solid #dddddd;
  font-size: 20px;
  margin-top: 25px;
  padding-bottom: 5px;
}

.lead-header {
  margin-bottom: 0;
  padding: 25px 0;
}
.lead-header .heading {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.lead-header .heading .ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.lead-header .heading .small {
  font-size: 1rem;
  font-weight: normal;
  vertical-align: middle;
}
.label-primary {
  background-color: #c30b15;
  color: #fff;
}
.lead-header .overflow-hidden {
  display: inline-block;
  padding-left: 10px;
}
.lead-header .heading .small:not(.label) {
  color: #999999;
}
.scoring-header .top_table .table > tbody > tr > td {
  border: medium none;
  color: #333333;
  font-weight: normal;
  padding: 20px 15px 19px;
}
.scoring-header .top_table .table > tbody > tr > td .icn,
.scoring-header .top_table .table > tbody > tr > td .content {
  display: inline-block;
  vertical-align: middle;
}
.scoring-header .top_table .table > tbody > tr > td .icn {
  margin-right: 20px;
}
.scoring-header .top_table .table > tbody > tr > td .icn svg {
  fill: #aaaaaa;
  height: 24px;
  width: 24px;
}

.text-muted {
  color: #858585;
}
.small {
  font-size: 14px;
}
.scoring-header .top_table .table > tbody > tr > td .content {
  text-align: left;
}
.scoring-header .top_table .table > tbody > tr:nth-of-type(2n) {
  background-color: #f7f7f7;
}
.top_table .table {
  border: 1px solid #ddd;
}
.view_sec .table-striped > thead > tr > th {
  background-color: #2c2c2d;
  box-shadow: 0 1px #343435 inset;
  color: #fff;
  padding-bottom: 15px;
  padding-top: 15px;
}
.avatar {
  display: inline-block;
  height: 38px;
  position: relative;
  width: 38px;
}
.table .avatar + span {
  margin-left: 10px;
}
.scoring-table .avatar {
  vertical-align: top;
}
.scoring-table tr > td .ellipsis {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  padding-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f7f7f7;
}
.visible-xs,
.table-label {
  display: none !important;
}
.scoring-table .btn-drop svg {
  fill: #666666;
}
.icon {
  display: inline-block;
  fill: #bcbcbc;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.avatar-xxs {
  display: inline-block;
  height: 18px;
  position: relative;
  width: 18px;
}
.avatar-xxs.flag,
.flag .avatar-xxs {
  height: auto;
}
.clubs .flag {
  float: left;
}
.overflow-hidden {
  overflow: hidden;
  padding-left: 10px;
}
.clubs .name {
  display: inline-block;
  padding: 0 2px;
}
.scoring-table .clubs .name .ellipsis {
  font-weight: bold;
  max-width: 230px;
  padding-top: 0;
}
.small {
  font-size: 14px;
}
.clubs .vs {
  color: #c30b15;
  display: inline-block;
  vertical-align: top;
}
.clubs .name {
  display: inline-block;
  padding: 0 2px;
}
.clubs .time,
.clubs time {
  color: #666666;
  display: block;
  font-size: 14px;
}
.clubs .opponent {
  color: #666666;
}
.view_sec .table > tbody > tr > td,
.view_sec .table > tbody > tr > th,
.view_sec .table > tfoot > tr > td,
.view_sec .table > tfoot > tr > th,
.view_sec .table > thead > tr > td,
.view_sec .table > thead > tr > th {
  vertical-align: middle;
}
.striker > .position-label,
.position-label.striker {
  background-color: #2f74c2;
}
.position-label {
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(79, 79, 79, 0.45);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 28px;
}
.striker > .position-label::after,
.position-label.striker::after {
  content: "ST";
}
.midfielder > .position-label::after,
.position-label.midfielder::after {
  content: "MD";
}
.midfielder > .position-label,
.position-label.midfielder {
  background-color: #f4823d;
}
.goalkeeper > .position-label,
.position-label.goalkeeper {
  background-color: #f56060;
}
.goalkeeper > .position-label::after,
.position-label.goalkeeper::after {
  content: "GK";
}
.defender > .position-label::after,
.position-label.defender::after {
  content: "DF";
}
.defender > .position-label,
.position-label.defender {
  background-color: #f8a74d;
}
.table-striped > tbody > tr.highlight-user {
  background-color: rgba(248, 165, 76, 0.2);
  border-color: rgba(248, 165, 76, 0.2);
}
.player-score-table:not(.open) {
  display: none;
}
img.blog-images {
  height: 150px;
  width: 100%;
}

.table_point .form-control {
  display: inline-block;
  width: 12.4%;
}
.Total_Point .form-control {
  width: 31.4%;
  display: inline-block;
}
.Fan_Point .form-control {
  width: 31.5%;
  display: inline-block;
}
.fanfut .form-control {
  width: 14.75%;
  display: inline-block;
}
.Scored_Point .form-control {
  width: 9.25%;
  display: inline-block;
}
.Game_Point1 .form-control {
  width: 23.2%;
  display: inline-block;
}
.Current_Season .form-control {
  width: 31.7%;
  display: inline-block;
}
.Season_Value .form-control {
  width: 31.7%;
  display: inline-block;
}
.New_Salary .form-control {
  width: 31.7%;
  display: inline-block;
}

.Final_Salary .form-control {
  width: 99%;
  display: inline-block;
}
.Fanfutsal_Point .form-control {
  width: 98.3%;
  display: inline-block;
}

.custom_model .modal-dialog {
  width: 900px;
}
/*.form-group2{display: inline-block;width: 49%; vertical-align: top;}*/
span.club_data {
  cursor: pointer;
}

.common input {
  display: inline-block;
  width: 31.8%;
}
a.admin-heading {
  color: #ffffff !important;
  font-size: 20px !important;
  text-align: center;
  font-weight: 800;
}
table.row-sorter > tbody > tr {
  cursor: pointer;
}
.center {
  text-align: center;
}

input.form-control {
  transition-duration: 0s;
}

input.form-control.status {
  width: 25px;
  margin: auto;
}

.comment-div {
  position: relative;
  width: 500px;
  margin-left: -500px;
  padding: 11px;
  border: 3px solid black;
  height: 64px;
}

table#detail_attendance_table {
  font-size: 9px;
  font-weight: bolder;
}

th.sorting_asc {
  width: 4px !important;
}

th.sorting {
  width: 10px !important;
}

.assign-data {
  background-color: #c8c1c12e;
  padding: 5px 36px 0px 0px;
  border: 1px solid #867b7b;
  border-radius: 2px;
  font-size: 15px;
  margin-bottom: 10px;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/* IE 6 doesn't support max-height
     * we use height instead, but this forces the menu to always be this tall
     */
* html .ui-autocomplete {
  height: 100px;
}

.bg-custom1 {
  background-color: #c8c1c12e !important;
}

table.dataTable tbody tr td:last-child:not(.dataTables_empty) {
  display: flex;
  gap: 10px;
}
