html{
    font-family: inherit;
}
.form-group {
    margin-bottom: 5px;
}
select {
    display: block;
    text-transform: none;
    padding: 3px 3px;
    border-color: #e4e5e7 !important;
    height: 29px;
    width: 100%;

}
textarea {
     display: block;
     text-transform: none;
     padding: 3px 3px;
     border-color: #e4e5e7 !important;
     height: 100px;
     width: 100%;

 }
.form-control {
    display: block;
    width: 100%;
    height: 29px;
    padding: 3px 3px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
}
.btn-sm{
    border: 1px solid #EEEEEE !important;
    margin-right: 5px;
}
.btn {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.7857143;
    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: 1px;
}
.content {
    padding: 5px 0px 0px 5px;
    min-width: 320px;
}
.pad2{
    padding: 2px !important;
    margin-bottom: 15px !important;
}
.col-md-12{
    margin-left: -15px;
}
.select2-container .select2-choice {
    height: 26px !important;
    border-radius: 0px;
}

.cat-icon {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
}