/*
 * -- Background Color --
 */

.bg-hover:hover {
  opacity:0.9;
  filter: alpha(opacity=90);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=90)";  /* ie 8 */
  -moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.9;              /* Safari 1.x */
}

.border-grey-001 {
  border-color: #dadada;
}
.border-grey-002 {
  border-color: #717171;
}
.border-grey-003 {
 border-color: #c6c6c6;
}
.border-blue-001 {
 border-color: #006AB3;
}
.border-blue-002 {
 border-color: #74C3D7;
}
.border-bluegreen-001 {
 border-color: #5EBEBC;
}
.border-green-002 {
 border-color: #78bd6a;
}



/**/
.bg-001 { background: #7885ca;}
.bg-002 { background: #9ea7d9;}
.bg-003 { background: #c4c9e8;}
.bg-004 { background: #63b4f5;}
.bg-005 { background: #8fc9f9;}
.bg-006 { background: #baddfb;}
.bg-007 { background: #4ec2f6;}
.bg-008 { background: #80d3f9;}
.bg-009 { background: #b2e4fb;}
.bg-010 { background: #4ccfe0;}
.bg-011 { background: #7fdde9;}
.bg-012 { background: #b1eaf1;}
.bg-013 { background: #4cb5ab;}
.bg-014 { background: #7fcac3;}
.bg-015 { background: #b1deda;}
.bg-016 { background: #80c683;}
.bg-017 { background: #a4d5a6;}
.bg-018 { background: #c7e5c8;}
.bg-019 { background: #add480;}
.bg-020 { background: #c4e0a4;}
.bg-021 { background: #dbecc7;}


.blue.si-1 { /*bg-blue-001*/
  background-color: #006AB3 !important; }
.blue.si-1-hover {
  background-color: #006AB3 !important; }
.blue.si-1-hover:hover {
  background-color: #0088c4 !important; }
.blue-text.text-si-1 {
  color: #006AB3 !important; }
.bc-blue-si-1 {
	border-color: #006AB3 !important; }

.blue.si-2 { /*bg-blue-002*/
  background-color: #74C3D7 !important; }
.blue.si-2-hover {
  background-color: #74C3D7 !important; }
.blue.si-2-hover:hover {
  background-color: #91DBED !important; }
.blue-text.text-si-2 {
  color: #74C3D7 !important; }
.bc-blue-si-2 {
	border-color: #74C3D7 !important; }

.green.si-1 { /*bg-green-001*/
  background-color: #50b278 !important; }
.green.si-1-hover {
  background-color: #50b278 !important; }
.green.si-1-hover:hover {
  background-color: #5bc485 !important; }
.green-text.text-si-1 {
  color: #50b278 !important; }
.bc-green-si-1 {
	border-color: #50b278 !important; }

.green.si-2 { /*bg-green-002*/
  background-color: #78bd6a !important; }
.green.si-2-hover {
  background-color: #78bd6a !important; }
.green.si-2-hover:hover {
  background-color: #84c973 !important; }
.green-text.text-si-2 {
  color: #78bd6a !important; }
.bc-green-si-2 {
	border-color: #78bd6a !important; }

.teal.si-1 { /*bg-bluegreen-001*/
  background-color: #5EBEBC !important; }
.teal.si-1-hover {
  background-color: #5EBEBC !important; }
.teal.si-1-hover:hover {
  background-color: #6acec7 !important; }
.teal-text.text-si-1 {
  color: #5EBEBC !important; }
.bc-teal-si-1 {
	border-color: #5EBEBC !important; }
.link-teal { text-decoration: underline;}
.link-teal:hover { color: #5EBEBC !important; }

.grey.si-1 { /*bg-grey-001*/
  background-color: #dadada !important; }
.grey.si-1-hover {
  background-color: #dadada !important; }
.grey.si-1-hover:hover {
  background-color: #e5e5e5 !important; }
.grey-text.text-si-1 {
  color: #dadada !important; }
.bc-grey-si-1 {
	border-color: #dadada !important; }

.grey.si-2 { /*bg-grey-002*/
  background-color: #717171 !important; }
.grey.si-2-hover {
  background-color: #717171 !important; }
.grey.si-2-hover:hover {
  background-color: #7f7f7f !important; }
.grey-text.text-si-2 {
  color: #717171 !important; }
.bc-grey-si-2 {
	border-color: #717171 !important; }

.grey.si-3 { /*bg-grey-003*/
  background-color: #c6c6c6 !important; }
.grey.si-3-hover {
  background-color: #c6c6c6 !important; }
.grey.si-3-hover:hover {
  background-color: #dadada !important; }
.grey-text.text-si-3 {
  color: #c6c6c6 !important; }
.bc-grey-si-3 {
	border-color: #c6c6c6 !important; }


/*
*/
.text-font {
  color: #5a5766; /*color: #5a5766;*/
}

/*siで用いる白*/
.white.si {
  background-color: #f7f7f7 !important; }
.white-text.text-si {
  color: #f7f7f7 !important; }
.bc-white-si {
	border-color: #f7f7f7 !important; }



/*!
 * Materialize v0.97.0 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
.red.lighten-5 {
  background-color: #FFEBEE !important; }
.red-text.text-lighten-5 {
  color: #FFEBEE !important; }
.bc-red-lighten-5 {
	border-color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }
.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }
.bc-red-lighten-4 {
	border-color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }
.red-text.text-lighten-3 {
  color: #EF9A9A !important; }
.bc-red-lighten-3 {
	border-color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }
.red-text.text-lighten-2 {
  color: #E57373 !important; }
.bc-red-lighten-2 {
	border-color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }
.red-text.text-lighten-1 {
  color: #EF5350 !important; }
.bc-red-lighten-1 {
	border-color: #EF5350 !important; }

.red {
  background-color: #F44336 !important; }
.red-text {
  color: #F44336 !important; }
.bc-red {
	border-color: #F44336 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }
.red-text.text-darken-1 {
  color: #E53935 !important; }
.bc-red-darken-1 {
	border-color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }
.red-text.text-darken-2 {
  color: #D32F2F !important; }
.bc-red-darken-2 {
	border-color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }
.red-text.text-darken-3 {
  color: #C62828 !important; }
.bc-red-darken-3 {
	border-color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }
.red-text.text-darken-4 {
  color: #B71C1C !important; }
.bc-red-darken-4 {
	border-color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }
.red-text.text-accent-1 {
  color: #FF8A80 !important; }
.bc-red-accent-1 {
	border-color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }
.red-text.text-accent-2 {
  color: #FF5252 !important; }
.bc-red-accent-2 {
	border-color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }
.red-text.text-accent-3 {
  color: #FF1744 !important; }
.bc-red-accent-3 {
	border-color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }
.red-text.text-accent-4 {
  color: #D50000 !important; }
.bc-red-accent-4 {
	border-color: #D50000 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }
.pink-text.text-lighten-5 {
  color: #fce4ec !important; }
.bc-pink-lighten-5 {
	border-color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }
.bc-pink-lighten-4 {
	border-color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }
.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }
.bc-pink-lighten-3 {
	border-color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }
.pink-text.text-lighten-2 {
  color: #f06292 !important; }
.bc-pink-lighten-2 {
	border-color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }
.pink-text.text-lighten-1 {
  color: #ec407a !important; }
.bc-pink-lighten-1 {
	border-color: #ec407a !important; }

.pink {
  background-color: #e91e63 !important; }
.pink-text {
  color: #e91e63 !important; }
.bc-pink {
	border-color: #e91e63 !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }
.pink-text.text-darken-1 {
  color: #d81b60 !important; }
.bc-pink-darken-1 {
	border-color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }
.pink-text.text-darken-2 {
  color: #c2185b !important; }
.bc-pink-darken-2 {
	border-color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }
.pink-text.text-darken-3 {
  color: #ad1457 !important; }
.bc-pink-darken-3 {
	border-color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }
.pink-text.text-darken-4 {
  color: #880e4f !important; }
.bc-pink-darken-4 {
	border-color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }
.pink-text.text-accent-1 {
  color: #ff80ab !important; }
.bc-pink-accent-1 {
	border-color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }
.pink-text.text-accent-2 {
  color: #ff4081 !important; }
.bc-pink-accent-2 {
	border-color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }
.pink-text.text-accent-3 {
  color: #f50057 !important; }
.bc-pink-accent-3 {
	border-color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }
.pink-text.text-accent-4 {
  color: #c51162 !important; }
.bc-pink-accent-4 {
	border-color: #c51162 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }
.bc-pink-lighten-5 {
	border-color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }
.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }
.bc-pink-lighten-4 {
	border-color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }
.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }
.bc-pink-lighten-3 {
	border-color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }
.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }
.bc-pink-lighten-2 {
	border-color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }
.purple-text.text-lighten-1 {
  color: #ab47bc !important; }
.bc-pink-lighten-1 {
	border-color: #ab47bc !important; }

.purple {
  background-color: #9c27b0 !important; }
.purple-text {
  color: #9c27b0 !important; }
.bc-purple {
	border-color: #9c27b0 !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }
.purple-text.text-darken-1 {
  color: #8e24aa !important; }
.bc-purple-darken-1 {
	border-color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }
.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }
.bc-purple-darken-2 {
	border-color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }
.purple-text.text-darken-3 {
  color: #6a1b9a !important; }
.bc-purple-darken-3 {
	border-color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }
.purple-text.text-darken-4 {
  color: #4a148c !important; }
.bc-purple-darken-4 {
	border-color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }
.purple-text.text-accent-1 {
  color: #ea80fc !important; }
.bc-purple-accent-1 {
	border-color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }
.purple-text.text-accent-2 {
  color: #e040fb !important; }
.bc-purple-accent-2 {
	border-color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }
.purple-text.text-accent-3 {
  color: #d500f9 !important; }
.bc-purple-accent-3 {
	border-color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }
.purple-text.text-accent-4 {
  color: #aa00ff !important; }
.bc-purple-accent-4 {
	border-color: #aa00ff !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }
.bc-deep-purple-lighten-5 {
	border-color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }
.bc-deep-purple-lighten-4 {
	border-color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }
.bc-deep-purple-lighten-3 {
	border-color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }
.bc-deep-purple-lighten-2 {
	border-color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }
.bc-deep-purple-lighten-1 {
	border-color: #7e57c2 !important; }

.deep-purple {
  background-color: #673ab7 !important; }
.deep-purple-text {
  color: #673ab7 !important; }
.bc-deep-purple {
	border-color: #673ab7 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }
.bc-deep-purple-darken-1 {
	border-color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }
.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }
.bc-deep-purple-darken-2 {
	border-color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }
.bc-deep-purple-darken-3 {
	border-color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }
.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }
.bc-deep-purple-darken-4 {
	border-color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }
.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }
.bc-deep-purple-accent-1 {
	border-color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }
.bc-deep-purple-accent-2 {
	border-color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }
.deep-purple-text.text-accent-3 {
  color: #651fff !important; }
.bc-deep-purple-accent-3 {
	border-color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }
.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }
.bc-deep-purple-accent-4 {
	border-color: #6200ea !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }
.bc-indigo-lighten-5 {
	border-color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }
.bc-indigo-lighten-4 {
	border-color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }
.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }
.bc-indigo-lighten-3 {
	border-color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }
.indigo-text.text-lighten-2 {
  color: #7986cb !important; }
.bc-indigo-lighten-2 {
	border-color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }
.bc-indigo-lighten-1 {
	border-color: #5c6bc0 !important; }

.indigo {
  background-color: #3f51b5 !important; }
.indigo-text {
  color: #3f51b5 !important; }
.bc-indigo {
	border-color: #3f51b5 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }
.indigo-text.text-darken-1 {
  color: #3949ab !important; }
.bc-indigo-darken-1 {
	border-color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }
.indigo-text.text-darken-2 {
  color: #303f9f !important; }
.bc-indigo-darken-2 {
	border-color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }
.indigo-text.text-darken-3 {
  color: #283593 !important; }
.bc-indigo-darken-3 {
	border-color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }
.indigo-text.text-darken-4 {
  color: #1a237e !important; }
.bc-indigo-darken-4 {
	border-color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }
.indigo-text.text-accent-1 {
  color: #8c9eff !important; }
.bc-indigo-accent-1 {
	border-color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }
.indigo-text.text-accent-2 {
  color: #536dfe !important; }
.bc-indigo-accent-2 {
	border-color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }
.indigo-text.text-accent-3 {
  color: #3d5afe !important; }
.bc-indigo-accent-3 {
	border-color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }
.indigo-text.text-accent-4 {
  color: #304ffe !important; }
.bc-indigo-accent-4 {
	border-color: #304ffe !important; }

.blue.lighten-5 {
  background-color: #E3F2FD !important; }
.blue-text.text-lighten-5 {
  color: #E3F2FD !important; }
.bc-blue-lighten-5 {
	border-color: #E3F2FD !important; }

.blue.lighten-4 {
  background-color: #BBDEFB !important; }
.blue-text.text-lighten-4 {
  color: #BBDEFB !important; }
.bc-blue-lighten-4 {
	border-color: #BBDEFB !important; }

.blue.lighten-3 {
  background-color: #90CAF9 !important; }
.blue-text.text-lighten-3 {
  color: #90CAF9 !important; }
.bc-blue-lighten-3 {
	border-color: #90CAF9 !important; }

.blue.lighten-2 {
  background-color: #64B5F6 !important; }
.blue-text.text-lighten-2 {
  color: #64B5F6 !important; }
.bc-blue-lighten-2 {
	border-color: #64B5F6 !important; }

.blue.lighten-1 {
  background-color: #42A5F5 !important; }
.blue-text.text-lighten-1 {
  color: #42A5F5 !important; }
.bc-blue-lighten-1 {
	border-color: #42A5F5 !important; }

.blue {
  background-color: #2196F3 !important; }
.blue-text {
  color: #2196F3 !important; }
.bc-blue {
	border-color: #2196F3 !important; }

.blue.darken-1 {
  background-color: #1E88E5 !important; }
.blue-text.text-darken-1 {
  color: #1E88E5 !important; }
.bc-blue-darken-1 {
	border-color: #1E88E5 !important; }

.blue.darken-2 {
  background-color: #1976D2 !important; }
.blue-text.text-darken-2 {
  color: #1976D2 !important; }
.bc-blue-darken-2 {
	border-color: #1976D2 !important; }

.blue.darken-3 {
  background-color: #1565C0 !important; }
.blue-text.text-darken-3 {
  color: #1565C0 !important; }
.bc-blue-darken-3 {
	border-color: #1565C0 !important; }

.blue.darken-4 {
  background-color: #0D47A1 !important; }
.blue-text.text-darken-4 {
  color: #0D47A1 !important; }
.bc-blue-darken-4 {
	border-color: #0D47A1 !important; }

.blue.accent-1 {
  background-color: #82B1FF !important; }
.blue-text.text-accent-1 {
  color: #82B1FF !important; }
.bc-blue-accent-1 {
	border-color: #82B1FF !important; }

.blue.accent-2 {
  background-color: #448AFF !important; }
.blue-text.text-accent-2 {
  color: #448AFF !important; }
.bc-blue-accent-2 {
	border-color: #448AFF !important; }

.blue.accent-3 {
  background-color: #2979FF !important; }
.blue-text.text-accent-3 {
  color: #2979FF !important; }
.bc-blue-accent-3 {
	border-color: #2979FF !important; }

.blue.accent-4 {
  background-color: #2962FF !important; }
.blue-text.text-accent-4 {
  color: #2962FF !important; }
.bc-blue-accent-4 {
	border-color: #2962FF !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }
.bc-light-blue-lighten-5 {
	border-color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }
.bc-light-blue-lighten-4 {
	border-color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }
.bc-light-blue-lighten-3 {
	border-color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }
.bc-light-blue-lighten-2 {
	border-color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }
.bc-light-blue-lighten-1 {
	border-color: #29b6f6 !important; }

.light-blue {
  background-color: #03a9f4 !important; }
.light-blue-text {
  color: #03a9f4 !important; }
.bc-light-blue {
	border-color: #03a9f4 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }
.light-blue-text.text-darken-1 {
  color: #039be5 !important; }
.bc-light-blue-darken-1 {
	border-color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }
.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }
.bc-light-blue-darken-2 {
	border-color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }
.light-blue-text.text-darken-3 {
  color: #0277bd !important; }
.bc-light-blue-darken-3 {
	border-color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }
.light-blue-text.text-darken-4 {
  color: #01579b !important; }
.bc-light-blue-darken-4 {
	border-color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }
.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }
.bc-light-blue-accent-1 {
	border-color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }
.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }
.bc-light-blue-accent-2 {
	border-color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }
.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }
.bc-light-blue-accent-3 {
	border-color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }
.light-blue-text.text-accent-4 {
  color: #0091ea !important; }
.bc-light-blue-accent-4 {
	border-color: #0091ea !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }
.lime-text.text-darken-4 {
  color: #827717 !important; }
.bc-lime-darken-4 {
	border-color: #827717 !important; }
   
.lime.accent-1 {
  background-color: #f4ff81 !important; }
.lime-text.text-accent-1 {
  color: #f4ff81 !important; }
.bc-lime-accent-1 {
	border-color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }
.lime-text.text-accent-2 {
  color: #eeff41 !important; }
.bc-lime-accent-2 {
	border-color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }
.lime-text.text-accent-3 {
  color: #c6ff00 !important; }
.bc-lime-accent-3 {
	border-color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }
.lime-text.text-accent-4 {
  color: #aeea00 !important; }
.bc-lime-accent-4 {
	border-color: #aeea00 !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }
.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }
.bc-yellow-lighten-5 {
	border-color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }
.bc-yellow-lighten-4 {
	border-color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }
.yellow-text.text-lighten-3 {
  color: #fff59d !important; }
.bc-yellow-lighten-3 {
	border-color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }
.yellow-text.text-lighten-2 {
  color: #fff176 !important; }
.bc-yellow-lighten-2 {
	border-color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }
.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }
.bc-yellow-lighten-1 {
	border-color: #ffee58 !important; }

.yellow {
  background-color: #ffeb3b !important; }
.yellow-text {
  color: #ffeb3b !important; }
.bc-yellow {
	border-color: #ffeb3b !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }
.yellow-text.text-darken-1 {
  color: #fdd835 !important; }
.bc-yellow-darken-1 {
	border-color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }
.yellow-text.text-darken-2 {
  color: #fbc02d !important; }
.bc-yellow-darken-2 {
	border-color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }
.yellow-text.text-darken-3 {
  color: #f9a825 !important; }
.bc-yellow-darken-3 {
	border-color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }
.yellow-text.text-darken-4 {
  color: #f57f17 !important; }
.bc-yellow-darken-4 {
	border-color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }
.yellow-text.text-accent-1 {
  color: #ffff8d !important; }
.bc-yellow-accent-1 {
	border-color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }
.yellow-text.text-accent-2 {
  color: #ffff00 !important; }
.bc-yellow-accent-2 {
	border-color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }
.yellow-text.text-accent-3 {
  color: #ffea00 !important; }
.bc-yellow-accent-3 {
	border-color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }
.yellow-text.text-accent-4 {
  color: #ffd600 !important; }
.bc-yellow-accent-4 {
	border-color: #ffd600 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }
.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }
.bc-amber-lighten-5 {
	border-color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }
.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }
.bc-amber-lighten-4 {
	border-color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }
.amber-text.text-lighten-3 {
  color: #ffe082 !important; }
.bc-amber-lighten-3 {
	border-color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }
.amber-text.text-lighten-2 {
  color: #ffd54f !important; }
.bc-amber-lighten-2 {
	border-color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }
.amber-text.text-lighten-1 {
  color: #ffca28 !important; }
.bc-amber-lighten-1 {
	border-color: #ffca28 !important; }

.amber {
  background-color: #ffc107 !important; }
.amber-text {
  color: #ffc107 !important; }
.bc-amber {
	border-color: #ffc107 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }
.amber-text.text-darken-1 {
  color: #ffb300 !important; }
.bc-amber-darken-1 {
	border-color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }
.amber-text.text-darken-2 {
  color: #ffa000 !important; }
.bc-amber-darken-2 {
	border-color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }
.amber-text.text-darken-3 {
  color: #ff8f00 !important; }
.bc-amber-darken-3 {
	border-color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }
.amber-text.text-darken-4 {
  color: #ff6f00 !important; }
.bc-amber-darken-4 {
	border-color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }
.amber-text.text-accent-1 {
  color: #ffe57f !important; }
.bc-amber-accent-1 {
	border-color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }
.amber-text.text-accent-2 {
  color: #ffd740 !important; }
.bc-amber-accent-2 {
	border-color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }
.amber-text.text-accent-3 {
  color: #ffc400 !important; }
.bc-amber-accent-3 {
	border-color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }
.amber-text.text-accent-4 {
  color: #ffab00 !important; }
.bc-amber-accent-4 {
	border-color: #ffab00 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }
.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }
.bc-orange-lighten-5 {
	border-color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }
.bc-orange-lighten-4 {
	border-color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }
.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }
.bc-orange-lighten-3 {
	border-color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }
.orange-text.text-lighten-2 {
  color: #ffb74d !important; }
.bc-orange-lighten-2 {
	border-color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }
.orange-text.text-lighten-1 {
  color: #ffa726 !important; }
.bc-orange-lighten-1 {
	border-color: #ffa726 !important; }

.orange {
  background-color: #ff9800 !important; }
.orange-text {
  color: #ff9800 !important; }
.bc-orange {
	border-color: #ff9800 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }
.orange-text.text-darken-1 {
  color: #fb8c00 !important; }
.bc-orange-darken-1 {
	border-color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }
.orange-text.text-darken-2 {
  color: #f57c00 !important; }
.bc-orange-darken-2 {
	border-color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }
.orange-text.text-darken-3 {
  color: #ef6c00 !important; }
.bc-orange-darken-3 {
	border-color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }
.orange-text.text-darken-4 {
  color: #e65100 !important; }
.bc-orange-darken-4 {
	border-color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }
.orange-text.text-accent-1 {
  color: #ffd180 !important; }
.bc-orange-accent-1 {
	border-color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }
.orange-text.text-accent-2 {
  color: #ffab40 !important; }
.bc-orange-accent-2 {
	border-color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }
.orange-text.text-accent-3 {
  color: #ff9100 !important; }
.bc-orange-accent-3 {
	border-color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }
.orange-text.text-accent-4 {
  color: #ff6d00 !important; }
.bc-orange-accent-4 {
	border-color: #ff6d00 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }
.bc-orange-lighten-5 {
	border-color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }
.bc-orange-lighten-4 {
	border-color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }
.bc-orange-lighten-3 {
	border-color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }
.bc-orange-lighten-2 {
	border-color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }
.bc-orange-lighten-1 {
	border-color: #ff7043 !important; }

.deep-orange {
  background-color: #ff5722 !important; }
.deep-orange-text {
  color: #ff5722 !important; }
.bc-orange {
	border-color: #ff5722 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }
.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }
.bc-orange-darken-1 {
	border-color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }
.bc-orange-darken-2 {
	border-color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }
.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }
.bc-orange-darken-3 {
	border-color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }
.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }
.bc-orange-darken-4 {
	border-color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }
.bc-orange-accent-1 {
	border-color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }
.bc-orange-accent-2 {
	border-color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }
.bc-orange-accent-3 {
	border-color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }
.bc-orange-accent-4 {
	border-color: #dd2c00 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }
.brown-text.text-lighten-5 {
  color: #efebe9 !important; }
.bc-brown-lighten-5 {
	border-color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }
.bc-brown-lighten-4 {
	border-color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }
.bc-brown-lighten-3 {
	border-color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }
.brown-text.text-lighten-2 {
  color: #a1887f !important; }
.bc-brown-lighten-2 {
	border-color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }
.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }
.bc-brown-lighten-1 {
	border-color: #8d6e63 !important; }

.brown {
  background-color: #795548 !important; }
.brown-text {
  color: #795548 !important; }
.bc-brown {
	border-color: #795548 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }
.brown-text.text-darken-1 {
  color: #6d4c41 !important; }
.bc-brown-darken-1 {
	border-color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }
.brown-text.text-darken-2 {
  color: #5d4037 !important; }
.bc-brown-darken-2 {
	border-color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }
.brown-text.text-darken-3 {
  color: #4e342e !important; }
.bc-brown-darken-3 {
	border-color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }
.brown-text.text-darken-4 {
  color: #3e2723 !important; }
.bc-brown-darken-4 {
	border-color: #3e2723 !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }
.bc-blue-grey-lighten-5 {
	border-color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }
.bc-blue-grey-lighten-4 {
	border-color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }
.bc-blue-grey-lighten-3 {
	border-color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }
.bc-blue-grey-lighten-2 {
	border-color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }
.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }
.bc-blue-grey-lighten-2 {
	border-color: #78909c !important; }

.blue-grey {
  background-color: #607d8b !important; }
.blue-grey-text {
  color: #607d8b !important; }
.bc-blue-grey {
	border-color: #607d8b !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }
.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }
.bc-blue-grey-darken-1 {
	border-color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }
.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }
.bc-blue-grey-darken-2 {
	border-color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }
.blue-grey-text.text-darken-3 {
  color: #37474f !important; }
.bc-blue-grey-darken-3 {
	border-color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }
.blue-grey-text.text-darken-4 {
  color: #263238 !important; }
.bc-blue-grey-darken-4 {
	border-color: #263238 !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }
.grey-text.text-lighten-5 {
  color: #fafafa !important; }
.bc-grey-lighten-5 {
	border-color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }
.bc-grey-lighten-4 {
	border-color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }
.grey-text.text-lighten-3 {
  color: #eeeeee !important; }
.bc-grey-lighten-3 {
	border-color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }
.bc-grey-lighten-2 {
	border-color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }
.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }
.bc-grey-lighten-1 {
	border-color: #bdbdbd !important; }

.grey {
  background-color: #9e9e9e !important; }
.grey-text {
  color: #9e9e9e !important; }
.bc-grey {
	border-color: #9e9e9e !important; }

.grey.darken-1 {
  background-color: #757575 !important; }
.grey-text.text-darken-1 {
  color: #757575 !important; }
.bc-grey-darken-1 {
	border-color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }
.grey-text.text-darken-2 {
  color: #616161 !important; }
.bc-grey-darken-2 {
	border-color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }
.grey-text.text-darken-3 {
  color: #424242 !important; }
.bc-grey-darken-3 {
	border-color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }
.grey-text.text-darken-4 {
  color: #212121 !important; }
.bc-grey-darken-4 {
	border-color: #212121 !important; }

.shades.black {
  background-color: #000000 !important; }
.shades-text.text-black {
  color: #000000 !important; }

.shades.white {
  background-color: #FFFFFF !important; }
.shades-text.text-white {
  color: #FFFFFF !important; }

.shades.transparent {
  background-color: transparent !important; }
.shades-text.text-transparent {
  color: transparent !important; }

.black {
  background-color: #000000 !important; }
.black-text {
  color: #000000 !important; }
.bc-black {
	border-color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }
.white-text {
  color: #FFFFFF !important; }
.bc-black {
	border-color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }
.transparent-text {
  color: transparent !important; }
.bc-transparent {
	border-color: transparent !important; }
