.spl-page-panel {
    background: #fff;
    padding: 1em 1.4em 1.5em;
    border: 1px solid #B6B6B6;
    min-height: 95vh;
}

.splynx_top_nav {
    margin: -18px 0 0 0 !important;
    padding: 5px 0 !important;
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
}
.ml-auto{
  margin-left: auto !important;
}
.mr-auto{
    margin-right: auto !important;
}
.float-none{
    float: none !important;
}
.mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.invalid-feedback {
    color: red;
}
.status-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-danger, .label-down {
    background-color: #d9534f;
}
.label-success, .label-up {
    background-color: #5cb85c;
}
.label-blue {
    background-color: #5bc0de;
}
table.dataTable.no-footer {
    border-bottom: none !important;
}
.close-panel-btn {
    border: 0;
    background: none;
}
.clickable{
    cursor: pointer !important;
}
.my-list {
    margin: 15px !important;
}
.p-0 {
    padding: 0 !important;
}
.sub-content {
   padding-left: 35px !important;
}
.alert-success {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}
.alert-warning {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}
.my-eye {
    position: absolute;
    right: 2px;
}
.mt-100 {
    margin-top: 100px !important;
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.219) !important;
}
.note-modal .modal-dialog {
    top: 150px;
}
.modal{
    .form-horizontal .form-group {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

.label-low {
    background-color: #5cb85c;
}

.label-medium {
    background-color: #5bc0de;
}

.label-high {
    background-color: #f0ad4e;
}

.label-urgent {
    background-color: #d9534f;
}

.label-ticket-status-1 {
    background-color: #5bc0de;
}

.label-ticket-status-2 {
    background-color: #5cb85c;
}

.label-ticket-status-3 {
    background-color: #f0ad4e;
}

.label-ticket-status-4 {
    background-color: #d9534f;
}
.ticket-view-panel {
    display: flex;
    float: right;
    button{
        margin-right: 5px;
    }
}
.my-btn {
    margin-right: 3px;
    margin-left: 3px;
}
.msg-part{
    overflow: auto;
    max-height: 350px;
}
.new-msg{
    border-top: 1px solid gray;
    padding-top: 10px;
}
.uploding-module{
    border: 1px solid #b6b6b6;
    margin: 10px;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 3px 3px 8px 0px;
}
.error{
    color: red !important;
}
.box{
    height: 100%;
    .winbox-detail-box{
        span{
            font-size: 18px;
            padding-right: 5px;
        }
    }
}
a {
    color: #337ab7 !important;
    text-decoration: none !important;
}
.winbox-card{
    height: 100%;
    .panel-heading{
        height: 100%;
    }
    span{
        font-size: 14px;
    }
}
.one-highsite{
    position: relative;
    border: 1px solid #8080806e;
    margin: 5px -5px !important;
    .device-info{
        margin-bottom: 15px;
        
        .box-group-icon {
            font-size: 47px;
            position: absolute;
            top: 40%;
            right: 10%;
            opacity: 0.2;
        }
        .box-group-area {
            padding: 5px;
            span{
                font-size: 12px;
            }
        }
        .box-group-icon,
        .box-group > div,
        input {
            vertical-align: middle;
        }
        .m-2{
            margin: 5px !important;
        }
    }

    .ribbon {
        position: absolute;
        left: -5px; top: -5px;
        z-index: 1;
        overflow: hidden;
        width: 75px; height: 75px;
        text-align: right;
        span {
            font-size: 15px;
            font-weight: bold;
            color: #FFF;
            text-transform: uppercase;
            text-align: center;
            line-height: 20px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            width: 100px;
            display: block;
            background: #79A70A;
            background: linear-gradient(#F70505 0%, #8F0808 100%);
            box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
            position: absolute;
            top: 19px; left: -21px;

            &::before{
                content: "";
                position: absolute; left: 0px; top: 100%;
                z-index: -1;
                border-left: 3px solid #8F0808;
                border-right: 3px solid transparent;
                border-bottom: 3px solid transparent;
                border-top: 3px solid #8F0808;
            }
            &::after{
                content: "";
                position: absolute; right: 0px; top: 100%;
                z-index: -1;
                border-left: 3px solid transparent;
                border-right: 3px solid #8F0808;
                border-bottom: 3px solid transparent;
                border-top: 3px solid #8F0808;
            }
        }
    }


    .traffic-speedometer{
        position: relative;
        font-family: 'Orbitron', sans-serif;    
        font-size: 12px;
        font-weight: 800;
        color: white;
        img{
            width: 100%;
        }
       
        span{
            display: block;
            text-align: center;
        }
    }

}
@media screen and (max-width: 1176px) {
    .upload-meter{
        position: absolute;
        top: 50%;
        left: 21%;
        background: black;
        width: 68px;
        height: 40px;
        margin-left: -34px;
        border-radius: 5px;
        border: 1px solid white;
        padding: 3px;
        font-size: 10px;
    }
    .latency-meter{
        position: absolute;
        top: 50%;
        right: 21%;
        background: black;
        width: 68px;
        height: 40px;
        margin-right: -34px;
        border-radius: 5px;
        border: 1px solid white;
        padding: 3px;
        font-size: 10px;
    }
    .download-meter{
        position: absolute;
        top: 50%;
        left: 50%;
        background: black;
        width: 90px;
        height: 50px;
        margin-top: -25px;
        margin-left: -45px;
        border-radius: 5px;
        border: 1px solid white;
        padding: 5px;
    }
}

@media screen and (max-width: 1506px) and (min-width:  1176px ) {
    .upload-meter{
        position: absolute;
        top: 50%;
        left: 21%;
        background: black;
        width: 96px;
        height: 40px;
        margin-left: -48px;
        border-radius: 5px;
        border: 1px solid white;
        padding: 3px;
        font-size: 12px;
    }
    .latency-meter{
        position: absolute;
        top: 50%;
        right: 21%;
        background: black;
        width: 96px;
        height: 40px;
        margin-right: -48px;
        border-radius: 5px;
        border: 1px solid white;
        padding: 3px;
        font-size: 12px;
    }
    .download-meter{
        position: absolute;
        top: 50%;
        left: 50%;
        background: black;
        width: 120px;
        height: 68px;
        margin-top: -34px;
        margin-left: -60px;
        border-radius: 5px;
        border: 1px solid white;
        padding: 5px;
        font-size: 17px;
    }
}

@media screen and (min-width: 1506px) {
    .upload-meter{
        position: absolute;
        top: 54%;
        left: 21%;
        background: black;
        width: 100px;
        height: 46px;
        margin-left: -50px;
        border-radius: 5px;
        border: 1px solid white;
        padding: 3px;
        font-size: 14px;
    }
    .latency-meter{
        position: absolute;
        top: 54%;
        right: 21%;
        background: black;
        width: 100px;
        height: 46px;
        margin-right: -50px;
        border-radius: 5px;
        border: 1px solid white;
        padding: 3px;
        font-size: 14px;
    }
    .download-meter{
        position: absolute;
        top: 50%;
        left: 50%;
        background: black;
        width: 180px;
        height: 68px;
        margin-top: -34px;
        margin-left: -90px;
        border-radius: 5px;
        border: 1px solid white;
        padding: 5px;
    }
}
.collapse_title{
    display: flow-root;
    padding: 0px 15px !important;
    .title{
        font-size: 17px;
        font-family: tahoma;
        padding: 5px;
        font-weight: 500;
    }
}
.btn-lbl{
    font-size: 11px !important;
}
.btn-dark{
    background-color: #000000b3;
    color: white;
    padding: 0px 3px !important;
    border-radius: 2px !important;
}
.item-title{
    width: 36%;
    text-align: right;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 5px;
}
.item-cont{
    width: 64%;
    text-align: left;
    font-size: 13px;
    padding: 0px 5px;
}
.d-flex {
    display: flex !important;
}
.btn-black{
    color: #fff;
    background-color: #000000b3;
    border-color: #000000b3;
}
.a-red{
    color: red !important;
}
.a-blue{
    color: blue !important;
}
.a-green{
    color:green !important;
}
.a-orange{
    color: orange !important;
}
.a-black{
    color: #000000b3 !important;
}
.complain-category{
    text-align: center;
    margin-bottom: 10px;
}
.chat-response{
    p{
        word-break: break-word;
    }
}
.main-container{
    font-family: tahoma !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.p-3{
    padding: 3px !important;
}
.btn-xs-cus{
    padding: 3px 5px !important;
    font-size: 9px !important;
    line-height: 0 !important;
    border-radius: 3px !important;
}
.sub_title{
    font-size: 15px;
    font-style: italic;
}
.my-active-menu{
    background: #b5b5b5a3;
}

.input-suff-span {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 15px;
    padding: 3px;
    margin: 5px;
}