﻿/*#region -GRADIENT BUTTON- */

.btn-gradient, a.btn-gradient, a.btn-gradient:visited {
    font-family: 'Lato', sans-serif;
    background: #e0e0e0;
    background: -moz-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #cecece));
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
    background: -o-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
    background: -ms-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
    background: linear-gradient(to bottom, #e0e0e0 0%, #cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cecece',GradientType=0 );
    display: block;
    width: 100%;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #636363;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) !important;
    font-weight: 700;
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.17), 0 1px 0 rgba(255, 255, 255, 0.36) inset;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.17), 0 1px 0 rgba(255, 255, 255, 0.36) inset;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.17), 0 1px 0 rgba(255, 255, 255, 0.36) inset;
}

    .btn-gradient:hover, .btn-gradient:focus, a.btn-gradient:focus, a.btn-gradient:hover {
        background: linear-gradient(to bottom, #E9E9E9 0%, #DFDFDF 100%);
        color: #7E7E7E;
    }

    .btn-gradient:active, a.btn-gradient:active {
        color: #5E5E5E;
        background: linear-gradient(to bottom, #DBDBDB 0%, #CCCCCC 100%);
    }

/*#endregion */

/*#region -TRANSPARENT BUTTON- */

.btn-transparent {
    background: rgba(4, 0, 44, 0.42);
    border: none;
    text-shadow: none !important;
    color: #fff;
}

    .btn-transparent:hover, .btn-transparent:focus, .transparent:active {
        background: rgba(4, 0, 44, 0.53);
        color: #fff;
    }

/*#endregion */

/*#region name */

.btn-flat-group .btn-flat {
    background: transparent;
    border-color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans';
}

    .btn-flat-group .btn-flat:hover {
        background: rgba(0, 0, 0, 0.22);
    }

    .btn-flat-group .btn-flat.active {
        background: #fff;
        color: #493D76;
    }

    .btn-flat-group .btn-flat i {
        font-size: 1.5em;
        vertical-align: middle;
    }

/*#endregion */

.btnNavbar {
    line-height: 50px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
