@charset "utf-8";
/* CSS Document */

.display-hide { display: none;}


body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

 .ui-sortable-helper { cursor: move !important; border: 1px solid #dedede; width: 100%;   		top:0px;  background: #fff ;}
.ui-sortable-helper td:nth-child(1) { width: 4% !important;}
.ui-sortable-helper td:nth-child(2) { width: 80% !important;}
.ui-sortable-helper td:nth-child(3) { width: 15% !important;}

#yukleme {
    width: 70%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 10px;
    float: right;
    border: 1px solid #dedede;
    color: #c20000;
    margin-bottom: 10px;
}
#pickfiles {
    float: right; margin-right: 10px;}

#filelist {
    width: 70%;
    height: 130px;
    float: right;
    border: 1px solid #dedede;
    overflow: hidden;
    overflow-y: scroll;;

}

#filelist div { width: 100%;
    line-height:30px;
    border:1px solid #dedede;}

.profilresmi .img-prev { width: 180px;
    height:230px; background-color: #dedede; display: inline !important;}

.profilresmi .crop_file {
    padding:5px;
    float: left;
font-size:13px;   }

.profilresmi .fileinput-button {   padding:5px;
    float: left; margin-right: 10px; font-size:13px;}

 .table>tbody>tr>td ,.table .btn , .table .btn-sm { padding-bottom: 5px !important; padding-top: 5px !important;}
.table .btn , .table .btn-sm  { font-size: 11px !important;   float: none; width: 80px;}

 


 #modal-content  table { width: 100%; }
 #modal-content table td { border-bottom: 1px solid #dedede;
     line-height:25px;}

#modal-content table td  strong:after { content: ':'; position: absolute; right: -2px; bottom: 0px;}
#modal-content table td strong { width:20%; display: inline-block;
    float: left;
    position: relative;}

#modal-content .table2 td strong { width: 30%;  }
#modal-content table td label { text-indent: 10px; font-weight: normal; width: 70%;
    float: left;}


.table-hover>tbody>tr:hover { background-color: rgba(200,200,200,0.4);}