.form-group .help-block, .title-form {
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif!important
}

.color-red {
    color: #C72F1E
}

.color-orange {
    color: #E67E22
}

.color-blue {
    color: #3498DB
}

.color-green {
    color: #2ECC71
}

.color-purple {
    color: #9B59B6
}

.title-form {
    border-bottom: 1px dashed #ddd;
    margin-bottom: .8em;
    color: #777
}

.form-column {
    padding-top: 5px
}

.form-column .form-group[class*=span] {
    margin-bottom: 20px
}

.form-column textarea.form-control {
    max-width: 100%;
    min-width: 100%;
    min-height: 120px;
    max-height: 200px
}

.form-group {
    position: relative
}

.form-group label {
    font-weight: 700;
    color: #777;
    margin-bottom: 2px
}

.form-group .form-control {
    width: 100%;
    box-sizing: border-box;
    height: 38px
}

.form-group .checkbox, .form-group .radio {
    width: auto;
    height: auto;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    transition: background .3s ease
}

.form-group .checkbox:hover, .form-group .radio:hover {
    background: #eee
}

.form-group .list-checkbox label {
    margin-left: 20px;
    font-weight: 400
}

.form-group .list-checkbox label:nth-child(1) {
    font-weight: 700;
    margin-left: 0
}

.form-group .help-block {
    color: #777;
    margin-top: 10px;
    margin-bottom: 0
}

.form-group .info-static {
    padding: 8px 10px;
    margin: 0;
    background: #f8f8f8;
    border: 1px dashed #ddd
}

.form-group .selectForm, .form-group .selectMultiple {
    width: 0;
    padding: 0;
    height: 0;
    margin: 0
}

.form-column .input-append, .form-column .input-prepend {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 0
}

.form-column .input-append .btn-default, .form-column .input-prepend .btn-default {
    color: #555;
    background: #fff;
    border: 1px solid #ddd
}

.form-column .input-append .btn-default.active, .form-column .input-append .btn-default.disabled, .form-column .input-append .btn-default:active, .form-column .input-append .btn-default:focus, .form-column .input-append .btn-default:hover, .form-column .input-append .btn-default[disabled], .form-column .input-prepend .btn-default.active, .form-column .input-prepend .btn-default.disabled, .form-column .input-prepend .btn-default:active, .form-column .input-prepend .btn-default:focus, .form-column .input-prepend .btn-default:hover, .form-column .input-prepend .btn-default[disabled] {
    color: #999;
    background: #eee
}

.form-column .input-append label, .form-column .input-prepend label {
    margin: 0;
    font-weight: 400
}

.form-column .input-append .form-control, .form-column .input-prepend .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.form-column .input-append .chosen-container {
    position: relative;
    float: left;
    width: 100%!important;
    margin-bottom: 0
}

.form-column .input-append .chosen-container .chosen-choices, .form-column .input-append .chosen-container .chosen-single {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.form-column .input-prepend .btn-group {
    position: relative;
    font-size: 0
}

.form-column .input-append .add-on, .form-column .input-append .btn-group, .form-column .input-prepend .add-on, .form-column .input-prepend .btn-group {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

}

.form-column .input-prepend .add-on {
    border-right: 0
}

.form-column .input-append .btn, .form-column .input-append .btn+.dropdown-toggle, .form-column .input-prepend .btn {
    box-shadow: none;
    border-color: #ccc;
    padding-top: 11px;
    padding-bottom: 11px;
}

.form-column .input-prepend.input-append input+.btn-group .btn {
    border-radius: 0
}

.form-column .input-prepend.input-append input+.btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.form-column .input-append .btn-group>.btn:first-child {
    border-radius: 0;
    border-left: none
}

.form-column .input-append .btn-group>.btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.form-group div[style="float:left;"]{
    float:none!important;
}

.form-group .chosen-container {
    width: 100%!important;
    position: relative;
    z-index: initial;
}

.form-group .chosen-container .chosen-drop {
    top: 35px;
    width: 100%;
    box-sizing: border-box;
    border-color: #ccc;
    margin-bottom: 15px
}

.form-group .chosen-container .chosen-drop input {
    box-sizing: border-box
}

.form-group .chosen-container .chosen-drop .chosen-results {
    padding: 5px
}

.form-group .chosen-container-single .chosen-single {
    background: 0 0;
    border-color: #ccc;
    box-shadow: none;
    transition: background .3s ease
}

.form-group .chosen-container-single .chosen-single:hover {
    background: #f8f8f8
}

.form-group .chosen-container-single .chosen-single:focus {
    box-shadow: none;
    outline: 0
}

.form-group .chosen-container-single .chosen-single span {
    line-height: 32px
}

.form-group .chosen-container-single .chosen-single div i {
    margin: 12px 10px
}

.form-group .chosen-container-single .chosen-single.chosen-single-with-drop {
    background: #f9f9f9;
    box-shadow: none
}

.form-group .chosen-container-single .chosen-single.chosen-single-with-drop div i {
    transform: rotate(180deg)
}

.form-group .chosen-container-single .chosen-drop {
    display: none
}

.form-group .chosen-container-single .chosen-search {
    padding: 0 8px
}

.form-group .chosen-container-single .chosen-search input {
    margin-top: 8px;
    background: 0 0
}

.form-group .chosen-container-single.chosen-container-active, .form-group .chosen-container-single.chosen-container-active .chosen-drop {
    display: block
}

.form-group .chosen-container-multi .form-control {
    height: initial;
    min-height: 38px
}

.form-group .chosen-container-multi .chosen-choices {
    box-shadow: none;
    border-color: #ddd
}

.form-group .chosen-container-multi .chosen-choices .search-field input {
    padding: 4px 8px
}

.form-group .chosen-container-multi .chosen-choices .search-choice {
    background: #eee;
    border: 0;
    padding: 6px 26px 6px 12px;
    border-radius: 20px;
    color: #555;
    position: relative;
    margin: 4px 3px
}

.form-group .chosen-container-multi .chosen-choices .search-choice .close-choise {
    text-align: center;
    color: #999;
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 3px;
    top: 4px;
    border-radius: 100%;
    transition: all .3s ease
}

.form-group .chosen-container-multi .chosen-choices .search-choice .close-choise:hover {
    background: rgba(0, 0, 0, .15)
}

.form-group .chosen-container-multi .chosen-choices .search-choice .close-choise i {
    position: relative;
    top: 2px
}

.form-group .chosen-container-multi .chosen-drop {
    display: none
}

.form-group .chosen-container-multi.chosen-container-active .chosen-drop {
    display: block
}

.form-inline .checkbox, .form-inline .radio {
    width: initial;
    height: initial
}

/* Versão Alterações Agenda */

.form-column .form-group .left {
    float: none!important;
}

.form-column .winput240, .form-column .chosen-single, .form-column .chosen-choices {
    height: 38px!important;
    width: 100%!important;
    box-sizing: border-box;
}

.form-group .chosen-container-single .chosen-single{
    background: #fff;
}

.form-column .form-group .chosen-container .chosen-drop, .form-column .chosen-container-multi {
    width: 100%!important;
    background: #fff;
}

.form-column .form-group .chosen-done {
    width: 0!important;
    height: 0!important;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.form-chosen-multi>div {
    float: none!important;
}

.form-column .chosen-container-multi.winput240, .form-column .chosen-choices {
    height: auto!important;
}

.form-group .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    top: 6px;
    right: 5px;
}

.form-group .chosen-container-multi .chosen-choices .search-field input {
    padding: 8px;
}

.form-group .chosen-container-single .chosen-single div{
    background: none;
    border: none;
}
.form-group .chosen-container-single .chosen-single div b {
    background-position: 1px 5px;
}
.form-group .chosen-container-active .chosen-single-with-drop div b {
    background-position: -18px 6px;
}


.form-group .chosen-results::-webkit-scrollbar              {border-radius: 6px;width: 6px; background: #eee;}
.form-group .chosen-results::-webkit-scrollbar-thumb        {border-radius: 6px;background: #bbb;}

.form-group .text-core{
}
.form-group .text-wrap{
    width: 100%!important;    
}
.form-group .text-core .text-wrap > INPUT{
    width: 100%!important;
    min-height: 38px;
    border-radius: 3px;
    border-color: #ccc;
    line-height: 2em;
}
.form-group .text-core .text-wrap .text-tags{
    padding: 5px;
    padding-right: 35px;
}
.form-group .text-core .text-wrap .text-tags .text-tag{
    max-width: 100%;
}
.form-group .text-core .text-wrap .text-tags .text-tag .text-button{
    height: 2em;
    max-width: 100%;
    color: #555;
    padding: 4px;
    padding-right: 18px;
    font-size: 14px;
    box-sizing: border-box;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chosen-single .selectComCores[style='background']{
    display: none;
}

