﻿.btn {cursor:pointer; outline: none; display: inline-block; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none; cursor: pointer; padding:14px 26px;}
.btn-default {cursor: default;}
.btn.default-cursor {cursor: default;}

.btn-red  {background-color:#F20C36; height:36px; line-height:36px; color:#fff; box-sizing:border-box; border-radius:30px;}
.btn-blue {background-color:#4499F3; height:36px; line-height:36px; color:#fff; box-sizing:border-box; border-radius:30px;}
.btn-gray {background-color:#f4f4f4; height:36px; line-height:36px; color:#333; box-sizing:border-box; border-radius:30px;}
.btn-white{border:1px solid white; height:36px; line-height:36px; color:#333; box-sizing:border-box; border-radius: 30px; }

.btn-underline {border-bottom:1px solid #fff; height:36px; line-height:36px; padding:0; color:rgba(255, 255, 255, 0.7);}
.btn-disabled {pointer-events: none; background-color:#c4c4c4 !important;} 