
/**
 * Fonts Settings
 */

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

h1, h2, h3, h4, .h1, .h2, .h3, .h4, .title{
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}

h5, h6, .h5, .h6{
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
}

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

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

.si-medium{
	background-color:  #008996 !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: #01b0e5 !important;
}

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

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

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

a{
	color: #008996;
}

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

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

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

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

.si-br-primary{
	border-right: 2px solid #01b0e5 !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 {
    background: #fd6d00;
    border-color: #fd6d00;
    color: black;
    border-radius: 6px !important;
    text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active {
    background: #fd6d00;
    border-color: #fd6d00;
    color: black;
}

.btn-link {
    font-weight: 400;
    color: #fd6d00;
    text-decoration: none;
}

.btn-link:hover {
    font-weight: 400;
    color: #fd6d00;
    text-decoration: none;
}

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

/** 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 #042343;
	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: #008996;
    border-bottom: 2px solid #008996;
}
.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: #01b0e5 !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;
}