/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 6 version
*/

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  width: 100%;
  height: 100vh;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  background: #363940;
  color: #d3d7e1;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #1f2127;
}
::-webkit-scrollbar-track {
  background-color: #1f2127;
}
::-webkit-scrollbar-thumb {
  background-color: #767b84;
}
::-webkit-scrollbar-corner {
  background: #1f2127;
}

ul,
li,
img,
div,
a,
p,
span,
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
ul,
li {
  list-style-type: none;
}

textarea,
select,
input {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: #a7aebf;
  background-color: #23252c;
  max-width: 300px;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px solid #6e7179;
  box-shadow: 0 0 0px 1000px #23252c inset;
  -webkit-text-fill-color: #a7aebf;
  -webkit-box-shadow: 0 0 0px 1000px #23252c inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input[type="text"]:focus,
input.pass:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 0 1px 1px #727885;
  box-shadow: inset 0 0 1px 1px #727885;
}

::-webkit-input-placeholder {
  color: #ccd1d9;
}
::-moz-placeholder {
  color: #ccd1d9;
}
:-ms-input-placeholder {
  color: #ccd1d9;
}
:-moz-placeholder {
  color: #ccd1d9;
}

input.checkbox,
input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
}
input.radio,
input[type="radio"] {
  -webkit-appearance: radio !important;
}

select {
  background: url(../images/bg-dd.png) no-repeat right;
  height: 19px;
}
select option {
  padding: 2px 4px 2px 4px; /* color:#333333 */
}
a {
  color: #ccd1d9;
  text-decoration: none;
}
a:hover {
  color: #e64446;
  transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
}

.btn-large,
.btn-medium,
.btn-small {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a7aebf;
  max-width: 300px;
  padding: 9px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #27292d;
  display: inline-block;
  background: #33363e;
  background: -o-linear-gradient(top, #33363e 0%, #24272d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#33363e),
    to(#24272d)
  );
  background: linear-gradient(to bottom, #33363e 0%, #24272d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33363e', endColorstr='#24272d',GradientType=0 );
}
.btn-medium {
  height: 40px;
  max-height: 40px;
  line-height: 38px;
  padding: 0 10px;
}
.btn-small {
  height: 30px;
  max-height: 30px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 12px;
}
.btn-large:hover,
.btn-medium:hover,
.btn-small:hover,
.btn-large:focus,
.btn-medium:focus,
.btn-small:focus {
  color: #fff;
  border-color: #b71618;
  background: #e64446;
  background: -moz-linear-gradient(top, #e64446 0%, #bf0010 100%);
  background: -webkit-linear-gradient(top, #e64446 0%, #bf0010 100%);
  background: linear-gradient(to bottom, #e64446 0%, #bf0010 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64446', endColorstr='#bf0010',GradientType=0 );
}

/*input:focus, textarea:focus, select:focus{-webkit-box-shadow:inset 0 0px 5px rgba(230, 68, 70, 0.5); -moz-box-shadow:inset 0 0px 5px rgba(230, 68, 70, 0.5); box-shadow:inset 0 0px 5px rgba(230, 68, 70, 0.5);}*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#mxalert,
div#mxconfirm {
  width: 400px;
  height: auto;
  padding: 20px;
  border: 1px solid #e64446;
  font-size: 14px;
  color: #ccd1d9;
  background-color: #24262e;
  text-align: center;
}
div#mxalert a.close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 1px 4px 1px 4px;
  margin: -10px -10px 0px 0px;
  background-color: #24262e;
  color: #ccd1d9;
  border: 1px solid #e64446;
}
div#mxconfirm-btn {
  float: left;
  width: 100%;
  margin-top: 15px;
}
div#mxalert a.button,
div#mxconfirm a.button {
  display: inline-block;
  margin: 0px 5px;
  border: 1px solid #ffffff;
  padding: 0px 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  -webkit-box-shadow: 0 0 0 3px #e64446;
  box-shadow: 0 0 0 3px #e64446;
  background: #e64446; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #e64446 0%,
    #e64446 50%,
    #e50000 51%,
    #e64446 100%
  ); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e64446),
    color-stop(50%, #e64446),
    color-stop(51%, #e50000),
    to(#e64446)
  );
  background: linear-gradient(
    top,
    #e64446 0%,
    #e64446 50%,
    #e50000 51%,
    #e64446 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64446', endColorstr='#e64446', GradientType=0 ); /* IE6-9 */
}
/*~~~~~~~~~~~~~NEVER REMOVE THIS CLASS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.transbg {
  position: fixed;
  z-index: 5000;
  width: 100%;
  height: auto;
  background-color: #fff;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
ul.tree-list {
  float: left;
  width: 100%;
}
ul.tree-list li {
  float: left;
  width: 100%;
  color: #ccd1d9;
  font-weight: bold;
}
ul.tree-list li ul {
  float: left;
  width: 90%;
  margin: 4px 0 0 15px;
  margin-bottom: 6px;
}
ul.tree-list li ul li {
  float: left;
  width: 100%;
  padding: 2px 0px;
  color: #6f6f6f;
  font-weight: normal;
}
ul.tree-list li input {
  float: left;
  width: auto;
  border: 1px solid #dfdfdf;
  margin-right: 3px;
}

.tbl-grid {
  border-spacing: 1px;
}
.tbl-grid th {
  background-color: #1e1e23;
}
.tbl-grid td {
  background-color: #25272b;
}
.tbl-grid td input {
  background-color: #1e1e23;
}
