html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: "Raleway";
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}

ul {
  list-style-type: none;
  cursor: auto;
}

/* li {
  vertical-align: middle;
} */

.form-horizontal .control-label {
  padding-top: 0px !important;
}

h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.hr-margin {
  margin-top: 50px;
}

hr {
  height: 1px;
}

a {
  cursor: pointer;
}

.mleftFlow {
  margin-left: 56px !important;
  margin-top: 16px !important;
}

.dropdown-menuClear > li > a img {
  margin-right: 10px;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
  margin-top: 60px;
}

.clearfix35 {
  margin-top: 35px;
}

html .clearfix {
  height: 1%;
}

input[type="radio"],
input[type="checkbox"] {
  opacity: 0;
  /* width: 80px; */
}

.checkbox-select input {
  opacity: 0;
  width: 18px !important;
  height: 18px;
  margin-left: -20px !important;
  pointer-evets: auto;
}
.checkbox-select label {
  background: url(/src/img/input-sprite.png) no-repeat;
  width: 21px !important;
  height: 21px !important;
  display: inline-block;
}
.checkbox-select span {
  vertical-align: top;
  padding-left: 5px;
  color: #999;
}

.checkbox-select.selected label {
  background-position: -25px 0;
}

.radiobutton-select input {
  opacity: 0;
  width: 18px !important;
  height: 18px;
  margin-left: -20px !important;
  pointer-events: auto;
}
.radiobutton-select label {
  background: url(/src/img/input-sprite.png) no-repeat;
  width: 21px !important;
  height: 21px !important;
  display: inline-block;
  background-position: 0 0;
}
.radiobutton-select span {
  vertical-align: top;
  padding-left: 5px;
  color: #999;
}

.radiobutton-select.selected label {
  background-position: -25px 0;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-inner {
  margin-bottom: 0;
  height: 67px;
  padding: 0 20px;
}

.navbar-inner a i {
  margin-top: 2px;
}

.navbar .nav > li > a {
  float: none !important;
}

.btn.dropdown-toggle.apps-icon {
  margin: 0 !important;
}

.nav > li > a {
  display: block;
  min-width: 20px;
  float: left;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.nav > li > a > img {
  max-width: none;
}

.usericon {
  background: url("/src/img/icons/app-header-icon-white.svg") no-repeat scroll 0
    0 transparent !important;
  padding: 9px;
  vertical-align: top;
  display: inline-block;
}

.dropdown-menu.apps-icons {
  width: 200px !important;
  margin-top: 33px;
}

.dropdown-menu.apps-icons > a > li {
  height: 27px !important;
  margin: 10px 20px 0 15px;
  width: 30px !important;
}

.dropdown-menu.apps-icons > a > li > span {
  padding-top: 5px;
  display: block;
  margin: 0 0 0 40px;
  text-align: center;
  text-transform: uppercase;
  color: #8c8c8c;
}

.header-nav .btn {
  display: inline-block;
  margin: 0;
}

.navbar-inner .dropdown-menu li {
  padding: 0;
}

.dropdown-menu {
  position: absolute;
  top: 46%;
  left: -52px;
  z-index: 1000;
  visibility: hidden;
  display: block;
  opacity: 0;
  float: left;
  min-width: 160px;
  margin: 35px 0 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.dropdown-menu li {
  display: block !important;
  width: auto;
  padding-bottom: 7px !important;
}

.dropdown-menu > li > a {
  clear: both;
  display: block;
  line-height: 16px;
  margin: 0;
  padding: 5px 7px;
  white-space: nowrap;
}

.dropdown-menu:after {
  content: "";
  display: inline-block;
  right: 143px;
  position: absolute;
  top: -6px;
}

.action-list {
  display: inline-block;
}

.action-list li {
  display: inline-block;
  width: 18px;
  height: 20px;
  padding: 5px;
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu.dropdown-menuT li {
  padding: 0;
}

.dropdown-menu.dropdown-menuT.actions {
  top: -10px;
  left: 129px;
}

.dropdown-menu.mleft {
  margin-right: 20px;
}

.span12.header {
  height: 70px;
  margin-top: -12px;
  padding-top: 27px;
  position: fixed;
  z-index: 999;
}

.box-header {
  height: 40px;
  line-height: 16px;
  margin-bottom: -1px;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #cccccc;
  background-color: #fafafa;
}

.box-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.iframe-container {
  width: 100%;
  height: calc(100% - 8.75rem);
  overflow: hidden;
}

.main-info li:last-child {
  max-width: 85%;
  overflow: hidden;
}

.title_instance {
  display: inline-block;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: #2c2c2e;
}

.box-header .box-icon {
  line-height: 20px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 0;
  max-width: 90.7%;
}

.box-header .box-icon a img {
  padding-left: 3px;
  padding-right: 3px;
  width: 18px;
}

.actions-header {
  display: inline-block;
}

.btnIcons {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 5px;
  background-color: #a5a5a8;
  border-radius: 4px;
  color: #666666;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.header > .span6 {
  width: auto;
  padding: 0 0 0 30px;
}

.header {
  padding: 5px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.volver {
  margin-left: 5px;
  padding: 10px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("../img/icons/go-back-icon.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.volver:hover {
  opacity: 1;
}

#content {
  filter: none;
  padding: 0px 0px;
  width: 100% !important;
  margin: 0px;
}

.renderContent {
  height: initial !important;
}

.nav-tabs.nav-stacked {
  margin: 10% auto auto;
  width: 772px;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs.nav-stacked > a {
  display: inline-block;
}

.nav-tabs.nav-stacked a > li {
  height: 140px;
  width: 140px;
  margin: 0 15px;
}

.tesauro {
  float: left;
  width: 197px;
  min-height: 150px;
}

.quick-button-small {
  font-size: 12px;
  color: #646464;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px 0 0 0;
  display: block;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 225px;
  height: 180px;
  margin: 25px 30px 5px 0;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 99;
  border: 1px solid #ddd;
}

.process {
  background: #fd9f651c;
  border: 1px solid #fd9f65;
}

div[class^="quick-button-small process"]:hover {
    background: #fd9f6540;
}

.quick-button-small h4 {
  display: block;
  position: relative;
  text-align: center;
  margin: 0px auto 0;
  padding: 0 10px;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.quick-button-small a img {
  max-width: 57px;
}
.quick-button-small .description {
  line-height: auto !important;
}

.quick-button-small:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  background: #a4a4a4;
}

.quick-button-small.selected h4 {
  color: #666;
  text-shadow: none;
}

.box-content {
  height: 100%;
  width: 100%;
  padding-top: 50px;
}

.check-service {
  background-image: url(/src/img/box-sprite.png);
  padding: 3px 10px;
  background-position: -456px 5px;
  opacity: 1;
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0px;
}

.check-service-selected {
  background-image: url(/src/img/box-sprite.png);
  padding: 3px 10px;
  background-position: -477px 5px;
  opacity: 1;
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0px;
}
.export-services-selected-btn {
  float: right;
  color: white;
}

.element-icon {
  width: 33px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-size: initial;
  margin: 0 auto;
  background-image: url("/src/img/box-sprite.png");
}

.process-icon {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto 0.5rem auto;
  content: url("/src/img/process.svg");
}

.tes-icon {
  background-position: -147px 0;
}

.formulario-icon {
  background-position: 0 0;
}

.flow-icon {
  background-position: -33px 0;
}

.flow-icon-v3 {
  background-position: -179.5px 0;
}

.flow-v3 {
  border: 1px solid #8e0199;
  background-color: #fdf8ff;
}

.service-icon {
  background-position: -67px 0;
}

.quick-button-small > .btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  right: initial;
  margin: 70px 35px;
  height: auto;
  position: absolute;
  padding: 10px;
  width: auto !important;
  color: white !important;
  display: none;
}

.box-actions {
  width: 100%;
  padding: 2px 9px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

ul.box-action-list {
  width: auto;
  display: none;
  float: right;
  padding: 3px 20px;
}
ul.box-action-list li {
  display: inline-block;
  padding: 0 0 0 7px;
}
ul.box-action-list a i {
  color: #646464;
  font-size: 16px;
  opacity: 0.7;
}

ul.box-action-list a:hover i {
  opacity: 1;
}

@-moz-document url-prefix() {
  ul.box-action-list {
    padding: 3px 20px;
  }

  .check {
    padding: 5px 10px !important;
  }
}
.quick-button-small:hover > .box-actions {
  display: block;
}

.quick-button-small > .box-actions > ul.box-action-list {
  display: none;
}

.quick-button-small:hover > .box-actions > ul.box-action-list {
  display: inline-block;
}

.check {
  background-image: url("/src/img/box-sprite.png");
  padding: 3px 10px;
  background-position: -387px 5px;
  opacity: 0;
  color: transparent;
  cursor: pointer;
}

.quick-button-small:hover .check,
.quick-button-small.selected .check {
  opacity: 1 !important;
}

.quick-button-small.selected {
  border: 2px solid #cdde91;
  border-radius: 4px;
  background: none !important;
}
.quick-button-small.selected .btn {
  display: none;
}

.selected .check {
  background-image: url("/src/img/box-sprite.png");
  opacity: 1;
  background-position: -407px 5px;
}

.quick-button-small.selected > .box-actions > .btn,
.quick-button-small.selected:hover > .box-actions > .btn,
.quick-button-small.selected > .box-actions > ul.box-action-list {
  display: none;
}

.quick-button-small.selected:hover h4,
.quick-button-small.selected:hover .description {
  color: inherit;
  text-shadow: none;
}

.quick-button-small.selected:hover .element-icon {
  opacity: 1;
  -webkit-filter: initial;
  -moz-filter: initial;
  -o-filter: initial;
  -ms-filter: initial;
}

.description {
  display: inline-block;
  margin: auto;
  width: 215px;
  text-align: center;
  color: #999;
  text-overflow: ellipsis;
  max-height: 40px;
  overflow: hidden;
}

.author {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 3px 5px;
  background: #ccc;
  border-radius: 4px;
  font-size: 10px;
}

.quick-button-small.tesauro > .btn,
.quick-button-small.servicio > .btn {
  margin-left: 50px;
}

.quick-button-small.flow > .btn {
  margin-left: 60px;
}

.notification.small {
  padding: 2px 7px;
}

.quick-button-small {
  padding: 0px 0 0 0;
  display: block;
  position: relative;
  float: left;
}

.quick-button-small > a > p {
  max-width: 190px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.quick-button-small a img {
  max-width: 57px;
}

.box-header .box-icon a {
  margin: 0px;
}

.box-contentBuilder {
  height: 150px !important;
  max-height: none !important;
}

@media screen and (min-width: 1900px) {
  .box.span11.margin0 {
    width: 360px;
  }

  .box-content {
    max-height: initial;
    height: auto !important;
  }

  .contentEditor {
    width: 92% !important;
    margin-left: 26% !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1899) {
  .box-content {
    max-height: 180px;
    height: auto !important;
  }

  .box.span11.margin0 {
    max-height: 209px !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1281px) {
  .box-content {
    max-height: 125px;
    height: auto !important;
  }
}
.componentsEditor_import,
.componentsEditor_add,
.componentsEditor_group,
.componentsEditor_export {
  height: 30px;
  text-indent: 27px;
}

.default-input {
  color: black;
  font-size: 12px;
}

.default-input .ui-draggable-dragging:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  -webkit-box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.07);
}

#components .default-input {
  display: inline-block;
  height: 30px;
  margin: 5px;
  padding-bottom: 9px;
  width: 94%;
  max-width: 250px;
  color: #666 !important;
  cursor: pointer;
  font-size: 12px;
  float: left;
  background: none repeat scroll 0 0 #f3f3f3;
  border-radius: 5px;
}

.marginLeft {
  margin-left: 10px !important;
  margin-top: 1px !important;
}

.controlInfo .controlHeadline {
  margin-left: 5px;
  width: 100%;
  float: left;
  cursor: grab;
}

h3.controlLabel {
  color: #cccccc;
  display: block;
  float: left;
  font-size: 18px !important;
  margin-bottom: -5px;
  padding: 0px 25px 0 26px;
  text-shadow: 0 1px 0 #fff;
  width: auto;
  font-weight: 400;
  line-height: 24px;
}

.controlProperties {
  color: #bbb;
  font-size: 0.9em;
  float: left;
}

.controlProperties li {
  display: inline-block;
  margin-left: 15px;
}

.controlHeadline {
  margin-left: 5px;
  float: right;
  width: 93%;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  margin-top: 10px;
}

.controlHeadline:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  width: 93%;
}

.controlHeadline:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/* .workspace .controlHeadline:hover .controlLabel {
  background: url("/src/img/icons/ico-table-edit.svg") no-repeat;
  background-size: 13px;
  background-position: right center;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
} */

.workspace .controlHeadline:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.controlHeadline > select {
  height: 27px !important;
}

.default-input {
  color: black;
  font-size: 12px;
}

.default-input .ui-draggable-dragging:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  -webkit-box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.07);
}

.workspace .controlHeadline:hover .controlLabel {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  width: 96%;
}

.workspace .controlHeadline:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.workspaceScrollArea {
  margin: 0 -20px 0 0px;
  width: 100%;
}

.workspaceScrollArea.flow {
  margin: 0 -5px;
  padding: 0 50px 0 45px;
  width: auto;
}

.labelTextarea {
  width: 100% !important;
  height: 100px;
}

.labelTextarea > .controls > textarea {
  height: 100px;
}

@media only screen and (min-width: 1025px) {
  .workspace-container {
    width: 82% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .workspace-container {
    width: 78% !important;
  }
}
.controlName {
  text-indent: 5px;
  width: 97%;
  height: 27px !important;
}

.btn-search {
  width: 100px !important;
  background-color: #eee !important;
  cursor: not-allowed !important;
}
.contentEditor {
  width: 87%;
  min-height: 500px;
  margin: 0 auto;
  padding-top: 0px;
  padding-left: 0px;
  margin-left: 30%;
}

.workspaceInner {
  min-height: 6em;
  padding-bottom: 3em;
}

.margin0 {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.box-header h2 {
  float: left;
  margin-top: 0;
  padding: 3px 10px 0 0;
  font-size: 17px;
}

.default-input {
  display: inline-block;
  width: 97%;
  margin: 5px;
  width: 19%;
  margin: 0 3px 10px 3px;
  padding-bottom: 5px;
  cursor: pointer;
  cursor: hand;
  height: 65px;
}

star-rating {
  pointer-events: auto;
}

.star-rating .star {
  padding: 1px 3px;
  color: #ddd;
  font-size: 26px;
  text-shadow: 0.05em 0.05em #aaa;
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
  width: auto;
}

.star.filled {
  color: #fd0 !important;
}

.alert {
  height: auto;
  margin: 10px auto auto 18%;
  position: fixed;
  width: 50%;
  z-index: 1050;
}

.alert img {
  padding-right: 15px;
  vertical-align: middle;
}

.no-margin .alert {
  margin: 12px 0 0 15%;
}

.workspace .controlHeadline:hover h3.controlLabel {
  background-position: 5px center;
  width: auto;
  padding-right: -10px;
}

.alert-modal {
  height: auto;
  margin: 0;
  position: static;
  width: auto;
  z-index: auto;
}

.modal-warning {
  background: #f7c657 none repeat scroll 0 0;
  border-radius: 4px;
  color: white !important;
  height: auto;
  padding: 5px 5px 5px 11px;
  width: 95% !important;
}

.modal-header h2 {
  padding-top: 8px;
  font-weight: bold;
}

.onoffswitchs {
  position: relative;
  margin-top: 0px;
  position: sticky;
  width: 133px;
}

.onoffswitchs-checkbox {
  display: none;
}

.onoffswitchs-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 80px;
}

.onoffswitchs-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
}

.onoffswitchs-inner:before,
.onoffswitchs-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 25px;
}

.onoffswitchs-inner:before {
  padding-left: 11px;
  top: 0;
}

.onoffswitchs-inner:after {
  padding-right: 11px;
}

.onoffswitchs-switch {
  display: block;
  width: 37px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  height: 25px;
  margin: 0;
  position: absolute;
  top: 0;
}

.onoffswitchs-checkbox:checked + .onoffswitchs-label .onoffswitchs-inner {
  margin-left: 0;
}

.onoffswitchs-checkbox:checked + .onoffswitchs-label .onoffswitchs-switch {
  right: 25px;
}

.onoffswitchsModal {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 0px;
  position: sticky;
  width: 133px;
}

.onoffswitchsModal-checkbox {
  display: none;
}

.onoffswitchsModal-label {
  display: block;
  overflow: hidden;
  width: 80px !important;
  margin-left: -1px;
}

.onoffswitchsModal-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
}

/*  -moz-transition: margin 0.3s ease-in 0s;
 * -webkit-transition: margin 0.3s ease-in 0s;
 * -o-transition: margin 0.3s ease-in 0s;
 * transition: margin 0.3s ease-in 0s; */
.onoffswitchsModal-inner:before,
.onoffswitchsModal-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
}

.onoffswitchsModal-inner:before {
  padding-left: 11px;
}

.onoffswitchsModal-inner:after {
  padding-right: 11px;
}

.onoffswitchsModal-switch {
  display: block;
  width: 37px;
  margin: 0 -1px;
  position: absolute;
  bottom: 0;
  height: 25px;
  position: absolute;
}

.onoffswitchsModal-checkbox:checked
  + .onoffswitchsModal-label
  .onoffswitchsModal-inner {
  margin-left: 0;
}

.onoffswitchsModal-checkbox:checked
  + .onoffswitchsModal-label
  .onoffswitchsModal-switch {
  right: -82px;
}

.custom-file-input {
  margin-bottom: 20px;
}

.onoffswitchsModal > input[type="checkbox"] {
  float: left;
}

.notes {
  margin: -5px 0 20px 1px;
  padding: 5px;
  width: 98%;
}

.modal-body.bulkload {
  height: 500px;
  overflow: hidden;
  width: 750px;
}

.table.bulkload thead {
  display: inline-block;
  width: 100%;
}

.table.bulkload tbody {
  display: inline-block;
  height: 320px;
  overflow: auto;
  width: 735px;
}

.table.bulkload tr {
  width: 100%;
}

.dropdown-menu li {
  display: block;
  width: auto !important;
}

.modalNewForm {
  background-clip: padding-box;
  background-color: #ffffff;
  left: 21%;
  outline: medium none;
  position: fixed;
  top: 16%;
  width: 57%;
  z-index: 1050;
}

.ngCanvas {
  width: auto !important;
}

.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large > small {
  height: 40px;
  width: 40px;
}

select {
  background-color: white;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.75vh;
  height: 0.75vh;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.form-horizontalRender {
  margin-top: 26px !important;
  width: 96%;
  background: #f7f7f7;
  margin: auto;
  padding: 10px 0;
  border-radius: 4px;
  box-shadow: 0px 2px 3px #bbb;
}

.delete-img {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #8c8c8c;
  border-radius: 100%;
  float: left;
  margin-left: -26px;
  padding: 3px 8px 4px;
  opacity: 1;
}

.delete-img:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px #999;
}

#image img {
  border: 1px solid #ccc;
  border-radius: 4px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.template {
  background: white;
  margin: 2px 0;
  padding: 3px 5px;
  box-shadow: 0px 0px 3px #ccc;
  border-radius: 4px;
}

.template:last-child {
  border: 0 none;
}

body {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  background: #ffffff;
}

button {
  outline: 0;
}

.right {
  float: right;
}

.pencil {
  opacity: 0;
  margin-top: 4px;
}

.link {
  color: #c7df8e;
}

.link:hover {
  text-decoration: underline !important;
  color: #c7df8e !important;
}

.navbar-inner {
  background: #363c46;
  border: 0;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-inner a {
  color: #fff;
  opacity: 0.7;
}

.navbar-inner a:hover {
  opacity: 1;
}

.navbar-inner a:hover i {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(Opacity=80)";
}

.logo {
  color: #ffffff;
  font-size: 16px;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  margin-left: -12px;
  padding: 8px 8px 0 16px !important;
  float: left;
  height: 47px;
  opacity: 1 !important;
}

.navbar .nav > li > a {
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu.apps-icons > a > li {
  background-color: white;
  background-position: center center;
  background-size: contain;
  text-align: center;
  background-repeat: no-repeat;
  border-radius: 4px !important;
  background-size: 60% auto !important;
  border: 1px solid #ccc;
}

.tesauro-icon-header {
  background-image: url("/src/img/apps-icons/tesauros.png");
}

.workflows-icon-header {
  background-image: url("/src/img/apps-icons/workflows.png");
}

.certificates-icon-header {
  background-image: url("/src/img/apps-icons/certificates.png");
}

.services-icon-header {
  background-image: url("/src/img/apps-icons/services.png");
}

.header-nav .btn {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.75);
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header-nav a.btn {
  text-shadow: none !important;
}

.header-nav .btn .caret {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}

.header-nav .btn:hover .caret {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}

.user-name {
  vertical-align: super;
  margin-right: 5px;
}

.user-profile {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 35px;
  margin-left: 15px;
  margin-right: 10px;
  vertical-align: top;
  width: 35px;
  background-image: url("../img/user.png");
  border-radius: 4px;
}

.user-card {
  padding: 0;
  width: 200px;
}
.user-card li a {
  height: 30px;
  width: auto;
  text-align: center;
  line-height: 30px;
}

li.rol-title {
  padding: 10px 12px !important;
}

.rol-title:hover,
.rol-name:hover {
  background-color: transparent !important;
}

.border-top {
  border-top: 1px white solid;
}

.action-list li {
  background: #fff none repeat scroll 0 0;
  border-radius: 35px;
  height: 27px;
  border: 1px solid #ddd;
  width: 27px !important;
  margin-left: 2px;
}

.action-list li:hover {
  border-radius: 35px;
  height: 27px;
  width: 27px !important;
}

.error {
  background: url("../img/error.png") no-repeat bottom right;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.error-page,
.select-org-page {
  position: absolute;
  top: 180px;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}

.maintenance-page {
  position: absolute;
  top: 100px;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  width: 440px;
  margin: auto;
}

.select-org-page {
  top: 70px;
  width: 525px;
  margin: auto;
}
.select-org-page .select-org-content {
  list-style-type: none;
  margin: 10px auto !important;
  padding: 0 18px;
  overflow-y: scroll;
  background: #f7f7f7;
  border-radius: 4px;
  border-top: 10px #f7f7f7 solid;
  border-bottom: 10px #f7f7f7 solid;
  box-shadow: 0px 2px 2px #eee;
}
.select-org-page .select-org-content button {
  padding: 5px 0;
}
.select-org-page .select-org-content li {
  display: block;
}
.select-org-page .select-org-content li button {
  color: white;
  font-size: 14px;
}
.select-org-page .select-org-content button:hover > li {
  background-color: #c2e66e;
}
.select-org-page .select-org-content button:hover > li button {
  color: #666;
}

.select-org-content > li:first-child {
  margin-top: 5px !important;
}

.error-content,
.select-org-content {
  width: 50%;
  margin: auto;
  margin-top: 10%;
}

.maintenance-content {
  width: 100%;
  margin: auto;
  margin-top: 10%;
}

.select-org-content {
  width: 490px;
}

.reason-title {
  display: block;
  margin: 20px 0 20px 0;
  font-weight: normal;
  color: #666;
  font-size: 14px;
}

.select-org-title {
  color: #666;
  margin-top: 30px;
  font-size: 21.5px;
}

.reason {
  color: #c2e66e;
  font-size: 200px;
  padding: 10px 0 10px 0;
  display: block;
}

.newOrg {
  float: left;
  margin-top: 0;
  width: 444px;
  margin-left: 41px;
  padding: 10px;
  font-size: 16px;
  color: #c7df8e;
}

.newOrg-input {
  margin: 10px;
  float: left;
  height: 30px !important;
}

.mleft {
  margin-left: 85px;
}

.done {
  background-image: url("../img/done.png");
  background-color: #ccc !important;
  width: 30px;
  height: 30px;
  border: 0 !important;
  background-size: cover;
  float: right;
}

.done:hover {
  background-color: #c2e66e !important;
  background-position: 0 0 !important;
}

.organization-item {
  background: #ccc none repeat scroll 0 0;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  transition: all 200ms ease-in-out 0s;
  width: 470px;
  font-size: 14px;
  text-transform: initial;
}
.organization-item button {
  margin: 0;
  padding: 0;
}

.organization-item:hover > .pencil {
  opacity: 1;
}

.wheel {
  background: url("../img/wheels-icon.svg") no-repeat center center;
  width: 445px;
  height: 250px;
}

.notes {
  background: url("../img/massive_bulkload-icon/info.png") no-repeat scroll left
    center #c8edfc;
  border: 1px solid #c8edfc;
  border-radius: 4px;
  color: #1a7dba;
  text-indent: 20px;
}

.table.bulkload thead {
  border-bottom: 1px solid #dee3ea;
}

.table.bulkload tbody {
  border-top: 0 none;
}

.w76 {
  width: 76% !important;
}

div#manageMembersModal {
  text-align: initial;
}
div#manageMembersModal label {
  width: 100%;
  margin-right: 1%;
  margin-bottom: 7%;
}
div#manageMembersModal .gridStyle {
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 0;
  margin: 0;
}

div#manageMembersModal fieldset {
  min-height: 75px;
}
div#manageMembersModal fieldset input {
  width: 100%;
}

div#add_member {
  min-height: 100px;
  margin-top: 50px;
}

label.title {
  width: 100% !important;
}
label.title input {
  width: 100%;
}

.left-panel {
  width: 25%;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 0;
  background: white;
  position: sticky;
  margin-top: 20px;
  height: 100%;
  .global-components {
    overflow: auto;
    height: calc(100vh - 16rem);
  }
}

.flex-container {
  display: flex;
}

.container-left {
  display: inline-block;
  width: 90%;
  vertical-align: top;
}

.workspace .controlHeadline:hover h3.controlLabel {
  cursor: pointer;
}

.workspace {
  background: #f7f7f7;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  border-radius: 4px;
  margin: 23px;
  width: 75%;
}

.btnNewGroup {
  background: url(../img/iconsBuilder/icon_group.png) 27% center no-repeat
    #d6e598;
  border-radius: 4px;
  color: #fff;
  background-size: 29px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 33px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 87%;
  margin-left: 2%;
  margin-top: 18px;
}

.btnNewGroup a {
  color: #ffffff !important;
  font-size: 15px;
  line-height: 38px;
  padding-top: 26px;
}

.box.span11.margin0 {
  width: 300px;
}

.builder-search {
  background: url("../img/lens-gray.png") no-repeat scroll 95% center #fff !important;
}

.the-iconsS li {
  margin-bottom: 0;
  width: 48%;
  display: inline-block;
  margin-top: -5px;
}

.box-contentBuilder i.fa {
  font-size: 35px !important;
  margin: 0 10px 15px 0;
  vertical-align: baseline;
  opacity: 0.7;
}

.default-group {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 20px;
  width: 96.5%;
}

.hide {
  display: none;
}
.hide.page-break-after {
  display: flex !important;
  border-top: 1px dashed;
  margin-top: 2rem;
  padding: 0.5rem 0;
  justify-content: center;
}
.hide.page-break-after p {
  margin-top: -1.3rem;
  background-color: #f7f7f7;
  padding: 0 1rem;
}

.box-header h2 {
  color: #8c8c8c !important;
  font-weight: 400;
}

.box-content {
  padding-bottom: 20px;
}

.box-header .box-icon i {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(Opacity=80)";
}

.box-header .box-icon i:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(Opacity=100)";
}

.box-headerBuilder {
  background: #fff;
  border: 1px solid #eaeaeb;
  border-radius: 5px 5px 0 0;
}

.box-headerBuilder h2 {
  width: 79%;
  float: left;
}

.box-headerBuilder .box-icon {
  width: 20%;
  float: right;
}

.default-group:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  -webkit-box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.07);
}

.workspaceScrollArea {
  background-color: #ffffff;
}

#components .default-input {
  color: black;
  cursor: pointer;
  font-size: 12px;
}

.controlNameGroup {
  font-size: 9px;
  color: transparent !important;
}

.controlName {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}

.errors {
  color: red;
}

.workspaceInnerWrapper {
  background-color: #fff;
  padding: 0em 1em 30px;
  min-height: 65px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

.controlInfo {
  min-height: 33px;
  padding-top: 1em;
  overflow: visible;
  color: #323232;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
  zoom: 1;
  background: #fff;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

.controlInfo .controlHeadline {
  margin-bottom: 1rem;
  margin-left: 5px;
  width: 100%;
  float: left;
  cursor: grab;
}

h3.controlLabel {
  color: #666;
  display: flex;
  flex-direction: column;
  float: left;
  font-size: 18px !important;
  margin-bottom: -5px;
  padding: 0px 25px 0 26px;
  text-shadow: 0 1px 0 #ffffff;
  width: auto;
  font-weight: 400;
  line-height: 24px;
}

.controlProperties {
  color: #bbb;
  font-size: 0.9em;
  float: left;
}

.controlProperties li {
  display: inline-block;
  margin-left: 15px;
}

.controlHeadline:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.workspace .controlHeadline:hover .controlLabel {
  background: url("src/img/icons/ico-table-edit.svg") no-repeat;
  background-size: 13px;
  background-position: left center;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.workspace .controlHeadline:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.controlLabel {
  color: #666;
  display: flex;
  flex-direction: column;
  float: left;
  font-weight: 400;
  margin: 0;
  padding: 0px;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.controlHeadline:hover h4.controlLabel {
  padding-left: 1rem;
  overflow: visible;
}

.default-input {
  color: black;
  font-size: 12px;
}

.componentsEditor_add {
  color: #666;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  background: url(../img/iconsBuilder/icon_editor_add.png) left top no-repeat;
}

.componentsEditor_import {
  color: #666;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  background: url(../img/iconsBuilder/icon_editor_import.png) left top no-repeat;
}

.componentsEditor_export {
  color: #666;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  background: url(../img/iconsBuilder/icon_editor_export.png) left top no-repeat;
}

.box .fa {
  font-size: 16px !important;
}

#components .default-input {
  color: black;
  cursor: pointer;
  font-size: 12px;
}

.leyenda {
  color: #666;
  font-style: bold;
}

.alert {
  box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.modal-header h2 {
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-body h2 {
  margin: 0 0 10px 10px;
}

.items {
  float: none;
  margin: 0 0px 6px;
  min-height: 47px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.items label {
  width: 98px;
}

.form-properties {
  width: 97.8%;
}

.hint--bottom:before,
.hint--bottom:after {
  left: 50%;
  top: 100%;
}

.hint--bottom:before {
  margin-top: -12px;
}

.hint--bottom:before {
  border-bottom-color: #383838;
}

.hint:before,
[data-hint]:before {
  background: none repeat scroll 0 0 transparent;
  border: 6px solid transparent;
  content: "";
  position: absolute;
  z-index: 1000001;
}

.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 1000000;
}

.hint--bottom:before,
.hint--bottom:after {
  left: 50%;
  top: 100%;
}

.hint--bottom:after {
  margin-left: -18px;
}

.hint:after,
[data-hint]:after {
  background: none repeat scroll 0 0 #383838;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  color: white;
  content: attr(data-hint);
  font-size: 10px;
  line-height: 12px;
  padding: 8px 10px;
  text-shadow: 0 -1px 0 black;
  white-space: nowrap;
}

.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 1000000;
}

.hint,
[data-hint] {
  display: inline-block;
  position: relative;
}

form label {
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 25px;
  line-height: 20px;
  margin-bottom: 0;
}

label {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  width: auto;
}

.modalProperties {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 40%;
  margin-left: -280px;
  outline: medium none;
  position: fixed;
  top: 10%;
  width: 60%;
  z-index: 1050;
}

.dropdown-menu {
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  background-clip: padding-box !important;
  border: 0 !important;
  border-radius: 4px !important;
  text-align: left;
}

.dropdown-menu li {
  border-radius: 0 !important;
  background-color: transparent;
}

.dropdown-menu > li:last-child {
  margin: 0;
}
.dropdown-menu > li:last-child a {
  border-bottom: none !important;
}

.dropdown-menu:after {
  border-bottom: 6px solid #eeeeee;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
}

.span12.header {
  border-bottom: 1px solid #ddd;
}

.header {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
}

.rootmap {
  text-transform: uppercase;
  font-weight: 600;
}

input.search {
  background: transparent !important;
  border-radius: 4px !important;
  color: #666;
  transition: all 0.3s linear 0s;
  border: 1px solid #666;
  box-shadow: none;
  font-size: 13px;
  text-indent: 20px !important;
  width: 255px !important;
  height: 38px !important;
  margin-left: -32px !important;
  padding: 6px;
}

.search-glass {
  background-size: 20px auto;
  color: #666;
  font-size: 14px;
  margin: 9px 6px 0px;
  z-index: 12;
  opacity: 0.6;
}

.searchLeft {
  margin-left: 3px !important;
  margin-top: 30px;
}

.nav-tabs.nav-stacked {
  border-bottom: 0 none;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ccc;
}

.nav-tabs.nav-stacked > a {
  display: inline-block;
}

.nav-tabs.nav-stacked a > li {
  background-color: #fff;
  border-radius: 30px;
  font-size: 16px;
  line-height: 340px;
  background-position: 50% center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 2px solid #ccc;
}

.nav-tabs.nav-stacked a > li:hover {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.disabled-icon {
  opacity: 0.3;
}

.disabled-icon:hover {
  background-color: #666 !important;
}

.tesauro-icon {
  background-image: url("../img/dashboard/tesauro.png");
  background-size: 57%;
}

.workflows-icon {
  background-image: url("../img/dashboard/workflows.png");
  background-size: 56%;
}

.certificates-icon {
  background-image: url("../img/dashboard/certificates.png");
  background-size: 77%;
}

.services-icon {
  background-image: url("../img/dashboard/services.png");
  background-size: 53%;
}

.plugins-icon {
  background-image: url("../img/dashboard/plugins.svg");
  background-size: 72%;
}

.legend {
  color: #666;
}

.sidebar-nav > ul {
  border-color: transparent -moz-use-text-color;
  border-width: 1px 0;
  font-size: 10px;
  margin: 0;
  padding-bottom: 1px;
  text-align: center !important;
}

.notification {
  color: #ffffff !important;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
}

.notification.small {
  color: #ffffff !important;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
}

#content {
  filter: none;
  border: 0;
}

hr {
  background: none repeat scroll 0 0 #f2f2f2;
  border: 0 none;
}

.btn-success {
  color: #ffffff;
  background-color: #c4e86b;
  background-image: none;
  border: 1px solid #c4e86b;
  padding: 5px;
  border-radius: 4px;
}

.btn-gray {
  color: #646464;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  padding: 5px;
  margin-right: 10px;
}

.btn-success:hover,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #c2e66e;
}

.add-on,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
.uneditable-input {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  margin-top: 0px;
  width: 98%;
  height: 27px;
}

textarea {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  margin-top: 0px;
  width: 98%;
}

select,
Keygen {
  margin: 0;
  padding: 0 5px;
  height: 27px !important;
  border-color: #ccc;
  border-radius: 4px;
  font-size: 13px;
  width: 98%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../img/select2/arrow-down.png") white no-repeat right -1px;
}

select::-ms-expand {
  display: none;
}

label,
input,
button,
select,
textarea {
  padding-bottom: 0;
}

.add-on,
input[type="file"] {
  margin-top: 5px;
}

a,
a:hover,
a:focus {
  color: #666;
  text-decoration: none;
}

.mwidth {
  width: 560px;
}

.modalNewForm {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.validation-message {
  color: #da4f49;
}

.faq {
  border-radius: 100%;
  background: #fff;
  border: 1px solid #b7b7b7;
  color: #666 !important;
  margin: 0 8px 7px;
  padding: 3px 10px;
  vertical-align: middle;
  box-shadow: 0px 1px 6px #ddd;
}

.faq:hover,
.faq:focus {
  color: white !important;
  background: #c7df8e;
  border: 1px solid #c7df8e;
  outline: 0;
}
.faq:hover a,
.faq:focus a {
  color: white !important;
}

/* Checkbox switch */
.checkbox-switch {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 80px;
  height: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  line-height: 1.2;
  font-size: 14px;
}

.checkbox-switch input.input-checkbox {
  cursor: pointer;
  height: 30px !important;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 80px;
  z-index: 2;
}

.checkbox-switch .checkbox-animate {
  position: relative;
  width: 80px;
  height: 30px;
  background-color: #ccc;
  border-radius: 40px;
  -webkit-transition: background 0.25s ease-out 0s;
  transition: background 0.25s ease-out 0s;
}

.checkbox-switch .checkbox-animate:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #f7f7f7;
  top: 5px;
  left: 5px;
  -webkit-transition: left 0.3s ease-out 0s;
  transition: left 0.3s ease-out 0s;
  z-index: 10;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate {
  background-color: #c2e66e;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate:before {
  left: 55px;
  background-color: #f7f7f7;
}

.checkbox-switch .checkbox-off,
.checkbox-switch .checkbox-on {
  float: left;
  color: #ffffff;
  font-weight: 700;
  padding-top: 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.checkbox-switch .checkbox-off {
  margin-left: 30px;
  opacity: 1;
}

.checkbox-switch .checkbox-on {
  display: none;
  float: right;
  margin-right: 35px;
  opacity: 0;
}

.checkbox-switch
  input.input-checkbox:checked
  + .checkbox-animate
  .checkbox-off {
  display: none;
  opacity: 0;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate .checkbox-on {
  display: block;
  opacity: 1;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  border-radius: 4px 0px 0 4px !important;
  float: left;
  margin: 0 -2px;
  padding: 6px !important;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.span10.input {
  border-left: 0 none;
  border-radius: 0 4px 4px 0;
  float: left;
  margin: 0 !important;
  padding: 6px 7px;
  width: 73%;
}

a.os > img {
  display: inline-block;
  margin: auto;
  opacity: 0.8;
  transition: all 200ms linear 0s;
}

.box-adminContent {
  width: 90%;
  margin: auto;
  margin-left: 6%;
}

.box-admin {
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.18);
  display: inline-block;
  margin: 1em 1.1em 3em 7px;
  height: auto;
  padding: 10px 15px;
  vertical-align: middle;
  width: 18%;
  background: white;
  outline: 0;
}

.box-admin:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff !important;
  opacity: 1;
}

.box-admin:hover h4 {
  color: #ffffff !important;
}

.box-admin img {
  margin: 0 41%;
}

.check {
  background-image: url("/src/img/box-sprite.png");
  padding: 3px 9px;
  background-position: -385px 3px;
  opacity: 1;
  color: transparent;
  cursor: pointer;
}

.box-admin.selected:hover {
  background: #fff;
  color: #666;
  opacity: 1;
}

.box-admin:hover .check,
.box-admin.selected .check {
  opacity: 1 !important;
}

.box-admin.selected {
  border: 2px solid #cdde91;
  border-radius: 4px;
  outline: 0;
  background: none !important;
}
.box-admin.selected .btn {
  display: none;
}

.box-admin.selected .check {
  background-image: url("/src/img/box-sprite.png");
  opacity: 1;
  background-position: -407px 5px;
}

.box-admin a > i {
  color: #fff;
  opacity: 1;
  font-size: 14px;
}

@-moz-document url-prefix() {
  .box-admin.selected .check {
    background-image: url("/src/img/box-sprite.png");
    background-position: -407px 1px;
    opacity: 1;
  }

  .check {
    background-image: url("/src/img/box-sprite.png");
    background-position: -385px 1px;
    color: transparent;
    cursor: pointer;
    opacity: 1;
    padding: 3px 9px;
  }
}
.box-admin h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.mauto {
  margin: auto !important;
}

.box-admin > .actions-list {
  margin: 0 -11px;
}

.action-list li {
  display: inline-block;
  vertical-align: top;
  width: 20px;
}

.action-list .fa {
  color: white;
  font-size: 20px;
  padding: 0px 1px;
  display: block;
  margin: 0;
  height: 20px;
}

.right {
  float: right;
}

.footerPlugin {
  background: #444444 none repeat scroll 0 0;
  height: 50px;
  bottom: 0;
  position: fixed;
  width: 100%;
  padding: 10px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  z-index: 999;
  color: #ffffff !important;
}
.footerPlugin .container {
  margin-top: 15px;
}

.footer-actions {
  display: inline-block;
  width: auto;
  margin: 0 30%;
}
.footer-actions li {
  display: inline-block;
  margin: 0 5px;
}

.footer-actions .fa {
  color: white;
  font-size: 18px;
}

.selected-count {
  display: inline-block;
}

.box-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: initial;
}
.box-icons ul li {
  vertical-align: middle;
}

.section-elements li {
  display: inline-block;
}

.box-icons ul:hover li .none {
  display: inline-block !important;
}

.box-icons.fixed h4 {
  display: inline-block;
}

.round-btn-list {
  position: fixed;
  margin: 20px 80px 0 0 !important;
  right: 0;
  display: inline-block;
  z-index: 999;
}
.round-btn-list li:first-child {
  display: block;
  margin: 0;
}
.round-btn-list li {
  display: none;
  margin: 10px 0;
}

.round-btn-list:hover > li {
  display: block;
}

.round-btn {
  text-align: center;
  border-radius: 100%;
  margin: 5px 0;
  opacity: 1;
  padding: 14px 16px;
  display: block;
  box-shadow: 0px 0px 2px #ccc;
}
.round-btn i {
  color: white;
  font-size: 24px;
  opacity: 1 !important;
}

.gray {
  background: #666;
}

.light-green {
  background: #cdee91;
}

.green {
  background: #6fd176;
}

.red {
  background: #dd7f7f;
}

.blue {
  background: #6f96ce;
}

.builderBtn {
  width: 20px;
  float: left;
}

.builderBtn30 {
  width: 30px;
  float: left;
}

.refresh {
  color: #444;
  font-size: 20px;
  margin: 0 8px 0 17px;
}

.reply {
  color: #999 !important;
  font-size: 20px;
  margin: 0 8px 0 0px;
}

i.fa.fa-arrow-left.reply {
  border-right: 1px solid #ccc;
  padding-right: 11px;
}

.download {
  color: #444;
  font-size: 20px;
  margin: 0 3px 0 2px !important;
}

.tab-content {
  overflow: auto;
  padding-bottom: 30px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border: none;
  border-bottom: 4px solid #c4e86b;
  border-image: none;
  color: #555555;
  cursor: default;
  opacity: 0.9;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border: none;
  opacity: 0.48;
}

.nav-tabs > li > a {
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.6;
}

.checkbox-select input,
.radiobutton-select input {
  height: 18px !important;
  margin-left: -18px !important;
  margin-right: 5px !important;
  margin-top: 0 !important;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  width: 23px !important;
}

i.fa.fa-star {
  float: left;
  font-size: 20px !important;
}

star-rating .readonly {
  background: none !important;
}

::-webkit-input-placeholder {
  color: #69696d !important;
  font-size: 14px;
  opacity: 0.5;
}

::-webkit-placeholder {
  color: #69696d !important;
  font-size: 14px;
}

:-moz-placeholder {
  color: #69696d !important;
  font-size: 14px;
}

::-moz-placeholder {
  color: #69696d !important;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #69696d !important;
  font-size: 14px;
}

.controls textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 30px !important;
}

.shadow {
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15) !important;
}

.header-top {
  top: 0 !important;
  transition: all 200ms linear;
  position: fixed;
}

.box-header.fixed {
  overflow: initial;
  position: fixed;
  width: calc(100vw - 3vw);
  z-index: 999;
  max-width: initial;
}

.menu-fixed {
  top: calc(100vh - 92vh);
  .global-components {
    overflow: auto;
    height: calc(100vh - 10rem);
  }
}

.controlLabel:hover {
  /* overflow: hidden !important; */
  text-overflow: ellipsis !important;
}

.leftPanel-Flow {
  width: 15% !important;
  margin-left: 4%;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}

.flow-components {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 13px;
}

.flow-components span {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  margin-top: -1px;
  vertical-align: super;
}

.action-list .fa-gray {
  color: #666666;
  display: block;
  font-size: 19px;
  height: 20px;
  padding: 4px 4px;
}

span.controlLabel.componentsEditor.marginLeft {
  font-size: 12px;
  display: inline-block !important;
  width: auto;
}

.form-horizontalGRID {
  margin-top: 26px !important;
  margin: auto;
  padding: 10px 0;
  border-radius: 4px;
}

.border {
  border: 1px solid #ddd;
}

a.search-action {
  margin-top: -27px !important;
  position: relative !important;
  background: #999;
  margin-right: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -30px !important;
  color: #fff;
  width: 21% !important;
}

.message {
  width: 85%;
  float: left;
}

.loaderSearch {
  margin-top: -24px;
  float: right;
  margin-right: 18%;
  display: block !important;
}

.loaderSearch {
  margin-top: 7px;
  float: right;
  margin-right: 18%;
  display: block !important;
}

.col4 a.search-action {
  background-color: #999;
  cursor: pointer;
  padding-top: 6px;
  pointer-events: auto;
  width: 33% !important;
  height: 24px;
  float: right;
  position: relative;
  margin-right: 13px !important;
  color: #fff;
  text-decoration: none;
  background-image: none !important;
}

.col4 .inputSearchrender {
  width: 68%;
}

.col3 a.search-action {
  background-color: #999;
  cursor: pointer;
  padding-top: 6px;
  pointer-events: auto;
  width: 24% !important;
  height: 24px;
  float: right;
  position: relative;
  margin-right: 13px !important;
  color: #fff;
  text-decoration: none;
  background-image: none !important;
}

.col3 .inputSearchrender {
  width: 73%;
}

.col2 .inputSearchrender {
  width: 84%;
}

.col1 a.search-action {
  background-color: #999;
  cursor: pointer;
  padding-top: 6px;
  pointer-events: auto;
  width: 10% !important;
  height: 24px;
  float: right;
  position: relative;
  margin-right: 27px !important;
  color: #fff;
  text-decoration: none;
  background-image: none !important;
}

.col1 .inputSearchrender {
  width: 90%;
}

.col1 .uploaderRender {
  width: 96%;
}

.col1 .loaderSearch {
  margin-top: 7px;
  float: right;
  margin-right: 8%;
}

.col2 .loaderSearch {
  margin-right: 10% !important;
  float: right;
}

.col3 .loaderSearch {
  margin-right: 12% !important;
  float: right;
}

/*CHECKBOX INIT */
label > label {
  margin: 0 !important;
}

.checkbox-select input,
.radiobutton-select input {
  opacity: 0;
  width: 23px !important;
  height: 18px !important;
  pointer-events: auto;
  margin-right: 5px !important;
  margin-left: -25px !important;
  margin-top: 0px !important;
  display: inline-block !important;
}
.checkbox-select label,
.radiobutton-select label {
  background: url(/src/img/input-sprite.png) no-repeat;
  width: 21px !important;
  height: 20px !important;
  display: inline-block;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  float: left;
  min-height: initial;
}

/*CHECKBOX INIT */
label > label {
  margin: 0 !important;
}

.checkbox-select input,
.radiobutton-select input {
  opacity: 0;
  width: 23px !important;
  height: 18px !important;
  pointer-events: auto;
  margin-right: 5px !important;
  margin-left: -25px !important;
  margin-top: 0px !important;
  display: inline-block !important;
}
.checkbox-select label,
.radiobutton-select label {
  background: url(/src/img/input-sprite.png) no-repeat;
  width: 21px !important;
  height: 20px !important;
  display: inline-block;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  float: left;
}
.checkbox-select span,
.radiobutton-select span {
  vertical-align: top;
  padding: 0;
  color: #888;
  display: inline-block;
  width: 80%;
  font-weight: normal;
}

.checkbox-select.selected {
  font-weight: bold;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.checkbox-select.selected label {
  background-position: -25px 0;
}
.checkbox-select.selected span {
  color: #666;
}

.radiobutton-select label {
  background: url(/src/img/input-sprite.png) no-repeat;
  background-position: 0 -20px;
}

.radiobutton-select.selected {
  font-weight: bold;
}
.radiobutton-select.selected label {
  background-position: -25px -20px;
}
.radiobutton-select.selected span {
  color: #666;
}

/* .controls ul{
      margin-left: 25px !important;
    } */
