/*!
 * Ladda including the default theme.
 *//*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
.ladda-button{position:relative}
.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}

.ladda-button[data-style=contract-overlay]{overflow:hidden;width:auto;box-shadow:0px 0px 0px 2000px transparent}
.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}
.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:40px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}

.ladda-button{font-size:12px;font-weight:700;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;}
