﻿.img-center {
    margin-right: auto;
    margin-left: auto;
}

.pload-modal {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.pload-modal-top {
    top: 30%;
}

.ploading {
    /*position: absolute;*/
    /*top: 50%;*/
    left: 50%;
    margin-left: 37%;
}

.ploading-bar {
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

.ploading-bar:nth-child(1) {
    background-color: #0067b8;
    animation-delay: 0;
}

.ploading-bar:nth-child(2) {
    background-color: #0288d1;
    animation-delay: 0.09s;
}

.ploading-bar:nth-child(3) {
    background-color: #0067b8;
    animation-delay: .18s;
}

.ploading-bar:nth-child(4) {
    background-color: #0288d1;
    animation-delay: .27s;
}

@keyframes loading {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1, 2.2);
    }
    40% {
        transform: scale(1);
    }
}

.panel .summary {
    float: left;
    margin-right: 20px;
}

.pad-left-0 {
    padding-left: 0px;
}

.head-company-name {
    margin: 12px;
    display: inline;
    position: absolute;
    color: #039BE5;
}

.btn-inline-15 {
    margin-top: 15px;
}

.text-danger {
    color: #E53935;
}

.text-success {
    color: #7CB342;
}

.text-black {
    color: #000;
}

.text-blue {
    color: #2196F3;
}

.text-blue2 {
    color: #0288D1;
}

.text-blue3 {
    color: #01579B;
}

.text-green {
    color: #000;
}

.text-red {
    color: #e53935;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.ui-autocomplete {
    z-index: 2147483647;
}

.bg-blue2 {
    background-color: #0277BD;
}

.btn-elg {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 2;
    border-radius: 4px;
}

.icon-infinite {
    color: #e53935 !important;
    margin-right: 10px;
    font-size: 16px;
}

.btn-install {
    background-color: #eee;
    border-color: #e53935;
    color: #000;
}

.btn-install:hover,
.btn-install:focus,
.btn-install:active,
.btn-install.active {
    background-color: #e0e0e0;
    border-color: #e53935;
    color: #000;
}

.btn-install.disabled,
.btn-install[disabled],
fieldset[disabled] .btn-install,
.btn-install.disabled:hover,
.btn-install[disabled]:hover,
fieldset[disabled] .btn-install:hover,
.btn-install.disabled:focus,
.btn-install[disabled]:focus,
fieldset[disabled] .btn-install:focus,
.btn-install.disabled:active,
.btn-install[disabled]:active,
fieldset[disabled] .btn-install:active,
.btn-install.disabled.active,
.btn-install.active[disabled],
fieldset[disabled] .btn-install.active {
    background-color: #eee;
    border-color: #f5f5f5;
    color: #212121;
}