html {
  height: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0px;
  overflow-y: scroll;
}

body {
  height: 100%;
  margin: 0;
  background: #ffffff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 45px;
  letter-spacing: 0.6em;
  position: relative;
  left: 40px;
  color: #2e2e2e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  float: left;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

/*  =================  LOGIN  =================  */

.login-screen {
  opacity: 0;
  width: 460px;
  background: #282828;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari */
  transform: translate(-50%, -50%);
  padding-bottom: 40px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.show_login {
  opacity: 1 !important;
  -webkit-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.login-screen .forgot_password,
.login-screen .back_login {
  float: right;
  position: relative;
  top: 65px;
  color: #8f8e8e;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  right: 10px;
}

#msg {
  width: 100%;
  text-align: center;
  position: relative;
  top: 100px;
}

.login-screen .forgot_password:hover,
.login-screen .back_login:hover {
  color: #000;
}

.login-screen .back_login {
  display: none;
}

.login-icon {
  width: 100%;
  height: 130px;
  float: left;
  position: relative;
  letter-spacing: 0.08em;
}

.login-icon img {
  width: 115px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -28px -57px;
}

.login-form {
  width: 85%;
  float: left;
  margin-left: 7.5%;
}

.login-form input[type="submit"] {
  width: 50%;
  height: 56px;
  background: #28ae7d;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  left: 0px;
  position: relative;
  -ms-transform: translate(50%, 10px); /* IE 9 */
  -webkit-transform: translate(50%, 10px); /* Safari */
  transform: translate(50%, 10px);
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.login-form input[type="submit"]:hover {
  background: #19cb8a;
}

.error_login {
  background: rgb(249, 51, 51) !important;
}

.form-group {
  height: 115px;
  width: 100%;
  float: left;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.form-group label {
  width: 90%;
  float: left;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-left: 15px;
}

.form-group input {
  width: 90%;
  width: calc(100% - 30px);
  float: left;
  background: #ededed;
  padding: 18px 15px;
  border: none;
  margin-top: 15px;
  outline: none;
}

.forgot_pass {
  visibility: hidden;
}

.hide_password {
  opacity: 0;
  overflow: hidden;
  height: 0px;
}

.shake-horizontal {
  -ms-animation-name: shake-horizontal;
  -webkit-animation-duration: 300ms;
  -ms-animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-name: shake-horizontal;
  -webkit-animation-name: shake-horizontal;
  animation-duration: 300ms;
}

@-webkit-keyframes shake-horizontal {
  0% {
    left: 0px;
  }
  5% {
    left: -2px;
  }
  10% {
    left: 0px;
  }
  15% {
    left: 2px;
  }
  20% {
    left: 0px;
  }
  25% {
    left: -2px;
  }
  30% {
    left: 0px;
  }
  35% {
    left: 2px;
  }
  40% {
    left: 0px;
  }
  45% {
    left: -2px;
  }
  50% {
    left: 0px;
  }
  55% {
    left: 2px;
  }
  60% {
    left: 0px;
  }
  65% {
    left: -2px;
  }
  70% {
    left: 0px;
  }
  75% {
    left: 2px;
  }
  80% {
    left: 0px;
  }
  85% {
    left: -2px;
  }
  90% {
    left: 0px;
  }
  95% {
    left: 2px;
  }
  100% {
    left: 0px;
  }
}
@-ms-keyframes shake-horizontal {
  0% {
    left: 0px;
  }
  5% {
    left: -2px;
  }
  10% {
    left: 0px;
  }
  15% {
    left: 2px;
  }
  20% {
    left: 0px;
  }
  25% {
    left: -2px;
  }
  30% {
    left: 0px;
  }
  35% {
    left: 2px;
  }
  40% {
    left: 0px;
  }
  45% {
    left: -2px;
  }
  50% {
    left: 0px;
  }
  55% {
    left: 2px;
  }
  60% {
    left: 0px;
  }
  65% {
    left: -2px;
  }
  70% {
    left: 0px;
  }
  75% {
    left: 2px;
  }
  80% {
    left: 0px;
  }
  85% {
    left: -2px;
  }
  90% {
    left: 0px;
  }
  95% {
    left: 2px;
  }
  100% {
    left: 0px;
  }
}
@keyframes shake-horizontal {
  0% {
    left: 0px;
  }
  5% {
    left: -2px;
  }
  10% {
    left: 0px;
  }
  15% {
    left: 2px;
  }
  20% {
    left: 0px;
  }
  25% {
    left: -2px;
  }
  30% {
    left: 0px;
  }
  35% {
    left: 2px;
  }
  40% {
    left: 0px;
  }
  45% {
    left: -2px;
  }
  50% {
    left: 0px;
  }
  55% {
    left: 2px;
  }
  60% {
    left: 0px;
  }
  65% {
    left: -2px;
  }
  70% {
    left: 0px;
  }
  75% {
    left: 2px;
  }
  80% {
    left: 0px;
  }
  85% {
    left: -2px;
  }
  90% {
    left: 0px;
  }
  95% {
    left: 2px;
  }
  100% {
    left: 0px;
  }
}

/*  =================  INDEX  =================  */

#wrapper {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

.navbar {
  width: 265px;
  height: 100%;
  float: left;
  background: #232323;
  position: fixed;
}

.navbar .navbar-brand {
  width: 112px;
  float: left;
  margin-top: 37px;
  margin-left: 40px;
}

.navbar .side-nav {
  width: 230px;
  float: left;
  list-style: none;
  margin-top: 55px;
  margin-left: 0px;
}

.side-nav .title {
  color: #444444;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.side-nav li {
  padding: 15px 0px;
  margin-top: 2px;
  color: #575757;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.side-nav li.cms {
  margin-left: -3px;
}

.side-nav li:hover a,
.side-nav li:hover span,
.side-nav li.active a,
.side-nav li.active span {
  color: #fff !important;
}

.side-nav li a {
  color: #575757;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.side-nav li a span {
  width: 24px;
  text-align: center;
  font-size: 20px;
  margin-right: 5px;
}

.navbar-top {
  height: 56px;
  width: calc(100% - 265px);
  float: right;
  background: #2e2e2e;
  position: absolute;
  right: 0px;
}

.name-user {
  width: 80%;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 20px;
  margin-left: 40px;
}

.notification-user,
.logout-user,
.logout-user a {
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 40px;
  margin-top: 20px;
  cursor: pointer;
}

.logout-user,
.logout-user a {
  margin-right: 10px;
  margin-top: 10px;
  text-decoration: none;
}

#page-wrapper {
  width: calc(100% - 265px);
  float: right;
  height: calc(100% - 56px);
  top: 56px;
  position: relative;
}

table {
  width: 94% !important;
}

.button_add {
  width: auto;
  position: relative;
  background: #34c789;
  padding: 18px 35px;
  float: right;
  color: #fff;
  right: 30px;
  top: 40px;
  font-size: 12px;
  border-radius: 3px;
  border: 0px;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.button_add:hover {
  background: #2af59f;
}

.button_cancel {
  width: auto;
  position: relative;
  background: rgba(46, 46, 46, 0.2);
  padding: 18px 35px;
  float: right;
  color: #fff;
  right: 30px;
  top: 40px;
  font-size: 12px;
  border-radius: 3px;
  border: 0px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10px;
}

/* BASE STYLES
============================================================================= */

.page {
  width: 100%;
  min-height: 100%;
  bottom: 0;
  position: absolute;
  top: 0px;
  float: right;
  right: 0px;
}

.row {
  width: 100%;
  float: left;
}
form .row {
  padding-bottom: 40px;
}
.form-button {
  width: calc(100% - 63px);
  float: left;
  margin-top: 20px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-left: 40px;
  text-transform: uppercase;
}
.form-button:after {
  content: " ";
  width: calc(100% - 8px);
  height: 1px;
  background: #34495e;
  display: block;
  margin: 20px 0 40px;
}
.form-button a.btAddBlock {
  width: 31.3%;
  display: inline-block;
  text-align: center;
  background: #34495e;
  height: 57px;
  line-height: 57px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 2.5%;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.form-button a.btAddBlock:last-child {
  margin-right: 0;
}
.block-grid {
  position: relative;
  width: calc(100% - 27px);
  float: left;
}
.block-grid .icons {
  position: absolute;
  top: 10px;
  right: 1px;
}
.block-grid .icons:hover {
  cursor: pointer;
}
.form-button a.btAddBlock:hover,
.form-button a.btAddBlock.active {
  background: #34c789;
}

.form-group-add,
.form-group-disp {
  width: calc(48% - 40px);
  float: left;
  margin-top: 20px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-left: 40px;
}

.form-group-add.txt {
  width: calc(98% - 40px);
}

.form-group-add label,
.form-group-add-check label,
.form-group-disp label {
  color: #2e2e2e;
  text-transform: uppercase;
  width: 90%;
  float: left;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-left: 15px;
}

.form-group-add input,
.form-group-add select {
  width: 90%;
  width: calc(100% - 30px);
  float: left;
  background: #fafafa;
  padding: 18px 15px;
  border: 1px solid #eaeaea;
  margin-top: 15px;
  outline: none;
  border-radius: 3px;
}
.form-group-add select {
  width: calc(100%);
}
.form-group-add textarea {
  width: 90%;
  width: calc(100% - 30px);
  float: left;
  background: #fafafa;
  padding: 18px 15px;
  border: 1px solid #eaeaea;
  margin-top: 15px;
  outline: none;
  border-radius: 3px;
  min-height: 100px;
  resize: vertical;
}

.form-group-add-check {
  width: 90%;
  float: left;
  margin-top: 30px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-left: 31px;
}
.form-group-add.gal,
.form-group-add.img,
.form-group-add.txt {
  display: none;
}
.form-group-add.gal.full {
  width: calc(98% - 40px);
}
.form-group-add.gal.full .row {
  width: 50%;
  margin: 0 auto;
  float: none;
}
.form-group-add.gal.full .row .col {
  float: left;
  width: 50%;
  height: 150px;
  text-align: center;
  line-height: 170px;
  cursor: pointer;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.form-group-add.gal.full .row .col:hover {
  background: rgba(46, 46, 46, 0.2);
}
.form-group-add.one,
.form-group-add.two {
  width: calc(98% - 40px);
}
.form-group-add.gal.full .row h3 {
  text-transform: uppercase;
  text-decoration: none;
  color: #232323 !important;
  font-weight: 400;
  font-size: 14px;
}
.form-group-add.gal.full .row .col span {
  font-size: 40px;
}
.form-group-add.gal,
.form-group-add.img {
  position: relative;
  width: calc(48% - 40px);
}
.form-group-add.one .gal {
  width: calc(98% - 40px);
}
/*.form-group-add.one.active .gal, .form-group-add.two.active .gal{
        display: block;
    }*/
.form-group-add.one .gal a.addImg {
  width: 25%;
}
.form-group-add.img {
  width: calc(98% - 40px);
}
.form-group-add.img span {
  width: 19.5% !important;
  display: inline-block;
}
.form-group-add.img span img {
  width: 100%;
}
.form-group-add.img span a {
  width: 100%;
  display: block;
  height: 25px;
  background: rgb(236, 102, 102);
  text-align: center;
  margin-top: -5px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
}
.form-group-add.img span a:hover {
  background: rgb(236, 102, 102);
  opacity: 0.8;
}

.form-group-add.imageSimple {
  display: block;
  position: relative;
  width: 100%;
  margin-left: 0;
}
.form-group-add.imageSimple img {
  width: auto;
  margin-top: 25px;
  display: block;
  max-width: 750px;
}

.form-group-add.gal a.addImg,
.form-group-add.img a.addImg,
.form-group-add.imageSimple a.addImg {
  display: inline-block;
  width: 50%;
  height: 57px;
  background: rgba(46, 46, 46, 0.2);
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
  line-height: 57px;
  padding-left: 10px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group-add.img a.addImg {
  width: 25%;
}
.form-group-add.gal input[type="file"],
.form-group-add.img input[type="file"],
.form-group-add.imageSimple input[type="file"] {
  display: none;
}
.form-group-add.gal img,
.form-group-add.img img {
  width: 100%;
  margin-top: 15px;
}
.right {
  display: inline-block;
  float: right;
}

.checkbox {
  width: 30%;
  float: left;
  font-size: 12px;

  margin-left: 20px;
}
.checkbox label {
  font-weight: 400;
  color: #454545;
}

.checkbox input[type="checkbox"] {
  margin-right: 5px;
  float: left;
  position: relative;
  margin-top: 1px;
}

.radio {
  float: left;
  width: 120px;
  margin-top: 20px;
}
.radio label {
  float: left;
  width: auto;
  margin-top: 13px;
  margin-left: 4px;
}

.radio input[type="radio"],
.radio input[type="checkbox"] {
  width: 20px;
  float: left;
}

.breadcrumb {
  width: calc(100% - 80px);
  float: left;
  position: relative;
  left: 40px;
  font-size: 12px;
  text-decoration: none;
  color: #ccc !important;
  margin-top: 30px;
}

.breadcrumb a {
  text-decoration: none;
  color: #232323 !important;
  font-weight: 400;
}
/* ANIMATIONS
============================================================================= */

.page.ng-leave {
  z-index: 9999;
}
.page.ng-enter {
  z-index: 8888;
}

/* page specific animations ------------------------ */

/* about ------------------------ */
.page.ng-leave {
  -webkit-animation: slideOutLeft 300ms both ease-in;
  -moz-animation: slideOutLeft 300ms both ease-in;
  animation: slideOutLeft 300ms both ease-in;
}
.page.ng-enter {
  -webkit-animation: slideInRight 300ms both ease-in;
  -moz-animation: slideInRight 300ms both ease-in;
  animation: slideInRight 300ms both ease-in;
}

/* slide in from the right */
@keyframes slideInRight {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes slideInRight {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* slide in from the bottom */
@keyframes slideOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes slideOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.validate_form {
  border-color: rgba(247, 77, 77, 0.42) !important;
  background-color: rgba(247, 77, 77, 0.05) !important;
}

.msg_erro {
  top: -100px;
  width: calc(100% - 265px);
  position: fixed;
  border-color: rgb(247, 77, 77) !important;
  background-color: rgb(247, 77, 77) !important;
  padding: 30px 50px;
  color: #a00303;
  font-size: 13px;
  text-align: center;
  z-index: 999999999999;
  color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
}
.msg_erro.active {
  top: 0;
}

.hide_all {
  overflow: hidden;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  height: -10px;
}

.icons_actions span {
  margin: 0 10px;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.icons_actions a,
.icons_actions a span {
  color: rgba(35, 35, 35, 0.6);
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.icons_actions:hover span {
  color: rgb(236, 102, 102);
}

.dispItem {
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.noDisp {
  color: rgb(236, 102, 102) !important;
}
.Disp {
  color: #34c789 !important;
}

.icons_active_red {
  color: rgb(236, 102, 102) !important;
}

.last_acess {
  float: left;
  width: 30%;
  background: rgb(247, 247, 247);
  margin-top: 20px;
  margin-left: 50px;
  padding-bottom: 50px;
}
.last_acess h1 {
  font-size: 20px;
  margin-bottom: 15px;
}

.acess {
  width: 80%;
  background: #f2f2f2;
  padding: 10px 10%;
  float: left;
  margin-top: 1px;
}

.acess div:first-child {
  float: left;
  color: #ccc !important;
}
.acess div:last-child {
  float: right;
}

.form-group-add img {
  max-width: 100% !important;
}
