.wrap_follow_up_note  {
	position: relative;
}

.wrap_follow_up_note h3 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;

}

.wrap_follow_up_note p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.f_bold {
	margin-right: 8px;
  font-weight: 700;
}

.latest_status_fou {
	position: relative;
	margin-top: 15px;
}

.latest_status_fou ul {
	list-style: none;
	padding: 0;
    margin: 0;
}

.latest_status_fou ul li{
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: #eee;
	border-radius: 100%;
}

.latest_status_fou ul li a{
	display: inline-block;
	width: 30px;
	padding: 3px;
	height: 30px;
	border-radius: 100%;}
.latest_status_fou ul li a img {width: 20px;}
.btn_more {
	position: relative;
    /* padding: 10px; */
    float: right;
    width: 100px;
    /* height: 30px; */
    text-align: right;
    font-size: 26px;
    color: #777;
}
.btn_more i {}
.profiletimeline .dropdown-toggle::after {
    display: none;
}
.wrap_timeline {
	background-color: #fff;
}

.wrap_timeline:hover {
	background-color: #f9f9f9;
}

.form-control {
    border: 1px solid #ccc !important;}

    .card-body  .dropdown-toggle::after {
    display: none;
}

#list_client .table tr {
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 1px rgba(51,51,51,0.05);
    box-shadow: 0 2px 1px rgba(51,51,51,0.05);
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    padding: 15px;
}

#list_client .table thead  {
    background-color: #fff;
}
#list_client .table tr:hover{
    background-color: #f1f1f1;
}

.marketplace_content {
    position: relative;
}

.marketplace_content h2 {
        padding: 0 0 5px 0;
    margin: 0;
    font-family: 'Poppins', 'sans-serif';
    font-size: 15px;
    font-weight: normal;
    color: #333;
}

.marketplace_content p {
    padding: 0 0 3px 0;
    margin: 0;
    font-family: 'Poppins', 'sans-serif';
    font-size: 13px;
    color: #777;
}

.marketplace_content p i {
    margin-right: 5px;
}


.skin-blue .topbar, .skin-blue-dark .topbar {
    background: #0E797B;
}


.app-search .form-control {
        border: 1px solid #0e797b !important;
}

.skin-blue .page-titles .breadcrumb .breadcrumb-item.active {
    color:#0E797B; 
}

.skin-blue .sidebar-nav>ul>li.active>a {
    border-left: 3px solid #0E797B;
}

.skin-blue .sidebar-nav>ul>li.active>a, .skin-blue .sidebar-nav>ul>li.active>a i {
    color:#0E797B;
}


.skin-blue .sidebar-nav ul li a.active {
     color:#0E797B;
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #0E797B;
    background-color: #fff;
    color: #0E797B;
}

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #0E797B;
    border-color: #0E797B;
    color: #fff;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after, .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #0E797B;
}

.wizard-content .wizard>.actions>ul>li>a {
    background-color: #0E797B;
}



.box_wrapper {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
}

.box_wrapper h3 {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #000;
}

.wrap_cp_border {
    position: relative;
    border-left: 1px solid #eee;
    padding-left: 10px;
    height: 100%;
    padding-right: 15px;
}

.pad_left {

    padding-left: 15px;
}

.txt_mandatory {
    color: red;
}

.page-titles .btn-info{
    color: #fff;
    background-color: #0e797b;
    border-color: #0e797b;
}

.page-titles .btn-info:hover {
    color: #fff;
    background-color: #0e797b;
    border-color: #0e797b;
}

.badge-cyan {
    color: #fff;
    background-color: #e84118;
}

.sidebar-nav ul li.nav-small-cap {
    padding: 20px 14px 14px 0;

}

.bor_wrap {
    border-radius: 4px;
    border: 1px solid #eee;
}

.karasteristik_wrap{
    position: relative;
}


.karasteristik_wrap h3{
    padding: 0px 0 0 0;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
    color: #000;
    font-family: 'Poppins', 'sans-serif';
}

.karasteristik_wrap ul{
    padding: 20px 0 0 0;
    position: relative;
    margin: 0;
    list-style: none;
}

.karasteristik_wrap ul li{
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 25px;
    font-family: 'Poppins', 'sans-serif';
}

.wrap_np{
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.login-box .form-control {
    border: 1px solid  transparent !important;
}  


.login-box .btn-info {
    color: #fff;
    background-color: #0E797B;
    border-color: #0E797B;
}

.login-box .btn-info:hover {
    color: #fff;
    background-color: #0E797B;
    border-color: #0E797B;
}

.wrap_portfolio {
    position: relative;
}

.wrap_portfolio ul{
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.wrap_portfolio ul li{
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 30px;
    width: auto;
}

.wrap_portfolio ul li p{
    font-size: 15px;
    color: #000;
    padding: 0;
    margin: 0px;
    font-family: 'Poppins', 'sans-serif';
}

.wrap_portfolio ul li .circle {
    position: relative;
    margin-top: 10px;
    width: 80px;
    height: 80px;
    margin: 20px auto;
    border-radius: 50%;
    border: 3px solid #eee;
}

.wrap_portfolio ul li h3{
font-size: 2.5rem;
color: #000;
padding: 12px 0 0 0;
margin-bottom: 10px;
font-family: 'Poppins', 'sans-serif';
}


.card-body .btn-info:hover {
    color: #fff;
    background-color: #0e797b;
    border-color: #0e797b;
}

.c100 > span {
/* width: auto; */
line-height: 3.5em;
font-size: 0.3em;
    
}

.statistik_title {
   position: relative;
}

.statistik_title  h3 {
    padding: 0 0 10px 0;
    text-align: center;
    margin: 0;
    font-size: 15px;
    color: #777;
    font-family: 'Poppins', 'sans-serif';
}

.statistik_title  p {
    padding: 20px 0 0px 0;
    margin: 0;
    font-size: 13px;
    color: #777;
    font-family: 'Poppins', 'sans-serif';
}

.wrap_add_board {
    cursor: pointer;
    position: relative;
    display: block;
    height: 360px;
    padding: 10px;
    border: 2px dashed #ccc;
    background-color: #f9f9f9;
}

.upload_wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    outline-offset: 15px;
}


.file-upload__label {
  display: block;
    padding: 1em 2em;
    color: #211922;
    padding: 10px;
    width: 80%;
    /* border: 2px dashed #ccc; */
    text-align: center;
    background-color: #eee;
    outline-offset: 15px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin-bottom: 0px !important;
    border-radius: .5em;
    transition: background .3s;
    margin: 0px auto;
    text-transform: lowercase;
}


.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}


.wrap_avatar_profile {
    position: relative;
    text-align: center;
}

.wrap_avatar_profile .wrap_img {
    width: 120px;
    height: 120px;
    display: inline-block;
    background-color: rgb(238, 238, 238);
    margin: 0px auto;
    border-radius: 100%;
}

.wrap_avatar_profile .wrap_img  h3 {
   padding: 50px 0 0 0;
    font-weight: 600;
    color: #a5a5a5;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}


.wrap_avatar_profile .wrap_img img {
    border-radius: 100%;
}


.col_20 {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 1px;
    width: 20%;
    float: left;
}
.col_20 .card .card-title {
    font-size: 14px;
}

.col_25 {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 1px;
    width: 25%;
    float: left;
}
.col_25 .card .card-title {
    font-size: 14px;
}
.col_33 {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 1px;
    width: 33.2%;
    float: left;
}
.col_33 .card .card-title {
    font-size: 15px;
}

html body .display-5 {
    font-size: 2.5rem;
}

html body .display-6 {
    font-size: 1.5rem;
}

.wrap_row_form{
    padding: 15px;
    margin-bottom: 10px;
    /* border: 1px solid #0E797B; */
    background: #f9f9f9;
}

.wrap_row_form span.num {
    float: right;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-family: 'Poppins', 'sans-serif';
    background-color: #0E797B;
}

.display-6 {
    font-size: 2rem;
}

.h_180 {
    height: 180px;
}


/* ----------------------------------------------------------------
   Loading Spinner
-----------------------------------------------------------------*/
.loading-spinner { width: 50px; text-align: center; position: relative; margin:auto; }
.loading-spinner > div { width: 12px; height: 12px; background-color: #efefef;  border-radius: 100%; display: inline-block; -webkit-animation: bouncedelay 0.7s infinite ease-in-out; -moz-animation: bouncedelay 0.7s infinite ease-in-out; animation: bouncedelay 0.7s infinite ease-in-out; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
.loading-spinner.loading-spinner-md > div { width: 16px; height: 16px; }
.loading-spinner.loading-spinner-lg{ width: 80px; }
.loading-spinner.loading-spinner-lg > div { width: 24px; height: 24px; }
.loading-spinner.light > div { background-color: #efefef; }
.loading-spinner .bounce1 { -webkit-animation-delay: -0.32s; -moz-animation-delay: -0.32s; animation-delay: -0.32s; }
.loading-spinner .bounce2 { -webkit-animation-delay: -0.16s; -moz-animation-delay: -0.16s; animation-delay: -0.16s; }

/* ----------------------------------------------------------------
   Loading Spinner Page
-----------------------------------------------------------------*/
.loading-spinner-page { width: 50px; text-align: center; position: relative; margin:auto; }
.loading-spinner-page > div { width: 12px; height: 12px; background-color: #0d7375;  border-radius: 100%; display: inline-block; -webkit-animation: bouncedelay 0.7s infinite ease-in-out; -moz-animation: bouncedelay 0.7s infinite ease-in-out; animation: bouncedelay 0.7s infinite ease-in-out; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
.loading-spinner-page.loading-spinner-page-md > div { width: 16px; height: 16px; }
.loading-spinner-page.loading-spinner-page-lg{ width: 80px; }
.loading-spinner-page.loading-spinner-page-lg > div { width: 24px; height: 24px; }
.loading-spinner-page.light > div { background-color: #0d7375; }
.loading-spinner-page .bounce1 { -webkit-animation-delay: -0.32s; -moz-animation-delay: -0.32s; animation-delay: -0.32s; }
.loading-spinner-page .bounce2 { -webkit-animation-delay: -0.16s; -moz-animation-delay: -0.16s; animation-delay: -0.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
@-moz-keyframes bouncedelay {
  0%, 80%, 100% { -moz-transform: scale(0.0) }
  40% { -moz-transform: scale(1.0) }
}

.page-wrapper .panel {
    margin: 20px 0px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.custom-control {
    display: table-cell;
    padding-right: 10px;
    margin-right: 20px;
}

label.error, span.error {
    color: #ff4e4e;
    margin-top: 5px;
    padding-bottom: 5px;
}

.input_capital {text-transform: uppercase;}

.profiletimeline .sl-left {
    float: left;
    margin-left: -60px;
    width: 40px;
    height: 40px;
    background: #eee;
    z-index: 1;
    margin-right: 15px;
    border-radius: 50%;
}

.profiletimeline .sl-left p {line-height: 3;text-align: center;margin: 0;font-weight: 600;color: #fff;}
.pad_t_b_20 { padding-top: 20px;padding-bottom: 20px;}
.scroll-sidebar{ height: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: #0e797b;
    color: #fff;
    border-color: #0e797b;
}
.mini-sidebar .navbar-header span{
    display: none;
}
label.error{
    margin: 10px 0px 0px;
}
.upload-btn{
    position: relative;
}
.upload-btn [type=file]{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer !important;
    display: inline-block;
}
.help-block{
    display: block;
    color: #555;
}
.btn_prospect_grey {border: 2px solid #bec4ca;background-color:transparent;color: #000;font-size: 10px;padding:0px;}
.btn_prospect_cold {border: 2px solid #00a8ff;background-color:transparent;color: #000;font-size: 10px;padding:0px;}
.btn_prospect_med {border: 2px solid #4bd234;background-color:transparent;color: #000;font-size: 10px;padding:0px;}
.btn_prospect_hot {border: 2px solid #ec2124;background-color:transparent;color: #000;font-size: 10px;padding:0px;}
.pad_15 {padding: 15px;}
.mar_top_30 {margin-top: 30px;}
.mar_top_25 {margin-top: 25px;}
.border_characteristic {
    border-top: 1px #08a2a5 solid;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px #08a2a5 solid;
    margin-bottom: 20px;}

#capture2 {
    background: #edf1f5;
    position: relative;
    padding: 10px 25px;
    font-family: Poppins,sans-serif;
    line-height: 1.5;
    color: #212529;
}

.btn-info {
    color: #fff;
    background-color: #0e797b;
    border-color: #0e797b;
}
.btn-info:hover {
    color: #fff;
    background-color: #10b6b9;
    border-color: #10b6b9;
}

.btn-info-prospect {
    color: #fff;
    background-color: #03a9f3;
    border-color: #03a9f3;
}

.irs-from, .irs-to, .irs-single {
    font-size: 15px;
}
.irs-min, .irs-max {
    font-size: 15px;   
}


.btn-group, .btn-group-vertical {width: 100% !Important; display: inline-block !Important;}
.circle_big {font-size: 90px !important;}
.font_feffff {color: #feffff !important; }

.result{
        position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.result h3{
        padding-left: 23px;
    margin: 0px;
    font-size: 20px;
    line-height: normal;
    padding-top: 10px;
}
.result ol{
        margin: 5px;
    padding-left: 50px;
    font-size: 20px;
}
.result li{
    margin: 5px;
    font-size: 14px;
}
.martop_15 {margin-top: 15px;}
.notif_prospect {font-weight: 600;padding-top: 5px;}
.background_yellow {background-color: #01c0c8;}

.notify .heartbit {
    position: absolute;
    top: -27px;
    right: -9px;
    height: 35px;
    width: 35px;
    z-index: 10;
    border: 5px solid #e46a76;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.notify .point {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #e46a76;
    position: absolute;
    right: 2px;
    top: -15px;
}

.col-md-20 {
    width: 20%;
    float: left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
}

.report .table td, .table th {
    padding: 6px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.heading_line {
    margin-bottom: 8px;
    padding: 10px;
    background-color: #6bcb6326;
  }
  
  .heading_line h4 {
    color: #419b82;
    font-size: 14px;
    padding: 0;
    margin: 0;
    position: relative;
    font-weight: 600;
  }
  