.page-footer{background:#e3f2fd;}
h1 {
    font-size: 1.5rem;
	font-weight: 700;
	margin-top: .5rem;
}
h2 {
    font-size: 1.5rem;
	font-weight: 700;
}
h3 {
    font-size: 1.5rem;
	font-weight: 700;
}
h4 {
    font-size: 1rem;
}
h5 {
    font-size: 16px;
}
.list-unstyled li a{color:#4b4b4b; font-weight: 600;}
}
.list-unstyled li a:hover{color:#4b4b4b;}
}
.footer-copyright a{font-size: 14px; font-weight: 600;}
.main_menu .navbar-brand{padding-top:0}.main_menu .navbar{padding:6px 0}
.main_menu .main-menu-item ul li a{color:#fff!important;font-size:17px;padding:9px 14px!important;font-weight:600}@media only screen and (min-width:992px) and (max-width:1200px){.main_menu .main-menu-item ul li a{padding:0 16px!important}}
.main_menu {background:#333;}
.navbar-light .navbar-toggler {
        border-color:transparent;
        background-color: #fff
    }
.fancy {
  margin: 0;
  font-size: 18px;
  -webkit-transition: 0.3s;
  /* Safari */
  transition: 0.3s;
 }
.fancy:hover {
  font-size: 120%;
  background: #f3f5f8;
color:red;
}
.fancy {
clear: both;
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
background: #fff;
}
 .btn {			box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
				padding: 4px 14px;
				margin-bottom:4px;
                border-radius: 3px;
				border-style: outset;
				border: 1px solid #333;
				cursor: pointer;
				position: relative;
                display: inline-block;
                overflow: hidden;
                font-size: 26px;
				color:#333;
				text-align: center;
                background: #fff;;
}

.btn:hover {
  background: #17a2b8;
color:white;
}

body { background: #f3f5f8 !important;

font-family: arial,sans-serif;}

.z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1, .toast {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5, .modal {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: default;
}

.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

.hold{
    font-size: 18px;
    font-weight: 600;
			  }

.thigh {
    padding: 1rem;
	padding-left:12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #585858;
	}

.bd-clipboard {
    position: relative;
        float: right;
}

.highlight {
    padding: 1rem;
	padding-left:5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #e7f0ec;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.bd-clipboard + .highlight {
    margin-top: 0;
}

.ad {
    font-size: 17px;
    font-weight: bold;
	margin-bottom: 5px;
		  }

.btns {
    position: absolute;
    top: 3px;
    right: .5rem;
    z-index: 10;
    display: block;
    padding: .3rem 1rem;
    font-size: 75%;
	font-weight: bold;
    cursor: pointer;
    border: 0;
    border-radius: .25rem;
	border: 1px solid #6c757d;
}

.btn2 {
    position: absolute;
    top: -90px;
    right: .5rem;
    z-index: 10;
    display: block;
    padding: .3rem 1rem;
    font-size: 75%;
	font-weight: bold;
    cursor: pointer;
    border: 0;
    border-radius: .25rem;
	border: 1px solid #6c757d;
}
.btn1 {
    position: absolute;
    top: -182px;
    right: .3rem;
    z-index: 10;
    display: block;
   padding: .3rem 1rem;
    font-size: 75%;
	font-weight: bold;
    cursor: pointer;
    border: 0;
    border-radius: .25rem;
	border: 1px solid #6c757d;
}

 .btn3 {		padding: 5px 14px;
				margin-bottom:4px;
                border-radius: 3px;
				border-style: outset;
				border: 1px solid #006600;
				cursor: pointer;
				position: relative;
                display: inline-block;
                overflow: hidden;
                font-size: 14px;
				color:#333;
				text-align: center;
                background: #fff;;
}

.btn3:hover {
  background: #008000;
color:white;
text-decoration: none;
}
.top_99 { width: 300px; height: 250px; }
@media(min-width: 500px) { .top_99 { width: 336px; height: 280px; } }
@media(min-width: 800px) { .top_99 { width: 728px; height: 90px; } }