
/**
 * Fonts Settings
 */

body{
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, .title{
  font-family: 'Libre Franklin';
  font-weight: bold;
}

h5, h6, .h5, .h6{
  font-family: 'Libre Franklin';
  font-weight: normal;
}

/**
 * Colors
 *
*/
body{
	color: #656565;
}
.si-primary{
	background-color:  #003B4A !important;
	color: white !important;
}

.si-secundary{
	background-color:  #00586F !important;
	color: white !important;
}

.si-tertiary{
  background-color:  #1485df !important;
  color: white !important;
}

.si-medium{
	background-color:  #01337f !important;
	color: white !important;
}

.si-light{
	background-color:  #7A97AB !important;
	color: white !important;
}

.si-gray{
	background-color: #F9F9F9 !important;
	color: #4A4A4A;
}

.si-text-primary{
	color: #003B4A !important;
}

.si-text-secundary{
	color: #00586F !important;
}

.si-text-tertiary{
  color: #1485df !important;
}

.si-text-medium{
	color: #01337f !important;
}

.si-text-light{
	color: #7A97AB !important;
}

a{
	color: #01337f;
}

.si-b-primary{
	border: 2px solid #003B4A !important;
}

.si-bt-primary{
	border-top: 2px solid #003B4A !important;
}

.si-bb-primary{
	border-bottom: 2px solid #003B4A !important;
}

.si-bl-primary{
	border-left: 2px solid #003B4A !important;
}

.si-br-primary{
	border-right: 2px solid #003B4A !important;
}

.si-b-gray{
	border: 2px solid #F9F9F9 !important;
}

.si-bt-gray{
	border-top: 2px solid #F9F9F9 !important;
}

.si-bb-gray{
	border-bottom: 2px solid #F9F9F9 !important;
}

.si-bl-gray{
	border-left: 2px solid #F9F9F9 !important;
}

.si-br-gray{
	border-right: 2px solid #F9F9F9 !important;
}

.btn{
	border-radius: 15px;
}

.btn-icon{
	border-radius: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #01337f;
    border-color: #01337f;
}

.btn-light {
    color: #01337f;
    background-color: #fff;
    border-color: #01337f;
}

/** styles **/
.back-sign{
	background-image: url('/asset/images/header.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 35%;
}
.navbar-si{
	border-top: 5px solid #00586F;
	padding: 14px 20px;
}
.navbar-si div#navbarSupportedContent{
	border-radius: 20px;
	box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 0.1);
	max-width: 85%;
    margin: auto;
}
.navbar-si .nav-item>.nav-link{
	text-transform: uppercase;
	padding-bottom: 15px;
    padding-top: 15px;
}
.navbar-si .nav-item.active>.nav-link{
	color: #01337f;
    border-bottom: 2px solid #01337f;
}
.navbar-sign{

}
.logo{
	max-width: 120px;
	margin: 0 auto;
}
.card .card-header{
	background-color: white;
}
.fa-stack { font-size: 0.5em; }
.fa-stack i {vertical-align: middle;}
.fa-stack .fa-stack-1x:before{
    right: -12px;
    bottom: -8px;
    position: relative;
    background: white;
    border-radius: 50%;
}
.file-drop-zone{
	margin: 0;
	min-height: 200px;
}
.file-drop-zone-title{
	padding: 30px 10px;
}
.kv-preview-data.file-preview-other-frame, .kv-file-content {
    max-width: 100% !important;
    max-height: 100% !important;
}
.krajee-default.file-preview-frame{
	max-width: 90%;
	margin: 0 auto;
}
.sign-wrapper {
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sign-container .card {
    border: 1px solid #BBBBBB;
    border-radius: 10px;
}
#sign-container .card-header{
	border-radius: 10px 10px 0px 0px;
}
#sign-container .card-footer{
	border-radius: 0px 0px 10px 10px;
}
.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
}
.bootstrap-tagsinput {
    width: 100%;
}
.bootstrap-tagsinput .tag{
	background-color: #003B4A !important;
	padding: 1px 5px;
}
.back-login {
    background-image: url(/asset/images/back.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 100vh;
}
.card-login,
.card-login .card-header,
.card-login .card-footer{
	border-radius: 20px;
	border: none;
}
.card-login{
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 0.4);
}
.card-login .card-title{
	margin: 20px 0px;
}
div.hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eee;
  text-align: center;
  height: 0px;
  line-height: 0px;
}

.hr-title {
  background-color: #fff;
  top: -10px;
  position: relative;
  padding: 0px 12px;
}
.si-table>tbody>tr{
    border-bottom: 5px solid white;
}
.si-table>tbody>tr>td{
	background: #F9F9F9;
}
.si-table>tbody>tr>td:first-child{
	border-radius: 20px 0px 0px 20px;
}
.si-table>tbody>tr>td:last-child{
	border-radius: 0px 20px 20px 0px;
}
.si-card{
	border: none;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 0.1);
}
.file-badge {
    max-width: 150px;
}
.file-badge>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    display: inline-flex;
}
.field-icon {
	float: right;
	margin-right: 6px;
	margin-top: -23px;
	position: relative;
	z-index: 2;
}
.pagination{
	display: inline-flex;
}
.page-link {
	border-radius: 6px;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #212529;
    background-color: #F9F9F9;
    border: none;
}
.page-item.active .page-link,
.page-item:hover .page-link,
.page-item:focus .page-link {
    z-index: 3;
    color: #fff;
    background-color: #01337f;
}
.custom-input{
  border: 1px solid #199eff !important;
  border-radius: 30px !important;
  outline: none;
  padding: 6px 20px;
  resize: none;
  width: 100%;
  background-color: #fff;
}
.custom-button{
  display: inline-flex;
  background-color: #199eff;
  color: #fff;
  padding: 8px 35px;
  border-radius: 30px;
  border: 0px;
  outline: none;
  text-align: center;
}
.time-line ul {
   list-style: none;
   padding: 0px;
   margin: 0px;
   padding-top: 20px;
   padding-left: 20px;
}
 .time-line ul li {
   color: gray;
   font-weight: 300;
   position: relative;
   padding-bottom: 20px;
}
 .time-line ul li:last-child .time-line-mark {
   display: none;
}
 .time-line ul li .time-line-mark {
   height: 100%;
   position: absolute;
   left: 107px;
   width: 2px;
   top: 12px;
   background-color: #1485df;
}
 .time-line ul li .time-line-point {
   height: 15px;
   position: absolute;
   left: 100px;
   width: 15px;
   top: 6.5px;
   border-radius: 15px;
   background-color: white;
   border: 2px solid #1485df;
   -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);
   -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);
   box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);
}
 .time-line ul li .time-line-content {
   display: flex;
}
 .time-line ul li .time-line-content .time-line-year {
   font-weight: bold;
}
 .time-line ul li .time-line-content .time-line-text {
   margin-left: 40px;
}