ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.account_container {
    max-width: 1000px;
}

.logo_box {
    height: 340px;
    background: #1D1060;
    display: table-cell;
    width: 1000px;
    vertical-align: middle;
    text-align: center;
}

    .logo_box img {
        max-width: 200px;
    }

.login_heading {
    font-size: 20px;
}

.form_box {
    min-height: 300px;
}

.profilePic_box {
    position: relative;
}

    .profilePic_box .pic_holder {
        border: 1px solid #DDD;
        border-radius: 100%;
        max-width: 200px;
        overflow: hidden;
        padding: 6px;
    }

    .profilePic_box .btn {
        position: absolute;
        right: 4.5em;
        bottom: 0;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        padding: 8px 0;
        min-width: auto;
        text-align: center;
    }

        .profilePic_box .btn [class*="icon-"] {
            font-size: 18px;
        }

    .profilePic_box img {
        width: 100%;
        border-radius: 100%;
    }

.table .profilePic_box {
    width: 45px;
    height: 45px;
    float: left;
    margin: 0 15px 0 0;
}

    .table .profilePic_box .pic_holder {
        padding: 2px;
        height: 100%;
        width: 100%;
    }

        .table .profilePic_box .pic_holder img {
            height: 100%;
            width: 100%;
        }

.table .content {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
}

    .table .content h5 {
        font-weight: 400;
        padding: 0 0 0px;
        margin-bottom: 0;
        margin-top: 0;
    }

.btns_table {
    overflow: hidden;
}

    .btns_table > li {
        float: left;
        padding: 0px 0px 10px;
        min-width: 80px;
        text-align: center;
    }

#DivUserManagement .btns_table > li {
    min-width: 60px;
}

.btns_table > li .form-control {
    min-width: 90px;
    max-width: 160px;
}

.btns_table > li > a {
    display: block;
    line-height: 2.2;
    color: #555;
}

    .btns_table > li > a:hover {
        color: #56afd7;
    }

    .btns_table > li > a .icon {
        vertical-align: baseline;
    }

.textRight_form .control-label {
    text-align: left;
}



.panel-default > .panel-heading {
    border-bottom: 1px solid #EEE;
}

    .panel-default > .panel-heading.btn-panel {
        height: 56px;
        line-height: 2.5;
    }

        .panel-default > .panel-heading.btn-panel .btn {
            float: right;
        }

.table {
    width: 100% !important;
}

.dataTables_wrapper table thead {
    display: none !important;
}

.table > thead > tr > th {
    vertical-align: middle;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

    .table > tbody > tr > td img {
        width: 50px;
        margin: auto;
    }

.table .dropdown > a.dropDown_link {
    display: inline-block;
    font-size: 14px;
    /*background: #FFF;
    border: 1px solid #CCC;*/
    border-radius: 3px;
    padding: 1px 6px;
}

.table .dropdown-menu {
    right: 10px;
    left: auto;
    top: 100%;
}

.table-hover > tbody > tr:hover {
    background: #f5f4fa;
}
/*#ClaimTable_processing{ text-align:center; background:#d8ffda; padding:6px 0 8px; line-height:normal; font-family:arial; font-size:12px; font-weight:bold;}*/
.tdCheckbox_width {
    width: 38px;
}

.label_status {
    border-radius: 2px;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 3px 10px;
}

.onclick_table tr {
    cursor: pointer;
}

.ui-accordion h5 {
    margin: 0;
    line-height: 2;
}

.cd-timeline-content .cd-date {
    position: initial;
    text-align: left !important;
    padding: 0 0 10px;
}

.viewAble_mode .form-group {
    position: relative;
    margin-bottom: 6px;
}

    .viewAble_mode .form-group .form-control {
        border: 0;
        pointer-events: none;
        padding: 0;
        resize: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        overflow: hidden;
    }

    .viewAble_mode .form-group input[type="number"].form-control {
        -moz-appearance: textfield;
    }

.viewAble_mode .person_info .form-group [class*="icon-"] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    font-size: 17px;
}

.viewAble_mode .person_info .form-group .form-control {
    margin-left: 25px;
}

.viewAble_mode .person_info .userFields {
    position: relative;
}

.person_info .userFields .fields {
    min-height: 34px;
}

.viewAble_mode .person_info .userFields .fullName {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 33px;
    margin: 0;
    background: #FFF;
    z-index: 1;
}

.editAble_mode .form-group {
    position: relative;
    margin-left: 25px;
}

    .editAble_mode .form-group .form-control {
        padding: 0 10px;
    }

.editAble_mode .person_info .form-group > [class*="icon-"] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto auto auto -25px;
    height: 20px;
    color: #1d74d2;
    font-size: 17px;
}

textarea.form-control {
    height: auto;
    margin-bottom: 10px;
}

.editAble_mode .person_info .userFields {
    margin-left: 0;
}

    .editAble_mode .person_info .userFields .fullName, .viewAble_mode .person_info .userFields .text {
        display: none;
    }

    .editAble_mode .person_info .userFields .text {
        width: 41%;
        display: table-cell;
        margin: 0;
    }

    .editAble_mode .person_info .userFields .text_title {
        max-width: 43px;
    }

.cd-timeline-img.statusColor {
    background: #f45b69;
}

.cd-timeline-img.auditColor {
    background: #efec00;
}

.cd-timeline-img.notesColor {
    background: #06ea00;
}

.cd-timeline-img.clientnotesColor {
    background: #06ea00;
}

.cd-timeline-img.claimnotesColor {
    background: #7800ff;
}

.person_info {
    /*  padding: 0 20px;*/
}

    .person_info h3 {
        margin: 0 0 15px;
    }

    .person_info > ul {
        padding: 0;
        margin: 0;
    }

    .person_info ul li {
        list-style: none;
        text-align: left;
        padding: 0 0 10px;
        font-weight: 300;
    }

        .person_info ul li [class*="icon-"] {
            vertical-align: middle;
        }

.list_label {
    display: block;
}

.list_labelValue {
    display: block;
}

    .list_labelValue.label {
        color: #FFF;
        font-weight: 400;
    }



.line-dashed {
    border-style: dashed;
    border-color: #CCC;
}

.wizard .nav-pills > li {
    width: 49.9%;
}

    .wizard .nav-pills > li a {
        border: 1px solid #DDD;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        color: #999;
    }

    .wizard .nav-pills > li.active > a, .wizard .nav-pills > li.active > a:focus, .wizard .nav-pills > li.active > a:hover {
        background: #26a69a;
        color: #FFF;
    }

.wizard .navbar {
    margin: 0 0 40px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-left: 10px;
    max-width: none;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

@media (max-width:768px) {
    .logo_box {
        height: auto !important;
    }

        .logo_box img {
            max-width: 120px;
        }
}

/*Uzair's changes*/
.dataTables_paginate {
    float: right;
}

.lbl-req {
    color: red;
}

.image_uploading .fileinput {
    display: block;
    max-width: 200px;
    position: relative;
}

    .image_uploading .fileinput .thumbnail {
        display: block;
        border: 1px solid #dddddd;
        border-radius: 100%;
        max-width: 200px;
        height: 200px;
        overflow: hidden;
        padding: 6px;
    }

        .image_uploading .fileinput .thumbnail .fileinput-preview {
            border-radius: 100%;
            max-width: 200px;
            height: 100%;
            line-height: normal !important;
            background: url("/Content/Image/User/defaultImage.gif") no-repeat center / contain;
        }

        .image_uploading .fileinput .thumbnail img {
            border-radius: 100%;
            width: 100%;
            height: 100%;
        }

    .image_uploading .fileinput .btn-file {
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .image_uploading .fileinput .btn-file .fileinput-new {
            margin: 0 22px 0 0;
        }

    .image_uploading .fileinput .btn {
        border-radius: 100%;
        font-size: 18px;
        height: 40px;
        line-height: normal;
        min-width: 40px;
        width: 40px;
        padding: 8px 0;
        text-align: center;
    }

.permission_box .well {
    background: #FFF;
    box-shadow: none;
    padding: 10px;
    margin: 0 0 10px;
}

.permission_box .child_sec {
    border-top: 1px solid #EEE;
    margin: 10px -10px 0;
    padding: 10px 50px 0;
    position: relative;
}

    .permission_box .child_sec:before {
        content: "\f178";
        position: absolute;
        left: 20px;
        top: 10px;
        bottom: 0;
        font-family: FontAwesome;
    }

.permission_box h4 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.permission_box h5 {
    margin: 0;
    font-weight: 600;
    color: #4caf50;
}

.permission_box .well p {
    margin: 0;
    font-weight: 400;
}

.toggle-on {
    color: white !important;
}

.toggle {
    width: 100% !important;
}

label.error {
    color: #ff0000 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

label.validation-error-label {
    color: #ff0000 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.stepy-navigator {
    margin-top: 30px !important;
    padding-top: 15px !important;
    border-top: 1px dashed #eee !important;
}

.nav-second-level li.active a {
    color: #23b7e5 !important;
}

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7) url('/Content/Image/loader.gif') no-repeat center;
    z-index: 999999;
}

.dataTables_length {
    display: none !important;
}

.dataTables_filter {
    display: none !important;
}

.pointer {
    cursor: pointer !important;
}

.label.lbl-status {
    display: inline-block;
    font-size: 11px;
    /*text-transform: uppercase;*/
    padding: 5px 7px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 30px 10px 10px !important;
}

.btns_table .icheckbox_square-blue {
    margin-top: 4px !important;
}

.table > tbody > tr > td {
    position: relative;
}

.task-overdue {
    background-color: #df0c0c !important;
    color: white !important;
}

    .task-overdue > td > a > i {
        color: white !important;
    }

.task-complete {
    background-color: #3fc906 !important;
    color: white !important;
}
 .task-complete > td > a > i {
        color: white !important;
    }
.task-open {
    background-color: #3a87ad !important;
    color: white !important;
}
 .task-open > td > a > i {
        color: white !important;
    }
.task-reassign {
    background-color: #fcbc08 !important;
    color: white !important;
} 
.task-reassign > td > a > i {
        color: white !important;
    }

.headingnew{font-size:18px; font-weight:bold;}
