* {
  box-sizing: border-box;
}

body {
  font-weight: 400;
  background-color: #eeeff4;
}

body,
html,
.App,
.vertical-center {
  width: 100%;
  height: 100%;
}

.navbar-dark {
  background: #22577b !important;
  opacity: 1;
  width: 100%;
}

.navbar-dark .nav-link {
  color: white !important;
}

.leftnavbaractive {
  background-color: #2f47ff !important;
  color: white !important;
}

.btn-outline-primary {
  border-color: #1833ff;
  color: #1833ff;
}

.btn-outline-primary:hover {
  background-color: #1833ff;
  color: #ffffff;
}

.vertical-center {
  display: flex;
  text-align: left;
  justify-content: center;
  flex-direction: column;
}

.inner-block {
  width: 30%;
  min-width: 300px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 40px 55px 45px 55px;
  transition: all 0.3s;
  border-radius: 20px;
}

.vertical-center .form-control:focus {
  border-color: #2554ff;
  box-shadow: none;
}

.vertical-center h3 {
  text-align: center;
  margin: 0;
  line-height: 1;
  padding-bottom: 20px;
}

label {
  font-weight: 500;
}

input[type="text"],
input[type="password"],
input[type="email"],
.modalboxStyle {
  width: 100%;
  padding: 12px 10%;
  margin: 8px 0;
  display: inline-block;
  border: 1px ridge #ccc;
  box-sizing: border-box;
}
.modalSelectBoxStyle {
  width: 100%;
  padding: 0 10%;
  display: inline-block;
  border: 1px ridge #ccc;
  box-sizing: border-box;
}


/*-----------table style:*/

.datagrid table { 
	table-layout: fixed;
	word-wrap: break-word;
	border-collapse: collapse; 
	text-align: left; 
	width: 100%; 
	border: 1px solid #006699; 
	background: #fff; 
} 

.datagrid {
	font-family: "Arial, Helvetica, sans-serif"; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}

.datagrid table td, .datagrid table th { 
	padding: 15px 10px; 
}

.datagrid table thead th {
    vertical-align: middle !important;
    text-align: center;
	background:-webkit-linear-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
	background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color:#006699; 
	color:#FFFFFF; 
	font-size: 15px; 
	font-weight: bold; 
	border-left: 1px solid #0070A8; 
} 

.datagrid table tbody td { 
    text-align: center;
    color: #00557F; 
	border-left: 1px solid #E1EEF4;
	font-size: 14px;
	font-weight: normal; 
}

.datagrid table tbody .alt td { 
	background: #E1EEf4; 
	color: #00557F; 
}

.datagrid table tbody td:first-child { 
	border-left: none; 
}

.datagrid table tbody tr:last-child td { 
	border-bottom: none; 
}
/*:-----------table style*/

/*
			th {
			  vertical-align: top !important;
			  text-align: center;
			}

			td {
			  text-align: center;
			}
*/

.fontuser {
  position: relative;
}

.fontuser i {
  position: absolute;
  left: 5%;
  top: 40%;
  color: rgb(39, 50, 73);
  max-width: 1px;
  max-height: 1px;
}

[contenteditable] {
  outline: 0px solid transparent;
}

tr:focus-within {
  background: white;
}

#addANewUser input {
  border: 0px solid transparent;
  outline: 0px solid transparent;
}

::-webkit-scrollbar {
  padding-top: 100px;
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(168, 168, 168);
}

/*Save,Delete Buttons colors:*/




.btn-save {
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  background-color: #007dc1;
  border-radius: 3px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 5;
  padding: 8px 20px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
}

.btn-save:hover {
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  background-color: #0061a7;
  color: white;
}

.btn-save:active {
  position: relative;
  top: 1px;
}

.btn-delete {
  box-shadow: inset 0px 1px 0px 0px #91b8b3;
  background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
  background-color: #768d87;
  border-radius: 3px;
  border: 1px solid #566963;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  padding: 8px 20px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2b665e;
}

.btn-delete:hover {
  background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
  background-color: #6c7c7c;
  color: white;
}

.btn-delete:active {
  position: relative;
  top: 1px;
}

.btn-newbutton {
  box-shadow: inset 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 3px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 14px;
  padding: 8px 20px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}

.btn-newbutton:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
  color: #333333;
}

.btn-newbutton:active {
  position: relative;
  top: 1px;
}

.btn-close {
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	background-color:#768d87;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:7px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.btn-close:hover {
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c;
	color:white;
}
.btn-close:active {
	position:relative;
	top:1px;
}






.mysubmitbtn {
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.mysubmitbtn:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
	color:white;
}
.mysubmitbtn:active {
	position:relative;
	top:1px;
}
