button::-moz-focus-inner, input::-moz-focus-inner {
border : 0;
padding : 0;
outline-style : none;
}
.mybtn {
display : inline-block;
padding : 4px 12px;
margin-bottom : 0;
font-size : 12px;
font-weight : normal;
text-align : center;
white-space : nowrap;
vertical-align : middle;
cursor : pointer;
border : transparent solid 1px;
outline-style : none;
box-sizing : content-box;
border-radius : 4px;
}
.mybtn:focus {
outline : thin dotted #333;
outline-offset : -2px;
}
.mymybtn:hover, .mybtn:focus {
color : #333333;
text-decoration : none;
}
.mybtn:active, .mybtn.active {
background-image : none;
outline : 0;
box-shadow : 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.mybtn.disabled, .mybtn[disabled], fieldset[disabled] .btn {
cursor : not-allowed;
opacity : 0.64999997615814208984375;
box-shadow : none;
}
.mybtnS {
display : inline-block;
padding : 3px 7px;
margin-bottom : 0;
font-size : 11px;
font-weight : normal;
letter-spacing : -0.1em;
text-align : center;
white-space : nowrap;
vertical-align : middle;
cursor : pointer;
border : transparent solid 1px;
outline : 0;
box-sizing : content-box;
border-radius : 2px;
}
.mybtnS:focus {
outline : thin dotted #333;
outline-offset : -2px;
}
.mymybtnS:hover, .mybtnS:focus {
color : #333333;
text-decoration : none;
}
.mybtnS:active, .mybtnS.active {
background-image : none;
outline : 0;
box-shadow : 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.mybtnS.disabled, .mybtnS[disabled], fieldset[disabled] .btn {
cursor : not-allowed;
opacity : 0.64999997615814208984375;
box-shadow : none;
}
.mybtnSS {
display : inline-block;
padding : 3px 3px;
margin-bottom : 0;
font-size : 11px;
font-weight : normal;
text-align : center;
white-space : nowrap;
vertical-align : middle;
cursor : pointer;
border : transparent solid 1px;
outline : 0;
line-height : 1em;
box-sizing : content-box;
border-radius : 2px;
}
.mybtnSS:focus {
outline : thin dotted #333;
outline-offset : -2px;
}
.mymybtnSS:hover, .mybtnS:focus {
color : #333333;
text-decoration : none;
}
.mybtnSS:active, .mybtnS.active {
background-image : none;
outline : 0;
box-shadow : 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.mybtnSS.disabled, .mybtnS[disabled], fieldset[disabled] .btn {
cursor : not-allowed;
opacity : 0.64999997615814208984375;
box-shadow : none;
}
.mybtnC {
display : inline-block;
padding : 21px 23px;
margin-bottom : 0;
font-size : 12px;
font-weight : normal;
letter-spacing : -0.1em;
text-align : center;
white-space : nowrap;
vertical-align : middle;
cursor : pointer;
border : transparent solid 1px;
outline : 0;
box-sizing : content-box;
border-radius : 2px;
}
.mybtnC:focus {
outline : thin dotted #333;
outline-offset : -2px;
}
.mymybtnC:hover, .mybtnC:focus {
color : #333333;
text-decoration : none;
}
.mybtnC:active, .mybtnC.active {
background-image : none;
outline : 0;
box-shadow : 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.mybtnC.disabled, .mybtnC[disabled], fieldset[disabled] .btn {
cursor : not-allowed;
opacity : 0.64999997615814208984375;
box-shadow : none;
}
.btn-white {
color : #333333;
background-color : #ffffff;
border-color : #cccccc;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
color : #333333;
background-color : #ebebeb;
border-color : #adadad;
text-decoration : none;
}
.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
background-image : none;
}
.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
background-color : #ffffff;
border-color : #cccccc;
}
.btn-darkblue {
color : #ffffff;
background-color : #428bca;
border-color : #357ebd;
}
.btn-darkblue:hover, .btn-darkblue:focus, .btn-darkblue:active, .btn-darkblue.active, .open .dropdown-toggle.btn-darkblue {
color : #ffffff;
background-color : #3276b1;
border-color : #285e8e;
text-decoration : none;
}
.btn-darkblue:active, .btn-darkblue.active, .open .dropdown-toggle.btn-darkblue {
background-image : none;
}
.btn-darkblue.disabled, .btn-darkblue[disabled], fieldset[disabled] .btn-darkblue, .btn-darkblue.disabled:hover, .btn-darkblue[disabled]:hover, fieldset[disabled] .btn-darkblue:hover, .btn-darkblue.disabled:focus, .btn-darkblue[disabled]:focus, fieldset[disabled] .btn-darkblue:focus, .btn-darkblue.disabled:active, .btn-darkblue[disabled]:active, fieldset[disabled] .btn-darkblue:active, .btn-darkblue.disabled.active, .btn-darkblue[disabled].active, fieldset[disabled] .btn-darkblue.active {
background-color : #428bca;
border-color : #357ebd;
}
.btn-darkyellow {
color : #ffffff;
background-color : #f0ad4e;
border-color : #eea236;
}
.btn-darkyellow:hover, .btn-darkyellow:focus, .btn-darkyellow:active, .btn-darkyellow.active, .open .dropdown-toggle.btn-darkyellow {
color : #ffffff;
background-color : #ed9c28;
border-color : #d58512;
text-decoration : none;
}
.btn-darkyellow:active, .btn-darkyellow.active, .open .dropdown-toggle.btn-darkyellow {
background-image : none;
}
.btn-darkyellow.disabled, .btn-darkyellow[disabled], fieldset[disabled] .btn-darkyellow, .btn-darkyellow.disabled:hover, .btn-darkyellow[disabled]:hover, fieldset[disabled] .btn-darkyellow:hover, .btn-darkyellow.disabled:focus, .btn-darkyellow[disabled]:focus, fieldset[disabled] .btn-darkyellow:focus, .btn-darkyellow.disabled:active, .btn-darkyellow[disabled]:active, fieldset[disabled] .btn-darkyellow:active, .btn-darkyellow.disabled.active, .btn-darkyellow[disabled].active, fieldset[disabled] .btn-darkyellow.active {
background-color : #f0ad4e;
border-color : #eea236;
}
.btn-darkred {
color : #ffffff;
background-color : #d9534f;
border-color : #d43f3a;
}
.btn-darkred:hover, .btn-darkred:focus, .btn-darkred:active, .btn-darkred.active, .open .dropdown-toggle.btn-darkred {
color : #ffffff;
background-color : #d2322d;
border-color : #ac2925;
text-decoration : none;
}
.btn-darkred:active, .btn-darkred.active, .open .dropdown-toggle.btn-darkred {
background-image : none;
}
.btn-darkred.disabled, .btn-darkred[disabled], fieldset[disabled] .btn-darkred, .btn-darkred.disabled:hover, .btn-darkred[disabled]:hover, fieldset[disabled] .btn-darkred:hover, .btn-darkred.disabled:focus, .btn-darkred[disabled]:focus, fieldset[disabled] .btn-darkred:focus, .btn-darkred.disabled:active, .btn-darkred[disabled]:active, fieldset[disabled] .btn-darkred:active, .btn-darkred.disabled.active, .btn-darkred[disabled].active, fieldset[disabled] .btn-darkred.active {
background-color : #d9534f;
border-color : #d43f3a;
}
.btn-green {
color : #ffffff;
background-color : #5cb85c;
border-color : #4cae4c;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
color : #ffffff;
background-color : #47a447;
border-color : #398439;
text-decoration : none;
}
.btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
background-image : none;
}
.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
background-color : #5cb85c;
border-color : #4cae4c;
}
.btn-skyblue {
color : #ffffff;
background-color : #5bc0de;
border-color : #46b8da;
}
.btn-skyblue:hover, .btn-skyblue:focus, .btn-skyblue:active, .btn-skyblue.active, .open .dropdown-toggle.btn-skyblue {
color : #ffffff;
background-color : #39b3d7;
border-color : #269abc;
text-decoration : none;
}
.btn-skyblue:active, .btn-skyblue.active, .open .dropdown-toggle.btn-skyblue {
background-image : none;
}
.btn-skyblue.disabled, .btn-skyblue[disabled], fieldset[disabled] .btn-skyblue, .btn-skyblue.disabled:hover, .btn-skyblue[disabled]:hover, fieldset[disabled] .btn-skyblue:hover, .btn-skyblue.disabled:focus, .btn-skyblue[disabled]:focus, fieldset[disabled] .btn-skyblue:focus, .btn-skyblue.disabled:active, .btn-skyblue[disabled]:active, fieldset[disabled] .btn-skyblue:active, .btn-skyblue.disabled.active, .btn-skyblue[disabled].active, fieldset[disabled] .btn-skyblue.active {
background-color : #5bc0de;
border-color : #46b8da;
}
.btn-link {
font-weight : normal;
color : #428bca;
cursor : pointer;
border-radius : 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color : transparent;
box-shadow : none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color : transparent;
}
.btn-link:hover, .btn-link:focus {
color : #2a6496;
text-decoration : underline;
background-color : transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
color : #999999;
text-decoration : none;
}
.btn-lg {
padding : 10px 16px;
font-size : 18px;
line-height : 1.33;
border-radius : 6px;
}
.btn-sm, .btn-xs {
padding : 5px 10px;
font-size : 12px;
line-height : 1.5;
border-radius : 3px;
}
.btn-xs {
padding : 1px 5px;
}
.btn-block {
display : block;
width : 100%;
padding-right : 0;
padding-left : 0;
}
.btn-block + .btn-block {
margin-top : 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
width : 100%;
}