html, body{
    background-color: #f8f9fc;
    font-size: 1em;
    line-height: 1;
}
#wrapper{
    height: 100%;
    font-size: 0.75em;
}
#wrapper #content-wrapper #content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}
.fixedHeader-floating{
    font-size: 0.75em;
}
.bg-login-image {
    background: url(../img/login_image.jpg);
    background-position: center;
    background-size: cover;
}
#accordionSidebar{
    position: relative;
    z-index: 10001;
}
#accordionSidebar img{
    width: 80%;
}
@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        padding: 0.6rem;
    }
}
.table td,
.table th{
    padding: 0.4rem;
    vertical-align: middle;
}
.table thead tr th{
    padding: 0.6rem;
}
thead select,
thead input{
    width: 100%;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.7em;
}
table.datatable thead th.no-sort {
    background: none;
    pointer-events: none;
}
table.datatable thead th.no-sort::before,
table.datatable thead th.no-sort::after  {
    content: ''
}
no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

table,
table th,
table td{
    border: none !important;
}
.status{
    font-size: 10px;
}
.language-block{
    text-transform: uppercase;
    display: inline-block;
    font-size: 11px;
}
.language-block,
.status
{
    background-color: #e2e3e5;
    color: white;
    padding: 4px 8px 4px 8px;
    margin: 2px 2px 2px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.language-block *{
    /*color: black !important;*/
}

.language-block.green,
.status.green{
    background-color: LimeGreen; // green
    color: white;
}
.language-block.lightgreen,
.status.lightgreen{
    background-color: LimeGreen;
    color: white;
}
.language-block.red,
.status.red{
    background-color: red;
    color: white;
}
.language-block.yellow,
.status.yellow{
    background-color: yellow;
    color: black;
}
.language-block.purple,
.status.purple{
    background-color: purple;
    color: white;
}
.language-block.blue,
.status.blue{
    background-color: blue;
    color: white;
}
.language-block.teal,
.status.teal{
    background-color: teal;
    color: white;
}






.form-check{
    padding-top: 8px;
}

.statustooltip {
  position: relative;
  cursor: pointer;
}

.statustooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -140%;
  left: 50%;
  margin-left: -60px;

  -webkit-box-shadow: 6px 6px 5px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 5px -4px rgba(0,0,0,0.75);
box-shadow: 6px 6px 5px -4px rgba(0,0,0,0.75);
}

.statustooltip:hover .tooltiptext {
  visibility: visible;
}

.sheet-header{
    padding: 4px;
    background-color: #ddd;
    display: inline-block;
    padding: 4px 8px 4px 8px;
    margin: 0px 2px 0px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sheet-header.highlight{
    color: #007bff;
}
.release-table td{
    padding: 2px;
    width: 115px;
}
.languagesReleasedDuration td,
.languagesReleased td{
    padding: 4px;
    width: 40px;
    text-align: center;
}
.languagesReleasedDuration td.date{
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
}
.languagesReleasedDuration td.title,
.languagesReleased td.title{
    width: 140px;
    text-align: left;
}
.languagesReleasedDuration td.action,
.languagesReleased td.action{
    width: 130px;
    text-align: right;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
    font-weight: 600;
    color: #858796;
    text-decoration: none;
    text-transform: uppercase;
}
.btn{
    text-transform: uppercase;
}

.line-through{
    text-decoration: line-through;
}
h1{
    text-align: center;
    margin-left: 10px;
    margin-top: 7px;
    font-size: 18px;
    color: black;
    font-weight: bold;
}
.card-header {
    background-color: #ddd;
}
.card-header .btn{
    padding: 0;
}
.card-body{
    position: relative;
}
#product_image{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px;
}
#product_image img{
    width: 200px;
    height: auto;
}
.media-files > div,
.media-images > div{
    display: inline-block;
    float: left;
}
.media-images > div > div.img{
    border: 1px solid black;
    height: 200px;
    width: 200px;
    text-align: center;
    padding: 5px;
    margin: 5px;
    position: relative;
}
.media-files > div > div.file.label > button,
.media-images > div > div.img > button{
    position: absolute;
    top: -4px;
    right: -4px;
}
.media-files > div > div.file{
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    width: 300px;
    margin: 5px;
    position: relative;
}
.media-files > div > div.file a{
    color: inherit;
    text-decoration: none;
}
.media-images img{
    max-height:100%;
    max-width:100%;
}
.media-files img{
    width: 40px;
    height: auto;
}
.table-responsive{
    x-oveflow: hidden;
}

form *{
    line-height: 1.5;
}
.form-control {
    font-size: 1em;
}

del {background: #dc3545; color: white; }
ins {background: #1cc88a; color: white; }

.content-buttons{
    position: fixed;
    z-index: 1;
    background-color: white;
    padding: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-left: 233px;
}
.content-buttons-left{
    float: left;
    width: 70%;
}
.content-buttons-right{
    float: right;
    width: 30%;
    text-align: right;
}
.content-buttons-left textarea{
    float: right;
    width: 50%;
}
.upload-form td:first-child{
    width: 300px;
}

tr.deleted td{
    background-color: #f8d7da;
}
#overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(78,115,223,0.6);
}
.loader {
    border: 16px solid rgba(255,255,255,0.6);
    border-top: 16px solid rgba(78,115,223,0.6);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -120px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.modal-backdrop.show {
    opacity: .6;
}
.modal-backdrop {
    background-color: rgb(78,115,223);
}

.dataTables_length{
    float: left;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}


.card-header {
    padding: .3rem 1.25rem;
}

div.dataTables_processing{
    display: none!important;
}
a.btn{
    color: #fff !important;
}
#dialog_clone select option[disabled]{
    color: red;
    font-weight: bold;
}

.media-images.application .outer{
    cursor: pointer;
}
.media-images.application .ipa_active{
    background-color: #1cc88a;
}

table.sortable-item-table td{
    cursor:move;
}

.scroll-to-top{
    z-index: 10;
}
