@font-face {
    font-family: Helvetica-Condensed-Light;
    src: url(../fonts/Helvetica-Condensed-Light.otf);
  }
  @font-face {
      font-family: Helvetica-Regular;
      src: url(../fonts/Helvetica.ttf);
  }
  @font-face {
      font-family: Helvetica-bold;
      src: url(../fonts/Helvetica-Bold-Font.ttf);
  }
.modal.left .modal-dialog {
	position:fixed;
	right: 0;
    top: 10%;
	margin: auto;
	width: 250px;
	height: 70%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-content .modal-body .credentilas{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: 10%;
    left: 10%;
}

.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
}

/* ----- v CAN BE DELETED v ----- */

/*.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}*/

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #ffffff;
}

.btn-demo:focus {
	outline: 0;
}

.modal-content .modal-body .credentials-title{
    padding: 10px 10px;
    border-bottom: 2px solid rgb(255, 174, 0);
    color: #135eac;
    font-weight: 700;
    font-size: 35px;
    font-family: Helvetica-Condensed-Light;
}
.credentials-certificates{
    padding: 13px 10px;
    background-color: #135eac;
    color: white;
    margin: 2px 0px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
.credentials-certificates:hover{
    background-color: rgb(255, 174, 0);
    color: white;
}

.btn-credentials{
    background-color: #135eac;
    color: white;
}
.btn-credentials:hover{
    background-color: rgb(255, 174, 0);
    color: white;
}
.fa-file-certificate{
    padding: 0px 3px;
    text-align: left;
}