html, body{
    min-height:100%;
    height: 100%;
}
a:hover {
    cursor: pointer;
}
.sg-menu.navbar-default{
    background-color:#FFF;
}
.sg-menu .navbar-toggler .navbar-toggler-icon{
    font-size: 24px;
    line-height: 30px;
    color: #17a2b8;
}
.navbar-brand .img-circle{
    width: 40px;
    border-radius: 25px;
    float:left;
    margin-top:-10px;
    margin-right:10px;
    background:#FFF;
}
#content{
    padding-top:50px;
    min-height:calc(100vh - 70px);
    padding-left:0px;
    padding-right:0px;
}
#content>.row{
    height:calc(100vh - 120px);
    margin:0;
}
.singleBlock-500 #alertcontainer{
    margin-top:70px;
}
.singleBlock-500 .container{
    margin-top:50vh;
}
.singleBlock-500 .container>div{
    margin-top:-300px;
}
.row-margin{
    margin-bottom:15px;
}
#footer.darkmenu{
    width:100%;
    text-align:center;
    border-top: 1px solid #e7e7e7;
    padding:15px;
    min-height:70px;
}
.bootstrap-table{
    min-height:250px;
}
#product-holder .bootstrap-table{
    min-height:100px;
}
.button-row{
    margin:8px 24px;
    min-height:40px;
}
.save-button{
    font-size:20px;
    z-index:666;
}
/*
*   styling success and error messages
*/
#alertcontainer{
    display: block;
    height: 1px;
    overflow: hidden;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
    position: fixed;
    top: 0;
    left: 15%;
    width: 70%;
    z-index: 9999;
}
#alertcontainer.active{
    height:50px;
}
#alertcontainer.active2{
    height:108px;
}
.active2 .errormessage{
    margin-top:8px;
}
.successmessage, .errormessage{
    width:100%;
    min-height:50px;
    line-height: 30px;
    font-size:22px;
    padding:10px 20px;
    border-radius:6px;
    text-align:center;
}
.successmessage.column, .errormessage.column{
    display:block;
}
.successmessage{
    background-color:#c1e2b3;
    -webkit-box-shadow: 3px 3px 20px -2px rgba(193,226,179,1);
    -moz-box-shadow: 3px 3px 20px -2px rgba(193,226,179,1);
    box-shadow: 3px 3px 20px -2px rgba(193,226,179,1)
}

.errormessage{
    background-color:#a94442;
    -webkit-box-shadow: 3px 3px 20px -2px rgba(169,68,66,1);
    -moz-box-shadow: 3px 3px 20px -2px rgba(169,68,66,1);
    box-shadow: 3px 3px 20px -2px rgba(169,68,66,1);
}

/** toggle Extra Info **/
.extra-values-box{
    border-radius: 4px;
    width: 90%;
    margin: 0px auto;
    padding: 0 8px;
    height:auto;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.extra-values-box.show-box{
    max-height: 420px;
    padding:8px;
    margin-bottom: 5px;
}
.extra-values-box.show-box.extra-large{
    max-height: 550px;
}

.extra-values-box:not(.show-box)+.checkbox{
    margin-top:-5px;
}
.extra-values-box label, .extra-values-box .checkbox>div{
    line-height:34px;
}
.extra-values-box .checkbox{
    margin-top:-5px;
}
.extra-values-box .checkbox>div{
    font-weight: 700;
    cursor:pointer;
}
.extra-values-box .checkbox label{
    padding-left:0;
}
/** item add_edit **/
#fragment_holder{
    padding-top: 16px;
}
#fragment_holder .fragment-holder{
    margin-top:16px;
    margin-bottom:16px;
}
#fragment_holder .fragment-holder p{
    font-size:18px;
    line-height:24px;
    text-align:center;
}

/** standard classes **/
.mb-32{
    margin-bottom:32px;
}
.mr-8{
    margin-top:8px;
    margin-bottom:8px;
}
.mh-500{
    min-height:500px;
}
/*
*   checkbox styling
*   Bootstrap Checkbox
*   version 4.5.0
*/
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=checkbox], [type=radio] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.bootstrap-table [type=checkbox], .bootstrap-table [type=radio] {
    position: relative;
    left: 0px;
    visibility: visible;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
[type=checkbox]+label, [type=radio]+label{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */   /* Opera/IE 8+ */
}
.form-check-label {
    margin-bottom: 0;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.checkbox-teal [type="checkbox"]:checked+label:before {
    border-color: transparent #009688 #009688 transparent;
}
[type=checkbox]:checked+label:before{
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #4285f4 #4285f4 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type=checkbox]+label:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 1.5px solid #8a8a8a;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/**
 *  styling icon
 */
.fa-2:before{
    font-size:20px;
}

/**
 * fixxed vutton styling
 */

#fixxed-button-bottom button{
    position:fixed;
    right: 40px;
    bottom: 20px;
}
#fixxed-button-bottom.bottom-set button{
    position:relative;
    right: 0;
    bottom: 0;
}
/**
 *nav tabs and functionality
 */
.nav-tabs{
    padding:6px 16px;
    min-height:50px;
    margin-bottom:12px;
    border-bottom: none;
}
.nav-tabs .nav-item{
    line-height:24px;
    padding:12px 18px;
    border-radius:50px;
    font-size:18px;
    min-width:100px;
    text-align:center;
    background-color:#d9edf7;
    color:#000;
    transition:all 0.6s ease;
    text-decoration: none;
}

.nav.nav-sidebar.active {
    background-color: #428bca;
    color: #FFF;
}

.nav-tabs .nav-item.active, .nav-tabs .nav-item:hover{
    background-color:#428bca;
    color:#FFF;
}
.tab-pane.fade{
    display:none;
}
.active.tab-pane.fade{
    display:block;
}
.round-image-small{
    width:100px;
    height:50px;
    display:block;
    margin:0 auto;
}
#S2, #S3{
    display:none;
}
#sidebar{
    width:250px;
    padding:0px;
    height:100%;
    border-right: 1px solid #afbfcc;
    display: inline-block;
    float: left;
    /* -webkit-box-shadow: 5px 0px 15px 0px rgba(35,82,124,0.5);
    box-shadow: 5px 0px 15px 0px rgba(35,82,124,0.5); */
}
#maincontainer{
    width:calc(100% - 250px);
    padding:16px;
    display: inline-block;
    max-height: 100%;
    overflow: auto;
    min-height: 90%;
}
.sidebar-name-styling{
    padding: 16px 8px;
}
#alertcontainermodal, .alertcontainermodal{
    display:block;
    height:1px;
    overflow:hidden;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
}
#alertcontainermodal.active, .alertcontainermodal.active{
    height:108px;
    margin-bottom:12px;
}
#alertcontainermodal.active2, .alertcontainermodal.active2{
    height:216px;
}
.modal-header .close.has-title{
    position: absolute;
    right: 24px;
    top: 16px;
}
.minimal-eighty{
    min-width: 80%;
}
#webhook-edit-view{
    margin-top:32px;
    height:0px;
    overflow:hidden;
    width:100%;
    transition: all 0.3s ease;
}
.margin-bottom-large{
    margin-bottom:24px;
}

.disabled {
    opacity: 0.65;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    pointer-events: none;
}

.chip {
    display: inline-block;
    border: solid 1px #d1d0d0;
    padding: 4px 12px 4px 12px;
    border-radius: 32px;
    font-size: 13px;
    margin-right: 8px;
}

.table-add-btn {
    margin: 10px;
}

input[type="radio"]:checked + label.direction-label {
    background-color: #337ab7;
    border-color: #337ab7;
    color: white;
}

input[type="radio"] + label.direction-label {
    min-width: 34px;
    height: 34px;
    text-align: center;
    padding: 7.5px;
    border: 1px solid #ccc;
    padding-top: 3px;
}

.blocked .well {
    font-size: 15px;
    text-align: center;
    display: none;
}

.blocked.danger .well {
    background-color: #ebcccc;
}

.blocked.warning .well {
    background-color: #faf2cc;
}

.alert {
    text-align: center;
}

.lds-ellipsis {
    display: none;
    position: relative;
    width: 80px;
    height: 80px;
    transition: all 2s;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #337ab7;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.json-with-line-numbers {
    background-color: #1f1f1f;
    color: #ececec;
    max-width: 100vw;
    overflow-x: scroll;
}

.btn-outline {
    border: solid 1px #337ab7;
}

.line-number {
    user-select: none;
    color: #8e98a7;
    margin-right: 3px;
}

.line-key {
    color: #9cdcfe;
}

.line-key.clickable:hover {
    cursor: pointer;
    color: #1f1f1f;
    background-color: #ececec;
}

.line-value {
    color: #ce9178;
}

.line-value.number {
    color: #b5cea8;
}

.line-value.null {
    color: #569cd6;
}

.line-value.boolean {
    color: #569cd6;
}

.line-number::after {
    content: "";
    display: inline-block;
    background-color: #f5f5f5;
    width: 1em;
}

.cards {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card {
    display: inline-block;
    vertical-align: middle;
    color: #282828;
    box-sizing: border-box;
    border: #e9e9e9 solid 2px;
}

.card div {
    margin: auto;
}

.card h2 {
    font-weight: bolder;
}

.card-100 h2 {
    color: #2196F3;
}

.card-info h2 {
    color: #a3c7e4;
}

.card-200 h2 {
    color: #4CAF50;
}

.card-300 h2 {
    color: #FFC107;
}

.card-400 h2 {
    color: #FF5722;
}

.card-500 h2 {
    color: #F44336;
}

.card-600 h2 {
    color: #795548;
}

.card.clickable.active {
    border: #353535 solid 2px;
}

.fixed-table-container {
    border-radius: 0px!important;
}