body {
    height: 100%;
    margin: 0;
    /*font-family: Calibri;*/
    font-family: 'Roboto', sans-serif;
}	

body::after {
  content: "";
  background: url('../images/login-bg.jpg?v=1') center no-repeat;
  background-size: cover;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   

}

.panel-fit{
    border:none;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}
.panel-fit > .panel-heading{
    background-color: #ac1f2d;
    color: white;
    text-align: center;
    font-size: 36px;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    font-weight:100;
    max-width: 600px;
    max-height: 100px;
}

.panel-fit > .panel-heading > img{
    width: 100%;
    height: 100%;
    padding-top: 10px;
    object-fit: contain;
}

.btn-fit-primary{
    background-color: #ac1f2d;
    color: white;
}

.btn-fit-warning{
    background-color: #646464;
    color: white;
}

.btn-fit-primary:hover{
    color: #DDD;
}

.btn-fit-warning:hover{
    color: #DDD;
}
	
#login {
	width: 600px;
	height: 611px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -305px;
	margin-left: -300px;
}


/* margins */

.mg-t-10 {
    margin-top: 10px !important;
}

.mg-t-20 {
    margin-top: 20px !important;
}

.mg-t-5{
    margin-top: 5px;
}

.mg-l-20 {
    margin-left: 20px;
}

.mg-l-10 {
    margin-left: 10px !important;
}

.mg-l-0{
    margin-left: 0;
}

.mg-r-0{
    margin-right: 0;
}

.mg-r-10{
    margin-right: 10px;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-b-0 {
    margin-bottom: 0;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.mg-b-5 {
    margin-bottom: 5px;
}


/* paddings */

.pd-b-10{
    padding-bottom: 10px;
}

/* aligns */

.align-right {
    float: right !important;
}

.align-left {
    float: left !important;
}

/* fonts */

.bold {
    font-weight: bold !important;
}

.font-12 {
    font-size: 12px !important;
}

.color-gray{
    color: #aaa !important;
}

.color-light-gray {
    color: lightgray;
}

.color-red {
    color: red;
}


/* display */
.none {
    display: none !important;
}

.d-ruby {
  display: ruby;
}

.paginacao td table tbody tr td {
    border: none !important;
    padding: 0 !important;
}

/* custom */

.panel-checklist-itens {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap !important;
}

ul.list-no-style {
    margin: 0;
    padding: 0;
    list-style: none;
}