.gif-conversion .block .table {
    width: 100%;
    display: table;
    padding-bottom: 0px;
}

.gif-conversion .block .thead {
    display: table-header-group;
}

.gif-conversion .block .thead .tr {
    display: table-row;
}

.gif-conversion .block .thead .th {
    display: table-cell;
    color: #fff;
    background-color: #333;
    font-size: 125%;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-left: 2px solid #fff;
    border-bottom: 3px solid #fff;
}

.gif-conversion .block .tbody .td:first-child {
    border-left: none;
    width:25%;
}

.gif-conversion .block .tbody {
    display: table-row-group;
}

.gif-conversion .block .tbody .tr {
    display: table-row;
}

.gif-conversion .block .tbody .td {
    display: table-cell;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 3px solid #fff;
    vertical-align: middle;
}

.gif-conversion .block .tbody .e {
    background-color: #eee;
    font-size: 125%;
    text-align: center;
}

.gif-conversion .block .tbody .v {
    background-color: #f9f9f9;
    font-size: 117%;
}


.gif-conversion .form_txt{
    width:120px;
}

.btn_form{
    float: initial!important;
    width:initial!important;
    margin-top:10px;
    padding-left:10px;
    padding-right:10px;
}

textarea[name="select"]{
    width:100%;
}

.disabled {
    background-color: #DCDCDC!important;
}
.resultTD{
    height:200px;
    text-align: center;
    vertical-align: middle;
}

#resultBody{
    min-height: 80px;
    font-size:50px;
    width:400px;
    margin:  0 auto; 
    white-space: nowrap;
    overflow-x: auto;
}

@media (max-width: 550px) {
    #resultBody{
        width:320px;
    }
}

.sup {
    padding:6px 6px 0px 6px;
    font-size:13px;
}



.gif-conversion .resultBlock {
    clear: both;
    padding-top: 10px;
}

.gif-conversion .resultBlock > dl {
  background-color: #f9f9f9;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
}

.gif-conversion .resultBlock > dl > dt {
  font-size: 125%;
  font-weight: 700;
  padding-bottom: 10px;
}

.gif-conversion .resultBlock > dl > dt .att {
  color: #23ac38;
  font-size: 109%;
}

.gif-conversion .resultBlock > dl > dd {
  padding-bottom: 18px;
}

.gif-conversion .resultBlock > dl > dd > input {
  width: 150px;
}


.frame_wrapper {
    width: 550px;
    margin:  0 auto; 
    overflow-x: scroll;
}
.frame_inner {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
}
.frame_inner div {
    display:inline-block;
}
@media (max-width: 550px) {
    .frame_wrapper {
        width:320px;
    }
}







table.resultTable {
    border-collapse: collapse;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1rem;
    font-family:'Arial';
    width: 100%;
    margin-bottom: 3px;
    background-color: transparent;
}
table.resultTable th {
    text-align: inherit;
}
table.resultTable td, table.resultTable th {
    padding: 0.25rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
table.resultTable thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered thead td, 
.table-bordered thead th {
    border-bottom-width: 1px;
}

.table-responsive {
    display: block;
    width: 100%;
}


.btn {
    display: inline-block;
    align-self: center;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: calc(0.0rem + 6.5px) calc(0.375rem + 6px);
    font-size: 1rem;
    border-radius: 0.0rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
    color: #212529;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events:none;
    opacity: 0.65;
}
.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
#inputVideoClipFile,
#previewBlock,
#outputBlock,
#inputVideoInfoTbody{
    display:none;
}
small {
	font-size: xx-small;
}
th.imageBg {
    padding: 0.75em;
    background: #eff3f7;
    vertical-align:middle;
}
#inputVideoPreview,
#inputVideo,
#outputGif {
	border: 1.5px dotted #777;
	margin:0;
	height:100px;
	vertical-align: baseline;
}
#outputGif {
	max-width: 100%;
    height: auto;
}

#loadingBar{
    display:none;
	border: solid 1px #dee2e6;
    background-color: #fff;
    text-align:center;
	vertical-align: middle;
	max-width: 100%;
    height: auto;
}
