/** 
 * Imagerecycle
 * 
 * We developed this code with our hearts and passion.
 * We hope you found it useful, easy to understand and to customize.
 * Otherwise, please feel free to contact us at contact@imagerecycle.com *
 * @package Imagerecycle
 * @copyright Copyright (C) 2014 ImageRecycle (http://www.imagerecycle.com). All rights reserved.
 * @license GNU General Public License version 2 or later; http://www.gnu.org/licenses/gpl-2.0.html
 */

#imagerecycleList {
    table-layout: fixed;
}

#imagerecycleList th {
    text-align: left;
}

#imagerecycleList .item-image {
    font-weight: 400;
    padding: 8px 10px;
    height: 35px !important;
}

.item-image .image-origin {
    position: absolute;
    z-index: 999999;
    display: none;
}

.image-recycle tr td img.image-small {
    max-width: 100%;
    max-height: 100%;
    height: 35px;
}

.main-textcontent a[target=_blank]::before {
    content: none;
}

#imagerecycleList a {
    text-decoration: none;
}
#imagerecycleList td {
    font-size: 13px;
}
a.flat-button, a.flat-button:link, input#dooptimizeall.btn.btn-success.button-primary.action,
input#stopoptimizeall, button.do-bulk-action.btn.flat-button {
    vertical-align: top;
    height: 23px;
    line-height: 23px;
    padding: 2px 10px;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    background: none repeat scroll 0% 0% #3498DB;
    background-color: #3498DB;
    border-width: 0px 0px 2px;
    border-style: none none solid;
    border-color: #3498DB;
    border-image: none;
    cursor: pointer;
    box-sizing: content-box;
}

a.flat-button:hover, input#dooptimizeall.btn.btn-success.button-primary.action:hover,
input#stopoptimizeall:hover, button.do-bulk-action.btn.flat-button:hover {
    color: #FFF;
    background: none repeat scroll 0% 0% #3498DB;
    text-decoration: none;
    box-shadow: 1px 1px 12px #ccc;
}

a.flat-button:active, input#dooptimizeall.btn.btn-success.button-primary.action:active,
input#stopoptimizeall:active, button.do-bulk-action.btn.flat-button:active {
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
}

a.flat-button.queued {
    background-color: #6E94A0;
    border-color: #6E94A0;
}

input#stopoptimizeall {
    background-color: #6E94A0;
    border-color: #6E94A0;
}

input#stopoptimizeall:hover {
    background-color: #6E94A0;
    box-shadow: 1px 1px 12px #6E94A0;
}

button.btn.flat-button.J4, .btn.J4{
    border-radius: 18px !important;
    border-width: 0 !important;
    background-color: #3D618F !important;
}

.table-striped.image-recycle tbody tr.even td {
    vertical-align: middle;
}

td.ir-status span.optimizationStatus {
    font-weight: bold;
}

a.ir-action[disabled], a.ir-action.disabled {
    background: none repeat scroll 0 0 #298cba !important;
    border-color: #1b607f !important;
    box-shadow: none !important;
    color: #94cde7 !important;
    cursor: not-allowed;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
}

#ir-loader {
    display: none;
    position: absolute;
    top: -5px;
    right: -22px;
    width: 32px;
    height: 32px;
}

.msg-warning {
    border: 1px solid #FF5050;
    color: #FF3300;
    padding: 5px;
    float: left;
}

.msg-error {
    color: #FF3300;
}

.msg-success {
    color: #33CC33;
}

#ir_wait {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    color: #FFF;
    background: transparent url("../images/boxbg.png") repeat scroll left top;
}

#ir_wait .ir_innerContent {
    min-height: 114px;
    display: inline-block;
    position: relative;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -67px;
    margin-top: -67px;
    background: transparent none repeat scroll 0% 0%;
    color: #FFF;
}

#progress_status .progress_wraper span {

    left: 2%;
    position: relative;
    font-size: 1.2em;
    font-weight: bolder;
    font-family: monospace;
    color: #323232;
    height: 26px;
    line-height: 26px;
}

#progress_status .progress_wraper p {
    margin-top: 5px;
    text-align: center;
}

progress {
    background-color: #f3f3f3;
    border: 0;
    height: 26px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

progress::-webkit-progress-bar {
    background-color: #e0eaf0;
}

progress::-webkit-progress-value {
    background-color: #329ad1;
}

progress::-moz-progress-bar {
    background-color: #329ad1;
}

li.directory {
    position: relative;
}

li.directory input[type="checkbox"] {
    position: absolute;
    margin: 4px 0 0;
}

li.directory span.check {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #FFF;
    border: 1px solid #999;
    padding: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

li.directory span.check.pchecked {
    display: inline-block;
}

span.check.pchecked::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #1D1D1D;
    height: 0.375rem;
    width: 0.375rem;
    left: 50%;
    top: 50%;
    margin-left: -0.1875rem;
    margin-top: -0.1875rem;
    box-sizing: content-box;
}

span.check.checked::before {
    position: absolute;
    vertical-align: middle;
    color: transparent;
    font-size: 0px;
    content: "";
    background-color: transparent;
    border-left: 0.1875rem solid transparent;
    border-bottom: 0.1875rem solid transparent;
    border-color: transparent;
    left: 50%;
    top: 50%;
    display: block;
    transform: rotate(-45deg);
    transition: all 0.2s linear 0s;
    width: 6px;
    height: 3px;
    margin-left: -4px;
    margin-top: -4px;
    border-width: 2px;
    border-color: #555;
    box-sizing: content-box;
}
#filter-bar {
    display: block;
    height: 29px;
    margin-bottom: 10px;
}
.btn-group + .btn-group {
    margin-left: 5px;
}
#filter-bar input {
    border: 1px solid #ccc;
    height: 20px;
    padding: 4px 6px;
    box-sizing : content-box;
}
#filter-bar select, select.ir-bulk-action {
    border: 1px solid #ccc;
    height: 20px;
    padding: 4px;
    box-sizing : content-box;
}
#filter-bar  #limit {
    padding-right: 40px;
}
#filter-bar button {
    line-height: 20px;
    padding: 4px 12px;
    display: inline-block;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
ul.pagination li {
    padding: 2px 4px;
}