@charset "UTF-8";
* {
  box-sizing: border-box;
}

.__db {
  display: block !important;
}

.__dn {
  display: none !important;
}

.__tar {
  text-align: right;
}

.__tal {
  text-align: left;
}

.__tac {
  text-align: center;
}

.__mz {
  margin: 0;
}

.__attention {
  color: #ed4040;
}

.attention {
  color: #f15353;
}

.preload {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.form-control.input-sm {
  padding-top: 0;
}

body, html {
  height: 100%;
  width: 100%;
  overflow: auto;
  color: #757575;
}

.__blockMargin {
  margin-bottom: 25px;
}

.wrapper {
  height: 100%;
  width: 100%;
}

.headerWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #344A61;
  z-index: 99;
}
.headerWrapper .logoWrapper {
  padding: 12px 20px;
  float: left;
  height: 100%;
  width: 230px;
}
.headerWrapper .userInfo {
  float: right;
  margin-right: 40px;
  text-align: center;
  height: 70px;
  line-height: 70px;
}
.headerWrapper .userInfo .userInfo--name {
  margin-right: 40px;
  color: #ffffff;
}
.headerWrapper .signoutBtnWrapper .signoutBtnWrapper--signoutBtn {
  padding: 3px 6px;
  border-radius: 2px;
  color: #344A61;
  background: #fff;
}

.sideWrapper::-webkit-scrollbar {
  display: none;
}

.sideWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #344A61;
  overflow-y: auto;
  -ms-overflow-style: none;
  z-index: 0;
}
.sideWrapper .mainMenu {
  margin-top: 90px;
  font-size: 12.5px;
}
.sideWrapper .mainMenu .mainMenu--child {
  border-bottom: 1px solid #6d8196;
}
.sideWrapper .mainMenu .mainMenu--child:first-child {
  border-top: 1px solid #6d8196;
}
.sideWrapper .mainMenu .mainMenu--childTitle {
  position: relative;
  padding: 10px 20px;
  color: #f0f7ff;
}
.sideWrapper .mainMenu .mainMenu--childTitle:hover {
  cursor: pointer;
}
.sideWrapper .mainMenu .mainMenu--childTitle:hover i {
  color: #b3c0cf;
}
.sideWrapper .mainMenu .mainMenu--childTitle i {
  color: #8495a7;
  padding-right: 15px;
  transition: color 0.2s linear;
}
.sideWrapper .mainMenu .subMenu {
  display: block;
}
.sideWrapper .mainMenu .subMenu--child:first-child {
  border-top: 1px solid #3e5a77;
}
.sideWrapper .mainMenu .subMenu--childContent {
  display: block;
  padding: 5px 0 5px 20px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  background: #2a3d4f;
  transition: all 0.1s linear;
}
.sideWrapper .mainMenu .subMenu--childContent:hover {
  background: #3e5a77;
}
.sideWrapper .mainMenu .active {
  background: #5684b3;
  padding: 15px 0 15px 40px;
}
.sideWrapper .mainMenu .mainMenu--clientGroupTitle {
  position: relative;
  color: #fff;
  padding: 10px 35px 10px 10px;
  background: #2a4056;
}
.sideWrapper .mainMenu .mainMenu--clientGroupTitle:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
}
.sideWrapper .mainMenu .openIcon:before {
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -5px;
  line-height: 100%;
  text-align: right;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  color: #fff;
  font-size: 10px;
}
.sideWrapper .mainMenu .mainMenu--childTitle:not(.menuOpen) + ul {
  display: none;
}
.sideWrapper .mainMenu .mainMenu--clientGroupTitle:not(.menuOpen) + ul {
  display: none;
}
.sideWrapper .mainMenu .openIcon.menuOpen:before {
  transform: rotate(-90deg);
}
.sideWrapper .mainMenu .mainMenu--clientGroupChild {
  padding: 5px 5px 5px 20px;
  position: relative;
  color: #fff;
}
.sideWrapper .mainMenu .activeClient {
  padding-left: 25px;
}
.sideWrapper .mainMenu .activeClient:before {
  display: block;
  height: 100%;
  content: "";
  width: 7px;
  background: #cdd051;
  position: absolute;
  left: 0;
  top: 0;
}
.sideWrapper .mainMenu .mainMenu--clientGroupChildLink {
  display: block;
  font-size: 12px;
  color: #fff;
}
.sideWrapper .mainMenu .mainMenu--clientGroupChildLink--noProperty {
  color: #808080;
  pointer-events: none;
}

.mainWrapper {
  padding-top: 70px;
  padding-left: 230px;
  min-height: 100%;
  width: 100%;
  background: #f5f5f5;
  z-index: -1;
}

.mainInner {
  padding: 15px 0;
}

.selectDate--inputWrapper {
  font-weight: bold;
}
.selectDate--inputWrapper .selectDate--inputTxt {
  padding: 3px;
  width: 100%;
  font-weight: normal;
}
.selectDate--inputWrapper .selectDate--inputBtn {
  padding: 3px;
  width: 100%;
  border: 2px solid #344A61;
  border-radius: 3px;
  background: #fff;
  text-align: center;
}
.selectDate--inputWrapper .selectDate--inputInner {
  position: relative;
  display: block;
}
.selectDate--inputWrapper input[type=text] {
  border: 2px solid #344A61;
  border-radius: 3px;
  background: #fff;
}
.selectDate--inputWrapper i {
  position: absolute;
  font-size: 16px;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
.selectDate--inputWrapper i:hover {
  cursor: pointer;
}

.selectDate--quickSelect {
  padding: 3px;
  width: 100%;
  background: #fff;
  border: 2px solid #344A61;
  border-radius: 3px;
}
.selectDate--quickSelect:hover {
  cursor: pointer;
}

.dataWrapper {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
  background: white;
}
.dataWrapper .dataInner {
  table-layout: fixed;
  padding: 15px;
}
.dataWrapper .dataInner:after {
  content: "";
  display: block;
  clear: both;
}
.dataWrapper .dataWrapper--title {
  padding: 13px;
  font-size: 16px;
  color: #fff;
  background: #344A61;
}
.dataWrapper th, .dataWrapper td {
  border: 1px solid #dfdfdf;
}
.dataWrapper table {
  word-break: break-all;
  margin-bottom: 15px;
  width: 100%;
}
.dataWrapper table th {
  font-size: 14px;
  padding: 8px 8px;
  background: #f5f5f5;
}
.dataWrapper table td {
  padding: 5px;
  font-size: 12px;
}
.dataWrapper .tableOperation {
  text-align: right;
}
.dataWrapper .tableOperation input[type=text], .dataWrapper .tableOperation select, .dataWrapper .tableOperation button {
  height: 25px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}
.dataWrapper .tableOperation input[type=text] {
  width: 50px;
  padding-right: 5px;
  text-align: right;
}
.dataWrapper .tableOperation select {
  padding: 0 5px;
}
.dataWrapper .tableOperation button {
  padding: 0 10px;
}
.dataWrapper .graphHideBtn {
  margin-bottom: 15px;
  height: 25px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  padding: 0 10px;
}

#modal {
  display: none;
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

#modal.open {
  display: block;
}

#modal .spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

#modal .text {
  position: absolute;
  top: 150px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 200px;
  height: 100px;
  text-align: center;
  color: #fff;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
.graphSwitch-radio input[type=radio] {
  display: none;
}
.graphSwitch-radio input[type=radio]:checked + label {
  background: #5d87b4;
  color: #fff;
}
.graphSwitch-radio label, .graphSwitch-radio button {
  width: 100px;
  text-align: center;
  border: 2px solid #344A61;
  border-radius: 3px;
  background: #fff;
  font-weight: bold;
}
.graphSwitch-radio label:hover, .graphSwitch-radio button:hover {
  cursor: pointer;
}

.currentFilter {
  margin: 15px 0;
}
.currentFilter .currentFilter--tag {
  position: relative;
  display: inline-block;
  height: 36px;
  padding: 4px 30px 0 10px;
  line-height: 14px;
  background: #344A61;
  color: #fff;
  font-size: 14px;
}
.currentFilter .currentFilter--tag:before, .currentFilter .currentFilter--tag:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.currentFilter .currentFilter--tag:before {
  top: 0;
  right: 0;
  border-width: 9px 3px;
  border-color: #F5F5F5 #F5F5F5 transparent transparent;
  border-style: solid;
}
.currentFilter .currentFilter--tag:after {
  bottom: 0;
  right: 0;
  border-width: 9px 3px;
  border-color: transparent #F5F5F5 #F5F5F5 transparent;
  border-style: solid;
}
.currentFilter .currentFilter--tag .currentFilter--type {
  font-size: 10px;
}

.graphSwitch {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(82, 82, 82, 0.5);
  z-index: 99;
}
.graphSwitch .graphSwitch-filterManu {
  position: absolute;
  padding: 0 15px;
  width: 650px;
  height: 380px;
  border-radius: 3px;
  background: #fff;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterManuTitle {
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterList li:first-child {
  font-weight: bold;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterList li:first-child i {
  margin-right: 7px;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterList li {
  width: 120px;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-dispList li {
  width: 140px;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterList, .graphSwitch .graphSwitch-filterManu .graphSwitch-dispList {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterList li, .graphSwitch .graphSwitch-filterManu .graphSwitch-dispList li {
  float: left;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterList input, .graphSwitch .graphSwitch-filterManu .graphSwitch-dispList input {
  display: none;
  position: relative;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterList input:checked + label:before, .graphSwitch .graphSwitch-filterManu .graphSwitch-dispList input:checked + label:before {
  content: "";
  background: #3eb7d1 !important;
  border-color: #3eb7d1;
  color: #fff;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterList input:hover + label:before, .graphSwitch .graphSwitch-filterManu .graphSwitch-dispList input:hover + label:before {
  transition: all 0.1s linear;
  background: rgba(62, 183, 209, 0.27);
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterList label, .graphSwitch .graphSwitch-filterManu .graphSwitch-dispList label {
  position: relative;
  display: block;
  margin: 0 5px 0 30px;
  font-weight: normal;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterList label:hover, .graphSwitch .graphSwitch-filterManu .graphSwitch-dispList label:hover {
  cursor: pointer;
}
.graphSwitch .graphSwitch-filterManu .graphSwitch-filterList label:before, .graphSwitch .graphSwitch-filterManu .graphSwitch-dispList label:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  border: 2px solid #3eb7d1;
  border-radius: 3.5px;
  width: 20px;
  height: 20px;
  left: -23px;
  line-height: 18px;
  font-weight: 900;
}

.siteSelectModalWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 99;
}
.siteSelectModalWrapper .siteSelectModalInner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  overflow-y: scroll;
  width: 800px;
  height: 500px;
  background: #fff;
}
.siteSelectModalWrapper .siteSelectModalInner input[type=checkbox] {
  display: none;
}
.siteSelectModalWrapper .siteSelectModalInner input[type=checkbox]:checked + label:before {
  content: "";
  background: #3eb7d1 !important;
  border-color: #3eb7d1;
  color: #fff;
}
.siteSelectModalWrapper .siteSelectModalInner tr:hover {
  cursor: pointer !important;
}
.siteSelectModalWrapper .siteSelectModalInner tr:hover label:before {
  transition: all 0.1s linear;
  background: rgba(62, 183, 209, 0.27);
}
.siteSelectModalWrapper .siteSelectModalInner label {
  position: relative;
  display: block;
  margin: 0 5px 0 30px;
  font-weight: normal;
}
.siteSelectModalWrapper .siteSelectModalInner label:hover {
  cursor: pointer;
}
.siteSelectModalWrapper .siteSelectModalInner label:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  border: 2px solid #3eb7d1;
  border-radius: 3.5px;
  width: 20px;
  height: 20px;
  left: -30px;
  line-height: 18px;
  font-weight: 900;
}
.siteSelectModalWrapper .siteSelectModalInner .siteSelectModal-groupName {
  margin: 10px 0;
  padding: 10px;
  font-weight: bold;
  background: #50759d;
  color: white;
}

.notSelectMsg {
  text-align: center;
  font-size: 24px;
}

#mainGraphWrapper .graphTypeWrapper {
  margin-bottom: 50px;
}

.mainGraphDiv {
  float: left;
  display: inline-block;
  padding: 10px;
  width: 100%;
  transition: all 0.4s linear;
}
.mainGraphDiv button {
  padding: 5px;
  background: #344A61;
  color: #fff;
}

#dataTableWrapper {
  margin-top: 15px;
}
#dataTableWrapper .dataTableTypeWrapper {
  padding: 15px;
  background: #fff;
  margin-bottom: 50px;
}
#dataTableWrapper .dataTableTypeWrapper table {
  width: 100%;
  background: white;
}
#dataTableWrapper .dataTableTypeWrapper table tbody tr:nth-child(even) {
  background: #fcfcfc;
}
#dataTableWrapper .dataTableTypeWrapper table th:first-child {
  width: 300px;
}
#dataTableWrapper .dataTableTypeWrapper table th:nth-child(n+2):hover {
  cursor: pointer;
}
#dataTableWrapper .dataTableTypeWrapper table th[data-order] {
  position: relative;
}
#dataTableWrapper .dataTableTypeWrapper table th[data-order]:after {
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -7px;
  width: 100%;
  line-height: 100%;
  text-align: right;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
#dataTableWrapper .dataTableTypeWrapper table th[data-order=""]:nth-child(n+2):after {
  content: "";
  color: #c8c8c8;
}
#dataTableWrapper .dataTableTypeWrapper table th[data-order=desc]:nth-child(n+2):after {
  content: "";
  color: #7d7c7c;
}
#dataTableWrapper .dataTableTypeWrapper table th[data-order=asc]:nth-child(n+2):after {
  content: "";
  color: #7d7c7c;
}
#dataTableWrapper .dataTableTypeWrapper table thead {
  background: #f5f5f5;
}
#dataTableWrapper .lock {
  width: 300px;
  position: absolute;
  z-index: 2;
  display: none;
}
#dataTableWrapper .tableWrap {
  overflow-x: auto;
}
#dataTableWrapper .download {
  padding: 6px 8px;
  margin: 15px 0;
  display: inline-block;
  text-decoration: none;
  background: #0074a5;
  color: #fff;
  border-radius: 3px;
}

.baseData {
  margin-bottom: 20px;
}
.baseData .selectSiteName--title {
  font-weight: bold;
}

/* --------------------------------------------------------

    ユーザー登録ページ

---------------------------------------------------------- */
.usersContainer {
  color: #787777;
  background: #fff;
  padding-top: 15px;
}
.usersContainer .userTableBLoc {
  margin-top: 15px;
  padding: 0;
}

.contentBlock {
  padding: 20px 0;
  border: 1px solid #d5d5d5;
  transition: all 0.3s linear;
  background: #fbfbfb;
  margin-bottom: 15px;
}

.newEntry {
  padding: 20px 0;
  border: 1px solid #d5d5d5;
  transition: all 0.3s linear;
  background: #fbfbfb;
}

.closeForm {
  transition: all 0.3s linear;
  padding: 0;
  border: none;
  height: 0px;
}

.newEntryWrapper {
  transition: all 0.2s;
  opacity: 1;
}

.fadeOut {
  opacity: 0;
}

.__dn {
  display: none;
}

.newEntry--openBtn {
  display: block;
  float: right;
}

.openBtn {
  font-size: 20px;
}
.openBtn:hover {
  cursor: pointer;
}

.newEntry .newEntry--form {
  margin-bottom: 15px;
}
.newEntry .newEntry--formItem {
  float: left;
  height: 80px;
}
.newEntry .newEntry--formItem .newEntry--formItemTitle {
  margin: 0;
}
.newEntry .newEntry--formItem .newEntry--formTxt,
.newEntry .newEntry--formItem .newEntry--formSelect {
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 3px 3px 3px 10px;
  width: 80%;
}
.newEntry .newEntry--formItem .newEntry--formSelectLabel {
  width: 100%;
  position: relative;
}
.newEntry .newEntry--formItem .newEntry--formSelectLabel:after {
  position: absolute;
  top: 11.5px;
  left: 75%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid black;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
.newEntry .newEntry--btns {
  text-align: right;
  margin: 10px 0;
}
.newEntry .newEntry--btns .newEntry--formSubmit,
.newEntry .newEntry--btns .newEntry--formCancel {
  width: 100px;
  height: 30px;
  border-radius: 3px;
  margin-left: 15px;
}
.newEntry .newEntry--btns .newEntry--formSubmit {
  background: #344a61;
  color: #fff;
}
.newEntry .newEntry--btns .newEntry--formSubmit__red {
  background: #e44242;
}
.newEntry .newEntry--btns .newEntry--formCancel {
  border: 1px solid #454545;
  color: #454545;
}

.optionBloc {
  padding: 15px;
}
.optionBloc .optionBloc--nameSearch {
  width: 100%;
  padding: 3px 3px 3px 15px;
  border-bottom: 1px solid #bbbbbb;
}

.userTable {
  width: 100%;
  margin-bottom: 30px;
}
.userTable .userTable--tr:hover {
  background: #fbfbfb;
}
.userTable .userTable--tr:hover .userTable--editBtn {
  opacity: 1;
}
.userTable .userTable--td,
.userTable .userTable--th {
  padding: 6px 3px 6px 15px;
}
.userTable .userTable--th {
  background: #fafafa;
  border-bottom: 2px solid #e7e2e2;
}
.userTable .userTable--td {
  border-bottom: 1px solid #eaeaea;
}
.userTable .userTable--td__tar {
  text-align: right;
}
.userTable .userTable--editBtn {
  background: #5d82a9;
  width: 80px;
  color: #fff;
  border-radius: 2px;
  transition: all 0.1s linear;
  opacity: 0;
}

.userEdit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
  position: absolute;
  top: -100%;
  opacity: 0;
}
.userEdit .userEditWindow {
  position: absolute;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -500px;
  background: #fff;
  width: 1000px;
  height: 500px;
}
.userEdit .userEditSidebar {
  float: left;
  width: 200px;
  height: 100%;
  background: #555555;
}
.userEdit .userEdit--title {
  padding: 15px;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 70px;
}
.userEdit .userEdit--menuChild {
  color: #b8b7b7;
  font-size: 12px;
  padding: 10px 15px;
  transition: all 0.1s linear;
}
.userEdit .userEdit--menuChild:hover {
  background: #4a4a4a;
  padding-left: 25px;
  cursor: pointer;
}
.userEdit .userEdit--menuChild__select {
  color: #ffffff;
  background: #3c3c3c;
}
.userEdit .userEdit--menuChild__select:hover {
  background: #3c3c3c;
  cursor: default;
}
.userEdit .userEditContentsWrapper {
  color: #606060;
  width: 800px;
  height: 100%;
  float: right;
  padding: 15px;
  position: relative;
}
.userEdit .userEditContentsWrapper .alertAdminUser {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(75, 75, 75, 0.56);
  text-align: center;
  line-height: 500px;
  color: #fff;
  font-weight: 14px;
}
.userEdit .userEdit--loading {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #3a8be9;
  font-size: 20px;
}
.userEdit .userEdit--selectMenu {
  margin-bottom: 30px;
}
.userEdit .userEdit--clientTableWrapper {
  height: 350px;
  margin: 40px 0;
  overflow-y: scroll;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.userEdit .clear {
  clear: both;
}
.userEdit .userEdit--clientTable {
  width: 100%;
  overflow: hidden;
}
.userEdit .userEdit--clientTableTd {
  padding: 10px 5px;
  border-bottom: 1px solid #e0e0e0;
}
.userEdit .userEdit--clientTableSelect {
  margin: 0;
}
.userEdit .userEdit--clientCheckBox:checked + .userEdit--clientTableSelect:after {
  font-family: "Font Awesome 5 free";
  content: "";
  font-weight: 900;
  color: #59be72;
}
.userEdit .userEdit--clientCheckBox {
  display: none;
}
.userEdit .userEdit--clientTableTr:hover {
  background: #edf5ff;
  cursor: pointer;
}
.userEdit .userEdit--clientTableTr__select {
  background: #e5ffe0 !important;
}
.userEdit .profileList {
  padding: 0 20px;
}
.userEdit .profileList--child {
  margin-bottom: 30px;
}
.userEdit .profileList--name {
  font-weight: bold;
  color: #5d5d5d;
}
.userEdit .profileList--input {
  border: 1px solid #cccccc;
  width: 100%;
  border-radius: 3px;
  padding: 10px 15px;
}
.userEdit .profileList--input__readOnly {
  background: #cbcbcb;
}
.userEdit .profileList--submit {
  width: 100px;
  height: 30px;
  background: #3a8eb3;
  color: #fff;
  border-radius: 3px;
  float: right;
}
.userEdit__close {
  top: -100%;
  transition: 0.2s opacity linear, 0s 0.2s top linear;
}
.userEdit__open {
  top: 0;
  opacity: 1;
  transition: 0.2s opacity linear;
}

.login {
  width: 100%;
  height: 100%;
  background: #344a61;
  position: relative;
}
.login .loginForm {
  width: 330px;
  height: 420px;
  border-radius: 2px;
  box-shadow: -24px 16px 0px -2px #1f2a34;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -165px;
  top: 40%;
  margin-top: -210px;
}
.login .loginFormlogo {
  text-align: center;
  padding: 20px;
}
.login .loginFormlogo--image {
  width: 200px;
  margin-bottom: 20px;
  height: auto;
}
.login .loginForm--input {
  margin-bottom: 40px;
  padding: 0 40px;
  position: relative;
}
.login .loginForm--input input {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 0 5px 5px;
  border-bottom: 1px solid #344A61;
}
.login .loginForm--input input:focus {
  outline: none;
}
.login .loginForm--input .loginForm--inputTitle {
  transition: all 0.1s linear;
  z-index: 0;
  position: absolute;
  font-size: 14px;
  top: 50%;
  margin-top: -10px;
  left: 50px;
}
.login .loginForm--input .loginForm--inputTitle.active {
  top: -5%;
  font-size: 10px;
}
.login .loginForm--input .loginForm--errorMsg {
  position: absolute;
  font-size: 12px;
  color: #c74f5d;
}
.login .loginForm--submit {
  width: 156px;
  height: 42px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -78px;
  margin-top: 34px;
  font-size: 12px;
  background: #344A61;
  color: #fff;
}

.error {
  color: #ff5050;
}

.newEntry .newEntry--clientSelect {
  height: 400px;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  overflow-y: scroll;
  background: #fff;
}
.newEntry .newEntry--clientSelect .newEntry--clientSelectList:hover {
  background: #f5f5f5;
}
.newEntry .newEntry--clientSelect .newEntry--clientSelectList td {
  padding: 5px;
}
.newEntry .newEntry--clientSelect .newEntry--groupName {
  margin: 10px 0;
  padding: 3px 10px;
  background: #f0f0f0;
}
.newEntry .newEntry--clientSelect .newEntry--groupName label {
  font-weight: normal;
}
.newEntry .newEntry--clientSelect .newEntry--clientListWrapper {
  display: none;
  padding: 10px 15px;
}
.newEntry .newEntry--clientSelect .newEntry--clientListWrapper table {
  width: 100%;
}
.newEntry .newEntry--clientSelect .newEntry--clientListWrapper td, .newEntry .newEntry--clientSelect .newEntry--clientListWrapper th {
  padding: 4px;
  border-bottom: 1px solid #f4f4f4;
}
.newEntry .newEntry--clientSelect .newEntry--clientListWrapper tr:last-child td,
.newEntry .newEntry--clientSelect .newEntry--clientListWrapper tr:last-child th {
  border-bottom: none;
}
.newEntry .newEntry--clientSelect .newEntry--clientListWrapper tr:hover {
  background: #fafafa;
}
.newEntry .newEntry--clientSelect .open {
  display: block !important;
}

input[type=text]:disabled,
input[type=password]:disabled {
  background: #f2f2f2 !important;
}

.siteEntry .description {
  margin-bottom: 30px;
}
.siteEntry .authValues--message {
  margin: 20px 0;
  padding: 5px;
  border-radius: 3px;
  background: #fff2bf;
}
.siteEntry .authValues--cancel {
  font-size: 12px;
  color: #3E97FF;
}
.siteEntry .authValues--cancel:hover {
  cursor: pointer;
  border-bottom: 1px solid #3E97FF;
}
.siteEntry .authValues--inputTxt {
  padding: 7px 15px;
  width: 100%;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.siteEntry .authValues--inputTxt.errorBar {
  border-color: #d94646;
}
.siteEntry .authValues--list li {
  margin-bottom: 10px;
}
.siteEntry .authValues--list li > div {
  padding: 0;
}
.siteEntry .authValues--listTitle {
  line-height: 36px;
}
.siteEntry .authValues--addGroup {
  line-height: 36px;
  color: #609dcf;
}
.siteEntry .authValues--addGroup:hover {
  cursor: pointer;
}
.siteEntry .authValues--error {
  margin-top: 5px;
  font-size: 12px;
  color: #d94646;
}
.siteEntry .authValues--inputBtn {
  padding: 7px 0;
  margin: 15px 0;
  text-align: center;
  width: 30%;
  border-radius: 3px;
  background: #4e7298;
  color: #fff;
}
.siteEntry .authValues--inputBtn__red {
  background: #e95b5b;
}
.siteEntry .authValues--inputSelectLabel {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: normal;
}
.siteEntry .authValues--inputSelect {
  padding: 7px 15px;
  width: 100%;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100&0+58,0.65+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0) 58%, rgba(242, 242, 242, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0) 58%, rgba(242, 242, 242, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0) 58%, rgba(242, 242, 242, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#a6f2f2f2",GradientType=0 );
  /* IE6-9 */
}
.siteEntry .authValues--inputSelect:hover {
  cursor: pointer;
}

.sitesManualTitle {
  margin-left: 15px;
}

.sitesManual th, .sitesManual td {
  padding: 20px;
  position: relative;
}
.sitesManual img {
  width: 100%;
  float: right;
}
.sitesManual th > div {
  position: relative;
  z-index: 2;
}
.sitesManual .no {
  color: #f5f5f5;
  font-size: 500px;
  position: absolute;
  margin-top: -357px;
  top: 50%;
  right: 10%;
  z-index: 1;
}

.clientsListTable li > p {
  background: #6486aa;
  color: #fff;
  padding: 6px 15px;
}
.clientsListTable table {
  width: 100%;
  margin-bottom: 10px;
}
.clientsListTable th, .clientsListTable td {
  padding: 5px 0 5px 5px;
}
.clientsListTable tr {
  border-bottom: 1px solid #ececec;
}
.clientsListTable tr:last-child {
  border: none;
}
.clientsListTable tr span {
  font-size: 20px;
  color: #3e97ff;
}
.clientsListTable tr span:hover {
  cursor: pointer;
}

.newEntry--groupEdit,
.newEntry--groupDelete {
  float: right;
  text-decoration: underline;
}
.newEntry--groupEdit:hover,
.newEntry--groupDelete:hover {
  cursor: pointer;
  text-decoration: none;
}

.newEntry--groupEdit {
  margin-right: 15px;
}

.swiper-container {
  width: 100%;
}

.swiper-text {
  text-align: center;
  margin: 20px 0 50px;
  font-size: 20px;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  margin-top: 10px;
  width: 80%;
}

.siteManual-btnBase {
  background-color: #3367d6;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 6.9px;
  display: inline-block;
  margin: 0 10px;
}

.siteManual-validBtn {
  font-weight: 500;
  font-size: 14px;
  padding: 0 8px;
  height: 36px;
  line-height: 36px;
}

.siteManual-whiteBack {
  display: inline-block;
  background: white;
  padding: 0 10px;
}

.siteManual-bold {
  color: #588fe4;
  display: inline-block;
  font-weight: bold;
}

.copy-box {
  position: relative;
  display: flex;
  width: 100%;
}

.copy-box button {
  position: absolute;
  top: -0.05rem;
  right: 0;
  cursor: pointer;
  padding: 0.8rem 20px;
  border: none;
  background: none;
  color: #333;
  outline:none;
  transition: 0.5s;
}

#modalWrap {
  display: none;
  background: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.modalBox {
  position: absolute;
  width: 85%;
  max-width: 420px;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  opacity: 1;
  display: none;
  border-radius: 3px;
  z-index: 1000;
}

.modalInner {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
    background: #fff;
    color: #344A61;
}