/* @import url(styles.css); */
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,cyrillic,latin-ext);
body{background: #f6f6f6; font-family: 'Open Sans', sans-serif; color: #333333; font-weight: bold; font-size: 11px;}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 13px;
}

.header-top{
	/* background: url(../images/header-top-bg.png) fixed repeat; */
	background: linear-gradient(0.25turn, #0883db, #8bd6e8, #0883db);
	background-size: 100% auto;
}

img.logo{
	border-radius: 5px;
	margin: 5px 0;
	width: 180px;
}
.top-header-title{
	font-size: 22px;
	color: #fff;
}
.top-header-desc{
	font-weight: 800;
}

/* .user-experience{
	min-height: 100px;
} */
.user-experience-list{
	color: #fff;
	background: #5d5d5d;
	padding: 2px 5px; 
	border-right: 1px solid #fff;
	text-align: left;
	position: absolute;
	bottom: 2%;
	width: 100%;
}

.user-experience-list a{
	color: #fff;
	font-weight: 600;
}

.dropdown-menu{
	padding: 0;
	border-radius: 0;
}
a.dropdown-item{
	color: #000;
    font-size: 11px;
    padding: 2px 10px;
}
 
.usericon{
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 2px;
}

.top-menu{
	padding: 2px 0 5px; 
}

.navbar{
	padding: 0;
}

.nav-item{
	background: #d9d9d9;
	color: #5c5c5e;
	margin: 0 2px;
}

.nav-item:hover{
	background: #0076be;
	color: #fff;
}

a.nav-link{
	color: #5c5c5e;
	font-weight: 600;
    font-size: 13px;
}

a.nav-link:hover{
	color: #fff; 
}

.medium-menu{
	background: #d2e7fe;
	padding: 15px 10px;
	min-height: 300px;
	border-bottom: 5px solid #0076be;
}

ul.categories {
    list-style: none;
    margin: 0;
    padding: 0 !important; 
    overflow: hidden;
}

ul.categories li a::after {
    background-image: url("../images/ui-icons_ef8c08_256x240.png");
    background-position: -32px 0px; 
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	content: "";
    position: relative;
    top: 0;
    float: right;
}
ul.categories li a.caret-down::after {
    background-image: url("../images/ui-icons_ef8c08_256x240.png");
    background-position: -64px -16px; 
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	content: "";
}

ul.categories li a {
    display: block;
    padding: 5px 5px 5px 10px;
	color: #5c5c5c;
	font-size: 12px;
}
ul.categories li a.left-menu-title
{
	color: #8b5f3c;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	
}
.list-group-item.active{
	background-color: #cddbba;
    border-color: #cddbba;
}
ul.categories li {
    position: reltive;
	list-style: none;
} 

ul.categories ul {
    padding: 0 0 0 10px;
} 

.kiwanja{
	background: #fff;
	padding: 0px 0;
	min-height: 300px;
	box-shadow: 0 0 3px #999;
}

.kiwanja-title{
	background: #6ac6ff;
	padding: 2px 5px;
	font-weight: 600;
}

.kiwanja-wrapper{
	padding: 2px 5px;
}
label{
	margin-bottom: 0;
}
form .form-control{
	font-size: 11px;
    padding: 2px 3px;
    height: 20px;
    border-radius: 0;
    border-bottom: 1px solid #999;
	color: #003daa;
}

form textarea.form-control{ 
    height: 80px; 
}

.no-gutters-2 {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters-2>.col, .no-gutters-2>[class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
}

.form-group-2 .form-group{
	margin-bottom: 0;
}

.line-through-top{
	height: 2px;
	background: #bcbdc1;
	margin: 10px 0;
}

.submit-loan{
	background: #8a5e3b;
	border: #8a5e3b;
	color: #fff;
	font-weight: 800;
	font-size: 22px;
}

.search-loan{
	background: #8a5e3b;
	border: #8a5e3b;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	padding: 1px 15px;
}

.calculator h2{
	color: #fff;
}
.calculator{
	background: #193a67;
	color: #fff;
	padding: 5px;
}

.fee-to-pay{
	font-size: 18px;
	text-align: center;
}

.edition-btn .fas, .edition-btn .far{
	background: #fcfcfc;
	padding: 5px 15px;
	margin: 0 1px;
}

.edition-btn a{
	color: #000;
	text-decoration: none;
}

.edition-btn a:hover{
	color: #8a5e3b;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 10px;
}

.log-box
{
	margin: 0 auto;
	padding: 100px 108px 26px;
	width: 614px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.log-box2
{
	margin: 0 auto;
	padding: 5px 10px 10px;
	background-color: #fff;
	font-family: ubuntul;
	font-size: 13px;
	margin-top: 20px;
	color: #000;
}

.signin-page{ 
	min-height: 800px;   
  display: block;
	position: relative;
}
.signin-page::after {
  content: "";
  background: #a8c086 url(../images/soras-saham-hq-5.jpg); 
  background-size: 100% auto;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.signin-page .header-top{
	border-bottom: 5px solid #0076be;
    background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.8)), #0076be;
}

#validate .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #c4c4c4;
    text-align: center;
    background: #fff ;
    border: 1px solid #ccc;
    border-right: 0px solid #fff;
    border-radius: 20px 0 0 20px;
	border: 1px solid #fff;
	height: 38px;
}

#validate .form-control {
    border-left: 0px solid #fff;
    border-radius: 0 20px 20px 0;
    padding: 6px 12px;
    font-size: 14px;
	height: 38px;
	border: 1px solid #fff;
    background: #fff ;
}
#validate .form-control:focus {
	border: 1px solid #fff;
    background: #fff ;
}
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background: #fff;
}

#validate .input-group {
    margin: 5px 0;
}

.signin-page .top-header-title {
    margin: 20px 0 0;
}

.commit{
	background: #0076be;
	border: 1px solid #0076be;
	border-radius: 20px;
}

.intl-tel-input { width: 100%; }

.intl-tel-input .iti-flag .arrow {border: none;}

.btn_calculator{
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 2px 5px;
}

.approve-wrapper{
	border: 1px solid #c4c4c4;
	padding: 5px;
	border-radius: 2px;
}

.contract-buttons{
	margin: 10px 0; 
	border-top: 1px solid #c4c4c4;
	padding: 2px 0;
}
.contract-button{
	padding: 2px 10px;
	border-radius: 1px;
	margin: 2px 2px;
}

.underlined{
	border-bottom: 1px solid #c4c4c4;
}

.other_field{
	background: #f8f8f8;
	padding: 2px 5px 0px;
}

.txtmsgtime{position: relative; }
.txtmsg{padding-top: 15px;}
.msg_toreply{padding: 5px; background: rgba(0, 163, 232, 0.2); font-size: 12px;}

.hiddeclass{color: #ff0000; font-size: 18px; font-weight: bold; cursor: pointer;}

.datetimefb{text-align: right; padding: 2px; background: rgba(156, 26, 46, 0.14); color: #110606; position:absolute; top: 1px; right: 1px;}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid rgba(0, 163, 232, 0.2);
}

th.comment-box{
	width: 400px;
}

.feeback-section{
	background: #c4c4c4;
	border-radius: 3px;
	padding: 5px;
}

.dataTables_wrapper .dataTables_filter input{
	margin: 0 0 5px 0;
}

.dt-buttons{
	display: inline-block;
}

.checkmember, .checkmember-2, .checkmember_renewal{
	padding: 5px 10px;
	background: #193a67;
	color: #fff;
	margin: 5px;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
}
.checkmember-2{
	margin-top: 12px;
}

.edition-btn .fas, .edition-btn .far{
	margin: 2px;
}

.checkmemberResult, .checkmemberResult-2{ 
	margin: 5px; 
	font-size: 10px;
}

.warning-message{
	font-size: 18px;
	color: #ff9100;
	padding: 10px;
	border: 1px solid #c4c4c4;
}
.warning-message li{ 
	color: #ff2a00; 
}

.add_itsinda { 
	color: #0076be;
    border: #0076be;
}
.add_itsinda:hover {
	background: #0076be;
	color: #fff;
    border: #0076be;
}

.remove_itsinda { 
    color: #ff6d6d;
    border: red;
}
.remove_itsinda:hover {
    background: #ff6d6d;
    color: #fff;
    border: 1px solid red;
}

.add_itsinda, .remove_itsinda {
    font-size: 16px;
    border: 1px solid #c4c4c4;
    padding: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0 0;
}

.remove_itsinda-2 {
    border: 1px solid #c4c4c4;
    padding: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block; 
}

.remove_itsinda-2:hover {
    background: #ff6d6d;
    color: #fff;
    border: 1px solid red;
}

.nbr_itsinda{
    font-size: 16px;
    border: 1px solid #c4c4c4;
    padding: 3px;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px 0;
    display: block;
}

.bordered{
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	min-height: 400px;
	padding: 2px;
	margin-top: 2px;
}


#example, #gc{font-size: 8px;}
table.dataTable thead th, table.dataTable thead td {
	padding: 5px 2px; 
}
table.dataTable tbody th, table.dataTable tbody td {
	padding: 5px 2px;
}

/* ############################## MOBILE ########################### */

@media screen and (max-width: 600px) {
  .top-header-title {
    font-size: 12px;
  }
  .top-header-desc{
		padding-bottom: 10px;
		font-size: 10px;
  }
  img.logo{
	  padding-bottom: 25px;
  }
  a.nav-link{
		font-size: 6px;
	  
  }
  .navbar-nav{
	      flex-direction: initial;
		
  }
  
  .navbar-nav .nav-link{
	  padding-left: 3px;
	  padding-right: 3px;
  }
  .container-fluid{
	  padding-right: 5px;
    padding-left: 5px;
  }
  body{font-size: 8px;}
	  .form-group{
		margin-bottom: 0;
	}
	
	.submit-loan{
		padding: 1px 15px;
		font-size: 12px;
		margin: 10px 2px;
	}

	.medium-menu{
		min-height: 100px;
	}
	
	.log-box { 
		padding: 50px 5px;
		width: auto; 
	}
	
	.signin-page {
		min-height: auto;
	}
	
	
}



