
/* ==== editable-form ==== */

/* class for single editable element */
.editable-wrap {
  display: inline-block;
  white-space: pre;
  margin: 0;
}

/* remove bottom-margin for bootstrap */
.editable-wrap .editable-controls,
.editable-wrap .editable-error {
  margin-bottom: 0;
}

/* remove bottom-margin of inputs */
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
  margin-bottom: 0;
}

/* keep buttons on the same line */
.editable-wrap .editable-input {
  display: inline-block;
}

.editable-buttons {
  display: inline-block;
  vertical-align: top;
}

.editable-buttons button {
  margin-left: 5px;
}

/* in bootstrap width: 100% => buttons go outside the box */
.editable-input.editable-has-buttons {
  width:60px;
}

/* ==== editable-text ==== */

/* fix padding issue on typeahead */
.editable-text {
    white-space: nowrap;
}

/* ==== editable-bsdate ==== */

/* fix padding issue on bsdate popup */
.editable-bsdate {
    white-space: nowrap;
}

/* ==== editable-bstime ==== */

/* fix padding issue on bstime */
.editable-bstime {
    white-space: nowrap;
}

/* workaround for bootstrap that sets width: 100% and inputs become too wide */
.editable-bstime .editable-input input[type="text"] {
  width: 46px;
}

/* less padding for .well */
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px;
}

/* ==== editable-range ==== */

.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center;
}

/* ==== editable-color ==== */

.editable-color input[type="color"] {
  width: 50px;
}


/* ==== editable-checkbox ==== */
/* ==== editable-checklist ==== */
/* ==== editable-radiolist ==== */

.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px;
}

/* ==== element ==== */

/* hiding element */
.editable-hide {
  display: none !important;
}

.editable-click,
a.editable-click {
  text-decoration: none;
  color: #428bca;
 /* border-bottom: dashed 1px #428bca;*/
}

.editable-click:hover, 
a.editable-click:hover {
  text-decoration: none;
  color: #2a6496;
  border-bottom-color: #2a6496;
}

/* editable-empty */
.editable-empty, 
.editable-empty:hover, 
.editable-empty:focus,
a.editable-empty, 
a.editable-empty:hover, 
a.editable-empty:focus {

  color: #428bca;  
  text-decoration: none;
}

/* ui-bootstrap editable popover */
.ui-popover-wrapper a {
    /* make the link always show up */  
    display: inline !important;
}

.ui-popover-wrapper form {
    display: none !important;
}

/* editable popover */
.popover-wrapper > a {
  /* make the link always show up */
  display: inline !important;
}

.popover-wrapper {
  /* make absolutely positioned children constrained to this box*/
  display: inline;
  position: relative;
}

.popover-wrapper form {
  position: absolute;
  top: -53px;
  background: #FFF;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 7px;
  width: auto;
  display: inline-block;
  left: 50%;
  z-index: 9999999999999999999;
}

.popover-wrapper form:before {
  content:"";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #AAA;
  position:absolute;
  bottom:-10px;
}

.popover-wrapper form:after {
  content:"";
  width:0;
  height:0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFF;
  position:absolute;
  bottom:-9px;
}


@media screen and (max-width: 750px) {
    .popover-wrapper form {
        margin-left: -60px;
    }

    .popover-wrapper form:before {
        left:50px;
    }

    .popover-wrapper form:after {
        left:51px;
    }
}

@media screen and (min-width: 750px) {
    .popover-wrapper form {
        margin-left: -110px;
    }

    .popover-wrapper form:before {
        left:100px;
    }

    .popover-wrapper form:after {
        left:101px;
    }
}
/*boton*/
.btn1 {
    display: inline-block;
    padding: 5px 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)	
}
.btn1.active.focus,
.btn1.active:focus,
.btn1.focus,
.btn1:active.focus,
.btn1:active:focus,
.btn1:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn1.focus,
.btn1:focus,
.btn1:hover {
    color: #333;
    text-decoration: none
}
.btn1.active,
.btn1:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn1.disabled,
.btn1[disabled],
fieldset[disabled] .btn1 {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
a.btn1.disabled,
fieldset[disabled] a.btn1 {
    pointer-events: none
}
.btn1-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn1-default.focus,
.btn1-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}
.btn1-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn1-default.active,
.btn1-default:active,
.open>.dropdown-toggle.btn1-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn1-default.active.focus,
.btn1-default.active:focus,
.btn1-default.active:hover,
.btn1-default:active.focus,
.btn1-default:active:focus,
.btn1-default:active:hover,
.open>.dropdown-toggle.btn1-default.focus,
.open>.dropdown-toggle.btn1-default:focus,
.open>.dropdown-toggle.btn1-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn1-default.active,
.btn1-default:active,
.open>.dropdown-toggle.btn1-default {
    background-image: none
}
.btn1-default.disabled.focus,
.btn1-default.disabled:focus,
.btn1-default.disabled:hover,
.btn1-default[disabled].focus,
.btn1-default[disabled]:focus,
.btn1-default[disabled]:hover,
fieldset[disabled] .btn1-default.focus,
fieldset[disabled] .btn1-default:focus,
fieldset[disabled] .btn1-default:hover {
    background-color: #fff;
    border-color: #ccc
}
.btn1-default .badge {
    color: #fff;
    background-color: #333
}
.btn1-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn1-primary.focus,
.btn1-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}
.btn1-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn1-primary.active,
.btn1-primary:active,
.open>.dropdown-toggle.btn1-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn1-primary.active.focus,
.btn1-primary.active:focus,
.btn1-primary.active:hover,
.btn1-primary:active.focus,
.btn1-primary:active:focus,
.btn1-primary:active:hover,
.open>.dropdown-toggle.btn1-primary.focus,
.open>.dropdown-toggle.btn1-primary:focus,
.open>.dropdown-toggle.btn1-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}
.btn1-primary.active,
.btn1-primary:active,
.open>.dropdown-toggle.btn1-primary {
    background-image: none
}
.btn1-primary.disabled.focus,
.btn1-primary.disabled:focus,
.btn1-primary.disabled:hover,
.btn1-primary[disabled].focus,
.btn1-primary[disabled]:focus,
.btn1-primary[disabled]:hover,
fieldset[disabled] .btn1-primary.focus,
fieldset[disabled] .btn1-primary:focus,
fieldset[disabled] .btn1-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn1-primary .badge {
    color: #337ab7;
    background-color: #fff
}