.number {
    text-align: right;
}

.double {
    text-align: right;
}

#overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    background: #ccc;
    z-index: 99999;

}

#countpercent {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -30px 0 0 -45px;
    font-size: 3em;
    opacity: 1 !important;
    z-index: 100000;
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: rotation 2s infinite linear;
    opacity: 1 !important;
    z-index: 100000;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

body {
    font-size: 14px;
}

.bootstrap-select > .dropdown-toggle {
    background: #fff;
    border: #ccc thin solid;
    padding: 10px;
    color: #99abb4;
}

.colview {
    padding: 5px;
    margin: 5px;
    border: #ccc thin solid;
    border-radius: 5px;
    cursor: pointer;
}

.colview:hover {
    background: yellow;
}

.cols {
    padding: 5px;
    margin: 5px;
    border: #ccc thin solid;
    border-radius: 5px;
}
#editViewContent .cols{
    height: 90px;
}
.popover {
    z-index: 100000;
}

.maincol {
    cursor: pointer;
    color: #0b67cd;
    font-weight: bold;
}

#treeview.dd {
    max-width: 100%;
}

.progress {
    width: 100%;

}

.bar {
    height: 18px;
    background: green;
    text-align: center;
}

.timeline-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.keyvalue {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

.codeeditor {
    width: 100%;
    height: 500px;
}

[datatype=DOUBLE], [datatype=INT], [datatype=BIGINT], [datatype=FLOAT] {
    text-align: right;
}

[datatype=image] {
    text-align: center;
}

.layout {
    position: relative;
    min-height: 68px;
}

.card {
    min-height: 20px;
}

.recordlist {
    cursor: pointer;
}

#setupcondition li {
    list-style: none;
}

#setupcondition .form-control {
    width: auto !important;
    height: auto !important;
    line-height: unset;
}

.condition-expresstion .dropdown-toggle {
    line-height: unset;
}

textarea[datatype=TEXT] {
    min-height: 100px;
    resize: vertical;
}

[datatype=BOOLEAN] {
    text-align: center;
}

.frmImportItem {
    padding-top: 15px;
}

.btntree {
    margin: 0 2px;
}

.pagination {
    width: 164px;
    margin: 0 auto;
}

.nav-tabs .nav-item {
    margin: 5px;

}

.nav-tabs .nav-link {
    border-radius: 0.25rem;
    border: #3E4559 thin solid;
    color: #3E4559;
}

.nav-tabs .nav-link .badge-info {
    background: #3E4559;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1D89E4;
    border-color: #1D89E4;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #3E4559;
}

.nav-tabs {
    border: none;
    padding: 5px;
}

.tabcontent-border {
    border: none;
}

h3 {
    color: #000;
}

.card h3 {
    background: #F6F6F6;
}

.tab-pane h3 {
    padding: 20px 10px;
}

.form-control-static {
    color: #000;
    min-height: 38px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
}

.card-body {
    padding: 0;
}

.m-t-0 {
    border: none;
}

.tab-content .row {
    padding: 10px;
}

.formblock .row {
    padding: 10px;
}

.list-header {
    padding: 10px 20px;
}

.card-header {
    padding: 20px 10px;
    color: #3E4559;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #3E4559;
}

.bootstrap-select > .dropdown-toggle {
    color: #3E4559;
}

form .card-body {
    padding: 10px;
}

.form-actions {
    padding: 10px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

nav {
    margin: 15px;
}

.sidebar-nav {
    margin: 0;
}

.buttonControl .dropdown-toggle::after {
    border: none;
}

@media (min-width: 1400px) {
    .modal-lg {
        max-width: 1200px;
    }
}

.progressbar {
    width: 60%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: -50px;
}

.progressbar li {
    list-style-type: none;
    width: 30%;
    float: left;
    font-size: 1rem;
    position: relative;
    color: #c87137;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #c87137;
    top: 9px;
    left: -100%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    border-color: #04c4c4;
    background: #04c4c4;
}

.progressbar li.current:before {
    border-color: #008080;
    background: #008080;
}

.progressbar li.active + li:after {
    background-color: #008080;
}

.progressbar li:before {
    width: 20px;
    height: 20px;
    border: 5px solid #ccc;
    display: block;
    text-align: center;

    border-radius: 50%;
    background-color: #ccc;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

li:before {
    content: "";
}
.progressbar i{
    position: absolute;
    top: -20px;
    left: 4px;
}
.container-fluid form{
    position: relative;
}
/* Step Count */
ul.rb-step {
    counter-reset: step;
}

ul.rb-step li:before {
    content: counter(step);
    counter-increment: step;
}

/* For Square */
ul.rb-square li::before {
    border-radius: 0;
}

/* For Rounded Square */
ul.rb-rounded-square li::before {
    border-radius: 20%;
}

/* For addition of Custom Icons */
li.mobile:before {
    font-family: FontAwesome;
    content: "\f095";
}

li.email:before {
    font-family: FontAwesome;
    content: "\f003";
}

li.user:before {
    font-family: FontAwesome;
    content: "\f007";
}

li.success:before {
    font-family: FontAwesome;
    content: "\f058";
}

#btnAddNew {
    background: blue;
    color: #fff;
}

.dropup .dropdown-toggle::after {
    border-bottom: 0;
    border-top: 0.3em solid;
}

.viewchart .card {
    padding: 15px;
    border-radius: 30px;
}

.viewchart .card h3 {
    background: transparent;
}
.has-danger .bootstrap-select > .dropdown-toggle {
    border-color: #fc4b6c;
}

.has-danger .select2-container--default .select2-selection--single {
    border-color: #fc4b6c;
}


@media only screen and (max-width: 1024px) {
    .order-wrapper .card {
        padding: 15px;
    }
}
.multiple-sortable-selected{
    background: yellow !important;
}