﻿.orange {
  color: #fff;
  /*background-color: #ec971f;*/
  background-color: #ff6a00;
  border-color: #eea236;
}

.orange:hover,
.orange:focus,
.orange.focus {
  color: #fff;
  background-color: #ff6a00;
  border-color: #fff;
}

.modal-header {
  background-color: #55acee;
  color: #FFFFFF;
}

.long {
    max-width: none;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.footer {
  /*position: relative;
  margin-bottom: 10%; /* negative value of footer height */
  /*clear:both;*/
  padding-top:20px;
} 

#testarCertificado{
    position: center;
    margin-top: 7%;   
}

#btnVoltar{
    margin-top: 70px;
}

.big{
    padding-top: 10px;
    font-size: 12em;
    color: #428bca;/*#ff6a00;*/
}

.red{
    color: #ff0000;
}

.green{
    color: #0b942c;
}

.font-small{
    /*font-size: small;
    font-weight: bold;*/
}

.title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333333;
        font-family: inherit;
        font-weight: bold;
}

.video {
    margin: 0px;
}

body.modal-open .video {
    /*display: flex !important;*/
    height: 100%;
} 

body.modal-open .video .modal-dialog {
    margin: auto;
}

#enviarCertificado {
    font-size: 16px;
}

#informacoesCertificado {
    margin-bottom: 16px;
}

.ajuda {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: fixed;
    left: 0px;
    margin-top: 0px;
}

.ajuda-modal {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: fixed;
    left: 10px;
}

@media (max-width: 550px) {
    .btn-reajuste {
        /*margin-top: 80px;*/
        float: none !important;
    }
    .ajuda{
        margin-top: 70px;
    }
}

.btn-big {
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-size: 18px;
}