body, .dropdown-menu, .form-control, .btn {
  font-size: .875rem;
}

body{

}

.dropdown-menu{
    min-width: auto;
}

.navbar-brand{
    background-color: #fff !important;
}

.feather {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.mentis-main-side{
    width: 60px;
}

.mentis-main-container{
    width: calc(100% - 60px);
    flex: inherit;
    max-width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;

    
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px; /* Height of navbar */
  height: calc(100vh - 60px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
    text-align: center;
    padding: 0.75rem 0;
}

.sidebar .nav-link .feather {
  margin-right: 0px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.mentis-main-side .nav-item{
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

/*
 * Navbar
 */

.mentis-nav{
    height: 60px;
}

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow:none;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }


.btn-primary {
    color: #fff;
    background-color: #147cc1;
    border-color: #147cc1;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0A488A;
    border-color: #0A488A;
}

.btn-outline-primary:hover{
    color: #fff;
    background-color: #0A488A;
    border-color: #0A488A;
}

aside:before, aside:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}

#mentis-summary {
  width: 760px;
  border-radius: 5px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 2rem;
}

aside.diamond-left, aside.diamond-right {
  width: 175px;
  background-color: #f8f9fa;
  position: absolute;
  height: 50px;
  top: 0%;
}
aside.diamond-right {
  right: 0;
}
aside.diamond-right:before {
  border-width: 25px 25px 25px 0;
  left: -25px;
  border-color: transparent #f8f9fa;
}
aside.diamond-left {
  left: 0;
}
aside.diamond-left:after {
  border-width: 25px 0 25px 25px;
  right: -25px;
  border-color: transparent #f8f9fa;
}
aside.arrow {
  background-color: rgba(0,0,0,0.05);
  width: 330px;
  padding-right: 25px;
  position: absolute;
  margin: 0 auto;
  height: 50px;
  left: 0;
  right: -25px;
  /* Centering */
  top: 0%;
}
aside.arrow:before {
  border-color: rgba(0,0,0,0.05) transparent;
  left: -25px;
  border-width: 25px 0 25px 25px;
}
aside.arrow:after {
  border-color: transparent #f8f9fa;
  right: 0px;
  border-width: 25px 25px 25px 0;
}



.mts-donut{
    position: relative;
    display: flex;
}

.mts-donut h4{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100px;
    height: 64px;
    margin-left: -50px;
    margin-top: -32px;
}

.mts-donut h4 small{
    font-size: 60%;
}


.mts-donut-2 h4{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100px;
    height: 62px;
    margin-left: -50px;
    margin-top: -31px;
    font-size: 1.3rem;
}

.mts-donut-2 h4 small{
    font-size: 60%;
}



.mts-table-2 .btn-sm, .edit-column-btn .btn-sm{
    padding: .05rem .5rem;
}


.mts-table{
    width: auto;
    display: block;
    overflow: scroll;
    max-height: 750px;
}

.mts-table-5{
    max-height: 1500px;
}

.mts-table-3{
    max-height: 920px;
}

.mts-table th{
    min-width: 160px;
}

.mts-table-2 th{
    min-width: auto;
}

.mts-table th:last-child{
    min-width: auto;
}

.tbl-lst td{
    border-bottom: 0px;
}

.table-bordered td:first-child, .table-bordered th:first-child{
    border-left: none;
}

.table-bordered td:last-child, .table-bordered th:last-child {
    border-right: none;
}

.table-sm td, .table-sm th{
    padding: .5rem .75rem;
    white-space: nowrap;
}

.edit-column-table td{
    min-width: 300px;
    white-space: normal;
}


.tabl-min-wt{
min-width: 120px !important;}


.templates-summary-table {
position: relative;
height: 339px;
overflow: scroll;
}
.summary-table {
display: block;
}

.summary-body{
    height: 339px;
}

.mts-donut a{
    color: #147cc1;

}

.mts-donut a:hover{
    color: red;
}

.summary-filter .btn-secondary{
    background: none;
    border: 0px;
    color: #212529;
    
}

.summary-filter .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background: none;
    color: #212529;
}

.summary-filter .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
    background: none;
        box-shadow: 0 0 0 1px rgba(108,117,125,.5);
    color: #212529;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.mts-magn{
    margin-bottom: 30px;
}

.container{
    max-width: 100%;
}

/* Container needed to position the button. Adjust the width as needed */
.imgcontainer {
  position: relative;

}

/* Make the image responsive */
.imgcontainer img {
  width: 100%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image */
.imgcontainer .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.imgcontainer .btn:hover {
  background-color: black;
}

.mts-template-sidebar .list-group-item{
    padding: 0.5rem 1rem;
}

.mts-template-sidebar .list-group-item.active{
    background: #ffffff;
    color: #147cc1;
}

.mts-template-sidebar .list-group-item:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mts-template-sidebar .list-group-item {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    background: transparent;
    color: #fff;
    border:none;
    border-bottom: 1px solid rgba(255,255,255,0.2)
}

.mts-template-sidebar .list-group-item:hover{
    background: #fff;
    color: #147cc1;
}

.modal-body{
    height: 500px;
    overflow-y: scroll;
}

.modal-dialog{
    min-width: 600px;
}

.mentis-modal .modal-dialog{
    max-width: 1024px;
}

.add-column-modal .modal-dialog{
    min-width: 800px;
}

.add-column-modal .modal-body{
    height: auto;
}


.btn-outline-primary {
    color: #147cc1;
    border-color: #147cc1;
}

.summary-btn button{
    font-size: 1rem;
    line-height: 1.2;
    background: #fad608;
    color: #147cc1;
    
    
}

.summary-btn button strong{
    font-size: 130%;
    
}

.summary-btn button span{
    font-size: 100%;
    margin-left: 4px;
    color: #fff;
    background: #147cc1;
    
}



   svg {
  width: 100%;
  height: 270px;
  margin: 0 auto;
       margin-top: -30px;
}

#chartContainer svg{
    height: auto;
}

svg text.middle {
  font-family: Lato;
  font-weight: 300;
  font-size: 24px;
}
svg .nvd3.nv-pie .nv-pieLabels text {
  font-family: Lato;
  font-size: 18px;
  font-weight: 300;
  fill: #fff !important;
}


.donut-chart5 svg{
    height: 300px;
}

#lbltipAddedComment {
  text-align: center;
}

.summary-cart{
    /*color: #fff !important;*/
}

.summary-cart p{
    /*color: #6DC8EC !important;*/
}


.mts-left-filter .list-group-item{
        border-color: rgba(255,255,255,.1) !important;
}

.close{
        text-shadow: none;
    color:#fff;
}

.mentis-blue-bg{
    background: #147cc1 !important;
    color: #fff !important;
    
}


.modal-content{
    overflow: hidden;
}

.modal-header{
    border-radius: 0px;
}

.mentis-blue-color{
    color: #147cc1 !important;
}

.form-group{
    margin-bottom: 0.5rem;
}

.custom-file-input-sm, .custom-file-label-sm, .input-group-text-sm{
        padding: .25rem .5rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    height: auto;
    font-size: .875rem !important;
}

.custom-file-label::after{
    height: auto;
    padding: .25rem .5rem;
}

.input-group-text-sm{
    height: fit-content;
}

.modal-footer .btn{
    min-width: 100px;
}


.mentis-left-dropdown{
    display: inherit;
}

.mentis-left-dropdown .btn{
    background: #147cc1;
    border-color: #47A8D9;
}

.search-drop{
    display: grid;
    text-align: left;
}

.search-drop .btn{
    text-align: left;
}

.search-drop .dropdown-toggle::after{
    float: right;
    position: relative;
    top: 9px;
}


.mentis-left-dropdown .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
    background: #147cc1;
    border-color: #47A8D9;
    color: #fff;
}

.mts-main-table tr{
    background: #CEF4FB;
    cursor: pointer;
}

.mts-main-table tr td{
    border-color: #9FE4F8;
}

.mts-main-tbl thead{
    background: #9FE4F8;
}


.mts-main-tbl thead th{
    border-color: #6DC8EC;
}

.fa-sort{
    opacity: 0.4;
}

.mts-tag{
    position: absolute;
    background: #fad608;
    width: 180px;
    text-transform: uppercase;
    padding: 8px 0 10px;
    left: 50%;
    margin-left: -90px;
    font-weight: 700 !important;
    border-color: #FEF49B !important;
    z-index: 99;
    
    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 3.7px 2.3px rgba(0, 0, 0, 0.048),
  0 3.5px 2.5px rgba(0, 0, 0, 0.06),
  0 11.3px 8.9px rgba(0, 0, 0, 0.072)
}

.mts-tag-5{
    width: 130px;
    text-align: center;
    margin-left: -65px;
}


.mts-tag h5{
    font-weight: 700 !important;
}


.mts-tag-2{
    position: absolute;
    background: #fad608;
    width: 120px;
    text-transform: uppercase;
    padding: 4px 0 6px;
    left: 50%;
    margin-left: -60px;
    font-weight: 700 !important;
    text-align: center;
}


.mts-tag-3{
    width: 150px;
    margin-left: -75px;
    position: relative;
}

.mts-tag-2 h6{
    font-weight: 700 !important;
}

.filter-tag{
    position: absolute;
    background: #fad608;
    -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  transform: rotate(-90deg);
    width: 50px;
    height: 22px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    left: 0;
    margin-left: -36px;
    padding-top: 2px;
    top: 50px;
    font-weight: 700;

}

.filter-tag p small{
    font-weight: 600 !important;
    color: #147cc1;
    letter-spacing: 0.01rem;
}


.ribbon3 {
  width: 104px;
  height: 34px;
  line-height: 30px;
  padding-left: 10px;
  position: absolute;
  left: 15pxpx;
  top: -4px;
  background: #fad608;
    color: #147cc1;
}


.ribbon5 {
  top: auto;
    margin-left: 10px;
    font-size: 80%;
   
}

.ribbon5:after{
    top: 0;
}




.ribbon3-1{
    width: 176px;
}

.ribbon3:before, .ribbon3:after {
  content: "";
  position: absolute;
}

.ribbon3:after {
  height: 0;
  width: 0;
  right: -15px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #fad608;
}

.ribbon6 {
  top: auto;
    margin-left: 10px;
    font-size: 70%;
     width: 92px;
  height: 30px;
}

.ribbon6:after{
    top: 0;
    border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fad608;
    right: -13px;
}


.ribbon4 {
  width: 70px;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  position: absolute;
  left: 15pxpx;
  top: -4px;
  background: #fad608;
    color: #147cc1;
}


.ribbon4-1{
    width: 10opx;
}

.ribbon4:before, .ribbon4:after {
  content: "";
  position: absolute;
}

.ribbon4:after {
  height: 0;
  width: 0;
  right: -12px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #fad608;
}






.new-template .btn{
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
}

.new-template .btn:hover{
    background: rgba(0,0,0,0.1);
}

.mts-list-header{
    background: #0E60A5 !important;
    border-top-left-radius: .25rem!important;
    color: #fad608 !important;
    font-size: 120%;
    font-weight: 600;
}

.mts-breadcrumb{
    background: rgba(0,0,0,0.075);
    z-index: 1;
    position: relative;
}

.mts-breadcrumb-2{
    background: rgba(0,0,0,0.05);
}

.mts-breadcrumb a{
    color:#fff;
}

.mts-breadcrumb-2 a{
    color:#147cc1;
}


.mts-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    color: #6DC8EC;
}

.mts-breadcrumb .breadcrumb-item.active{
    color: #6DC8EC;
}

.mts-breadcrumb-2 .breadcrumb-item+.breadcrumb-item::before{
    color: #212529;
}

.mts-breadcrumb-2 .breadcrumb-item.active{
    color: #212529;
}

.edit-column-first td{
    border-top: 0px;
}

.edit-column-last td{
    border-bottom: 0px;
}

.security-stars span{
    color: #fad608;
    padding: 0 1px;
}

.tbl-icon{
    color: rgba(0,0,0,0.15);
}

.properties-icon span{
    padding: 0 2px;
    color: rgba(0,0,0,0.15);
}

.properties-icon span .active{
    color: #4CAF50;
}

.w-100{
    width: 100%;
}

.properties-list i{
    color: rgba(0,0,0,0.5);
}

.mts-breadcrumb-3{
    font-size: 1rem !important;
    font-weight: 500;
}

.mts-breadcrumb-3 a{
    color: #147cc1;
}

.summary-cart img{
width: 70%;
}

.mts-chart img{
    width: 100%;
}

.lookup-summary-table{
    height: 400px;
}

.white-space-unset td{
    white-space: unset !important;
}


.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle{
    background: #147cc1;
    border-color: #147cc1;
}

.mts-infography h5, .mts-infography-1 h5{
}

.mts-infography .border-right, .mts-infography .border-left, .mts-infography .border-top, .mts-infography .border-bottom{
    border-color: #eee !important;
}

.mts-infography img{
    width: 75%;
    display: block;
    margin: 0 auto;
}


.mts-infography-1 img{
    width: 99.1%;
    margin: 0 auto;
    display: block;
}

.mts-infography2 img{
    width: 80.2%;
    margin: 0 auto;
    display: block;
}

.mts-infography-4 img{
    width: 100%;
}

.mts-primary{
    background: #147cc1;
    background-color: #147cc1;
    color: #fff;
}

.mts-summary-btn{
background: #147cc1;
background-color: #147cc1;
}

.mts-summary-btn h6{
    color: #fad608;
}

.mts-summary-btn:hover{
background: #0A488A;
background-color: #0A488A;
}

.mts-summary-btn a{
    color: #fad608;
    text-decoration: none;

}

.discovery-summary h5{
    color:#147cc1;
}

.discovery-summary h5 small{
    color: #6c757d;
}


.discovery-list{
    width:100%;
    margin-top: 90px;
}

.discovery-list .list-group-item{
    padding-top: 20px;
    padding-bottom: 20px;
}

.dis-details{
    position: absolute;
    right: -26px;
    font-size: 1.5rem;
    top: 50%;
    margin-top: -14px;
    color: #147cc1;
}

.bg-mts-primary{
    background: #147cc1;
    color: #fff;
}


.sidebar {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 60px;
  height: 100%;
  width: 60px;
  background: #fff;
  border-right: 1px solid #ddd;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar:hover,
.sidebar.active,
.sidebar.hovered {
  width: 250px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  display: block;
}
.sidebar ul li a {
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  color: #444;
  text-align: left;
}
.sidebar ul li a i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
    font-size: 1.125rem;
}
.sidebar ul li a span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.sidebar ul li a:hover {
  background-color: #eee;
}
.sidebar ul li a:hover i {
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

.mts-table-borderless td,
.mts-table-borderless th {
    border: 0;
    padding: 4px 1.5rem;
}

.jobs-table td{
    border-bottom: 0px;
}

.user-form input{
    border: none;
    background: none;
}



.mentis-steps{
    position: relative;
    height: 66px;
}

.mentis-bar{
    width: 100%;
    height: 4px;
    background: #e5e5e5;
    position: relative;
}

.review-step{
    height: 12px;
    width: 12px;
    background: green;
    position: absolute;
    top: -4px;
    border-radius: 50%;
    background-size: 70% auto;
    transition: all .3s ease;
    display: inline-block;
    text-align: center;
    transform: scale(1.2);
    cursor: pointer;
}


.review-step:hover{
    transform: scale(3);
    box-shadow: inset 0 0 0 0.02rem rgba(0,0,0,0.3);

}

.review-step:hover .review-icon{
    display: block;
}


.review-icon{
    display: none;
    font-size: 8px;
}



.completed{
    background: #28a745 !important;
    color: white;
    box-shadow:inset 0 0 0 0.03rem rgba(0,0,0,0.2);
}

.running{
    background: #fff !important;
    color: #28a745;
    box-shadow:inset 0 0 0 0.03rem rgba(0,0,0,0.2);
    transform: scale(3);
    box-shadow:0 0 0 3px rgba(40,167,69,0.2), inset 0 0 0 0.03rem #239247;
    color: #239247 !important;

}

.running .review-icon{
    display: block;
}


.review-icon-2{
    width: 130px;
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -65px;
    transform: scale(0.3);
    top: 8px;
    color: #212529;
    font-weight: 500;
}

.running:hover{
    background: #fff !important;
    color: #28a745;
    box-shadow:inset 0 0 0 0.03rem rgba(0,0,0,0.2);
    transform: scale(3);
    box-shadow:0 0 0 3px rgba(40,167,69,0.2), inset 0 0 0 0.03rem #239247;
    color: #239247 !important;    

}


.warning{
    background: #ffc107 !important;
    color: white;
    box-shadow:inset 0 0 0 0.03rem rgba(0,0,0,0.2);    
}

.error{
    background: #dc3545 !important;
    color: white;
    box-shadow:inset 0 0 0 0.03rem rgba(0,0,0,0.2);    
}

.skipped{
    background: #6c757d !important;
    color: white;
    box-shadow:inset 0 0 0 0.03rem rgba(0,0,0,0.2);    
}

.step-upcoming{
    background: #ddd !important;
    color: #999 !important;
        
}

.prs-completed{
    background: #28a745;
}

.prs-running{
    background: rgba(40,167,69,0.2);
}

.prs-warning{
    background: #ffc107;
}

.prs-error{
    background: #dc3545;
}

.prs-skipped{
    background: #6c757d;
}

.prs-submitted{
    background: #fff;
    border: 1px solid #ccc;
    border-left: 0px;
}

.rs-1{
    left: 0%;
}

.rs-2{
    left: 5%;
}

.rs-3{
    left: 12%;
}

.rs-4{
    left: 27%;
}

.rs-5{
    left: 38%;
}

.rs-6{
    left: 43%;
}

.rs-7{
    left: 46%;
}

.rs-8{
    left: 58%;
}

.rs-9{
    left: 67%;
}

.rs-10{
    left: 70%;
}

.rs-11{
    left: 82%;
}

.rs-12{
    left: 96%;
}

.rs-13{
    left: 99.1%;
}


.triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ccc;
    position: absolute;
    top: -15px;
    left: 81.8%;
}



.table-border-none td, .table-border-none td{
    border-bottom: 0px solid !important;
}


.mts-left-bar {
    height: 100%;
    box-shadow: 15px 0 10px -2px rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,.125);
}

.mts-list li {
    list-style: none;
}


.mts-sub{
    position: relative;
}

.mts-sub ul{
    background: #147cc1;
    display: none;
    position: absolute;
    right: -220px;
    top: 0;
}

.mts-sub ul li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.mts-sub ul li:last-child{
    border-bottom: 0px solid #000;    
}





.mts-sub ul li a{
    line-height: 1;
    padding: 12px 15px 14px;
    margin: 0;
    text-decoration: none;
    border: none;
    color: #fff;    
}


.mts-sub ul li a:hover{
    background: rgba(0,0,0,0.3);
}

.mts-sub:hover ul{
    display: block; 
    width: 220px;
}


.mts-arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid #147cc1; 
    position: absolute;
    top: 20px;
    left: -10px;
    z-index: 1;
}

.mts-arrow-left:hover{
    display: block;
}

.mts-brand{
    width: 120px;
}

.mts-brand img{
    width: 100%;
}

.review-table tr{
    cursor: pointer;
}

.subscription table {
  table-layout: fixed ;
  width: 100% ;
}


.subscription .table-hover tbody tr:hover{
    background: none;
}

.subscription td {
  width: 20% ;
    padding: 30px 0;
}

.subs-title td{
    padding: 20px 0;
    color: #fad608;
}

.subs-start td{
    border-top: none;
}

.subs-end td{
    border-bottom: none;
}

.subscription .subs-main-title {
  width: 40% ;
}

.subscription p, .subscription h1, .subscription h2, .subscription h3, .subscription h4, .subscription h5, .subscription h6{
    margin-bottom: 0px;
}

.subscription .table-bordered td, .subscription .table-bordered th{
    border-color: rgba(0,0,0,0.1);
    
}

.mts-table-subs{
    overflow: scroll;
    max-height: 800px;
    
}

.subs-badge{
    padding: .4em .6em;
    background: #147cc1;
}

.subs-badge i{
    color: #fad608;
}
.inner-subscription td{
    padding: 10px 0;
}

.inner-subscription th{
    border-bottom-width: 1px !important;
}

.inner-subscription td, .inner-subscription th{
    border-color: rgba(0,0,0,0.1) !important;
}

.subs-sub-title th{
    border-top: none;
    
}

.subs-icon{
    padding: 5px 6px;
    font-size: 11px;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    background: #ddd;
}

.mts-configure .list-group-item{
    border-radius: 0 !important;
    background: #47A8D9;
    color: #fff;
    font-size: 110%;
    font-weight: 600;
}

.mts-configure .list-group-item:hover{
    background: #147cc1;
}


.configure-pattern .list-group-item{
    border-radius: 0 !important;
}

.pathway-tbl tr:hover{
    background: #6DC8EC;
}

.pathway-tbl .active{
    background: #6DC8EC;
}

.pathway-tbl tr:hover td, .pathway-tbl tr:hover th{
}

.pathway-tbl tr:hover .text-success{
    color: #fff !important;
    
}

.pathway-tbl tr:hover .text-danger{
    color: rgba(255,255,255,0.5) !important;
    
}

.configure-rightside ul li{
    background: none
}

.configure-rightside .card h5{
    color: #147cc1;
}


.configure-rightside .card a{
    font-weight: normal;
    padding: 5px 8px 6px !important;
    text-decoration: none;
}


.pathway-tbl img{
    max-width: 150px;
}



.modal-auto{
    height: auto;
    overflow: auto;
}

.cong-hr{
    width: 100%;
}

.buildpathway{
    font-size: 130%;
    font-weight: bold;
    line-height: 1.8;
    background: #147cc1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: center;
    color: #fff;
}

.bpt{
    cursor: pointer;
}


.discovery-bar .progress{
    background: none;
    border-radius: 0px;
    height: 14px;
    padding-top: 2px;
}

.discovery-bar .progress-bar{
    background: white;
    height: 10px;
}

.discovery-bar p{
    color: rgba(255,255,255,0.5);
}


.discovery-bar h6{
    color:#fad608;
    margin-top: -6px;
    margin-left: 6px;
}


.dis-new-pop .table-bordered td, .dis-new-pop .table-bordered th{
    border: 1px solid rgba(0,0,0,0.1);
}

.configure-table td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}

.mts-row-active{
    background: rgba(0,0,0,0.1)
}


/* range slider */

/* https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ */

.price-range{
background: #147cc1;
height: 120px;
    padding: 0 20px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; 
    position: relative;
}

.range-slider {
    position: relative;
    width: 100%;
    height: 35px;
    text-align: center;
    top: 40px;
}

.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 9px;
    width: 100%;
    outline: none;
    height: 30px;
    margin: 0;
    padding: 0;
}

.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

.rangeValue {
	width: 30px;
}

.output {
  position: absolute;
  border:1px solid #CEF4FB;
  width: 40px;
  height: 30px;
  text-align: center;
  color: #CEF4FB;
  border-radius: 4px;
  display: inline-block;
  font: bold 15px/30px Helvetica, Arial;
  bottom: 75%;
  left: 50%;
  transform: translate(-50%, 0);
}

.output.outputTwo {
	left: 100%;
}



input[type=range] {
  -webkit-appearance: none;
  background: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 10px;
  border: none;
  border-radius: 3px;
  background: transparent;
}

input[type=range]::-ms-track {
  height: 10px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-track {
  height: 10px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]:focus {
  outline: none;
}

.full-range,
.incl-range {
	width: 100%;
	height: 10px;
	left: 0;
	top: 21px;
	position: absolute;
    border-radius: 6px; 
	background: #DDD;
    background-color: red;
  background-image:
    linear-gradient(
      to right, 
      #aaaaaa,
      #aaaaaa 30%,
      #ffe082 30%,
      #ffe082 80%,
      #66bb6a 80%
    );
}

.incl-range {
	background: #ffe082;
}

.range-first{
    position: absolute;
    left: 0;
    top: 45px;
    color: #fff;
}

.range-middle{
    position: relative;
    width: auto;
    margin-left: -50px;
    top: 45px;
    color: #fff;
    text-align: center;

}

.range-last{
    position: absolute;
    right: 4%;
    top: 45px;
    color: #fff;    
}

.range-line-1{
    height: 10px;
    width: 1px;
    background: #47A8D9;
    position: absolute;
    top: -10px;
    left: 1px;
}

.range-line-2{
    height: 10px;
    width: 1px;
    background: #47A8D9;
    position: absolute;
    top: -10px;
    left: 50%;
}

.range-line-3{
    height: 10px;
    width: 1px;
    background: #47A8D9;
    position: absolute;
    top: -10px;
    right: 1px;
}

.slider-info{
    position: absolute;
    right: 16px;
    top: 12px;
    color: #fff;
    font-size: 18px;
}

.slider-info:hover{
    color: #9FE4F8;
}

.no-data{
    padding: 20px;
}

.no-data img{
    max-width: 180px;
    margin: 0 auto;
}

.no-data h6{
    margin: 0 auto 10px;
    color: #999;
}

.card-chart{
    width: 60%;
    margin: 0 auto;
    display: block;
    
}

.card-chart-body .card{
    min-height: 120px;
}

.card-group{
    width: 100%;        
}


.mentis-tabs a{
    background-color: #fff;
    color: #212529;
    border-color: #dee2e6 !important;
    border-bottom: none !important;
}


.mentis-tabs .nav-tabs{
    border-bottom: none;
}

.mentis-tabs .nav-tabs .nav-link:focus, .mentis-tabs .nav-tabs .nav-link:hover {
    border-color: #dee2e6 #dee2e6 #dee2e6;
    border-bottom: none !important;
}

.mentis-tabs .nav-tabs .nav-item.show .nav-link, .mentis-tabs .nav-tabs .nav-link.active{
    background-color: #147cc1;
    color: #fff;
    border-color: #0E60A5 !important;
    border-bottom: none !important;
    
    
}


.process-steps {
	padding: 2px;
	background-color: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.process-steps-2{
    max-width: 600px;
}

.process-steps-tab {
	padding: 6px 2px;
	background-color: #28a745;
	position: relative;
	color: #333;
    float: left;
    width: 20%;
}


.process-steps-tab-2{
    width: 33.33333%;
}

@media (max-width: 1051px) {
	.process-steps-tab {
		border-radius: 4px;
		text-align: center;
		font-size: 18px
	}
}
.process-steps-tab:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 10px;
	border-color: transparent transparent transparent #00a800;
	z-index: 20
}
.process-steps-tab:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 10px;
	border-color: transparent transparent transparent #fff;
	z-index: 10
}
.process-steps-tab.complete .process-steps-number {
	color: #333
}
.process-steps-tab.active {
	color: #fff
}
.process-steps-tab.active .process-steps-number {
	background-color: #fff;
	color: #333;
	border-color: #fff
}
@media (max-width: 1051px) {
	.process-steps-tab.active:after {
		display: none
	}
}
@media (max-width: 1051px) {
	.process-steps-tab.active:before {
		display: none
	}
}
.process-steps-tab.first .process-steps-number {
	margin-left: 5px
}
.process-steps-tab.first:before {
	display: none
}
.process-steps-tab.last:after {
	display: none
}
.process-steps-number {
	display: inline-block;
	border-radius: 100%;
	font-size: 20px;
	width: 28px;
	text-align: center;
	margin-left: 20px;
	border: 1px solid #333;
	line-height: 25px
}
@media (max-width: 1051px) {
	.process-steps-number {
		float: left;
		margin-left: 5px
	}
}
.process-steps-label {
	display: inline-block;
    top: -2px;
    position: relative;
}


.step-current{
    background: #147cc1;
}


.step-current:after{
     border-color: transparent transparent transparent #147cc1;
}

.stp-last:after{
    display: none;
}


.step-current .process-steps-number{
     color: #147cc1 !important;
}



.step-completed{
    background: #28a745;
}


.step-completed:after{
    border-color: transparent transparent transparent #28a745;
}


.step-completed .process-steps-number{
     color: #28a745 !important;
    background: #fff;
    border-color: #fff;
}

.step-completed .process-steps-label{
    color: #fff;
}

.step-blank{
    background: #e2e3e5;
}


.step-blank:after{
    border-color: transparent transparent transparent #e2e3e5;
}

.step-blank .process-steps-number{
     color: #333;
    background: #bbb;
    border-color: #bbb;
}


.process-steps-tab-4{
    width: 25%;
}

.process-steps-4{
 max-width: 800px;
}

.modal-header{
    background: #147cc1;
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem;
    color: #fff;
    
}

.close{
    text-shadow: none;
    color: rgba(255,255,255,1);
    font-weight: lighter;
}

.rs .nav-tabs .nav-item.show .nav-link, .rs .nav-tabs .nav-link.active{
    background: #147cc1;
    color: #ffffff;
    border: 1px solid #147cc1;
}

.rs .nav-justified .nav-item{
    font-size: 18px;
}

.rs .nav-tabs .nav-link{
    border: 1px solid #dee2e6;
}

.db select {
        width: 378px;
        float: left;
        min-height: 200px;
        font-size: 14px;
        line-height: 20px;
    }
    .db .controls {
        width: 130px;
        float: left;
        margin: 10px;
    }
    .db .controls a {
        background-color: #2199e8;
        border-radius: 4px;
        border: 0px solid #000;
        color: #ffffff;
        padding: 10px;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        margin: 5px;
        width: 100px;
        font-family: 'open sans';
    }


.bootstrap-duallistbox-container .buttons {
  width: 100%;
  margin-bottom: -1px;
}

.bootstrap-duallistbox-container label {
  display: block;
}

.bootstrap-duallistbox-container .info {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px;
}

.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
  display: none;
  font-size: 10px;
}

.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
  display: inline-block;
}

.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
  width: 50%;
  box-sizing: content-box;
}

.bootstrap-duallistbox-container .btn-group .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-duallistbox-container:not(.moveonselect) select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
  width: 50%;
  box-sizing: content-box;
}

.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
  margin-left: 0;
}

.bootstrap-duallistbox-container select {
  width: 100%;
  height: 300px;
  padding: 0;
}

.bootstrap-duallistbox-container .filter {
  display: inline-block;
  width: 100%;
  height: 31px;
  margin: 0 0 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-duallistbox-container .filter.placeholder {
  color: #aaa;
}

.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
  display:none;
}

.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
  width: 100%;
}

.sandc .list-group-item:first-child{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    
}

.sandc .list-group-item:last-child{
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    
}

.bar-line {
  fill: #F38630;
}

.domain{
  stroke: #eee;
}

.tick{
    font-weight: normal;
    font-size: .875rem;
}

.tick line {
  stroke: #eee;
}

.list-group-item.active {
    background-color: #147cc1;
    border-color: #147cc1;
}

.bootstrap-duallistbox-container .moveall, .bootstrap-duallistbox-container .removeall {
    width: -webkit-fill-available;
}

.bootstrap-duallistbox-container .move, .bootstrap-duallistbox-container .remove {
    width: -webkit-fill-available;
}

.table-bordered thead td, .table-bordered thead th{
    font-size: 12px;
}

.table-sm td, .table-sm th{

        padding: .25rem .75rem;
}


.table ul{
    padding-inline-start: 12px;
}

.list-group strong{
    font-size: 12px;
}



@media (max-width: 768px) {  
 
 .iscre-btn{
	position:absolute;
	top:-10px;
	width:100%;
	height:40px;
}


.iscre-btn button{
	width:100%;
}
 
 
 .nav-tabs{
	 margin-top:30px;
 
}