.btnAdd {
    background-color: hsl(214, 37%, 26%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#819ec5", endColorstr="#293f5a");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#819ec5), to(#293f5a));
    background-image: -moz-linear-gradient(top, #819ec5, #293f5a);
    background-image: -ms-linear-gradient(top, #819ec5, #293f5a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #819ec5), color-stop(100%, #293f5a));
    background-image: -webkit-linear-gradient(top, #819ec5, #293f5a);
    background-image: -o-linear-gradient(top, #819ec5, #293f5a);
    background-image: linear-gradient(#819ec5, #293f5a);
    border-color: #293f5a #293f5a hsl(214, 37%, 16.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.62);
    -webkit-font-smoothing: antialiased;
}


.btn-customx {
    background-color: hsl(186, 46%, 31%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57b6c1", endColorstr="#2a6c73");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#57b6c1), to(#2a6c73));
    background-image: -moz-linear-gradient(top, #57b6c1, #2a6c73);
    background-image: -ms-linear-gradient(top, #57b6c1, #2a6c73);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #57b6c1), color-stop(100%, #2a6c73));
    background-image: -webkit-linear-gradient(top, #57b6c1, #2a6c73);
    background-image: -o-linear-gradient(top, #57b6c1, #2a6c73);
    background-image: linear-gradient(#57b6c1, #2a6c73);
    border-color: #2a6c73 #2a6c73 hsl(186, 46%, 25%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -webkit-font-smoothing: antialiased;
}


.btn-customxy {
    background-color: hsl(199, 35%, 44%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#679db6", endColorstr="#487e97");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#679db6), to(#487e97));
    background-image: -moz-linear-gradient(top, #679db6, #487e97);
    background-image: -ms-linear-gradient(top, #679db6, #487e97);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #679db6), color-stop(100%, #487e97));
    background-image: -webkit-linear-gradient(top, #679db6, #487e97);
    background-image: -o-linear-gradient(top, #679db6, #487e97);
    background-image: linear-gradient(#679db6, #487e97);
    border-color: #487e97 #487e97 hsl(199, 35%, 41%);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.19);
    -webkit-font-smoothing: antialiased;
}


.btn-cudd {
    background-color: hsl(42.2, 56.1%, 51.8%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57b6c1", endColorstr="#2a6c73");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#57b6c1), to(#2a6c73));
    background-image: -moz-linear-gradient(top, #57b6c1, #2a6c73);
    background-image: -ms-linear-gradient(top, #57b6c1, #2a6c73);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #57b6c1), color-stop(100%, #2a6c73));
    background-image: -webkit-linear-gradient(top, #57b6c1, #2a6c73);
    background-image: -o-linear-gradient(top, #57b6c1, #2a6c73);
    background-image: linear-gradient(#eab535, #715a19);
    border-color: #c3b622 #b78a1d hsl(57.3, 60%, 50%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -webkit-font-smoothing: antialiased;
}



.btncustomYellow { background-color: hsl(36, 100%, 40%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad32", endColorstr="#cc7a00"); background-image: -khtml-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00)); background-image: -moz-linear-gradient(top, #ffad32, #cc7a00); background-image: -ms-linear-gradient(top, #ffad32, #cc7a00); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad32), color-stop(100%, #cc7a00)); background-image: -webkit-linear-gradient(top, #ffad32, #cc7a00); background-image: -o-linear-gradient(top, #ffad32, #cc7a00); background-image: linear-gradient(#ffad32, #cc7a00); border-color: #cc7a00 #cc7a00 hsl(36, 100%, 35%); color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33); -webkit-font-smoothing: antialiased; }