@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  /*background-color: #e5e5e5;*/
}

input::placeholder {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #9b9b9b;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="time"] {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
}

input:disabled {
  cursor: default;
}

button:disabled
{
    cursor: default;
    background-color: #E0AC70;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container
{
	/*
    height: 100%;
    min-height: 100vh;
		*/
	background-color: #f7f7f7;
	/*margin: auto;*/
}

	.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 49px 64px;
}

.side-menu {
  align-items: center;
  display: flex;
}

.side-menu__info {
  color: #000000;
}

.side-menu__info:hover,
.side-menu__info:active {
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
}

.side-menu__vertical-line {
  width: 1.1px;
  height: 40px;
  background-color: #dedddd;
  margin: 0 20px;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  background-color: #2283D8;
  padding: 0 64px;
}

.main-nav__items {
  display: flex;
}

.main-nav__item {
  padding: 14px 40px 12px 40px;
}

.main-nav__item:hover,
.main-nav__item:active {
  background-color: #E17800;
}

.main-nav__item-mr-sm {
  margin-left: 9px;
}

.main-nav__item--current {
  background-color: #E17800;
}

.main-nav__link {
  color: #000;
  font-weight: bold;
}

.main-nav__link--current {
  color: #fff;
}

.main-nav__icon-container {
  align-self: center;
  margin: 3px 21px 0 0;
}

.main-nav__search-btn {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.main-nav__search-icon {
  width: 23.3px;
  height: 23.3px;
}

.app__logo {
  max-width: 112px;

}

.app__logo--mb-md {
  margin-bottom: 40px;
}

.app__input-label {
  font-size: 16px;
  color: #000;
  margin-bottom: 6px;
}

.add__input-label--aling-email {
  margin-right: 222px;
}

.add__input-label--aling-password {
  margin-right: 193px;
}

.app__input {
  width: 300px;
  height: 48px;
  border: 1.5px solid #4f4f4f;
  padding: 14px 0 12px 20px;
}

.app__input--active
{
    color: white;
    background-color: #2283D8;
}

.app__input--mt-sm {
  margin-bottom: 20px;
}

.app__input--mt-md {
  margin-bottom: 32px;
}

.app__input-label--ml-sm {
  margin-left: 20px;
}

.app__input--value-center {
  text-align: center;
  padding: 0;
}

.app__btn-lg {
  width: 300px;
  height: 48px;
  background-color: #E17800;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border: none;
  margin-bottom: 16px;
}

.app__btn-lg:hover:enabled,
.app__btn-lg:active:enabled {
  background-color: #464d5f;
}

.app_btn_delete {
  background-color: rgba(255, 0, 0, 0.86);
}

.app_btn_delete:hover:enabled,
.app__btn_delete:active:enabled {
  background-color: #b20101;
}

.app__btn--center-container {
  margin-top: 31px;
  margin-bottom: 0;
  text-align: center;
}

.app__btn--center-container-mt-bg {
  text-align: center;
  margin-top: 40px;
}

.app__error-message-bottom {
  margin-top: 16px;
  color: #ff0000;
}

.app__error-message-top {
  margin-bottom: 12px;
  color: #ff0000;
}

.app__pagination {
  justify-content: center;
  display: flex;
  margin-top: 37px;
}

.app__pagination--lists {
  display: flex;
}

.app__pagination--list {
  margin: 0 0 0 18px;
}

.app__pagination--icon {
  width: 9.9px;
  height: 17px;
  margin-top: 3px;
}

.app__pagination--icon--left {
  margin-right: 5px;
}

.app__pagination--icon--right {
  margin-left: 23px;
}

.app__pagination--link {
  color: rgba(0, 169, 157, 0.38);
}

.app__pagination--link--active {
  color: #E17800;
}

.main-container {
  margin: 40px 64px;
}

.confirmation-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    height: calc(100vh - 295px);
}

.confirmation-container__header-lg {
  margin-bottom: 64px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.confirmation-container__msg-lg {
  width: 400px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}

.confirmation-container__header-sm {
  font-weight: bold;
  margin-bottom: 16px;
}

.confirmation-container__header-email {
  font-weight: bold;
  margin-bottom: 33px;
}

@media (max-width: 1440px) {
  .container {
    width: 1366px;
  }

  .users-edit__input-container--status-2-col {
    margin-left: 67px !important;
  }

  .admins-and-apps-table__action-container {
    margin-left: 650px !important;
  }
}
