* {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  box-sizing: border-box;
}

body {
  background-color: #e6fce2;
  padding: 0px;
  margin: 0px;
}

input {
  font-family: "Arial";
  font-size: 13px;
  padding-left: 3px;
  padding-right: 3px;
}
input.readonly {
  background: #a9a9a9;
  border: none;
  padding: 4px 5px;
}

select {
  font-family: "Arial";
  font-size: 13px;
  padding-left: 3px;
  padding-right: 3px;
}

.mybutton {
  width: 100px;
}

.myinput {
  width: 150px;
}

.myselect {
  width: 160px;
}

.float-left {
  float: left;
}

.float:right {
  float: right;
}

.formselect {
  width: 178px;
}

.uppercase {
  text-transform: uppercase;
}

.add_button {
  float: right;
  background-color: #93ff98;
  padding: 2px 5px;
  border: 1px solid #12b200;
  margin-top: -3px;
  cursor: pointer;
}

.add_button > a {
  color: black;
  text-decoration: none;
}

.update-button {
  float: right;
  background-color: #93ff98;
  padding: 2px 5px;
  border: 1px solid #12b200;
  margin-top: -3px;
  cursor: pointer;
  color: black;
  margin-left: 6px;
}

.update-button > a {
  color: black;
}

.container {
  width: 1200px;
  margin: 20px auto;
}

.total-container {
  margin-top: -15px;
  margin-left: 5px;
  padding: 5px;
  width: 200px;
  border: 1px solid black;
}

.total-container > div {
  line-height: 24px;
}

.total-container > div > div:first-child {
  float: left;
  width: 110px;
  font-weight: bold;
}

.total-container > div > div:last-child {
  float: right;
  width: 85px;
  text-align: right;
}

.mandatory {
  color: red;
  font-size: 17px;
  font-weight: bold;
}

.table-notop-border > tbody > tr:first-child {
  border-top: 0px !important;
}

/* ----- table ----- */
.table {
  width: 100%;
  border-collapse: collapse;
}

.table-small {
  width: 650px;
  border-collapse: collapse;
  margin: 0px auto;
}

.table-border > tbody > tr {
  border-top: 1px solid #ddd;
}

.table-border > tbody > tr:first-child {
  border-top: 2px solid #ddd;
}

.table-border > thead > tr > th {
  border-right: 1px solid #ddd;
}

.table-border > thead > tr > th:last-child {
  border-right: 0px;
}

.table-padding > thead > tr > th,
.table-padding > tbody > tr > td,
.table-padding > tfoot > tr > td {
  padding: 7px 10px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover {
  background-color: #f2f2f2;
}

.report_total,
.report_total:hover {
  background-color: #e4e4e4 !important;
  font-weight: bold;
}

.report_total > td:first-child {
  text-align: left !important;
}

/* ----- table ----- */
/* ----- data tables ----- */
.dataTables_info {
  float: right;
}

.dataTables_paginate {
  float: right;
  margin-top: 10px;
}

.paginate_button,
.paginate_active {
  margin: 0px 5px;
  cursor: pointer;
}

.paginate_active {
  color: #ee7600 !important;
  font-weight: bold;
  text-decoration: underline !important;
}

.clearfix {
  clear: both;
}

table.dataTable thead .sorting {
  background: url("../img/sort_both.png") no-repeat center right;
  padding-right: 20px;
}

table.dataTable thead .sorting_asc {
  background: url("../img/sort_asc.png") no-repeat center right;
  padding-right: 20px;
}

table.dataTable thead .sorting_desc {
  background: url("../img/sort_desc.png") no-repeat center right;
  padding-right: 20px;
}

#gametable > tbody > tr > td:nth-child(9) {
  text-align: center;
}

#gametable > thead > tr > th:nth-child(4) {
  width: 280px;
}

#gametable > thead > tr > th:nth-child(5) {
  width: 150px;
}

#gametable > tbody > tr > td:nth-child(8) {
  text-align: right;
}

#gametable > thead > tr > th:nth-child(7) {
  width: 100px;
}

#gametable > thead > tr > th:nth-child(8) {
  width: 100px;
}

#agentsystemmanagertable > tbody > tr > td {
  border-right: 1px solid #ddd;
}

#agentsystemmanagertable > tbody > tr > td:nth-child(6),
#agentsystemmanagertable > tbody > tr > td:nth-child(7) {
  text-align: center;
}

#agentsystemmanagertable > tbody > tr > td:last-child {
  border-right: 0px;
}

#playertable > thead > tr > th:nth-child(3),
#playertable > thead > tr > th:nth-child(4) {
  width: 120px;
}

#playertable > thead > tr > th:nth-child(8) {
  width: 110px !important;
}

#playertable > thead > tr > th:nth-child(6) {
  width: 90px !important;
}

#playertable > thead > tr > th:nth-child(1) {
  width: 190px;
}

#playertable > thead > tr > th:nth-child(7) {
  width: 130px;
}

#playertable > thead > tr > th:nth-child(5) {
  width: 40px;
}

#playertable > tbody > tr > td:nth-child(7) {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}

#playertable > tbody > tr > td:nth-child(3),
#playertable > tbody > tr > td:nth-child(4) {
  width: 40px;
}

#playertable > tbody > tr > td:nth-child(5) {
  text-align: center;
}

#playertable > tbody > tr > td:nth-child(6) {
  text-align: center;
}

#playerstattable {
  width: 1600px;
}

#playerstattable > thead > tr > th {
  padding: 3px 10px;
  border-bottom: 1px solid #ddd;
}

#playerstattable > tbody > tr > td {
  text-align: right;
  border-left: 1px solid #ddd;
}

#playerstattable > tbody > tr > td:first-child {
  border-left: 0px;
}

#playerstattable > tbody > tr > td:nth-child(1) {
  text-align: left;
}

#playergamestable {
  width: 1400px;
}

#playergamestable > thead > tr > th {
  padding: 3px 10px;
  border-bottom: 1px solid #ddd;
  background: url("../img/sort_both.png") no-repeat center right;
  padding-right: 20px;
  cursor: pointer;
}

#playergamestable > thead > tr > #nosort {
  background: none;
  padding-right: 10px;
  cursor: auto;
}

#gameprovidertable > thead > tr > th:nth-child(4) {
  width: 130px !important;
}

#gameprovidertable > thead > tr > th:nth-child(5) {
  width: 65px !important;
  text-align: center;
}

#operatorgamestable {
  border: 1px solid;
}

/* #operatorgamestable > thead > tr > th:nth-child(1) {
    width: 80px !important;
    text-align: center;
}

#operatorgamestable > thead > tr > th:nth-child(3) {
    width: 50px !important;
    text-align: center;
}

#operatorgamestable > tbody > tr > td:nth-child(3) {
    text-align: center;
}

#operatorgamestable > thead > tr > th:nth-child(5) {
    width: 65px !important;
    text-align: center;
} */
.datatable-center-cell {
  text-align: center;
}

.isNew {
  background: #12b203;
  color: #fff;
  padding: 3px 4px;
  border-radius: 5px;
  margin: 0px auto;
}

.notNew {
  background: #f44336;
  color: #fff;
  padding: 3px 4px;
  border-radius: 5px;
  margin: 0px auto;
}

#gameList > thead > tr > th:nth-child(5) {
  width: 110px !important;
}

.modStatus {
  float: right;
}

#gamestattable {
  width: 1600px;
}

#gamestattable > thead > tr > th {
  padding: 3px 10px;
  border-bottom: 1px solid #ddd;
}

#gamestattable > tbody > tr > td {
  text-align: right;
}

#gamestattable > tbody > tr > td:nth-child(1) {
  text-align: left;
}

#gamestattable > tbody > tr > td:nth-child(4) {
  text-align: center;
}

#gamestattable > thead > tr > th {
  padding: 3px 10px;
  border-bottom: 1px solid #ddd;
  background: url("../img/sort_both.png") no-repeat center right;
  padding-right: 20px;
  cursor: pointer;
}

#gamestattable > thead > tr > #nosort {
  background: none;
  padding-right: 10px;
  cursor: auto;
}

#casinonetwork > tbody > tr > td:nth-child(1),
#casinonetwork > tbody > tr > td:nth-child(2),
#casinonetwork > tbody > tr > td:nth-child(5),
#casinonetwork > tbody > tr > td:nth-child(6) {
  text-align: right;
}

#casinonetwork > tbody > tr > td:nth-child(5),
#casinonetwork > tbody > tr > td:nth-child(6) {
  width: 150px;
}

#playergamestable > tbody > tr > td:nth-child(7),
#playergamestable > tbody > tr > td:nth-child(8),
#playergamestable > tbody > tr > td:nth-child(9),
#playergamestable > tbody > tr > td:nth-child(10),
#playergamestable > tbody > tr > td:nth-child(11),
#playergamestable > tbody > tr > td:nth-child(12) {
  text-align: right;
}

#agentcredit > thead > tr > th:nth-child(2),
#agentcredit > thead > tr:nth-child(2) > th:nth-child(1) {
  width: 250px !important;
}

#agentcredit > thead > tr:nth-child(2) > th:nth-child(2) {
  width: 100px !important;
}

#agentcredit > tbody > tr > td:nth-child(5),
#agentcredit > tbody > tr > td:nth-child(3),
#agentcredit > tbody > tr > td:nth-child(9) {
  text-align: center;
}

#agentcredit > tbody > tr > td:nth-child(6),
#agentcredit > tbody > tr > td:nth-child(7),
#agentcredit > tbody > tr > td:nth-child(8) {
  text-align: right;
}

#transactiontablerecord > tbody > tr > td:nth-child(10),
#transactiontablerecord > tbody > tr > td:nth-child(6) {
  text-align: center;
}

#transactiontablerecord > tbody > tr > td:nth-child(11),
#transactiontablerecord > tbody > tr > td:nth-child(12) {
  text-align: right;
}

#playerloading > tbody > tr > td:nth-child(5),
#playerloading > tbody > tr > td:nth-child(7) {
  text-align: center;
}

#playerloading > tbody > tr > td:nth-child(6) {
  text-align: right;
}

#playerloading > thead > tr > th:nth-child(4) {
  width: 150px;
}

#playerloading > thead > tr > th:nth-child(1),
#playerloading > thead > tr > th:nth-child(5),
#playerloading > thead > tr > th:nth-child(6),
#playerloading > thead > tr > th:nth-child(7) {
  width: 100px;
}

#withdrawal > tbody > tr > td:nth-child(5),
#withdrawal > tbody > tr > td:nth-child(7) {
  text-align: center;
}

#withdrawal > tbody > tr > td:nth-child(6) {
  text-align: right;
}

#withdrawal > thead > tr > th:nth-child(4) {
  width: 150px;
}

#withdrawal > thead > tr > th:nth-child(1),
#withdrawal > thead > tr > th:nth-child(5),
#withdrawal > thead > tr > th:nth-child(6),
#withdrawal > thead > tr > th:nth-child(7) {
  width: 100px;
}

#transfer > tbody > tr > td:nth-child(7) {
  text-align: right;
}

#transfer > tbody > tr > td:nth-child(8),
#transfer > tbody > tr > td:nth-child(9) {
  text-align: center;
}

.toplink {
  margin-top: 10px;
  margin-left: 10px;
}

.paging_style {
  margin-top: 15px;
  text-align: right;
  margin-right: 10px;
}

.paging_style > a {
  color: black;
  text-decoration: none;
  padding-left: 4px;
}

.sort_up {
  background: url("../img/sort_asc.png") no-repeat center right !important;
}

.sort_down {
  background: url("../img/sort_desc.png") no-repeat center right !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number]:disabled {
  border: 0;
  background: none;
}

input[type=radio]:disabled,
input[type=radio]:disabled + label,
input[type=checkbox]:disabled,
input[type=checkbox]:disabled + label {
  display: none;
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
  display: inline;
}

/* ----- data tables ----- */
/* ----- alignment -----*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* ----- alignment -----*/
/* ----- tree view -----*/
.treeview span {
  cursor: pointer;
  padding: 2px;
}

.treeview span:hover {
  text-decoration: underline;
}

/* ----- tree view -----*/
/* ----- message ----- */
.hidden_message {
  display: none;
}

.error_message {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 10px;
  margin: 0px -10px;
}

.success_message {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  /* padding: 3px; */
  padding: 10px;
  margin: 0 -10px;
}

.warning_message {
  color: #a94442;
}

/* ----- message ----- */
/* ----- box ----- */
.box {
  border: 1px solid black;
  background-color: #fefefe;
}

.box-small {
  border: 1px solid black;
  background-color: #fefefe;
  width: 500px;
  margin: 0px auto;
}

.box-header {
  background-color: black;
  color: rgb(152, 255, 161);
  padding: 8px;
  font-weight: bold;
}

.box-content {
  margin: 10px;
}

/* ----- box ----- */
/* ----- login -----*/
#pacifica_portal_login {
  font-size: 24px;
  font-weight: bold;
  margin: 20px;
}

#login_container {
  border: 1px solid #e3e3e3;
  background-color: white;
  width: 400px;
  height: 250px;
  margin: auto;
  margin-top: 250px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#login_form {
  margin: auto;
  width: 300px;
}

#login_title {
  text-align: center;
  border-bottom: 1px solid;
  border-color: #b27300;
  font-size: 16px;
  margin-bottom: 10px;
}

#login_table {
  margin-top: 10px;
}

#login_table tr {
  height: 30px;
}

#login_table td {
  font-size: 15px;
}

#login_table input[type=submit] {
  width: 100px;
}

/* ----- login -----*/
/* header */
.header {
  margin: 0px auto;
  width: 1200px;
  font-size: 23px;
  padding: 16px;
  color: #22882f;
}

/* header */
/* ----- nav -----*/
.mainnav {
  height: 51px;
  background-color: black;
  margin: 0px;
}

.mainnav > div {
  width: 1200px;
  margin: 0px auto;
  height: 50px;
}

.mainnav > div > ul {
  margin: 0 auto;
  display: inline-block;
  list-style: none;
  padding: 0;
  height: 50px;
  width: 1200px;
}

.mainnav > div > ul > li {
  float: left;
  position: relative;
  list-style: none;
  height: 50px;
}

.mainnav > div > ul > li > a {
  color: white;
  text-decoration: none;
  padding: 18px 20px;
  line-height: 51px;
  font-weight: bold;
}

.subnav {
  height: 28px;
  background-color: black;
  margin: -1px;
}

.subnav > div {
  margin: 0px auto;
  height: 28px;
}

.subnav > div > ul {
  margin: 0 auto;
  display: inline-block;
  list-style: none;
  padding: 0;
  height: 28px;
}

.subnav > div > ul > li {
  float: left;
  position: relative;
  list-style: none;
  height: 28px;
}

.subnav > div > ul > li > a {
  color: white;
  text-decoration: none;
  padding: 6px 20px 6px 20px;
  line-height: 28px;
  font-weight: bold;
  font-size: 12px;
  border-left: 1px solid rgb(58, 247, 103);
}

#reportsubnav > li > a {
  padding: 6px 5px !important;
}

.nav_right {
  float: right !important;
}

.active {
  background-color: #9cff99;
  color: black !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  left: auto;
  right: 0;
  display: none;
}

.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  text-align: right;
}

.dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
}

.subnav > div > ul > li:first-child > a {
  border-left: 1px solid black;
}

/* ----- nav -----*/
/* ----- partner -----*/
.partner_label {
  font-size: 15px;
  font-weight: bold;
}

/* ----- partner -----*/
/* ----- agent -----*/
#agent_list_container {
  width: 300px;
  float: left;
  border: 1px solid black;
}

#agent_details_container {
  width: 850px;
  float: right;
  border: 1px solid black;
}

#agent_brand {
  font-size: 17px;
  font-weight: bold;
  margin: 5px;
}

/* ----- agent -----*/
/* filter */
.filter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.filter-container > div {
  width: 20%;
  text-align: left;
}
.filter-container > div > label {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 14px;
}
.filter-container > label {
  width: 100%;
}
.filter-container .categories-filter {
  flex-direction: row;
  display: flex;
  margin-bottom: 15px;
  width: 100%;
  flex-wrap: wrap;
}
.filter-container .categories-filter > div {
  width: 20%;
}
.filter-container .categories-filter > label {
  width: 100%;
}
.filter-container .providers-filter {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.filter-container .providers-filter > div {
  width: 33.33%;
}
.filter-container .action-filter {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  width: 100%;
}
.filter-container .action-filter > div {
  height: 100%;
  align-content: flex-end;
}
.filter-container .action-filter .update-filter {
  margin-left: 20px;
}

.update-filter > label {
  width: 100%;
}

.categories-filter .categories-filter > div {
  width: 20%;
}

/* game add form */
.game-add-form {
  display: flex;
  flex-wrap: wrap;
}
.game-add-form table {
  width: 70%;
}
.game-add-form .operator-games-container {
  width: 30%;
}
.game-add-form .operator-container,
.game-add-form .categories-container {
  margin-top: 20px;
  border: 1px solid #444;
  border-radius: 10px;
}
.game-add-form .operator-container > label,
.game-add-form .categories-container > label {
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid #444;
}
.game-add-form .operator-container > .item,
.game-add-form .categories-container > .item {
  padding: 10px 15px 5px;
}
.game-add-form .operator-container input[type=checkbox]:disabled,
.game-add-form .operator-container input[type=checkbox]:disabled + label,
.game-add-form .categories-container input[type=checkbox]:disabled,
.game-add-form .categories-container input[type=checkbox]:disabled + label {
  display: inline;
  color: gray;
}
.game-add-form .action-container {
  width: 100%;
  margin-top: 20px;
  text-align: right;
}
.game-add-form .action-container .mybutton {
  padding: 10px 15px;
  background-color: #93ff98;
  border: 1px solid #12b200;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}
.game-add-form .action-container .mybutton:hover {
  background-color: #89ef8e;
}

.modal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(17, 17, 17, 0.2);
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal.active {
  display: flex;
}
.modal .modal-container {
  min-width: 480px;
  background: white;
  box-shadow: 2px 2px 4px #444;
}
.modal .modal-header {
  padding: 20px;
  max-height: 50px;
  border-bottom: 1px solid #a9a9a9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .modal-header .close-modal {
  font-size: 25px;
  text-decoration: none;
  color: #cc0000;
}
.modal .modal-header .close-modal:hover {
  color: #f44336;
}
.modal .modal-header h3 {
  padding: 0px;
  margin: 0px;
}
.modal .modal-error {
  color: #2e2e2e;
  padding: 20px;
  background: #e3a1a1;
  text-transform: capitalize;
  display: none;
}
.modal .modal-error.active {
  display: block;
}
.modal .modal-content {
  position: relative;
  padding: 15px 20px;
  background: #f6f6f6;
}
.modal .modal-content form > div {
  display: flex;
  padding: 10px 0px;
}
.modal .modal-content form > div > label {
  width: 120px;
  font-weight: 600;
}
.modal .modal-content form .input-item label {
  color: #333333;
  padding: 5px 0px;
}
.modal .modal-content form .input-item input[type=text] {
  padding: 5px 10px;
  box-sizing: border-box;
}
.modal .modal-content form .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal .modal-content form .icon-item img {
  max-height: 12rem;
  background: #444;
  padding: 5px;
  box-sizing: border-box;
  min-height: 5px;
  object-fit: cover;
  margin-bottom: 10px;
}
.modal .modal-action {
  display: flex;
  padding: 20px;
  justify-content: center;
}
.modal .modal-action > input {
  margin: 0px 10px;
  padding: 5px 15px;
  cursor: pointer;
}

.reports-container {
  width: 90vw;
  margin: 0 auto;
  border: 1px solid black;
}
.reports-container .header {
  width: 100%;
  background: black;
  font-size: 14px;
  color: #98ffa1;
  border-bottom: 1px solid black;
  padding: 10px;
}
.reports-container .content {
  display: flex;
}
.reports-container .content .sidebar {
  min-height: 20em;
  width: 200px;
  padding: 10px;
  border-right: 1px solid black;
}
.reports-container .content .sidebar > a {
  margin-bottom: 5px;
  display: block;
}
.reports-container .content .table {
  padding: 10px;
}

/*# sourceMappingURL=style.css.map */
