body{
  font-family: "Comic Sans MS" !important;
  margin:0;
}

.headpage {
	width: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.btn {

  margin: 10px 0px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
 }

.btn-lg{
	line-height: 0 !important;
}
 .myButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#bababa;
	border-radius:6px;
	border:1px solid #999999;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background-color:#757575;
}
.myButton:active {
	position:relative;
	top:1px;
}



 .icon-bar {
   width: 100%;
   background-color: #555;
   position: fixed;
	 overflow: hidden;
 }

 .icon-bar a {
   float: left;
   width: 20%;
   text-align: center;
   padding: 12px 0;
   transition: all 0.3s ease;
   color: white;
   font-size: 20px;
 }

 .icon-bar a:hover {
   background-color: #000;
 }


/* Demo Stuff End -> */

/* <- Magic Stuff Start */
.form-control{
	font-size: 12px !important;
}
.buttonh {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.buttonh:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}
.btn:hover {
  background-position: right center; /* change the direction of the change here */
}

.btn-1 {
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.btn-2 {
  background-image: linear-gradient(to right, #ff7eb3 0%, #ff758c 51%, #ff7eb3 100%);
}

.btn-3 {
  background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 51%, #43e97b 100%);
}

.btn-4 {
  background-image: linear-gradient(to right, #89f7fe 0%, #66a6ff 51%, #89f7fe 100%);
}

.btn-5 {
  background-image: linear-gradient(to right, #ee609c 0%, #b465da 51%, #ee609c 100%);
}

.btn-6 {
	background-color: #b8bbc2;
  /*background-image: linear-gradient(to right, #949494 0%, #bdbdbd 51%, #949494 100%);*/
}
.btn-7 {
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 51%, #fa709a 100%);

}
.btn-8 {
  background-image: linear-gradient(to right, #5ee7df 0%, #b490ca 51%, #5ee7df 100%);

}
.btn-9 {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 51%, #4facfe 100%);

}
.btn-10 {
  background-image: linear-gradient(to right, #330867 0%, #30cfd0 51%, #330867 100%);

}
.btn-11 {
  background-image: linear-gradient(to right, #ffc3a0 0%, #ffafbd 51%, #ffc3a0 100%);

}
.btn-12 {
  background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 51%, #6a11cb 100%);

}
.btn-13 {
  background-image: linear-gradient(to right, #0ba360 0%, #3cba92 51%, #0ba360 100%);

}
.btn-14 {
	background-image: linear-gradient(to right, #505285 0%, #585e92 12%, #65689f 25%, #7474b0 37%, #7e7ebb 50%, #8389c7 62%, #9795d4 75%, #a2a1dc 87%, #b5aee4 100%);

}
.btn-15 {
background-image: linear-gradient(to right, #abecd6 0%, #fbed96 100%);
}
.btn-16 {
background-image: linear-gradient(to right, #c71d6f 0%, #d09693 100%);
}
.btn-confirm {
background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
    height: 50px;
		width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    vertical-align: middle;

}
.progress-bar{
	color: #000000 !important;

}
table.paleBlueRows {
  font-family: "Times New Roman", Times, serif;
  border: 2px solid #AA87A3;
  width: 350px;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
table.paleBlueRows td, table.paleBlueRows th {

  padding: 1px 1px;
}
table.paleBlueRows tbody td {
  font-size: 13px;
  color: #070707;
}
table.paleBlueRows tr:nth-child(even) {
  background: #EDE6FF;
}
table.paleBlueRows thead {
  background: #613B7C;
  border-bottom: 5px solid #FFFFFF;
}
table.paleBlueRows thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFFFFF;
}
table.paleBlueRows thead th:first-child {
  border-left: none;
}

table.paleBlueRows tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #613B7C;
  border-top: 3px solid #444444;
}
table.paleBlueRows tfoot td {
  font-size: 14px;
}
.btn-secondary{
	color: #fcfcfc !important;
}
#myInput {   
  background-image: url('/css/searchicon.png');   
  background-position: 10px 12px;   background-repeat: no-repeat;   width: 100%;   margin:auto;   font-size: 1.5em;   color: blue;   padding: 12px 12px 12px 40px;   border: 1px solid #0000ff;   margin-bottom: 12px; } #myUL {   list-style-type: none;   padding: 0;   margin: 0; } #myUL li a {   border: 1px solid #ddd;   margin-top: -1px; /* Prevent double borders */   background-color: #f6f6f6;   padding: 12px;   text-decoration: none;   font-size: 14px;   color: black;   display: block } #myUL li a:hover:not(.header) {   background-color: #eee; }

  #feedbackModal.modal.custom .modal-dialog {
    width: 50%;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
}

/* CSS */
.button-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 6px;
  border: none;

  color: #fff;
  background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
   background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-10:focus {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}