* {
    margin : 0;
    padding : 0;
    font-family: Source Sans Pro;
}
/* 
Inspired by http://dribbble.com/shots/890759-Ui-Kit-Metro/attachments/97174
*/
*, *:before, *:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: border-box; 

  /* Firefox (desktop or Android) 28- */
  -moz-box-sizing: border-box;

  /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box;
}
body {
    background: #708090;
    text-align: center;
}
.btn-nav {
    background-color: #DEE5E8;
    border: 1px solid #e0e1db;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.btn-nav:hover {
    color: #e92d00;
    cursor: pointer;
    -webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s;
}
.btn-nav.active {
    color: #e92d00;
    padding: 2px;
	border-top: 6px solid #e92d00;
	border-bottom: 6px solid #e92d00;
    border-left: 0;
    border-right: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -moz-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -ms-transition: border 0.3s ease-out, color 0.3s ease 0.5s; /* IE10 is actually unprefixed */
    -o-transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    transition: border 0.3s ease-out, color 0.3s ease 0.5s;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}
.btn-nav.active:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #e92d00 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -6px;
	top: 0;
	left: 50%;
}
.btn-nav .glyphicon {
    padding-top: 2px;
	font-size: 26px;
}
.btn-nav.active p {
    margin-bottom: 8px;
}
@-webkit-keyframes pulsate {
 50% { color: #000; }
}
@keyframes pulsate {
 50% { color: #000; }
}
@media (max-width: 480px) {
    .btn-group {
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (max-width: 600px) {
    .btn-nav .glyphicon {
        padding-top: 12px;
        font-size: 26px;
    }
}


#form-container {
    width: 100%;
    min-height: 80%;
    background: #6C7A89;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#form-box {
    width: 700px;
    padding: 20px;
    box-sizing: border-box;
}

#form-box input {
    font-size: large;
}


table {
    font-size: 12px;
}

.encerrar {
    padding: 10px;
    font-size: 16px;
    margin-right: 20px;
    color: black;
}

input {
    height: 28px !important;
    margin-left : 0 !important;
    padding-left:2px !important;
    border: 0 !important;
    border-bottom: 1px solid #3c81a9 !important;
   font-family: Source Sans Pro !important;
   background: #FCFCF0;
   border-radius: 3px;
   -moz-border-radius: 3px;
}

label {
    font-size: 14px;
    font-family: Prompt; 
    
    
}

.input-sm:hover, .input:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #FFEFD5;
    border-color: #adadad;
    box-shadow: inset 0 0 0 1px #adadad;
}


th {
    background: #DCDCDC !important;
}

.btn-center {
    margin-top:10px;
}

span.alert {
    color: red;
}

.panel-heading {
    padding: 2px;
    background-color: #004a6f !important;
    font-weight: bold;
    color: white !important;
}

.panel-footer {
    padding: 2px;
    background-color: #ebf0fa !important;
}

caption {
    background: #778899 !important;
    font-family: 'Kanit', sans-serif;
    font-size: 12px !important;
    text-align: center;
    color: white;
}

.container-fluid {
    padding: 0 !important;
}

.btn {
    font-family: Source Sans Pro;
}
