/*
App-custom.css
Template name: AppUI
Author: rustheme
*/

/*# sourceMappingURL=maps/app-custom.css.map */

th
{
    vertical-align: middle !important;
    text-align: center !important;
}

td
{
    vertical-align: middle !important;
    text-align: center !important;
}

.progress-bar-progress-danger
{
    background-color: #d9534f;
}

.progress-bar-progress-success
{
    background-color: #5cb85c;
}

.progress-bar-progress-info {
    background-color: #5bc0de;
}

.btn-same-width
{
    width: 160px !important;
}

.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right !important;
}

.cc_number
{
    font-family: Roboto Slab, Georgia, Times, serif !important;
    color: #86939e !important;
}

.grey
{
    color: grey !important;
}

.no-margin-bottom
{
    margin-bottom: 0px !important;
}


.statusDiv {
    position: absolute;
    height: 32px;
    width: 32px;
}

.statusIndicator {

    position: absolute;
    top: 23px;
    left: 26px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #dfdfdf;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(.999) translateZ(0);
    transform: scale(.999) translateZ(0);
    -webkit-backface-visibility: hidden;
    transition: background .3s ease;

}

.statusIndicator.active {
    background: #15cd72;
}

.statusIndicator.error {
    background: #f6511d;
}

.statusIndicator.setup {
/*    background: #358ed7;*/
    background: url('/img/camera-loader.gif');
    /*background: url('/img/loader/loader_32.gif');*/
    background-size:14px;
    background-repeat: no-repeat;
}

.statusIndicator.inactive {
    background: #000000;
}

