.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;
}
.list-content{
    overflow: auto;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


.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;
}


.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;
}


.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;
}

.

.tabcontent-border {
    border: none;
}

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

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

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

.formblock .row {
    padding: 10px;
}

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

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


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

.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;
}

img{
    max-width: 100%;
}
@media only screen and (max-width: 1024px) {
    .order-wrapper .card {
        padding: 15px;
    }
}
.multiple-sortable-selected{
    background: yellow !important;
}
.multiple-sortable-selected:hover{
    background: yellow !important;
}
.multiple-sortable-selected:active{
    background: yellow !important;
}
.text-right{
    text-align: right;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
    vertical-align: middle;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    margin-left: 10px;
    font-family: fontawesome;
    cursor: pointer;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    margin-left: 10px;
    font-family: fontawesome;
    cursor: pointer;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    margin-left: 10px;
    font-family: fontawesome !important;
    cursor: pointer;
    color: rgba(50, 50, 50, 0.5);
}
#editFormContent{
    position: relative;
}
#editFormContent .close{
    width: 36px;
}
.form-group{
    border: #ccc thin solid;
    border-radius: 10px;
    padding: 10px;
}
.form-group{
    border: #ccc thin solid;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px;
}
.hl-calendar{
    padding: 15px;
}
.modal-content{
    margin-top: 100px;
}
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: 40px !important;
    padding-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 3px !important;
}