
.button-in-table {
    display: block;
    width: 100%;
    border: none;
    padding: 2px 20px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    color: white;
}

.button-flat {
    display: inline;
    border: none;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    color: white;
    outline:none;
}

.button-medium {
    padding: 13px 25px;
    font-size: 16px;
}

.button-small {
    padding: 5px 20px;
    font-size: 12px;
}

.button-mini {
    padding: 5px 10px;
    font-size: 12px;
}

.button-form {
    padding: 5px 20px;
    font-size: 12px;
}

.button-info{
    background-color: lightseagreen;
}

.button-delete{
    background-color: orangered;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* Filled button */

.btn.btn-filled {
    background: none;
    padding: 12px 22px;
}

.btn.btn-filled.btn-filled-small {
    padding: 6px 11px;
    font-size: 14px;
}

.btn.btn-filled.btn-filled-imaged {
    padding: 6px 22px;
}

.btn-primary.btn-filled {
    font-size: 18px;
    font-weight: 400;
    font-family: Lato, Arial, Helvetica, sans-serif;
    background-color: #006dcc;
    color: white;
    border: 1px solid #006dcc;
}

.btn-danger.btn-filled {
    font-size: 18px;
    font-weight: 400;
    font-family: Lato, Arial, Helvetica, sans-serif;
    background-color: #da4f49;
    color: white;
    border: 1px solid #da4f49;
}

.btn-success.btn-filled {
    font-size: 18px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    background-color: lightseagreen;
    font-weight: 400;
    color: white;
    border: 1px solid lightseagreen;
}

.btn-success.btn-filled.btn-filled-action-dropdown {
    margin-left: 2px;
}

.btn-info.btn-filled {
    font-size: 18px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    background-color: #49afcd;
    font-weight: 400;
    color: white;
    border: 1px solid #49afcd;
}

.btn-warning.btn-filled {
    font-size: 18px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    background-color: #faa732;
    font-weight: 400;
    color: white;
    border: 1px solid #faa732;
}

.btn-default.btn-filled {
    font-size: 18px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: lightslategray;
    border: 1px solid lightslategray;
}

.btn-primary.button-btn-filled:hover, .btn-primary.btn-filled:focus, .btn-primary.btn-filled:active, .btn-primary.btn-filled.active, .open > .dropdown-toggle.btn-primary {
    color: black;
    border-color: black;
}

.btn-success.btn-filled:hover, .btn-success.btn-filled:focus, .btn-success.btn-filled:active{
    color: lightseagreen;
    border: 1px solid lightseagreen;
    background-color: transparent;
}

.btn-success.btn-filled.btn-filled-action:hover, .btn-success.btn-filled.btn-filled-action:focus, .btn-success.btn-filled.btn-filled-action:active{
    color: white;
    border: 1px solid lightseagreen;
    background-color: lightseagreen;
}

.btn-success.btn-filled:hover .caret, .btn-success.btn-filled:focus .caret, .btn-success.btn-filled:active .caret {
    border-top-color: lightseagreen;
}

.btn-warning.btn-filled:hover, .btn-warning.btn-filled:focus, .btn-warning.btn-filled:active {
    color: #faa732;
    border: 1px solid #faa732;
    background-color: transparent;
}

.btn-danger.btn-filled:hover, .btn-danger.btn-filled:focus, .btn-danger.btn-filled:active {
    color: #da4f49;
    border: 1px solid #da4f49;
    background-color: transparent;
}

.btn-primary.btn-filled:hover, .btn-primary.btn-filled:focus, .btn-primary.btn-filled:active{
    color: #006dcc;
    border: 1px solid #006dcc;
    background-color: transparent;
}

.btn-info.btn-filled:hover, .btn-info.btn-filled:focus, .btn-info.btn-filled:active {
    color: #49afcd;
    border: 1px solid #49afcd;
    background-color: transparent;
}

.btn-default.btn-filled:hover, .btn-default.btn-filled:focus, .btn-default.btn-filled:active{
    color: white;
    background-color: lightslategray;
    border: 1px solid lightslategray;
    background-color: lightslategray;
}

.btn-group.open .btn-success.btn-filled.dropdown-toggle{
    background-color: transparent;
}

.btn-group.open .btn-success.btn-filled.dropdown-toggle .caret{
    border-top-color: lightseagreen;
}

.btn-group.open .dropdown-menu {
    text-align: left;
}