/* Common */
h2 {
    color: black !important;
    font-weight: bold !important;
    text-align: center;
    height: 40px;
}

hr {
    border-width: 1px 0px 0px 0px;
    border-style: solid !important;
    border-color: rgba(0,0,0,0.1);
    margin-left: 1px;
    width: 100%;
}

.ui-header {
    background: #FFCC66 !important;
}

.ui-table-columntoggle-btn {
    display: none;
}

.ui-datepicker {
    z-index: 5000 !important;
}

.content-temp {
    margin-top: 10px;    
    font-weight: normal;
    width: 100%;
    color: #000000;
}

.table-tr {
    cursor:pointer;    
    border-bottom: 1px solid #ccc;
}

.table-tr:hover {
    background:#ccc
}

.active {
    background:#ccc
}

.textarea-data {
    resize: none;
    max-width: 100%;
}

.ui-button-group {
    text-align: center;
}

.but-content {    
    width: 60vw !important;
}

.scroll {
    overflow: auto;
    white-space: nowrap;    
}

.scroll > .ui-table-columntoggle-btn {
    display: none;
}
        
.scroll::-webkit-scrollbar {
    height: 10px;
}

.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

.logout-font-col {
    margin:7.5px -12.9px;
}

td.ui-datepicker-week-end:first-child a.ui-state-default{
  color: #f00 !important;
}

td.ui-datepicker-week-end:last-child a.ui-state-default{
  color: #00f !important;
}

.popup-button {
    display: none;
}

.none-select {
    user-select: none;              /* CSS3 */
    -webkit-user-select: none;      /* Chrome or Safari */
    -moz-user-select: none;         /* FireFox */
    -ms-user-select: none;          /* IE */
    -webkit-touch-callout: none;    /* Disable Android and iOS callouts*/
}

/* login */
.login-btn .ui-input-btn {
    background-color: #ffcc66 !important;
}

.validation-summary-errors, .field-validation-error {
    color:red;
}

@media (min-width: 768px) {
.form-horizontal .control-label {
    text-align: left !important;
    white-space: nowrap;
    }
}

@media (min-width: 992px) {
  .col-md-8 {
    width: 100% !important;
  }
  .col-md-10 {
    clear: both;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/* View/Image/Index.cshtml */
.deleteDialog1 {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    display: inline-block;
}

.deleteDialog2 {
    margin: 0 auto;
    width: auto;
}

.deleteBody {
    margin: auto;
}

.deleteBtn {
    color: #ff2300;
    border-color: #ff2300;
    width: 106px;
}

.cancelBtn {
    width: 106px;
}

.dataStrgIndex {
    font-size: medium;
    display: inline-block;
    margin-top: 14px;
}

/* ImageTransfer */
.sub-atImageMain .ui-input-text {
    width: 10em;
    display: inline-block;
    text-align: center;
}

.labelSize {
    display:inline-block;
}

.dataStorage1 {
    margin-top: 15px;
}

.dataStorage2 {
    z-index: 1;
    border: 1px;
    border-color: #151414;
    border-style: groove;
    border-radius: 5px;
    padding: 5px;
    background-color: white;
}

.fileSize {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fileSizeMB {
    padding-right: 13px;
    padding-left: 13px;
}

input#atDatepicker {
    font-size: 16px;
    text-align: center;
}
