.btn-o-1 {    
position: absolute;
top: 3px;
right: 0;
padding: 3px;
height: 28px;
width: 28px;
border-radius: 14px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #26B99A !important;
    border-color: #169F85 !important;
}

.form-ozel-1 .form-group {
    margin-bottom: 20px;
}
.note-popover .popover-content, .panel-heading.note-toolbar {
    padding: 5px 5px 15px !important;
}

.thumbnail {height:190px; border:none}
.thumbnail-selected {border:none;height:190px;}
.thumbnail-selected label {background-position:center; background-size:76%; background-repeat:no-repeat;width:100%;height:170px}
.thumbnail-selected label img {opacity:0; max-height:158px}

input[type="checkbox"][id^="cb"] {
  display: none;
}

.img-label {
  border: 1px solid #aaa;
  padding: 10px;
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.img-label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.img-label img {
 /* height: 100px;
  width: 100px;*/
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + label {
  border-color: #ddd;
}

:checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

:checked + label img {
  transform: scale(0.9);
/*  box-shadow: 0 0 5px #333;*/
  z-index: -1;
}
.plupload_scroll .plupload_filelist {
    height: 247px;
}

.btn {
    padding: 6px 9px !important;
    font-size: 12px !important;
   
}
#resimler .thumbnail  {position: relative}
#resimler .thumbnail p {position: absolute;background-color: rgba(0, 0, 0, 0.8);color: #FFF;width: 100%;text-align: center;z-index: 101;bottom: 6px;}

.display-none {display:none !important}
@media (min-width: 768px) {
.modal-dialog.gorsel_galeri {
    width: 90%;
}
}