.notify-details.notify-details-no-margin {
    margin-left: 0 !important
}

@media(min-width: 1200px) {
    .col-dashboard-fix {
        padding-left: 0.72rem;
    }
}

/*Custom Start Here V1.0*/
.columns-filter-form {
    margin-bottom: 10px;
}

div.text-right {
    text-align: right;
}

.margin-bottom-0 {
    margin-bottom: 0px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-top-0 {
    margin-top: 0px
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-60 {
    margin-top: 60px
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.separator-div {
    margin-top: 4px;
    margin-bottom: 4px;
}



#modal-ajax .modal-body-loader {
    height: 160px;
    background-image: url("/public/assets/images/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified .btn,
.btn-group-justified .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified .btn .btn,
.btn-group-justified .btn-group .btn {
    width: 100%;
}

.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
    left: auto;
}


nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media(max-width:767px) {
    .btn-group-justified-mobile {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
    }

    .btn-group-justified-mobile>.btn,
    .btn-group-justified-mobile>.btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

    .margin-bottom-xs-10 {
        margin-bottom: 10px
    }

}

@media(max-width:440px) {
    .hidden-xxs {
        display: none !important;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid>[class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

/*Custom*/
.btn {
    outline: none !important;
}

.has-error label {
    color: #ff5d48;
}

.has-error .btn.remove {
    transition: border-color 0.15s ease-in-out 0s;
    border-top-color: #ff5d48;
    border-left-color: #ff5d48;
    border-right-color: #ff5d48;
}

.input-group-full {
    width: 100%;
}

.input-group-full .input-group-btn {
    width: 1% !important;
}

.add-on .input-group-btn>.btn {
    border-left-width: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* stop the glowing blue shadow */
.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}

.form-control {}

td.tree-level-1 {
    background: rgba(0, 0, 0, 0) url("/public/assets/images/tree-bg.gif") no-repeat scroll 20px 12px;
    padding-left: 45px !important;
}

td.tree-level-2 {
    background: rgba(0, 0, 0, 0) url("/public/assets/images/tree-bg.gif") no-repeat scroll 50px 12px;
    padding-left: 75px !important;
}

td.tree-level-3 {
    background: rgba(0, 0, 0, 0) url("/public/assets/images/tree-bg.gif") no-repeat scroll 80px 12px;
    padding-left: 105px !important;
}

td.tree-level-4 {
    background: rgba(0, 0, 0, 0) url("/public/assets/images/tree-bg.gif") no-repeat scroll 110px 12px;
    padding-left: 135px !important;
}

td.tree-level-5 {
    background: rgba(0, 0, 0, 0) url("/public/assets/images/tree-bg.gif") no-repeat scroll 140px 12px;
    padding-left: 165px !important;
}

td.tree-level-6 {
    background: rgba(0, 0, 0, 0) url("/public/assets/images/tree-bg.gif") no-repeat scroll 170px 12px;
    padding-left: 195px !important;
}

td.tree-level-7 {
    background: rgba(0, 0, 0, 0) url("/public/assets/images/tree-bg.gif") no-repeat scroll 200px 12px;
    padding-left: 225px !important;
}

td.tree-level-8 {
    background: rgba(0, 0, 0, 0) url("/public/assets/images/tree-bg.gif") no-repeat scroll 230px 12px;
    padding-left: 255px !important;
}

td.tree-level-9 {
    background: rgba(0, 0, 0, 0) url("/public/assets/images/tree-bg.gif") no-repeat scroll 260px 12px;
    padding-left: 285px !important;
}

td.tree-level-10 {
    background: rgba(0, 0, 0, 0) url("/public/assets/images/tree-bg.gif") no-repeat scroll 290px 12px;
    padding-left: 315px !important;
}

.columns-filter-row {
    display: none;
}

.columns-filter-content {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.columns-filter-content .bootstrap-duallistbox-container {
    margin: auto;
    max-width: 680px;
}

.bootstrap-duallistbox-container .btn:last-child {
    margin-left: 0 !important;
}

.bootstrap-duallistbox-container select {
    width: 100% !important
}

hr.hr_darker {
    border-color: #ccc;
}

.bootstrap-duallistbox-container .info-container {
    display: none;
}

.bootstrap-duallistbox-container .btn.moveall,
.bootstrap-duallistbox-container .btn.removeall {
    display: none;
}

.bootstrap-duallistbox-container .btn.move,
.bootstrap-duallistbox-container .btn.remove {
    width: 100%;
    border-radius: 4px 4px 0px 0px !important;
}

table.table thead .sorting_asc {
    background: url('/public/assets/images/datatable/sort_desc.png') no-repeat center right;
}

table.table thead .sorting_desc {
    background: url('/public/assets/images/datatable/sort_asc.png') no-repeat center right;
}


table.table-list tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

table.table tr:hover a.action_table_btn {
    visibility: visible;
}

td.action_table_td {
    text-align: center;
    vertical-align: middle !important;
    width: 35px;
}

td.action_table_td.action_table_td_double {
    width: 70px;
    text-align: right;
}

td.action_table_td a.action_table_btn {
    visibility: hidden;
}

label.text-left {
    text-align: left !important
}

label.text-right {
    text-align: right !important
}

label.text-right-md {
    text-align: right !important
}

label.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.select2-container--default .select2-selection--single {
    border-color: #ccc;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-results__option span.select-span-treeview {
    display: block;
    width: 100%;
    margin: -6px;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.select2-results__option span.select-span-treeview.treeview-level1 {
    background: url("/public/assets/images/tree-bg.gif") no-repeat scroll 20px 6px;
    padding-left: 45px !important;
}

.select2-results__option span.select-span-treeview.treeview-level2 {
    background: url("/public/assets/images/tree-bg.gif") no-repeat scroll 50px 6px;
    padding-left: 75px !important;
}

.select2-results__option span.select-span-treeview.treeview-level3 {
    background: url("/public/assets/images/tree-bg.gif") no-repeat scroll 80px 6px;
    padding-left: 105px !important;
}

.select2-results__option span.select-span-treeview.treeview-level4 {
    background: url("/public/assets/images/tree-bg.gif") no-repeat scroll 110px 6px;
    padding-left: 135px !important;
}

.select2-results__option span.select-span-treeview.treeview-level5 {
    background: url("/public/assets/images/tree-bg.gif") no-repeat scroll 140px 6px;
    padding-left: 165px !important;
}

.select2-results__option span.select-span-treeview.treeview-level6 {
    background: url("/public/assets/images/tree-bg.gif") no-repeat scroll 170px 6px;
    padding-left: 195px !important;
}

.select2-results__option span.select-span-treeview.treeview-level7 {
    background: url("/public/assets/images/tree-bg.gif") no-repeat scroll 200px 6px;
    padding-left: 225px !important;
}

.select2-results__option span.select-span-treeview.treeview-level8 {
    background: url("/public/assets/images/tree-bg.gif") no-repeat scroll 230px 6px;
    padding-left: 255px !important;
}

.select2-results__option span.select-span-treeview.treeview-level9 {
    background: url("/public/assets/images/tree-bg.gif") no-repeat scroll 260px 6px;
    padding-left: 285px !important;
}

.select2-results__option span.select-span-treeview.treeview-level10 {
    background: url("/public/assets/images/tree-bg.gif") no-repeat scroll 280px 6px;
    padding-left: 305px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 36px;
}

span.required_span {
    color: #ff5d48
}

.box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 3px solid #d2d6de;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.box-clear {
    padding-top: 3px
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-danger {
    border-top-color: #d9534f;
}

.box.box-success {
    border-top-color: #5cb85c;
}

.box.box-info {
    border-top-color: #5bc0de;
}

.box.box-warning {
    border-top-color: #f0ad4e;
}

.box-header::before,
.box-body::before,
.box-footer::before,
.box-header::after,
.box-body::after,
.box-footer::after {
    content: " ";
    display: table;
}

.box-header::after,
.box-body::after,
.box-footer::after {
    clear: both;
}

.box-header::before,
.box-body::before,
.box-footer::before,
.box-header::after,
.box-body::after,
.box-footer::after {
    content: " ";
    display: table;
}

.box-body {
    border-radius: 0 0 3px 3px;
    padding: 10px;
}

.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin: 0;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.profile-user-img {
    border: 3px solid #d2d6de;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
}

.label-as-badge {
    border-radius: 1em;
}

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.modal-loader {
    min-height: 380px;
    background-image: url("/public/assets/images/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.fieldset-panel {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 3px solid #d2d6de;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    padding-top: 52px;
    padding-left: 11px;
    padding-right: 10px;
}

.fieldset-panel legend {
    position: absolute;
    padding: 10px;
    padding-bottom: 9px;
    margin: 0;
    top: -3px;
    left: 0;
    border-bottom: 1px solid #f4f4f4;
}

.fieldset-panel.fieldset-panel-primary {
    border-top-color: #3c8dbc;
}

.fieldset-panel.fieldset-panel-danger {
    border-top-color: #d9534f;
}

.fieldset-panel.fieldset-panel-success {
    border-top-color: #5cb85c;
}

.fieldset-panel.fieldset-panel-info {
    border-top-color: #5bc0de;
}

.fieldset-panel.fieldset-panel-warning {
    border-top-color: #f0ad4e;
}

legend {
    font-size: 18px;
}

a.link_label:hover,
a.link_label:focus,
a.link_label:active {
    text-decoration: none;
}

a.link_label:hover span.label {
    background: #777;
}

.list-group-item-hint {
    display: block;
    padding-left: 20px;
    color: #999
}

.panel-note .thumbnail {
    padding: 0px;
}

.panel-note {
    position: relative;
}

.panel-note .panel-body {
    padding: 10px;
}

.panel-note.panel-note-reminder .panel-body {
    background: #fff5ee;
}

.panel-note>.panel-heading:after,
.panel-note>.panel-heading:before {
    position: absolute;
    top: 11px;
    left: -20px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none;
}

.panel-note>.panel-heading:after {
    border-width: 9px;
    border-right-color: #f7f7f7;
    margin-top: 1px;
    margin-left: 2px;
}

.panel-note>.panel-heading:before {
    border-right-color: #ddd;
    border-width: 10px;
}

.panel-note .panel-body,
.panel-docs .panel-body,
.panel-items .panel-body {
    position: relative;
}

.panel-note .panel-body .form-group-desc,
.panel-docs .panel-body .form-group-desc,
.panel-items .panel-body .form-group-desc {
    margin-bottom: 0
}

.panel-note .panel-body,
.panel-docs .panel-body,
.panel-items .panel-body {
    margin-bottom: 10px;
    min-height: 80px
}

.del_panel_body {
    position: absolute;
    right: 0px;
    bottom: -2px;
    padding: 2px;
    border-radius: 4px;
    font-size: 16px;
    opacity: 0;
    background: transparent;
    transition: opacity 200ms ease-in-out;
}

.panel-note .panel-body:hover .del_panel_body,
.panel-docs .panel-body:hover .del_panel_body,
.panel-items .panel-body:hover .del_panel_body {
    opacity: 1;
}

.pagination-light {
    margin: 0 !important
}

.pagination-light ul {
    margin: 0 !important
}

.zftable_content_add {
    float: left;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    max-height: 300px;
    visibility: visible;
}

.zftable_content_add_show {
    max-height: 300px;
    visibility: visible;
}

.btn-file {
    overflow: hidden;
}

.btn-file input[type="file"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: inherit;
    display: block;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.fileinput-remove-button {
    display: none;
}

.progress_indic {
    border-right: 1px solid #ccc;
    visibility: hidden;
    width: 0%;
    position: absolute;
    background: #f7f7f7;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 4px 0px 0px 4px;
    z-index: -1;
}

.progress_indic_inprogress {
    transition: width 200ms ease-in-out;
    visibility: visible;
}

.table-first-no-border tr:first-child td {
    border-top: none
}

.table-last-with-border tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.select2.select2-container {
    width: 100% !important
}

.preloader_client_side {
    height: 80px;
    background-image: url("/public/assets/images/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.preloader_client_side div {
    display: none;
}

/*tabs start*/
.board .board-inner {
    position: relative;
}

.board .nav-tabs li a {
    outline: none;
}

.board .tab-content {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-top: 20px;
}

.board .tab-content .tab-pane {
    float: left;
    width: 100%;
}

.board-liner {
    height: 1px;
    background: #ddd;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    margin-top: -2px;
    left: 15px;
    right: 16px;
    z-index: 0;
}

.board .nav-tabs {
    border-bottom: none;
}

.board .nav-tabs li {
    margin-bottom: 5px;
    /*padding-right: 10px;*/
}

.board .nav-tabs li:last-child {
    padding-right: 0px;
}

.board .nav-tabs li a {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 0px;
    color: #333;
}

.board .nav-tabs li a i {
    font-size: 16px;
}

.board .nav-tabs li.done a {
    background: #4bca81;
    color: #ffffff;
    border-color: #4bca81;
}

.board .nav-tabs li.current a {
    background: #428bca;
    color: #ffffff;
    border-color: #428bca;
}

.board .nav-tabs li.current.laststep a {
    background: #04844b;
    color: #ffffff;
    border-color: #04844b
}

.board .nav-tabs li a.active {
    background: #061c3f !important;
    color: #ffffff !important;
    border-color: #061c3f !important;
}

.board .nav-tabs li {
    position: relative;
    padding-left: 20px;
}

.board .nav-tabs li:before {
    position: absolute;
    width: 20px;
    content: ' ';
    height: 2px;
    background: #dddddd;
    top: 50%;
    margin-top: -1px;
    left: 0px;
}

.board .nav-tabs li:first-child:before,
.board .nav-tabs li:last-child:before {
    display: none;
}


.board .nav-tabs li:first-child {
    padding-left: 0;
}

.board .nav-tabs .nav-link.disabled,
.board .nav-tabs .nav-link.disabled:focus,
.board .nav-tabs .nav-link.disabled:hover {
    background: #eee;
    border-color: #ddd;
}

.box-select {
    width: 100%;
    border: 1px solid #eceeef;
    height: 200px;
    overflow: auto;
}

.box-select-item {
    border-bottom: 1px solid #eceeef;
}

.box-select-item:hover {
    background: #f5f5f5;
}

.box-select-item.box-select-item-active {
    background: #f5f5f5;
}

.box-select-item a {
    display: block;
    padding: 10px;
}

.box-select-action {
    text-align: right;
    margin-top: 5px;
}


@media (min-width: 768px) and (max-width: 1200px) {
    .board .nav-tabs li a {
        font-size: 12px;
        padding: 0.5em 0;
    }

    .board .nav-tabs li a span i {
        display: none;
    }

    label.text-right-sm {
        text-align: right !important
    }
}

@media(max-width: 767px) {
    .board .nav-tabs li {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px !important;
    }

    .board .nav-tabs li:before {
        display: none;
    }

    .board .nav-tabs li a {
        text-align: left;
    }
}

/*tabs end*/

.content_table_data {
    position: relative;
}

a.editable {
    outline: none !important;
}

div.editable-container div.popover-content {
    padding-left: 25px;
    padding-right: 25px
}

div.editable-input select {
    min-width: 150px;
}

#lead-icon-1 i:before {
    content: "\f03a";
}

#lead-icon-2 i:before {
    content: "\f005";
}

#lead-icon-3 i:before {
    content: "\f0b1";
}

#lead-icon-4 i:before {
    content: "\f06c";
}

#lead-icon-5 i:before {
    content: "\f0ec";
}

.select2-dropdown li span.option_add_new {
    font-weight: bold;
    width: 100%;
    text-align: left;
}

@media (min-width: 992px) {
    .modal-full {
        width: 90%;
    }
}

.box-header .btn {
    padding: 0px 12px;
}

.content_btn_hint .btn {
    padding: 0px 12px !important;
}

.btn_hint {
    padding: 0px 12px !important;
    cursor: default;
}

.btn_hint:hover,
.btn_hint:focus,
.btn_hint:active {
    border-color: #ccc !important;
    box-shadow: none !important;
    background: white !important;
}

.row-panel {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.table-fixed thead {
    width: 100%;
    padding-right: 16px;

}

.table-fixed tbody {
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed thead>tr>th {
    float: left;
    border-bottom-width: 1px;
}

.table-striped tbody td {
    vertical-align: middle !important
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    display: none !important;
}

.rightstop-content-actions .input-group-search .quick-search {
    padding-right: 40px;
}

.rightstop-content-actions .input-group-search .input-group-btn {
    position: absolute;
    top: 0;
    right: 36px;
    z-index: 5;
}

.rightstop-content-actions .input-group-search .input-group-btn button {
    box-shadow: none;
}

.page-navebarmodels-content {
    background-color: #ffffff;
    margin: -20px -20px 20px;
    padding: 20px;
    border-top: 1px solid #ddd;
    text-align: right;
}

.page-navebarmodels-content .btn {
    border: 1px solid rgba(43, 61, 81, 0.3);
    will-change: auto;
    overflow: hidden;
}

.page-navebarmodels-content .btn.active {
    background: #0055a5;
    color: #ffffff;
}

.has-error .error,
.has-error .form-control,
.has-error .select2-selection {
    border-color: #ff5d48 !important;
}

.has-error .form-control {
    background-position: right 0.5625rem center;
    background-repeat: no-repeat;
    background-size: 1.4625rem 1.4625rem;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}

.form-no-padding .form-group {
    padding: 0 !important;
}

.form-no-padding .form-group .control-label {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-no-padding .form-group>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-action-btns .defaultsubmithit {
    left: -100%;
    position: absolute;
}

.content-action-btns .btn {
    min-width: 150px;
    margin: 2px;
}

.content_table_data .loading-mask {
    z-index: 998 !important;
}

/* Detail infos block*/
.detail-info-block .detail-info-column {
    border-right: 1px solid #e7e4e4;
    padding: 0 30px;
}

.detail-info-block .detail-info-column:last-child {
    border-right: none;
}

a span.label {
    padding: 0.48em 0.8em 0.68em !important;
}

.box-image {
    width: 100%;
    float: left;
    height: 64px;
    border: 1px solid #E1E1E1;
    position: relative;
    overflow: hidden;
}

.btn-content .box-image {
    margin-right: 0;
}

.box-image .btn-file {
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
}

.box-image .btn-file:hover {
    background: #fafafa;
}

.box-image .btn-file i {
    position: absolute;
    top: 50%;
    font-size: 20px;
    margin-top: -10px;
    margin-left: -12.5px;
}

.box-image .image-preview,
.box-image .image-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: none;
}

.box-image .image-loader {
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    font-size: 30px;
}

.box-image .image-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84px;
    margin-left: -42px;
    margin-top: -42px;
}

.box-image .image-loader {}

.box-image.box-image-fill .btn-file {
    display: none;
}

.box-image.box-image-fill .image-preview {
    display: block;
}

.box-image.box-image-process .image-loader {
    display: block;
}

.image-delete {
    position: absolute;
    z-index: 2;
    background: #ffffff;
    padding: 1px;
    right: 0;
    top: 0;
    display: none;
}

.box-image.box-image-done .image-delete {
    display: block;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    padding-left: 5px;
}

table.table-list tr.tr_animate td {
    padding: 0 !important;
    border-top: none;
}

table.table-list tr.tr_animate:hover td {
    background: white !important;
}

.tr_animate td div.content_animate {
    padding: 0.75rem;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}

.tr_animate td div.content_animate .content_extra {
    min-height: 200px;
}

.tr_animate td div.content_animate_loading {
    background-image: url('/public/assets/images/balls.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.radio {
    margin-top: 10px;
}

.radio-inline,
.checkbox-inline {
    margin-right: 30px;
    margin-bottom: 4px;
}

.card-box-condensed .form-group {
    margin-bottom: 0;
    width: 100%;
}

.card-box-condensed .row.form-group {
    display: flex;
}

.card-box-condensed .form-control {
    width: 100% !important;
}

.content_extra .row {
    display: flex !important;
}

.lg-backdrop {
    z-index: 1050;
}

.table-commission tr td {
    vertical-align: middle;
}

.table-commission tr td input {
    text-align: right;
}

.table-commission-content {
    min-height: 240px
}


.card-bingo table.table {
    display: none;
}

.items-total {
    position: absolute;
    right: 30px;
}

.card-bingo .items-total {
    display: none;
}

.card-bingo {
    background-image: url("/public/assets/images/bingo-like.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px auto
}

.dashboard-content .card-box {
    padding: 0 !important;
}

.dashboard-content .card-box .card-box-content {
    padding: 20px;
}

.dashboard-content table {
    table-layout: fixed
}

.dashboard-content table th a,
.dashboard-content table td a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-content table th.agent-th {
    width: 90px;
}

.dashboard-content table th.date-th {
    width: 90px;
}

.dashboard-content table th,
.dashboard-content table td {
    padding: 10px 5px;
}

@media(max-width: 1440px) {
    .dashboard-content table th.agent-th {
        width: auto;
    }

    .dashboard-content table th.date-th {
        width: auto;
    }


}

@media(max-width: 767px) {
    .detail-info-block .detail-info-column {
        border-right: none;
    }

    .primary-on-xs {
        color: #0055a5;
    }

    .form-group-legend-xs {
        padding: 0;
        padding-bottom: 5px;
        width: 100%;
        border-bottom: 1px solid #ddd;
        margin: 0 10px;
        margin-bottom: 5px;

    }


}

.notification-list .noti-icon-badge {
    width: auto;
    height: auto;
    background-clip: padding-box;
    font-size: 10px;
    line-height: 1.3;
    min-height: 13px;
    background-color: #fa3e3e;
    border-radius: 4px;
    color: #fff;
    padding: 1px 4px;
    right: 2px;
    top: 18px;
}

.btn-select-group {
    padding: 0;

}

.btn-select-group .select2-container {
    margin-left: -1px;

}

.btn-select-group .select2-container .select2-selection--single {
    height: 33px;

}

.btn-select-group .select2-selection {
    border-radius: 0;
    margin-left: -1px;
    border: 0;
    /*margin: 0 2px;*/
}

.btn-select-group .select2-selection:hover {
    box-shadow: none;
    background: transparent;
}

.icon-event {
    position: absolute;
    top: 0;
    left: 0px;
}

.box-content {
    padding: 14px;
    margin: 0px;
    margin-bottom: 20px;
    background: #fafafa;
}

.container_navbarmodels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    align-content: end;
}

.container_navbarmodels .avatar_wrapper {
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    height: 48px;
}

.container_navbarmodels .avatar_wrapper .box-image {
    height: 100% !important;
    width: 100% !important;
    border: none !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.d-none{
    display: none;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.card-title {
    margin-bottom: 0.5rem;
    color: rgb(43, 61, 81);
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.text-bg-light {
    color: #000 !important;
    background-color: rgb(248, 249, 250) !important;
}

.text-bg-secondary {
    color: #fff !important;
    background-color: rgb(108, 117, 125) !important;
}

.text-muted {
    color: rgba(33, 37, 41, 0.75) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0055a5;
    transition: width 0.6s ease;
}



.gap-2 {
    gap: .5rem !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.attempt-pill {
    min-width: 2.4rem;
    text-align: center;
    line-height: 1rem;
}

.attempt-pill.active-pill {
    background-color: #0055a5 !important;
    border-color: #0055a5 !important;
    color: #fff !important;
}

.timeline-call {
    border-left: 2px solid #e9ecef;
    margin-left: .75rem;
    padding-left: .79rem
}

.timeline-call .item {
    position: relative;
    margin-bottom: .75rem
}

.timeline-call .item::before {
    content: "";
    position: absolute;
    left: -1.15rem;
    top: .35rem;
    width: .65rem;
    height: .66rem;
    background: #0055a5;
    border-radius: 50%
}

.is-disabled {
    pointer-events: none;
    opacity: .65
}

.alert-default {
    background-color: rgb(233, 236, 239);
    border-color: rgb(223, 223, 223);
    color: #0055a5;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.375rem;
}

select.form-control{
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    background-color: #fff;
    background-size: 16px 12px;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}