All Downloads are FREE. Search and download functionalities are using the official Maven repository.

admin.stylesheets.form_elements.css Maven / Gradle / Ivy

/* \f020 doesn't work in Safari. all shifted one down */
/* line 8, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
form.fill-up {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0; }
  /* line 10, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  form.fill-up * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 16, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  form.fill-up input, form.fill-up textarea, form.fill-up select {
    width: 100%; }
  /* line 20, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  form.fill-up .padded .control-group:last-child {
    margin-bottom: 0; }
  /* line 24, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  form.fill-up.form-horizontal .form-actions {
    padding-left: 20px; }

/* line 32, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
form.fill-up .radio, form.fill-up .checkbox {
  padding-left: 0; }

/* line 38, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
.form-actions {
  margin-bottom: 0;
  padding: 20px; }

/* line 43, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
.box form {
  padding: 0; }

/* line 47, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
form {
  margin-bottom: 0; }

/* line 67, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
.input-group, .input-group {
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1; }
  /* line 60, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  .input-group .input-group-addon i, .input-group .input-group-addon i {
    line-height: 26px; }
  /* line 71, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  .input-group *, .input-group * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 78, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  .input-group a.input-group-addon, .input-group span.input-group-addon, .input-group a.input-group-addon, .input-group span.input-group-addon {
    min-width: 36px;
    color: #5a6573;
    position: absolute;
    height: 100%;
    z-index: 2;
    -webkit-box-shadow: inset 0 1px 2px white;
    -moz-box-shadow: inset 0 1px 2px white;
    box-shadow: inset 0 1px 2px white;
    border: 1px solid #ccc;
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
    padding-left: 10px;
    padding-right: 10px; }
    /* line 90, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
    .input-group a.input-group-addon:active, .input-group span.input-group-addon:active, .input-group a.input-group-addon:active, .input-group span.input-group-addon:active {
      background: #eee; }
  /* line 95, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  .input-group ul.input-group-addon, .input-group ul.input-group-addon {
    list-style: none;
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
    top: 1px;
    right: 2px; }
    /* line 108, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
    .input-group ul.input-group-addon li, .input-group ul.input-group-addon li {
      float: left;
      margin-left: 10px;
      line-height: 32px;
      height: 32px; }
      /* line 114, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
      .input-group ul.input-group-addon li a, .input-group ul.input-group-addon li button, .input-group ul.input-group-addon li a, .input-group ul.input-group-addon li button {
        vertical-align: middle; }
        /* line 117, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
        .input-group ul.input-group-addon li a.btn, .input-group ul.input-group-addon li button.btn, .input-group ul.input-group-addon li a.btn, .input-group ul.input-group-addon li button.btn {
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
      /* line 122, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
      .input-group ul.input-group-addon li .btn, .input-group ul.input-group-addon li .btn {
        padding: 0;
        line-height: 25px;
        height: 25px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 5px; }
  /* line 133, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  .input-group input[type="text"], .input-group input[type="password"], .input-group input[type="email"], .input-group input[type="number"], .input-group input[type="text"], .input-group input[type="password"], .input-group input[type="email"], .input-group input[type="number"] {
    height: 36px;
    width: 100%;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

/* line 142, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
.box .input-group, .box .input-group {
  margin-bottom: 0; }

/* line 148, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
.input-group.addon-right .input-group-addon {
  right: 0;
  width: auto; }
/* line 150, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
.input-group.addon-right input[type="text"], .input-group.addon-right input[type="password"], .input-group.addon-right input[type="email"], .input-group.addon-right input[type="number"] {
  padding-right: 35px; }

/* line 156, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
.input-group.addon-left .input-group-addon {
  left: 0;
  width: auto; }
/* line 158, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
.input-group.addon-left input[type="text"], .input-group.addon-left input[type="password"], .input-group.addon-left input[type="email"], .input-group.addon-left input[type="number"] {
  padding-left: 45px; }

/* line 171, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
div.uploader {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  height: 28px;
  background: #fff; }
  /* line 179, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  div.uploader span.filename {
    border-right: none;
    width: 120px;
    height: 24px;
    margin: 2px 0px 2px 2px;
    line-height: 24px; }
  /* line 188, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  div.uploader.hover span.action {
    background: #8dbfd8; }
  /* line 194, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  div.uploader.active span.action {
    background: #4194bd; }
  /* line 199, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  div.uploader span.action {
    height: 24px;
    line-height: 24px;
    float: right;
    width: 22px;
    text-align: center;
    height: 22px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #549fc4;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYjRkMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU0OWZjNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7ab4d1), color-stop(100%, #549fc4));
    background-image: -webkit-linear-gradient(top, #7ab4d1, #549fc4);
    background-image: -moz-linear-gradient(top, #7ab4d1, #549fc4);
    background-image: -o-linear-gradient(top, #7ab4d1, #549fc4);
    background-image: linear-gradient(top, #7ab4d1, #549fc4);
    color: white;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px; }

/* line 220, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
div.selector {
  position: relative;
  padding-left: 5px;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: whitesmoke;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  color: #666; }
  /* line 228, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  div.selector:after {
    content: "\f0dd";
    top: 2px;
    right: 2px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    width: 18px;
    height: 18px;
    pointer-events: none;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #888; }
  /* line 235, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 25px 0px 2px;
    cursor: pointer;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    height: 26px;
    line-height: 26px;
    background: transparent; }
  /* line 252, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  div.selector.disabled span {
    color: #bbb; }
  /* line 257, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  div.selector select {
    position: absolute;
    opacity: 0;
    height: 25px;
    border: none;
    background: none;
    top: 0;
    left: 0;
    font-size: 12px;
    border: solid 1px #fff; }

/* line 273, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  color: #858585;
  padding: 0 0 0 5px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  background: #fdfdfd;
  height: 26px;
  line-height: 26px; }
  /* line 285, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #68A6CE; }

/* line 291, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
textarea {
  height: auto; }

/* line 295, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
label {
  font-size: 12px;
  color: #5F5F5F; }

/* line 56, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/_arrow.scss */
.search-dropdown {
  position: relative;
  background: #fbfbfb;
  border: 1px solid #cccccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 72, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/_arrow.scss */
.search-dropdown:after, .search-dropdown:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 82, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/_arrow.scss */
.search-dropdown:after {
  border-bottom-color: #fbfbfb;
  border-width: 7px;
  left: 50%;
  margin-left: -7px; }

/* line 94, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/_arrow.scss */
.search-dropdown:before {
  border-bottom-color: #cccccc;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

/* line 305, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
.search-dropdown {
  margin-top: 15px; }
  /* line 308, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  .search-dropdown .box-section:first-child {
    border-top: none;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }

/* line 317, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
.input-with-submit {
  position: relative; }
  /* line 320, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  .input-with-submit button {
    background: transparent;
    border: none;
    position: absolute;
    right: 2px;
    top: 7px;
    height: 22px;
    line-height: 22px; }
  /* line 330, C:/Users/Josue/Desktop/core-admin/release_bs3/source/stylesheets/form_elements.scss */
  .input-with-submit i {
    color: #909090; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy