/**
 * File with main CSS setup.
 */

@import url( 'https://fonts.googleapis.com/css?family=Nunito:400,700&subset=latin-ext' );

body, button, input.form-control {
    font-size: 16px !important;
}

#main-body label {
    font-weight: normal !important;
}

.custom-file-label::after {
    height: 32px !important;
}

.custom-file-label {
    height: 34px !important;
}

.custom-file-label:hover {
    cursor: pointer !important;
}

input.form-control {
    height: 34px !important;
}

input[type="file"] {
    width: 96px !important;
    padding: 1px !important;
}

.translation-block {

    display: inline-block;
    padding: 8px 4px 4px 4px;
    margin: 4px;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;

}

.translation-block.done {

    background-color: #00a65a;
    border: 1px solid darkgreen;
    color: white;
    line-height: 16px;

}

.translation-block.sent {

    background-color: #dd9a2d;
    border: 1px solid darkorange;
    color: white;
    line-height: 16px;

}

.translation-block.missing {

    background-color: #dd4b39;
    border: 1px solid darkred;
    color: white;
    line-height: 16px;

}

.translation-block.none {

    background-color: #bababa;
    border: 1px solid darkgray;
    line-height: 16px;

}

#tags-table > tbody > tr > td, #tags-table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}

#overlays-table > tbody > tr > td, #overlays-table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}

#audio-files-table > tbody > tr > td, #audio-files-table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}

#create-tag-form span.select2-container {
    width: 100% !important;
}

nav.navbar-static-top::after, .navbar-static-top::before {
    content: none;
}

section.sidebar {
    margin-top: 10px;
}

a.logo {
    height: 64px !important;
}

span.logo-lg {
    margin-top: 8px !important;
}

#advanced-options {
    box-sizing: content-box;
    margin: 15px 10px 15px 20px;
    background-image: linear-gradient(to bottom right, #d7d7d7, #909090);
    border: gray inset;
    width: 60%;
}
#advanced-options>div {
    margin: 20px 60px 60px 60px;
    display: inline-block;
    vertical-align: top;
}
#audio-checkbox-video {
    float: left;
}
#add-images-div, #add-videos-div {
    background-image: linear-gradient(to bottom right, #d7d7d7, #909090);
    display: inline-block;
    border: gray inset;
    margin-top: 20px;
    margin-left: 20px;
    width: 45%;
    height: auto;
    padding-bottom: 30px;
    vertical-align: top;
}
#add-sounds-form {
    background-image: linear-gradient(to bottom left, #d7d7d7, #909090);
    border: gray outset;
    width: 500px;
    height: 205px;
}
.shown {
    opacity: 1;
}
.hidden {
    display: none !important;
}
.selected {
    border: 7px solid cornflowerblue !important;
}
li {
    list-style-position: inside;
}
.not-selected {
    border: none;
    margin: 16px 9px 16px 9px !important;
}
#thumbnails-holder, #videos-holder {
    list-style-type: none;
    width: auto;
    margin-top: 70px;
}
#thumbnails-holder li, #videos-holder li {
    margin: 10px 3px 10px 3px;
    float: left;
    text-align: center;
}
#thumbnail-holder {
    margin-top: 10px;
}
.nav-item {
    width: 180px;
}
h1 {
    margin: 10px 10px 10px 20px;
}
#add-images-span, #add-videos-span {
    float: right;
    margin: 15px 0 15px 15px;
}
#images-span, #videos-span {
    float: left;
    margin: 15px 15px 15px 0;
}
#add-images-form-div1 {
    margin-left: 10px;
    margin-top: 10px;
}
#thumbnail-holder {
    margin-left: 10px;
}
.btn-danger {
    float: right;
    margin-right: 10px;
}
#add-sounds-form-div1 {
    margin-left: 10px;
    margin-top: 10px;
}
.btn-success {
    display: block;
    margin-left: 10px;
    color: white;
}
#video-options {
    margin-top: 15px;
}
#send-data, #send-data-video {
    margin: 10px 0 20px 20px;
}
video {
    margin: 20px;
}
#JSON-div {
    margin: 20px 30px 10px 20px;
    background-image: linear-gradient(to bottom right, #d7d7d7, #909090);
    border: gray inset;
    display: inline-block;
    vertical-align: top;
    min-width: 45%;
    width: auto;
    height: auto;
    float: left;
}
.select2-container {
    width: 230px !important;
}
#JSON-controls-div {
    clear: both;
    margin: -10px 15px 50px 15px;
    display: inline-block;
    float: left;
    width: 400px;
}
#JSON-thumbnails-holder {
    background-image: linear-gradient(to bottom right, #d7d7d7, #909090);
    display: inline-block;
    border: gray inset;
    float: right;
    margin: 50px;
    padding: 20px;
    width: auto;
    max-width: 700px;
    list-style-type: none;
}
#JSON-thumbnails-holder>img {
    width: 110px;
    height: 110px;
    padding: 10px;
}
#audio-checkbox {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}
#audio-div {
    margin-top: -10px;
}
#JSON-title-span {
    float: left;
    margin: 15px 15px 15px 15px;
}
#JSON-button {
    float: right;
    margin: 10px 10px 10px 0;
}
#JSON-form {
    margin-top: 20px;
}
.warning-div {
    margin:15px;
    clear:both !important;
}
label {
    margin: 10px 0 0 10px;
}
#JSON-thumbnails-holder {

}
#JSON-thumbnails-holder li {
    margin: 10px 3px 10px 3px;
    float: left;
    text-align: center;
}
#submit-JSON-video {
    clear: both;
    display: block;
    margin: 10px 0 5px 20px;
}
#submit-template-video {
    clear: both;
    display: block;
    margin: 10px 0 5px 20px;
}
#template-div {
    margin: 20px 30px 10px 20px;
    background-image: linear-gradient(to bottom right, #d7d7d7, #909090);
    border: gray inset;
    display: inline-block;
    vertical-align: top;
    min-width: 45%;
    width: auto;
    height: auto;
    float: left;
}
#template-controls-div {
    clear: both;
    margin: -10px 15px 50px 15px;
    display: inline-block;
    float: left;
    width: 400px;
}
#template-thumbnails-holder {
    background-image: linear-gradient(to bottom right, #d7d7d7, #909090);
    display: inline-block;
    border: gray inset;
    float: right;
    margin: 50px;
    padding: 20px;
    width: auto;
    max-width: 700px;
    list-style-type: none;
}
#template-thumbnails-holder li {
    margin: 10px 3px 10px 3px;
    float: left;
    text-align: center;
}
#template-thumbnails-holder>img {
    width: 110px;
    height: 110px;
    padding: 10px;
}
#template-title-span {
    float: left;
    margin: 15px 15px 15px 15px;
}
#template-button {
    float: right;
    margin: 10px 10px 10px 0;
}
#template-form {
    margin-top: 20px;
}
#image-tags-div div.check-button {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.image-tag-label {
    width: auto !important;
    margin: 3px !important;
}
#template-tag-input {
    display: inline;
    width: 500px;
    margin-left: 50px;
}


/* videos.php */

#search-by-texts {
    width: 500px;
    display: inline;
}
.disabled {
    opacity: 0.6;
    pointer-events: none;
}
#pending-videos-table th, #pending-videos-table td {
    text-align: center;
    vertical-align: middle;
}
#texts-table th, #texts-table td, #translations-table th, #translations-table td {
    text-align: center !important;
    vertical-align: middle !important;
}
#logs-table tr, #logs-table td {
    text-align: left !important;
    vertical-align: middle !important;
}
span.expandable-log:hover {
    cursor: pointer;
}
#videos-table_wrapper {
    margin: 10px 20px 10px 20px;
}
.table-buttons {
    width: 130px;
    float: left;
}
.dataTables_wrapper {
    margin: 20px;
}
.btn-sm {
    display: inline-block !important;
}
#finished-videos-table {
    width: 100% !important;
}
#finished-videos-table td, #video-versions td {
    text-align: center;
    vertical-align: middle;
}
#finished-videos-table th, #video-versions th {
    text-align: center;
    vertical-align: middle;
}
tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
#save-JSON-span {
    vertical-align: middle;
    display: inline-block;
    margin: 30px 10px 0 10px;
}
#select2-product-filter-container {
    font-weight: 400;
}
#finished-videos-table button {
    width: 90px;
    padding: 5px;
    border: 1px solid black;
}
.date-range-filter {
    width: 100px !important;
}
table.dataTable tbody td.breakable {
    word-break: break-word;
    vertical-align: top;
}
#add-to-collection {
    float: right;
    margin-right: 20px;
}
#send-to-translation {
    float: right;
    margin-right: 20px;
}
#send-to-export {
    float: right;
    margin-right: 20px;
    background-color: darkgoldenrod;
}
div.check-button {
    margin:4px;
    background-color:#f98080;
    border-radius:4px;
    border:1px solid black;
    overflow:auto;
    float:left;
}
div.radio-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid black;
    overflow:auto;
    float:left;
}
div.check-button label input {
    margin-right:100px;
}
div.check-button label span {
    font-size: 12px;
}
div.check-button-disabled {
    margin:4px;
    background-color: #bababa;
    border-radius:4px;
    border:1px solid black;
    overflow:auto;
    float:left;
}
div.check-button-pending {
    margin:4px;
    background-color: yellow;
    border-radius:4px;
    border:1px solid black;
    overflow:auto;
    float:left;
}
div.check-button-completed {
    margin:4px;
    background-color: #117cba;
    border-radius:4px;
    border:1px solid black;
    overflow:auto;
    float:left;
}
div.check-button-in-progress {
    margin:4px;
    background-color: #17d6ff;
    border-radius:4px;
    border:1px solid black;
    overflow:auto;
    float:left;
}
div.check-button-completed:hover, div.check-button-completed label:hover, div.check-button-completed span:hover {
    cursor: pointer;
}
div.check-button-disabled label input {
    margin-right:100px;
}
div.check-button-pending label input {
    margin-right:100px;
}
div.check-button-completed label input {
    margin-right:100px;
}
div.check-button-in-progress label input {
    margin-right:100px;
}
div.check-button:hover, div.check-button label:hover, div.check-button span:hover{
    cursor: pointer;
}
div.radio-button:hover, div.radio-button input:hover{
    cursor: pointer;
}
div.check-button label {
    float:left;
    width:4.0em;
    margin: 10px;
}
div.radio-button:checked {
    background-color: green;
    color: #fff;
}
div.check-button-disabled label {
    float:left;
    width:4.0em;
    margin: 10px;
}
div.check-button-pending label {
    float:left;
    width:4.0em;
    margin: 10px;
}
div.check-button-completed label {
    float:left;
    width:4.0em;
    margin: 10px;
}
div.check-button-in-progress label {
    float:left;
    width:4.0em;
    margin: 10px;
}
div.check-button label span {
    text-align:center;
    display:block;
}
div.check-button-disabled label span {
    text-align:center;
    display:block;
}
div.check-button-pending label span {
    text-align:center;
    display:block;
}
div.check-button-completed label span {
    text-align:center;
    display:block;
}
div.check-button-in-progress label span {
    text-align:center;
    display:block;
}
div.check-button label input {
    position:absolute;
    top:-20px;
}
div.check-button-disabled label input {
    position:absolute;
    top:-20px;
}
div.check-button-pending label input {
    position:absolute;
    top:-20px;
}
div.check-button-completed label input {
    position:absolute;
    top:-20px;
}
div.check-button-in-progress label input {
    position:absolute;
    top:-20px;
}
div.check-button:hover {
    background-color: green;
    color: #fff;
}
div.radio-button:hover {
    background-color: green;
    color: #fff;
}
div.check-button-download {
    margin:4px;
    background-color: #006500;
    color: #fff;
    border-radius:4px;
    border:1px solid black;
    overflow:auto;
    float:left;
}
div.check-button-download label input {
    margin-right:100px;
}
div.check-button-download:hover, div.check-button-download label:hover, div.check-button-download span:hover{
    cursor: pointer;
}
div.check-button-download label {
    float:left;
    width:4.0em;
    margin: 10px;
}
div.check-button-download label span {
    text-align:center;
    display:block;
}
div.check-button-download label input {
    position:absolute;
    top:-20px;
}
div.check-button-download:hover {
    background-color: green;
    color: #fff;
}
.tooltiptext {
    display: block;
    word-break: break-word;
    max-width: 100px;
}
.tooltipNew:hover .tooltiptext {
    cursor: default;
    display: block !important;
    background-color: #dddddd;
    max-width: 100px;
    text-align: center;
}
#translation-modal label {
    margin: 0;
    height: 2.0em;
}
#translation-modal span {
    margin-top: 7px;
}
.sql-button {
    margin-left: 20px;
}

h1 {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
nav>div>a {
    font-weight: bold;
    width: 150px;
    text-align: center;
}

#collections-table th, #collections-table td {
    text-align: center;
    vertical-align: middle;
}
#collections-table a {
    text-decoration: none;
    color: black !important;
    width: 170px;
}

#JSONs-table td {
    text-align: center;
}
#JSONs-table th {
    text-align: center;
}
.table-JSON-button {
    height: 50px;
}
#select2-resolution-filter-container {
    font-weight: 400;
}
#JSONs-table th, #JSONs-table td {
    vertical-align: middle;
}

#exports-in-progress-table th, #exports-in-progress-table td {
    text-align: center;
}
#finished-exports-table th, #finished-exports-table td {
    text-align: center;
}

#translations-table th, #translations-table td {
    text-align: center;
    vertical-align: middle;
}
#refresh-translations {
    margin: 20px;
    float: right;
}


.image-container, .video-container {
    display: inline-block;
    margin: 30px 10px 30px 10px;
    width: 200px;
    vertical-align: top;
}
.image-tags, .video-tags {
    width: 100%;
}
.clickable-image:hover {
    cursor: pointer;
}
#selected-images-div {
    margin: 20px 20px;
    max-width: 600px;
    clear: both;
}
#selected-images-div > h6 {
    margin: 5px;
}
#selected-images-div>img:hover {
    cursor: no-drop;
}
#selected-videos-div {
    margin: 20px 20px;
    max-width: 600px;
    clear: both;
}
#selected-videos-div > h6 {
    margin: 5px;
}
#selected-videos-div>img:hover {
    cursor: no-drop;
}

#video-versions td.texts {
    text-align: left;
}

#collection-videos th, #collection-videos td {
    text-align: center;
    vertical-align: middle;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Nunito', sans-serif;
}


.nav-item.nav-link.active{
    color: #fff!important;
    background-color: #2196f3 !important;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}

.nav-tabs .nav-link {
    color: #2196f3!important;
    background-color: #eee;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
    margin: 0 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent !important;
}

#exports-in-progress-table > thead > tr > td, #finished-exports-table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs .nav-link {
    border-radius: .25rem;
    text-align: center;
}

#add-images-div, #add-videos-div {
    background-image: linear-gradient(to bottom right, #eee, #ccc);
    border-radius: .5rem;
    border: none;
}

.form-control{
    border-radius: .25rem!important;
}

.selected {
    border: 7px solid cornflowerblue !important;
}

#main-body .selected{
    border: 2px solid #6495ed!important;
}
#main-body .not-selected {
    margin: 11px 4px 16px 4px !important;
}

#main-body #advanced-options {
    border: none;
    border-radius: .5rem;
    padding: 10px 20px;
    background-image: linear-gradient(to bottom right, #eee, #ccc);
    width: 65%;
}

#main-body #advanced-options>div {
    margin: 20px;
}

#main-body #video-options {
    margin-left: 20px;
}

#main-body #duration-div p{
    width: 90%;
    margin: 0 0 15px 0;
    padding: 0;
    float: right;
    font-size: 17px;
}

#main-body #animation-checkbox{
    margin: 4px 0;
    padding: 0;
    float: left;
    width: 30px;
    height: 19px;
}

#main-body #audio-div {
    margin-top: 0;
}

#main-body #audio-checkbox{
    float: left;
    margin:3px 0 0 0;
}

#main-body #preview-sound{
    padding:0px 0 0 5px;
    display: block;
    margin-top:10px;
}

#main-body #add-sounds-link{
    padding:0px 0 0 5px;
}

#main-body #add-sound,
#main-body #add-text,
#main-body #duration-div{
    width: calc(33% - 40px);
}

#main-body audio{
    width: 100%;
    height: 35px;
    margin: 10px 0;
}

#audio-div p{
    padding-left: 5px;
}

#main-body #JSON-div {
    margin: 20px 30px 10px 20px;
    background-image: linear-gradient(to bottom right, #eee, #ccc);
    border: none;
    display: inline-block;
    vertical-align: top;
    min-width: 45%;
    width: auto;
    height: auto;
    float: left;
    border-radius: 8px;
}

#main-body #advanced-options, #main-body #add-images-div{
    position: relative;
}

div.overlay-black{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    top:0;
    left: 0;
    margin: 0!important;
    z-index: 1;
}

.loader-holder{
    position: absolute;
    left: 50%;
    top:50%;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: relative;
    top:-50%;
    left: -50%;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#main-body #JSON-div #JSON-thumbnails-holder {
    background-image: linear-gradient(to bottom right, #eee, #ccc);
    display: inline-block;
    border: 1px solid #ccc;
    float: right;
    margin: 50px;
    padding: 20px;
    width: auto;
    max-width: 700px;
    list-style-type: none;
    border-radius: .5rem;
}

#videos-body .nav.nav-tabs>.nav-item{
    width: 184px;
}

#videos-body table.dataTable thead th, table.dataTable thead td {
    padding: 10px;
}

#videos-body .form-control {
    height: calc(1.25rem + 2px);
}

#videos-body table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    content: "";
}

#videos-body table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: "";
}

#videos-body table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 10px;
}

#videos-body #finished-videos-table tr:nth-child(2) th{
    font-size: 15px;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(1) {
    background-position-x: calc(50% - 23px);
    background-position-y: 11px;
    padding-left: 20px;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(2) {
    background-position-x: calc(50% - 37px);
    background-position-y: 11px;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(3) {
    width: 85px!important;
    background-position-x: calc(50% - 33px);
    background-position-y: 11px;
    padding-left: 20px;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(4) {
    background-position-x: calc(50% - 35px);
    background-position-y: 11px;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(5) {
    width: 77px!important;
    background-position-x: calc(50% - 35px);
    background-position-y: 11px;

}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(6) {
    background-position-x: calc(50% - 48px);
    background-position-y: 11px;
    width: 9%!important;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(7) {
    background-position-x: calc(50% - 45px);
    background-position-y: 11px;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(8) {
    background-position-x: calc(50% - 35px);
    background-position-y: 11px;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(9) {
    background-position-x: calc(50% - 20px);
    background-position-y: 11px;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(10) {
    background:none!important;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(11) {
    background:none!important;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(12) {
    background:none!important;
}

#videos-body #finished-videos-table tr:nth-child(2) th:nth-child(13) {
    background:none!important;
}

#videos-body #finished-videos-table tbody tr td:nth-child(4) {
    padding: 8px 30px;
}

#videos-body #finished-videos-table button {
    width: 100%;
    padding: 4px 0;
    margin: 0;
    border: none;
}

#videos-body .input-daterange p{
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
}

#videos-body .input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
    display: block;
    margin: 5px auto!important;
    width: 115px!important;
    flex: none!important;
    box-sizing: unset;
    padding: 0;
}

#videos-body #finished-videos-table thead tr:nth-child(1) th:nth-child(7) input, #finished-videos-table thead tr:nth-child(1) th:nth-child(9) input{
    box-sizing: unset;
    width: 90%;
    padding: 3px 0;
    display: block;
    margin: 0 auto;
}

#videos-body .btn.btn-dark{
    border:none;
}

#pending-videos-table {
    width: 100% !important;
}

#videos-body #pending-videos-table thead tr:nth-child(1) th:nth-child(1){
    background-position-x: calc(50% - 41px);
    background-position-y: 11px;
}

#videos-body #pending-videos-table thead tr:nth-child(1) th:nth-child(2){
    background-position-x: calc(50% - 70px);
    background-position-y: 11px;
}

#videos-body #pending-videos-table thead tr:nth-child(1) th:nth-child(3){
    background-position-x: calc(50% - 24px);
    background-position-y: 11px;
}

#videos-body #pending-videos-table thead tr:nth-child(1) th:nth-child(4){
    background-position-x: calc(50% - 49px);
    background-position-y: 11px;
}

#videos-body #pending-videos-table thead tr:nth-child(1) th:nth-child(5){
    background-position-x: calc(50% - 45px);
    background-position-y: 11px;
}

#videos-body #pending-videos-table thead tr:nth-child(1) th:nth-child(6){
    background-position-x: calc(50% - 37px);
    background-position-y: 11px;
}

#videos-body #search-by-texts{
    height: 33px;
}

#videos-body div.dataTables_wrapper div.dataTables_filter input{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.progress-bar.bg-success {
    color: #f3bbbb;
}

#exports-body #finished-exports-table thead tr th:nth-child(1){
    background-position-x: calc(50% - 42px);
    background-position-y: 11px;
}

#exports-body #finished-exports-table thead tr th:nth-child(2){
    background-position-x: calc(50% - 59px);
    background-position-y: 11px;
}

#exports-body #finished-exports-table thead tr th:nth-child(3){
    background-position-x: calc(50% - 43px);
    background-position-y: 11px;
}

#exports-body #finished-exports-table thead tr th:nth-child(4){
    background-position-x: calc(50% - 19px);
    background-position-y: 11px;
}

#exports-body #finished-exports-table thead tr th:nth-child(5){
    background-position-x: calc(50% - 45px);
    background-position-y: 11px;
}

#exports-body #finished-exports-table thead tr th:nth-child(6){
    background-position-x: calc(50% - 71px);
    background-position-y: 11px;
}

#exports-body #finished-exports-table thead tr th:nth-child(7){
    background-position-x: calc(50% - 55px);
    background-position-y: 11px;
}

#exports-body #finished-exports-table_filter input{
    border: 1px solid #ccc;
    border-radius: 3px;
}

#exports-body #finished-exports-table thead tr th{
    font-weight: normal;
    font-size: 15px;
}

#exports-body #exports-in-progress-table_filter label input{
    border: 1px solid #ccc;
    border-radius: 3px;
}

#exports-body #exports-in-progress-table thead tr th{
    font-weight: normal;
}

#exports-body #exports-in-progress-table thead tr th:nth-child(1){
    background-position-x: calc(50% - 17px);
    background-position-y: 11px;
}

#exports-body #exports-in-progress-table thead tr th:nth-child(2){
    background-position-x: calc(50% - 70px);
    background-position-y: 11px;
}

#exports-body #exports-in-progress-table thead tr th:nth-child(3){
    background-position-x: calc(50% - 55px);
    background-position-y: 11px;
}

#exports-body #exports-in-progress-table thead tr th:nth-child(4){
    background-position-x: calc(50% - 65px);
    background-position-y: 11px;
}


#templates-body {}

#templates-body table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    content: "";
}

#templates-body table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: "";
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(1) {
    background-position-x: calc(50% - 23px);
    background-position-y: 22px;
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(2) {
    background-position-x: calc(50% - 54px);
    background-position-y: 11px;
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(3) {
    background-position-x: calc(50% - 52px);
    background-position-y: 22px;
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(4) {
    background-position-x: calc(50% - 50px);
    background-position-y: 22px;
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(5) {
    background-position-x: calc(50% - 58px);
    background-position-y: 22px;
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(6) {
    background-position-x: calc(50% - 67px);
    background-position-y: 22px;
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(7) {
    background-position-x: calc(50% - 65px);
    background-position-y: 22px;
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(8) {
    background-position-x: calc(50% - 60px);
    background-position-y: 22px;
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(9) {
    background-position-x: calc(50% - 17px);
    background-position-y: 11px;
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(10) {
    background-position-x: calc(50% - 17px);
    background-position-y: 11px;
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(11) {
    background-position-x: calc(50% - 17px);
    background-position-y: 11px;
}

#templates-body #JSONs-table thead tr:nth-child(2) th:nth-child(12) {
    background-position-x: calc(50% - 25px);
    background-position-y: 11px;
}

#templates-body #JSONs-table thead tr:nth-child(1) th:nth-child(3) {
    width: 110px;
}

#templates-body #JSONs-table thead tr th{
    font-weight: normal;
    font-size: 15px;
}

#templates-body .select2-container .select2-selection--single {
    height: 38px;
}

#templates-body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

#templates-body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 70%;
}


#translations-body {}

#translations-body table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    content: "";
}

#translations-body table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: "";
}

#translations-body #translations-table thead tr th{
    font-weight: normal;
    font-size: 15px;
}

#translations-body #translations-table thead tr:nth-child(2) th:nth-child(1) {
    background-position-x: calc(50% - 25px);
    background-position-y: 11px;
}

#translations-body #translations-table thead tr:nth-child(2) th:nth-child(2) {
    background-position-x: calc(50% - 25px);
    background-position-y: 11px;
}

#translations-body #translations-table thead tr:nth-child(2) th:nth-child(3) {
    background-position-x: calc(50% - 18px);
    background-position-y: 11px;
}

#translations-body #translations-table thead tr:nth-child(2) th:nth-child(4) {
    background-position-x: calc(50% - 38px);
    background-position-y: 11px;
}

#translations-body #translations-table thead tr:nth-child(2) th:nth-child(5) {
    background-position-x: calc(50% - 28px);
    background-position-y: 11px;
}

#translations-body #translations-table thead tr:nth-child(2) th:nth-child(6) {
    background-position-x: calc(50% - 50px);
    background-position-y: 11px;
}

#translations-body #translations-table thead tr:nth-child(2) th:nth-child(7) {
    background-position-x: calc(50% - 56px);
    background-position-y: 11px;
    width: 200px!important;
}

#translations-body #translations-table thead tr:nth-child(2) th:nth-child(8) {
    background-position-x: calc(50% - 75px);
    background-position-y: 11px;
    width: 200px!important;
}

#translations-body #translations-table thead tr:nth-child(2) th:nth-child(9) {
    background-position-x: calc(50% - 49px);
    background-position-y: 11px;
}

.higher-or-equal{
    position: relative;
    top: 2px;
}

#gallery-body #images-container {
    width: calc(100% - 600px)!important;
}

#gallery-body #images-container .image-container{
    width: 16.6%;
    display: inline-table;
    border: 1px dotted #ccc;
    padding: 5px;
}

#gallery-body #images-container .image-container img{
    width: 100%;
    margin-bottom: 6px;
}

.selected-parent{
    position: relative;
    cursor: pointer;
    color: #fff;
}

.selected-parent:after{
    content: '';
    position: absolute;
    z-index: -1;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #28a745;
}

#generate-from-selected, #generate-from-selected-videos {
    background-image: linear-gradient(to bottom right, #ffffff, #d9d9d9);
    border: 1px solid #ccc;
    width: 500px;
    position: fixed;
    right: 10px;
    top: 75px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90% !important;
        max-width:1200px !important;
    }
}

#gallery-body #videos-container .video-container{
    width: 11.6%;
    display: inline-table;
    border: 1px dotted #ccc;
    padding: 5px;
}

#gallery-body #videos-container .video-container img{
    width: 100%;
    margin-bottom: 6px;
    height: auto;

}
