@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Ubuntu:400,700|Ubuntu+Mono:400,700');
body {
	font-family: 'Lato', 'Ubuntu', 'Verdana', sans-serif;
	font-size: 15px;
	background: url('../img/pattern.jpg') repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', 'Ubuntu Mono', sans-serif;
}
.container {
	padding: 0;
}
.container-padding {
	padding-left: 15px;
	padding-right: 15px;
}
.wrapper {
	background-color: #fff;
	box-shadow: 0px 0px 25px rgba(9,9,9,.2);
}
.header-info {
	height: 40px;
	line-height: 40px;
	background-color: #008bc4;
	color: #fff;
}
.header-info .header-info-date{
	display: inline-block;
	float: left;
	padding-left: 15px;
	position: relative;
	background-color: #008bb0;
}
.header-info .header-info-date:before {
	content: '';
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	border: 20px solid transparent;
	border-left: 20px solid #008bb0;
	border-bottom: 20px solid #008bb0;
} 
.header-info #clock {
	display: inline-block;
	position: relative;
	background-color: #008bb0;
	padding-right: 15px;
	font-weight: bolder;
}
.header-info #clock:before {
	content: '';
	position: absolute;
	left: -40px;
	top: 0;
	width: 40px;
	border: 20px solid transparent;
border-right: 20px solid #008bb0;
border-bottom: 20px solid #008bb0;
}
header {
	padding: 15px;
}
.logo {
	height: 110px;
	overflow: hidden;
}
.logo a {
	text-decoration: none;
	color: #008bb0;
}
.logo img {
	max-height: 100%;
	margin-right: 20px;
}
.logo h1 {
	display: inline-block;
	font-weight: bolder;
}
.social-link {
	line-height: 110px;
	text-align: right;
}
.social-link > span {
	display: inline-block;
	height: 38px;
	width: 38px;
	padding: 0;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background-color: teal;
}
.social-link span:hover {
	animation: rotation 0.8s forwards;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg) scale(0.9);
	}
	100% {
		transform: rotate(360deg) scale(1);
	}
}
.social-link a {
	color: #fff;
	padding: 20px 10px;
	font-size: 16px;
}
.social-link .fb {
	background-color: #3b5998;
}
.social-link .tw {
	background-color: #55acee;
}
.social-link .gp {
	background-color: #dd4b39;
}
.social-link .linkedin {
	background-color: #007bb6;
}
.social-link .insta {
	background-color: #e95950;
}
.social-link .yt {
	background-color: #ff0000;
}
.social-link .rss {
	background-color: #ff6600;
}
.navbar {
	margin-bottom: 0;
}
nav.navbar-default {
	border-radius: 0;
	border: 0;
	background-color: #008bb0;
}
.navbar-toggle {
	border-radius: 0 !important;
	color: #fff;
	border: none;
	width: 100%;
	font-weight: bolder;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: transparent !important;
}
.navbar-toggle .icon-bar{
	background-color: #fff !important;
}
.nav.navbar-nav li a {
	color: #fff;
}
.nav.navbar-nav li.active a, .nav.navbar-nav li a:hover {
	color: #008bb0;
	background-color: #efefef;
}
.nav.navbar-nav > .open > a:focus {
	color: #008bb0;
}
ul.dropdown-menu {
	background-color: #008bb0;
	color: #fff; 
	font-size: 100%;
	padding-top:2px;
	padding-bottom: 2px;
}
ul.dropdown-menu li a {
	color: #fff;
	padding: 10px 15px;
}
ul.dropdown-menu li a:hover {
	color: #008bb0;
	background-color: #efefef; 
}
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.jssorb053 .i {position:absolute;cursor:pointer;}
.jssorb053 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb053 .i:hover .b {fill-opacity:.7;}
.jssorb053 .iav .b {fill-opacity: 1;}
.jssorb053 .i.idn {opacity:.3;}

.jssora093 {display:block;position:absolute;cursor:pointer;}
.jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093:hover {opacity:.8;}
.jssora093.jssora093dn {opacity:.6;}
.jssora093.jssora093ds {opacity:.3;pointer-events:none;}
.info-sekolah {
	padding: 0;
	margin: 0;
}
.after-slideshow .col-md-12 {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 0;
}
.after-slideshow .col-md-12:nth-child(2){
	padding-top: 0;
	padding-bottom: 15px;
}
.info-sekolah {
	padding: 10px;
	background: #008bb0;
	text-transform: uppercase;
	font-size: 120%;
	color: #fff;
	font-weight: bolder;
	font-family: 'Ubuntu', 'Ubuntu Mono', sans-serif;
}
ul.list-group .list-group-item {
	border-bottom: 1px solid #efefef;
	border-radius: 0;
}
.info-sekolah-item {
	 border: 2px solid #008bb0;
	 border-top: 0;
	 color: #008bb0;
	 background-color: transparent;
}
.sambutan-kepsek {
	clear: both;
}
.sambutan-kepsek .col-md-12 {
	padding-bottom: 10px;
}
.sambutan-kepsek h3 {
	text-transform: uppercase;
	font-weight: bolder;
	color: #555;
}
.sambutan-kepsek img {
	height: 150px;
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 15px
}
.sambutan-kepsek button {
	margin-top: 20px;
}
.sambutan-kepsek a {
	color: #fff;
}
.sambutan-kepsek a button:hover {
	text-decoration: none;
	color: #fff;
}
.btn-common {
	background-color: #008bb0;
	color: #fff;
}
.btn-common:hover {
	color: #fff;
}
#panel-section .panel .row {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}
#panel-section .panel .row:first-child {
	padding-top: 0;
}
#panel-section .panel .row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
#panel-section .col-md-8, 
#panel-section .col-xs-8 {
	padding-left: 0;
	font-weight: bold;
	letter-spacing: 1px;
} 
#panel-section .col-md-8 span.date {
	font-size: 90%;
	color: #777;
	padding-top: 8px;
	display: block;
	font-weight: normal;
	letter-spacing: 0;
}
#panel-section .col-md-8 a:hover {
	text-decoration: none;
	color: #008bb0;
}
#panel-section .panel-heading {
	font-family: 'Ubuntu', 'Ubuntu Mono', sans-serif;
	font-weight: bolder;
	font-size: 120%;
}
#main-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.breadcrumb {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
}
.ground {
	height: inherit;
	width: inherit;
	position: relative;
	background-image: url('../img/pattern.jpg');
	background-position: center;
	background-attachment: fixed;
}
.breadcrumb-item {
	position: absolute;
	padding: 75px 0 ;
	color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(9,9,9,.6);
	right: 0;
}
.breadcrumb-item h3 {
	animation: fadeTranslateDown 1.5s forwards;
	opacity: 0;
}
.breadcrumb-item p {
	opacity: 0;
	animation: fadeTranslateLeft 1.5s forwards;
}
@keyframes fadeTranslateDown {
	from {
		opacity: .2;
		transform: translateY(-45px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeTranslateLeft {
	from {
		opacity: .2;
		transform: translateX(105px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.breadcrumb-item a {
	color: #008bb0;
}
.breadcrumb-item a:hover {
	text-decoration: none;
	color: #fff;
}
.loop-posts .col-md-6.col-xs-12 {
	margin-bottom: 15px;
}
.image-article img {
	position: relative;
}
.article-detail {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(9,9,9,.2);
	padding: 15px 0px;
	margin: 0 15px;
}
.article-detail .post-date{
	margin:0 15px;
	padding: 5px 10px;
	background-color: #008bb0;
	box-shadow: 0 0 7px rgba(9,9,9,.1);
	color: #fff;
	display: inline-block;
	border-radius: 3px;
}
.article-detail .post-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 10px;
	background-color: rgba(9,9,9,.45);
	text-align: center;
}
.article-detail .post-title a {
	color: #fff;
}
.article-detail .post-title a:hover {
	color: #eee;
	text-decoration: none;
}
.title {
	text-align: center;
}
.by-author ul {
	padding-left: 0;
}
.by-author li {
	text-align: center;
	display: inline-block;
	list-style: none;
	padding: 5px 8px;
}
.by-author li i {
	color: #008bb0;
	padding-right: 3px;
}
#main-content .panel {
	margin-right: 5px;
	margin-left: 5px;
}
#main-content article {
	padding: 3px 15px;
	overflow: auto;
}
#main-content article table {
	max-width: 100%;
}
#share1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
#share1 a:hover {
	text-decoration: none;
}
.related-post .title {
	background-color: #ececec;
	padding: 3px 12px;
	margin-bottom: 20px;
}
.related-post .title h3 {
	font-weight: 300px;
	font-size: 120%;
}
.media-body h4 a {
	color: #008bb0;
}
.media-body a:hover {
	color: #008bb3;
	text-decoration: none;
}
#sidebar .panel-default > .panel-heading {
	background: -webkit-linear-gradient(135deg, #006480 80%, #008bc4 20%);
	background: -o-linear-gradient(135deg, #006480 80%, #008bc4 20%);
	background: -moz-linear-gradient(135deg, #006480 80%, #008bc4 20%);
	background: linear-gradient(135deg, #006480 80%, #008bc4 20%);
	color: #fff;
}
#sidebar .thumbnail {
	border: none;
	box-shadow: 0 0 12px rgba(9,9,9,.2);
	padding: 0;
}
#sidebar .thumbnail:first-child > img {
	padding: 10px 10px 0;
	max-width: 100%;
	text-align: center;
}
#sidebar .caption {
	padding: 5px 15px;
	text-align: center;
}
#sidebar .caption a:hover {
	text-decoration: none;
	color: #fff;
}
fieldset {
	border: 2px solid #008bb0;
	width: 100%;
}
legend {
	width: auto;
	margin: 0 48%;
	padding: 3px 10px;
	color: #008bb0;
	margin-bottom: 10px;
	border: 2px solid #008bb0;
}
#quote {
	min-height: 50px;
	padding: 15px 10px;
	list-style: none;
}
#quote ul li{
	display: hidden;
}
#quote q {
	font-family: 'Verdana', serif;
	padding: 3px 0px;
}
#quote p {
	padding: 5px 0;
	font-weight: bolder;
	font-family: 'Verdana', serif;
}
/* Album 
------------------------------------------------------------------------------*/
.loop-album {
	margin-top: 20px;
}
.loop-album .thumbnail{
	position: relative;
}
.loop-album .thumbnail .image {
	display: block;
	width: 100%;
	height: auto;
}

.loop-album .thumbnail .caption {
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 139, 196, .89);
  overflow: hidden;
  width: 0;
  height: 0;
  transition: .5s ease;
  color: #fff;
  opacity: 0;
}

.loop-album .thumbnail:hover .caption{
	height: 100%;
	width: 100%;
	opacity: 1;
}

.loop-album .thumbnail .caption div{
	position: absolute;
  overflow: hidden;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.loop-album .thumbnail .caption div h4 {
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bolder;
	margin-bottom: 8px;
}
.loop-album .thumbnail .caption div p {
	margin-bottom: 8px;
}
.nav-tabs {
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav-tabs li a {
	padding: 15px 12px;
	color: #008bb0;
}
thead tr th {
	color: #008bb0;
	text-align: center;
}
tbody tr td {
	text-align: center;
}
.admission-form {
	margin-bottom: 35px;
}
.admission-form .tab-content {
	padding-right: 15px;
	padding-left: 15px;
}
.admission-form .tab-content .control-label {
	color: #666;
}
.welcome p {
	padding: 20px 15px;
}
.hm {
	font-weight: bolder;
	font-size: 150%;
	color: #008bb0;
	font-family: 'Ubuntu Mono', 'Ubuntu', sans-serif;
	border-bottom: 3px solid #008bb0;
}
.search-title {
	background-color: #008bb0;
	color: #fff;
	padding: 10px 12px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.search-result {
	padding-left: 15px;
	padding-right: 15px;
}
.search-result h4 a {
	color: #008bb0;
}
.search-result h4 a:hover {
	text-decoration: none;
	color: #006480;
}
footer .col-md-12{
	margin-top: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
	border-top: 6px solid #008bb0;
	background: #001a33;
	color: #fff;
}
footer h3 {
	padding-bottom: 15px;
	font-weight: bolder;
}
footer h3:after {
	content:'';
	position: absolute;
	top: 54px;
	left:15px;
	height: 5px;
	width: 80px;
	background-color: #efefef; 
}
footer ul.list-group li.list-group-item {
	border: none;
	border-bottom: 0;
	background-color: transparent;
	padding-left: 0;
}
footer ul.list-group li.list-group-item a {
	color: #dcdcdc;
}
footer ul.list-group li.list-group-item a:hover{
	color: #fff;
	text-decoration: none;
}
footer p {
	padding: 12px 0 0;
}
footer .form-control {
	background-color: #fefefe;
	display: block;
	margin: 15px 0 10px;
	height: 40px;
}
footer input:focus{
	box-shadow: none !important;
	animation: none;
}
footer button.btn {
	padding: 10px 0;
	font-size: 16px;
}
footer button.btn:hover{
	color: #fff;
}
.copyright {
	background-color: #000d1a;
	color: #fff;
	padding: 12px 8px;
}
.copyright p {
	padding: 3px;
	margin-bottom: 0;
}
.copyright a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.header-info {
		display: none;
	}
	.logo {
		display: block;
		height: 100%;
		text-align: center;
	}
	.logo img {
		text-align: center;
		max-height: 80px;
		margin-right: 0;
	}
	.logo h1 {
		padding: 10px 10px;
		font-size: 28px;
	}
	.social-link {
		text-align: center;
		line-height: 40px;
		margin-top: 10px;
	}
	.nav.navbar-nav ul.dropdown-menu {
		background-color: #008bb0;
		color: #fff; 
		font-size: 100%;
	}
	.nav.navbar-nav ul.dropdown-menu li a {
		color: #fff !important;
	}
	.after-slideshow .col-sm-12 {
		padding: 15px;
		padding-top: 0;
	}
	.after-slideshow .col-sm-12:nth-child(1){
		padding-bottom: 0;
	}
	.sambutan-kepsek button {
		margin-top: 0;
	}
	.breadcrumb {
		height: 180px;
	}
	.breadcrumb-item {
		padding: 25px 10px;
	}
	.breadcumb-item h2 {
		font-size: 16px;
	}
	legend {
		margin: 0 42%;
	}
	#sidebar {
		margin-top: 30px;
	}
	.by-author li:first-child {
		display: block !important;
	}
}
/* Toast CSS */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}


  /*overrides of Toast.css*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px rgba(9,9,9,.4);
  -webkit-box-shadow: 0 0 12px rgba(9,9,9,.4);
  box-shadow: 0 0 12px rgba(9,9,9,.4);
  color: #ffffff;
  opacity: 0.90;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px rgba(9,9,9,.4);
  -webkit-box-shadow: 0 0 12px rgba(9,9,9,.4);
  box-shadow: 0 0 12px rgba(9,9,9,.4);
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
