﻿/*.gcWax {*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,dfe5d7+40,b3bead+100;Wax+3D+%233 */
    /*background: #fcfff4;*/ /* Old browsers */
    /*background: -moz-linear-gradient(-45deg, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(-45deg, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
    /*color: #002166;
}*/

.gcWax {
    background: #fff; /* Old browsers */
}
/*.gcCalm {*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f9fe+0,d6f0fd+100;White+3D+%232 */
    /*background: #f2f9fe;*/ /* Old browsers */
    /*background: -moz-linear-gradient(-45deg, #f2f9fe 0%, #d6f0fd 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(-45deg, #f2f9fe 0%,#d6f0fd 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg, #f2f9fe 0%,#d6f0fd 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
/*}*/

.gcBlue {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b1d8f5+0,fdffff+23,e6f8fd+79,b1d8f5+100 */
    background: #b1d8f5; /* Old browsers */
    background: -moz-linear-gradient(top, #b1d8f5 0%, #fdffff 23%, #e6f8fd 79%, #b1d8f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b1d8f5 0%,#fdffff 23%,#e6f8fd 79%,#b1d8f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b1d8f5 0%,#fdffff 23%,#e6f8fd 79%,#b1d8f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d8f5', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */
}
.gcGold {
    /* Permalink - use to edit and share this gradient. Permalink - gunakan untuk mengedit dan membagikan gradien ini: https://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
    background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* blue */
.blue {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

    .blue:hover {
        background: #007ead;
        background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
        background: -moz-linear-gradient(top, #0095cc, #00678e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
    }

    .blue:active {
        color: #80bed6;
        background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
        background: -moz-linear-gradient(top, #0078a5, #00adee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
    }
