* {
  padding: 0px;
  margin: 0px;
  border: none;
  font-family: Arial;
}

body {
  background-color: #eee;
}

.logo {
  width: 130px;
  position: relative;
  top: 10px;
  left: 10px;
}

.errors-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #FFF;
}

.errors-header img {
  padding-left: 25px;
  display: block;
}

.error-content {
  display: block;
  margin: 0px auto;
  padding: 70px 70px 50px 70px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  margin-top: 25px;
  width: 570px;
}

.error-left {
  float: left;
}

.error-right {
  float: right;
}

.error-clear {
  clear: both;
}

.error-space {
  margin-left: 30px;
}

.error-content h1, .error-content h3 {
  font-size: 17px;
  font-weight: 500;
  color: #aaa;
}

.error-content h2 {
  font-size: 40px;
  padding: 5px 0px;
  color: #888;
}

.error-content a {
  display: inline-block;
  padding: 8px 18px 8px 10px;
  background-color: #2A6EFF;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0px 4px 0px #2449AB;
  font-weight: 700;
  transition: background-color 0.25s ease;
}

.error-content a:hover {
  background: #3484C8;
}

.error-content a:active {
  box-shadow: 0px 4px 0px #2449AB inset;
}

.error-actions {
  padding-top: 25px;
}

.error-refresh:before, .error-goback:before {
  font-size: 15px;
  margin-right: 12px !important;
}

.error-contact {
  text-align: center;
  padding-top: 20px;
  color: #777;
  font-size: 12px;
}

.error-contact a {
  color: #888;
  font-size: 12px;
}

.right-block {
  width: 79%;
}

.modalFlexbox-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.modalFlexbox-container .modalAlertContent {
  padding: 15px;
}

.modalFlexbox-container .modalAlertIcon {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 10px;
}

.modalFlexbox-container .modalAlertIcon > svg {
  display: block;
}

.modalFlexbox-container .modalAlertContent {
  max-width: 350px;
  text-align: left;
}

.modalAlert > .buttons {
  padding: 0 13px 10px 0;
}

.modalFlexbox-container h4 {
  margin-top: 0;
  padding: 0 !important;
}

.modalFlexbox-container h4.withoutMargin {
  margin-bottom: 0;
}

.modalFlexbox-container .modalAlertContent h4 {
  background: transparent;
}

/* <gray> */
.modalFlexbox-container.gray .modalAlertContent > h4 {
  color: #878787;
}

.modalFlexbox-container.gray {
  color: #AAAAAA;
}

/* </gray> */
/*Mobile*/
.mobileLeaf .modalFlexbox-container {
  align-items: center;
}

.mobileLeaf .mobileEmptyMessage {
  color: #A9A5A5;
  font-size: 1.4em;
  font-weight: 400;
  margin-top: 10px;
  line-height: 19px;
  margin: 0;
  margin-bottom: 5px;
}

.modalFlexbox-container {
  display: none;
  margin-left: 50%;
  margin-top: 50px;
  min-width: 400px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.modalFlexbox-container .modalAlertContent {
  color: #727272;
}
.modalFlexbox-container .modalAlertContent h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #4A4A4A;
}

body.workspaceIframe {
  background-color: #fff;
}
body.workspaceIframe .error-content, body.workspaceIframe .errors-header, body.workspaceIframe .error-contact {
  display: none;
}
body.workspaceIframe .modalFlexbox-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}