.progressbar {
	display:inline-block;
	height:20px;
	width:300px;
  margin:0px;
  padding:0px;
	border:2px solid #08487d;
	border-bottom-color:#08487d;
	background-color:#d3d3d3;
	border-radius:20px;
	box-sizing:border-box;
	background-image:
		linear-gradient(-45deg,	#05d7f2 25%, #0a6bba 25%,	#0a6bba 50%,
		                        #05d7f2 50%, #05d7f2 75%,	#0a6bba 75%, #0a6bba);
	background-size:50px 50px;
	animation:move 2s linear infinite;
	border-radius:20px;
	overflow: hidden;
	box-shadow:inset 0 10px 0 rgba(255,255,255,.2);
}
@keyframes move{ 0% {	background-position: 0 0; } 100% {	background-position: 50px 50px; } }


.psg .button_bw {
  border-radius: 55px;
  border:solid 2px white;
  padding: 10px 30px 10px 30px;
  display: inline-block;
	background:none;
  background-color: black;
  color:white;
	font-size:14px;
  text-decoration:none;
  transition-duration:0.3s;
  white-space:nowrap;
  text-align:center;
	margin:5px;
}
.psg .button_bw:hover {
  background-color: white;
  color:black;
}
.psg .button_color {
  border-radius: 55px;
  border:none;
  padding: 10px 30px 10px 30px;
	background:linear-gradient(to bottom, #48a0d8 5%, #2875bf 100%);
  color:white;
	font-size:14px;
  text-decoration:none;
  white-space:nowrap;
  text-align:center;
  font-family:'Fjalla One';
}
.psg .button_color:hover {
  background-image: linear-gradient(160deg, rgb(163, 37, 134) 0%, rgb(203, 78, 138) 100%);
  color:white;
  border:none;
}
.psg .button, button {
  border-radius: 15px;
  border:1px solid white;
  padding: 5px 20px 5px 20px;
	background:none;
  background-color: black;
  color:white;
  text-decoration:none;
  white-space:nowrap;
  text-align:center;
	margin:1px;
  font-size:12px;
  line-height:15px;
	outline:none;
  font-family:'Fjalla One';
}
.psg .button:hover, button:hover {
  background-color: white;
  border:1px solid #aaa;
  color:black;
}
.psg input {
  background-color: #444;
  color: white;
  border-radius: 10px;
  border:none;
	margin:1px;
  font-size:14px;
  padding: 5px 10px 5px 10px;
  line-height: 15px;
  font-family:'Fjalla One';
  box-shadow: 0 0 4px #bbb;
	outline:none;
}

.psg select {
  background-image:linear-gradient(to bottom, #2384c2 5%, #155680 100%);
  border-radius: 10px;
  display: inline-block;
  font: inherit;
  font-size:14px;
  line-height: 15px;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
	margin:1px;
  font-family:'Fjalla One','Arial','Helvetica';
	border:1px solid #092d44;
	color:white;
	background-color:#155680;
	outline:none;
}
.psg select::-ms-expand {
  display: none;
}
.psg input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  outline: none;
  width: 35px;
  height: 18px;
  top:4px; margin: 0px 0px 0px 5px;
  background-color: #fff;
  border: 1px solid gray;
  border-radius: 50px;
  box-shadow: inset -18px 0 0 0 #aaa;
}
.psg input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.psg input[type=checkbox]:checked {
  box-shadow: inset 17px 0 0 0 #2188E8;
}
.psg input[type=checkbox]:checked:after {
  left: 17px;
}
.psg input[type=checkbox]::-ms-check {
  display: none;
}
.psg input[type=range] {
  background: none;
	border:none;
	box-shadow:none;
	outline: none;
}
.psgtable td {
	padding:10px;
	background-color:#eee;
}
.psg a { text-decoration:none; }
.psg li{ margin-bottom:5px; margin-top:5px; margin-left:20px; list-style-type: disc;}


#chat-block {
  font-size: 16px;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fafafa; }

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.46875rem 1rem;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  border-radius: 0.125rem; }

.btn-primary {
  text-decoration: none;
  color: #fff;
  background: black;
  border-radius:30px;
  border-color: #009688;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-primary:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00635a;
    border-color: #005951; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00635a;
    border-color: #005951; }

#chat-circle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #1a5dad;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  padding: 12px;
  cursor: pointer;
  box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.4);
}

.btn#my-btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 45px;
  padding-right: 40px;
  padding-left: 40px;
  color: #5865C3;
}

#chat-overlay {
  background: rgba(255,255,255,0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
}

.chat-box {
  display:none;
  font-family: sans-serif;
  background: #efefef;
  position:fixed;
  right:20px;
  bottom:20px;
  width:350px;
  max-width: 85vw;
  max-height:100vh;
  border-radius:5px;
  z-index:100;
  box-shadow: 0px 0px 10px 10px rgba(150, 150, 150, 0.4);
}

.chat-box-toggle {
  float:right;
  margin-right:15px;
  cursor:pointer;
}

.chat-box-header {
  -webkit-box-sizing: border-box;
  background: #2a65a1;
  height:45px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  color:white;
  text-align:left;
  font-size:20px;
  padding-top:13px;
  padding-left:20px;
}

.chat-box-body {
  position: relative;
  height:370px;
  height:auto;
  width:100%;
  border:1px solid #ccc;
  overflow: hidden;
}

.chat-box-body:after {
  content: "";
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height:100%;
  position: absolute;
  z-index: -1;
}

.chat-logs {
  padding:10px;
  height:370px;
  overflow-y:scroll;
}
.chat-logs::-webkit-scrollbar-track {	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);	background-color: #F5F5F5; }
.chat-logs::-webkit-scrollbar {	width: 5px;	background-color: #F5F5F5;}
.chat-logs::-webkit-scrollbar-thumb {	background-color: #2a65a1; }
@media only screen and (max-width: 500px) { .chat-logs {  height:40vh; } }

.chat-msg.server > .msg-avatar img {
  width:45px;
  height:45px;
  border-radius:50%;
  float:left;
  width:15%;
}
.chat-msg.user > .msg-avatar img {
  width:45px;
  height:45px;
  border-radius:50%;
  float:right;
  width:15%;
}
.cm-msg-text {
  background:white;
  padding:10px 15px 10px 15px;
  color:#666;
  max-width:60%;
  float:left;
  margin-left:10px;
  position:relative;
  margin-bottom:10px;
  border-radius:30px;
}
.chat-msg {
  clear:both;
}
.chat-msg.user > .cm-msg-text {
  float:right;
  margin-right:10px;
  background: #2a65a1;
  color:white;
}
.cm-msg-button>ul>li {
  list-style:none;
  margin-right:10px;
  margin-bottom: 10px;
  float:left;
}
.cm-msg-button {
  clear: both;
}

#chat-input {
  -webkit-box-sizing: border-box;
  line-height: inherit;
  border-radius: 0;
  font: inherit;
  margin: 0;
  background: #f4f7f9;
  width:87%;
  position:relative;
  height:47px;
  padding-top:10px;
  padding-right:50px;
  padding-bottom:10px;
  padding-left:15px;
  border:none;
  resize:none;
  outline:none;
  border:1px solid #ccc;
  color:#888;
  border-top:none;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  overflow:hidden;
}
.chat-input > form {
    margin-bottom: 0;
}
#chat-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
#chat-input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
#chat-input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#chat-input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.chat-submit {
  position:static;
  background: transparent;
  box-shadow:none;
  border:none;
  width:40px;
  height:40px;
  vertical-align:middle;
}
