/**
 * bootstrap-theme.css
 * The CSS page that serves all page requests on a Bootstrap styles.
 *
 * @dependency Bootstrap
 *
 * @author	James Kim
 * @update	2015/02/01
 * @contact	james@itfunpeople.com
 */

/**
 * Button
 * Requests on a Bootstrap button style.
 *
 * @dependency Bootstrap3
 */
.btn {-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;}
.btn-lg {-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;}
.btn-sm {-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;}
.btn-danger {background-color:#ff5555;}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {background-color:#ff5555;}

/**
 * Input
 * Individual form controls automatically receive some global styling.
 *
 * @dependency Bootstrap3
 */
.form-control {-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;}
.form-control:focus {-webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}