.user-list .filterRow input {
  border: 0;
  width: 90%;
}
.password-strength {
  margin-bottom: 10px;
}
.password-strength .bar-container {
  background: #eee;
  margin-bottom: 10px;
}
.password-strength .bar-container .password-strength-label {
  margin-bottom: 5px;
}
.password-strength .bar-container .bar {
  height: 5px;
  -ms-transition: width .5s ease;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.password-strength .bar-container .bar.strong {
  background: #008641;
}
.password-strength .bar-container .bar.medium {
  background: #2573d9;
}
.password-strength .bar-container .bar.weak {
  background: #f60;
}
.password-strength .bar-container .bar.useless {
  background: #e51400;
}
.designer-screens {
  max-height: 200px;
  overflow-y: auto;
}
.designer-screens .filterRow input {
  border: 0;
  width: 90%;
}
.screens-list ul {
  border-radius: 0 4px 4px 4px;
  height: 400px;
  overflow-y: auto;
}
.list-group-item.active {
  background: #005884;
  border-radius: 0;
}
.list-group-item.active .label-info {
  background-color: #0076a3;
}
.list-group-item.active:hover {
  background: #005884;
}
.designer-basic-tools,
.designer-advanced-tools {
  background: #eeeeee;
}
.designer-main ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.designer-basic-tools li,
.designer-advanced-tools li {
  color: #565656;
  border-bottom: 1px solid #D0D0D0;
}
.designer-basic-tools .btn,
.designer-advanced-tools .btn {
  margin: 10px;
}
.designer-tool-item {
  padding: 10px;
}
.designer-tool-item small {
  color: #9E9E9E;
  font-style: italic;
  display: block;
  width: 270px;
}
.tool-directive {
  overflow-y: auto;
}
.tool-directive .tool-description {
  font-size: 12px;
}
.tool-directive .tool-label-bold {
  font-weight: 800;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tool-directive .tool-input,
.tool-directive input[type=text] {
  width: 150px;
  margin-top: 5px;
}
.tool-directive .calender-tool {
  width: 240px;
  margin-left: -42px;
}
.designer-main-canvas {
  top: 10px;
}
.designer-main-canvas h4 {
  text-align: center;
}
.sticky.stick {
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.designer-phone {
  background: url('../img/designer-iphone-sized.png') no-repeat center;
  background-size: 100% 100%;
  padding: 86px 20px 81px 23px;
  margin: -15px auto 0;
}
.designer-phone .sortableList {
  height: 100%;
  margin: 0;
  padding: 5px;
  overflow-y: auto;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .designer-phone {
    height: 720px;
    width: 350px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .designer-phone {
    height: 720px;
    width: 350px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .designer-phone {
    height: 720px;
    width: 350px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .designer-phone {
    width: 280px;
    height: 576px;
    padding: 78px 20px 73px 22px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .designer-phone {
    height: 720px;
    width: 350px;
    padding: 78px 20px 89px 22px;
  }
}
.desinger-phone-wrapper {
  position: static !important;
}
.designer-main {
  padding: 0;
  position: static !important;
}
.designer-main i.fa,
span.fa {
  cursor: pointer;
}
.tool-icon {
  clear: both;
  padding-top: 5px;
  float: right;
}
.tool-icon i.fa {
  cursor: default !important;
}
.grid-controls span.fa {
  display: none;
  float: right;
  clear: both;
}
.grid-controls .tool-input,
.grid-controls input[type=text],
.grid-controls select {
  width: 130px !important;
}
.controls i.fa {
  display: none;
}
.designer-screens li {
  cursor: pointer;
}
.designer-screens li .as-sortable-item-handle,
.designer-rules li .as-sortable-item-handle {
  cursor: move;
}
.designer-screens li:hover i.fa,
.designer-rules li:hover i.fa {
  display: inline-block;
}
li.screen-sortable-item,
li.fake-tool {
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  border-radius: 2px;
}
li.screen-sortable-item .fake,
li.fake-tool .fake {
  background-color: #ebebeb;
  opacity: 0.5;
}
li.screen-sortable-item:hover,
li.fake-tool:hover {
  background-color: #F1F1F1;
}
li.screen-sortable-item .tool,
li.fake-tool .tool {
  padding: 5px;
  margin: 0px;
  position: relative;
}
li.screen-sortable-item .tool select,
li.fake-tool .tool select {
  width: 150px;
}
li.screen-sortable-item .tool:hover i.fa,
li.fake-tool .tool:hover i.fa {
  display: inline-block;
}
.grid-controls:hover span.fa {
  display: inline-block;
}
/* ng-sortable */
.screen-sortable-item,
.fake-tool {
  display: block;
  min-height: 20px;
  margin: 0px 0px 5px 0px;
}
.screen-sortable-item .as-sortable-item-handle {
  cursor: move;
  margin-left: -15px;
}
.as-sortable-placeholder {
  border: 1px dashed darkgrey;
  box-sizing: border-box;
  background-color: #dbdbdb;
}
.as-sortable-drag {
  position: absolute;
  pointer-events: none;
  opacity: .8;
  z-index: 9999;
}
.as-sortable-hidden {
  display: none !important;
}
.context-menu {
  position: fixed;
  z-index: 10000;
}
.editable-click,
a.editable-click {
  text-decoration: none;
  color: #005884;
  border-bottom: dashed 1px #005884;
  font-size: 13px;
  word-wrap: break-word;
}
a.editable-click:hover {
  color: #005884;
  border-bottom-color: #005884;
}
.rule-modal .modal-body {
  padding: 0;
}
.rule-modal form {
  padding: 15px;
}
.rule-modal .designer-main-header {
  margin: 0;
  background: #005884;
  padding: 10px;
  color: white;
}
.project-icon-grid img {
  margin: 5px;
  padding: 5px;
  float: left;
  width: 80px;
}
.project-icon-grid .selected {
  margin: 5px;
  border: 1px solid #005884;
  border-collapse: separate;
}
.project-icon {
  margin-top: 30px;
}
.project-icon img {
  width: 70%;
}
.designer-save-containers {
  max-height: 344px;
  overflow-y: auto;
}
.designer-save-containers .filterRow input {
  border: 0;
  width: 90%;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.logo {
  height: 60px;
  margin-top: -20px;
}
.w-p-100 {
  width: 100%;
}
.table-overflow {
  overflow-x: auto;
}
.table {
  margin-bottom: 0;
}
.cloak-nav {
  display: none !important;
}
.modal {
  direction: rtl;
  overflow-y: auto;
}
.modal .modal-dialog {
  direction: ltr;
}
.modal-open {
  overflow: auto;
}
.loading {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.mask {
  z-index: 1051;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  cursor: wait;
}
.mini-col {
  width: 35px;
}
.sm-col {
  width: 13%;
}
.actions-panel a {
  cursor: pointer;
}
div.project-status.hover,
div.publish-status.hover {
  cursor: pointer;
}
div.project-status.hover:hover,
div.publish-status.hover:hover {
  background-color: #005884;
}
div.project-status.hover:hover span,
div.publish-status.hover:hover span {
  display: none;
}
div.project-status.hover:hover:after,
div.publish-status.hover:hover:after {
  content: attr(data-hover);
}
.wrapword {
  white-space: pre-wrap;
  /* css-3 */
}
.list-group-item.active .list-group-item-heading {
  color: #ffffff;
}
.form-group .help-block {
  display: none;
}
.form-group.has-error .help-block {
  display: block;
}
@media (min-width: 768px) {
  .container-small {
    width: 300px;
  }
  .container-large {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .container-small {
    width: 500px;
  }
  .container-large {
    width: 1170px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    width: 700px;
  }
  .container-large {
    width: 1350px;
  }
}
.container-small,
.container-large {
  max-width: 100%;
}
body > .ui-select-bootstrap.open {
  z-index: 1200;
}
