.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;

	background: #eee;
	background-size: 100% auto;

	box-shadow: 0 0.2em 0 #d1d1d1;

	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet{
	right: 0.4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
	background-color: rgba(255,255,255,0.8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}


/* applied only if the application icon is shown */
.ath-container.ath-icon {

}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon{
	width: 1.6em;
	height: 1.6em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
	margin-top: -0.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.5em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
		inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}

	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}

.daterangepicker-inline {
  position: relative; }

.daterangepicker-tooltip {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px; }
  .daterangepicker-tooltip:before, .daterangepicker-tooltip:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker-tooltip:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker-tooltip:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }

.daterangepicker {
  color: inherit;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  /* Calendars */ }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Open_Sans-normal-400.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/Open_Sans-normal-600.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/Open_Sans-normal-700.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/Raleway-normal-900.woff) format('woff');
  unicode-range: U+0-10FFFF;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/material-design-icons/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/fonts/material-design-icons/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
    url(/fonts/material-design-icons/iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(/fonts/material-design-icons/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    vertical-align: -4px;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
    vertical-align: -7px;
}

.material-icons.md-36 {
    font-size: 36px;
    vertical-align: -12px;
}

.material-icons.md-48 {
    font-size: 48px;
    vertical-align: -16px;
}

/*!
 * angular-loading-bar v0.8.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2015 Wes Cruver
 * License: MIT
 */

/* Make clicks pass-through */
#loading-bar,
.loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
.loading-bar-spinner.ng-enter,
.loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
.loading-bar-spinner.ng-enter.ng-enter-active,
.loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.loading-bar-spinner {
  display: block;
  position: absolute;
  z-index: 10002;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  height: 100vh;
}

.loading-bar-spinner .loader-logo {
  position: fixed;
  width: 102px;
  height: 84px;
  left: 50%;
  top: 50%;
  margin-left: -51px;
  margin-top: -42px;
}

.loading-bar-spinner .spinner-icon-container {
  width: 100vw;
  height: 100%;
}

.loading-bar-spinner .spinner-icon {
  height: 200px;
  width: 200px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 189 209' enable-background='new 0 0 189 209'><path opacity='.922' fill='#0CD9FC' enable-background='new' d='M104.5 209C46.8 209 0 162.2 0 104.5S46.8 0 104.5 0h.5c1.7 0 3 1.3 3 3s-1.3 3-3 3C49.7 6.6 5 51.6 5 107c0 55.8 45.2 101 101 101 33.6 0 64.3-16.7 82.9-42h.1c-19 26.1-49.8 43-84.5 43z'></path></svg>");
  background-repeat: no-repeat;
  background-size: auto;

  -webkit-animation: loading-bar-spinner 1s linear infinite;
  -moz-animation:    loading-bar-spinner 1s linear infinite;
  -ms-animation:     loading-bar-spinner 1s linear infinite;
  -o-animation:      loading-bar-spinner 1s linear infinite;
  animation:         loading-bar-spinner 1s linear infinite;
}

@keyframes loading-bar-spinner {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.card,
blockquote,
pre {
    border-color: rgba(120, 130, 140, .13)
}

.navbar-brand:hover,
.pagination > li > a,
a,
a:focus,
a:hover {
    text-decoration: none
}

[flex],
[layout] {
    box-sizing: border-box
}

.h-1x,
.list-icon div,
.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap
}

.md-btn,
.text-u-c {
    text-transform: uppercase
}

.md-btn,
.pointer,
.ui-check,
.ui-switch,
a {
    cursor: pointer
}

html {
    background-color: #fff
}

body {
    -webkit-font-smoothing: antialiased
}

.label.no-bg,
a,
pre {
    color: inherit
}

:focus {
    outline: 0 !important
}

a {
    outline: 0
}

a:focus,
a:hover {
    color: inherit
}

pre {
    background-color: #f8f8f8
}

small {
    font-size: 90%
}

sup {
    position: relative;
    top: -1em;
    font-size: 75%
}

.pull-center {
    position: absolute;
    left: 50%
}

.img-responsive {
    width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.btn-icon,
.nav-icon,
.progress-bar {
    text-align: center
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

@media (max-width: 767px) {
    .pull-none-sm {
        float: none !important
    }
}

.label {
    padding: .25em .5em;
    font-weight: 700;
    background-color: #b8b8b8
}

.btn-outline,
.label.no-bg {
    background-color: transparent
}

.label.up {
    position: relative;
    top: -10px;
    min-width: 4px;
    min-height: 4px;
    display: inline-block
}

.label-lg {
    font-size: 1.33rem;
    padding: 5px 9px
}

.label-sm {
    padding: 1px 4px
}

.label-xs {
    padding: 0 3px
}

.list-group-item.active > .label,
.nav-pills > .active > a > .label {
    color: rgba(0, 0, 0, .87)
}

.md-btn,
.md-btn:focus {
    outline: 0
}

.btn > i.pull-left,
.btn > i.pull-right {
    line-height: 1.5
}

.btn.rounded {
    padding-left: 1.2em;
    padding-right: 1.2em
}

.btn-lg {
    padding: .8125rem 1.25rem
}

.btn-sm {
    padding: .3445rem .75rem
}

.btn-xs {
    padding: .1565rem .5rem;
    font-size: .8rem
}

.btn-outline {
    border-width: 1px;
    box-shadow: none !important
}

.btn.b-primary:focus,
.btn.b-primary:hover,
.btn.primary:focus,
.btn.primary:hover {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #5EDCD0
}

.btn.accent:focus,
.btn.accent:hover,
.btn.b-accent:focus,
.btn.b-accent:hover {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #a88add
}

.btn.b-warn:focus,
.btn.b-warn:hover,
.btn.warn:focus,
.btn.warn:hover {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #fcc100
}

.btn.b-success:focus,
.btn.b-success:hover,
.btn.success:focus,
.btn.success:hover {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #6cc788
}

.btn.b-info:focus,
.btn.b-info:hover,
.btn.info:focus,
.btn.info:hover {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #6887ff
}

.btn.b-warning:focus,
.btn.b-warning:hover,
.btn.warning:focus,
.btn.warning:hover {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #f77a99
}

.btn.b-danger:focus,
.btn.b-danger:hover,
.btn.danger:focus,
.btn.danger:hover {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #f44455
}

.btn.b-dark:focus,
.btn.b-dark:hover,
.btn.dark:focus,
.btn.dark:hover {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #235789
}

.btn.b-black:focus,
.btn.b-black:hover,
.btn.black:focus,
.btn.black:hover {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #2a2b3c
}

.btn.b-white:focus,
.btn.b-white:hover {
    color: rgba(0, 0, 0, .87) !important;
    background-color: #fff
}

.btn.b-light:focus,
.btn.b-light:hover {
    color: rgba(0, 0, 0, .87) !important;
    background-color: #f8f8f8
}

.btn-icon {
    padding: 0 !important;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    position: relative;
    overflow: hidden
}

.btn-icon i {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    line-height: inherit;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-icon.btn-xs {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem
}

.btn-icon.btn-sm {
    width: 1.775rem;
    height: 1.775rem;
    line-height: 1.775rem
}

.btn-icon.btn-lg {
    width: 3.167rem;
    height: 3.167rem;
    line-height: 3.167rem
}

.btn-icon.btn-social i:last-child {
    top: 100%
}

.btn-icon.btn-social.active i:first-child,
.btn-icon.btn-social:focus i:first-child,
.btn-icon.btn-social:hover i:first-child {
    top: -100%
}

.btn-icon.btn-social.active i:last-child,
.btn-icon.btn-social:focus i:last-child,
.btn-icon.btn-social:hover i:last-child {
    top: 0;
    color: #fff
}

.btn-icon.btn-social-colored i:first-child {
    color: #fff
}

.btn.btn-default,
.btn.white {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .3)
}

.btn.btn-default:not([disabled]).active,
.btn.btn-default:not([disabled]):focus,
.btn.btn-default:not([disabled]):hover,
.btn.white:not([disabled]).active,
.btn.white:not([disabled]):focus,
.btn.white:not([disabled]):hover {
    box-shadow: inset 0 -10rem 0 rgba(158, 158, 158, .1)
}

.btn-default {
    background-color: #fff;
    color: rgba(0, 0, 0, .87)
}

.btn-groups .btn {
    margin-bottom: .25rem
}

.btn-fw {
    min-width: 7rem
}

.carousel-control .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px
}

.form-control {
    border-color: rgba(120, 130, 140, .2);
    border-radius: 0;
    min-height: 2.375rem
}

.form-control:focus {
    border-color: rgba(120, 130, 140, .3)
}

.form-control-lg {
    min-height: 3.75rem
}

.form-control-sm {
    min-height: 2rem
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: .3
}

.form-control::-moz-placeholder {
    color: inherit;
    opacity: .3
}

.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: .3
}

.form-control-spin {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50%;
    margin-top: -7px
}

.input-group-addon {
    border-color: rgba(120, 130, 140, .2) !important;
    background-color: transparent;
    color: inherit
}

.form-group-stack .form-control {
    margin-top: -1px;
    position: relative;
    border-radius: 0
}

.form-group-stack .form-control:active,
.form-group-stack .form-control:focus {
    z-index: 1
}

.form-validation .form-control.ng-dirty.ng-invalid {
    border-color: #f44455
}

.form-validation .form-control.ng-dirty.ng-valid,
.form-validation .form-control.ng-dirty.ng-valid:focus {
    border-color: #6cc788
}

.form-validation .ui-checks .ng-invalid.ng-dirty + i {
    border-color: #f44455
}

.form-file {
    position: relative
}

.form-file input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.input-group-sm > .form-control {
    min-height: 1.95rem
}

option {
    color: #222
}

.list-group {
    border-radius: 3px;
    background: #fff
}

.list-group.no-radius .list-group-item {
    border-radius: 0 !important
}

.list-group.no-borders .list-group-item {
    border: none
}

.list-group.no-border .list-group-item {
    border-width: 1px 0
}

.list-group.no-border .list-group-item:first-child {
    border-top-width: 0
}

.list-group.no-border .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group.no-bg .list-group-item {
    background-color: transparent
}

.list-group.list-group-gap {
    background: 0 0
}

.list-group-item {
    border-color: rgba(120, 130, 140, .065);
    background: 0 0;
    padding: 12px 16px;
    background-clip: padding-box
}

.list-group-item.media {
    margin-top: 0
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, .065);
    border-color: rgba(120, 130, 140, .065);
    border-bottom-color: rgba(120, 130, 140, .065)
}

.list-group-item.active a,
.list-group-item.active:focus a,
.list-group-item.active:hover a {
    color: inherit
}

.list-group-item:first-child {
    border-top-color: rgba(120, 130, 140, .13)
}

.list-group-item:last-child {
    border-bottom-color: rgba(120, 130, 140, .13)
}

.list-group-alt .list-group-item.active:nth-child(2n+2),
.list-group-alt .list-group-item:nth-child(2n+2) {
    background-color: rgba(0, 0, 0, .065)
}

.list-group-lg .list-group-item {
    padding: 16px 24px
}

.list-group-md .list-group-item {
    padding-top: 16px;
    padding-bottom: 16px
}

.list-group-sm .list-group-item {
    padding: 10px 12px
}

.list-group-gap .list-group-item {
    margin-bottom: 5px;
    border-radius: 3px
}

.list-group-gap .list-group-item:first-child {
    border-top-color: rgba(120, 130, 140, .065)
}

.list-group-gap .list-group-item:last-child {
    border-bottom-color: rgba(120, 130, 140, .065)
}

a.list-group-item {
    color: inherit
}

a.list-group-item.hover,
a.list-group-item:focus,
a.list-group-item:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, .065)
}

.modal .left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: -moz-transform .4s cubic-bezier(.25, .8, .25, 1);
    -o-transition: -o-transform .4s cubic-bezier(.25, .8, .25, 1);
    transition: transform .4s cubic-bezier(.25, .8, .25, 1)
}

.modal .right,
.modal .top {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: -moz-transform .4s cubic-bezier(.25, .8, .25, 1);
    -o-transition: -o-transform .4s cubic-bezier(.25, .8, .25, 1)
}

.modal .right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: transform .4s cubic-bezier(.25, .8, .25, 1)
}

.modal .top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.25, .8, .25, 1)
}

.modal .bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: -moz-transform .4s cubic-bezier(.25, .8, .25, 1);
    -o-transition: -o-transform .4s cubic-bezier(.25, .8, .25, 1);
    transition: transform .4s cubic-bezier(.25, .8, .25, 1)
}

.modal.in .bottom,
.modal.in .left,
.modal.in .right,
.modal.in .top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal.inactive {
    bottom: auto
}

.modal > .left,
.modal > .right {
    position: fixed;
    z-index: 1055;
    bottom: 0;
    top: 0
}

.modal > .left {
    left: 0;
    right: auto
}

.modal > .right {
    left: auto;
    right: 0
}

.modal > .bottom,
.modal > .top {
    position: fixed;
    z-index: 1055;
    left: 0;
    right: 0
}

.modal > .top {
    top: 0;
    bottom: auto
}

.modal > .bottom {
    top: auto;
    bottom: 0
}

.nav-link,
.nav-tabs {
    position: relative
}

.modal-content,
.modal-footer,
.modal-header {
    border-color: rgba(120, 130, 140, .13)
}

.aside,
.modal-content {
    color: rgba(0, 0, 0, .87)
}

.aside-header,
.aside-header .close {
    color: inherit !important;
    background-color: transparent !important
}

.aside-footer,
.aside-header {
    border-color: rgba(120, 130, 140, .13) !important
}

.nav,
.nav-item,
.nav-link {
    border: inherit
}

.aside-title {
    font-size: 1.2rem;
    margin: .45rem 0
}

.modal.animate .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.animate .fade-right-big {
    -webkit-animation: fadeOutLeftBig .5s;
    animation: fadeOutLeftBig .5s
}

.modal.animate .fade-left-big {
    -webkit-animation: fadeOutRightBig .5s;
    animation: fadeOutRightBig .5s
}

.modal.animate .fade-up-big {
    -webkit-animation: fadeOutUpBig .5s;
    animation: fadeOutUpBig .5s
}

.modal.animate .fade-down-big {
    -webkit-animation: fadeOutDownBig .5s;
    animation: fadeOutDownBig .5s
}

.modal.animate .fade-right {
    -webkit-animation: fadeOutLeft .5s;
    animation: fadeOutLeft .5s
}

.modal.animate .fade-left {
    -webkit-animation: fadeOutRight .5s;
    animation: fadeOutRight .5s
}

.modal.animate .fade-up {
    -webkit-animation: fadeOutUp .5s;
    animation: fadeOutUp .5s
}

.modal.animate .fade-down {
    -webkit-animation: fadeOutDown .5s;
    animation: fadeOutDown .5s
}

.modal.animate .flip-x {
    -webkit-animation: flipOutX .5s;
    animation: flipOutX .5s
}

.modal.animate .flip-y {
    -webkit-animation: flipOutY .5s;
    animation: flipOutY .5s
}

.modal.animate .zoom {
    -webkit-animation: zoomOut .5s;
    animation: zoomOut .5s
}

.modal.animate .roll {
    -webkit-animation: rollOut .5s;
    animation: rollOut .5s
}

.modal.animate .bounce {
    -webkit-animation: bounceOut .5s;
    animation: bounceOut .5s
}

.modal.animate .rotate {
    -webkit-animation: rotateOut .5s;
    animation: rotateOut .5s
}

.modal.animate.in .fade-right-big {
    -webkit-animation: fadeInRightBig .5s;
    animation: fadeInRightBig .5s
}

.modal.animate.in .fade-left-big {
    -webkit-animation: fadeInLeftBig .5s;
    animation: fadeInLeftBig .5s
}

.modal.animate.in .fade-up-big {
    -webkit-animation: fadeInUpBig .5s;
    animation: fadeInUpBig .5s
}

.modal.animate.in .fade-down-big {
    -webkit-animation: fadeInDownBig .5s;
    animation: fadeInDownBig .5s
}

.modal.animate.in .fade-right {
    -webkit-animation: fadeInRight .5s;
    animation: fadeInRight .5s
}

.modal.animate.in .fade-left {
    -webkit-animation: fadeInLeft .5s;
    animation: fadeInLeft .5s
}

.modal.animate.in .fade-up {
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s
}

.modal.animate.in .fade-down {
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s
}

.modal.animate.in .flip-x {
    -webkit-animation: flipInX .5s;
    animation: flipInX .5s
}

.modal.animate.in .flip-y {
    -webkit-animation: flipInY .5s;
    animation: flipInY .5s
}

.modal.animate.in .zoom {
    -webkit-animation: zoomIn .5s;
    animation: zoomIn .5s
}

.modal.animate.in .roll {
    -webkit-animation: rollIn .5s;
    animation: rollIn .5s
}

.modal.animate.in .bounce {
    -webkit-animation: bounceIn .5s;
    animation: bounceIn .5s
}

.modal.animate.in .rotate {
    -webkit-animation: rotateIn .5s;
    animation: rotateIn .5s
}

.nav-md .nav-link {
    padding: .5rem 1rem
}

.nav-sm .nav-link {
    padding: .25rem .75rem
}

.nav-xs .nav-link {
    padding: .15rem .5rem;
    font-size: 90%
}

.nav-rounded .nav-link {
    border-radius: 2rem
}

.nav-tabs {
    border-bottom-width: 0;
    z-index: 1
}

.nav-tabs .nav-link {
    background: 0 0 !important;
    color: inherit !important
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: rgba(120, 130, 140, .13);
    border-bottom-color: transparent
}

.tab-content.tab-alt .tab-pane {
    display: block;
    height: 0;
    overflow: hidden
}

.tab-content.tab-alt .tab-pane.active {
    height: auto;
    overflow: visible
}

.nav-justified .nav-item {
    display: table-cell;
    width: 1%;
    float: none !important;
    text-align: center
}

.nav-lists .nav-item {
    border-bottom: 1px solid rgba(120, 130, 140, .13);
    background-clip: padding-box
}

.breadcrumb {
    background-color: rgba(0, 0, 0, .065)
}

.breadcrumb > li + li:before {
    content: '/ '
}

.app-content::after,
.arrow:after,
.arrow:before,
.list-body:after,
.list-item::after,
.navside .nav li a::after,
.ui-check > i:before {
    content: ""
}

.navbar {
    border: none;
    margin: 0;
    padding: 0 1rem;
    flex-shrink: 0;
    min-height: 3.5rem
}

.navbar .up {
    margin: 0 -.6em
}

.navbar-item,
.tl-content.panel {
    margin-bottom: 0
}

.navbar .avatar {
    top: -2px
}

.navbar-item {
    margin-right: 1rem;
    padding: 0;
    line-height: 3.5rem;
    white-space: nowrap;
}

.navbar-brand,
.navbar-item,
.navbar-nav > .nav-item > .nav-link,
.navbar-nav > .nav-link {
    padding: 0;
    white-space: nowrap
}

.navbar-md {
    min-height: 4rem
}

.navbar-md .navbar-brand,
.navbar-md .navbar-item,
.navbar-md .navbar-nav > .nav-item > .nav-link,
.navbar-md .navbar-nav > .nav-link {
    line-height: 4rem
}

.navbar-sm {
    min-height: 3rem
}

.navbar-sm .navbar-brand,
.navbar-sm .navbar-item,
.navbar-sm .navbar-nav > .nav-item > .nav-link,
.navbar-sm .navbar-nav > .nav-link {
    line-height: 3rem
}

.navbar-brand {
    padding: 0;
    font-size: 20px;
    font-weight: 700
}

.navbar-brand img,
.navbar-brand svg {
    max-height: 42px;
    margin: 9px 0;
    display: inline-block
}

.navbar-brand > span {
    display: inline-block;
    line-height: .8;
    margin-left: 10px
}

.navbar-brand.md img,
.navbar-brand.md svg {
    max-height: 32px;
    vertical-align: -8px
}

.navbar-brand.lg img,
.navbar-brand.lg svg {
    max-height: 48px;
    vertical-align: -16px
}

.pull-center .navbar-brand {
    margin-left: -50%;
    float: left
}

.navbar .collapse.in,
.navbar .collapsing {
    clear: left;
    padding-bottom: 1rem
}

.collapse.in .navbar-nav,
.collapsing .navbar-nav {
    float: none !important
}

.collapse.in .navbar-nav:not(.navbar-nav-inline) .nav-item,
.collapsing .navbar-nav:not(.navbar-nav-inline) .nav-item {
    float: none;
    margin: 0
}

.collapse.in .navbar-nav:not(.navbar-nav-inline) .nav-link,
.collapsing .navbar-nav:not(.navbar-nav-inline) .nav-link {
    display: block;
    line-height: 2 !important
}

.collapse.in .navbar-form,
.collapsing .navbar-form {
    margin: 0 !important;
    padding: .5rem 0;
    float: none !important
}

.collapse.in .nav-active-border,
.collapsing .nav-active-border {
    border-color: transparent
}

.collapse.in .dropdown-menu-scale,
.collapsing .dropdown-menu-scale {
    display: none
}

.pager .page-item,
.pager > li > a,
.pager > li > span,
.pagination .page-item,
.pagination > li > a,
.pagination > li > span {
    color: inherit !important;
    background-color: transparent !important;
    border-color: rgba(120, 130, 140, .13) !important
}

.pager .page-item:focus,
.pager .page-item:hover,
.pager > li > a:focus,
.pager > li > a:hover,
.pager > li > span:focus,
.pager > li > span:hover,
.pagination .page-item:focus,
.pagination .page-item:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: rgba(120, 130, 140, .13);
    background-color: rgba(0, 0, 0, .065);
    color: inherit
}

.pager .page-item.active,
.pager > .active > a,
.pager > .active > span,
.pagination .page-item.active,
.pagination > .active > a,
.pagination > .active > span {
    color: #fff !important;
    background-color: #5EDCD0 !important;
    border-color: #5EDCD0 !important
}

.pagination > li {
    display: inline;
    list-style: none
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li > a:focus {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd
}

@media (hover: hover) {
    .pagination > li > a:hover {
        color: #014c8c;
        background-color: #eceeef;
        border-color: #ddd
    }
}

.progress[value]::-webkit-progress-bar {
    background-color: rgba(0, 0, 0, .065)
}

.progress {
    border-radius: .25rem;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .065)
}

.progress-bar {
    display: inline-block;
    float: left;
    height: 100%;
    border-radius: .25rem;
    background-color: #0074d9;
    font-size: .8em;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.avatar,
.avatar img {
    border-radius: 500px
}

.progress-xxs {
    height: 4px
}

.progress-xs {
    height: 8px
}

.progress-sm {
    height: 12px;
    font-size: .8em
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.col-0 {
    clear: left
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.row.no-gutter [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

/*.row {*/
    /*margin-left: -12px;*/
    /*margin-right: -12px*/
/*}*/

.row [class*=col-] {
    padding-left: 16px;
    padding-right: 16px
}

.row-sm {
    margin-left: -8px;
    margin-right: -8px
}

.row-sm [class*=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.row-xs {
    margin-left: -4px;
    margin-right: -4px
}

.row-xs [class*=col-] {
    padding-left: 4px;
    padding-right: 4px
}

@media (max-width: 991px) {
    .row {
        margin-left: -8px;
        margin-right: -8px
    }

    .row [class*=col-] {
        padding-left: 8px;
        padding-right: 8px
    }

    .row-2 [class*=col] {
        width: 50%;
        float: left
    }

    .row-2 .col-0 {
        clear: none
    }

    .row-2 li:nth-child(odd) {
        clear: left;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .row {
        margin-left: -4px;
        margin-right: -4px
    }

    .row [class*=col-] {
        padding-left: 4px;
        padding-right: 4px
    }
}

.panel .table {
    border-color: rgba(120, 130, 140, .045) !important
}

.table-bordered,
.table > thead > tr > th {
    border-color: rgba(120, 130, 140, .045)
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    border-color: rgba(120, 130, 140, .045)
}

.table-condensed tbody > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed thead > tr > th {
    padding: 5px
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .025);
    background-clip: padding-box
}

.table-striped > thead > th {
    background-color: rgba(0, 0, 0, .025);
    border-right: 1px solid rgba(120, 130, 140, .045)
}

.table-striped > thead > th:last-child {
    border-right: none
}

.arrow.bottom:after,
.arrow.right:after,
.arrow.top:after {
    border-right-color: transparent
}

.table td.active,
.table th.active,
.table tr.active,
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .065) !important;
}

.arrow {
    position: absolute;
    z-index: 10;
}

.arrow:after,
.arrow:before {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-width: 9px;
    border-color: transparent;
    border-style: solid
}

.arrow:after {
    border-width: 8px
}

.arrow.top {
    top: -9px;
    left: 50%;
    margin-left: -9px
}

.arrow.top.pull-in {
    top: -4px
}

.arrow.top:before {
    border-bottom-color: rgba(120, 130, 140, .13);
    border-top-width: 0
}

.arrow.top:after {
    top: 1px;
    left: 1px;
    border-top-color: transparent;
    border-bottom-color: inherit;
    border-left-color: transparent;
    border-top-width: 0
}

.arrow.right {
    top: 50%;
    right: 0;
    margin-top: -9px
}

.arrow.right.pull-in {
    right: 4px
}

.arrow.right:before {
    border-left-color: rgba(120, 130, 140, .13);
    border-right-width: 0
}

.arrow.right:after {
    top: 1px;
    left: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
    border-right-width: 0
}

.arrow.bottom:after,
.arrow.left:after {
    border-bottom-color: transparent;
    border-left-color: transparent
}

.arrow.bottom {
    bottom: 0;
    left: 50%;
    margin-left: -9px
}

.arrow.bottom.pull-in {
    bottom: 4px
}

.arrow.bottom:before {
    border-top-color: rgba(120, 130, 140, .13);
    border-bottom-width: 0
}

.arrow.bottom:after {
    top: 0;
    left: 1px;
    border-top-color: inherit;
    border-bottom-width: 0
}

.arrow.left {
    top: 50%;
    left: -9px;
    margin-top: -9px
}

.arrow.left.pull-in {
    left: -4px
}

.arrow.left:before {
    border-right-color: rgba(120, 130, 140, .13);
    border-left-width: 0
}

.arrow.left:after {
    top: 1px;
    left: 1px;
    border-top-color: transparent;
    border-right-color: inherit;
    border-left-width: 0
}

.arrow.pull-left {
    left: 18px
}

.arrow.pull-right {
    left: auto;
    right: 26px
}

.arrow.pull-top {
    top: 18px
}

.arrow.pull-bottom {
    top: auto;
    bottom: 26px
}

.arrow.b-accent:before,
.arrow.b-danger:before,
.arrow.b-dark:before,
.arrow.b-info:before,
.arrow.b-primary:before,
.arrow.b-success:before,
.arrow.b-warning:before {
    border-color: transparent
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    line-height: 1;
    white-space: nowrap;
    font-weight: 700
}

.avatar img {
    width: 100%
}

.avatar i {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    margin: 1px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%
}

.avatar i.bottom,
.avatar i.right {
    left: auto;
    right: 0
}

.avatar i.bottom,
.avatar i.left {
    top: auto;
    bottom: 0
}

.avatar i.on {
    background-color: #6cc788
}

.avatar i.off {
    background-color: #f8f8f8
}

.avatar i.away {
    background-color: #f77a99
}

.avatar i.busy {
    background-color: #f44455
}

.avatar.w-32 i {
    margin: 0
}

.avatar.w-48 i {
    margin: 2px
}

.avatar.w-56 i {
    margin: 3px
}

.avatar.w-64 i {
    margin: 4px
}

.avatar.w-96 i {
    margin: 9px
}

.avatar.w-128 i {
    margin: 14px
}

.row-col {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%
}

.row-col > [class*=col-],
.row-col > [class*=" col-"] {
    vertical-align: top;
    float: none;
    padding: 0;
    position: static
}

.box-body,
.box-footer,
.box-header {
    padding: 1rem
}

.row-row {
    display: table-row;
    height: 100%
}

.ie .row-body,
.row-cell {
    display: table-cell
}

.row-cell {
    vertical-align: top
}

.row-body {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.row-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.v-m {
    vertical-align: middle !important
}

.v-t {
    vertical-align: top !important
}

.v-b {
    vertical-align: bottom !important
}

.easyPieChart canvas,
.navbar .nav-text,
.sl-icon > i,
.ui-check > i {
    vertical-align: middle
}

.v-c {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

@media (min-width: 992px) {
    .row-col > [class*=col-lg],
    .row-col > [class*=" col-lg"] {
        display: table-cell;
        height: 100%
    }
}

@media (min-width: 768px) {
    .row-col > [class*=col-md],
    .row-col > [class*=" col-md"] {
        display: table-cell;
        height: 100%
    }
}

@media (min-width: 544px) {
    .row-col > [class*=col-sm],
    .row-col > [class*=" col-sm"] {
        display: table-cell;
        height: 100%
    }
}

.row-col > [class*=col-xs],
.row-col > [class*=" col-xs"] {
    display: table-cell;
    height: 100%
}

@media (max-width: 543px) {
    .row-col-xs {
        display: block
    }

    .row-col-xs .row-body {
        overflow: visible !important
    }

    .row-col-xs .row-inner {
        position: static
    }
}

.box,
.box-color {
    background-color: #ebebeb;
    position: relative;
    margin-bottom: 1.5rem
}

.box-header {
    position: relative
}

.box-header h2,
.box-header h3,
.box-header h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1
}

.box-header h3 {
    font-size: 16px
}

.box-header h4 {
    font-size: 15px
}

.box-header small {
    display: block;
    margin-top: 4px;
    opacity: .6
}

.box-divider {
    border-bottom: 1px solid rgba(120, 130, 140, .13);
    margin: 0 16px;
    height: 0
}

.ui-check > i,
.ui-check > span {
    margin-left: -20px
}

.box-tool {
    position: absolute;
    right: 16px;
    top: 14px
}

.box-shadow,
.box-shadow .box,
.box-shadow .box-color {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .03), 0 1px 0 rgba(0, 0, 0, .03)
}

.box-shadow-z0,
.box-shadow-z0 .box,
.box-shadow-z0 .box-color {
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.box-shadow-z1,
.box-shadow-z1 .box,
.box-shadow-z1 .box-color {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 -1px 0 rgba(0, 0, 0, .02)
}

.box-shadow-z2,
.box-shadow-z2 .box,
.box-shadow-z2 .box-color {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 -1px 0 rgba(0, 0, 0, .02)
}

.box-shadow-z3,
.box-shadow-z3 .box,
.box-shadow-z3 .box-color {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 -1px 0 rgba(0, 0, 0, .02)
}

.box-radius-1x,
.box-radius-1x .box,
.box-radius-1x .box-color {
    border-radius: 2px
}

.box-radius-2x,
.box-radius-2x .box,
.box-radius-2x .box-color {
    border-radius: 3px
}

.box-radius-3x,
.box-radius-3x .box,
.box-radius-3x .box-color {
    border-radius: 4px
}

.ui-check {
    position: relative;
    padding-left: 20px
}

.ui-check input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.ui-check input:checked + i:before {
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    background-color: #5EDCD0
}

.ui-check input:checked + span .active {
    display: inherit
}

.ui-check input[type=radio] + i,
.ui-check input[type=radio] + i:before {
    border-radius: 50%
}

.ui-check input[disabled] + i,
fieldset[disabled] .ui-check input + i {
    border-color: rgba(134, 143, 152, .2)
}

.ui-check input[disabled] + i:before,
fieldset[disabled] .ui-check input + i:before {
    background-color: rgba(134, 143, 152, .2)
}

.ui-check > i {
    width: 16px;
    height: 16px;
    line-height: 1;
    box-shadow: 0 0 1px rgba(120, 130, 140, .35);
    margin-top: -2px;
    display: inline-block;
    margin-right: 4px;
    background-clip: padding-box;
    position: relative
}

.ui-check > i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: transparent
}

.ui-check > span .active {
    display: none
}

.ui-check.ui-check-color input:checked + i:before {
    background-color: #fff
}

.ui-check-md input:checked + i:before {
    left: 6px;
    top: 6px
}

.ui-check-md > i {
    width: 18px;
    height: 18px
}

.ui-check-lg input:checked + i:before {
    width: 12px;
    height: 12px;
    left: 9px;
    top: 9px
}

.ui-check-lg > i {
    width: 30px;
    height: 30px
}

[layout] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

[layout=column] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

[layout=row] {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

[layout-wrap] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[layout-fill] {
    margin: 0;
    min-height: 100%;
    width: 100%
}

@-moz-document url-prefix() {
    [layout-fill] {
        margin: 0;
        width: 100%;
        min-height: auto;
        height: inherit
    }
}

.app-footer,
.app-header {
    left: 0;
    right: 0;
    margin: inherit
}

[flex] {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

[flex-no-shrink] {
    flex-shrink: 0
}

html {
    height: 100%
}

body {
    height: auto;
    min-height: 100%;
    position: relative
}

.app-aside,
.app-fixed .app {
    height: 100%
}

.app-aside {
    position: fixed !important;
    z-index: 1030;
    float: left
}

.app-content {
    box-shadow: none
}

.app-content::after {
    display: table;
    clear: both
}

.app-header {
    top: 0;
    z-index: 1020
}

.app-header ~ .app-body {
    padding-top: 3.5rem
}

.app-header.navbar-md ~ .app-body {
    padding-top: 4rem
}

.app-header.navbar-sm ~ .app-body {
    padding-top: 3rem
}

.app-body-inner {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto
}

.app-footer {
    position: absolute;
    bottom: 0;
    z-index: 1
}

.app-footer:not(.hide) ~ .app-body {
    padding-bottom: 3.125rem
}

.app-fixed {
    overflow: hidden
}

.app-fixed .app-content {
    position: relative;
    min-height: 100%
}

.app-fixed .app-footer {
    margin-left: 0
}

@media (min-width: 992px) {
    .app-aside {
        opacity: 1;
        display: block !important
    }

    .app-aside,
    .app-aside .scroll {
        width: 12.5rem
    }

    .app-aside.lg:not(.folded),
    .app-aside.lg:not(.folded) .scroll {
        width: 13.75rem
    }

    .app-aside.lg:not(.hide) ~ .app-content {
        margin-left: 13.75rem
    }

    .app-aside.sm:not(.folded),
    .app-aside.sm:not(.folded) .scroll {
        width: 11.25rem
    }

    .app-aside.sm:not(.hide) ~ .app-content {
        margin-left: 11.25rem
    }

    .app-aside.folded {
        width: 4rem
    }

    .app-aside.folded:not(.hide) ~ .app-content {
        margin-left: 4rem
    }

    .app-aside.folded.md {
        width: 5rem
    }

    .app-aside.folded.md:not(.hide) ~ .app-content {
        margin-left: 5rem
    }

    .app-aside:not(.hide) ~ .app-content {
        margin-left: 12.5rem
    }

    .app-aside .left {
        position: absolute;
        right: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .hide-scroll {
        width: auto;
        margin-right: -17px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991px) {
    .app-aside.modal {
        width: 100%;
        position: fixed;
        z-index: 1050
    }

    .app-aside .left {
        position: fixed;
        width: 304px
    }

    .app .container,
    body.container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media print {
    .app-aside,
    .app-footer,
    .app-header,
    .switcher {
        display: none
    }
}

.ie9 .app-aside {
    position: static !important
}

.ie9 .app-aside .left {
    width: inherit;
    position: absolute
}

@media (min-width: 992px) {
    body.container {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
    }

    body.container,
    body.container .container {
        padding-left: 0;
        padding-right: 0
    }

    body.container .app-aside {
        left: inherit;
        right: auto
    }

    body.container .app-aside.lg ~ .app-content .app-header {
        width: 45rem
    }

    body.container .app-aside.sm ~ .app-content .app-header {
        width: 47.5rem
    }

    body.container .app-aside.folded ~ .app-content .app-header {
        width: 54.75rem
    }

    body.container .app-aside.folded.md ~ .app-content .app-header {
        width: 53.75rem
    }

    body.container .app-aside ~ .app-content .app-header {
        width: 46.25rem
    }

    body.container .app-header {
        left: inherit;
        right: auto;
        margin-left: 0;
        width: 58.75rem
    }
}

@media (min-width: 1250px) {
    body.container .app-aside.lg ~ .app-content .app-header {
        width: 57.5rem
    }

    body.container .app-aside.sm ~ .app-content .app-header {
        width: 60rem
    }

    body.container .app-aside.folded ~ .app-content .app-header {
        width: 67.25rem
    }

    body.container .app-aside.folded.md ~ .app-content .app-header {
        width: 66.25rem
    }

    body.container .app-aside ~ .app-content .app-header {
        width: 58.75rem
    }

    body.container .app-header {
        width: 71.25rem
    }
}

.list {
    padding-left: 0;
    padding-right: 0;
    border-radius: 3px
}

.list.no-border {
    padding-top: 8px;
    padding-bottom: 8px
}

.list-item {
    display: block;
    position: relative;
    padding: 12px 16px
}

.list-item::after {
    display: table;
    clear: both
}

.no-border .list-body:after,
.pace-inactive {
    display: none
}

.list-item:last-child .list-body:after {
    border: none
}

.no-border .list-item {
    padding-top: 8px;
    padding-bottom: 8px
}

.no-padding .list-item {
    padding-left: 0;
    padding-right: 0
}

.list-left {
    float: left;
    padding-right: 1rem
}

.list-left + .list-body {
    margin-left: 56px
}

.list-body h3 {
    font-size: 16px;
    margin: 0 0 3px;
    font-weight: 400
}

.list-body:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(120, 130, 140, .065)
}

.inset .list-body:after {
    left: 72px
}


.nav-icon i,
.navside .nav li {
    position: relative
}

.navside,
.navside .nav {
    border: inherit
}

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.navside ul {
    padding-left: 0;
    padding-right: 0;
    list-style: none
}

.navside [flex] {
    overflow: auto
}

.navside .nav li {
    border: inherit
}

.navside .nav li li a {
    line-height: 2rem;
    padding-left: 3.5rem
}

.navside .nav li li a .nav-text {
    padding: .4375rem 0
}

.navside .nav li li li a {
    padding-left: 4.5rem
}

.navside .nav li li li li a {
    padding-left: 5.5rem
}

.navside .nav li a,
.navside .nav-header {
    padding: 0 1rem;
    line-height: 2.25rem
}

.navside .nav li a {
    display: block;
    position: relative
}

.navside .nav li a::after {
    display: table;
    clear: both
}

.navside .nav li a:focus,
.navside .nav li a:hover,
.navside .nav li.active {
    background-color: rgba(0, 0, 0, .065)
}

.navside .nav li.active > a {
    background-color: transparent
}

.navside .nav li.active > a .nav-caret i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navside .nav-header:focus,
.navside .nav-header:hover {
    background-color: transparent !important
}

.navside .nav-header:after {
    display: none
}

.nav-text,
.nav-text small,
.nav-text span {
    display: block
}

.navside .navbar-brand {
    float: none;
    margin-right: 0
}

.nav-fold {
    padding: .75rem 1rem
}

.nav-text {
    line-height: 1.125rem;
    padding: .5625rem 0
}

.nav > li > a .nav-text {
    font-weight: 500
}

.navside .nav-text {
    opacity: .75
}

.navside .active > a > .nav-text,
.navside a:focus > .nav-text,
.navside a:hover > .nav-text {
    opacity: 1
}

.navbar .nav-text {
    line-height: 1;
    display: inline-block;
    padding: 0
}

.navbar .nav-text span.text-xs {
    margin-top: .25rem
}

.nav-icon {
    float: left;
    line-height: inherit;
    margin-right: 1rem;
    top: 0;
    min-width: 1.5rem
}

.nav-icon i img,
.nav-icon i svg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.navbar .nav-icon {
    margin-right: .5rem
}

.nav-label {
    float: right;
    margin-left: 1rem;
    font-style: normal;
    z-index: 1
}

.navbar .nav-label {
    margin-left: .5rem
}

.nav-caret {
    float: right;
    margin-left: 1rem;
    opacity: .45
}

.blur-5,
.opacity {
    opacity: .5
}

.nav-caret i {
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.navbar .nav-caret {
    margin-left: .5rem
}

.nav-sub {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease 0s;
    transition: max-height .4s ease 0s
}

.active > .nav-sub {
    max-height: 50rem
}

@media (min-width: 992px) {
    .folded .hidden-folded,
    .folded .nav li ul,
    .folded .nav > li > a .nav-caret,
    .folded .nav > li > a .nav-text {
        display: none
    }

    .folded .nav > li > a,
    .folded .navbar {
        text-align: center;
        padding-left: 4px;
        padding-right: 4px
    }

    .folded,
    .folded .scroll {
        width: 4rem
    }

    .folded.md,
    .folded.md .scroll {
        width: 5rem
    }

    .folded .nav > li > a .nav-label {
        position: absolute;
        top: -6px;
        right: 6px
    }

    .folded .nav > li > a .nav-icon {
        float: none;
        line-height: 2.5rem;
        margin-left: 0;
        margin-right: 0;
        position: relative
    }

    .folded.show-text .nav > li > a .nav-text {
        display: block;
        margin-top: -18px;
        font-size: .85em
    }

    .folded .navbar-brand {
        float: none;
        margin: 0
    }

    .folded .nav-stacked .nav {
        margin: 0 12px
    }

    .folded .nav-fold {
        padding: 8px 16px
    }

    .folded .nav-fold .pull-left {
        float: none !important;
        margin: 0
    }

    .folded .nav-fold .pull-left img {
        width: 100%;
        height: auto
    }

    .folded.nav-expand {
        -webkit-transition: width .4s cubic-bezier(.25, .8, .25, 1);
        transition: width .4s cubic-bezier(.25, .8, .25, 1);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute
    }

    .folded.nav-expand.active,
    .folded.nav-expand.active .scroll,
    .folded.nav-expand:focus,
    .folded.nav-expand:focus .scroll,
    .folded.nav-expand:hover,
    .folded.nav-expand:hover .scroll {
        width: 12.5rem !important
    }

    .folded.nav-expand.active > *,
    .folded.nav-expand:focus > *,
    .folded.nav-expand:hover > * {
        width: 12.5rem
    }

    .folded.nav-expand.active .hidden-folded,
    .folded.nav-expand:focus .hidden-folded,
    .folded.nav-expand:hover .hidden-folded {
        display: block
    }

    .folded.nav-expand.active .hidden-folded.inline,
    .folded.nav-expand:focus .hidden-folded.inline,
    .folded.nav-expand:hover .hidden-folded.inline {
        display: inline-block
    }

    .folded.nav-expand.active .nav li ul,
    .folded.nav-expand:focus .nav li ul,
    .folded.nav-expand:hover .nav li ul {
        display: inherit
    }

    .folded.nav-dropdown .nav > li:focus > ul,
    .folded.nav-dropdown .nav > li:hover > ul,
    .folded.nav-expand.active .nav > li > a .nav-caret,
    .folded.nav-expand.active .nav > li > a .nav-text,
    .folded.nav-expand:focus .nav > li > a .nav-caret,
    .folded.nav-expand:focus .nav > li > a .nav-text,
    .folded.nav-expand:hover .nav > li > a .nav-caret,
    .folded.nav-expand:hover .nav > li > a .nav-text,
    .nav-dropup .nav > li:focus > ul,
    .nav-dropup .nav > li:hover > ul {
        display: block
    }

    .folded.nav-expand.active .nav > li > a,
    .folded.nav-expand:focus .nav > li > a,
    .folded.nav-expand:hover .nav > li > a {
        text-align: left;
        padding-left: 16px;
        padding-right: 16px
    }

    .folded.nav-expand.active .nav > li > a .nav-text,
    .folded.nav-expand:focus .nav > li > a .nav-text,
    .folded.nav-expand:hover .nav > li > a .nav-text {
        font-size: 1em;
        margin: 0
    }

    .folded.nav-expand.active .nav > li > a .nav-label,
    .folded.nav-expand:focus .nav > li > a .nav-label,
    .folded.nav-expand:hover .nav > li > a .nav-label {
        position: static
    }

    .folded.nav-expand.active .nav > li > a .nav-icon,
    .folded.nav-expand:focus .nav > li > a .nav-icon,
    .folded.nav-expand:hover .nav > li > a .nav-icon {
        float: left;
        line-height: inherit;
        margin-right: 16px
    }

    .folded.nav-expand.active .navbar,
    .folded.nav-expand:focus .navbar,
    .folded.nav-expand:hover .navbar {
        text-align: left;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .folded.nav-expand.active .nav-stacked .nav,
    .folded.nav-expand:focus .nav-stacked .nav,
    .folded.nav-expand:hover .nav-stacked .nav {
        margin: 0 8px
    }

    .folded.nav-expand.active .nav-stacked .nav > li > a,
    .folded.nav-expand:focus .nav-stacked .nav > li > a,
    .folded.nav-expand:hover .nav-stacked .nav > li > a {
        padding: 0 8px
    }

    .folded.nav-expand.active .nav-fold,
    .folded.nav-expand:focus .nav-fold,
    .folded.nav-expand:hover .nav-fold {
        padding: 12px 16px
    }

    .folded.nav-expand.active .nav-fold .pull-left,
    .folded.nav-expand:focus .nav-fold .pull-left,
    .folded.nav-expand:hover .nav-fold .pull-left {
        float: left !important
    }

    .folded.nav-expand.active .nav-fold .pull-left img,
    .folded.nav-expand:focus .nav-fold .pull-left img,
    .folded.nav-expand:hover .nav-fold .pull-left img {
        height: auto
    }

    .folded.nav-expand.active .nav-fold .pull-left img.w-40,
    .folded.nav-expand:focus .nav-fold .pull-left img.w-40,
    .folded.nav-expand:hover .nav-fold .pull-left img.w-40 {
        width: 40px
    }

    .folded.nav-expand.active .nav-fold .pull-left img.w-48,
    .folded.nav-expand:focus .nav-fold .pull-left img.w-48,
    .folded.nav-expand:hover .nav-fold .pull-left img.w-48 {
        width: 48px
    }

    .folded.nav-dropdown .row-body,
    .folded.nav-dropdown [flex],
    .folded.nav-dropdown.modal,
    .nav-dropup .row-body,
    .nav-dropup [flex],
    .nav-dropup.modal {
        overflow: visible !important
    }

    .folded.nav-dropdown .nav > li > ul,
    .nav-dropup .nav > li > ul {
        display: none;
        overflow: visible;
        max-height: 999px;
        color: rgba(255, 255, 255, .87);
        background-color: rgba(0, 0, 0, .87);
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        position: absolute;
        left: 100%;
        top: 0;
        padding: 6px 0
    }

    .folded.nav-dropdown .nav > li > ul a,
    .nav-dropup .nav > li > ul a {
        padding-left: 16px !important;
        padding-right: 16px !important;
        min-width: 160px
    }

    .folded.nav-dropdown .nav > li > ul li.active ul,
    .nav-dropup .nav > li > ul li.active ul {
        display: block
    }

    .folded.nav-dropdown .nav > li > ul .nav-text,
    .nav-dropup .nav > li > ul .nav-text {
        padding: 6px 0 !important
    }

    .folded.nav-dropdown .nav > li .nav-mega,
    .nav-dropup .nav > li .nav-mega {
        width: 320px
    }

    .folded.nav-dropdown .nav > li .nav-mega > li,
    .nav-dropup .nav > li .nav-mega > li {
        width: 160px;
        float: left
    }

    .folded.nav-dropdown .nav > li .nav-mega.nav-mega-3,
    .nav-dropup .nav > li .nav-mega.nav-mega-3 {
        width: 480px
    }
}

.easyPieChart,
.nav-center,
.sl-icon > i,
.ui-icon {
    text-align: center
}

.nav-border .nav > li.active:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-left-color: inherit;
    border-left-width: 3px;
    border-left-style: solid
}

.nav-stacked .nav {
    margin: 0 8px
}

.nav-stacked .nav > li > a {
    line-height: 2rem;
    padding: 0 .5rem;
    margin: 2px 0
}

.nav-stacked .nav > li > a .nav-text {
    padding: .4375rem 0
}

.nav-stacked .nav > li li a {
    padding-left: 3rem
}

.nav-stacked .nav > li li li a {
    padding-left: 4rem
}

.nav-stacked .nav > li li li li a {
    padding-left: 5rem
}

.nav-stacked .nav > li.active > a {
    color: rgba(255, 255, 255, .87);
    background-color: #5EDCD0
}

.nav-stacked .nav li a {
    border-radius: 3px
}

.nav-stacked .nav .nav-header {
    padding-left: 8px;
    padding-right: 8px
}

.nav-light .nav .nav-icon i img,
.nav-light .nav .nav-icon i svg {
    display: block
}

.nav-center .nav-icon {
    display: none
}

.nav-center .nav-caret {
    position: absolute;
    right: 10px
}

.nav-center .nav-label {
    position: absolute;
    padding-left: 10px
}

.nav-center .nav a {
    padding-left: 16px !important
}

.nav-center .nav-fold .pull-left {
    float: none !important;
    margin-bottom: 10px;
    display: inline-block
}

.tl-date,
.tl-wrap:before {
    float: left;
    position: relative
}

.nav-active-bg .nav-link.active,
.nav-active-bg .nav > li.active > a {
    color: rgba(0, 0, 0, .87) !important;
    background-color: #f0f0f0 !important
}

.nav-active-dark .nav-link.active,
.nav-active-dark .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #235789 !important
}

.nav-active-black .nav-link.active,
.nav-active-black .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #2a2b3c !important
}

.nav-active-primary .nav-link.active,
.nav-active-primary .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #5EDCD0 !important
}

.nav-active-accent .nav-link.active,
.nav-active-accent .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #a88add !important
}

.nav-active-warn .nav-link.active,
.nav-active-warn .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #fcc100 !important
}

.nav-active-success .nav-link.active,
.nav-active-success .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #6cc788 !important
}

.nav-active-info .nav-link.active {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #6887ff !important
}

.nav-active-warning .nav-link.active,
.nav-active-warning .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #f77a99 !important
}

.nav-active-danger .nav-link.active,
.nav-active-danger .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #f44455 !important
}

.nav-active-light .nav-link.active,
.nav-active-light .nav > li.active > a {
    color: rgba(0, 0, 0, .87) !important;
    background-color: #f8f8f8 !important
}

.nav-active-white .nav-link.active,
.nav-active-white .nav > li.active > a {
    color: rgba(0, 0, 0, .87) !important;
    background-color: #fff !important
}

.nav-active-red .nav-link.active,
.nav-active-red .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #f44336 !important
}

.nav-active-pink .nav-link.active,
.nav-active-pink .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #e91e63 !important
}

.nav-active-purple .nav-link.active,
.nav-active-purple .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #9c27b0 !important
}

.nav-active-deep-purple .nav-link.active,
.nav-active-deep-purple .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #673ab7 !important
}

.nav-active-indigo .nav-link.active,
.nav-active-indigo .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #3f51b5 !important
}

.nav-active-blue .nav-link.active,
.nav-active-blue .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #2196f3 !important
}

.nav-active-light-blue .nav-link.active,
.nav-active-light-blue .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #03a9f4 !important
}

.nav-active-cyan .nav-link.active,
.nav-active-cyan .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #00bcd4 !important
}

.nav-active-teal .nav-link.active,
.nav-active-teal .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #009688 !important
}

.nav-active-green .nav-link.active,
.nav-active-green .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #4caf50 !important
}

.nav-active-light-green .nav-link.active,
.nav-active-light-green .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #8bc34a !important
}

.nav-active-lime .nav-link.active,
.nav-active-lime .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #cddc39 !important
}

.nav-active-yellow .nav-link.active,
.nav-active-yellow .nav > li.active > a {
    color: rgba(0, 0, 0, .87) !important;
    background-color: #ffeb3b !important
}

.nav-active-amber .nav-link.active,
.nav-active-amber .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #ffc107 !important
}

.nav-active-orange .nav-link.active,
.nav-active-orange .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #ff9800 !important
}

.nav-active-deep-orange .nav-link.active,
.nav-active-deep-orange .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #ff5722 !important
}

.nav-active-brown .nav-link.active,
.nav-active-brown .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #795548 !important
}

.nav-active-blue-grey .nav-link.active,
.nav-active-blue-grey .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #607d8b !important
}

.nav-active-grey .nav-link.active,
.nav-active-grey .nav > li.active > a {
    color: rgba(255, 255, 255, .87) !important;
    background-color: #424242 !important
}

.ui-icon {
    display: inline-block;
    height: 1em;
    background: 0 0 !important
}

.ui-icon:before {
    position: relative;
    z-index: 1
}

.ui-icon:after {
    content: "";
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 2em;
    width: 2em;
    height: 2em;
    top: -1.5em;
    display: block;
    position: relative;
    z-index: 0;
    background-clip: padding-box
}

.ui-icon.b-2x:after {
    border-width: 2px
}

.ui-icon.b-3x:after {
    border-width: 3px
}

.switcher,
.switcher .sw-btn {
    border: 1px solid rgba(120, 120, 120, .1);
    background-clip: padding-box
}

.ui-icon.ui-icon-sm:after {
    width: 1.7em;
    height: 1.7em;
    top: -1.35em
}

.ui-icon.primary:after {
    background-color: #5EDCD0
}

.ui-icon.success:after {
    background-color: #6cc788
}

.ui-icon.info:after {
    background-color: #6887ff
}

.ui-icon.warning:after {
    background-color: #f77a99
}

.ui-icon.danger:after {
    background-color: #f44455
}

.ui-icon.accent:after {
    background-color: #a88add
}

.ui-icon.dark:after {
    background-color: #235789
}

.ui-icon.light:after {
    background-color: #f8f8f8
}

.ui-icon.white:after {
    background-color: #fff
}

#flotTip,
.flotTip,
.jqstooltip {
    background-color: rgba(0, 0, 0, .8) !important
}

.item {
    position: relative
}

.item .bottom,
.item .center,
.item .top,
.item-bg,
.item-bg img,
.item-overlay {
    position: absolute
}

.item .top {
    right: 0;
    left: 0;
    top: 0
}

.item .bottom {
    right: 0;
    left: 0;
    bottom: 0
}

.item .center {
    right: 0;
    left: 0;
    top: 42%
}

.item-overlay {
    right: 0;
    left: 0;
    display: none
}

.ie .ie-show,
.item-overlay .item:focus,
.item-overlay.active,
.item:hover .item-overlay {
    display: block
}

.item-overlay.w-full {
    text-align: center;
    top: 0;
    bottom: 0
}

.item-bg {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.item-bg img {
    width: 110%;
    left: 50%;
    top: 50%;
    margin-left: -55%;
    margin-top: -55%
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px)
}

.blur-5 {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

.opacity-3 {
    opacity: .3
}

.switcher {
    z-index: 1050;
    position: fixed;
    top: 78px;
    right: -240px;
    width: 240px;
    -webkit-transition: right .2s ease;
    transition: right .2s ease
}

.switcher.active {
    right: -2px;
    z-index: 1060
}

.switcher .sw-btn {
    position: absolute;
    left: -43px;
    top: -1px;
    padding: 10px 15px;
    z-index: 1045;
    border-right-width: 0
}

#sw-demo {
    top: 118px
}

#sw-demo.active {
    top: 78px
}

.list-icon i {
    margin-right: 16px
}

.list-icon div {
    line-height: 40px;
    overflow: hidden
}

.jqstooltip {
    border: 1px solid #000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.easyPieChart {
    position: relative
}

.easyPieChart > div {
    position: absolute;
    width: 100%;
    line-height: 1;
    top: 40%
}

.easyPieChart > div img {
    margin-top: -4px
}

#flotTip,
.flotTip {
    padding: 4px 10px;
    border: 1px solid #000 !important;
    z-index: 100;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.legendColorBox > div {
    border: none !important;
    margin: 5px
}

.legendColorBox > div > div {
    border-radius: 10px
}

.st-sort-ascent:before {
    content: '\25B2'
}

.st-sort-descent:before {
    content: '\25BC'
}

.st-selected td {
    background: rgba(0, 0, 0, .065)
}

.black .btn-default.form-control,
.dark .btn-default.form-control,
.grey .btn-default.form-control {
    background: 0 0 !important;
    background-color: rgba(255, 255, 255, .1) !important;
    color: inherit !important
}

.ui-select-bootstrap > .ui-select-choices {
    overflow-y: scroll
}

/* fix issue with wrong badding of test inside ui-select input */
.ui-select-bootstrap .ui-select-match-text span {
    overflow: inherit;
}

.box .dataTables_wrapper {
    padding-top: 10px
}

.box .dataTables_wrapper > .row {
    margin: 0
}

.box .dataTables_wrapper > .row > .col-sm-12 {
    padding: 0
}

.dataTables_wrapper.form-inline .form-control {
    width: auto
}

.footable-odd {
    background-color: rgba(0, 0, 0, .025) !important
}

.note-editor {
    border-width: 0 !important;
    overflow: visible !important;
    background-color: inherit
}

.note-toolbar .note-color .dropdown-toggle {
    padding-left: 2px !important
}

.note-editor .note-editing-area .note-editable,
.note-editor .note-statusbar {
    background-color: transparent !important;
    color: inherit !important
}

.note-toolbar {
    background-color: rgba(120, 130, 140, .1)
}

.nav a.waves-effect {
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

.sortable-placeholder {
    list-style: none;
    border: 1px dashed #fff;
    min-height: 40px
}

.streamline {
    position: relative;
    border-color: rgba(120, 130, 140, .13)
}

.streamline .sl-icon:before,
.streamline .sl-item:before,
.streamline:after {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin-left: -4px;
    top: 6px;
    left: 0
}

.sl-item::after,
.ui-switch i:before {
    content: ""
}

.streamline:after {
    top: auto;
    bottom: 0
}

.sl-icon {
    position: absolute;
    left: -10px;
    z-index: 1;
    border: inherit
}

.sl-item,
.sl-left,
.ui-switch {
    position: relative
}

.sl-icon > i {
    width: 20px;
    height: 20px;
    display: table-cell;
    color: #fff
}

.streamline .sl-icon:before {
    width: 20px;
    height: 20px;
    border-width: 10px;
    margin: 0 !important;
    top: 0 !important
}

.sl-item {
    border-color: rgba(120, 130, 140, .13);
    padding-bottom: 1px
}

.sl-item::after {
    display: table;
    clear: both
}

.sl-item:after {
    top: 2px;
    bottom: auto
}

.sl-item.b-l {
    margin-left: -1px
}

.sl-left {
    float: left;
    z-index: 1;
    margin-left: -20px;
    margin-bottom: 24px
}

.sl-author,
.sl-footer {
    margin-bottom: 10px
}

.sl-left img {
    max-width: 40px
}

.sl-left + .sl-content {
    margin-left: 36px
}

.sl-content {
    margin-left: 24px;
    padding-bottom: 16px
}

.sl-date {
    font-size: .85em
}

.ui-switch {
    display: inline-block;
    width: 32px;
    height: 18px;
    border-radius: 30px;
    background-color: #6cc788;
    margin: 0
}

.ui-switch i:after,
.ui-switch i:before {
    position: absolute;
    background-color: #fff
}

.ui-switch input {
    position: absolute;
    opacity: 0
}

.ui-switch input:checked + i:before {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 5px;
    border-width: 0;
    border-radius: 5px
}

.ui-switch input:checked + i:after {
    margin-left: 15px
}

.ui-switch i:before {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.tl-wrap:before,
.ui-switch i:after {
    border-radius: 50%;
    content: ""
}

.ui-switch i:after {
    width: 16px;
    top: 1px;
    bottom: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    -webkit-transition: margin .3s;
    transition: margin .3s
}

.ui-switch-md {
    width: 40px;
    height: 24px
}

.ui-switch-md input:checked + i:after {
    margin-left: 17px
}

.ui-switch-md i:after {
    width: 22px
}

.ui-switch-lg {
    width: 50px;
    height: 30px
}

.ui-switch-lg input:checked + i:after {
    margin-left: 21px
}

.ui-switch-lg i:after {
    width: 28px
}

.timeline {
    margin: 0;
    padding: 0
}

.m-t,
.m-y {
    margin-top: 1rem !important
}

.tl-item {
    display: block
}

.tl-item::after {
    content: "";
    display: table;
    clear: both
}

.visible-left {
    display: none
}

.tl-wrap {
    display: block;
    margin-left: 6em;
    padding: 15px 0 15px 20px;
    border-style: solid;
    border-color: rgba(120, 130, 140, .13);
    border-width: 0 0 0 2px
}

.tl-wrap::after {
    content: "";
    display: table;
    clear: both
}

.tl-wrap:before {
    top: 15px;
    margin-left: -26px;
    width: 10px;
    height: 10px;
    border-color: inherit;
    border-width: 3px;
    border-style: solid;
    background: #f8f8f8;
    box-shadow: 0 0 0 4px #f0f0f0
}

.tl-date {
    top: 10px;
    margin-left: -7.5em;
    display: block;
    width: 4.5em;
    text-align: right
}

.tl-content {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}

.p-t,
.p-y {
    padding-top: 1rem !important
}

.p-b,
.p-y {
    padding-bottom: 1rem !important
}

.tl-content.block {
    display: block;
    width: 100%
}

.m-b,
.m-y {
    margin-bottom: 1rem !important
}

.tl-header {
    display: block;
    width: 12em;
    text-align: center;
    margin-left: 1px
}

.timeline-center .tl-item {
    margin-left: 50%
}

.timeline-center .tl-item .tl-wrap {
    margin-left: -2px
}

.timeline-center .tl-header {
    width: auto;
    margin-left: -1px
}

.timeline-center .tl-left {
    margin-left: 0;
    margin-right: 50%
}

.timeline-center .tl-left .hidden-left {
    display: none !important
}

.timeline-center .tl-left .visible-left {
    display: inherit
}

.timeline-center .tl-left .tl-wrap {
    float: right;
    margin-right: 0;
    border-left-width: 0;
    border-right-width: 2px;
    padding-left: 0;
    padding-right: 20px
}

.p-l,
.p-x {
    padding-left: 1rem !important
}

.p-r,
.p-x {
    padding-right: 1rem !important
}

.timeline-center .tl-left .tl-wrap:before {
    float: right;
    margin-left: 0;
    margin-right: -26px
}

.timeline-center .tl-left .tl-date {
    float: right;
    margin-left: 0;
    margin-right: -8.5em;
    text-align: left
}

.md-btn,
.w-24,
.w-32,
.w-40,
.w-48,
.w-56 {
    text-align: center
}

.lter {
    background-color: rgba(255, 255, 255, .035)
}

.dker {
    background-color: rgba(0, 0, 0, .035)
}

.light {
    background-color: #f8f8f8
}

.dark-white,
.white {
    background-color: #fff
}

.dark-white {
    color: rgba(0, 0, 0, .87)
}

.black,
.danger,
.dark,
.grey,
.info,
.primary,
.success,
.warn,
.warning {
    color: #fff
}

.black {
    background-color: #2a2b3c
}

.black .lt {
    background-color: #2f3044
}

.black .dk {
    background-color: #252635
}

.black .bg {
    background-color: #2a2b3c
}

.dark {
    background-color: #235789
}

.dark .lt {
    background-color: #334456
}

.dark .dk {
    background-color: #293846
}

.dark .bg {
    background-color: #235789
}

.grey {
    background-color: #424242
}

.grey .lt {
    background-color: #484848
}

.grey .dk {
    background-color: #3c3c3c
}

.grey .bg {
    background-color: #424242
}

.primary {
    background-color: #5EDCD0
}

.primary .lt {
    background-color: #0dceb5
}

.primary .dk {
    background-color: #0bb69f
}

.primary .bg {
    background-color: #5EDCD0
}

.accent {
    color: rgba(255, 255, 255, .87);
    background-color: #a88add
}

.accent .lt {
    background-color: #af94e0
}

.accent .dk {
    background-color: #a180da
}

.accent .bg {
    background-color: #a88add
}

.warn {
    background-color: #fcc100
}

.warn .lt {
    background-color: #ffc60a
}

.warn .dk {
    background-color: #efb700
}

.warn .bg {
    background-color: #fcc100
}

.success {
    background-color: #6cc788
}

.success .lt {
    background-color: #75cb8f
}

.success .dk {
    background-color: #63c381
}

.success .bg {
    background-color: #6cc788
}

.info {
    background-color: #6887ff
}

.info .lt {
    background-color: #7591ff
}

.info .dk {
    background-color: #5b7dff
}

.info .bg {
    background-color: #6887ff
}

.warning {
    background-color: #f77a99
}

.warning .lt {
    background-color: #f886a2
}

.warning .dk {
    background-color: #f66e90
}

.warning .bg {
    background-color: #f77a99
}

.danger {
    background-color: #f44455
}

.danger .lt {
    background-color: #f55060
}

.danger .dk {
    background-color: #f3384a
}

.danger .bg {
    background-color: #f44455
}

.blue {
    background-color: #2196f3
}

.blue .lt {
    background-color: #2d9cf4
}

.blue .dk {
    background-color: #1590f2
}

.blue .bg {
    background-color: #2196f3
}

.white-overlay {
    background-color: rgba(255, 255, 255, .85)
}

.black-overlay {
    background-color: rgba(0, 0, 0, .85)
}

.gd-overlay {
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0)
}

.bg-auto:before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    background-color: inherit;
    border: inherit
}

.bg-auto.b-l:before {
    margin-left: -1px
}

.m-l,
.m-x {
    margin-left: 1rem !important
}

.bg-auto.b-r:before {
    margin-right: -1px
}

.m-r,
.m-x {
    margin-right: 1rem !important
}

.no-bg {
    background-color: transparent !important
}

@media (max-width: 767px) {
    .no-bg-xs {
        background-color: transparent
    }
}

.dark .box,
.dark .white {
    background-color: #354759
}

.dark.app {
    background-color: #235789
}

.black .box,
.black .white {
    background-color: #313347
}

.black.app {
    background-color: #2a2b3c
}

.grey .box,
.grey .white {
    background-color: #4b4b4b
}

.grey.app {
    background-color: #424242
}

.black .form-control,
.dark .form-control,
.grey .form-control {
    background: 0 0;
    background-color: rgba(255, 255, 255, .1);
    color: inherit
}

.black .form-control:focus,
.dark .form-control:focus,
.grey .form-control:focus {
    border-color: rgba(255, 255, 255, .125)
}

.black .input-group-btn .btn,
.dark .input-group-btn .btn,
.grey .input-group-btn .btn {
    background-color: rgba(255, 255, 255, .1) !important;
    color: inherit !important
}

.black .list-group,
.dark .list-group,
.grey .list-group {
    background-color: transparent
}

.pos-rlt {
    position: relative;
    z-index: 1
}

.pos-abt {
    position: absolute
}

.pos-fix {
    position: fixed !important
}

.pos-stc {
    position: static !important
}

.block {
    display: block
}

.block.hide {
    display: none
}

.pull-none {
    float: none
}

.inline {
    display: inline-block
}

.inline-16 {
    width: 16px;
    height: 16px
}

.inline-24 {
    width: 24px;
    height: 24px
}

.active > .auto .inline,
.active > .inline,
.none {
    display: none
}

.active > .auto .none,
.active > .none {
    display: inline-block
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.circle,
.rounded {
    border-radius: 500px
}

.clear {
    display: block;
    overflow: hidden
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media (max-width: 543px) {
    .pos-stc-xs {
        position: static !important
    }
}

.no-border {
    border-color: transparent;
    border-width: 0
}

.no-borders {
    border-width: 0 !important
}

.b {
    border-color: rgba(120, 130, 140, .13);
    background-clip: padding-box
}

.b-a {
    border: solid rgba(120, 130, 140, .13);
    border-width: 2px 2px 2px 1px;
}

.b-t {
    border-top: 1px solid rgba(120, 130, 140, .13)
}

.b-r {
    border-right: 1px solid rgba(120, 130, 140, .13)
}

.b-b {
    border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.b-l {
    border-left: 1px solid rgba(120, 130, 140, .13)
}

.b-2x {
    border-width: 2px
}

.b-3x {
    border-width: 3px
}

.b-4x {
    border-width: 4px
}

.b-5x {
    border-width: 5px
}

.b-t-2x {
    border-top-width: 2px !important
}

.b-t-3x {
    border-top-width: 3px !important
}

.b-t-4x {
    border-top-width: 4px !important
}

.b-t-5x {
    border-top-width: 5px !important
}

.b-r-2x {
    border-right-width: 2px !important
}

.b-r-3x {
    border-right-width: 3px !important
}

.b-r-4x {
    border-right-width: 4px !important
}

.b-r-5x {
    border-right-width: 5px !important
}

.b-b-2x {
    border-bottom-width: 2px !important
}

.b-b-3x {
    border-bottom-width: 3px !important
}

.b-b-4x {
    border-bottom-width: 4px !important
}

.b-b-5x {
    border-bottom-width: 5px !important
}

.b-l-2x {
    border-left-width: 2px !important
}

.b-l-3x {
    border-left-width: 3px !important
}

.b-l-4x {
    border-left-width: 4px !important
}

.b-l-5x {
    border-left-width: 5px !important
}

.b-primary {
    border-color: #5EDCD0
}

.b-t-primary {
    border-top-color: #5EDCD0
}

.b-r-#e7f9f7 {
    border-right-color: #5EDCD0
}

.b-b-primary {
    border-bottom-color: #5EDCD0
}

.b-l-primary {
    border-left-color: #5EDCD0
}

.b-accent {
    border-color: #a88add
}

.b-t-accent {
    border-top-color: #a88add
}

.b-r-#f6f3fc {
    border-right-color: #a88add
}

.b-b-accent {
    border-bottom-color: #a88add
}

.b-l-accent {
    border-left-color: #a88add
}

.b-warn {
    border-color: #fcc100
}

.b-t-warn {
    border-top-color: #fcc100
}

.b-r-#fff9e6 {
    border-right-color: #fcc100
}

.b-b-warn {
    border-bottom-color: #fcc100
}

.b-l-warn {
    border-left-color: #fcc100
}

.b-success {
    border-color: #6cc788
}

.b-t-success {
    border-top-color: #6cc788
}

.b-r-#f0f9f3 {
    border-right-color: #6cc788
}

.b-b-success {
    border-bottom-color: #6cc788
}

.b-l-success {
    border-left-color: #6cc788
}

.b-info {
    border-color: #6887ff
}

.b-t-info {
    border-top-color: #6887ff
}

.b-r-#f0f3ff {
    border-right-color: #6887ff
}

.b-b-info {
    border-bottom-color: #6887ff
}

.b-l-info {
    border-left-color: #6887ff
}

.b-warning {
    border-color: #f77a99
}

.b-t-warning {
    border-top-color: #f77a99
}

.b-r-#fef2f5 {
    border-right-color: #f77a99
}

.b-b-warning {
    border-bottom-color: #f77a99
}

.b-l-warning {
    border-left-color: #f77a99
}

.b-danger {
    border-color: #f44455
}

.b-t-danger {
    border-top-color: #f44455
}

.b-r-#feecee {
    border-right-color: #f44455
}

.b-b-danger {
    border-bottom-color: #f44455
}

.b-l-danger {
    border-left-color: #f44455
}

.b-light {
    border-color: #f8f8f8
}

.b-t-light {
    border-top-color: #f8f8f8
}

.b-r-#fefefe {
    border-right-color: #f8f8f8
}

.b-b-light {
    border-bottom-color: #f8f8f8
}

.b-l-light {
    border-left-color: #f8f8f8
}

.b-grey {
    border-color: #424242
}

.b-t-grey {
    border-top-color: #424242
}

.b-r-#ececec {
    border-right-color: #424242
}

.b-b-grey {
    border-bottom-color: #424242
}

.b-l-grey {
    border-left-color: #424242
}

.b-dark {
    border-color: #235789
}

.b-t-dark {
    border-top-color: #235789
}

.b-r-#eaeced {
    border-right-color: #235789
}

.b-b-dark {
    border-bottom-color: #235789
}

.b-l-dark {
    border-left-color: #235789
}

.b-black {
    border-color: #2a2b3c
}

.b-t-black {
    border-top-color: #2a2b3c
}

.b-r-#eaeaec {
    border-right-color: #2a2b3c
}

.b-b-black {
    border-bottom-color: #2a2b3c
}

.b-l-black {
    border-left-color: #2a2b3c
}

.b-white {
    border-color: #fff
}

.b-t-white {
    border-top-color: #fff
}

.b-r-white {
    border-right-color: #fff
}

.b-b-white {
    border-bottom-color: #fff
}

.b-l-white {
    border-left-color: #fff
}

.b-blue {
    border-color: #2196f3
}

.b-t-blue {
    border-top-color: #2196f3
}

.b-r-#e9f5fe {
    border-right-color: #2196f3
}

.b-b-blue {
    border-bottom-color: #2196f3
}

.b-l-blue {
    border-left-color: #2196f3
}

.no-b-t {
    border-top-width: 0
}

.no-b-r {
    border-right-width: 0
}

.no-b-b {
    border-bottom-width: 0
}

.no-b-l {
    border-left-width: 0
}

.b-dashed {
    border-style: dashed !important
}

@media (max-width: 767px) {
    .pos-stc-sm {
        position: static !important
    }

    .no-border-xs {
        border-width: 0
    }
}

.hover-action {
    display: none
}

.hover-rotate {
    -webkit-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s
}

.hover-anchor:active .hover-action,
.hover-anchor:focus .hover-action,
.hover-anchor:hover .hover-action {
    display: inherit
}

.h-2x,
.h-3x,
.h-4x {
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.hover-anchor:active .hover-rotate,
.hover-anchor:focus .hover-rotate,
.hover-anchor:hover .hover-rotate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hover-top:focus,
.hover-top:hover {
    position: relative;
    z-index: 1000
}

.m-a {
    margin: 1rem !important
}

.m-r-lg,
.m-x-lg {
    margin-right: 3rem !important
}

.m-l-lg,
.m-x-lg {
    margin-left: 3rem !important
}

.m-t-lg,
.m-y-lg {
    margin-top: 3rem !important
}

.m-b-lg,
.m-y-lg {
    margin-bottom: 3rem !important
}

.m-a-lg {
    margin: 3rem !important
}

.m-r-md,
.m-x-md {
    margin-right: 1.5rem !important
}

.m-l-md,
.m-x-md {
    margin-left: 1.5rem !important
}

.m-t-md,
.m-y-md {
    margin-top: 1.5rem !important
}

.m-b-md,
.m-y-md {
    margin-bottom: 1.5rem !important
}

.m-a-md {
    margin: 1.5rem !important
}

.m-r-sm,
.m-x-sm {
    margin-right: .5rem !important
}

.m-l-sm,
.m-x-sm {
    margin-left: .5rem !important
}

.m-t-sm,
.m-y-sm {
    margin-top: .5rem !important
}

.m-b-sm,
.m-y-sm {
    margin-bottom: .5rem !important
}

.m-a-sm {
    margin: .5rem !important
}

.m-r-xs,
.m-x-xs {
    margin-right: .25rem !important
}

.m-l-xs,
.m-x-xs {
    margin-left: .25rem !important
}

.m-t-xs,
.m-y-xs {
    margin-top: .25rem !important
}

.m-b-xs,
.m-y-xs {
    margin-bottom: .25rem !important
}

.m-a-xs {
    margin: .25rem !important
}

.p-a {
    padding: 1rem !important
}

.p-r-lg,
.p-x-lg {
    padding-right: 3rem !important
}

.p-l-lg,
.p-x-lg {
    padding-left: 3rem !important
}

.p-t-lg,
.p-y-lg {
    padding-top: 3rem !important
}

.p-b-lg,
.p-y-lg {
    padding-bottom: 3rem !important
}

.p-a-lg {
    padding: 3rem !important
}

.p-r-md,
.p-x-md {
    padding-right: 1.5rem !important
}

.p-l-md,
.p-x-md {
    padding-left: 1.5rem !important
}

.p-t-md,
.p-y-md {
    padding-top: 1.5rem !important
}

.p-b-md,
.p-y-md {
    padding-bottom: 1.5rem !important
}

.p-a-md {
    padding: 1.5rem !important
}

.p-r-sm,
.p-x-sm {
    padding-right: .5rem !important
}

.p-l-sm,
.p-x-sm {
    padding-left: .5rem !important
}

.p-t-sm,
.p-y-sm {
    padding-top: .5rem !important
}

.p-b-sm,
.p-y-sm {
    padding-bottom: .5rem !important
}

.p-a-sm {
    padding: .5rem !important
}

.p-r-xs,
.p-x-xs {
    padding-right: .25rem !important
}

.p-l-xs,
.p-x-xs {
    padding-left: .25rem !important
}

.p-t-xs,
.p-y-xs {
    padding-top: .25rem !important
}

.p-b-xs,
.p-y-xs {
    padding-bottom: .25rem !important
}

.p-a-xs {
    padding: .25rem !important
}

.padding {
    padding: 1.5rem
}

.margin {
    margin-bottom: 1.5rem
}

.padding-out {
    margin: -1.5rem
}

@media (max-width: 991px) {
    .no-border-sm {
        border-width: 0
    }

    .padding {
        padding: 1rem
    }

    .padding-out {
        margin: -1rem
    }

    .box,
    .box-color,
    .margin {
        margin-bottom: 1rem
    }
}

@media (max-width: 767px) {
    .padding {
        padding: .5rem
    }

    .padding-out {
        margin: -.5rem
    }

    .box,
    .box-color,
    .margin {
        margin-bottom: .5rem
    }

    .no-padding-xs {
        padding: 0
    }
}

.no-radius {
    border-radius: 0 !important
}

.no-r-r,
.no-r-t {
    border-top-right-radius: 0
}

.no-r-b,
.no-r-r {
    border-bottom-right-radius: 0
}

.no-r-b,
.no-r-l {
    border-bottom-left-radius: 0
}

.no-r-l,
.no-r-t {
    border-top-left-radius: 0
}

.r-r,
.r-t {
    border-top-right-radius: 3px
}

.r-b,
.r-r {
    border-bottom-right-radius: 3px
}

.r-b,
.r-l {
    border-bottom-left-radius: 3px
}

.r-l,
.r-t {
    border-top-left-radius: 3px
}

.r {
    border-radius: 3px
}

.r-2x {
    border-radius: 6px
}

.r-3x {
    border-radius: 9px
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.scrollable.hover {
    overflow-y: hidden
}

.scrollable.hover > * {
    margin-top: -1px
}

.scrollable.hover:active,
.scrollable.hover:focus,
.scrollable.hover:hover {
    overflow: visible;
    overflow-y: auto
}

.smart .scrollable {
    overflow-y: auto !important
}

.scroll-x,
.scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.scroll-y {
    overflow-y: auto
}

.scroll-x {
    overflow-x: auto
}

.h-1x,
.h-2x,
.h-3x,
.h-4x,
.md-btn,
.md-btn.md-fab,
.text-ellipsis {
    overflow: hidden
}

a.primary:hover {
    background-color: #0bb69f
}

a.text-primary:hover {
    color: #0bb69f
}

a.warn:hover {
    background-color: #efb700
}

a.text-warn:hover {
    color: #efb700
}

.text-warn,
.text-warn-hover a:hover {
    color: #fcc100 !important
}

a.accent:hover {
    background-color: #a180da
}

a.text-accent:hover {
    color: #a180da
}

.text-accent,
.text-accent-hover a:hover {
    color: #a88add !important
}

a.success:hover {
    background-color: #63c381
}

a.text-success:hover {
    color: #63c381
}

.text-success,
.text-success-hover a:hover {
    color: #6cc788 !important
}

a.info:hover {
    background-color: #5b7dff
}

a.text-info:hover {
    color: #5b7dff
}

a.warning:hover {
    background-color: #f66e90
}

a.text-warning:hover {
    color: #f66e90
}

.text-warning,
.text-warning-hover a:hover {
    color: #f77a99 !important
}

a.danger:hover {
    background-color: #f3384a
}

a.text-danger:hover {
    color: #f3384a
}

.text-danger,
.text-danger-hover a:hover {
    color: #f44455 !important
}

a.dark:hover {
    background-color: #293846
}

a.text-dark:hover {
    color: #293846
}

.text-dark,
.text-dark-hover a:hover {
    color: #235789;
}

a.blue:hover {
    background-color: #1590f2
}

a.text-blue:hover {
    color: #1590f2
}

.text-blue,
.text-blue-hover a:hover {
    color: #2196f3 !important
}

.text-white {
    color: #fff !important
}

.text-white-lt {
    color: rgba(255, 255, 255, .54)
}

.text-white-dk {
    color: rgba(255, 255, 255, .87)
}

.text-black {
    color: #000
}

.text-black-lt {
    color: rgba(0, 0, 0, .54)
}

.text-black-dk {
    color: rgba(0, 0, 0, .87)
}

.text-muted {
    color: inherit;
    opacity: .6
}

.text-color {
    color: rgba(0, 0, 0, .87)
}

._100 {
    font-weight: 100
}

._200 {
    font-weight: 200
}

._300 {
    font-weight: 300
}

._400 {
    font-weight: 400
}

._500 {
    font-weight: 500
}

._600 {
    font-weight: 600
}

._700 {
    font-weight: 700
}

._800 {
    font-weight: 800
}

.text {
    font-size: 1rem
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-md {
    font-size: 1.125rem
}

.text-lg {
    font-size: 1.375rem
}

.text-2x {
    font-size: 1.875rem
}

.text-3x {
    font-size: 2.25rem
}

.text-4x {
    font-size: 2.5rem
}

.l-h {
    line-height: 1.5
}

.l-h-1x {
    line-height: 1
}

.l-h-2x {
    line-height: 2em
}

.l-s-1x {
    letter-spacing: 1px
}

.l-s-2x {
    letter-spacing: 2px
}

.l-s-3x {
    letter-spacing: 3px
}

.l-s-4x {
    letter-spacing: 4px
}

.l-s-n-1x {
    letter-spacing: -1px
}

.l-s-n-2x {
    letter-spacing: -2px
}

.l-s-n-3x {
    letter-spacing: -3px
}

.l-s-n-4x {
    letter-spacing: -4px
}

.h-1x {
    height: 1.5
}

.h-2x {
    height: 2.625rem;
    -webkit-line-clamp: 2
}

.h-3x {
    height: 3.9375rem;
    -webkit-line-clamp: 3
}

.h-4x {
    height: 5.25rem;
    -webkit-line-clamp: 4
}

.text-l-t {
    text-decoration: line-through
}

.text-u-l {
    text-decoration: underline
}

.md-btn,
.md-btn:hover {
    text-decoration: none
}

.text-ellipsis {
    display: block
}

.md-btn,
.md-check,
.md-input ~ label,
.w-16,
.w-20,
.w-24,
.w-32,
.w-48,
.w-56,
.w-8 {
    display: inline-block
}

.text-shadow {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.w-8 {
    width: 8px;
    height: 8px
}

.w-16 {
    width: 16px;
    height: 16px
}

.w-20 {
    width: 20px;
    height: 20px
}

.w-24 {
    width: 24px;
    height: 24px
}

.w-32 {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.w-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block
}

.w-48 {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.w-56 {
    width: 56px;
    height: 56px;
    line-height: 56px
}

.w-70 {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
}

.w-96 {
    width: 96px
}

.w-128 {
    width: 128px
}

.w-max-1450 {
    max-width: 1450px
}

.w-xxs {
    width: 60px
}

.w-xs {
    width: 90px
}

.w-sm {
    width: 120px
}

.w {
    width: 180px
}

.w-md {
    width: 200px
}

.w-lg {
    width: 240px
}

.w-xl {
    width: 280px
}

.w-xxl {
    width: 320px
}

.w-full {
    width: 100%
}

.w-auto {
    width: auto
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-v {
    height: 100vh
}

.h-v-5 {
    height: 50vh
}

@media (max-width: 767px) {
    .w-auto-sm {
        width: auto
    }

    .w-full-sm {
        width: 100%
    }
}

@media (max-width: 543px) {
    .w-auto-xs {
        width: auto
    }

    .w-full-xs {
        width: 100%
    }
}

.md-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border: 0;
    border-radius: 3px;
    padding: 6px;
    white-space: nowrap;
    font-weight: 700;
    font-style: inherit;
    font-variant: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1), -webkit-transform .4s cubic-bezier(.25, .8, .25, 1);
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1), transform .4s cubic-bezier(.25, .8, .25, 1)
}

.md-flat {
    background: 0 0
}

.md-btn.md-flat:not([disabled]):focus,
.md-btn.md-flat:not([disabled]):hover {
    background-color: rgba(158, 158, 158, .2)
}

.md-btn-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 2px
}

.md-btn.md-fab[disabled],
.md-btn.md-raised[disabled],
.md-btn[disabled] {
    color: rgba(0, 0, 0, .26);
    background-color: transparent;
    cursor: not-allowed
}

.md-fab {
    line-height: 44px
}

.md-fab-offset {
    margin-top: -20px;
    margin-bottom: -20px
}

.md-btn.md-cornered {
    border-radius: 0
}

.md-btn.md-icon {
    padding: 0;
    background: 0 0
}

.md-btn.md-raised {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.md-btn.md-fab {
    z-index: 20;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .2s linear;
    transition-property: -webkit-transform, box-shadow;
    transition-property: transform, box-shadow
}

.md-btn.md-fab,
.md-btn.md-raised:not([disabled]) {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.md-btn.md-fab:not([disabled]):focus,
.md-btn.md-fab:not([disabled]):hover,
.md-btn.md-raised:not([disabled]):focus,
.md-btn.md-raised:not([disabled]):hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0)
}

.md-fab-bottom-right {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
    position: absolute
}

.md-fab-bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    position: absolute
}

.md-fab-top-left,
.md-fab-top-right {
    top: 20px;
    bottom: auto;
    position: absolute
}

.md-fab-top-right {
    right: 20px;
    left: auto
}

.md-fab-top-left {
    right: auto;
    left: 20px
}

.md-btn.md-fab.md-mini {
    width: 40px;
    height: 40px;
    line-height: 28px
}

.red {
    background-color: #f44336;
    color: rgba(255, 255, 255, .87)
}

.red-100,
.red-200,
.red-300,
.red-400,
.red-50 {
    color: rgba(0, 0, 0, .87)
}

.red-50 {
    background-color: #ffebee
}

.red-100 {
    background-color: #ffcdd2
}

.red-200 {
    background-color: #ef9a9a
}

.red-300 {
    background-color: #e57373
}

.red-400 {
    background-color: #ef5350
}

.red-500,
.red-600,
.red-700,
.red-800,
.red-900 {
    color: rgba(255, 255, 255, .87)
}

.red-500 {
    background-color: #f44336
}

.red-600 {
    background-color: #e53935
}

.red-700 {
    background-color: #d32f2f
}

.red-800 {
    background-color: #c62828
}

.red-900 {
    background-color: #b71c1c
}

.red-A100 {
    background-color: #ff8a80;
    color: rgba(0, 0, 0, .87)
}

.pink,
.red-A200,
.red-A400,
.red-A700 {
    color: rgba(255, 255, 255, .87)
}

.red-A200 {
    background-color: #ff5252
}

.red-A400 {
    background-color: #ff1744
}

.red-A700 {
    background-color: #d50000
}

.pink {
    background-color: #e91e63
}

.pink-100,
.pink-200,
.pink-300,
.pink-400,
.pink-50 {
    color: rgba(0, 0, 0, .87)
}

.pink-50 {
    background-color: #fce4ec
}

.pink-100 {
    background-color: #f8bbd0
}

.pink-200 {
    background-color: #f48fb1
}

.pink-300 {
    background-color: #f06292
}

.pink-400 {
    background-color: #ec407a
}

.pink-500,
.pink-600,
.pink-700,
.pink-800,
.pink-900 {
    color: rgba(255, 255, 255, .87)
}

.pink-500 {
    background-color: #e91e63
}

.pink-600 {
    background-color: #d81b60
}

.pink-700 {
    background-color: #c2185b
}

.pink-800 {
    background-color: #ad1457
}

.pink-900 {
    background-color: #880e4f
}

.pink-A100 {
    background-color: #ff80ab;
    color: rgba(0, 0, 0, .87)
}

.pink-A200,
.pink-A400,
.pink-A700,
.purple {
    color: rgba(255, 255, 255, .87)
}

.pink-A200 {
    background-color: #ff4081
}

.pink-A400 {
    background-color: #f50057
}

.pink-A700 {
    background-color: #c51162
}

.purple {
    background-color: #9c27b0
}

.purple-100,
.purple-200,
.purple-50 {
    color: rgba(0, 0, 0, .87)
}

.purple-50 {
    background-color: #f3e5f5
}

.purple-100 {
    background-color: #e1bee7
}

.purple-200 {
    background-color: #ce93d8
}

.purple-300,
.purple-400,
.purple-500,
.purple-600,
.purple-700,
.purple-800,
.purple-900 {
    color: rgba(255, 255, 255, .87)
}

.purple-300 {
    background-color: #ba68c8
}

.purple-400 {
    background-color: #ab47bc
}

.purple-500 {
    background-color: #9c27b0
}

.purple-600 {
    background-color: #8e24aa
}

.purple-700 {
    background-color: #7b1fa2
}

.purple-800 {
    background-color: #6a1b9a
}

.purple-900 {
    background-color: #4a148c
}

.purple-A100 {
    background-color: #ea80fc;
    color: rgba(0, 0, 0, .87)
}

.deep-purple,
.purple-A200,
.purple-A400,
.purple-A700 {
    color: rgba(255, 255, 255, .87)
}

.purple-A200 {
    background-color: #e040fb
}

.purple-A400 {
    background-color: #d500f9
}

.purple-A700 {
    background-color: #a0f
}

.deep-purple {
    background-color: #673ab7
}

.deep-purple-50 {
    background-color: #ede7f6;
    color: rgba(0, 0, 0, .87)
}

.deep-purple-100 {
    background-color: #d1c4e9;
    color: rgba(0, 0, 0, .87)
}

.deep-purple-200 {
    background-color: #b39ddb;
    color: rgba(0, 0, 0, .87)
}

.deep-purple-300,
.deep-purple-400,
.deep-purple-500,
.deep-purple-600,
.deep-purple-700,
.deep-purple-800,
.deep-purple-900 {
    color: rgba(255, 255, 255, .87)
}

.deep-purple-300 {
    background-color: #9575cd
}

.deep-purple-400 {
    background-color: #7e57c2
}

.deep-purple-500 {
    background-color: #673ab7
}

.deep-purple-600 {
    background-color: #5e35b1
}

.deep-purple-700 {
    background-color: #512da8
}

.deep-purple-800 {
    background-color: #4527a0
}

.deep-purple-900 {
    background-color: #311b92
}

.deep-purple-A100 {
    background-color: #b388ff;
    color: rgba(0, 0, 0, .87)
}

.deep-purple-A200,
.deep-purple-A400,
.deep-purple-A700,
.indigo {
    color: rgba(255, 255, 255, .87)
}

.deep-purple-A200 {
    background-color: #7c4dff
}

.deep-purple-A400 {
    background-color: #651fff
}

.deep-purple-A700 {
    background-color: #6200ea
}

.indigo {
    background-color: #3f51b5
}

.indigo-100,
.indigo-200,
.indigo-50 {
    color: rgba(0, 0, 0, .87)
}

.indigo-50 {
    background-color: #e8eaf6
}

.indigo-100 {
    background-color: #c5cae9
}

.indigo-200 {
    background-color: #9fa8da
}

.indigo-300,
.indigo-400,
.indigo-500,
.indigo-600,
.indigo-700,
.indigo-800,
.indigo-900 {
    color: rgba(255, 255, 255, .87)
}

.indigo-300 {
    background-color: #7986cb
}

.indigo-400 {
    background-color: #5c6bc0
}

.indigo-500 {
    background-color: #3f51b5
}

.indigo-600 {
    background-color: #3949ab
}

.indigo-700 {
    background-color: #303f9f
}

.indigo-800 {
    background-color: #283593
}

.indigo-900 {
    background-color: #1a237e
}

.indigo-A100 {
    background-color: #8c9eff;
    color: rgba(0, 0, 0, .87)
}

.blue,
.indigo-A200,
.indigo-A400,
.indigo-A700 {
    color: rgba(255, 255, 255, .87)
}

.indigo-A200 {
    background-color: #536dfe
}

.indigo-A400 {
    background-color: #3d5afe
}

.indigo-A700 {
    background-color: #304ffe
}

.blue-100,
.blue-200,
.blue-300,
.blue-400,
.blue-50 {
    color: rgba(0, 0, 0, .87)
}

.blue-50 {
    background-color: #e3f2fd
}

.blue-100 {
    background-color: #bbdefb
}

.blue-200 {
    background-color: #90caf9
}

.blue-300 {
    background-color: #64b5f6
}

.blue-400 {
    background-color: #42a5f5
}

.blue-500,
.blue-600,
.blue-700,
.blue-800,
.blue-900 {
    color: rgba(255, 255, 255, .87)
}

.blue-500 {
    background-color: #2196f3
}

.blue-600 {
    background-color: #1e88e5
}

.blue-700 {
    background-color: #1976d2
}

.blue-800 {
    background-color: #1565c0
}

.blue-900 {
    background-color: #0d47a1
}

.blue-A100 {
    background-color: #82b1ff;
    color: rgba(0, 0, 0, .87)
}

.blue-A200,
.blue-A400,
.blue-A700,
.light-blue {
    color: rgba(255, 255, 255, .87)
}

.blue-A200 {
    background-color: #448aff
}

.blue-A400 {
    background-color: #2979ff
}

.blue-A700 {
    background-color: #2962ff
}

.light-blue {
    background-color: #03a9f4
}

.light-blue-100,
.light-blue-200,
.light-blue-300,
.light-blue-400,
.light-blue-50 {
    color: rgba(0, 0, 0, .87)
}

.light-blue-50 {
    background-color: #e1f5fe
}

.light-blue-100 {
    background-color: #b3e5fc
}

.light-blue-200 {
    background-color: #81d4fa
}

.light-blue-300 {
    background-color: #4fc3f7
}

.light-blue-400 {
    background-color: #29b6f6
}

.light-blue-500,
.light-blue-600,
.light-blue-700,
.light-blue-800,
.light-blue-900 {
    color: rgba(255, 255, 255, .87)
}

.light-blue-500 {
    background-color: #03a9f4
}

.light-blue-600 {
    background-color: #039be5
}

.light-blue-700 {
    background-color: #0288d1
}

.light-blue-800 {
    background-color: #0277bd
}

.light-blue-900 {
    background-color: #01579b
}

.light-blue-A100 {
    background-color: #80d8ff;
    color: rgba(0, 0, 0, .87)
}

.light-blue-A200 {
    background-color: #40c4ff;
    color: rgba(0, 0, 0, .87)
}

.light-blue-A400 {
    background-color: #00b0ff;
    color: rgba(0, 0, 0, .87)
}

.cyan,
.light-blue-A700 {
    color: rgba(255, 255, 255, .87)
}

.light-blue-A700 {
    background-color: #0091ea
}

.cyan {
    background-color: #00bcd4
}

.cyan-100,
.cyan-200,
.cyan-300,
.cyan-400,
.cyan-50 {
    color: rgba(0, 0, 0, .87)
}

.cyan-50 {
    background-color: #e0f7fa
}

.cyan-100 {
    background-color: #b2ebf2
}

.cyan-200 {
    background-color: #80deea
}

.cyan-300 {
    background-color: #4dd0e1
}

.cyan-400 {
    background-color: #26c6da
}

.cyan-500,
.cyan-600,
.cyan-700,
.cyan-800,
.cyan-900 {
    color: rgba(255, 255, 255, .87)
}

.cyan-500 {
    background-color: #00bcd4
}

.cyan-600 {
    background-color: #00acc1
}

.cyan-700 {
    background-color: #0097a7
}

.cyan-800 {
    background-color: #00838f
}

.cyan-900 {
    background-color: #006064
}

.cyan-A100,
.cyan-A200,
.cyan-A400,
.cyan-A700 {
    color: rgba(0, 0, 0, .87)
}

.cyan-A100 {
    background-color: #84ffff
}

.cyan-A200 {
    background-color: #18ffff
}

.cyan-A400 {
    background-color: #00e5ff
}

.cyan-A700 {
    background-color: #00b8d4
}

.teal {
    background-color: #009688;
    color: rgba(255, 255, 255, .87)
}

.teal-100,
.teal-200,
.teal-300,
.teal-400,
.teal-50 {
    color: rgba(0, 0, 0, .87)
}

.teal-50 {
    background-color: #e0f2f1
}

.teal-100 {
    background-color: #b2dfdb
}

.teal-200 {
    background-color: #80cbc4
}

.teal-300 {
    background-color: #4db6ac
}

.teal-400 {
    background-color: #26a69a
}

.teal-500,
.teal-600,
.teal-700,
.teal-800,
.teal-900 {
    color: rgba(255, 255, 255, .87)
}

.teal-500 {
    background-color: #009688
}

.teal-600 {
    background-color: #00897b
}

.teal-700 {
    background-color: #00796b
}

.teal-800 {
    background-color: #00695c
}

.teal-900 {
    background-color: #004d40
}

.teal-A100,
.teal-A200,
.teal-A400,
.teal-A700 {
    color: rgba(0, 0, 0, .87)
}

.teal-A100 {
    background-color: #a7ffeb
}

.teal-A200 {
    background-color: #64ffda
}

.teal-A400 {
    background-color: #1de9b6
}

.teal-A700 {
    background-color: #00bfa5
}

.green {
    background-color: #4caf50;
    color: rgba(255, 255, 255, .87)
}

.green-100,
.green-200,
.green-300,
.green-400,
.green-50 {
    color: rgba(0, 0, 0, .87)
}

.green-50 {
    background-color: #e8f5e9
}

.green-100 {
    background-color: #c8e6c9
}

.green-200 {
    background-color: #a5d6a7
}

.green-300 {
    background-color: #81c784
}

.green-400 {
    background-color: #66bb6a
}

.green-500,
.green-600,
.green-700,
.green-800,
.green-900 {
    color: rgba(255, 255, 255, .87)
}

.green-500 {
    background-color: #4caf50
}

.green-600 {
    background-color: #43a047
}

.green-700 {
    background-color: #388e3c
}

.green-800 {
    background-color: #2e7d32
}

.green-900 {
    background-color: #1b5e20
}

.green-A100,
.green-A200,
.green-A400,
.green-A700,
.light-green,
.light-green-200,
.light-green-300,
.light-green-400,
.light-green-50,
.light-green-500,
.light-green-600,
.light-green-700 {
    color: rgba(0, 0, 0, .87)
}

.green-A100 {
    background-color: #b9f6ca
}

.green-A200 {
    background-color: #69f0ae
}

.green-A400 {
    background-color: #00e676
}

.green-A700 {
    background-color: #00c853
}

.light-green {
    background-color: #8bc34a
}

.light-green-50 {
    background-color: #f1f8e9
}

.light-green-100 {
    background-color: #dcedc8;
    color: rgba(0, 0, 0, .87)
}

.light-green-200 {
    background-color: #c5e1a5
}

.light-green-300 {
    background-color: #aed581
}

.light-green-400 {
    background-color: #9ccc65
}

.light-green-500 {
    background-color: #8bc34a
}

.light-green-600 {
    background-color: #7cb342
}

.light-green-700 {
    background-color: #689f38
}

.light-green-800 {
    background-color: #558b2f;
    color: rgba(255, 255, 255, .87)
}

.light-green-900 {
    background-color: #33691e;
    color: rgba(255, 255, 255, .87)
}

.light-green-A100,
.light-green-A200,
.light-green-A400,
.light-green-A700,
.lime,
.lime-200,
.lime-300,
.lime-400,
.lime-50,
.lime-500,
.lime-600,
.lime-700,
.lime-800 {
    color: rgba(0, 0, 0, .87)
}

.light-green-A100 {
    background-color: #ccff90
}

.light-green-A200 {
    background-color: #b2ff59
}

.light-green-A400 {
    background-color: #76ff03
}

.light-green-A700 {
    background-color: #64dd17
}

.lime {
    background-color: #cddc39
}

.lime-50 {
    background-color: #f9fbe7
}

.lime-100 {
    background-color: #f0f4c3;
    color: rgba(0, 0, 0, .87)
}

.lime-200 {
    background-color: #e6ee9c
}

.lime-300 {
    background-color: #dce775
}

.lime-400 {
    background-color: #d4e157
}

.lime-500 {
    background-color: #cddc39
}

.lime-600 {
    background-color: #c0ca33
}

.lime-700 {
    background-color: #afb42b
}

.lime-800 {
    background-color: #9e9d24
}

.lime-900 {
    background-color: #827717;
    color: rgba(255, 255, 255, .87)
}

.amber,
.amber-200,
.amber-300,
.amber-400,
.amber-50,
.amber-500,
.amber-600,
.amber-700,
.amber-800,
.amber-900,
.amber-A100,
.amber-A200,
.amber-A400,
.amber-A700,
.lime-A100,
.lime-A200,
.lime-A400,
.lime-A700,
.orange,
.orange-100,
.orange-200,
.orange-300,
.orange-400,
.orange-50,
.orange-500,
.orange-600,
.orange-700,
.yellow,
.yellow-100,
.yellow-200,
.yellow-300,
.yellow-400,
.yellow-50,
.yellow-500,
.yellow-600,
.yellow-700,
.yellow-800,
.yellow-900,
.yellow-A100,
.yellow-A200,
.yellow-A400,
.yellow-A700 {
    color: rgba(0, 0, 0, .87)
}

.lime-A100 {
    background-color: #f4ff81
}

.lime-A200 {
    background-color: #eeff41
}

.lime-A400 {
    background-color: #c6ff00
}

.lime-A700 {
    background-color: #aeea00
}

.yellow {
    background-color: #ffeb3b
}

.yellow-50 {
    background-color: #fffde7
}

.yellow-100 {
    background-color: #fff9c4
}

.yellow-200 {
    background-color: #fff59d
}

.yellow-300 {
    background-color: #fff176
}

.yellow-400 {
    background-color: #ffee58
}

.yellow-500 {
    background-color: #ffeb3b
}

.yellow-600 {
    background-color: #fdd835
}

.yellow-700 {
    background-color: #fbc02d
}

.yellow-800 {
    background-color: #f9a825
}

.yellow-900 {
    background-color: #f57f17
}

.yellow-A100 {
    background-color: #ffff8d
}

.yellow-A200 {
    background-color: #ff0
}

.yellow-A400 {
    background-color: #ffea00
}

.yellow-A700 {
    background-color: #ffd600
}

.amber {
    background-color: #ffc107
}

.amber-50 {
    background-color: #fff8e1
}

.amber-100 {
    background-color: #ffecb3;
    color: rgba(0, 0, 0, .87)
}

.amber-200 {
    background-color: #ffe082
}

.amber-300 {
    background-color: #ffd54f
}

.amber-400 {
    background-color: #ffca28
}

.amber-500 {
    background-color: #ffc107
}

.amber-600 {
    background-color: #ffb300
}

.amber-700 {
    background-color: #ffa000
}

.amber-800 {
    background-color: #ff8f00
}

.amber-900 {
    background-color: #ff6f00
}

.amber-A100 {
    background-color: #ffe57f
}

.amber-A200 {
    background-color: #ffd740
}

.amber-A400 {
    background-color: #ffc400
}

.amber-A700 {
    background-color: #ffab00
}

.orange {
    background-color: #ff9800
}

.orange-50 {
    background-color: #fff3e0
}

.orange-100 {
    background-color: #ffe0b2
}

.orange-200 {
    background-color: #ffcc80
}

.orange-300 {
    background-color: #ffb74d
}

.orange-400 {
    background-color: #ffa726
}

.orange-500 {
    background-color: #ff9800
}

.orange-600 {
    background-color: #fb8c00
}

.orange-700 {
    background-color: #f57c00
}

.orange-800,
.orange-900 {
    color: rgba(255, 255, 255, .87)
}

.orange-800 {
    background-color: #ef6c00
}

.orange-900 {
    background-color: #e65100
}

.orange-A100,
.orange-A200,
.orange-A400,
.orange-A700 {
    color: rgba(0, 0, 0, .87)
}

.orange-A100 {
    background-color: #ffd180
}

.orange-A200 {
    background-color: #ffab40
}

.orange-A400 {
    background-color: #ff9100
}

.orange-A700 {
    background-color: #ff6d00
}

.deep-orange {
    background-color: #ff5722;
    color: rgba(255, 255, 255, .87)
}

.deep-orange-100,
.deep-orange-200,
.deep-orange-300,
.deep-orange-400,
.deep-orange-50 {
    color: rgba(0, 0, 0, .87)
}

.deep-orange-50 {
    background-color: #fbe9e7
}

.deep-orange-100 {
    background-color: #ffccbc
}

.deep-orange-200 {
    background-color: #ffab91
}

.deep-orange-300 {
    background-color: #ff8a65
}

.deep-orange-400 {
    background-color: #ff7043
}

.deep-orange-500,
.deep-orange-600,
.deep-orange-700,
.deep-orange-800,
.deep-orange-900 {
    color: rgba(255, 255, 255, .87)
}

.deep-orange-500 {
    background-color: #ff5722
}

.deep-orange-600 {
    background-color: #f4511e
}

.deep-orange-700 {
    background-color: #e64a19
}

.deep-orange-800 {
    background-color: #d84315
}

.deep-orange-900 {
    background-color: #bf360c
}

.deep-orange-A100 {
    background-color: #ff9e80;
    color: rgba(0, 0, 0, .87)
}

.deep-orange-A200 {
    background-color: #ff6e40;
    color: rgba(0, 0, 0, .87)
}

.brown,
.deep-orange-A400,
.deep-orange-A700 {
    color: rgba(255, 255, 255, .87)
}

.deep-orange-A400 {
    background-color: #ff3d00
}

.deep-orange-A700 {
    background-color: #dd2c00
}

.brown {
    background-color: #795548
}

.brown-100,
.brown-200,
.brown-50 {
    color: rgba(0, 0, 0, .87)
}

.brown-50 {
    background-color: #efebe9
}

.brown-100 {
    background-color: #d7ccc8
}

.brown-200 {
    background-color: #bcaaa4
}

.blue-grey,
.brown-300,
.brown-400,
.brown-500,
.brown-600,
.brown-700,
.brown-800,
.brown-900 {
    color: rgba(255, 255, 255, .87)
}

.brown-300 {
    background-color: #a1887f
}

.brown-400 {
    background-color: #8d6e63
}

.brown-500 {
    background-color: #795548
}

.brown-600 {
    background-color: #6d4c41
}

.brown-700 {
    background-color: #5d4037
}

.brown-800 {
    background-color: #4e342e
}

.brown-900 {
    background-color: #3e2723
}

.blue-grey {
    background-color: #607d8b
}

.blue-grey-100,
.blue-grey-200,
.blue-grey-300,
.blue-grey-50 {
    color: rgba(0, 0, 0, .87)
}

.blue-grey-50 {
    background-color: #eceff1
}

.blue-grey-100 {
    background-color: #cfd8dc
}

.blue-grey-200 {
    background-color: #b0bec5
}

.blue-grey-300 {
    background-color: #90a4ae
}

.blue-grey-400,
.blue-grey-500,
.blue-grey-600,
.blue-grey-700,
.blue-grey-800,
.blue-grey-900 {
    color: rgba(255, 255, 255, .87)
}

.blue-grey-400 {
    background-color: #78909c
}

.blue-grey-500 {
    background-color: #607d8b
}

.blue-grey-600 {
    background-color: #546e7a
}

.blue-grey-700 {
    background-color: #455a64
}

.blue-grey-800 {
    background-color: #37474f
}

.blue-grey-900 {
    background-color: #263238
}

.grey-100,
.grey-200,
.grey-300,
.grey-400,
.grey-50,
.grey-500 {
    color: rgba(0, 0, 0, .87)
}

.grey-50 {
    background-color: #fafafa
}

.grey-100 {
    background-color: #f5f5f5
}

.grey-200 {
    background-color: #eee
}

.grey-300 {
    background-color: #e0e0e0
}

.grey-400 {
    background-color: #bdbdbd
}

.grey-500 {
    background-color: #9e9e9e
}

.grey-600,
.grey-700,
.grey-800,
.grey-900 {
    color: rgba(255, 255, 255, .87)
}

.grey-600 {
    background-color: #757575
}

.grey-700 {
    background-color: #616161
}

.grey-800 {
    background-color: #424242
}

.grey-900 {
    background-color: #212121
}

.md-form-group {
    padding: 18px 0 24px;
    position: relative
}

.md-input {
    background: 0 0;
    position: relative;
    z-index: 5;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(160, 160, 160, .2);
    width: 100%;
    height: 34px;
    padding: 2px;
    color: inherit
}

.md-input.focus,
.md-input:focus {
    border-color: #5EDCD0;
    border-bottom-width: 2px;
    padding-bottom: 1px
}

.md-input.focus ~ label,
.md-input:focus ~ label {
    color: #5EDCD0;
    opacity: 1;
    top: 0 !important;
    font-size: .85em !important
}

.float-label .md-input ~ label {
    top: 20px;
    font-size: 1em
}

.float-label .md-input.has-value ~ label,
.float-label .md-input.ng-dirty ~ label,
.md-input ~ label {
    top: 0;
    font-size: .85em
}

.md-input ~ label {
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    z-index: 0;
    opacity: .5;
    left: 0
}

.md-input.disabled,
.md-input[disabled] {
    opacity: .5
}

textarea.md-input {
    height: auto
}

.md-input-white.focus,
.md-input-white:focus {
    border-color: #fff
}

.md-input-white.focus ~ label,
.md-input-white:focus ~ label {
    color: #fff
}

.md-input-msg {
    position: absolute;
    bottom: 0;
    line-height: 24px;
    font-size: .85em
}

.md-check > i,
.md-switch i {
    line-height: 1;
    vertical-align: middle
}

.md-input-msg.right {
    right: 0
}

.md-check {
    cursor: pointer;
    padding-left: 1.25rem;
    margin: 0;
    position: relative
}

.md-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    margin-left: -1.25rem
}

.md-check input:checked + i:before {
    border-width: 0;
    background-color: inherit
}

.md-check input:checked + span .active {
    display: inherit
}

.md-check input[type=radio] + i,
.md-check input[type=radio] + i:before {
    border-radius: 50%
}

.md-check input[type=checkbox]:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' '
}

.md-check input[type=radio]:checked + i:after {
    position: absolute;
    left: 6px;
    top: 6px;
    display: table;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    content: ' '
}

.md-check > i:before,
.md-switch i:after,
.md-switch i:before {
    content: ""
}

.md-check input[disabled] + i:before,
.md-check input[disabled]:checked + i:before,
fieldset[disabled] .md-check input + i:before {
    opacity: .5
}

.md-check > i {
    width: 0;
    height: 18px;
    margin-left: -20px;
    margin-top: 1px;
    float: left;
    display: inline-block;
    margin-right: 28px;
    position: relative
}

.md-check > i:before {
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid rgba(120, 130, 140, 0.13);
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.md-check > i.no-icon:after {
    display: none !important
}

.md-switch {
    cursor: pointer;
    padding-left: 36px;
    margin: 0;
    min-height: 20px
}

.md-switch input {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 20px;
    z-index: 1;
    opacity: 0;
    margin-left: -36px
}

.md-switch input:checked + i:before {
    background: inherit;
    opacity: .5
}

.md-switch input:checked + i:after {
    background: inherit;
    left: 16px
}

.md-switch input[disabled] + i:before,
fieldset[disabled] .md-switch input + i:before {
    background-color: rgba(0, 0, 0, .12)
}

.md-switch input[disabled] + i:after,
fieldset[disabled] .md-switch input + i:after {
    background-color: #bdbdbd
}

.md-switch i {
    width: 0;
    height: 18px;
    margin-left: -36px;
    margin-top: -2px;
    display: inline-block;
    margin-right: 44px;
    position: relative
}

.md-switch i:before {
    left: 1px;
    width: 34px;
    top: 3px;
    height: 14px;
    border-radius: 8px;
    position: absolute;
    background-color: #9e9e9e;
    -webkit-transition: all .2s;
    transition: all .2s
}

.md-switch i:after {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    outline: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    -webkit-transition: all .2s;
    transition: all .2s
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

[ui-view].ng-leave {
    display: none
}

[ui-view].ng-leave.smooth {
    display: block
}

.smooth.ng-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fade-in-right-big.ng-enter {
    -webkit-animation: fadeInRightBig .5s;
    animation: fadeInRightBig .5s
}

.fade-in-right-big.ng-leave {
    -webkit-animation: fadeOutLeftBig .5s;
    animation: fadeOutLeftBig .5s
}

.fade-in-left-big.ng-enter {
    -webkit-animation: fadeInLeftBig .5s;
    animation: fadeInLeftBig .5s
}

.fade-in-left-big.ng-leave {
    -webkit-animation: fadeOutRightBig .5s;
    animation: fadeOutRightBig .5s
}

.fade-in-up-big.ng-enter {
    -webkit-animation: fadeInUpBig .5s;
    animation: fadeInUpBig .5s
}

.fade-in-up-big.ng-leave {
    -webkit-animation: fadeOutUpBig .5s;
    animation: fadeOutUpBig .5s
}

.fade-in-down-big.ng-enter {
    -webkit-animation: fadeInDownBig .5s;
    animation: fadeInDownBig .5s
}

.fade-in-down-big.ng-leave {
    -webkit-animation: fadeOutDownBig .5s;
    animation: fadeOutDownBig .5s
}

.fade-in.ng-enter {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.fade-in.ng-leave {
    -webkit-animation: fadeOut .5s;
    animation: fadeOut .5s
}

.fade-in-right.ng-enter {
    -webkit-animation: fadeInRight .5s;
    animation: fadeInRight .5s
}

.fade-in-right.ng-leave {
    -webkit-animation: fadeOutLeft .5s;
    animation: fadeOutLeft .5s
}

.fade-in-left.ng-enter {
    -webkit-animation: fadeInLeft .5s;
    animation: fadeInLeft .5s
}

.fade-in-left.ng-leave {
    -webkit-animation: fadeOutRight .5s;
    animation: fadeOutRight .5s
}

.fade-in-up.ng-enter {
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s
}

.fade-in-up.ng-leave {
    -webkit-animation: fadeOutUp .5s;
    animation: fadeOutUp .5s
}

.fade-in-down.ng-enter {
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s
}

.fade-in-down.ng-leave {
    -webkit-animation: fadeOutDown .5s;
    animation: fadeOutDown .5s
}
