/* Table of Contents ================================================== # Button # Sizes # Colors # Links # Icons # Outlines # Styles # Group # Toolbar # Data Toggles # Media Queries */ /* # Button ================================================== */ .btn { -webkit-appearance: none; -moz-appearance: none; background: rgba(245,248,250,1); border: 1px solid rgba(245,248,250,1); border-radius: 2px; -moz-box-sizing: border-box; box-sizing: border-box; color: rgba(43,50,53,1); cursor: pointer; display: inline-block; -webkit-font-smoothing: antialiased; font-weight: bold; font-size: 13px; line-height: 13px; margin: 0; padding: 12px 20px; text-decoration: none; text-rendering: geometricPrecision; text-align: center; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; vertical-align: middle; white-space: nowrap; } .btn:active, .btn.active, .btn:hover, .btn:focus, .btn[disabled], .btn[disabled]:hover, .open > .dropdown-toggle.btn { text-decoration: none; } .btn[disabled], .btn[disabled]:hover { cursor: not-allowed; pointer-events: none; } .btn:active, .btn[disabled]:active { -webkit-transition: all 0.1s linear; transition: all 0.1s linear; } /* # Sizes ================================================== */ .btn-large { font-size: 15px; line-height: 15px; padding: 15px 30px; } .btn-medium { font-size: 12px; line-height: 12px; padding: 9px 15px; } .btn-small { font-size: 11px; line-height: 11px; padding: 7px 15px; } .btn-mini { font-size: 9px; line-height: 9px; padding: 6px 10px; } .btn-block, button.btn-block, input.btn-block { -moz-box-sizing: border-box; box-sizing: border-box; display: block; min-width: 100%; padding-right: 0; padding-left: 0; width: 100%; } /* # Colors ================================================== */ .btn-black { background: rgba(43,50,53,1); border-color: rgba(43,50,53,1); color: rgba(255,255,255,1) !important; } .btn-blue { background: rgba(0,132,255,1); border-color: rgba(0,132,255,1); color: rgba(255,255,255,1) !important; } .btn-green { background: rgba(68,205,1,1); border-color: rgba(68,205,1,1); color: rgba(255,255,255,1) !important; } .btn-orange { background: rgba(255,131,0,1); border-color: rgba(255,131,0,1); color: rgba(255,255,255,1) !important; } .btn-purple { background: rgba(196,0,235,1); border-color: rgba(196,0,235,1); color: rgba(255,255,255,1) !important; } .btn-red { background: rgba(255,59,48,1); border-color: rgba(255,59,48,1); color: rgba(255,255,255,1) !important; } .btn-smoke { background: rgba(102,117,127,1); border-color: rgba(102,117,127,1); color: rgba(255,255,255,1) !important; } .btn-white { background: rgba(255,255,255,1); border-color: rgba(255,255,255,1); color: rgba(225,232,237,1) !important; } .btn-yellow { background: rgba(255,235,0,1); border-color: rgba(255,235,0,1); color: rgba(255,255,255,1) !important; } /* # Links ================================================== */ .btn-link { background: transparent; border-color: transparent; box-shadow: none; color: rgba(174,182,192,1) !important; padding: 0; } .btn-link:active, .btn-link.active, .btn-link:hover, .btn-link:focus, .btn-link[disabled], .btn-link[disabled]:hover { background: transparent; color: rgba(43,50,53,1) !important; } /* # Icons ================================================== */ .btn-icon { font-size: 17px; line-height: 17px; min-width: 42px; padding: 10px 13px; } .btn-large.btn-icon { font-size: 23px; line-height: 22px; min-width: 50px; padding: 11px 13px; } .btn-medium.btn-icon { font-size: 15px; line-height: 15px; min-width: 34px; padding: 7px 10px 8px 10px; } .btn-small.btn-icon { font-size: 14px; line-height: 14px; min-width: 28px; padding: 6px 7px; } .btn-mini.btn-icon { font-size: 11px; line-height: 11px; min-width: 25px; padding: 5px 6px; } /* # Outlines ================================================== */ .btn-outline, .btn-outline[disabled], .btn-outline[disabled]:hover { background: transparent; color: rgba(174,182,192,1) !important; } .btn-outline:active, .btn-outline.active, .btn-outline:hover, .btn-outline:focus { background: rgba(245,248,250,1); color: rgba(43,50,53,1) !important; } .btn-outline.btn-black, .btn-outline.btn-black[disabled], .btn-outline.btn-black[disabled]:hover { color: rgba(43,50,53,1) !important; } .btn-outline.btn-black:active, .btn-outline.btn-black.active, .btn-outline.btn-black:hover, .btn-outline.btn-black:focus { background: rgba(43,50,53,1); color: rgba(255,255,255,1) !important; } .btn-outline.btn-blue, .btn-outline.btn-blue[disabled], .btn-outline.btn-blue[disabled]:hover { color: rgba(0,132,255,1) !important; } .btn-outline.btn-blue:active, .btn-outline.btn-blue.active, .btn-outline.btn-blue:hover, .btn-outline.btn-blue:focus { background: rgba(0,132,255,1); color: rgba(255,255,255,1) !important; } .btn-outline.btn-green, .btn-outline.btn-green[disabled], .btn-outline.btn-green[disabled]:hover { color: rgba(68,205,1,1) !important; } .btn-outline.btn-green:active, .btn-outline.btn-green.active, .btn-outline.btn-green:hover, .btn-outline.btn-green:focus { background: rgba(68,205,1,1); color: rgba(255,255,255,1) !important; } .btn-outline.btn-orange, .btn-outline.btn-orange[disabled], .btn-outline.btn-orange[disabled]:hover { color: rgba(255,131,0,1) !important; } .btn-outline.btn-orange:active, .btn-outline.btn-orange.active, .btn-outline.btn-orange:hover, .btn-outline.btn-orange:focus { background: rgba(255,131,0,1); color: rgba(255,255,255,1) !important; } .btn-outline.btn-purple, .btn-outline.btn-purple[disabled], .btn-outline.btn-purple[disabled]:hover { color: rgba(196,0,235,1) !important; } .btn-outline.btn-purple:active, .btn-outline.btn-purple.active, .btn-outline.btn-purple:hover, .btn-outline.btn-purple:focus { background: rgba(196,0,235,1); color: rgba(255,255,255,1) !important; } .btn-outline.btn-red, .btn-outline.btn-red[disabled], .btn-outline.btn-red[disabled]:hover { color: rgba(255,59,48,1) !important; } .btn-outline.btn-red:active, .btn-outline.btn-red.active, .btn-outline.btn-red:hover, .btn-outline.btn-red:focus { background: rgba(255,79,68,1); color: rgba(255,255,255,1) !important; } .btn-outline.btn-smoke, .btn-outline.btn-smoke[disabled], .btn-outline.btn-smoke[disabled]:hover { color: rgba(102,117,127,1) !important; } .btn-outline.btn-smoke:active, .btn-outline.btn-smoke.active, .btn-outline.btn-smoke:hover, .btn-outline.btn-smoke:focus { background: rgba(102,117,127,1); color: rgba(255,255,255,1) !important; } .btn-outline.btn-white, .btn-outline.btn-white[disabled], .btn-outline.btn-white[disabled]:hover { color: rgba(255,255,255,1) !important; } .btn-outline.btn-white:active, .btn-outline.btn-white.active, .btn-outline.btn-white:hover, .btn-outline.btn-white:focus { color: rgba(225,232,237,1) !important; } .btn-outline.btn-yellow, .btn-outline.btn-yellow[disabled], .btn-outline.btn-yellow[disabled]:hover { color: rgba(255,235,0,1) !important; } .btn-outline.btn-yellow:active, .btn-outline.btn-yellow.active, .btn-outline.btn-yellow:hover, .btn-outline.btn-yellow:focus { background: rgba(255,235,0,1); color: rgba(255,255,255,1) !important; } /* # Styles ================================================== */ .btn-circle { border-radius: 500px; } .btn-uppercase { text-transform: uppercase; } /* # Group ================================================== */ .btn-group, .btn-group-vertical { display: inline-block; font-size: 0; position: relative; white-space: nowrap; vertical-align: middle; } .btn-group + .btn-group { margin-left: 5px; } .btn-group.pull-right + .btn-group.pull-right { margin-right: 10px; margin-left: 0; } .btn-group > .dropdown-toggle:not(:first-child) { border-left-color: rgba(0,0,0,0.15); } .btn-group > .btn, .btn-group-vertical > .btn { border-radius: 0; margin-left: -1px; position: relative; } .btn-group > .btn:first-child { border-bottom-left-radius: 2px; border-top-left-radius: 2px; margin-left: 0; } .btn-group > .btn:last-child, .btn-group > .dropdown-toggle { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .btn-group > .btn:active, .btn-group > .btn.active, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { border-radius: 0; display: block; margin-left: 0; margin-top: -1px; max-width: 100%; width: 100%; } .btn-group-vertical > .btn:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; margin-left: 0; } .btn-group-vertical > .btn:last-child, .btn-group-vertical > .dropdown-toggle { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .btn-group-justified { border-collapse: separate; display: table; table-layout: fixed; width: 100%; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn { border-right-width: 0; } .btn-group-justified > .btn:last-child { border-right-width: 1px; } /* # Toolbar ================================================== */ .btn-toolbar { font-size: 0; margin-bottom: 10px; margin-top: 10px; } .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group { margin-left: 5px; } /* # Data Toggles ================================================== */ [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { opacity: 0; position: absolute; z-index: -1; } /* # Media Queries ================================================== */ @media only screen and (max-width: 767px) { .btn-group-responsive > .btn, .btn-group-responsive > .btn-group, .btn-group-responsive > .btn-group > .btn { border-radius: 0; display: block; margin-left: 0; margin-top: -1px; max-width: 100%; width: 100%; } .btn-group-responsive > .btn:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; margin-left: 0; } .btn-group-responsive > .btn:last-child, .btn-group-responsive > .dropdown-toggle { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .btn-group-vertical-responsive > .btn, .btn-group-vertical-responsive > .btn-group, .btn-group-vertical-responsive > .btn-group > .btn { display: inline-block; margin-left: -1px; margin-top: 0; max-width: initial; width: initial; } .btn-group-vertical-responsive > .btn:first-child { border-bottom-left-radius: 2px; border-top-right-radius: 0; border-top-left-radius: 2px; } .btn-group-vertical-responsive > .btn:last-child, .btn-group-vertical-responsive > .dropdown-toggle { border-bottom-right-radius: 2px; border-bottom-left-radius: 0; border-top-right-radius: 2px; } }