﻿
       th {
            text-align: center;
        }

    

        .butto {
            background-color: #606060;
            border-radius: 4px;
            border-style: none;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.5;
            margin: 0;
            max-width: none;
            min-height: 44px;
            min-width: 10px;
            outline: none;
            overflow: hidden;
            padding: 9px 20px 8px;
            position: relative;
            text-align: center;
            text-transform: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            width: 20%;
        }
          .search {
            background-color: #606060;
            border-radius: 4px;
            border-style: none;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            display: inline-block;
          
            line-height: 1.5;
            margin: 0;
            max-width: none;
           padding-top: 5px;
    padding-bottom: 5px;
            min-width: 10px;
            outline: none;
            overflow: hidden;
           
            position: relative;
            text-align: center;
            text-transform: none;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            width: 10%;
        }
        .select2-container .select2-selection--single .select2-selection__rendered{
            width:180px;
        }
            .ddl
        {
            border:2px solid #7d6754;
            border-radius:5px;
            padding:3px;
            -webkit-appearance: none; 
            background-position:88px;
            background-repeat:no-repeat;
            text-indent: 0.01px;/*In Firefox*/
            text-overflow: '';/*In Firefox*/
            text-align:center
        }
            
.e-upload .e-file-select-wrap .e-btn, .e-upload .e-upload-actions .e-btn, .e-bigger.e-small .e-upload .e-file-select-wrap .e-btn, .e-bigger.e-small .e-upload .e-upload-actions .e-btn {
        font-family: cursive;
        height: 40px;
        background-color: aquamarine;
        color: coral;
}
.e-upload .e-file-select-wrap .e-file-drop, .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop {
        font-size: 20px;
        color: aqua;
}
/* To specify background color */
.e-upload .e-upload-files .e-upload-file-list {
        background-color: beige;
}
/* To specify font size and color */
.e-upload .e-file-select-wrap .e-btn, .e-upload .e-upload-actions .e-btn, .e-bigger.e-small .e-upload .e-file-select-wrap .e-btn, .e-bigger.e-small .e-upload .e-upload-actions .e-btn {
        font-family: cursive;
        height: 40px;
        background-color: aquamarine;
        color: coral;
}
    th{
          text-align:center;
          align-content:center;
          align-items:center;
      } 
      label{
          text-align:center;
            align-content:center;
          align-items:center;
      } 
      input{
          text-align:center;  align-content:center;
          align-items:center;
      }
      .RadioButtonList1{
text-align:center;  align-content:center;
          align-items:center;
      }
     
       img{
           height:100px
       }
       .drag-handle {
    cursor: move;  
    padding: 10px;
    background-color: #eee;
}
