
.form-control {
    border: 1px solid #dfdfdf;
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.bv-form .help-block {
    margin-bottom: 0;
}
.bv-form .tooltip-inner {
    text-align: left;
}
.nav-tabs li.bv-tab-success > a {
    color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
    color: #a94442;
}

div.tagsinput , .colpick, .colpick_field, .colpick_hex_field,
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice, .select2-container .select2-choices{
    border-radius: 0;
    box-shadow: none;
}


.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up , .select2-search input{
    border-radius: 0;
    border-top-right-radius: 0;
}

.select2-search input {
    background: none;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 0px;
}

.select2-container-active .select2-choice, .select2-container-multi.select2-container-active .select2-choices {
    box-shadow: none;
}

.select2-container .select2-choice .select2-arrow {
    width: 25px;
}

.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
    background-position: 3px 3px;
}

.select2-container .select2-choice abbr {
    right: 30px;
}

.spinner .input-group-btn:first-child > .btn, .spinner .input-group-btn:first-child > .btn-group {
    margin-right: -2px;
}

.ui-widget-content {
    list-style: none;
    padding: 10px 15px;
    width: 50%;
}

.ui-widget-content li a {
    color: #323232;
    line-height: 30px;
    display: block;
}


.icheck-row label {
    text-align: left;
    padding: 0 10px;
}

.label-comm{
	    font-weight: normal;
}
