/* webkit override */

/*input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}

input::-webkit-calendar-picker-indicator{
    display: none;
}*/

input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}

input::-webkit-calendar-picker-indicator{
    display: none;
}

/* bootstrap override */
.alert {
  border:none;
  margin-bottom: 1px;
  /*color:  red;*/
}
.alert p {
  margin: 0px;
}
.modal-backdrop_ {
  display:none;
}
.btn_smaller {
  padding: 1px 6px;
  font-size: 10px;
}
select {
  width:150px;
}

/* stuff */
.pGroup select {
  width:100px;
}
.pcontrol input {
  width:100px;
}
#controlHolder {
  width:100%;
  /*height:40px;*/
  min-height:50px;
  margin-bottom: 5px;
  padding-top:5px;
  text-align:left;
  /*background:red;*/
}
small {
  font-size:  11px;
  color:#777;
}
textarea {
  resize: none;
}


.lefter {
  /*float:left;*/
}

#dialog {
  z-index: 15000;
}
.modalBg {
  z-index: 9000;
}
.modal_ {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: 560px;
  margin: -250px 0 0 -280px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal_-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal_-header .close {
  margin-top: 2px;
}

.modal_-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal_-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal_-form {
  margin-bottom: 0;
}

.modal_-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal_-footer:before,
.modal_-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal_-footer:after {
  clear: both;
}

.modal_-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal_-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.typeahead {
  font-size: 12px;
  max-height: 300px;
  overflow: auto;
}
.typeahead strong{
  font-size: 14px;
}