@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");
/*Variables*/
body {
  overflow-x: hidden;
  font-family: "Oswald", sans-serif !important;
  color: #5C5C5C !important;
}

h1,
h2,
h3,
h4,
h5,
p,
legend {
  font-family: "Oswald", sans-serif !important;
  color: #5C5C5C !important;
}

a {
  font-family: "Oswald", sans-serif !important;
  color: #5C5C5C !important;
  text-decoration: none !important;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #ffffff;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.945, 0.02, 0.27, 0.665);
  transform-origin: bottom left;
}
#sidebar .sidebar-header {
  padding: 20px 10px 0;
  background: #ffffff;
}
#sidebar .sidebar-header img {
  margin: 30px;
}
#sidebar .sidebar-header h5 {
  font-size: 16px;
}
#sidebar ul p {
  color: #fff;
  padding: 10px;
  font-size: 20px;
}
#sidebar ul li a {
  padding: 10px;
  font-size: 16px;
  display: block;
  color: #EBEDEF;
  word-wrap: break-word;
}
#sidebar ul li.active > a {
  color: #ffffff;
  background: #D6DBDF;
}
#sidebar #homeSubmenu li {
  background: #EBEDEF;
}
#sidebar #homeSubmenu li a {
  color: #ffffff;
}
#sidebar .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.shadow-border.sidebar-preview {
  border-right: 1px dotted #afafaf;
  background: #ffffff;
}
.shadow-border.sidebar-preview hr {
  margin: 20px;
}
.shadow-border.sidebar-preview h4 {
  padding: 5px;
  margin-bottom: 0;
}
.shadow-border.sidebar-preview h5 {
  padding: 5px;
  margin-bottom: 0;
}
.shadow-border.sidebar-preview h6 {
  padding: 5px;
  color: #151515;
}
.shadow-border.sidebar-preview .list-unstyled.components.preview {
  border-bottom: none !important;
}

#content {
  min-height: 100vh;
  width: 100%;
}

#sidebarCollapse {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  cursor: pointer;
  border: none;
}
#sidebarCollapse span {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  display: block;
  background: #555;
  transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
  transition-delay: 0.2s;
}
#sidebarCollapse span:first-of-type {
  transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
  opacity: 0;
}
#sidebarCollapse span:last-of-type {
  transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
  transform: none;
  opacity: 1;
  margin: 5px auto;
}

.clients {
  text-align: center;
}
.clients #header-title h2 {
  padding-top: 20px;
}
.clients hr {
  margin: 20px;
}

#sidebar.active {
  margin-left: -250px;
  transform: rotateY(100deg);
  /* Rotate sidebar vertically by 100 degrees. */
}

.wrapper {
  display: flex;
  align-items: stretch;
  perspective: 1500px;
}

.modal-content {
  background-color: #ffffff !important;
  border-radius: 0 !important;
}
.modal-content .close span {
  color: #ffffff;
}
.modal-content .modal-header {
  border-bottom: 1px solid #f2b632;
}
.modal-content .modal-footer {
  border-top: 1px solid #f2b632;
}

.input {
  margin-bottom: 20px;
}

.message.success {
  background: #33881a;
  padding: 10px;
  color: #ffffff;
  text-align: center;
}

.message.error {
  background: red;
  padding: 5px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.submit-btn {
  float: right;
  border-radius: 30px !important;
  background-color: #f2b632 !important;
  color: #ffffff;
  margin-right: 25px;
}

.fileinput-upload-button {
  background-color: #334bfb;
  color: #ffffff !important;
}

#form-campaign h2 {
  text-transform: uppercase;
  margin-top: 50px;
}
#form-campaign .sw-main {
  margin: 30px !important;
}

.file-footer-buttons {
  display: none;
}

.btn-configure {
  margin-top: 30px;
}

.step img {
  padding: 20px;
}

.sw-theme-default > ul.step-anchor > li.active > a {
  color: #f2b632 !important;
}

.sw-theme-default > ul.step-anchor > li > a::after {
  background: #D6DBDF;
}

.sw-btn-group .btn-secondary {
  margin: 10px;
  background-color: #252839;
}

.campaigns {
  margin-top: 40px;
}
.campaigns #header-title {
  margin-bottom: 20px;
}
.campaigns .pull-right {
  float: right;
}
.campaigns #row-campaign .col-md-4 {
  margin-bottom: 20px;
  min-height: 250px;
}
.campaigns #row-campaign .col-md-4 .campaign-preview {
  background-color: #D6DBDF;
  height: 100%;
}
.campaigns #row-campaign .col-md-4 .campaign-preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.campaigns #row-campaign .col-md-4 .campaign-preview .mask {
  background-color: rgba(12, 19, 27, 0.4);
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
}
.campaigns #row-campaign .col-md-4 .campaign-preview .mask h3 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #ffffff !important;
}
.campaigns #row-campaign .col-md-4 .campaign-preview .mask .btn-see {
  position: absolute;
  bottom: 5%;
  right: 35%;
  transform: translate(50%, -50%);
  background: #f2b632;
  color: #ffffff !important;
  text-transform: uppercase;
}
.campaigns #row-campaign .col-md-4 .campaign-preview .mask .btn-edit {
  position: absolute;
  bottom: 5%;
  left: 5%;
  transform: translate(50%, -50%);
  background: #f2b632;
  color: #ffffff !important;
  text-transform: uppercase;
}
.campaigns #row-campaign .col-md-4 .campaign-preview .mask .btn-delete {
  right: 5%;
  position: absolute;
  color: #ffffff !important;
  font-size: 12px;
}
.campaigns #row-campaign .col-md-4 .campaign-preview:hover img {
  opacity: 0;
}
.campaigns #row-campaign .col-md-4 .campaign-preview:hover .mask {
  opacity: 1;
}

.banners #banners {
  margin: 10px 0;
}
.banners .banner-container {
  margin-top: 20px;
}
.banners .banner-container button {
  border: none;
  margin-left: 8px;
  color: #999;
  font-size: 14px;
}
.banners .banner-container p {
  font-size: 12px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background: #2199d6;
  color: #FFF;
  text-align: center;
  border-radius: 50px;
  font-size: 30px;
}

/*Floating menu*/
.expando {
  border-radius: 2px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  will-change: transform;
}

.expando__inner {
  bottom: 20%;
  right: 20%;
  border-radius: 50%;
  overflow: hidden;
  background: #FFF;
  position: absolute;
  will-change: transform;
}

.expando__inner-inverter {
  will-change: transform;
}

.expando__btn {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background: #334bfb;
  border: none;
  outline: none;
  pointer-events: auto;
  cursor: pointer;
  will-change: transform;
  color: #ffffff;
  font-size: 20px;
  transition: transform 0.1s cubic-bezier(0, 0, 0.31, 1), opacity 0.2s cubic-bezier(0, 0, 0.31, 1);
}

.expando__content {
  position: absolute;
  left: -10px;
  top: -10px;
  pointer-events: none;
  opacity: 0;
  will-change: transform;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0, 0, 0.31, 1), opacity 0.3s cubic-bezier(0, 0, 0.31, 1);
}

.expando__close {
  position: absolute;
  right: 10px;
  top: 10px;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 10px;
}

.expando__content-list {
  width: 140px;
  margin: 0;
  padding: 30px 0 20px 0;
  list-style: none;
  overflow: hidden;
}
.expando__content-list li {
  line-height: 1.9;
  padding: 0 20px;
}
.expando__content-list li a {
  color: #252839;
  text-decoration: none;
  font-size: 14px;
}
.expando__content-list li:hover {
  background: #555;
}
.expando__content-list li:hover a {
  color: #ffffff;
  text-decoration: none;
}

.item--expanded {
  animation-name: expandAnimation;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  top: 0;
  right: 60%;
  border-radius: 0;
}

.item__contents--expanded {
  animation-name: expandContentsAnimation;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.item--collapsed {
  animation-name: collapseAnimation;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.item__contents--collapsed {
  animation-name: collapseContentsAnimation;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.item__contents--expanded .expando__content {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}

.item__contents--expanded .expando__btn {
  transform: rotate(180deg);
  opacity: 0;
  pointer-events: none;
}

.comments-bar {
  position: absolute;
  top: 0;
  right: 0;
  background: #F0F3F4;
  min-height: 100%;
  width: 350px;
  z-index: 1;
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.comments-bar .btn-back {
  background: transparent;
  color: #f2b632;
}
.comments-bar h3 {
  padding: 20px;
}
.comments-bar .comment-form {
  padding: 10px;
}
.comments-bar .comment-form input {
  background: transparent;
  color: #151515;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
}
.comments-bar .comment-form #btn-save-comment {
  background: #f2b632;
  color: #ffffff;
  border-radius: 50px;
}
.comments-bar .comments-content .comment {
  margin: 10px;
  padding: 10px;
  background: #D6DBDF;
  border-radius: 5px;
}
.comments-bar .comments-content .comment .date {
  float: left;
  font-size: 10px;
  color: #f2b632;
}
.comments-bar .comments-content .comment .author {
  text-align: right;
  font-size: 14px;
  border-bottom: 1px solid #f2b632;
}
.comments-bar .comments-content .comment .comment-text {
  font-size: 12px;
  text-align: right;
}

.upload-attachments input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.comments-bar.collapsed {
  display: none;
}

#row-clients .col-md-4 {
  margin-bottom: 20px;
  min-height: 250px;
}
#row-clients .col-md-4 .client-preview {
  background-color: #D6DBDF;
  height: 100%;
}
#row-clients .col-md-4 .client-preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
#row-clients .col-md-4 .client-preview .mask {
  background-color: rgba(12, 19, 27, 0.4);
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
}
#row-clients .col-md-4 .client-preview .mask h3 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #ffffff !important;
}
#row-clients .col-md-4 .client-preview .mask .btn-see {
  position: absolute;
  bottom: 5%;
  right: 35%;
  transform: translate(50%, -50%);
  background: #f2b632;
  color: #ffffff !important;
  text-transform: uppercase;
}
#row-clients .col-md-4 .client-preview .mask .btn-edit {
  position: absolute;
  bottom: 5%;
  left: 5%;
  transform: translate(50%, -50%);
  background: #f2b632;
  color: #ffffff !important;
  text-transform: uppercase;
}
#row-clients .col-md-4 .client-preview .btn-delete {
  right: 5%;
  position: absolute;
  color: #ffffff !important;
  font-size: 12px;
}
#row-clients .col-md-4 .client-preview:hover img {
  opacity: 0;
}
#row-clients .col-md-4 .client-preview:hover .mask {
  opacity: 1;
}

.form-client {
  margin: 20px;
  text-align: center;
  color: #ffffff;
}
.form-client .col-md-4 {
  padding: 20px;
  background: #252839;
  text-transform: uppercase;
}
.form-client .col-md-6 {
  padding: 20px;
  background: #D6DBDF;
}
.form-client #bg-profile {
  margin-top: 10px;
  padding: 10px;
  background: #f2b632;
}
.form-client #bg-profile a {
  color: #ffffff;
}

.delete-banner {
  background: #f2b632;
  color: #ffffff;
  border-radius: 30px;
  margin: 10px 0;
}

.separator {
  border: 1px solid #EBEDEF;
  margin: 10px 0;
}

.info-banner {
  font-size: 14px;
  font-weight: bold;
  color: #5C5C5C;
}

#session-wrapper {
  min-height: 100vh;
  background: url("../img/background.jpg") no-repeat;
  background-position: center;
  background-size: 100%;
}
#session-wrapper .form-log {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  text-transform: uppercase;
}
#session-wrapper .form-log input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
}
#session-wrapper .form-log input::placeholder {
  color: #ffffff;
}
#session-wrapper .form-log .btn-login {
  background: #f2b632;
  color: #ffffff;
  border: none;
  padding: 6px;
}

@media (max-width: 768px) {
  /* Reversing the behavior of the sidebar:
     it'll be rotated vertically and off canvas by default,
     collapsing in on toggle button click with removal of
     the vertical rotation.   */
  #sidebar {
    margin-left: -250px;
    transform: rotateY(100deg);
  }

  #sidebar.active {
    margin-left: 0;
    transform: none;
  }

  /* Reversing the behavior of the bars:
     Removing the rotation from the first,
     last bars and reappear the second bar on default state,
     and giving them a vertical margin */
  #sidebarCollapse span:first-of-type,
#sidebarCollapse span:nth-of-type(2),
#sidebarCollapse span:last-of-type {
    transform: none;
    opacity: 1;
    margin: 5px auto;
  }

  /* Removing the vertical margin and make the first and last bars rotate again when the sidebar is open, hiding the second bar */
  #sidebarCollapse.active span {
    margin: 0 auto;
  }

  #sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
  }

  #sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
  }

  #sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
  }
}
.btn-info {
  color: #ffffff !important;
}

/**New styles**/
.client-name {
  background: #f6f6f6;
  padding: 10px 0;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 990px !important;
  }
}

/*# sourceMappingURL=wdpreviewlink.css.map */
