
/*# sourceMappingURL=custom.min.css.map */

.auth-bg-cover {
    background: rgb(0,121,194);
    background: linear-gradient(0deg, rgba(0,121,194,1) 8%, rgba(0,99,180,1) 54%);
}

.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear,left top,right top,from(#0063b4),to(#0079c2));
    background: linear-gradient(to right,#0063b4,#0079c2);
    opacity: .7;
}


.text-primary2{
    color:#006EC7;
}

.text-error{
    color:#c70000;
}


.bg-primaryomsafe{
    background-color: #006EC7;
}

.bg-primaryomsafeStatus{
    background-color: #F2F2F7;
}

.badge-mse{
    padding: 4px 8px;
    font-weight: normal;
    background-color: #9262c6;
}


.badge-mra{
    padding: 4px 8px;
    background-color: #379769;
    font-weight: normal;
}

.badge-csd{
    padding: 4px 8px;
    font-weight: normal;
    background-color: #04cece;
}

.badge-vv{
    padding: 4px 8px;
    font-weight: normal;
    background-color: #a72828e1;
}

.badge-vv-vr{
    padding: 4px 8px;
    font-weight: normal;
    background-color: #006EC7;
}

.badge-cehc{
    padding: 4px 8px;
    font-weight: normal;
    background-color: #969d07;
}

.profile-wid-bg::before {
    background: linear-gradient(to top,#006EC7,#014984) !important ;
}
th .dt-column-title {
    text-wrap: nowrap;
}
table#orderTableLines {
    width: 100% !important;
}
table#orderTableProjects {
    width: 100% !important;
}
table#orderTableMachines {
    width: 100% !important;
}
/* images management */
.image-container, .filter-container {
	position: relative;
}
.image-remove {
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 2rem;
	color: #fff;
	background-color: blue;
	padding: 0.2rem 0.6rem;
	z-index: 100;
	display: none;
	cursor: pointer;
}
.image-rotate-left, .image-rotate-right {
	position: absolute;
	top: 45%;
	font-size: 2rem;
	color: #fff;
	background-color: var(--color-2);
	padding: 0.2rem 0.6rem;
	z-index: 100;
	display: none;
	cursor: pointer;
}
.image-rotate-left {
	left: -10px;
}
.image-rotate-right {
	right: -10px;
}
.image-container:hover .image-remove, .image-container:hover .image-rotate-left, .image-container:hover .image-rotate-right {
	display: block;
}
.image-remove.hided, .image-rotate-left.hided, .image-rotate-right.hided {
	display: none !important;
}
.lightbox-anchor-container {
	display: inline-block;
	position: relative;
}
.lightbox-img {
	display: inline-block;
}
.success-color {
	background-color: green;
	color: white;
}
.error-color {
	background-color: red;
	color: white;
}
.require-color {
	background-color: yellow;
	color: blue;
}
.orange-color {
	background-color: rgb(255, 166, 0);
	color: blue;
}

.step-form[data-step="1"], .step-form[data-step="2"], .step-form[data-step="21"], .step-form[data-step="22"], .step-form[data-step="3"], .step-form[data-step="4"] {
	display: none;
}
.colorSelected {
	color: #DAF5E7;
}
.colorUnSelected {
	color: white;
}
.colorUsed{
    background-color:#d9e789 !important;
}
.usedColor{
    color: #d9e789 !important;
}
.menu-oriz #page-topbar, .menu-oriz .main-content {
    left: 0 !important;
    margin-left: 0 !important;
}
.img-60{
    max-width: 60px;
}
.navbar-header {
    margin-left: 0 !important;
}


#page-topbar {
    left: 0  !important;
}

.navbar-menu { 
    top: 120px;
    background-color: #006EC7;
    width: 300px !important;
    max-height: 100%;
    overflow: auto;  
    padding-bottom: 0;  
    border-right: 1px solid #095b9d;
    /* margin-bottom: 84px; */
}

@media (min-width: 768px) {
    .main-content {
        margin-left: 300px;
    }
}
header, #page-topbar{ background: #006EC7;
border-bottom: 2px solid #fff;}
.navbar-header a.nav-link, .navbar-header a.nav-link:hover, .navbar-header a.nav-link:active{ color: #006EC7; font-size: 16px;}
.bg-primary, header .navbar-brand-box{background: #006EC7 !important;}
.navbar-brand-box{ padding: 0;}
.vertical-menu-btn.topnav-hamburger{
    background: none;
    position: absolute;
    left: 190px;
    top: 0;
}
table#projectsTable{width: 100% !important;}
header .hamburger-icon span {
    background-color: #fff !important;
}
header .navbar-header .btn-topbar {
    color: #fff !important;
}
/* https://icons8.it/line-awesome */
header .la-bars{ font-size: 30px;
}

.las.la-search{
    font-size: 20px;
    color: black;
}
.las.la-bullseye{
    font-size: 20px;
    color: Red;
}
.las.la-check-double{
    font-size: 40px;
    color: rgb(13, 247, 13);
}
.las.la-eye{
    font-size: 20px;
    color: orange;
}
.las.la-check{
    font-size: 20px;
    color: rgb(13, 247, 13);
}
.las.la-exclamation-triangle{
    font-size: 20px;
    color: rgb(255, 0, 0);
}

.menuService {
    padding: 10px;
    line-height: 15px;
    cursor: pointer;
    width: 80%;
}

.menuCustomer  {
    padding: 10px;
    line-height: 15px;
    cursor: pointer;
    width: 80%;
}

/* .menuLinkService {   
    background: #006EC7 !important;
} */

.menuZone {
    line-height: 15px;
    cursor: pointer;
    width: 85%;
    background: #00569D;
}


.menuSite {
    line-height: 15px;
    cursor: pointer;
    width: 85%;
    background: #00569D;
}
.menuVVfunctions {
    line-height: 15px;
    cursor: pointer;
    width:100%;
    /* background: #00569D; */
}

.menuZone.mseZone {
    width: 100%; 
}
.menuHazard {
    padding: 10px;
    line-height: 15px;
    cursor: pointer;
    width: 100%;
    background: #00569D;
    /* height: 70px; */
}
.menuProject {
    padding: 10px;
    line-height: 15px;
    cursor: pointer;
    width: 100%;
    background: #00569D;
    /* height: 70px; */
}
.menuSection {
    padding: 10px;
    line-height: 15px;
    cursor: pointer;
    width: 100%;
    background: #00569D;
    /* height: 70px; */
}

.menuLink {   
    background: #00569D !important;
}

/*scroll */
.scrollbar{
	float: left;
	height: 800px;
	width: 100%;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.scroll-400{
    max-height: 400px;
    overflow-y: auto;
}
.force-overflow
{
	min-height: 450px;
}

#wrapper{
	text-align: center;
	width: 100%;
	margin: auto;
}

/*
/*
 *  STYLE 5
 */

 #style-5::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }
 
 #style-5::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-5::-webkit-scrollbar-thumb
 {
     background-color: rgb(3, 26, 78);
     
     background-image: -webkit-gradient(linear, 0 0, 0 100%,
                        color-stop(.5, rgba(255, 255, 255, .2)),
                        color-stop(.5, transparent), to(transparent));
 }


 #cssmenu > ul > li > a.menuLinkService, #cssmenu > ul > li > ul > li > a.menuLink {
    position: absolute;
    right: 0px;
    top: 0px;
 }
/* 
 #cssmenu-otm > ul > li > a.menuLinkService, #cssmenu-otm > ul > li > ul > li > a.menuLink {
    position: absolute;
    right: 0px;
    top: 0px;
 }

 */ .active.has-sub.open ul {
    background: #00569D;
 }
 .active.has-sub.open ul .has-sub.open ul li.active a.menuLink {
    background: #fff !important;
    color: #000 !important;
 }
 .active.has-sub.open div.active {
    background: #fff !important;
    color: #000 !important;
 }
 .has-sub .menuCustomer.link-content.active.open {
    background: #fff !important;
    color: #000 !important;
 }
 .styleService {
    position: absolute;
    left: 50px;
    top: 0px;
}
.styleChangeOwner {
    position: relative;
    left: 400px;
    top: -38px;
}

/* MENU */
#cssmenu .link-content {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    z-index: 1;
}
/* 
#cssmenu-otm .link-content {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    z-index: 1;
}
 */
.guest-col {
    display: block !important;
    padding-right: 10px;
    align-self: stretch;
}

.link-sub {
    font-size: 10px;
    line-height: 150%;
    color: var(--p-color);
    margin-left: 0 !important;
    display: block;
}
.guest-pre > div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 50px;
}

:is([data-layout=vertical],[data-layout=semibox])[data-sidebar-size=sm] .navbar-menu {
    position: absolute;
    width: 0px !important;
    padding-top: 70px;
    left: -350px;
}
@media (min-width: 768px){
:is([data-layout=vertical],[data-layout=semibox])[data-sidebar-size=sm] .main-content {
    margin-left: 0;
}}

#messagesModal.vh70{
    width: 90%;
    max-height: 70vh;
    top: -50px !important;
}
.scroll-test {
    height: 400px;
    overflow: auto;
}

.header-fixed {
    position: fixed;   
    width: 98%;
    z-index: 1000;
    top: 95px;
    margin-left: 10px !important;
    /*width: 80%;
     background-color: #fff; */
}
.header-fixed-command  {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 119px;
    background-color: #f2f2f7;
    padding: 13px;
}
.header-fixed-hazard-card  {
    position: fixed;
    z-index: 1000;
    top: 180px;
    background-color: #f2f2f7;
    padding: 13px;
}
.header-fixed-review-card  {
    position: fixed;
    z-index: 1000;
    top: 120px;
    background-color: #f2f2f7;
    padding: 13px;
}
#body-service {
    padding-top: 50px;
}
.marginTopBodyRow {
    margin-top: 30px;
}
.left-end {
    position: fixed;
    right: 50px;
}
.left-end-zone {
    position: fixed;
    right: 25px;
}
.left-end-label {
    position: fixed;
    right: 25px;
    top: 110px;
}
.left-end-label-img {
    position: fixed;
    right: 25px;
    top: 50px;
}
.left-end-vv-func  {
    position: relative;
    top: 10px;
}
.left-end-vv, .left-end-cehc {
    position: fixed;
    right: 50px;
    top: 125px;
}
.rolesresp-name {
    width: 20%;
}
.rolesresp-role {
    width: 30%;
}
.rolesresp-resp {
    width: 40%;
}
.rolesresp-dates {
    width: 10%;
    text-align: right;
}
.mt-45 {
    margin-top: 45px;
}
.mt-70{
    margin-top: 70px;
}
.mt-80{
    margin-top: 80px;
}
.mt-90{
    margin-top: 90px;
}
.mt-40{
    margin-top: 40px;
}
.navbar-header .topbar-head-dropdown .dropdown-menu.show {
    z-index: 2000;
}
.dropdown-menu-end{
    z-index: 3000;
}
.colored-block {
	background-color: #006ec7;
	color: #fff;
	text-align: left;
	padding: 20px 10px;
	margin-bottom: 10px;
	font-size: 18px;
	width: 100%;
}
.colored-block-calc {
	text-align: center;
	color: #fff;
	padding: 20px 10px;
	margin-bottom: 10px;
	font-size: 18px;
	width: 100%;
}

#rsan-risk {
    text-align: center;
}
.rsan-green {
	background-color: #92d050 !important;
}
.rsan-low-green {
	background-color: #d9e789 !important;
	color: #000 !important;
}

.rsan-yellow {
	background-color: #ffff00 !important;
	color: #000 !important;
}
.rsan-orange {
	background-color: #ffc000 !important;
}
.rsan-red {
	background-color: #ff0000 !important;
}
.rsan-blu {
	background-color: #00a1ff !important;
}
.rsan-granata {
	background-color: #c00000 !important;
	color: #ffff00 !important;
}
.ext-calc-div{
    padding-top: 5px;
    padding-bottom: 5px;
}
.preToPostOK{
	color: #0c7924;
}
.preToPostNOT{
	color: #e52020;
}
.preToPostRSAN{
	color: #006dc6;
}
.aqNoPeople {
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 16px;
}
#pre-post-value {
	background-color: #ff0000 !important;
	color: #fff !important;
	display: block;
}

#safety-toggle {
    display: none;
}
.ribbon-three-danger span {
    background: #4B38B3 !important;
}
.ribbon-three-danger span:after {
    background: #4B38B3 !important;
}
.ribbon-three-danger::after {
    border-top-color: #4B38B3 !important;
}
.choices {
    text-align: left;
}
.cursor-pointer{
    cursor: pointer;
}
.choices__list--multiple .choices__item{
    background: grey;
}
.modal-hazard{
    max-width: 80% !important;
}
.create-hazard{
    width: 100%;
    /* width: 90%; */
    font-size: medium;
    border: none;
}
#requireModal{
    z-index: 4000;
}
.header-fixed-100{
    position: fixed;   
    width: 99%;
    z-index: 1000;
    top: 95px;
}
.header-fixed-command-100  {
    position: fixed;
    z-index: 2000;
    top: 105px;
    background-color: #f2f2f7;
    padding: 13px;
    width: 100%;
}
.header-fixed-100-card  {
    position: fixed;
    z-index: 1000;
    top: 112px;
    background-color: #f2f2f7;
    padding: 13px;
    width: 100%;
    display: flex;

}
.header-fixed-120-card  {
    position: fixed;
    z-index: 1000;
    top: 120px;
    background-color: #f2f2f7;
    padding: 13px;
    width: 100%;
    display: flex;

}
.header-fixed-112-card  {
    position: fixed;
    z-index: 1000;
    top: 112px;
    background-color: #f2f2f7;
    padding: 13px;
    width: 100%;
    display: flex;

}
.flag-div1 {
    position: absolute;
    left: 220px;
}
.header-to-right-100 {
    position: absolute;
    right: 100px;
}
.header-to-right-10 {
    position: absolute;
    right: 10px;
}

.header-to-right-200 {
    position: absolute;
    right: 200px;
}
.header-to-right-240 {
    position: absolute;
    right: 240px;
    top: 3px;
}

.header-top-15 {
    position: relative;
    top: 15px;
}
.choices__list--dropdown{
    z-index: 5000;
}
.note-editor .note-btn.dropdown-toggle:after {
    content: none;
}
/* 
.link-with-image{
    left: 30px;
    top: -55px;
    min-height: 75px;
}

.ul-link-zone{
    top: 15px;
}
 */
 
.image-link{   
    width: 60px;
    height: 60px;
    margin: 5px 5px;
    object-fit: contain;
}
.spanHazard, .spansm {
    display: inline-table;
    width: 150px;
    vertical-align: middle;
}
a.link-with-image .spanHazard {
    width: 180px;
}
#cssmenu ul ul ul li a {
    padding-left: 5px !important;
}
#cssmenu ul ul > li.has-sub > a.zona:after {
    top: 16px;
    right: 18px !important;
}
#cssmenu ul ul > li.has-sub > a.zona:before {
    right: 14px !important;
}
#cssmenu ul ul li a.zona {
    padding: 14px 14px !important;
}
#cssmenu ul ul > li.has-sub > a.site:after {
    top: 16px;
    right: 18px !important;
}
#cssmenu ul ul > li.has-sub > a.site:before {
    right: 14px !important;
}
#cssmenu ul ul li a.site {
    padding: 14px 14px !important;
    background: #006EC7 !important;
}
.reviewed-status, .issued-status, .under-review-status {
	display: none;
}
.reviewed-status.show, .issued-status.show, .under-review-status.show {
	display: flex;
}
.reviewer-not-defined {
	color: #dd0808;
}
input[type="file"] {
    display: none;
} 
.custom-file-upload {
    border: 1px solid #299cdb;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #299cdb;
    margin-top: 20px;
}
.alert-message{
    border-left: 5px solid #ffbe0b !important;
}
#seviceSelected, #seviceTypeSelected, #projectSelected, #seviceMachineLine, #seviceStatusSelected{
    display: none;
}
.message-form-other-machine {
    margin-top: 6px;
    color: rgb(235, 236, 127);
}
.message-form-favourites-machine {
    margin-top: 6px;
    color: rgb(0, 0, 0);
}
.message-form-issued-status {
    margin-top: 6px;
    color: #379769;
}
.bgColorOtherMachines {
    background: darkgrey;
}
#service-from-submit {
    width: 200px;
}
#service-favourites-submit {
    width: 300px;
}
#offcanvasRight {
    width: 600px;
}
#servicereview {
    width: 500px;
}
.docSelected {
    background: aquamarine;
}
#destinationLang {
    width: 120px;
    height: 25px;

}
.header-fixed-165-card {
    position: fixed;
    z-index: 1000;
    top: 165px;
    background-color: #f2f2f7;
    padding: 13px;
    width: 100%;
    display: flex;
}
.mt-130 {
    margin-top: 130px;
}
.header-fixed-command-110 {
    position: fixed;
    z-index: 1000;
    top: 110px;
    background-color: #f2f2f7;
    padding: 13px;
    width: 100%;
    left: 10px;
}
.safety-alert, .verif-alert {
	display: none;
}
.text-safety{
    width: 100%;
    border: none;
}
.text-plan{
    width: 100%;
    border: none;
}

.la-slack{
    font-size: 18px;
}
.note-editable, .note-code{
    height: 200px; /* custom size */
}
.info-overview {
    font-size: 25px;
    position: relative;
    top: 4px;
    color: cornflowerblue;
}
.questionYES {
	border:1px solid #e4e4e4; 
	background: rgb(124, 255, 124) !important; 
	color: #000000 !important;
	width: 4%;
	text-align: center;
	/* cursor: pointer; */
}
.questionNO {
	border:1px solid #e4e4e4; 
	background: red !important; 
	color: #000000 !important;
	width: 4%;
	text-align: center;
	/* cursor: pointer; */
}
.questionNA {
	border:1px solid #e4e4e4; 
	background: rgb(231, 227, 227) !important; 
	color: #000000 !important;
	width: 4%;
	text-align: center;
	/* cursor: pointer; */
}
.questionParity {
	border:1px solid #e4e4e4; 
	background: rgb(255, 151, 81) !important; 
	color: #000000 !important;
	width: 4%;
	text-align: center;
	/* cursor: pointer; */
}
.questionAbsent {
	border:1px solid #e4e4e4; 
	background: rgb(250, 246, 17) !important; 
	color: #000000 !important;
	width: 4%;
	text-align: center;
	/* cursor: pointer; */
}
.cehc-yes:hover {
	background-color: #04bc04;
	border: 1px solid green;
	box-shadow: 0px 5px 5px 0px #888888;	
}
.cehc-no:hover {
	background-color: #fa4343;
	border: 1px solid red;
	box-shadow: 0px 5px 5px 0px #888888;	
}
.cehc-na:hover {
	background-color: #dbcfcf;
	border: 1px solid #afa3a3;
	box-shadow: 0px 5px 5px 0px #888888;
}
.td-30{
    width: 30%;
}
.td-5{
    width: 5%;
}
.td-3{
    width: 3%;
}
.td-25{
    width: 10%;
}
.td-10{
    width: 10%;
}
.td-15{
    width: 15%;
}
.td-35{
    width: 35%;
}
.td-50{
    width: 50%;
}
.td-80{
    width: 80%;
}
.full-width{
    width: 100%;
}
.text-left{
    text-align: left;
}
.matrix-table {
	width: 100%;
}
.matrix-table td{
	border: 1px solid #dee2e6 !important;
	font-size: 10px;
	height: 20px;
}
.matrix-table th{
	border: 1px solid #fff !important;
	padding: 6px;
	background: #98cbf2;
	color: #000 ;
	font-size: 11px;
}
.matrix-table th::after {
	border: 1px solid #fff !important;
	
}
.matrix-table th.noborder{ 
	border: 0;
	background: #fff;
}
  .matrix-table th.matrix-vertical {
	height: 265px;
    vertical-align: bottom;
	padding: 20px 0px;
	vertical-align: bottom;
	background: #fff;
	font-size: 10px;
	border: 1px solid #dee2e6 !important;
    cursor: pointer;
  } 
  .matrix-table th.matrix-vertical p {
    margin: 0;
    transform: rotate(-90deg);
    white-space: nowrap;
    padding: 0;
    line-height: 0rem;
	width: 30px;
	vertical-align: bottom;
	color: #000 ;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
}
.matrix-table th.verification-vertical {
	height: 265px;
    vertical-align: bottom;
	padding: 20px 0px;
	vertical-align: bottom;
	background: #fff;
	font-size: 10px;
	border: 1px solid #dee2e6 !important;
  } 
  .matrix-table th.verification-vertical p {
    margin: 0;
    transform: rotate(-90deg);
    white-space: nowrap;
    padding: 0;
    line-height: 0rem;
	width: 30px;
	vertical-align: bottom;
	color: #000 ;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
}

.matrix-table th.matrix-middle {
	vertical-align: middle;
	white-space: nowrap;
	font-size: 10px;
}
table.matrix-table input:not([type="file"]):not([type="range"]):not([type="checkbox"]):not([type="radio"]):not(.default-button){
	min-height: 20px; 
	padding: 0rem 2px !important;
	font-size: 10px;
	color: black !important;
}
.matrix-color-X{
	background-color: #f00 !important;
	text-align: center;
    font-size: 15px !important;
	font-weight: bold !important;
	color: #fff !important;
}
.matrix-color-O{
	background-color: rgb(0, 255, 98) !important;
	text-align: center;
    font-size: 15px !important;
	font-weight: bold !important;
	color: #000 !important;
}
.matrix-color-E{
	background-color: rgb(253, 237, 10) !important;
	text-align: center;
    font-size: 15px !important;
    font-weight: bold !important;
	color: #000 !important;
}
.matrix-color-EK{
	background-color: rgb(255, 153, 19) !important;
	text-align: center;
    font-size: 15px !important;
    font-weight: bold !important;
	color: rgb(35, 12, 241) !important;
}
.matrix-color-K{
	background-color: rgb(255, 153, 19) !important;
	text-align: center;
    font-size: 15px !important;
    font-weight: bold !important;
	color: rgb(35, 12, 241) !important;
}
.matrix-color-N{
	background-color: #fff !important;
	text-align: center;
    font-size: 15px !important;
    font-weight: bold !important;
	color: #fff !important;
}
.matrix-color-Y{
	background-color: #006EC7 !important;
	text-align: center;
    font-size: 15px !important;
    font-weight: bold !important;
	color: #fff !important;
}
.matrix-color-XY{
	background-color: #f00 !important;
	text-align: center;
    font-size: 15px !important;
	font-weight: bold !important;
	color: rgb(8, 43, 241) !important;
}

.nowrap {
    white-space: nowrap;
}

.matrix-field {
	font-weight: bold !important;
	color: #000 !important;
	line-height: 90%;
    cursor: pointer;
}

.verification-field {
	font-weight: bold !important;
	color: #000 !important;
	line-height: 90%;
    cursor: pointer;
}

.verification-value{
	font-weight: bold !important;
    cursor: pointer;
}
.verification-x-value{
	font-weight: bold !important;
    cursor: pointer;
}

.matrix-value, .matrix-value-s{
	font-weight: bold !important;
    cursor: pointer;
}
.selected {
    background-color: #b9cedf;
    color: #000;
}
.selectedth {
    background-color: #b9cedf !important;
}
.scrollable-x {
    max-height: 100%;
    overflow-y: hidden;
    overflow-x: auto;
	width: 100%;
}
.btn-safetyMatrix {
    width: 110px;
    font-size: 15px;
}
.icon-safetyMatrix {
    font-size: 15px;
}
#new-cause-form, #new-effect-form, #new-safety-form{
    display: none;
}
.matrixLetter {
    width: 20px;
}
#zonename, #safetyname, #safetyRef {
    font-size: 16px;
}
#alertImageCsd{
    color: #fa4343;
    font-size: 14px;
}
.v-align{
    vertical-align: top;
}
#sil, #mar, #rrtf, #plr-post {
	padding: 5px;
	background-color: #006ec7;
	color: #fff;
	border-radius: 0.2rem;
}
.text-white {
    color: white;
}
.modal_height_600 {
    max-height: 600px;

}
.veirifcation-label-num {
	width: 40px;
}
.veirifcation-label-name {
	width: 500px;
}
.checks-filed {
	color: red
}
.checks-void {
	color: black
}
.checks-pass {
	color: rgb(10, 150, 29)
}
.mtx-method {
    cursor: pointer;
}
.safety-num {
    width: 60px;
}
.safety-ref {
    width: 30px;
}
.notInReport {
    position: relative;
    top: -17px;
    left: 120px;
}
.accordion-level {
    color: #fff;
    background-color: #cb459d !important;
}
input[type="radio" i].pino {
    background-color: #4b38b3;
    border-color: #4b38b3;
}
caption {
    caption-side: top;
    padding: 10px;
    font-weight: bold;
}
.input-checks {
	color: black !important;
	border: 1px solid #cacaca !important;
} 
.questionNecessary {
    background: rgb(237 255 234);
}
/* .CehcCheck-element {
    resize: vertical;
    width: 100%;
    
} */
.cehc-Checks {
    vertical-align: middle ;
}
.no-border {
	border: none !important;
}
.questionNecessaryError {
    background: rgb(245, 255, 166);
}
.question {
	border:1px solid #e4e4e4;
	text-align: center;
}
.cehc-yes:hover {
	background-color: #04bc04;
	border: 1px solid green;
	box-shadow: 0px 5px 5px 0px #888888;	
}
.cehc-no:hover {
	background-color: #fa4343;
	border: 1px solid red;
	box-shadow: 0px 5px 5px 0px #888888;	
}
.cehc-na:hover {
	background-color: #dbcfcf;
	border: 1px solid #afa3a3;
	box-shadow: 0px 5px 5px 0px #888888;
}
.questionLabel {
	width: 38%;
    border: 1px solid #e4e4e4;
}
.table.col-container td{
    padding: 3px;
}
.blue-title {
    color: blue;
    font-size: smaller;
    margin: 0;
   
}
.title-color {
    margin-bottom: 2px;
}

@media (min-width: 900px) {
    .modal-dialog.modal-dialog-800 {
        max-width: 800px;
        width: 800px;
        max-height: 500px;
        overflow-y: auto;
    }
    .modal-dialog.modal-dialog-1000 {
        max-width: 1000px;
        width: 95%;
        max-height: 600px;
    }

    .modal-dialog.modal-dialog-1400 {
        max-width: 1400px;
        width: 100%;
        max-height: 600px;
    }

}
.questionCheckedRed {
	color: #e52020;
}
.questionCheckedGreen {
	color: #0c7924;
}
.check-image {
    width: 100%;
    border: none;
}
.section-bell {
    position: relative;
    top: 15px;
    left: 10px;
}
td.imageTable .img-fluid {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
td.imageTableNew .img-fluid {
    width: 100%;
    height: 120px;
    object-fit: contain;
}
.translateLabel {
	margin-left: 20px;
    
	text-decoration: underline;
	cursor: pointer;
}
.paddind3 td {
    padding: 3px;
}
.novisible {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.txt-error {
	background: red;
    padding: 4px;
    border: 1px solid red;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 3px 0px 0px #786d6d;
    box-shadow: 0px 3px 0px 0px #786d6d;
}
.txt-technical {
    padding-top: 3px;
    text-align: center;
    font-size: smaller;
 }
 .infoStatus {
    width: 32px;
    font-size: 16px;
    color: orangered;
}
.modal-status{
    max-width: 800px;
}
@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
table.tableSite {
	border: 1px solid #ccc;
	color: #000;
	border-collapse: collapse;
    width: 100%;
}
table.tableSite td {
	border: 1px solid #ccc;
	padding: 3px;
}
.divGraph {
	min-width: 100% !important;
	width: 500px;
	max-width: 100% !important;
	height: 400px;
}
.divGeoGraph {
	min-width: 100% !important;
	width: 1000px;
	max-width: 100% !important;
	height: 600px;
}
.divLangGraph {
	min-width: 100% !important;
	width: 1000px;
	max-width: 100% !important;
	height: 400px;
}

img.img-analytics {
	max-width: 200px !important;
	max-height: 100px !important;
}
table.table-analytics{
    width: 100%;
    border-collapse: collapse;
}
.td-logo-customer{
	width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 50px;
}
#body-analytics {
    padding-top: 25px;
}
.td-20 {
    width: 20%;
}
#selectAllService, #viewService {
    padding-top: 0;
    padding-bottom: 0;
}
.top30{
    position: relative;
    top: 30px;
}
.top-10{
    position: relative;
    top: -10px;
    height: 50px;
}
.text-alert-user {
    font-size: medium;
    text-align: center;
    color: #000;
}
.alert-report{
	background-color: #fff;
	border-radius: 5px;
	border: 2px solid rgb(0 110 199); 
	box-shadow: 0 0 1rem rgb(0 0 0 / 5%); 
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
	padding: 20px;
    size: 20px;
}
.font-16 {
	font-size: 16px;
}
.btn .la-trash, .btn-light .la-trash {
    color: #800303;
}
.remove-image {
    position: relative;
    top: -53px;
    left: 151px;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}
.delete-object {
    position: fixed;
    right: 130px;
}
.delete-object-top {
    position: fixed;
    right: 130px;
    top: 124px;
}
.blueImportant{
    color: blue !important;
}
.fontMedium{
    font-size: medium;
}
.absolute-bell {
    left: 1px;
    position: absolute;
}
.msg-rev-left {
    left: 11px;
}
.fonSizeIconDasboard{
    font-size: 25px !important;
}
.circleIconDashborad{
    border: solid;
    border-color: #F2F2F7;
    border-width: 1px;
    background: #ffffff !important;
}
.fontSizeSmall{
    font-size: small;
}
.fontSizeSmaller{
    font-size: smaller;
}
.searchAnalytics{
    background: aliceblue;
}
.labelCount {
    color: orange;
}
.fontMedium{
    font-size: medium;
}
.absolute-bell {
    left: 1px;
    position: absolute;
}
.msg-rev-left {
    left: 11px;
}
#builderUpdateButton, #typeUpdateButton {
    position: relative;
    top: 27px;
}
#builderCreateButton, #typeCreateButton {
    margin-top: 3px;
}
.label-hub{
    font-style: italic;
    color: blue;
}
.bg-input-hub{
    background: aliceblue;
}
.machineButtonLeft  {
    position: fixed;
    right: 40px;
}
.create_machine_label {
    font-size: large;
    color: #f06548;
}
.labelOmronId {
    position: relative;
    top: -19px;
    left: 69px;
}
.msg-machine{
    margin-left: 11px;
    width: 98%;
    color: black;
}
.type-builder-block {
    background: #f2f2f7;
}
.bg-grey{
    background: #f2f2f7;
}
.badge-apac{
    padding: 4px 8px;
    background-color: #b100d4;
    font-weight: normal;
}
.badge-emea{
    padding: 4px 8px;
    background-color: #038a03;
    font-weight: normal;
}
.badge-latam{
    padding: 4px 8px;
    background-color: #680303;
    font-weight: normal;
}
.badge-na{
    padding: 4px 8px;
    background-color: #0004fa;
    font-weight: normal;
}
.badge-others{
    padding: 4px 8px;
    background-color: #069be0;
    font-weight: normal;
}
