*{
	padding: 0;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0;
}
a, a:hover, a:active, a:focus{
	color: inherit;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{margin: 0;}

/*-------------------- overwrite bootstrap -------------------------------*/
.btn-outline-primary {
    color: #444;
    border-color: #bbb;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:hover {
    background-color: #c20300;
    border-color: #bbbbbb;
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: none!important;
}
/*-------------------- overwrite bootstrap -------------------------------*/

/*-------------------- header part -------------------------------*/
header {
    border-bottom: 1px solid #eee;
}
header .top-bar{
    position: relative;
    text-align: center;
}
header .org-info>img {
    margin: 0;
}




@media only screen and (max-width: 767px) {
	header {
    	text-align: center;
	}

}


/*-------------------- header part -------------------------------*/

/*-------------------- modal -------------------------------*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(0,0,0,.4);
    z-index: 10000;
    pointer-events: none;
    opacity: 1;
}
.overlay:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal {
    width: fit-content;
    opacity: 1;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    position: static;
    margin: 20px auto;
    display: inline-block;
    vertical-align: middle;
    z-index: 10001;
    pointer-events: auto;
    box-sizing: border-box;
    height: fit-content;
    padding: 30px;
    box-shadow: 0 0 8px #888;
}
/*-------------------- modal -------------------------------*/

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading i {
    color: #2c2020;
    margin: 12px auto 0;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
}

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}





main {
    min-height: 100vh;
    width: 100%;
}


main .content-area {
    display: block;
    padding: 30px;
}
main .content-area .header {
    display: flex;
    border-bottom: 1px dashed #ddd;
    justify-content: space-between;
}

main h2{
	margin: 10px auto;
}

/*-------------------- login-screen -------------------------------*/

.login-block {
    width: 60vw;
    min-width: 500px;
    max-width: 750px;
    display: flex;
    padding: 15px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin: 20vh auto;
    text-align: center;
    align-items: flex-start;
    justify-content: space-around;
}
.login-block>img {
    margin-bottom: 20px;
}
.login-block form {
    width: 60%;
    border-left: 1px dashed #ccc;
    padding-left: 20px;
}
.login-block .input-group {
    margin: 10px auto;
}
.login-block .input-group span.input-group-text {
    width: 30%;
}
.login-block .input-group .fa {
    padding-right: 6px;
}

a.signed-in {
    color: #fff;
    position: relative;
}
.user-short-profile {
    position: absolute;
    background-color: #fff;
    padding: 3px 12px;
    top: -6vh;
    text-align: left;
    min-width: 240px;
    box-shadow: 0 0 5px #999;
    border-radius: 3px;
    color: #000;
    opacity: 0;
    left: -5vw;
}
.user-short-profile::after {
    background-color: #fff;
}
.user-short-profile>i {
    display: block;
    font-size: 12px;
    border-top: 1px dashed #aaa;
}
a.signed-in:hover>.user-short-profile {
    opacity: 1;
}


/*-------------------- login-screen -------------------------------*/

a.btn-link {
    text-decoration: none;
    background-color: #94adc5;
    color: #fff;
    padding: 2px 12px;
    display: block;
    width: fit-content;
    margin: 8px 0;
    border-radius: 3px;
    font-size: 14px;
}
a.btn-link:hover {
    text-decoration: none;
    background-color: #0d6efd;
    color: #fff;
}
div.new{
    position: absolute;
    right: 0px;
    background-color: #c90d0d;
    color: #f1fba0;
    padding: 0 10px;
}
div.new>span{
  animation: blinker 1s  step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*-------------------- main part -------------------------------*/

form.certification {
    margin: 20px auto;
}
form.certification .input-group {
    margin: 5px auto;
}

form.certification #datepicker>i {
    padding: 0 20px;
    display: flex;
    align-items: center;
}
form.certification .input-group.publishing {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background-color: #f5f5f5;
    align-items: center;
    border-radius: 5px;
    margin: 5px auto;
    padding: 0 20px;
}
form.certification .attachments {
    margin: 20px auto 0;
    border-top: 1px dashed #ccc;
    padding: 20px 0 0;
}
form.certification .form-check.new-tag {
    margin: 20px auto;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.help-info {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px auto;
    border-radius: 8px;
}
.help-info h5 {
    color: #888;
    border-bottom: 1px dotted #888;
}
.help-info h5>i {
    color: #888;
    margin-right: 10px;
    font-size: 22px;
    vertical-align: middle;
}

.certification .tab-pane {
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: -1px;
    border-radius: 0 .25rem 0 0;
}
.certification .tab-pane .col-6{
    padding: 0px;
}
.certification .row.entry-format {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.certification .row.entry-format .col-sm-6 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.certification .row.entry-format .row-box {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
.certification span.input-group-text {
    min-width: 20%;
}
.certification td strong {
    display: block;
}
.certification .qr-code-bg{
    background-image: url(../images/qr-icon.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.certification td.disabled{
    background-color: #e8e8e8;
    opacity: 0.7;
}
.certification .form-check {
    width: 48%;
    display: inline-block;
}
.certification .half {
    width: 49%;
    display: inline-flex;
    justify-content: space-around;
}
.certification .one-third {
    width: 33%;
    display: inline-flex;
    justify-content: space-around;
    text-align: left;
}
.certificate-info li{
    text-align: justify;
    margin: 10px 0;
    width: 96%;
}
.certificate-info p .form-control, .certificate-info li .form-control{
    width: 200px;
    display: inline-block;
    margin: 0 5px;
}
.button-bar {
    display: flex;
    justify-content: space-between;
}

.table-responsive.block {
    border: 1px solid #dedede;
    margin: 10px auto;
    border-radius: 8px;
    box-shadow: 0 0 14px #ddd;
    padding: 0 20px;
}
.table-responsive.block>h4 {
    background-color: #b1b1b1;
    padding: 3px 20px;
    margin-bottom: 20px;
    border-radius: 0 0 8px 8px;
    color: #fff;
}



.progress {
    border-radius: 0 0 0.25rem 0.25rem;
}
/*-------------------- footer part -------------------------------*/

footer{
	background-color: #222;
}
footer .container{
	padding: 30px;
}

footer .block {
    display: inline-block;
    font-size: 11px;
    margin-right: 8px;
    vertical-align: top;
    width: 105px;
}

/*-------------------- footer part -------------------------------*/
