/*for filter button*/
html,body {
   /* background: url(../img/mi_bg.png);*/
    font-size: 11px;
}
html {
   overflow-y: unset !important;
}
.md-dialog-container {
   z-index: 10000;
}
.content-wrapper, .skin-blue .wrapper {
    //background: url(../img/mi_bg.png);
    background-color: white
}
.skin-blue .main-header .navbar {
    background-color: #F58024  ;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #f88932;
}
.skin-blue .main-header img.logo {
        background-color: transparent;
        color: #fff;
        border-bottom: 0 solid transparent;
        overflow: visible;
        width:200px;
        bottom:-10px;
}
.main-header a.logo {
    
height: 40px;
}

.skin-blue .main-header a.logo {
    background-color: #f88932;
    overflow: visible;
}
.skin-blue .main-header .logo:hover {
    background-color: transparent;
}
.skin-blue .main-header a.logo:hover {
    background-color: #f88932;
}
.skin-blue .sidebar a{
    
color: rgb(203, 216, 198);
}

.badge-notify {
    background: red;
    position: relative;
    top: -10px;
    left: -22px;
}

.badge-notify-side {
    background: #F58024 ;
    position: relative;
    /*top: -14px;
            left: -6px;*/
    padding: 5px;
}
.sidebar-mini .side-notes {
    position: relative;
    top: 20px;
    left: 25px;
}

.sidebar-mini.sidebar-collapse .side-notes{
    display:none;
}


.logo-img {
    width: 45px;
    bottom: -5px;
    position: relative;
}
.miDossierlogo{
   // width: auto;
    clip: rect(0px, auto, 44px, 0px);
    position: initial;
    bottom: -13px;
    position: relative;
    z-index: 10000;
    overflow: visible;
}

.main-sidebar, .left-side {
    position: absolute;
    top: 0;
    left: 0;
   // padding-top: 95px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.no-border {
        border: none;
        background-color: white;
        outline: none;
        cursor: pointer;
    }
.color-no-focus {
        color: grey;
    }
  .hover:hover {
        color: blue;
    }
 .white {
        color: white;
    }

 /*for container z indez*/
    .md-select-menu-container {
            z-index: 10000;
        }

.md-inline-form md-switch {
    margin-top: 5px;
    margin-bottom: 19px;
}


@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
}

.skin-blue .sidebar-form{
    display: none;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}


.nav>li>a {
    padding: 10px 15px;
}

.main-header .sidebar-toggle {    
    padding: 10px 15px;
}

.main-header .logo {
    /* height: 40px; */
    /* line-height: 20px; */
    /* margin-bottom: -9px; */
    /* margin-top: -6px; */
}

.nav>li>a>img{
    width: 20px!important;
    height: 20px!important;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    /* background-color: #6D6E71; */

    url("https: //www.toptal.com/designers/subtlepatterns/patterns/zwartevilt.png");
    /*background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/blackorchid.png");*/

    background-blend-mode: exclusion;
}

.main-header .navbar {
    min-height: 30px;
}

.filterTran{
     font-size: 12px;
    color: rgba(0,0,0,0.54);
}
ul.dropdown-menu li {
    cursor: pointer;
}
/*ul.dropdown-menu.dropdown-menu-form.ng-scope {
    width: 100%;
}*/
button.dropdown-toggle.ng-binding.btn.btn-default {
    width: 210px;
}
ul.dropdown-menu.dropdown-menu-form.ng-scope {
    width: 300px;
}

span{
        font-size: 11px;
}

.panel-title {
     font-size: 11px;
}.md-title {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .005em;
    color: black;
    font-family: Noto Sans,sans-serif;
}

 /*.goToTop
        {
            position: fixed;
            width: 50px;
            height: 50px;
            bottom: 0;
            right: 0;
            z-index: 100000;
            cursor: pointer;
            margin: 10px;
            -moz-opacity: 0.60;
            opacity: .60;
            filter: alpha(opacity=60);
        }*/

 span.goToTop.button {
    position: fixed;
    bottom: 10px;
    font-size: 2em;
    right: 10px;
    color: rgba(255, 255, 255, 0.29);
    padding: 3px;
    background: rgba(0, 0, 0, 0.27);
    border-radius: 62px;
    /* height: 54px; */
    width: 40px;
    text-align: center;
    transition: all .5s ease-in-out;
    cursor:pointer;
}

span.goToTop.button:hover{
  color: rgba(255, 255, 255, 0.69);
  background: rgba(0, 0, 0, 0.59);

    webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a{
    
border-left-color: #F58024 ;
    
background: rgba(30, 40, 44, 0.89);
}
.skin-blue .treeview-menu > li:hover > a, .skin-blue .sidebar-menu > li > .treeview-menu > li.active > a {
    border-left-color: #F58024;
    background: rgba(47 59 64 / 0.89);
}

#footer {
    background-color: #222d32;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(https://www.toptal.com/designers/subtlepatterns/patterns/blackorchid.png);
    background-blend-mode: exclusion;
    font-size: 9px;
}
/** Login Page **/
.form-login .md-whiteframe-3dp{
    background-color:white;
}
.form-login .form-group .input-group{
    

}

.form-login .form-group .input-group .input-group-addon{
   border-top-left-radius: 3px;
   border-bottom-left-radius: 3px;
}


.form-login .input-group .form-control:last-child{
     border-top-right-radius: 3px;
     border-bottom-right-radius: 3px;
     background: whitesmoke;
}


/** End of Login Page **/


/** **/
.md-whiteframe-3dp > .text-right,.md-whiteframe-3dp > .text-left{
    font-family:'Montserrat';
}




/** **/


 /** Data TAble Css **/
.dataTables_wrapper table.table{
    
border-radius: 3px;
border:0px;
    
overflow: hidden;
    
-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25);
    
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
    
box-shadow: 0x 2px 3px 0px rgba(0,0,0,0.75);
    
Copy Text;
}

.dataTables_wrapper table.table thead{
    
background-color: #F58024 !important;
    
color: white;
}

.dataTables_wrapper table.table tbody{
    background: white;
}

    .dataTables_wrapper table.table tfoot {
        background: #a5a5a5;
        color: white;
    }

.dataTables_wrapper table.table tfoot .neg-val {
    color: #a90b1a;
}

.neg-val {
    color: red;
}

 /** End OF Data Table CSS **/

 /** Material Override **/
md-progress-circular.md-default-theme path, md-progress-circular path{
    stroke: #f88932;
}

.md-button.md-default-theme.md-accent, .md-button.md-accent{
     color: #f88932;
 }

 md-nav-bar.md-default-theme md-nav-ink-bar, md-nav-bar md-nav-ink-bar{
color: #f88932;
background-color: #f88932;

 }
 /** End Material Override **/

table.table thead {
    background-color: #F58024  !important;
    color: white;
    
}
table.table thead th, div {
   outline:none;
}

table.table tfoot {
    background: #a5a5a5;
    color: white;

}
    table.table tfoot .neg-val {
        color: #a90b1a;
    }
.arrow-sorted {
    color: white;
}
.not-sorted {
    color: rgba(255, 255, 255, 0.69);
}


#visualization_wrap {
    border: 1px solid rgba(128, 128, 128, 0.19);
    position: relative;
    /*padding-bottom: 19%;
    height: 0;*/
    overflow: hidden;
}

#visualization {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cf-tooltip {
    position: relative;
    display: inline-block;    
    width: auto;
    height: auto;
    padding: 12px 12px 12px 12px;
    white-space: nowrap;
    text-align: center;
    color: #000000;
}
.anima-div {
    -webkit-transition: width 1s linear 1s; 
    transition: width 1s linear 1s;
}

.fade-in-out {
    transition: 1s linear all;
    opacity: 1;
}

.fade-in-out.ng-hide {
    opacity: 0;
}

md-chips-wrap.md-chips.md-readonly {
    font-size: 11px;
}
.portofolio-info {
    padding: 5px 0;
}

#canvas-holder {
    width: 10%;
}
.holding-tab > li.active > a, .holding-tab > li.active > a:focus, .holding-tab > li.active > a:hover, .holding-tab > li.tabactive > a {
    opacity: 12px;
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 3px solid #F58024;
    border-bottom-color: rgba(142, 102, 102, 0);
}
.holding-tab > li > a {
    padding: 10px 15px;
    background: #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.skin-blue .sidebar-menu > li.inactive-tab:hover > a {
    border-left-color: transparent;
    border-right-color: transparent;
    background: transparent;
}
.tabhover-class {
   background-color: #F58024;
    color:white;
}
.tabhover-class >  a {
    color: white;
}
.tabhover-class > li.active-tab:hover > a {
  //  border-left-color: transparent;
 //   border-right-color: transparent;
 //   background: transparent;
  //  color: black;
}
.md-fab.btnGoogle {
    height: 100px;
    width: 100px;
}

md-icon.btnGoogle {
    width: 67px;
    height: 67px;
    margin-left: 11px;
    margin-top: -8px;
}

.md-button.md-primary.btnGoogle {
    margin-left: 60px !important;
    width: 100px;
    height: 100px;
    background-color: #A1BED4;
}

md-tooltip .md-content {
    height: auto !important;
    max-width: 100% !important;
}

.data-block {
    border-radius: 10px;
    overflow: hidden;
    cursor:default;
}
.active-block {
    color: white;
    font-size: 18px;
    position: relative;
    top: 0.7em;
}
.active-value {
   transition: #A1BED4;
   background-color: rgba(237, 239, 245, 0.17);
   height:5em;
}
.active-textValue {
   color: white; 
   font-size: 18px; 
   position: relative; 
   top: 0.2em;
}

.passive-block {
    color: #676767;
    margin-left: 3em;
    font-size: 18px;
    position: relative;
    top: 0.6em;
}
.passive-textValue {
    color: black;
    font-size: 18px;
    position: relative;
    top: 0.2em;
}
.mitraz-platform {
    transition: #ACDC9D;
    background-color: rgba(109, 110, 113, 0.17);
    height: 5em;
}
.mitraz-platformtext {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 1.2em;
}
.other-platform {
    transition: #6D6E71;
    background-color: rgba(43, 43, 42, 0.17);
    height: 5em;
}
.other-platformtext {
    color: #676767;
    font-size: 18px;
    position: absolute;
    top: 1em;
}
.client-ProfilePage {
   font-weight: bold;
   font-size: 9px;
   padding-bottom: 5px;
   color: gray;
}
.producttoolBar {
    background-color: #F58024 !important;
    color: white;
}
md-progress-linear .md-bar {
    background-color: #F58024;
}
.Clicklist:hover{
    background-color:gainsboro;
}
md-icon:focus {
    outline: none;
}
.rp-chip {
    display: inline-block; 
    border-radius: 20px;
    background-color: #ACDC9D;
    text-align: center;
    color: white; 
    min-height: 35px;
    margin: 5px;
}
.rp-pad {
    padding-top: 1.5vh;
}

.label{
    background-color: cadetblue;
    font-size:10px;

}
.final-rejected {
    background-color: cadetblue;
}

.deactivated {
    background-color: cadetblue;
}

.npci-acknowledged {
    background-color: cadetblue;
}

.registration-pending {
    background-color: gray;
}

.waiting-confirmation {
    background-color: #ff9800;
}

.expired {
    background-color: #f44336;
}

.active {
    background-color: #4CAF50;
}

.final-approved {
    background-color: #5bc0de
}
.cancellation-requested {
    background-color: red;
}
.cancelmandatebtn {
    background-color: red !important;
    color: white !important;
    font-weight: bold;
}
.closebtn {
    justify-content: right !important;
}
md-chips md-chip {
    margin: 0 !important;
}
md-chips.md-default-theme .md-chips, md-chips .md-chips {
    box-shadow: none !important;
}
.md-chips{
    padding: 0 !important;
}
.header-class, .tabactive {
    background-color: #F58024 !important;
}
.downloadbtn-class {
    background-color: #F58024;
    color: white;
}
.button-class{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 40%);
}
.md-button.md-default-theme[disabled], .md-button[disabled] {
    background-color: #cfcdcd;
}
    .md-button[disabled]:hover, .btn-info[disabled]:hover {
        background-color: #cfcdcd;
    }
.md-button:not([disabled]):hover {
 //   background-color: #F58024;
    color: black;
}
.scripbox-footer {
    padding: 15px;
    text-align: center;
    font-size:12px;
  //  font-weight:bold;
   // border-top: 1px solid #e5e5e5;
}
.scripboxmini-logo {
   width: 30px;
    bottom: 1px;
   // margin-right: 10px;
    margin-left: 10px;
}