﻿@font-face {
    font-family: HitachiSans;
    src: url('../fonts/HitachiSans-Regular.otf')
}

html, body {
    font-family: HitachiSans, sans-serif;
    background-color: #F4F4F4;
}

body {
    line-height: 1;
    font-size: 14px !important;
}

label {
}

input[type="checkbox"] + label {
    font-weight: normal !important;
}

input[type="radio"] + label {
    font-weight: normal !important;
}

.label-description {
    font-weight: normal;
}

.hitachi-gray-color {
    color: #e7ecec;
}

.hitachi-red-color {
    color: #CC0000 !important;
}

.hitachi-background-color {
    background-color: #CC0000 !important;
}

.navbar {
    background-color: #CC0000 !important;
    border-bottom: 1px solid #CC0000 !important;
    height: 60px;
}

.form-control {
    font-size: 14px !important;
    font-weight: 100 !important;
}

.btn {
    font-family: HitachiSans, sans-serif;
    font-size: 14px !important;
}

.btn-pill {
    border-radius: 10rem;
}

.btn-button-custom {
    background-color: #6c757d;
    border: #6c757d;
}

.text-alert {
    color: red;
}

.spaced label {
    margin-left: 5px;
    margin-right: 15px;
}


.home_header_radius {
    width: 100%;
    height: 100px;
    background-color: #CC0000;
    border-radius: .5rem;
    font-size: 40px !important;
    color: #ffffff !important;
}

.home_service_radius {
    width: 90%;
    height: 300px;
    display: flex;
    flex-direction: column;
    padding: 35px 20px;
    background-color: #CC0000;
    border-radius: .5rem;
    position: relative;
    transition: all ease-in-out 0.3s;
    font-size: 28px !important;
    color: #ffffff !important;
    align-items: center;
    justify-content: center;
}

.sidebar-dark-red .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-red .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #CC0000;
    color: #ffffff;
}

#lnkMenu {
    min-width: 270px;
}

.sidebar {
    min-width: 285px;
}
.sidebar.toggled{ margin-left: -285px;}
.sidebar-content {
    background: #ffffff !important;
}
.sidebar-user {
    background: #ffffff !important;
}
.sidebar-nav {
    background: #ffffff !important;
}
.sidebar-brand {
    background: #CC0000 !important;
}
.sidebar-header {
    font-size: 14px !important;
    color: #CC0000 !important;
    font-weight: bold;
}
.sidebar:before {
    width: 285px !important;
}
.main-sidebar::before {
    width: 285px !important;
}
.main-sidebar:hover {
    width: 285px !important;
}

.header-title {
    color: #CC0000;
    font-size: 24px;
}

.content {
    padding: 0;
    margin-top: 1.5rem;
}

.dt-buttons {
    margin-right: 10px;
}

.required_field{
  border: 1px solid #ffb6c1;
  outline: none;
}

.procedure_text { text-align: justify;}
.procedure_text p { margin-bottom: 0 !important;}

.bg-group{ background-color: #dddddd !important;font-weight: bold;line-height: 10px;}

.bg-grouping{ background-color: #dddddd !important;font-weight: bold;}

.document-item-header {
    padding: 0 0 0 10px;
    background-color: #dddddd;
    font-weight: bold;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.card {
    border-radius: .5rem;
}

.smaller-card-header {
    font-size: 14px !important;
}

.bordered-black {
    border:1px solid black !important;
  }
.bordered-black > thead > tr > th{
    border:1px solid black !important;
}
.bordered-black > tbody > tr > td{
    border:1px solid black !important;
}

@media print {
  .hidden-print {
    display: none;
  }
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: .5rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #D9D9D9;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: .5rem;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #D9D9D9;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #D9D9D9;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #de5700;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #de5700;
  border-color: #de5700;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #de5700;
}
.panel-primary > .panel-heading .badge {
  color: #de5700;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #de5700;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-black {
  border-color: #000000;
}
.panel-black > .panel-heading {
  color: #333333;
  background-color: #dddddd;
  border-color: #000000;
}
.panel-black > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #000000;
}
.panel-black > .panel-heading .badge {
  color: #D9D9D9;
  background-color: #333333;
}
.panel-black > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #000000;
}

.OperationsWithSelectedLabel
{
    display: block; 
    width: 100%; 
    padding: 4px; 
    font-weight: bold;
    color: green;
    margin-bottom: 5px;
}

.OperationsWithSelectedPanel
{
	border: 1px solid #868686;
	z-index: 1000;
	/*background: url(../images/menu-bg.gif) repeat-y 0 0 #FAFAFA;*/
	background: #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
}

.OperationsWithSelectedMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

.ui-sortable tr {
    cursor: pointer;
}
.ui-sortable tr:hover {
    background: rgba(244,251,17,0.45);
}

.btn-group-colors .btn-default.active, .btn-group-colors .btn-default.focus, .btn-group-colors .btn-group-colors .btn-default:active, .btn-group-colors .btn-default:focus, .btn-group-colors .btn-default:hover {
    color: #333;
    background-color: transparent;
    border: 1px solid #91a489;
    box-shadow: inset 0px 0px 1px 3px #91a489;
}

.color_status {
	display: block;
}

.form-control::-webkit-input-placeholder {
    color: #c6c4c4;
}

.disabled-label {
    background-color: #e9ecef;
}

.table-condensed {
    font-size: 12px;
    padding: 0 !important;
    border: 1px solid #000000;
    border-collapse: collapse !important;
}
    .table-condensed th {
        font-size: 12px;
        padding: .25rem !important;
        padding-bottom: 0 !important;
        border: 1px solid #000000;
        border-collapse: collapse !important;
    }
    .table-condensed td {
        font-size: 12px;
        padding: .25rem !important;
        border: 1px solid #000000;
        border-collapse: collapse !important;
    }

.rotate {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -ms-transform: rotate(-90.0deg); /* IE9+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg); /* Standard */
    height: 200px;
    vertical-align: middle;
    /*padding-left: 20px;*/
    text-align: center;
}

.vertical-text {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    transform: rotate(180deg);
}

.iniciais-circulo {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    background-color: #e7ecec;
    color: black;
    text-align: center;
    font-size: 1.2em;
}