/*
* Author: Praveen
*/


/* Header */


/* brandlink */

.brand-link {
    /* for later use */
    /* text-align: center; */
    min-height: 55px;
}

.dropdown:hover>.dropdown-menu-hover {
    display: block;
}


/* ./brandlink */

.powered_by {
    font-size: 8px;
}


/* logo img */

.logo_img {
    width: 178px;
    height: auto;
    line-height: 4px;
}


/* ./logo img */


/* username */

.user_title {
    /* padding-left: 25px;
    padding-right: 25px; */
    text-align: center;
    font-size: 14px;
}


/* ./username */


/* Readmore */

.readmore-text,
.more_text {
    font-size: 14px;
}

.read_more {
    font-size: 12px;
}

.dot-border-bottom {
    border-bottom: 1px dotted;
}

.min-h-350 {
    min-height: 350px;
}

.select-cl {
    border-radius: 0px;
    height: calc(1.5rem + 2px);
    padding-left: 0px;
}

.form-control {
    border-radius: 0px;
}

.input-group-text {
    border-radius: 0px;
}


/* logo starts */

.clientLogo {
    padding-right: 28px;
    font-size: 20px;
    line-height: 0.25em;
}

#logoIcon {
    padding: 8px;
}

#logoTitle {
    padding-right: 50px;
}


/* logo end */


/* progress bar starts */

.progress-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    margin: 0 0 15px;
}

.progress {
    height: 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    box-shadow: none;
    margin-bottom: 5px;
    overflow: visible;
    position: relative;
}

.progress .progress-bar {
    box-shadow: none;
    border-radius: 15px;
    position: relative;
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes, animate-positive 1s;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes, animate-positive 1s;
}

.progress-bar .progress-value {
    border-radius: 15px;
    width: 50px;
    height: 100%;
    background: #000;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    line-height: 22px;
    top: 0;
    left: 0;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar-success {
    background-color: #5cb85c;
}


/* progress bar end */


/* border top starts*/

.borderTop {
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.green {
    color: #5cb85c;
}

.red {
    color: #d9534f;
}

.grey {
    color: grey;
}

.yellow {
    color: #f0ad4e
}

.blue {
    color: blue;
}

.black {
    color: #212529;
}

.lite-blue {
    color: #007bff;
}

.lite-blue-bg {
    background: #007bff !important;
}

.pointer {
    cursor: pointer;
}

.no-padding {
    padding: 0px;
}

.dependency-order {
    padding-left: 10%;
    margin-bottom: 5%;
}


/* border top end*/


/*app list starts*/


/* reference: https://bootsnipp.com/snippets/ypNAe */

.app-tree,
.app-tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.app-tree ul {
    margin-left: 1em;
    position: relative
}

.app-tree ul ul {
    margin-left: .5em
}

.app-tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid
}

.app-tree li {
    margin: 0;
    padding: 0 2em;
    line-height: 2em;
    font-weight: 700;
    position: relative
}

.app-tree ul li:before {
    content: "";
    display: block;
    width: 20px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.app-tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}

.app-tree i {
    margin-right: 5px;
}

.app-tree label {
    font-weight: 400 !important;
    font-size: 14px !important;
}


/*app list ends*/


/* comment files starts*/

.add-comment-file {
    margin-left: 10px;
    border: 1px solid #6c757d;
    cursor: pointer;
    padding: 2px;
    border-radius: 5px;
    color: #fff;
    background-color: #6c757d;
}

.add-comment-file-plus {
    margin-left: 5px;
    color: #fff;
}

.add-file-plus {
    margin-left: 5px;
    color: #fff;
}

.remove-comment-file-minus {
    margin: auto 5px auto 10px;
    color: red;
}

.remove-file-minus {
    margin: auto 5px auto 10px;
    color: red;
}

.comment-file {
    padding-bottom: 10px;
}

.delete-old-file {
    margin-bottom: 5px;
}

.delete-old-file i {
    margin: auto 5px auto 10px;
}

.delete-old-file:hover {
    background-color: #f9f7f7;
}

.file-label {
    overflow: hidden;
}


/* comment files ends*/

.nowrap {
    white-space: nowrap;
}

.app-div {
    border: 1px solid #dee2e6;
    margin: 10px auto 10px 0px;
    /* max-width:290px; */
    min-width: 290px;
    padding: 5px 0px;
}

.filter.active {
    border: 1px solid #98c4f4;
}

.hidden {
    display: none;
}

.oranged-color {
    color: rgb(240, 86, 30);
}

.fa-orange-rounded {
    color: #fff;
    border-radius: 50%;
    border: none;
    background-color: rgb(240, 86, 30);
}

.fa-blue-rounded {
    color: #fff;
    border-radius: 50%;
    border: none;
    background-color: rgb(70, 179, 243);
}

.cn-1-2x {
    font-size: 1.2em;
}

.fa-1-5x {
    font-size: 1.5em;
}

.fa-2-5x {
    font-size: 2.5em;
}

.blue-color {
    color: rgb(70, 179, 243);
}

.table-borderless td,
.table-borderless th {
    border: 0;
}


/* Center the loader */


/* #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
} */

#loader-h {
    position: fixed;
    /* left: 50%;
    top: 50%; */
    width: 100%;
    height: 100%;
    z-index: 1003;
    background: transparent;
}

#loader-b {
    top: 30%;
    background: transparent;
    color: #177cc8;
    font-size: 10px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Add animation to "page content" */

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.fa-vertical-line:after {
    content: "\007C";
    font-size: 20px;
}

;
.modal-lg {
    max-width: 70% !important;
}


/* overflow scroll bar */

.overflow-scrollbar {
    overflow: auto;
    max-height: 400px;
    border-top: 1px solid #ebedec;
}


/* double border */

label.heading-doubleline {
    width: 100%;
    text-align: left;
    border-bottom: double;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

label.heading-doubleline span {
    background: #fff;
    padding: 0 10px;
}

label.heading-singleline {
    width: 50%;
    text-align: left;
    border-bottom: 1px solid;
    line-height: 0.1em;
}

label.heading-singleline span {
    background: #fff;
    padding: 0 10px;
}

.innerbox {
    width: 400px;
    max-width: 400px;
    display: inline-block;
    padding-right: 10px;
}

.header-box {
    border: 1px solid #ebedec;
    background: #ebedec;
}

#onHoverIcon {
    visibility: hidden;
}

.labelIconHover:hover~#onHoverIcon {
    visibility: visible;
}

.sticky {
    position: fixed;
    top: 0;
    width: 60%
}

.sticky+.header-box {
    padding-top: 102px;
}

tbody.colstripe td:nth-of-type(odd),
thead.colstripe th:nth-of-type(odd) {
    background: #ebedec;
}

.div1 {
    padding-top: 10px;
    padding-bottom: 80px;
}

.div2 {
    padding-top: 30px;
    padding-bottom: 60px;
}

.div3 {
    padding-top: 50px;
    padding-bottom: 40px;
}

.div4 {
    padding-top: 70px;
    padding-bottom: 20px;
}

.div5 {
    padding-top: 90px;
}

.div1 button:after,
.div2 button:after,
.div3 button:after,
.div4 button:after {
    width: 50px;
    height: 0;
    margin-top: 1px;
    border-radius: 0;
}

.div1 button:last-child:after,
.div2 button:last-child:after,
.div3 button:last-child:after,
.div4 button:last-child:after {
    height: 10px;
    border-top: 1px solid #333;
    border-bottom: none;
    /* border-radius: 0 0 10px 0; */
    margin-top: -2px;
}

.div1 button:first-child:after,
.div2 button:first-child:after,
.div3 button:first-child:after,
.div4 button:first-child:after {
    height: 10px;
    /* border-radius: 0 10px 0 0; */
}

.div1 button:after,
.div2 button:after,
.div3 button:after,
.div4 button:after {
    content: "";
    width: 11px;
    border-top: 1px solid #333;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: 1px;
}

.div5 button:before,
.div2 button:before,
.div3 button:before,
.div4 button:before {
    content: "";
    width: 15px;
    border-top: none;
    border-bottom: 1px solid #333;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -10px;
}

.div5 button:last-child:before,
.div2 button:last-child:before,
.div3 button:last-child:before,
.div4 button:last-child:before {
    height: 10px;
    /* border-radius: 0 0 0 10px; */
}

.div5 button:last-child:before,
.div2 button:last-child:before,
.div3 button:last-child:before,
.div4 button:last-child:before {
    content: "";
    height: 50%;
    border-left: 1px solid #333;
    position: absolute;
    left: -16px;
}

.div1 button:last-child:after,
.div2 button:last-child:after,
.div3 button:last-child:after,
.div4 button:last-child:after {
    content: "";
    height: 50%;
    border-right: 1px solid #333;
    position: absolute;
    right: -12px;
}

.font_11 {
    font-size: 11px;
    color: #6c757d;
}

.tree {
    width: 180px;
}

.tree ul {
    padding-top: 10px;
    position: relative;
    padding-left: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree ul:first-child {
    padding-top: 1px;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 11px 0px 0 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width: 50%;
}


/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 13px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}


/*We need to remove left-right connectors from elements without 
any siblings*/

.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}


/*Remove space from the top of single children*/

.tree li:only-child {
    padding-top: 0;
    width: 100%;
}


/*Remove left connector from first child and 
right connector from last child*/

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}


/*Adding back the vertical connector to the last nodes*/

.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}


/*Time to add downward connectors from parents*/


/* .tree ul ul::before{
	content: '';
    position: absolute; 
    top: 0; 
    left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
} */


/* for rule */

.tree ul ul.rule::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 30%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 11px;
}


/* for code */

.tree ul ul.code::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 44%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 11px;
}


/* for curate */

.tree ul ul.curate::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 56%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 11px;
}


/* for deploy */

.tree ul ul.deploy::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 70%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 11px;
}

.tree li button {
    /* border: 1px solid #ccc; */
    padding: 5px 15px;
    text-decoration: none;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.position_fix {
    position: fixed;
}

.text-underline {
    text-decoration: underline;
}

td.pipe_before::before {
    content: '\007C\007C';
}

div.vertical {
    margin-left: -70px;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    /* Safari/Chrome */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -o-transform: rotate(-90deg);
    /* Opera */
    -ms-transform: rotate(-90deg);
    /* IE 9 */
}

th.vertical {
    height: 180px;
    padding-bottom: 105px;
    text-align: left;
}

.text-ellipsis {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}

.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: red;
    border-color: red;
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    content: " ";
    top: 0;
    position: relative;
    left: 0px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    top: -2px;
}

.checkbox.checbox-switch label>input:checked+span:before,
.checkbox-inline.checbox-switch>input:checked+span:before {
    left: 16px;
    top: -2px;
}


/* Switch Primary */

.checkbox.checbox-switch.switch-primary label>input:checked+span,
.checkbox-inline.checbox-switch.switch-primary>input:checked+span {
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 105, 217);
    /*box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;*/
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-primary label>input:checked:disabled+span,
.checkbox-inline.checbox-switch.switch-primary>input:checked:disabled+span {
    background-color: red;
    border-color: red;
    /* box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;*/
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.login-error {
    color: red;
}


/* dashboard */

.modebar {
    display: none;
}

.cn_plot_div {
    background-color: white;
    border: 1px solid #C8D4E3;
    border-radius: 3px;
    /* height: 400px; */
    /* padding: 2px !important; */
    /* margin: -5px; */
    margin: 1px;
}

.cn_plot_div h5 {
    color: #2a3f5f;
    font-size: 16px;
    text-align: center;
    padding: 3px;
}

#dial-license-text {
    display: none;
}

.aliceblue {
    background: aliceblue;
}

.dial {
    overflow: visible !important;
}

.select2-container {
    display: block !important;
}


/* dashboard end */


/* datatables */

.dataTables_filter {
    display: none;
}

.ColVis_collection>li:first-child {
    display: none;
}

div.ColVis {
    float: right;
}

.dataTable tbody tr,
thead tr {
    height: 50px;
}

.busy-load-container {
    opacity: 0.5;
}

.caps {
    text-transform: capitalize;
}

.mynewbadge {
    width: 100%;
    height: 20px;
    border-radius: 4px;
    -webkit-border-radius: 3px;
    background: gray;
    color: white;
    text-align: center;
}

.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;
    color: #FFF;
    text-align: center;
}

.round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFF;
    color: #222;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
}

.round.round-sm {
    right: -5px;
    top: -5px;
    position: inherit;
    height: 15px;
    width: auto;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
    padding: 2px;
}

.round.round-lg {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.5em;
    right: -5px;
    top: -5px;
    position: inherit;
}

.round.r-blue {
    -webkit-box-shadow: 0px 0px 0px 3px #3EA6CE;
    -moz-box-shadow: 0px 0px 0px 3px #3EA6CE;
    box-shadow: 0px 0px 0px 1px #3EA6CE;
    background-color: #3EA6CE;
}

.round.r-orange {
    background-color: #FF6701;
}

.round.r-green {
    background-color: #42A129;
}

.round.hollow.r-blue {
    color: #3EA6CE;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #3EA6CE;
    -moz-box-shadow: 0px 0px 0px 3px #3EA6CE;
    box-shadow: 0px 0px 0px 1px #3EA6CE;
}

.round.hollow.r-orange {
    color: #FF6701;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #FF6701;
    -moz-box-shadow: 0px 0px 0px 3px #FF6701;
    box-shadow: 0px 0px 0px 1px #FF6701;
}

.round.hollow.r-yellow {
    color: #ffc107;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #ffc107;
    -moz-box-shadow: 0px 0px 0px 3px #ffc107;
    box-shadow: 0px 0px 0px 1px #ffc107;
}

.round.hollow.r-green {
    color: #42A129;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #42A129;
    -moz-box-shadow: 0px 0px 0px 3px #42A129;
    box-shadow: 0px 0px 0px 1px #42A129;
}

.round .c-type {
    position: inherit;
    top: -6px;
}


/* colVis height fixed */

.ColVis_collection {
    height: 250px;
    overflow: auto !important;
}

ul.ColVis_collection li {
    overflow: auto;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: auto;
}

.app-label {
    margin-top: -29px;
    margin-right: 5px;
}

.app-value {
    margin-top: -39px;
    margin-right: 5px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: right;
}

.badge {
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px !important;
}

.navbar-badge {
    position: absolute;
    top: -4px;
    right: -5px;
    font-size: 0.8rem;
    font-weight: 300;
    padding: 3px 5px;
    /* hr or text center */
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .9;
}

.hr-text:before {
    content: '';
    /* use the linear-gradient for the fading effect */
    /* use a solid background color for a solid bar */
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    /* this is really the only tricky part, you need to specify the background color of the container element... */
    color: #818078;
    background-color: #fcfcfa;
}

.jsoneditor__tab--active {
    color: #007bff;
}


/* appgroup manager and record details */

.dataTables_wrapper :nth-child(2) {
    overflow: auto;
}


/* ends */


/* add user */

.country {
    border: 1px solid #ddd;
    padding: 9px;
}

.error {
    color: red;
}

.max-md-550 {
    max-width: 550px;
    overflow: auto;
}


/* mutli select dropdown */

.select2-container .select2-selection--multiple {
    min-height: 38px;
    border-radius: 0px;
}


/* report list */
.bg-cow {
    background-color: #7801ff !important;
    color: white;
}

.charts_orb {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    color: white;
    padding: 10px 5px;
    font-size: 16px;
}
/* report list ends */

/* frameworks */
.d-contents {
    display: contents;
}
/* frameworks ends */


/* Toast alert box */
#snackbar {
    word-wrap: break-word;
}
  
#alertMessage {
    visibility: hidden;
    position: fixed;
    z-index: 999999;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
  
#alertMessage.show {
    visibility: visible;
}
  
#alertMessage * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
  
.toast-top-right {
    top: 12px;
    right: 12px;
}
  
#alertMessage > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 20px 25px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #fff;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
  
.toast {
    background-color: #030303;
}
  
/* .toast-success, .alert-success {
    background-color: #51a351;
    color: #fff !important;
} */
  
/* .toast-error, .alert-danger {
    background-color: #bd362f;
    color: #fff !important;
} */

/* .alert-warning {
    background-color: #f5e0a4;
    color: #383737 !important;
} */

/* .alert-primary {
    color: #fff !important;
    background-color: #027bf9;
} */

/* .alert-info {
    background-color: #4796ea;
    color: #fff !important;
} */
  
@-webkit-keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
}
  
@keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
}
  
@-webkit-keyframes fadeout {
    from {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
}
  
@keyframes fadeout {
    from {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
}
  
/* Toast alert box ends */

/* cow copy copy-button style */
.copy-button {
    display: block;
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    left: calc(90% - 60px);
    width: 40px;
    height: 39px;
    cursor: pointer;
    background-color: #fff;
    background-image: url('https://abs.twimg.com/emoji/v1/72x72/1f4cb.png');
    /* Twitter clipboard emoji */
    background-size: 60% auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, .29);
    border-bottom-color: rgba(0, 0, 0, .36);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12);
}
.copy-button:before {
    content: '';
    display: none;
    position: absolute;
    z-index: 9999999;
    top: 35px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .72);
}
.copy-button:after {
    content: 'Copy to Clipboard';
    display: none;
    position: absolute;
    z-index: 9999999;
    top: 40px;
    left: -37px;
    width: 114px;
    height: 36px;
    color: #fff;
    font-size: 10px;
    line-height: 36px;
    text-align: center;
    background: rgba(0, 0, 0, .72);
    border-radius: 3px;
}
.copy-button:hover {
    background-color: #eee;
}
.copy-button:hover:before, .copy-button:hover:after {
    display: block;
}
.copy-button:active, .copy-button:focus {
    outline: none;
}
.copy-button:active:after, .copy-button:focus:after {
    content: 'Copied!';
}
  
.copy-button-1 {
    top: 45%;
}
/* cow copy copy-button style ends */