.investigators_row{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 55px;
    clear: both;
}

.investigators_row_item{
    float: left;
    width: 233px;
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

.investigators_row_label{
    font-family: proxima-nova-extra-bold;
    font-size: 14px;
    color: #036357;
    height: 20px;
    padding-left: 10px;
}

select{
    width: 100% !important;
    height: 30px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dbdbdb !important;
    border-radius: 6px !important;
    font-family: proxima-nova-regular;
    font-size: 13px;
}

.select2-results{
    font-family: proxima-nova-regular;
    font-size: 13px;
}

.select2-results ul{
    border: 1px solid #036357;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #036357 transparent transparent transparent !important;
}

.text{
    width: 100%;
    height: 30px;
    border: 1px solid #dbdbdb;
    font-family: proxima-nova-regular;
    font-size: 13px;
    color: #444;
    border-radius: 6px;
    padding-left: 10px;
}

.is-invalid{
    border-color: #dc3545;
}

.select2-selection.is-invalid{
    border: 1px solid #dc3545 !important;
}

.buttons_area{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    padding: 10px;
}

.profile_primary_button, .profile_secondary_button, .profile_primary_button_disabled{
    display: inline-block;
    width: 95px;
    cursor: pointer;
    text-align: center;
}

.profile_primary_button i, .profile_secondary_button i{
    color: #FFF;
}

.profile_primary_button a, .profile_primary_button a:hover, .profile_primary_button a:visited,
.profile_secondary_button a, .profile_secondary_button a:hover, .profile_secondary_button a:visited{
    display: inline-block;
    width: 100%;
    height: 31px;
    border-radius: 4px;
    font-family: proxima-nova-bold;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    padding: 7px 10px;
    text-decoration: none;
}

.profile_primary_button a, .profile_primary_button a:visited{
    background-color: #036357;
}

.profile_primary_button a:hover{
    background-color: #1eb89c;
}

.profile_secondary_button a, .profile_secondary_button a:visited{
    background-color: #7a7a7a;
}

.profile_secondary_button a:hover{
    background-color: #b0b0b0;
}

.profile_primary_button_disabled{
    background-color: #dbdfdf;
    border: 1px solid #b0b0b0;
    display: inline-block;
    height: 31px;
    border-radius: 4px;
    font-family: proxima-nova-bold;
    font-size: 13px;
    color: #b0b0b0;
    text-align: center;
    padding: 7px 10px;
    text-decoration: none;
    cursor: default;
}

.profile_primary_button_disabled i{
    color: #b0b0b0;
}

.ui-widget-header{
    background: #036357 !important;
}

.ui-dialog .ui-dialog-buttonpane{
    padding: 0px;
}

.ui-dialog .ui-dialog-buttonpane button{
    background: #036357;
    color: #FFF;
}

.ui-dialog .ui-state-hover{
    background: #1eb89c;
    color: #FFF;
}