﻿.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.profile-user-info {
    margin: 0 !important;
}

.form-horizontal .control-label {
    padding-top: 0 !important;
}

.profile-info-name {
    width: 30% !important;
}

.profile-info-value {
    width: 70% !important;
}

.widget-header-flat {
    background: #3464b0 !important;
}

.widget-header {
    height: 0;
}

.CustomLabel {
    font-size: 14px;
    margin: -5px;
}

.full-width {
    width: 100%;
}

.details_container {
    border: 1px solid #DCEBF7;
}

.detail_label {
    text-align: initial;
    padding: 6px 4px 6px 10px;
    color: #336199;
    background-color: #EDF3F4;
    vertical-align: middle;
}

.detail_value {
    padding: 6px 6px 6px 4px;
}

.errorHighlightedLabel {
    font-weight: bold;
    color: red;
}

.hasRequiredData {
    border: 1px solid Red;
}

.bold {
    font-weight: bold !important;
}

.chkRoleItem {
    margin: 0 5px !important;
}

ul.checkitem {
    list-style-type: none;
    margin: 3px;
}

ul.checktree li:before {
    height: 1em;
    width: 12px;
    border-bottom: 1px dashed;
    content: "";
    display: inline-block;
    top: -0.3em;
}

ul.checktree li {
    border-left: 1px dashed;
}

    ul.checktree li:last-child:before {
        border-left: 1px dashed;
    }

    ul.checktree li:last-child {
        border-left: none;
    }


.um-profile-info-name_custom {
    color: #336199;
    background-color: #edf3f4;
    border-top: 1px solid #f7fbff;
    font-weight: normal;
    vertical-align: middle;
}

.um-profile-info-value_custom1 {
    border-top: 1px solid #f7fbff;
    font-weight: normal;
    vertical-align: middle;
    padding: 6px 4px 6px 10px;
}

span.wrapped {
    display: block;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    height: initial;
    line-height: 15px;
}

.um-checkBoxLargeSize {
    height: 15px;
    width: 15px;
}

/*style for close button in popup*/
.um-Popup-close {
    opacity: 1 !important;
    color: white !important;
}

.um-Popup-modal-header {
    padding: 10px !important;
}

.um-Popup-modal-btnMinWidth {
    min-width: 60% !important;
}

.um-ModalHeaderCustomBackgroundStyle {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #336eb7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}
