.no-padding
{
	padding: 0px;
}
.no-padding-important
{
	padding: 0px !important;
}
.btn-primary,
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
{
	background-color: var(--color-brand-dark-green);
	border-color: rgb(0, 155, 151) !important;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary, .btn-primary.focus
{
	background-color: #095b58;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	background-color: var(--color-brand-dark-green);
    color: #fff !important;
}

.show > .btn-primary.dropdown-toggle {
	background-color: #095b58;
}

.btn-outline-primary {
    color: var(--color-brand-dark-green) !important;
    border-color: var(--color-brand-dark-green) !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):hover {
    color: #fff !important;
    background-color: var(--color-brand-dark-green) !important;
}

.btn-success,
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active
{
	background-color: #417917;
	border-color: #417917 !important;
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success, .btn-success.focus
{
	background-color: #3f7119;
}

.btn-outline-success {
    color: #417917 !important;
    border-color: #417917 !important;
}

.btn-outline-success:not(:disabled):not(.disabled):hover {
    color: #fff !important;
    background-color: #417917 !important;
}

.grayDD
{
	color: #DDDDDD;
}
.gray-medium
{
	color: #777777;
}
.red
{
	color: #DD0000;
}

.green
{
	color: #00BB00;
}

.greenImportant
{
	color: #00BB00 !important;
}

.orange
{
	color: rgb(226, 133, 7);
}

.white
{
	color: rgb(255, 255, 255);
}

.yellow
{
    color: #bdbd00;
}

.trackChangesError
{
	color: #DD0000;
	font-weight: bold;
}

TD.trackChanges UL
{
	padding-left: 10px !important;
}

.simpleField
{
	padding-left: 15px;
}

ul.list-check
{
   padding-left: 20px;
   text-indent: 2px;
   list-style: none;
   list-style-position: outside;
}

ul.list-check li:before
{
    content: '✔';
    margin-left: -1em;
    margin-right: .500em;
}


@-moz-keyframes pulsating {
  0% {
    -moz-transform: scale(1);
  }
  5% {
    -moz-transform: scale(0.75);
  }
  10% {
    -moz-transform: scale(1);
  }
  15% {
    -moz-transform: scale(1.25);
  }
  20% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.75);
  }
  30% {
    -moz-transform: scale(1);
  }
  35% {
    -moz-transform: scale(1.25);
  }
  40% {
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes pulsating {
  0% {
    -webkit-transform: scale(1);
  }
  5% {
    -webkit-transform: scale(0.75);
  }
  10% {
    -webkit-transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.25);
  }
  20% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.75);
  }
  30% {
    -webkit-transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.25);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes pulsating {
  0% {
    -ms-transform: scale(1);
  }
  5% {
    -ms-transform: scale(0.75);
  }
  10% {
    -ms-transform: scale(1);
  }
  15% {
    -ms-transform: scale(1.25);
  }
  20% {
    -ms-transform: scale(1);
  }
  25% {
    -ms-transform: scale(0.75);
  }
  30% {
    -ms-transform: scale(1);
  }
  35% {
    -ms-transform: scale(1.25);
  }
  40% {
    -ms-transform: scale(1);
  }
}
@keyframes pulsating {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(0.75);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.25);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.75);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.25);
  }
  40% {
    transform: scale(1);
  }
}
.my-pulsating-icon
{
     -moz-animation: pulsating 2s 2 linear 2s;
  -webkit-animation: pulsating 2s 2 linear 2s;
       -o-animation: pulsating 2s 2 linear 2s;
      -ms-animation: pulsating 2s 2 linear 2s;
          animation: pulsating 2s 2 linear 2s;
}

BUTTON.selectLockSpotButton
{
	width: 400px !important;
}
DIV.selectLockSpotButtonWrapper
{
	margin:auto;
	width:400px;
}

BUTTON.selectLockSpotButtonFillWidth
{
	width: 100% !important;
}

.createLockOrderSelectEquipmentButtonsWrapper
{
	border: solid 1px #707070;
	margin: 10px;
}

.createLockOrderSelectEquipmentButtons
{
	width: 50%;
	margin: 10px;
}

DIV.selectLockingSpotInline
{
	display:inline !important;
}

DIV.racCompilanceError
{
	margin-top: 30px;
}

DIV.racCompilanceError LI
{
	font-size: 25px;
	line-height: 50px;

}

DIV.myAccountField
{
}

SPAN.statusLabel
{
    padding: 0.4rem;
    border-radius: 7px;
}

INPUT.inputForm
{

}

.fieldsetLocal
{
/*	background-color: rgb(255, 255, 255);*/
	border: solid 1px rgb(204, 204, 204);
 	border-radius: 4px;
}

DIV.synopticLabel
{
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
DIV.detailsUploadLabel
{
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
SPAN.trackChangesEmptyLabel
{
	color: #999999;
	font-style: italic;
}
LI.sgbeTab a
{
	background-color: #DDDDDD;
	cursor: pointer;
}
LI.sgbeTab .active
{
	cursor: default;
}
TD.noRecords
{
	font-style: italic;
	text-align: center;
}

TD.lockOrderDependencyGridNestedTable
{
	margin: 0px !important;
	padding: 0px !important;
}
TD.lockOrderDependencyGridNestedTable TABLE
{
	border: solid 0px transparent;
	width: 100%;
}
TD.lockOrderDependencyGridNestedTable TABLE TD
{
	border-top: solid 0px transparent;
	border-left: solid 0px transparent;
	border-right: solid 0px transparent;
	line-height:25px;
}
.red-badge
{
	background-color: #D9534F !important;
	color: #FFFFFF !important;
}

TR.markRow TD
{
	height:1px;
	margin: 0px !important;
	padding: 0px !important;
	border: solid 0px #FFFFFF !important;
}
DIV.lockOrderStatusFlag
{
	cursor:pointer;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
DIV.lockOrderStatusFlag I
{
	font-size: 18px;
}

DIV.circle-status, span.circle-status
{
	color:#fff;
	min-width:16px;
	height:16px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	font-size:30px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display: inline-block;
}

/****************************************/

DIV.userDetailEditPhotoFrame
{
	border: solid 1px #BBBBBB;
	margin: auto;

	height: 350px;
	width: 350px;
}

DIV.userDetailEditPhotoFrame DIV.loadingPhoto
{
	background-image: url("../images/wait_big.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

DIV.userDetailEditPhotoFrame IMG
{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;

}


/* - - */
DIV.userDetailEditPhotoButtons
{
	margin: auto;
	padding: 10px;
	text-align: center;
}





/***************************************/

.userDetailPopoverBase .popover-content
{
	padding-left: 2px;
	padding-right: 2px;
}

DIV.userDetailPopoverContent
{
	min-height: 230px;
	width: 250px;
}

DIV.userDetailPopoverContent .loadingContent
{
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 200px;
}

DIV.userDetailPopoverContent .userDetail
{
	border-bottom: solid 1px #DDDDDD;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

DIV.userDetailPopoverContent .userDetailTitle
{
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
    text-align: left;
    white-space: nowrap;
}

DIV.userDetailPopoverContent .userDetailData
{
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
    white-space: normal;
}

DIV.userDetailPopoverContent
{
	text-align: center;
}
DIV.userDetailPopoverContent .userImage IMG
{
	max-height: 100%;
	max-width: 100%;
	height: 100%;
	width: 100%;
    margin-bottom: 7px;
}

A.userDetailPopover, A.userDetailPopover:HOVER
{
	color: inherit;
	cursor: pointer;
}

SPAN.confirmationByOfficial
{
	color: #DD0000;
	font-size: 11px;
	font-style: italic;
}
SPAN.confirmationByExecutor
{
	color: #DD0000;
	font-size: 11px;
	font-style: italic;
}

#stateMachineHelpDirective-modal-dialog
{
	width: 1230px;
}

#stateMachineHelpDescriptionContent
{
	line-height: 25px;
}

#stateMachineHelpDescriptionContent ul
{
	margin-top: 10px;
}

#stateMachineHelpDescriptionContent .role
{
	font-weight: bold;
}
#stateMachineHelpDescriptionContent .state
{
	font-weight: bold;
}

#stateMachineHelpDescriptionContent ul.nested1
{
	margin-top: 0px;
}

#stateMachineHelpDescriptionContent .transactionDescription ul
{
	margin-top: 0px;
}

/*********************************************/

.lockOrderStatePopoverBase .popover
{
	max-width: 400px;
}
.lockOrderStatePopoverBase .popover-content
{
}

DIV.lockOrderStatePopoverContent
{
	color: #333;
	min-height: 100px;
	width: 250px;
}

DIV.lockOrderStatePopoverContent .loadingContent
{
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100px;
}

DIV.lockOrderStatePopoverContent
{
	text-align: justify;
}

DIV.lockOrderStatePopoverContent .moreInformation
{
	border-top: solid 1px #DDDDDD;
	font-style: italic;
	margin-top: 3px;
}


SPAN.lockOrderStatePopover, A.lockOrderStatePopover:HOVER
{
	color: inherit;
	cursor: help;
}

#modalPrintAreaConfig-modal-dialog
{
	width: 1230px;
}
#modalPrintAreaConfig-img
{
	background-image: url("../images/wait_big.gif");
	background-repeat: no-repeat;
	background-position: center center;
	height:400px;
}
.ui-select-highlight
{
	text-decoration: underline;
}

.fieldsetFilter {
    /*	background-color: rgb(255, 255, 255);*/
    border: solid 1px rgb(204, 204, 204);
    border-radius: 4px;
    padding: 8px;
    margin-left: 20px;
}

.toogleStatus {
    display: none;
    position: absolute;
    background: white;
    border-radius: 9px;
    border: 1px solid gray;
    box-shadow: 1px 1px 9px 2px #888;
    margin-top: 3px;
    right: 2%;
    z-index: 2;
    width: 200px;
    padding: 10px;
}

/* Custom Icon */
/* Converte svg em fonte através do site abaixo */
/* Generated https://icomoon.io/ */
@font-face {
    font-family: sgbe-icon;
    src: url(../fonts/matrix_manager.woff) format('woff');
    src: url(../fonts/exemple_home.woff) format('woff');
}

[class^="sgbe-icon-"], [class*=" sgbe-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'sgbe-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
    Constantes com o nome do icone que será utilizado
    a cada novo icone o content deverá incrementar 1
    ex.: \e900, \e901, \e902
*/
.sgbe-icon-matrix-manager:before {
    content: "\e900";
}
.sgbe-icon-exemplo:before {
    content: "\e901";
}

.sgbe-icon-edit-lockout-boxes {
	background-image: url("../images/locking-center/edit-lockout-box.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: -2px 2px;
	width: 45px;
	aspect-ratio: 1;
	display: inline-block;
}

.sgbe-icon-assign-lockout-boxes {
	background-image: url("../images/locking-center/assign-lockout-box.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: -2px 2px;
	width: 45px;
	aspect-ratio: 1;
	display: inline-block;
}

.backgroundColorModal {
    background-color: #F6F6F6;
}

.modal-matrix-manager {
    padding-bottom: 20px;
}

.modal-matrix-manager h4 {
    margin-bottom: 8px;
    font-weight: bold;
}

.modal-matrix-manager h5 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
}

.modal-matrix-manager .card {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
}

.modal-matrix-manager .card .item-modal {
    width: 25%;
}

/* Estilizando o botão */
.btn-ellipsis {
    background-color: #00A6C8;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    padding-top: 8px;
}

/* Efeito hover (opcional) */
.btn-ellipsis:hover {
    background-color: #006B8A;
}

.stepper.nav-tabs {
	border-bottom: none;
	position: relative;
	counter-reset: tab-counter;
}

.stepper .nav-item {
	text-align: center;
	flex: 1;
	position: relative;
}

.stepper .nav-link {
	background: none;
	border: none;
	color: #ccc;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
}

.stepper .nav-link::before {
	content: counter(tab-counter);
	counter-increment: tab-counter;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 2px solid #ddd;
	border-radius: 50%;
	background-color: white;
	color: #ccc;
	font-weight: 500;
	margin-bottom: 5px;
	z-index: 1;
}

.stepper .nav-link.active::before {
	border-color: var(--color-brand-dark-green);
	color: var(--color-brand-dark-green);
	font-weight: bold;
}

.stepper .nav-link.active {
	font-weight: 600;
	background-color: transparent;
}

.stepper .nav-item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 16px;
	left: 50%;
	right: -50%;
	height: 2px;
	background-color: #ddd;
	z-index: 0;
}

.stepper .completed .nav-link {
	color: #333333;
}

.stepper .nav-item.completed .nav-link::before {
  background-color: #00796b; /* verde */
  color: white;
  border-color: #00796b;
}
