/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jan 12, 2022, 8:16:46 AM
    Author     : Suri
*/

@import "utilities";


.bg-bci{
    background-color: whitesmoke;
}

 .cm-menu > li > a:hover {
    background: #cc0000;
    color: white;
 
 }
 body{
     padding-top: 70px; /*250px; /* 140px */
     font-family: "Roboto Condensed",sans-serif;
    /* height: 100%; */
 }
 .card .nav-link.active{
     color:whitesmoke;
 }
 
 a {
	color: #c00;
	transition: all .3s ease-in-out;
}

a:focus, a:hover {
	color: #9b0000;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
 
 .navbar-light .navbar-nav .nav-link{
     color:black;
     text-align: center;
 }
 
 .navbar-light .navbar-nav .nav-link a:hover a:focus{
     color: white;
 }
 
 .navbar-light .navbar-nav .nav-link.active{
     color:white;
 }
 
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color:white;
     background: #cc0000;
 }
 
 .btn-secondary{
     background: #cc0000;
 }
 
 .btn-secondary:hover{
     background: #151e27;
 }
 
 .btn-secondary.dropdown-toggle:focus{
     background: black;
     color: white;
     border: #cc0000;
 }
 
 .btn-secondary.a{
     background: #dc3545;
 }
 
 .dropdown-item:focus, .dropdown-item:hover{
     background-color: #E0E0E0;
     color: #cc0000;
 }

 
 .footer-style{
     /*padding:10px 10px 10px 10px;*/
      background:#b2b2b2; /*#b2b2b2; /* black manitowc#151e27; */ 
     color:white;
     padding: 20px 0px 10px 0px;
 }
 .footer-partner{
     
     width: auto;
 }
 
 .footer-partner{
     width: auto;
 }
 
 .footer-brand{
     font-size: 13px;
     font-weight: bold;
 }
 
 .footer-address{
     font-size: 12px;
 }
 
 .img-home{
     width: auto;
     height: 150px;
 }
 
 .footer-social{
     font-size: 13px;
     font-weight: bold;
     display: block;
     background: black;
     color:white;
 }
 
 .footer-social-link{
     display: block;
     line-height: 0px;
 }
 
 .footer-phone{
     color: #12727a;
     font-weight: bold;
 }
 
 /*floating menu*/
 #floatdiv{
     position:absolute;
     width:80px;
     height:auto;
     top:0px;
     right:0px;
     left: 1104px;
     background:#E00022; /*#FFFFFF;*/  
     z-index:100;
     color: white;
     font-size: 12px;
     text-align: center;
 }
 #floatdiv .floatdivWhiteBottom{
     padding: 12px 0px 12px 0px;
     /*width: 75px;*/
     height: auto;
     text-align: center;
     font-weight: bold;
 }
 a.float:link, a.float:visited{
     color: white;
     text-decoration: none;
     text-align: center;
     font-weight: bold;

 }

 #floatdiv .floatdivWhiteBottom a:hover{
     color: #3A3B3D;
     text-decoration: none;
     text-align: center;
     font-weight: bold;

 }

 #floatdiv .floatdivWhiteBottom i{
     text-align: center;
 }

 #floatdiv .floatdivWhiteBottom .fa{
     display: block;
 }

 #floatdiv .pemisah{
     border-bottom-style:solid;
     border-bottom-width: 1px;
 }
 
 /* panindia */
 
 .mbr-text {
  font-style: normal;
  line-height: 1.6;
 }
 
 .containerHeader {
  position: relative;
  text-align: center;
  color: white;
}

 .centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:white;
  font-size:3em;
  font-weight: bold;
 }
 
 /* dropdown menu tanpa click */
 
/* .navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}*/

/*.ddl {
  float: left;
  overflow: hidden;
}

.ddl .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}*/

/*.navbar a:hover, .ddl:hover .dropbtn {
  background-color: #151e27;  red;
  color:white;
}*/

/* 
dropdown sub menu
*/
.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
  
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }
  
  .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
  }
  
  .dropdown-submenu.pull-left {
    float: none;
  }
  
  .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }


  /* new css 24/06/2024 */

  .isi_parts {
    font-family: helvetica;
    font-size: 14px;
    text-align: justify;
    }



.judul_parts {
    font-family: helvetica;
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #cc0000;
}

.font_helve{
  font-family: helvetica;
}

.bold{
  font-weight: bold;
}