|
|
.o_fWhiteLight{
|
|
color: #c6ccd2!important;
|
|
}
|
|
.o_bGrey{
|
|
background: #e6e6e6!important;
|
|
color: #000000!important;
|
|
}
|
|
.o_bGreyLight{
|
|
background: #CFD8DC!important;
|
|
color: #000000!important;
|
|
}
|
|
/* backgrounds color: bColor */
|
|
.o_bRed{
|
|
background: rgb(252,87,85)!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_bRedLight{
|
|
background: #E57373!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_bRedDark{
|
|
background: rgb(218, 89, 120)!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_bGreen{
|
|
background: rgb(123,195,70)!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_bGreenLight{
|
|
background: #81C784!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_bGreenDark{
|
|
background: rgb(54,188,155)!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_bBlue{
|
|
background: rgb(104,195,240)!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_bBlueDark{
|
|
background: rgb(72,118,180)!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_bYellow{
|
|
background: rgb(251,187,61)!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_bYellowDark{
|
|
background: #F9A825!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_bOrange{
|
|
background: rgb(251, 126, 61)!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_bOrangeDark{
|
|
background: #FF7043!important;
|
|
color: #ffffff!important;
|
|
}
|
|
|
|
.o_grey50{
|
|
background: #FAFAFA!important;
|
|
color: #000000!important;
|
|
}
|
|
.o_grey100{
|
|
background: #F5F5F5!important;
|
|
color: #000000!important;
|
|
}
|
|
.o_grey200{
|
|
background: #EEEEEE!important;
|
|
color: #000000!important;
|
|
}
|
|
.o_grey300{
|
|
background: #E0E0E0!important;
|
|
color: #000000!important;
|
|
}
|
|
.o_grey400{
|
|
background: #BDBDBD!important;
|
|
color: #000000!important;
|
|
}
|
|
.o_grey500{
|
|
background: #9E9E9E!important;
|
|
color: #000000!important;
|
|
}
|
|
.o_grey600{
|
|
background: #757575!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_grey700{
|
|
background: #616161!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_grey800{
|
|
background: #424242!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_grey900{
|
|
background: #212121!important;
|
|
color: #ffffff!important;
|
|
}
|
|
|
|
.o_purple50{
|
|
background: #EDE7F6!important;
|
|
color: #000000!important;
|
|
}
|
|
.o_purple100{
|
|
background: #D1C4E9!important;
|
|
color: #000000!important;
|
|
}
|
|
.o_purple200{
|
|
background: #B39DDB!important;
|
|
color: #000000!important;
|
|
}
|
|
.o_purple300{
|
|
background: #9575CD!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_purple400{
|
|
background: #7E57C2!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_purple500{
|
|
background: #673AB7!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_purple600{
|
|
background: #5E35B1!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_purple700{
|
|
background: #512DA8!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_purple800{
|
|
background: #4527A0!important;
|
|
color: #ffffff!important;
|
|
}
|
|
.o_purple900{
|
|
background: #311B92!important;
|
|
color: #ffffff!important;
|
|
}
|
|
|
|
|
|
.o_purpleG000to200{
|
|
background: -moz-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* ff3.6+ */
|
|
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #D1C4E9)); /* safari4+,chrome */
|
|
background: -webkit-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* safari5.1+,chrome10+ */
|
|
background: -o-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* opera 11.10+ */
|
|
background: -ms-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* ie10+ */
|
|
background: linear-gradient(90deg, #ffffff 0%, #D1C4E9 100%); /* w3c */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D1C4E9',GradientType=1 ); /* ie6-9 */
|
|
}
|
|
.o_purpleG500to300{
|
|
background: -moz-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* ff3.6+ */
|
|
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #673AB7), color-stop(100%, #9575CD)); /* safari4+,chrome */
|
|
background: -webkit-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* safari5.1+,chrome10+ */
|
|
background: -o-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* opera 11.10+ */
|
|
background: -ms-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* ie10+ */
|
|
background: linear-gradient(231deg, #9575CD 0%, #673AB7 100%); /* w3c */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#9575CD',GradientType=1 ); /* ie6-9 */
|
|
color: #ffffff!important;
|
|
}
|
|
.o_purpleG300to500{
|
|
background: -moz-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* ff3.6+ */
|
|
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9575CD), color-stop(100%, #673AB7)); /* safari4+,chrome */
|
|
background: -webkit-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* safari5.1+,chrome10+ */
|
|
background: -o-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* opera 11.10+ */
|
|
background: -ms-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* ie10+ */
|
|
background: linear-gradient(48deg, #9575CD 0%, #673AB7 100%); /* w3c */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9575CD', endColorstr='#673AB7',GradientType=1 ); /* ie6-9 */
|
|
color: #ffffff!important;
|
|
}
|
|
|
|
|
|
.o_text_white{
|
|
color: #ffffff!important;
|
|
}
|
|
|
|
.o_text_grey400{
|
|
color: #BDBDBD!important;
|
|
}
|
|
.o_text_grey500{
|
|
color: #9E9E9E!important;
|
|
}
|
|
.o_text_grey600{
|
|
color: #757575!important;
|
|
}
|
|
.o_text_grey700{
|
|
color: #616161!important;
|
|
}
|
|
.o_text_grey800{
|
|
color: #424242!important;
|
|
}
|
|
.o_text_grey900{
|
|
color: #212121!important;
|
|
}
|
|
|
|
|
|
.o_text_purple300{
|
|
color: #9575CD!important;
|
|
}
|
|
.o_text_purple400{
|
|
color: #7E57C2!important;
|
|
}
|
|
.o_text_purple500{
|
|
color: #673AB7!important;
|
|
}
|
|
.o_text_purple600{
|
|
color: #5E35B1!important;
|
|
}
|
|
.o_text_purple700{
|
|
color: #512DA8!important;
|
|
}
|
|
.o_text_purple800{
|
|
color: #4527A0!important;
|
|
}
|