body {
    background-color: #f7f5f5;
	vertical-align: middle;
	width: 100%;
	min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

hr {
	background-color: #FF4B00;
}


.container {
    background-color: #FFFFFF;
	margin: auto;
	border-radius: 0.75rem;
	/*position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	*/
	max-width: 600px;
}

input.form-control {
	border-radius: 0;
}



small.text-error {
	width: 100%;
	padding: 0 2rem;
	text-align: right;
	color: #FF6666 !important;
}
.form-group row {
	justify-content: flex-end;
}

.content {
    padding: 30px;
}

@media (min-width: 1500px) {
    .navbar .container{
        max-width: 1440px;
    }
}

ul li {
    font-size: 16px;
    color: #fff;
}

/* NavBar */
.navbar-light .navbar-brand {
    color: #353943;
}

.navbar-light .navbar-nav .nav-link {
    color: #bdbdbd;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    font-weight: 500;
    padding: 0 20px;
}

.navbar-expand-lg .navbar-nav {
    height: 100%;
}

.navbar-light {
    padding: 0 !important;
    border-bottom: 1px solid black;
}

.navbar .container {
    height: 100%;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.navbar-light {
    position: sticky;
    top: 0;
    height: 50px;
    background: #353943;
    margin-bottom: 30px;
    z-index: 9999;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
}

.home {
    color: white !important;
    font-size: 18px;
}

.bg-light {
    background-color: #353943 !important;
    height: 50px;
}



.navbar-light .navbar-nav .active>.nav-link
{
    color: white;
    background: black;
}
/* fin NavBar */


.concat{
    font-size: 8pt;
}

.table th, table td {
    padding : 0px !important;
}

.form-container{
    max-width: 600px;
	margin: auto;
}

form, input, label, p {
    color: black !important;
}

/* Log */
.content-log{
    background: #f0f0f0;
    border-radius: 4px;
    padding: 30px;
    box-shadow:inset 0 0 5px #353943;
}

.redClass{
    background-color: #e06666 !important;
}


.center{
    text-align: center;
}
.hover:hover{
    cursor:pointer;
}

.lowersize{
    font-size: 13px;
}

.mygrid-wrapper-div {
    border: solid rgb(121, 121, 121) 3px;
    padding: 1em;
    overflow: scroll;
    height: 100%;
}

.modal {
    position: absolute;
    top: 10px;
    right: 100px;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
 }


 input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
  }



  @keyframes spinner {
    to {transform: rotate(360deg);}
  }
   
  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: 35px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
  }

ul.list-group li {
    font-size: 16px;
    color: #000000;
}

.form-control:focus {
    color: #495057;
}

.content-body {
	text-align: center;
}

.form-ercs {
	width: 100%;
}

.btn-ercs {
	font-size: 1.5rem;
	padding: 0.5rem 1rem;
	background-color: #FF4B00;
	border-radius: 0;
	border: none;
	color: white;
}
.btn-ercs:hover {
	background-color: #cc3c00;
	color: white;
}

.btn-ercs:focus {
	background-color: #cc3c00;
	color: white;
}

