.cke_editable_inline {
border: 1px solid #aaa;
    padding: 20px;
  }

div.hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  text-align: right;
  height: 0px;
  line-height: 0px;
}

.hr-title {
  background-color: #fff;
  padding-left: 15px;
}

.text-bold {
  font-weight: bold;
}

.selectize-input {
  border-radius:0 !important;
  min-height:32px !important;
}

.DTE_Field_InputControl > div > div > div.selectize-input {
  height:32px;
}

.rotation-wrapper-outer {
  display: table;
}
.rotation-wrapper-inner {
  padding: 50% 0;
  height: 0;
}
.Rotate90CW {
  transform-origin: top left;
  /* Note: for a CLOCKWISE rotation, use the commented-out
     transform instead of this one. */
	/*  transform: rotate(-90deg) translate(-100%);*/
   transform: rotate(90deg) translate(0, -100%); 
height:auto; max-width:600px

}

.Rotate270CW {
  transform-origin: top left;
  /* Note: for a CLOCKWISE rotation, use the commented-out
     transform instead of this one. */
         transform: rotate(-90deg) translate(-100%);
height:auto; max-width:600px

}


.Rotate180 {
   transform: rotate(180deg) ; 
}


.afilters .raange-value {
  display:none !important;
}

ul.breadcrumb > li > a {
    font-size: 13px;
    font-weight: 700;
    padding-left: 20px;
}

ul.breadcrumb > li {
    font-size: 13px !important;
    font-weight: 700;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenau>a:before {
    display: block;
    content: " ";
    left: -30px;
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.favorite-link {
  cursor: pointer;
}


.hover-action-zone > .hover-action {
  visibility: hidden;
}

.hover-action-zone:hover > .hover-action {
  visibility: visible;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
