.form-group {
    margin-bottom: 15px;
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 0;
    margin-left: -1px;
}
/*
.btn.btn-primary {
    background-color: #5c4084;
    border-color: #5c4084;
    outline: none;
}
*/
.input-group-btn>.btn {
    position: relative;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13pt;
    font-weight: 400;
    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;
	height: 2.75em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
@media screen and (max-width: 1680px) {

            .btn {
                font-size: 11pt;
            }

        }

        @media screen and (max-width: 1280px) {

            .btn {
                font-size: 10pt;
            }

        }

        @media screen and (max-width: 360px) {

            .btn {
                font-size: 9pt;
            }

        }

.input-lg {
    padding: 10px 16px;
    line-height: 1.3333333;
}

.file {
  visibility: hidden;
  position: absolute;
}

.browse_disabled:disabled{
	opacity: 0.45;
}
