/* @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);
@font-face {
    font-family: 'AllianzNeo';
    src: url('../fonts/AllianzNeo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AllianzNeo';
    src: url('../fonts/AllianzNeo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AllianzNeo';
    src: url('../fonts/AllianzNeo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body{background: #f6f6f6 url(../images/sa-footer-bg.png) repeat-x bottom;
    font-family: AllianzNeo, 'Open Sans', sans-serif;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 160px;
    background-size: auto 150px;}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333333;
    font-family: 'AllianzNeo', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

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

img.logo{
	border-radius: 5px;
	margin: 5px 0;
	width: 300px;
	filter: invert(100%) brightness(1000%) contrast(100%);
    filter: invert(100%) brightness(1000%) grayscale(100%);
    padding: 15px 0;
}
.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: #0d75c9;
	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: 15px;
}

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

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
}

.medium-menu{
	background: #023781;
    padding: 15px 10px;
    min-height: 300px;
    border-bottom: 5px solid #0d75c9;
}

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

ul.categories li a::after {
    background-image: url("../images/ui-icons.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.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: #d5d5d5;
	font-size: 14px;
}
ul.categories li a.left-menu-title
{
	color: #F1F1F1;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	
}

.table-bordered {
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 15px;
}

.list-group-item.active{
	background-color: #0d75c9;
    border-color: #0d75c9;
}
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: #023781;
    padding: 2px 5px;
    font-weight: 600;
    color: #ffffff;
}

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

.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: #023781;
	border: #023781;
	color: #fff;
	font-weight: 800;
	font-size: 22px;
}

.search-loan{
	background: #023781;
	border: #023781;
	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: #023781;
}

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-allianz-hq-2.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 #023781;
    background: linear-gradient(rgb(13 117 201), rgb(0 72 140)), #023781;
}

#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;
}


/* ####### REBRANDING - SANLAM ALLIANZ */

.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 #0d75c96b;
    border-right: none;
    border-left: none;
}

table{
	background: #f2f8fc;
	border: none !important;
}

.table-striped tbody tr:nth-of-type(odd), .table-striped tbody tr:nth-of-type(even) {
    background-color: #f2f8fc;
}

.table-striped tbody tr:hover td {
    background: #dde8f0;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 2px !important;
    font-weight: bold;
    color: #023781;
    font-size: 9px;
    border-top: none;
}

.installment {
    width: 100%;
}

#example, #gc {
    font-size: 9px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    position: absolute;
    top: 1px;
    right: 0px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 16px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
    padding: 2px; 
    text-align: left;
    line-height: normal;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 20px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0883db transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #003daa;
  font-weight: normal;
}
.select2-container .select2-selection--single .select2-selection__rendered { 
  padding-left: 0px; 
  font-weight: normal;
  font-size: 13px;
}

.select2-container { 
  margin-top: -2px; 
}

.select2-results__option {
  padding: 0 2px 4px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 10px;
}

.select2-search--dropdown .select2-search__field {
  padding: 0 4px;
  width: 100%;
  box-sizing: border-box;
}

/* ############################## 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;
	}
	
	
}



