.insertNew{
    padding: 5px 25px;
}
.btn_insert-new{
    width: 150px;
    float: right;
}
.page-link,.page-link:hover{
    color:rgb(121,121,121);
}
.w-10{width:10% !important}
.w-20{width:20% !important}
.w-30{width:30% !important}
.w-40{width:40% !important}
.w-60{width:60% !important}
.w-70{width:70% !important}
.w-80{width:80% !important}
.w-90{width:90% !important}
.table-fixed{
    table-layout: fixed;
}
.search-input{
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #e9ecef;
}
.carousel-control-next, .carousel-control-prev{
    color: #000;
}
.carousel-control-prev{
    left: -80px;
}
.carousel-control-next{
    right: -40px;
}
.pagination li a{
    border: 1px solid #ccc;
    padding-top: 2px;
    border-radius: 5px;
    color: #000;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}
.pagination li.active a{
    border: 1px solid green;
    color: green;
}
span.cubic {
    width: 20px;
    height: 20px;
    background: rgb(226, 226, 226);
    display: inline-block;
    border-radius: 4px;
}
.priceLevel .st1{
    background-color: #91ff00;
}
.priceLevel .st2{
    background-color: #CD7F32;
}
.priceLevel .st3{
    background-color: #c8c8c8;
}
.priceLevel .st4{
    background-color: #FFD700;
}
.priceLevel .st0{
    background-color: rgb(226, 226, 226);
}
.totalcount{
    text-align: center;
    position: absolute;
    left: 44%;
    font-weight: 600;
    background: #f2f2f2f2;
    padding: 10px 30px;
    border-radius: 4px;
}
#statuscontract h5{
    position: absolute;
    left:45%;
    font-weight: 500;
    font-size: 19px;
    top: 10%;
}
.showstatusbtn{
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 5px;
}
.showstatusbtn:before{
    content: "";
    position: absolute;
    right: 22%;
    bottom: -5px;
    border-bottom: 1px solid #ccc;
    width: 80px;
}
.showstatusbtn:hover, .showstatusbtn:hover:before{
    border-color:#b4894b;
}
.white-box .table-responsive{
    min-height: 62vh;
}
.totalcount span{
    font-size:15px;
}
.btn-search{
    border: unset;
    background: unset;
    position: absolute;
    margin-top: 5px;;
}
.btn-search i{
    color: #525f7f;
}
.table-info .status {
    position: absolute;
    left: 5px;
    border-right: 1px solid #f3f9fb;
    top: 5px;
    text-align: center;
    color: currentColor;
    font-size: 12px;
    padding-right: 8px;
}
.table-info .status label{
    cursor: pointer;
}
.table-info .status input {
    display: block;
    text-align: center;
    margin: auto;
}
button.btn-search:focus{
    outline:unset;
}
.file--upload{
    position: relative;
}
.file--upload > img{
    border: 1px solid;
    border-radius: 4px;
    padding: 2px;
}
#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper{
    margin-bottom:50px;
}
.remove--file {
    position: absolute;
    cursor: pointer;
    font-weight: 800;
    right:5px;
    color: #000;
    font-size: 18px;
    border: 1px solid;
    height: 23px;
    width: 17px;
    text-align: center;
    margin-top: 5px;
    border-radius: 3px;
}
.modal-content{
    background-color: white !important;
    width:100% !important;
    direction: rtl;
}
.modal-dialog{
    max-width:60%;
}
.command1{
    background: #000;
    min-height: 150px;
    color: #d6d6d6;
    padding: 25px;
}
.addCommand {
    height: 2em;
    background: #000;
    border: unset;
    color: #ccc;
    width: 50%;
}
.marker-line{
    background-color: #ccc;
    height: 20px;
    width: 10px;
}
.table-hover tbody tr:hover {
    background-color: #f5f8fb;
}
.circle-status{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.red-status{
    background-color: #ff5b5b;
}
.gray-status{
    background-color: #d6d6d6;
}
.green-status{
    background-color: #00c557;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.btn-serverinfo{
    position: relative;
}
.btn-serverinfo,.btn-serverinfo:hover{
    color: unset;
}
td{
    font-weight: 400;
}
td div{
    cursor: pointer;
}
.btn-serverinfo .has-tooltip {
    cursor: help;
}
.btn-serverinfo .tooltip {
    position: absolute;
    min-width: 130px;
    left: 0;
    top: 66px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 20px rgba(25,63,125,.1);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
    -moz-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
    -ms-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
    -o-transition: transform .15s ease-in-out,opacity .15s ease-in-out;
    transition: transform .15s ease-in-out,opacity .15s ease-in-out;
    -webkit-transform: translateY(calc(-100% + 10px)) scale(.75);
    -moz-transform: translateY(calc(-100% + 10px)) scale(.75);
    -ms-transform: translateY(calc(-100% + 10px)) scale(.75);
    transform: translateY(calc(-100% + 10px)) scale(.75);
    transform-origin: right bottom;
    color: #85878d;
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
}
.btn-serverinfo .tooltip:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 0 4px 0;
    background-color: inherit;
    box-shadow: 12px 12px 15px rgba(25,63,125,.1);
}
.bs-popover-auto[x-placement^=top]>.arrow:before, .bs-popover-top>.arrow:before{
    border-top-color:transparent;
}
.opacityTooltip{
    opacity: 1 !important;
}
.popover{
    border:unset;
    border-radius: 3px;
    z-index: 99999;
}
.menu-status ul {
    list-style: none;
    margin: auto;
    padding: 0px;
}
.popover-body{
    padding: 0;
}
.menu-status ul li {
    cursor: pointer;
    padding: 7px 14px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}
.menu-status ul a{
    color: unset;
}
.status-info{
    color: #fff;
    height: 400px;
    overflow-y: scroll;
}
.menu-status ul li:hover{
    background: whitesmoke;
}
.modal-content {
    border-radius: 10px;
    border: unset;
    background-color: #000;
    margin: auto;
    padding: 20px 15px;
    width: 40%;
    margin-top: 100px;
}
.modal-content > .row{
    background-color: #555;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.modal-content .close{
    color: #000;
    text-align: right;
}
button:focus{
    outline: unset;
}
#infoStatusServer{
    font: .875em/1.6 'Inconsolata', monospace;
    font-weight: 400;
    z-index: 99999;
}
.navbar-header,.page-wrapper,.btn-hidesidebar{
    transition:all 0.5s;
}
.page-wrapper.wide-screen-zindex{
    z-index: 50;
}
.modal-header{
    color:rgb(240, 248, 255);
    font-size: 12px;
}
#infoStatusServer .close{
    opacity: 1;
    position: absolute;
    right: 2px;
    font-family: sans-serif;
}
.close{
    text-shadow: unset;
}
#infoStatusServer .close > div{
    width: 20px;
    height: 20px;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #f5554e;
    padding: 3px 5px;
    border-radius: 50%;
    background: #f5554e;
    color: #000;
}
.btn-modal li i {
    padding-right: 8px;
    font-size: 10px;
}
#main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar{
    transition: all 0.6s;
}
.left-mobile-menu{
    left:unset !important;
}
.menuBar-mobile{
    display:none;
}
.form__cover tbody tr th > input{
    background-color: #eaeef2;
}
#navbarSupportedContent,header.topbar{
    background: #24bcdf !important;
}
#navbarSupportedContent ul li{
    font-weight: 600!important;
    color: #fff !important;
}
.btn-danger-matin,.btn-danger-matin:hover{
    background: white !important;
    /* border-color:#bdb448 !important; */
}
.btn-insert-matin{
    border: 1px solid #159124 !important;
    border-radius: 5px;
    color:#159124;
    font-weight: 600;
}
.btn-insert-matin:hover{
    background: #159124 !important;
    border-color:#159124 !important;
    border-radius: 5px;
    color:white;
}
.color-danger-matin{
    color:#0085c5 !important;
}
#myTable tbody td > div > button{
    background-color: #B4894B !important;
    border-color: #B4894B !important;
}
._hj-cp7UI__HotjarBranding__hotjarBranding {
    display: none;
}
.white-box .table-responsive > table{
    min-height: 230px;
}
input[name="slug"]{
    background: #f2f2f2f2;
}
@media(min-width:992px) and (max-width:1224px){
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .page-wrapper {
        margin-right: 240px !important;
        margin-left: unset !important;
    }
    #navbarSupportedContent ul:nth-child(2) li:nth-child(1){
        right: 26% !important;
    }
}
@media(min-width:550px) and (max-width:991px){
    .menuBar-mobile{
        position: absolute;
        top: 15px;
        right: 75px;
        display: block;
    }
    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link{
        z-index: -1;
    }
    form .table{
        width: 100% !important;
    }
    .menuBar-mobile .hamburger span {
        width: 25px;
        height: 2px;
        position: relative;
        top: 0;
        left: 0;
        margin: 4px 0;
        display: block;
        background: #71b6f9;
        border-radius: 3px;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }
}
@media(max-width:550px){
    .menuBar-mobile{
        position: absolute;
        top: 15px;
        left: 15px;
        display: block;
    }
    form .table{
        width: 100% !important;
    }
    .menuBar-mobile .hamburger span {
        width: 25px;
        height: 2px;
        position: relative;
        top: 0;
        left: 0;
        margin: 4px 0;
        display: block;
        background: #71b6f9;
        border-radius: 3px;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }
}
.w-0{
    width:0 !important;
}
.l-20{
    left :20px !important;
}