﻿ .dlcustom{
    font-size: 0.9em;
    padding: 10px 15px 10px 37px;
    width: 100%;
    color: #A8A8A8;
    outline: none;
    /* border: 1px solid #D3D3D3; */
    background: #FFFFFF;
    margin: 0em 0em 1.5em 0em;
    background: url(../images/user.png)no-repeat 8px 10px #fff;
}
.btn1.btn1-default {
    background-color: rgba(97, 100, 193, 0.85);
    color: #fff;
    padding: .5em 1.5em;
    border: none;
    outline: none;
    border-radius: inherit;
}

.btn1-default:hover, .btn1-default:focus, .btn1-default.focus, .btn1-default:active, .btn1-default.active, .open > .dropdown-toggle.btn1-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn1:hover, .btn1:focus, .btn1.focus {
    color: #333;
    text-decoration: none;
}

.btn1-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    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;
    border: 1px solid transparent;
    border-radius: 4px;
}
