/* Minification failed. Returning unminified contents.
(81,269): run-time error CSS1054: JavaScript error in expression property: Variable 'footer' has not been declared: footer
(81,269): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
(285,84): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
html
{
    margin: 0;
    padding: 0;
}

body
{
    color: #333;
    font-size: .85em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    min-width: 960px;
}

html, body {
    /*background: #fff url('/content/images/bg_old.png') no-repeat;*/
    /*background-size:contain;   */
}



/* main layout
----------------------------------------------------------*/
.scrollTop {
font-size: 34px;
color: #222;
opacity: .4;
position: fixed;
right: 20px;
bottom: 20px;
text-decoration: none;
-webkit-transition: opacity .15s linear;
-moz-transition: opacity .15s linear;
-ms-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
text-shadow: 0px 0px 4px #fff;
background: url(/content/images/top.png) no-repeat;
width: 79px;
height: 90px;
z-index: 9675309;
}

.scrollTop:hover {
text-decoration: none;
opacity: .9;
}


.container {
	margin-top:30px;
}
#fixedheader {
   position:fixed;
   left:0px;
   top:0px;
   padding-top:2px;
   height:30px;
   width:100%;
background: rgb(240,240,240); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(235,235,235,1) 50%, rgba(230,230,230,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(50%,rgba(235,235,235,1)), color-stop(51%,rgba(230,230,230,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(235,235,235,1) 50%,rgba(230,230,230,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(235,235,235,1) 50%,rgba(230,230,230,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(235,235,235,1) 50%,rgba(230,230,230,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(235,235,235,1) 50%,rgba(230,230,230,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */



   border-bottom: 1px solid #e5e5e5;
   box-shadow: 5px 5px 20px 0px rgba(255,255,255,1);
   z-index:9999;
}

/* IE 6 */
* html #fixedheader {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
header
{
    margin: 0px 10px;
    padding-bottom: 6px;
}
.nav a {
	color: #468847 !important;	
}
.nav .open a.dropdown-toggle {
	color: #fff !important;	
}
.nav .dropdown-menu a:hover, .nav .open a:hover {
	color: #fff !important;	
}
.nav .dropdown-toggle .caret {
	border-top-color: #468847 !important;
    border-bottom-color: #468847 !important;
}
.content-wrapper
{
    margin: 0px 10px 0px 10px; 
}

footer
{
    clear: both; 
    background-color: #272727;
    border-top:20px solid #333333;
    font-size: .8em;
    min-height: 100px;
    padding-top:10px;
    margin-top:20px;
    color:#fafafa;
}
footer a {
	color: #d0d0d0 !important;
}
footer ul {
    list-style-type:none;
}
footer ul li {
	line-height:28px;
}
footer ul li a {
	font-weight:bold;
}
footer h4 
{
    font-size:1.2em;
    color: #f0f0f0;
}
h1.brand, h1.brand a, h1.brand a:active,h1.brand a:link,h1.brand a:visited 
{
    font-family: 'Iceland' , Verdana;
    color: #468847;
    margin:6px 0px 0px 0px;
}
h1.brand a:hover {
    text-decoration:none;
}
.pageTitle, .title
{
    /*margin-top: -10px;
    margin-left: 68px;*/
    margin-bottom: 20px;
    height:24px;
    font-family: 'Iceland' , Verdana;
    font-size: 2.0em;
	color:#64c264;
}
.titleDark {
	 margin-bottom: 20px;
    height:24px;
    font-family: 'Iceland' , Verdana;
    font-size: 2.0em;
	color:#333;
}
.brandText {
	
 font-family: Verdana;
 font-weight: bold;
	color:#64c264;
}
a.link, a.link:link,a.link:visited,a.link:active
{
	color:#64c264;
}
a.link:hover
{
	color:#64c264;
}

.cryptoInputs .input-append .add-on:last-child {
	width:30px !important;
    font-size: 8pt;
    font-weight: bold;
}
table.mpm input, .cryptoInputs input {
	width:60px;
}
table.mpm th, table.mpm td {
	padding:4px;
}
table.mpm th {
	text-align: left;
}
table.mpm td:first-child {
	text-align:right;
}
table.mpm tr.head td {
	border-bottom:1px solid #ddd;	
}
table.mpm tr.headB td {
	padding-top:8px;
}
table.mpm strong {
	font-size:.9em;
}

table.miningProfit input, table.mining input {
	width:140px;
}
table.miningProfit th, table.miningProfit td, table.mining th, table.mining td {
	padding:4px;
}
table.miningProfit th {
	text-align: left;
}
table.miningProfit td:first-child {
	text-align:right;
}
table.miningProfit tr.head td {
	border-bottom:1px solid #ddd;	
}
table.miningProfit tr.headB td {
	padding-top:8px;
}

.table thead th {
  vertical-align: top !important;
}

.table tbody tr.none td {
	background-color: transparent !important;
}
.table th, .table td {
padding: 10px 6px 10px 6px  !important;
}

.label {
	border:1px solid #aaa !important;
}
.label-horrible{
	background-color:#700404 !important;
	border:1px solid #aaa !important;
	color: #fff !important;
}
.label-bad{
	background-color:#BA1C1C !important;
	border:1px solid #aaa !important;
	color: #fff !important;
}
.label-okay{
	background-color:#D15252 !important;
	border:1px solid #aaa !important;
	color: #fff !important;
}
.label-better{
	background-color:#ccff00 !important;
	border:1px solid #aaa !important;
	color: #468847 !important;
}
.label-good{
	background-color:#99ff00 !important;
	border:1px solid #aaa !important;
	color: #468847 !important;
}
.label-best{
	background-color:#33ff00 !important;
	border:1px solid #aaa !important;
	color: #468847 !important;
}
.label-light {
	border:1px solid #f0f0f0 !important;
	background-color:#fff !important;
	color:#555 !important;
}
tr.odd .label-light {
	border:1px solid #f0f0f0 !important;
	background-color:#fff !important;
	color:#555 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
   background-color: #5bb75b !important;
  *background-color: #51a351 !important;
  background-image: -moz-linear-gradient(top, #62c462, #51a351) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)) !important;
  background-image: -webkit-linear-gradient(top, #62c462, #51a351) !important;
  background-image: -o-linear-gradient(top, #62c462, #51a351) !important;
  background-image: linear-gradient(to bottom, #62c462, #51a351)  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.risk {
	width:80px;
	height: 16px;
	border: 1px solid #aaa;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.risk-1 {
	width:16px;
	height: 16px;
	background-color: #00FF00;
}
.risk-2 {
	width:32px;
	height: 16px;
	background-color: #AAF042;
}
.risk-3 {
	width:48px;
	height: 16px;
	background-color: #FFFF00;
}
.risk-4 {
	width:64px;
	height: 16px;
	background-color: #FF6200;
}
.risk-5 {
	width:80px;
	height: 16px;
	background-color: #FF0000;
}
.riskAlt-1 {
	width:80px;
	height: 16px;
	background-color: #00FF00;
}
.riskAlt-2 {
	width:64px;
	height: 16px;
	background-color: #AAF042;
}
.riskAlt-3 {
	width:48px;
	height: 16px;
	background-color: #FFFF00;
}
.riskAlt-4 {
	width:32px;
	height: 16px;
	background-color: #FF6200;
}
.riskAlt-5 {
	width:16px;
	height: 16px;
	background-color: #FF0000;
}
th.mining a.toolTip {
	position:absolute;
	top:-8px;
	right:-6px;
}
.tooltip-inner 
{
  min-width:400px  !important;
  max-width: 400px  !important;
}

.bold {
	font-weight:bold;
}
.red {
 color: #ff0000;
}
.green {
	color:#64c264;
}

.coinList {
	width:600px !important;
}
.coinList li {
	width:300px;
	float: left;
}
.bPrice {
	  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border-bottom: 1px solid #d4d4d4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
tr.coinunhealthy td, tr.coinunhealthy td:hover 
{    
	background-color:#f2dede !important;
}
.unhealthyAlert {
	position:absolute;
	width:894px; 
	margin-top:-44px; 
	margin-left:230px; 
	z-index:1;
	opacity: 0.95; 
	filter: alpha(opacity=95); 
	background-color:#fff; 
	height:40px; 
	border: 1px solid #ff0000;  
	-webkit-border-radius: 4px;     
	-moz-border-radius: 4px;          
	border-radius: 4px;
}
.unhealthyMessage {
	position:absolute;
	width:874px; 
	margin-top:-44px; 
	margin-left:230px; 
	z-index:2; 
	padding:0px 10px;
}
.unhealthyMessage div.unhealthyIcon {
	float:left;
	width:20px;
	margin-top:12px;
}
.unhealthyMessage div.unhealthyText {
	float:left;
	width:834px;
	color:#b94a48; 
	font-size:.8em; 
	margin-top:16px; 
	line-height:10px; 
	font-weight:bold;
}
.calCoinCard, .diffCoinCard {
	border: 1px solid #fff;
box-shadow: 0 1px 5px 1px #bbb;
display: block;
float: left;
height: 148px;
margin: 10px;
overflow: hidden;
padding: 0;
position: relative;
top: 0;
text-align: center;
width: 140px;
border-radius:6px;
}
.exCoinCard {
	border: 1px solid #fff;
box-shadow: 0 1px 5px 1px #bbb;
display: block;
float: left;
height: 148px;
margin: 10px;
overflow: hidden;
padding: 0;
position: relative;
top: 0;
text-align: center;
width: 160px;
border-radius:6px;
}

.coinCardIcon {
	margin:10px auto 10px auto;
	width:64px;
	height:64px;	
    vertical-align:middle;
}


.advertise h3 {
	font-size:16px;
}
ul.audience {
	list-style-type:disc;
}
ul.audience li {
	margin-bottom:10px;
}
.adViewModal #adViewModal.modal {
	width:750px;
	margin-left: -375px;
}




/* modal with mask */
#mask {
    position:absolute;
    top: 0px;
    left: 0px;
    z-index:10001;
    background-color:#000;
    display:none;
}

#boxes #dialog {
    position:fixed;
    width:420px;
    height:350px;
    display:none;
    z-index:10002;
    border:4px solid #fff;
}

#dialog .closeModal{
    z-index:10003;
    position:absolute;
    top: -38px;
    right: -38px;
}

#dialog .closeModal img{
    z-index:10003;
    width:32px;
    height:32px;
}

/*
 * An alternative styling for ColVis
 * Note you will likely have to change the path for the background image used by jQuery UI theming:
 *   ../../../../examples/examples_support/themes/smoothness
 */

.ColVis {
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 30px;
}

.ColVis_MasterButton {
	height: 100%;
	width: 100%;
	border-width: 0;
	cursor: pointer;
	*cursor: hand;
	background: url('/content/datatables/button.png') no-repeat top left;
}

button.ColVis_Button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}

.ColVis_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
	background-color: black;
	z-index: 1100;
}

div.ColVis_collection {
	position: relative;
	width: 150px;
	background-color: #f9f9f9;
	padding: 3px;
	border: 1px solid #ccc;
	z-index: 1102;
}

div.ColVis_collection button.ColVis_Button {
	height: 30px;
	width: 100%;
	margin-right: 3px;
	margin-bottom: 2px;
	padding: 3px 5px;
	cursor: pointer;
	*cursor: hand;
	text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_catcher {
	position: absolute;
	z-index: 1101;
}

span.ColVis_radio {
	display: inline-block;
	width: 20px;
}

button.ColVis_Restore {
	margin-top: 15px;
}

button.ColVis_Restore span {
	display: inline-block;
	padding-left: 10px;
	text-align: left;
}

.disabled {
	color: #999;
}



/*
 * Styles needed for DataTables scrolling
 */
div.dataTables_scrollHead {
	position: relative;
	overflow: hidden;
}

div.dataTables_scrollBody {
	overflow-y: scroll;
}

div.dataTables_scrollFoot {
	overflow: hidden;
}

.toast-container {
	width: 280px;
	z-index: 9999;
}


* html .toast-container {
	position: absolute;		
}
 
.toast-item {
	height: auto;
	background: #333;
    opacity: 0.9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 6px;
	/*font-family: lucida Grande;*/
	font-size: 14px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.toast-item p {
    text-align: left;
    margin-left: 50px;
}

.toast-item-close {
    background:url(/content/toastmessage/images/close.gif);
    width:22px;
    height:22px;
    position: absolute;
    top:7px;
    right:7px;
     cursor:pointer;
}

.toast-item-image {
    width:32px;
    height: 32px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    float:left;
}

.toast-item-image-notice {
    background:url(/content/toastmessage/images/notice.png);
}

.toast-item-image-success {
    background:url(/content/toastmessage/images/success.png);
}

.toast-item-image-warning {
    background:url(/content/toastmessage/images/warning.png);
}

.toast-item-image-error {
    background:url(/content/toastmessage/images/error.png);
}


/** 
 * toast types 
 * 
 * pattern: toast-type-[value]
 * where 'value' is the real value of the plugin option 'type'
 * 
 */
.toast-type-notice {
    color: white;    
}

.toast-type-success {
    color: white;    
}

.toast-type-warning {
    color: white;
    border-color: #FCBD57;
}

.toast-type-error {
    color: white;
    border-color: #B32B2B;
}

/** 
 * positions 
 * 
 * pattern: toast-position-[value]
 * where 'value' is the real value of the plugin option 'position'
 * 
 */
.toast-position-top-left {
    position: fixed;
    left: 20px;
    top: 20px;
}

.toast-position-top-center {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px;
}

.toast-position-top-right {
    position: fixed;
    top: 40px;
    right: 20px;
}

.toast-position-middle-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px;
}

.toast-position-middle-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.toast-position-middle-right {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

/*
 * Toastr
 * Copyright 2012-2014 John Papa and Hans Fjällemark.
 * All Rights Reserved.
 * Use, reproduction, distribution, and modification of this code is subject to the terms and
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 */
.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);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  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 #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  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-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;
}
/*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;
  }
}

