.as-text-logo {color:#8c3fc5!important}
.as-bg-lila {background-color:#c1bfcb !important}
.as-bg-page {background-color:#e5e0da !important}
.as-bg-white {background-color:whitesmoke !important}
.as-bg-btn {background-color:#583b20 !important}
.as-text-head {color:#53371e !important}
.as-text-std {color:#6b5139 !important}
.as-text-err {color:#e9a361 !important}
.as-text-ok {color:#7bdf92 !important}
.as-white {color:#f4f4f4!important}
.as-blue {color:#126cf3!important}
.as-blue-granite,.as-hover-blue-granite:hover {color:#fff!important;background-color:#717388!important}
.as-hover-light-gray:hover {color:#fff!important;background-color:#b2b2b4!important}

.as-margin-left{margin-left:16px!important}.as-margin-right{margin-right:16px!important}
.as-margin32-left{margin-left:32px!important}.as-margin32-right{margin-right:32px!important}
.as-margin32-bottom{margin-bottom:32px!important}.as-margin32-top{margin-top:32px!important}
.as-margin64-left{margin-left:64px!important}.as-margin64-right{margin-right:64px!important}
.as-margin128-left{margin-left:128px!important}.as-margin128-right{margin-right:128px!important}
.as-margin256-left{margin-left:256px!important}.as-margin256-right{margin-right:256px!important}

.as-btn6{border:0;display:inline-block;padding:4px 8px;vertical-align:middle;overflow:hidden;text-decoration:none!important;color:white;background-color:#c1bfcb!important;text-align:center;cursor:pointer;white-space:nowrap;font-size:small}
.as-btn6:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}

.as-button-profile{
  border: none;
  min-width: 299px;
  margin-left: 1%;
  margin-top: 20px;
  min-height:250px;
  display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap
}
.as-button-profile:hover{
  border: 3px solid #f4f4f4;
  box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.as-btn{
  border-radius: 30px;
  display:inline-block;
  padding:8px 8px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color: whitesmoke !important;
  background-color:#583b20 !important;
  text-align:center;
  cursor:pointer;
  white-space:nowrap
}
.as-btn1{
  border-radius: none;
  display:inline-block;
  padding:8px 16px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  text-align:left;
  cursor:pointer;
  white-space:nowrap
}
.as-btn2{
  border-radius: none;
  display:inline-block;
  padding:8px 8px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color:#6b5139 !important;;
  background-color:#c1bfcb !important;
  text-align:right;
  cursor:pointer;
  white-space:nowrap
}
.as-scrbtn {
  border-left:6px solid #fff!important;
  border-radius: none;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  padding:8px 16px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background-color:inherit;
  text-align:left;
  cursor: pointer;
}

.as-scrbtn:hover{box-shadow:0 8px 16px 0 rgba(243, 213, 177, 0.2),0 6px 20px 0 rgba(127, 73, 73, 0.19)}
.as-btn:hover{box-shadow:0 8px 16px 0 rgba(243, 213, 177, 0.2),0 6px 20px 0 rgba(127, 73, 73, 0.19)}
.as-btn1:hover{box-shadow:0 8px 16px 0 rgba(243, 213, 177, 0.2),0 6px 20px 0 rgba(127, 73, 73, 0.19)}
.as-btn2:hover{box-shadow:0 8px 16px 0 rgba(243, 213, 177, 0.2),0 6px 20px 0 rgba(107, 81, 57, 0.19)}
.as-btn,.as-scrbtn,.as-btn2,.as-btn1{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.as-disabled,.as-btn:disabled,.as-button:disabled,.as-scrbtn:disabled{cursor:not-allowed;opacity:0.3}.as-disabled *,:disabled *{pointer-events:none}
.as-btn.as-disabled:hover,.as-btn:disabled:hover{box-shadow:none}

.as-center {
  line-height: 500px;
  height: 500px;
  text-align: center;
}
.as-centerSM {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
}
.as-center p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
.as-none{display:none}
.modal {
  display: none;
  position: fixed;
  z-index: auto;
  padding-top: 1px;
  left: 200;
  top: 300;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.input-wrapper {
    position: relative;
    display: inline-block;
}
.input-wrapper input {
    padding-right: 40px;
}
.input-wrapper button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: white;
  font-size: 16px;
  resize: none;
}
datalist {
  background-color: white;
  z-index: 2;
}
select {
  width: 100%;
  height: 35px;
  border: 2px solid whitesmoke;
  border-radius: 14px;
  background-color: whitesmoke;
}
.container {
    position: relative;
}
.image2 {
    position: absolute;
    left: -100px;
}
.but {
  float: left;
  width: 20%;
}
.but2 {
  float: left;
}
@media screen and (max-width: 800px) {
  .but, .but2 {
    width: 90%;
    margin-top: 8px;
  }
}
@media screen and (max-width: 400px) {
  .ex {
    font-size: 15px;
  }
}
table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  padding: 15px;
}
.tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
  /*border: 1px solid rgba(255,255,255,0.3);*/
}
.tbl-content2{
  height:auto;
  max-height:500px;
  overflow-x:auto;
  margin-top: 0px;
  /*border: 1px solid rgba(255,255,255,0.3);*/
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  border-bottom: solid 1px #ccc;
}
.td2{
  border:0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #434887;
}
input:focus + .slider {
  box-shadow: 0 0 1px #434887;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
