From 2d0f1ccb76bd8ea7dd0c01f3e2ba4c5eff4d02fc Mon Sep 17 00:00:00 2001 From: arnaucode Date: Wed, 29 Nov 2017 09:13:34 +0100 Subject: [PATCH] colors added --- colors.css | 556 +++++++++++++++++++++++++++++++++++++++++++++++++ colors.min.css | 1 + 2 files changed, 557 insertions(+) create mode 100755 colors.css create mode 100644 colors.min.css diff --git a/colors.css b/colors.css new file mode 100755 index 0000000..c2828cc --- /dev/null +++ b/colors.css @@ -0,0 +1,556 @@ +/* red */ +.c_red50{ + background: #FFEBEE!important; + color: #000000!important; +} +.c_red100{ + background: #FFCDD2!important; + color: #000000!important; +} +.c_red200{ + background: #EF9A9A!important; + color: #000000!important; +} +.c_red300{ + background: #E57373!important; + color: #ffffff!important; +} +.c_red400{ + background: #EF5350!important; + color: #ffffff!important; +} +.c_red500{ + background: #F44336!important; + color: #ffffff!important; +} +.c_red600{ + background: #E53935!important; + color: #ffffff!important; +} +.c_red700{ + background: #D32F2F!important; + color: #ffffff!important; +} +.c_red800{ + background: #C62828!important; + color: #ffffff!important; +} +.c_red900{ + background: #B71C1C!important; + color: #ffffff!important; +} + +.ctext_red400{ + color: #EF5350!important; +} +.ctext_red500{ + color: #F44336!important; +} +.ctext_red600{ + color: #E53935!important; +} + +/* pink */ +.c_pink50{ + background: #FCE4EC!important; + color: #000000!important; +} +.c_pink100{ + background: #F8BBD0!important; + color: #000000!important; +} +.c_pink200{ + background: #F48FB1!important; + color: #000000!important; +} +.c_pink300{ + background: #F06292!important; + color: #ffffff!important; +} +.c_pink400{ + background: #EC407A!important; + color: #ffffff!important; +} +.c_pink500{ + background: #E91E63!important; + color: #ffffff!important; +} +.c_pink600{ + background: #D81B60!important; + color: #ffffff!important; +} +.c_pink700{ + background: #C2185B!important; + color: #ffffff!important; +} +.c_pink800{ + background: #AD1457!important; + color: #ffffff!important; +} +.c_pink900{ + background: #880E4F!important; + color: #ffffff!important; +} + +/* deepPurple */ +.c_deepPurple50{ + background: #EDE7F6!important; + color: #000000!important; +} +.c_deepPurple100{ + background: #D1C4E9!important; + color: #000000!important; +} +.c_deepPurple200{ + background: #B39DDB!important; + color: #000000!important; +} +.c_deepPurple300{ + background: #9575CD!important; + color: #ffffff!important; +} +.c_deepPurple400{ + background: #7E57C2!important; + color: #ffffff!important; +} +.c_deepPurple500{ + background: #673AB7!important; + color: #ffffff!important; +} +.c_deepPurple600{ + background: #5E35B1!important; + color: #ffffff!important; +} +.c_deepPurple700{ + background: #512DA8!important; + color: #ffffff!important; +} +.c_deepPurple800{ + background: #4527A0!important; + color: #ffffff!important; +} +.c_deepPurple900{ + background: #311B92!important; + color: #ffffff!important; +} +.ct_deepPurple300{ + color: #9575CD!important; +} +.c_deepPurpleG000to200{ + background: -moz-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* ff3.6+ */ + background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #D1C4E9))!important; /* safari4+,chrome */ + background: -webkit-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* safari5.1+,chrome10+ */ + background: -o-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* opera 11.10+ */ + background: -ms-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* ie10+ */ + background: linear-gradient(90deg, #ffffff 0%, #D1C4E9 100%)!important; /* w3c */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D1C4E9',GradientType=1 )!important; /* ie6-9 */ +} +.c_deepPurpleG500to300{ + background: -moz-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* ff3.6+ */ + background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #673AB7), color-stop(100%, #9575CD))!important; /* safari4+,chrome */ + background: -webkit-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* safari5.1+,chrome10+ */ + background: -o-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* opera 11.10+ */ + background: -ms-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* ie10+ */ + background: linear-gradient(231deg, #9575CD 0%, #673AB7 100%)!important; /* w3c */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#9575CD',GradientType=1 )!important; /* ie6-9 */ + color: #ffffff!important; +} +.c_deepPurpleG300to500{ + background: -moz-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* ff3.6+ */ + background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9575CD), color-stop(100%, #673AB7))!important; /* safari4+,chrome */ + background: -webkit-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* safari5.1+,chrome10+ */ + background: -o-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* opera 11.10+ */ + background: -ms-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* ie10+ */ + background: linear-gradient(48deg, #9575CD 0%, #673AB7 100%)!important; /* w3c */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9575CD', endColorstr='#673AB7',GradientType=1 )!important; /* ie6-9 */ + color: #ffffff!important; +} + +/* indigo */ +.c_indigo50{ + background:#E8EAF6!important; + color: #000000!important; +} +.c_indigo100{ + background:#C5CAE9!important; + color: #000000!important; +} +.c_indigo200{ + background:#9FA8DA!important; + color: #000000!important; +} +.c_indigo300{ + background:#7986CB!important; + color: #ffffff!important; +} +.c_indigo400{ + background:#5C6BC0!important; + color: #ffffff!important; +} +.c_indigo500{ + background:#3F51B5!important; + color: #ffffff!important; +} +.c_indigo600{ + background:#3949AB!important; + color: #ffffff!important; +} +.c_indigo700{ + background:#303F9F!important; + color: #ffffff!important; +} +.c_indigo800{ + background:#283593!important; + color: #ffffff!important; +} +.c_indigo900{ + background:#1A237E!important; + color: #ffffff!important; +} + +.ctext_indigo500{ + color: #3F51B5!important; +} + +/* blue */ +.c_blue50{ + background: #E3F2FD!important; + color: #000000!important; +} +.c_blue100{ + background: #BBDEFB!important; + color: #000000!important; +} +.c_blue200{ + background: #90CAF9!important; + color: #000000!important; +} +.c_blue300{ + background: #64B5F6!important; + color: #ffffff!important; +} +.c_blue400{ + background: #42A5F5!important; + color: #ffffff!important; +} +.c_blue500{ + background: #2196F3!important; + color: #ffffff!important; +} +.c_blue600{ + background: #1E88E5!important; + color: #ffffff!important; +} +.c_blue700{ + background: #1976D2!important; + color: #ffffff!important; +} +.c_blue800{ + background: #1565C0!important; + color: #ffffff!important; +} +.c_blue900{ + background: #0D47A1!important; + color: #ffffff!important; +} + +.ct_blue300{ + color: #64B5F6; +} + +/* cyan */ +.c_cyan50{ + background: #E0F7FA!important; + color: #000000!important; +} +.c_cyan100{ + background: #B2EBF2!important; + color: #000000!important; +} +.c_cyan200{ + background: #80DEEA!important; + color: #000000!important; +} +.c_cyan300{ + background: #4DD0E1!important; + color: #ffffff!important; +} +.c_cyan400{ + background: #26C6DA!important; + color: #ffffff!important; +} +.c_cyan500{ + background: #00BCD4!important; + color: #ffffff!important; +} +.c_cyan600{ + background: #00ACC1!important; + color: #ffffff!important; +} +.c_cyan700{ + background: #0097A7!important; + color: #ffffff!important; +} +.c_cyan800{ + background: #00838F!important; + color: #ffffff!important; +} +.c_cyan900{ + background: #006064!important; + color: #ffffff!important; +} + +/* green */ +.c_green50{ + background: #E8F5E9!important; + color: #000000!important; +} +.c_green100{ + background: #C8E6C9!important; + color: #000000!important; +} +.c_green200{ + background: #A5D6A7!important; + color: #000000!important; +} +.c_green300{ + background: #81C784!important; + color: #ffffff!important; +} +.c_green400{ + background: #66BB6A!important; + color: #ffffff!important; +} +.c_green500{ + background: #4CAF50!important; + color: #ffffff!important; +} +.c_green600{ + background: #43A047!important; + color: #ffffff!important; +} +.c_green700{ + background: #388E3C!important; + color: #ffffff!important; +} +.c_green800{ + background: #2E7D32!important; + color: #ffffff!important; +} +.c_green900{ + background: #1B5E20!important; + color: #ffffff!important; +} + +.ct_green300{ + color: #81C784!important; +} +.c_green500to300{ + background: #4caf50; + background: -moz-linear-gradient(left, #4caf50 0%, #81c784 100%); + background: -webkit-linear-gradient(left, #4caf50 0%,#81c784 100%); + background: linear-gradient(to right, #4caf50 0%,#81c784 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4caf50', endColorstr='#81c784',GradientType=1 ); +} +/* yellow */ +.c_yellow50{ + background: #FFFDE7!important; + color: #000000!important; +} +.c_yellow100{ + background: #FFF9C4!important; + color: #000000!important; +} +.c_yellow200{ + background: #FFF59D!important; + color: #000000!important; +} +.c_yellow300{ + background: #FFF176!important; + color: #ffffff!important; +} +.c_yellow400{ + background: #FFEE58!important; + color: #ffffff!important; +} +.c_yellow500{ + background: #FFEB3B!important; + color: #ffffff!important; +} +.c_yellow600{ + background: #FDD835!important; + color: #ffffff!important; +} +.c_yellow700{ + background: #FBC02D!important; + color: #ffffff!important; +} +.c_yellow800{ + background: #F9A825!important; + color: #ffffff!important; +} +.c_yellow900{ + background: #F57F17!important; + color: #ffffff!important; +} + +/* orange */ +.c_orange50{ + background: #FFF3E0!important; + color: #000000!important; +} +.c_orange100{ + background: #FFE0B2!important; + color: #000000!important; +} +.c_orange200{ + background: #FFCC80!important; + color: #000000!important; +} +.c_orange300{ + background: #FFB74D!important; + color: #ffffff!important; +} +.c_orange400{ + background: #FFA726!important; + color: #ffffff!important; +} +.c_orange500{ + background: #FF9800!important; + color: #ffffff!important; +} +.c_orange600{ + background: #FB8C00!important; + color: #ffffff!important; +} +.c_orange700{ + background: #F57C00!important; + color: #ffffff!important; +} +.c_orange800{ + background: #EF6C00!important; + color: #ffffff!important; +} +.c_orange900{ + background: #E65100!important; + color: #ffffff!important; +} + +.ct_orange300{ + color: #FFB74D!important; +} + +/* grey */ +.c_grey50{ + background: #FAFAFA!important; + color: #000000!important; +} +.c_grey100{ + background: #F5F5F5!important; + color: #000000!important; +} +.c_grey200{ + background: #EEEEEE!important; + color: #000000!important; +} +.c_grey300{ + background: #E0E0E0!important; + color: #ffffff!important; +} +.c_grey400{ + background: #BDBDBD!important; + color: #ffffff!important; +} +.c_grey500{ + background: #9E9E9E!important; + color: #ffffff!important; +} +.c_grey600{ + background: #757575!important; + color: #ffffff!important; +} +.c_grey700{ + background: #616161!important; + color: #ffffff!important; +} +.c_grey800{ + background: #424242!important; + color: #ffffff!important; +} +.c_grey900{ + background: #212121!important; + color: #ffffff!important; +} + + + +/* blue grey */ +.c_blueGrey50{ + background: #ECEFF1!important; + color: #000000!important; +} +.c_blueGrey100{ + background: #CFD8DC!important; + color: #000000!important; +} +.c_blueGrey200{ + background: #B0BEC5!important; + color: #000000!important; +} +.c_blueGrey300{ + background: #90A4AE!important; + color: #ffffff!important; +} +.c_blueGrey400{ + background: #78909C!important; + color: #ffffff!important; +} +.c_blueGrey500{ + background: #607D8B!important; + color: #ffffff!important; +} +.c_blueGrey600{ + background: #546E7A!important; + color: #ffffff!important; +} +.c_blueGrey700{ + background: #455A64!important; + color: #ffffff!important; +} +.c_blueGrey800{ + background: #37474F!important; + color: #ffffff!important; +} +.c_blueGrey900{ + background: #263238!important; + color: #ffffff!important; +} +.c_blueGrey500to300{ + background: #607d8b; + background: -moz-linear-gradient(left, #607d8b 0%, #90a4ae 100%); + background: -webkit-linear-gradient(left, #607d8b 0%,#90a4ae 100%); + background: linear-gradient(to right, #607d8b 0%,#90a4ae 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607d8b', endColorstr='#90a4ae',GradientType=1 ); +} + +.ctext_blueGrey500{ + color: #607D8B!important; +} + +.c_blueGradient1{ + background: #2d4a56!important; + background: -moz-linear-gradient(left, #2d4a56 0%, #1c2b36 100%)!important; + background: -webkit-linear-gradient(left, #2d4a56 0%,#1c2b36 100%)!important; + background: linear-gradient(to right, #2d4a56 0%,#1c2b36 100%)!important; + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4a56', endColorstr='#1c2b36',GradientType=1 )!important; + + color: rgba(255,255,255,0.9)!important; +} +.c_blue2{ + background: rgb(28,43,54)!important; + color: rgba(255,255,255,0.8)!important; +} + +.cf_green2{ + color: rgb(32,158,145)!important; +} diff --git a/colors.min.css b/colors.min.css new file mode 100644 index 0000000..55feeca --- /dev/null +++ b/colors.min.css @@ -0,0 +1 @@ +.c_red100,.c_red200,.c_red50{color:#000!important}.c_red50{background:#FFEBEE!important}.c_red100{background:#FFCDD2!important}.c_red200{background:#EF9A9A!important}.c_red300,.c_red400,.c_red500,.c_red600,.c_red700,.c_red800,.c_red900{color:#fff!important}.c_red300{background:#E57373!important}.c_red400{background:#EF5350!important}.c_red500{background:#F44336!important}.c_red600{background:#E53935!important}.c_red700{background:#D32F2F!important}.c_red800{background:#C62828!important}.c_red900{background:#B71C1C!important}.ctext_red400{color:#EF5350!important}.ctext_red500{color:#F44336!important}.ctext_red600{color:#E53935!important}.c_pink100,.c_pink200,.c_pink50{color:#000!important}.c_pink50{background:#FCE4EC!important}.c_pink100{background:#F8BBD0!important}.c_pink200{background:#F48FB1!important}.c_pink300,.c_pink400,.c_pink500,.c_pink600,.c_pink700,.c_pink800,.c_pink900{color:#fff!important}.c_pink300{background:#F06292!important}.c_pink400{background:#EC407A!important}.c_pink500{background:#E91E63!important}.c_pink600{background:#D81B60!important}.c_pink700{background:#C2185B!important}.c_pink800{background:#AD1457!important}.c_pink900{background:#880E4F!important}.c_deepPurple50{background:#EDE7F6!important;color:#000!important}.c_deepPurple100{background:#D1C4E9!important;color:#000!important}.c_deepPurple200{background:#B39DDB!important;color:#000!important}.c_deepPurple300,.c_deepPurple400,.c_deepPurple500,.c_deepPurple600,.c_deepPurple700,.c_deepPurple800,.c_deepPurple900{color:#fff!important}.c_deepPurple300{background:#9575CD!important}.c_deepPurple400{background:#7E57C2!important}.c_deepPurple500{background:#673AB7!important}.c_deepPurple600{background:#5E35B1!important}.c_deepPurple700{background:#512DA8!important}.c_deepPurple800{background:#4527A0!important}.c_deepPurple900{background:#311B92!important}.ct_deepPurple300{color:#9575CD!important}.c_deepPurpleG000to200{background:-moz-linear-gradient(0deg,#fff 0,#D1C4E9 100%)!important;background:-webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(100%,#D1C4E9))!important;background:-webkit-linear-gradient(0deg,#fff 0,#D1C4E9 100%)!important;background:-o-linear-gradient(0deg,#fff 0,#D1C4E9 100%)!important;background:-ms-linear-gradient(0deg,#fff 0,#D1C4E9 100%)!important;background:linear-gradient(90deg,#fff 0,#D1C4E9 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D1C4E9', GradientType=1 )!important}.c_deepPurpleG500to300{background:-moz-linear-gradient(219deg,#9575CD 0,#673AB7 100%)!important;background:-webkit-gradient(linear,left bottom,right top,color-stop(0,#673AB7),color-stop(100%,#9575CD))!important;background:-webkit-linear-gradient(219deg,#9575CD 0,#673AB7 100%)!important;background:-o-linear-gradient(219deg,#9575CD 0,#673AB7 100%)!important;background:-ms-linear-gradient(219deg,#9575CD 0,#673AB7 100%)!important;background:linear-gradient(231deg,#9575CD 0,#673AB7 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#9575CD', GradientType=1 )!important;color:#fff!important}.c_deepPurpleG300to500{background:-moz-linear-gradient(42deg,#9575CD 0,#673AB7 100%)!important;background:-webkit-gradient(linear,left bottom,right top,color-stop(0,#9575CD),color-stop(100%,#673AB7))!important;background:-webkit-linear-gradient(42deg,#9575CD 0,#673AB7 100%)!important;background:-o-linear-gradient(42deg,#9575CD 0,#673AB7 100%)!important;background:-ms-linear-gradient(42deg,#9575CD 0,#673AB7 100%)!important;background:linear-gradient(48deg,#9575CD 0,#673AB7 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9575CD', endColorstr='#673AB7', GradientType=1 )!important;color:#fff!important}.c_indigo100,.c_indigo200,.c_indigo50{color:#000!important}.c_indigo50{background:#E8EAF6!important}.c_indigo100{background:#C5CAE9!important}.c_indigo200{background:#9FA8DA!important}.c_indigo300,.c_indigo400,.c_indigo500,.c_indigo600,.c_indigo700,.c_indigo800,.c_indigo900{color:#fff!important}.c_indigo300{background:#7986CB!important}.c_indigo400{background:#5C6BC0!important}.c_indigo500{background:#3F51B5!important}.c_indigo600{background:#3949AB!important}.c_indigo700{background:#303F9F!important}.c_indigo800{background:#283593!important}.c_indigo900{background:#1A237E!important}.ctext_indigo500{color:#3F51B5!important}.c_blue100,.c_blue200,.c_blue50{color:#000!important}.c_blue50{background:#E3F2FD!important}.c_blue100{background:#BBDEFB!important}.c_blue200{background:#90CAF9!important}.c_blue300,.c_blue400,.c_blue500,.c_blue600,.c_blue700,.c_blue800,.c_blue900{color:#fff!important}.c_blue300{background:#64B5F6!important}.c_blue400{background:#42A5F5!important}.c_blue500{background:#2196F3!important}.c_blue600{background:#1E88E5!important}.c_blue700{background:#1976D2!important}.c_blue800{background:#1565C0!important}.c_blue900{background:#0D47A1!important}.ct_blue300{color:#64B5F6}.c_cyan100,.c_cyan200,.c_cyan50{color:#000!important}.c_cyan50{background:#E0F7FA!important}.c_cyan100{background:#B2EBF2!important}.c_cyan200{background:#80DEEA!important}.c_cyan300,.c_cyan400,.c_cyan500,.c_cyan600,.c_cyan700,.c_cyan800,.c_cyan900{color:#fff!important}.c_cyan300{background:#4DD0E1!important}.c_cyan400{background:#26C6DA!important}.c_cyan500{background:#00BCD4!important}.c_cyan600{background:#00ACC1!important}.c_cyan700{background:#0097A7!important}.c_cyan800{background:#00838F!important}.c_cyan900{background:#006064!important}.c_green100,.c_green200,.c_green50{color:#000!important}.c_green50{background:#E8F5E9!important}.c_green100{background:#C8E6C9!important}.c_green200{background:#A5D6A7!important}.c_green300,.c_green400,.c_green500,.c_green600,.c_green700,.c_green800,.c_green900{color:#fff!important}.c_green300{background:#81C784!important}.c_green400{background:#66BB6A!important}.c_green500{background:#4CAF50!important}.c_green600{background:#43A047!important}.c_green700{background:#388E3C!important}.c_green800{background:#2E7D32!important}.c_green900{background:#1B5E20!important}.ct_green300{color:#81C784!important}.c_yellow100,.c_yellow200,.c_yellow50{color:#000!important}.c_green500to300{background:#4caf50;background:-moz-linear-gradient(left,#4caf50 0,#81c784 100%);background:-webkit-linear-gradient(left,#4caf50 0,#81c784 100%);background:linear-gradient(to right,#4caf50 0,#81c784 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4caf50', endColorstr='#81c784', GradientType=1 )}.c_yellow50{background:#FFFDE7!important}.c_yellow100{background:#FFF9C4!important}.c_yellow200{background:#FFF59D!important}.c_yellow300,.c_yellow400,.c_yellow500,.c_yellow600,.c_yellow700,.c_yellow800,.c_yellow900{color:#fff!important}.c_yellow300{background:#FFF176!important}.c_yellow400{background:#FFEE58!important}.c_yellow500{background:#FFEB3B!important}.c_yellow600{background:#FDD835!important}.c_yellow700{background:#FBC02D!important}.c_yellow800{background:#F9A825!important}.c_yellow900{background:#F57F17!important}.c_orange100,.c_orange200,.c_orange50{color:#000!important}.c_orange50{background:#FFF3E0!important}.c_orange100{background:#FFE0B2!important}.c_orange200{background:#FFCC80!important}.c_orange300,.c_orange400,.c_orange500,.c_orange600,.c_orange700,.c_orange800,.c_orange900{color:#fff!important}.c_orange300{background:#FFB74D!important}.c_orange400{background:#FFA726!important}.c_orange500{background:#FF9800!important}.c_orange600{background:#FB8C00!important}.c_orange700{background:#F57C00!important}.c_orange800{background:#EF6C00!important}.c_orange900{background:#E65100!important}.ct_orange300{color:#FFB74D!important}.c_grey100,.c_grey200,.c_grey50{color:#000!important}.c_grey50{background:#FAFAFA!important}.c_grey100{background:#F5F5F5!important}.c_grey200{background:#EEE!important}.c_grey300,.c_grey400,.c_grey500,.c_grey600,.c_grey700,.c_grey800,.c_grey900{color:#fff!important}.c_grey300{background:#E0E0E0!important}.c_grey400{background:#BDBDBD!important}.c_grey500{background:#9E9E9E!important}.c_grey600{background:#757575!important}.c_grey700{background:#616161!important}.c_grey800{background:#424242!important}.c_grey900{background:#212121!important}.c_blueGrey50{background:#ECEFF1!important;color:#000!important}.c_blueGrey100{background:#CFD8DC!important;color:#000!important}.c_blueGrey200{background:#B0BEC5!important;color:#000!important}.c_blueGrey300,.c_blueGrey400,.c_blueGrey500,.c_blueGrey600,.c_blueGrey700,.c_blueGrey800,.c_blueGrey900{color:#fff!important}.c_blueGrey300{background:#90A4AE!important}.c_blueGrey400{background:#78909C!important}.c_blueGrey500{background:#607D8B!important}.c_blueGrey600{background:#546E7A!important}.c_blueGrey700{background:#455A64!important}.c_blueGrey800{background:#37474F!important}.c_blueGrey900{background:#263238!important}.c_blueGrey500to300{background:#607d8b;background:-moz-linear-gradient(left,#607d8b 0,#90a4ae 100%);background:-webkit-linear-gradient(left,#607d8b 0,#90a4ae 100%);background:linear-gradient(to right,#607d8b 0,#90a4ae 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#607d8b', endColorstr='#90a4ae', GradientType=1 )}.ctext_blueGrey500{color:#607D8B!important}.c_blueGradient1{background:#2d4a56!important;background:-moz-linear-gradient(left,#2d4a56 0,#1c2b36 100%)!important;background:-webkit-linear-gradient(left,#2d4a56 0,#1c2b36 100%)!important;background:linear-gradient(to right,#2d4a56 0,#1c2b36 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4a56', endColorstr='#1c2b36', GradientType=1 )!important;color:rgba(255,255,255,.9)!important}.c_blue2{background:#1c2b36!important;color:rgba(255,255,255,.8)!important}.cf_green2{color:#209e91!important}