.kode-blog-detail {
    padding:19px 0;
}
ol.breadcrumb {margin-bottom: 0px;}

.financial-title {
    position: relative;
    z-index: 999;     text-align: left;     float: left;
    width: 100%;    margin: 0 auto 17px;
    padding: 0px 0px;
}

.financial-title h5 {
	font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px; font-size: 22px;     font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0px 0px 0px 0px;
}

  
.financial-title .margin-left-dots {
    margin-left: 4px;
}
.financial-title span {
    position: relative;     background: #2F94CF;
    width: 5px;
    height: 5px;
    display: inline-block;
}
.dosts-black {
    background-color: #666666!important;
}

.kode-search-02 {
    position: relative;     float: left;
    width: 100%;
    margin-bottom: 30px;
}

.kode-search-02 form input {
    border: 1px solid #e8e8e8;
    text-transform: capitalize;  float: left;
    width: 100%;     color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 44px;
    line-height: 20px;
    outline: none;
    padding: 4px 10px;
    vertical-align: middle;
    font-family: 'Volkhov', serif;
}

.kode-search-02 button {
    position: absolute;
    right: 0px;
    display: inline-block;
    top: 0px;
    margin: 3px 3px 0 0;
    font-size: 15px;
    color: #b3b3b3;
    width: 36px;
    height: 37px;
    background: #38b4ff;
    color: #fff;
    line-height: 37px;
    text-align: center;
}


.social-note-list  {
    margin-bottom: 48px;
}
.social-note-list ul  {
    float: left;
    width: 100%;
}

.social-note-list ul  {
    float: left;
    width: 100%;
}
.social-note-list ul li {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 12px;
    padding-top: 9px;
}

.social-note-list ul li:before {
    position: absolute;
    content: "\f105";
    font-family: fontawesome;
    top: 10px;
    left: 0px;
    font-size: 15px;
    color: #38b4ff;
}

.stb  {
    background: #81b84d;
    float: right;
}

.social-note-list ul li span {
    float: right;
    position: relative;
    font-size: 15px;
    margin-right: 20px; color:#000;
}
.social-note-list ul li span:before {
    position: absolute;
    content: "(";
    top: 0px;
    left: -5px;
}

.social-note-list ul li span:after {
    position: absolute;
    content: ")";
    top: 0px;
    right: -5px;
}

 
 
 
 
/**=========================
	START BLOG
=========================**/
 
 .blog-img {
    position: relative;
}
.blog-img .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    color: #fff;
    background-color: #4CAF50;
    box-shadow: 0 0 0 0;
    outline: 0;
    border-color: #4CAF50;
    padding: 12px 25px;
    border-radius: 200px;
}

 .blog-card .card {
    padding-top: 40px;
	    width: 100%;
    border-radius: 0;
    padding: 30px;
    margin-bottom: 2rem;
    border: 0;
    display: inline-block;
    box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
	flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
	    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}



 .blog-card  .card li {
    display: inline-block;
    margin-right: 8px;
}


 .blog-card  .card li a {
    color: #888;
}


 .blog-card  .card h4 {
    margin: 14px 0 6px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
}


.blog-card .card p {
    text-align: justify;
    line-height: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}



   .blog-card:hover .btn-link {
    display: block;
}
 .blog-card  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}


 .blog-card  .btn-link {     font-weight: 400;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 3px auto;
    text-align: center;
    animation: btn_linkmate 1s forwards;
    -webkit-animation: btn_linkmate 1s forwards;
    -moz-animation: btn_linkmate 1s forwards;
    -o-animation: btn_linkmate 1s forwards;
}




/* Link Btn Animate */
@keyframes btn_linkmate{
  0% {
    right: 100px;
    opacity: 0;
  }
  100% {
    right: 0px;
    opacity: 1;
  }
}

 .blog-card  .btn-link a {
    background: #1b5a8d;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: table;
    margin: auto;
    line-height: 40px;
}

 .blog-card  .btn-link a:hover {      background: #2c85cd;
    color: #fff;
}


.blog-form .form-control {
    border-radius: 0;
    margin: 0 0 10px;
    height: 41px;
}
.blog-form  textarea.form-control {
    height: 90px!important;
}


 textarea::placeholder, input::placeholder, select  { color:#999!important; font-weight:normal;
}




  .financial-comment-title{
    float: left;
    width: 100%;
    margin: 0 0 20px;
}


 .border-b-light {
    border-bottom: 1px solid #ddd;
}

.border-b-light h5, h5.mb-0 {
    color: #000;
    font-size: 20px;
    font-family: 'lato';
    margin: 0 0 4px;
}

.border-b-light p {
    margin: 0 0 12px;
}

  .kode-replay-box-form input {
    outline: 0;
    max-width: 100%;
    width: 100%;
    height: 42px;
    padding: 6px 13px;     margin: 0 0 13px;
}

  .kode-replay-box-form textarea {
    outline: 0;
    max-width: 100%;
    width: 100%;
    height:122px;
    padding: 6px 13px;     margin: 0 0 13px;
}

.bht  {
    background: #81b84d;
    font-size: 15px!important;
}




   .kode-replay-box-form .fa{
    position: absolute;
    right: 30px;
    top: 12px;
}



  p.mb-1  {
    margin: 0 0 4px; float: left;
    width: 100%;
}


 .card p  {  float: left;
    width: 100%;
}


.rep {
    width: 100%;
    float: left;
}

.pl-5  {
    padding-left: 3rem!important;
}



 .lop{
    margin: 0 0 10px;
}

.blog-card .card.leav  { padding-bottom: 0; }

.ruser {
    float: left;
    margin: 4px 13px 0 0;
    font-size: 17px;
    letter-spacing: 0.5px;
}

   .kode-replay-box-form .fa{
    position: absolute;
    right: 30px; color: #000;
    top: 12px;
}

 /****** Style Star Rating Widget *****/

.rating1 { 
  border: none;
  float: left;
}

.rating1 > input { display: none; } 
.rating1 > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating1 > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating1 > label { 
  color: #000; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating1 > input:checked ~ label, /* show gold star when clicked */
.rating1:not(:checked) > label:hover, /* hover current star */
.rating1:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating1 > input:checked + label:hover, /* hover current star when changing rating */
.rating1 > input:checked ~ label:hover,
.rating1 > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating1 > input:checked ~ label:hover ~ label { color: #FFED85;  } 



.rting .checked {
  color: orange;
}
.rting span {
  color: #ccc;
}

.n1  {
    float: left;
}

.rting {
    float: right;
}

 .blog-form  {
    background: #f2f2f2;
    display: inline-block;
    float: left;
    width: 100%; margin:0 0 40px;
    padding: 17px 14px 0;
}

 .blog-form .grey-hover.bt { 
    margin: 0 auto 20px;
    display: table;
}




 .lt ul {
    background: #f2f2f2;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 0 0px;
    padding: 17px 14px 32px;
}






.blog-card .card strong {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    float: left;
}


   .card.dtl ul {
    padding-left: 21px;
}

.card.dtl li {
    display: list-item!important;
    list-style-type: disc;
    width: 100%;
    margin: 0 0 26px;
    line-height: 23px;
    font-family: 'lato';
    font-size: 15px;
    float: left;
}





.blog-card .card h3 {
    font-size: 24px;
    margin: 12px 0 14px;
    font-weight: 800;
    font-family: 'lato';
    float: left;
    width: 100%;
    color: #03b90b;
    letter-spacing: 0.5px;
}



.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    float: left;
    width: 100%;
}

.blog-card .card td, .blog-card .card th {
    padding: 0;
    width: 50%;
    /*display: block;*/
    /*float: left;*/
    padding: 13px 12px 2px;
 
}

.blog-card .card table{
    border: solid 1px #000;
}

.blog-card .card td:last-child { 
border-left: solid 1px #000;
}


.blog-card .card td:first-child { 
border-right: solid 1px #000;
}



@media only screen and (max-width:700px)
{
    .blog-card .card td, .blog-card .card th {
    padding: 0;
    width: 100%;
    /*display: block;  height: auto;*/
    display: table-cell;
    height: auto;

}

.blog-card .card table p {
    padding: 10px;
}
.blog-card .card {
     
    padding: 10px;
    
}
.col-lg-12.blog-card {
    padding: 0;
}

}

.top-line p {
    display: inline-block;
    margin-right: 14px;
    float: left;
    width: auto;
}

.top-line  {
    display: inline-block; 
    float: left;
    width:100%;
}

 .blog-card .card h2{
    float: left;
    width: 100%;
    margin: 16px 0 16px;
    /*background: #3F51B5;*/
    background: #8de5f3;
    padding: 10px;
    color: #fff;
    font-size: 22px;
}


.blog-card .card h4 {
    margin: 21px 0 9px;
    font-size: 16px;
    font-family: 'lato';
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 26px;
    color: #1d8821;
    float: left;
    width: 100%;
}

.top-line a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    margin: 0 0 17px;
    display: block;
}

.card.dtl h1 {
    float: left;
    width: 100%;
    font-size: 27px;
    font-family: 'lato';
    line-height: 36px;
    letter-spacing: 0.5px;
    color: #107ed6;
    font-weight: 800;
}





pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #fff!important;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #2196F3!important;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.blog-card .card p em strong {
    text-align: left;
    color: #fff;
    font-size: 15px; 
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.48);
}

.blog-card .card p em a {
    text-align: left;
    color: #fff
    
}


.blog-card .card p em {
    background: #2196F3;
    float: left;
    width: 100%;
    color: #fff; font-style: normal;
    font-weight: bold;
    padding: 4px 11px;
}


/* BREADCRUMB-CSS 9/12/19*/
.breadcrumb {
    
    list-style: none;
    border-radius: 4px;
    /* padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px; 
	background-color: #fff;*/
	padding: 7px;
	margin-bottom: 0px; 
}


.breadcrumb i {
    float: left;
    margin: 4px 6px 0;
}

.breadcrumb a {
    
    text-decoration: none;
}


.breadcrumb>li:last-child {
    font-weight: 600;
     pointer-events: none;
    
}

/* $page_title  */
.br2 {
     color: #12ab3c ;
    font-size: 15px;
	
}
 .br1  {
    
    font-size: 15px;
	color:black;
}


.br1:hover {
   
    color: #12ab3c;

    
}
.br2:hover {
   
   color: #12ab3c;

    
}
/* BREADCRUMB-CSS 9/12/19*/

@media (min-width: 768px)
{
.collapse .navbar-right {
     margin-right: -15px;
    margin: 0 -15px 0 0;
    float: left!important;
    padding-left: 81px;
}
}

