body {
    font-family: 'Lato';
}

.fa-btn {
    margin-right: 6px;
}

.btn.btn-default {
  outline: none !important;
}
.btn.btn-default:active {
  background-color: #617374 !important;
}

.buttonGen {
	position: absolute;
    top: 0px;
    right: 48px;
}

.btn-small {
	top: -5px;
	position: relative;
	font-size: 11px;
}

.form-checkbox {
	height: 34px;
}

.inactive {
	color: #B3B3B3;
}

.sub-tr th {
	font-size: 12px;
	padding: 10px 0 0 0;
}

.sub-tr {
	border-bottom: 1px solid #dcdada;
}

table label {
	font-weight: normal;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .sa-confirm-button-container button {
    color: #fff;
    background-color: #f74e29 !important;
    border-color: #f74e29 !important;
}

a, a:hover {
	color: #f74e29;
}

.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}

input[type="checkbox"], input[type="radio"] {
	box-shadow: none;
	outline: 0px !important;
	border: 0px !important;
}

.navbar-default .navbar-brand {
    color: #F74E29;
}

tr a i {
	font-size: 16px;
	padding: 5px 10px;
}

iframe {
	width: 100%    !important;
	height: auto   !important;
	border: 0px;
}

.login.container .col-md-8 {
	position: fixed;
    top: 50%;
    margin-top: -120px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
}
