body {
  color: #575757;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem; }

body .adminlogin {
  font-size: 1.2rem; }

.body-content {
  padding-left: 15px;
  padding-right: 15px; }

h1, h2, h5, a {
  color: #33408f; }

h3 {
  color: #fff;
  font-weight: normal; }

.hide {
  display: none!important; }

a:hover {
  text-decoration: none; }

.form-control {
  font-size: 0.8rem; }
  .form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0); }
  .form-control.error {
    border: 1px solid #dc3545; }

.form-control-lg {
  font-size: 1.25rem; }

.btn-sm, .btn-group-sm > .btn {
  border-radius: 0; }

.btn {
  font-weight: 300;
  letter-spacing: 0.01rem;
  border-radius: 0; }

.btn, button.dropdown-item {
  font-size: 0.8rem;
  cursor: pointer;
  text-transform: uppercase; }

.btn[disabled] {
  cursor: not-allowed; }

.btn-lg {
  font-size: 1.25rem; }

.btn-default {
  background: #CFD5E3;
  color: #fff;
  border: none;
  text-transform: none;
  font-size: 1rem;
  border-radius: 2px;
  padding: 0.5rem 2rem; }
  .btn-default:hover, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .btn-default .show > .btn-success.dropdown-toggle {
    background: linear-gradient(to bottom right, #D7007F, #B72491); }
  .btn-default:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default :not(:disabled):not(.disabled).active:focus, .btn-default .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none; }

/* Success, Confirm, Save Buttons */
.btn-success {
  background-color: #333f90;
  border-color: #333f90; }
  .btn-success:hover, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .btn-success .show > .btn-success.dropdown-toggle {
    background-color: #3D287C;
    border-color: #3D287C; }
  .btn-success:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success :not(:disabled):not(.disabled).active:focus, .btn-success .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none; }

/* Action Links */
.btn-primary {
  color: #CFD5E3;
  background-color: #54475A;
  border-color: #54475A; }
  .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary .show > .btn-primary.dropdown-toggle {
    background-color: #54475A;
    border-color: #54475A; }
  .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary :not(:disabled):not(.disabled).active:focus, .btn-primary .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none; }
  .btn-primary:disabled, .btn-primary .disabled {
    background-color: #54475A;
    border-color: #54475A; }

#btnDownloadFiles, #btnShareFiles, #btnDeleteFiles {
  display: none; }

/* Nav sub links */
.btn-secondary, .show > .btn-secondary.dropdown-toggle {
  color: #616161;
  background-color: #F3F4F8;
  border-color: #F3F4F8; }
  .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary .show > .btn-secondary.dropdown-toggle, .show > .btn-secondary.dropdown-toggle:hover, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle .show > .btn-secondary.dropdown-toggle {
    background-color: #8188BA;
    border-color: #8188BA;
    color: #fff; }
  .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary :not(:disabled):not(.disabled).active:focus, .btn-secondary .show > .btn-secondary.dropdown-toggle:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .btn-secondary.dropdown-toggle:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle :not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none; }

/*** Custom checkbox ***/
.checkbox label {
  margin-bottom: 0;
  cursor: pointer; }

.checkbox label:after {
  content: '';
  display: table;
  clear: both; }

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em; }

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%; }

.checkbox label input[type="checkbox"] {
  display: none; }

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0; }

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  opacity: 1; }

.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: .5; }

.placeholder {
  border: 0px solid black;
  background-color: azure; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #54475A; }

tr {
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 0px; }

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #bfbfbf; }

.navbar-light .navbar-brand {
  color: #33408f; }

.navbar-light .navbar-text, .navbar-light .navbar-nav .nav-link {
  color: #CFD5E3; }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #ffffff; }

.dropdown-nav .dropdown-menu {
  margin-top: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none; }
  .dropdown-nav .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.8rem; }
    .dropdown-nav .dropdown-menu .dropdown-item.active, .dropdown-nav .dropdown-menu .dropdown-item:focus {
      background-color: #8188BA; }

.dropdown-nav:hover > .dropdown-menu {
  display: block; }

.dropdown-nav .dropdown-toggle:after {
  display: none; }

.side-panel {
  padding: 30px 20px 10px 20px;
  text-align: center;
  font-size: 16px; }
  .side-panel p {
    margin-top: 0;
    margin-bottom: 0; }

.sidebar {
  position: fixed;
  top: 37px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: inset -3px 0 13px -3px rgba(128, 128, 128, 0.75);
  padding-left: 0;
  padding-right: 0;
  width: 60px;
  background: linear-gradient(to bottom, #E3EBF5, #CFD5E3); }

.sidebar .nav-item {
  width: 100%; }

.sidebar .nav-link {
  border-radius: 0;
  font-size: 1.75rem; }

.sidebar .nav-link:hover {
  color: #333f90; }

.nav-pills .nav-link {
  color: #616161; }

.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
  color: #D7007F;
  background-color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(128, 128, 128, 0.75), 0px 3px 3px -3px rgba(128, 128, 128, 0.75); }

.tile {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  background: linear-gradient(to bottom right, #3D287C, #333f90);
  padding: 50px 20px 50px 20px;
  margin-bottom: 10px;
  max-height: 180px;
  text-align: center;
  transition: transform .2s linear; }
  .tile:hover {
    background: #D7007F;
    transform: scale(1.01); }
  .tile h3 {
    text-transform: uppercase;
    font-weight: 300; }
  .tile i {
    font-size: 5.5rem;
    display: inline-block;
    color: white; }

.split {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 45px);
  float: left; }

.split-container {
  height: calc(100vh - 45px);
  min-height: 250px; }

#split-div-content {
  height: calc(100vh - 45px);
  padding-left: 5px; }

#split-div-tree {
  overflow-x: scroll;
  height: calc(100vh - 45px); }

.gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%; }

.gutter.gutter-horizontal {
  background-image: url(../images/ui/splitter.png);
  cursor: ew-resize;
  height: calc(100vh - 45px);
  float: left; }

.connector-version {
  font-size: 0.8rem;
  left: 10px;
  bottom: 10px;
  right: unset;
  padding: 4px;
  background-color: #E3EBF5;
  border-radius: 4px; }

/*.dam-website {
    overflow-x: scroll;
    height: calc(100vh - 45px);
}*/
.nav-tabs {
  margin-bottom: 10px; }

.nav-tabs > li {
  position: relative; }

.nav-tabs > li > a {
  display: inline-block;
  padding-right: 20px; }

.nav-tabs > li > span {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 13px;
  margin-left: 15px; }
  .nav-tabs > li > span:hover {
    color: #333f90; }

img {
  max-width: 100%; }

/*iframe {
    min-height: 75vh;
}*/
.alert-container {
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
  margin-left: 70px; }

.admin-alert-success {
  display: none; }

.admin-alert-error {
  display: none; }

.website {
  position: relative;
  margin-top: 10px;
  border-top: 1px solid #b7b7b7; }

.jstree-contextmenu li a {
  font-size: 13px; }

.content-page {
  display: none; }

.dropzone {
  /*background-color: #ddd;*/
  border: dashed 3px transparent;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  transition: background-color 0.3s;
  height: 40px;
  /*display: none;*/
  display: block; }

.drop-active {
  border-color: #aaa;
  background-color: #ddd;
  /*display: block;*/ }

.drop-target {
  background-color: #29e;
  border-color: #2255ee; }

.drag-drop {
  /*display: inline-block;*/
  display: block;
  min-width: 120px;
  padding: 0.3em 0.5em;
  color: #fff;
  background-color: #33408f;
  border: solid 2px #fff;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  transition: background-color 0.3s;
  border-radius: 4px; }

.drag-drop.can-drop {
  background-color: #d7007f; }

.sidebar-webelements {
  top: 100px;
  left: 20px;
  position: fixed; }

.breadcrumb {
  background: transparent;
  font-size: 12px;
  padding: 10px 0; }

.dnd-icon {
  width: 200px;
  min-height: 100px;
  height: auto; }

.appImage {
  width: 150px;
  min-height: 100px;
  height: auto; }

.dnd-grid {
  height: calc(30vh - 45px);
  overflow-y: auto;
  padding-bottom: 60px;
  padding-top: 20px;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.09);
  border: 3px dashed transparent; }
  .dnd-grid.dragover {
    border: 3px dashed rgba(51, 64, 143, 0.25);
    background: #f6f6f6; }
  .dnd-grid .inner {
    text-align: center;
    padding: 0 5px;
    border-radius: 8px;
    transition: opacity 250ms ease-in-out;
    margin-bottom: 15px;
    width: 175px; }
    .dnd-grid .inner:hover {
      background: #e9ecef; }
      .dnd-grid .inner:hover .btn-group, .dnd-grid .inner:hover .form-check {
        opacity: 1;
        z-index: 99999; }
    .dnd-grid .inner button {
      background-color: transparent;
      color: #33408f; }
      .dnd-grid .inner button:hover {
        background-color: transparent;
        color: #000; }
      .dnd-grid .inner button:focus, .dnd-grid .inner button:active {
        outline: none;
        box-shadow: none; }
    .dnd-grid .inner .btn-group, .dnd-grid .inner .form-check {
      opacity: 0;
      transition: opacity 50ms ease-in-out; }
      .dnd-grid .inner .btn-group:focus, .dnd-grid .inner .form-check:focus {
        outline: none;
        box-shadow: none; }
    .dnd-grid .inner .meta-title {
      font-size: 12px;
      margin: 0;
      line-height: 1.5; }
    .dnd-grid .inner .thumb {
      background-image: url(../images/ui/folder.svg);
      background-size: 100%;
      display: block;
      height: 150px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center bottom;
      position: relative; }
      .dnd-grid .inner .thumb.w-text {
        color: #fff;
        padding: 45px 15px;
        text-align: left;
        margin-bottom: 18px; }
        .dnd-grid .inner .thumb.w-text h5 {
          color: #fff;
          word-break: break-word; }
      .dnd-grid .inner .thumb.w-img > span {
        display: block;
        height: 55%;
        top: 52px;
        position: relative;
        background-size: cover; }
  .dnd-grid .inner-selected {
    background-color: #d9dcdf; }

#rowSearch {
  margin-bottom: 15px; }

.dam-grid {
  height: calc(100vh - 45px);
  overflow-y: auto;
  padding-bottom: 60px;
  padding-top: 20px;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.09);
  border: 3px dashed transparent; }
  .dam-grid.dragover {
    border: 3px dashed rgba(51, 64, 143, 0.25);
    background: #f6f6f6; }
  .dam-grid .inner {
    text-align: center;
    padding: 0 5px;
    border-radius: 8px;
    transition: opacity 250ms ease-in-out;
    margin-bottom: 15px;
    width: 175px; }
    .dam-grid .inner:hover {
      background: #e9ecef; }
      .dam-grid .inner:hover .btn-group, .dam-grid .inner:hover .form-check {
        opacity: 1;
        z-index: 99999; }
    .dam-grid .inner button {
      background-color: transparent;
      color: #33408f; }
      .dam-grid .inner button:hover {
        background-color: transparent;
        color: #000; }
      .dam-grid .inner button:focus, .dam-grid .inner button:active {
        outline: none;
        box-shadow: none; }
    .dam-grid .inner .btn-group, .dam-grid .inner .form-check {
      opacity: 0;
      transition: opacity 50ms ease-in-out; }
      .dam-grid .inner .btn-group:focus, .dam-grid .inner .form-check:focus {
        outline: none;
        box-shadow: none; }
    .dam-grid .inner .meta-title {
      font-size: 12px;
      margin: 0;
      line-height: 1.5;
      overflow-wrap: break-word; }
    .dam-grid .inner .thumb {
      background-image: url(../images/ui/folder_asset.svg);
      background-size: 100%;
      display: block;
      height: 150px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center bottom;
      position: relative;
      padding-left: 4px;
      padding-right: 4px; }
      .dam-grid .inner .thumb.w-text {
        color: #fff;
        padding: 45px 15px;
        text-align: left;
        margin-bottom: 18px; }
        .dam-grid .inner .thumb.w-text h5 {
          color: #000;
          word-break: break-word; }
      .dam-grid .inner .thumb.w-img > span {
        display: block;
        height: 55%;
        top: 52px;
        position: relative;
        background-size: cover; }
  .dam-grid .inner-selected {
    background-color: #d9dcdf; }
  .dam-grid [guid] .inner .thumb {
    background-image: url(../images/ui/image_asset.svg); }
  .dam-grid [guid] .inner .w-imgwiz {
    background-image: none; }

canvas {
  position: relative;
  /* bottom: 3px;
    left: 8px;
    width: 90%;
       */
  width: 163px;
  height: 82px;
  top: 52px; }

.card > canvas {
  position: relative;
  top: 0px; }

.folder-img {
  display: block;
  width: 100%;
  padding-top: 25%;
  background-image: url(../images/ui/folder.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 15px; }

.dam-sidebar-left {
  padding-left: 0;
  padding-right: 0; }
  .dam-sidebar-left #jstree {
    padding-top: 15px;
    overflow-x: scroll;
    height: calc(100vh - 45px);
    /*height: 100vh;*/
    background: #f6f6f6; }

.dam-sidebar-right {
  padding-top: 30px;
  border-left: 1px solid #ddd;
  overflow-y: scroll;
  padding-bottom: 60px;
  height: calc(100vh - 45px); }
  .dam-sidebar-right .card-body {
    padding: 0;
    border: 0; }
  .dam-sidebar-right .ul-versioning {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
    .dam-sidebar-right .ul-versioning li h6 {
      margin-bottom: 0px;
      overflow-wrap: break-word; }
    .dam-sidebar-right .ul-versioning li .btn {
      margin-top: 10px; }
  .dam-sidebar-right .ul-uses {
    font-size: 12px; }
    .dam-sidebar-right .ul-uses li h6 {
      margin-bottom: 0px; }
    .dam-sidebar-right .ul-uses li .btn {
      margin-top: 10px; }
  .dam-sidebar-right h5 {
    font-size: 1rem;
    margin-bottom: 20px;
    overflow-wrap: break-word; }
  .dam-sidebar-right .card-body {
    flex: 1 1 auto;
    padding: 0.5rem; }
  .dam-sidebar-right img {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    margin: 0 auto;
    margin-bottom: 15px; }
  .dam-sidebar-right .download-options .btn {
    text-align: left; }
    .dam-sidebar-right .download-options .btn i {
      float: right;
      position: relative;
      top: 4px; }
  .dam-sidebar-right p {
    margin-bottom: 5px; }
  .dam-sidebar-right .tokenfield {
    border: 0;
    padding: 0; }
  .dam-sidebar-right .meta-infos, .dam-sidebar-right .meta-tags {
    border: 1px solid #575757;
    padding: 5px;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 5px; }
    .dam-sidebar-right .meta-infos label, .dam-sidebar-right .meta-tags label {
      font-weight: bold;
      font-size: 12px; }
    .dam-sidebar-right .meta-infos p, .dam-sidebar-right .meta-tags p {
      margin-bottom: 0px; }
    .dam-sidebar-right .meta-infos, .dam-sidebar-right .meta-tags, .dam-sidebar-right .meta-title {
        border: 1px solid #575757;
        padding: 5px;
        border-radius: 6px;
        font-size: 13px;
        margin-bottom: 5px;
    }

        .dam-sidebar-right .meta-infos label, .dam-sidebar-right .meta-tags label, .dam-sidebar-right .meta-title label {
            font-weight: bold;
            font-size: 12px;
        }

        .dam-sidebar-right .meta-infos p, .dam-sidebar-right .meta-tags p, .dam-sidebar-right .meta-title p {
            margin-bottom: 0px;
        }

.fileUpload-Progress {
  position: fixed;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  background: white;
  left: 0;
  right: 0;
  padding: 5px 15px 15px 15px;
  border-top: 1px solid #ddd; }
  .fileUpload-Progress p {
    margin-bottom: 5px; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.moving {
  opacity: 0.5; }

#tblList_filter, #tblList_length, #tblSearch_filter, #tblSearch_length {
  display: none; }

.checkboxEdit {
  -ms-transform: scale(1.2);
  /* IE */
  -moz-transform: scale(1.2);
  /* FF */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
  padding: 5px; }

.table th, .table td {
  vertical-align: middle; }

.table td:nth-child(4) {
  text-align: left; }

.table td:nth-child(4) > div {
  opacity: 0; }

.table tr.selected td {
  background: #ddd; }

.table tr.selected td:nth-child(4) > div {
  opacity: 1; }

.table tr:hover td:nth-child(4) > div {
  opacity: 1; }

.page-link {
  color: #616161;
  background-color: #F3F4F8;
  border-color: #ffffff; }

.page-item.active .page-link {
  color: #616161;
  background-color: #CFD5E3;
  border-color: #ffffff; }

.page-item.disabled .page-link {
  border-color: #ffffff; }

/*.login-bg {
    height: 100%;
    background: url(../images/ui/login_bg_pink.png) no-repeat fixed;
    background-size: cover;
}*/
#dropZone {
  border: 1px dashed rgba(51, 64, 143, 0.25);
  text-align: center; }
  #dropZone.dragover {
    border: 3px dashed rgba(51, 64, 143, 0.25);
    background: #f6f6f6; }

.jstree-node[aria-level="1"] {
  margin-top: 15px; }

.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.3rem 1rem;
  font-size: 13px;
  font-weight: 600; }

.slider-dropzone, .video-dropzone {
  padding: 15px;
  margin-bottom: 25px;
  background-color: rgba(128, 128, 128, 0.4);
  border: 1px dashed rgba(51, 64, 143, 0.25);
  color: white; }

.no-page-opened {
  display: none; }

#dam-preview-image {
  max-width: 200px; }

#pdfPreview {
  height: 100%; }

.validation-summary-errors ul {
  list-style-type: none;
  padding: 0;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

/***Address multiselect*/
select option:checked::before {
  content: '\e92d';
  font-family: 'PTCIcons' !important;
  padding-left: 1px;
  /* width of the image plus a little extra padding */
  margin-right: 10px; }

select option:checked {
  background: linear-gradient(0deg, skyblue 0%, skyblue 100%); }

.contact-tile {
  margin: 0 10px 10px 0; }
  .contact-tile button, .contact-tile #btnNewContact {
    background: #CFD5E3;
    color: #fff;
    padding: 10px 13px;
    font-size: 14px; }
    .contact-tile button:hover, .contact-tile #btnNewContact:hover {
      z-index: 0 !important; }
  .contact-tile .dropdown-toggle {
    border-left-color: #fff; }
  .contact-tile.active > button {
    background: #8188BA; }
  .contact-tile span {
    text-transform: uppercase;
    font-weight: 300;
    color: white; }
  .contact-tile i {
    font-size: 1.5rem;
    display: inline-block;
    color: white;
    vertical-align: middle;
    margin-right: 8px; }

/*.contact-tile {
    width: 250px;
    display: inline-block;
    box-sizing: border-box;
    background: $lightgrey01;
    padding: 10px 5px;
    margin: 0 10px 10px 0;
    text-align: center;

    &.active {
        background: $lightgrey03;
    }

    &:hover {
        background: $ptc_pink;
    }

    span {
        text-transform: uppercase;
        font-weight: 300;
        color: white;
    }

    i {
        font-size: 2rem;
        display: inline-block;
        color: white
    }
}*/
.contact-history {
  border-radius: .1875rem;
  box-shadow: 0 1px 5px 0 rgba(45, 62, 80, 0.12);
  padding: 2rem 2.5rem;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s; }
  .contact-history .fileContent {
    border: 1px solid #bfbfbf;
    padding: 10px;
    background-color: #f6f6f6;
    color: #54475A;
    width: fit-content; }
    .contact-history .fileContent:hover {
      background-color: #e6e6e6; }
    .contact-history .fileContent i {
      color: #54475A;
      margin: 3px 5px 0 0; }

.vertical-line {
  border-left: 1px dashed #99acc2;
  height: 100%;
  transform: translate(50%);
  padding-top: 35px; }
  .vertical-line i {
    background-color: #8188BA;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    margin-left: -17px; }

.task-warning {
  background-color: #f8d7da !important; }

.showCompleted {
  color: #155724;
  background-color: #d4edda;
  padding: 3px; }

.is-pending {
  color: #721c24;
  background-color: #f8d7da;
  padding: 3px; }

.cke_editable_inline {
  border: 1px solid #dadada !important;
  padding: 5px; }

ul.vakata-context {
  z-index: 2; }

.uploaddamwiz, #iframewizcrm {
  border: none;
  box-shadow: none; }

/*input {
  width: 25%; }*/

.selectAllDam {
  margin: auto; }

@media (max-width: 766px) {
  .adminlogin {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 767px) {
  .adminlogin {
    margin-top: 200px; } }

@media (max-width: 1024px) {
  .selectAllDam {
    margin: 0; } }

@media only screen and (max-width: 768px) {
  .fixed-top {
    min-height: 65px; }
  #logoutForm .nav-link {
    background: linear-gradient(to bottom, #E3EBF5, #CFD5E3);
    padding-left: 5px;
    padding-right: 5px; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: black; }
  .dam-row {
    display: block; }
  .dam-row .col-sm-6 {
    max-width: unset;
    width: 100%; }
  .selectAllDam {
    margin: unset; }
  .dam-search {
    width: 30%;
    padding-right: 5px;
    padding-left: 5px; }
  #jstree {
    height: auto !important; }
  .dam-sidebar-right {
    display: grid; }
  #renderbody {
    padding: 0; }
  #split-div-tree {
    width: 100% !important;
    height: auto; }
  #split-div-dam {
    width: calc(25% - 5px) !important; }
  #split-div-content {
    overflow: overlay; }
  .addPageDiv {
    z-index: 99;
    bottom: 0px; } }

@media only screen and (max-width: 425px) {
  [class*="col-"] {
    width: 100%;
    flex: unset;
    max-width: unset; } }


#button_2374 {
    margin-left: 73% !important;
    width: 50% !important;
}
#button_1737 {
    text-align: -webkit-center;
}
#button_2378 {
    margin-left: 14% !important;
}

@media (max-width: 1024px) {
    #button_2378 {
        margin-left: 14% !important;
        width: 100% !important;
    }
    #button_2374 {
        margin-left: 64% !important;
    }
}

@media (max-width: 768px) {
    #button_2378 {
        margin-left: 20% !important;
    }
    #headermargin{
        margin-top:0px !important;
    }
    #button_2374 {
        margin-left: 20% !important;
        width: 100% !important;
    }
    .component-outer img{
        width:100%!important;
    }
    .component-outer p,span,h2{
        text-align:left!important;
    }
}

@media (max-width: 500px){
    #button_2374 {
        margin-left: 0% !important;
        width: 100% !important
    }

    #headermargin {
        margin-top: 0px !important;
    }

    #button_2378 {
        margin-left: 0% !important;
        width: 100% !important;
    }
    .testingBtn {
        margin-left:0%!important;
    }
}