
#merchantDropdown:not(:hover) {
    background-color: Transparent;
    border-color: Transparent;
}
#merchantDropdown:focus {
    outline: none;
}

/* alignment and spacing of banner logo */
body nav .container {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* change scollbars to hidden on IE/EDGE */
 td {
    -ms-overflow-style: none;
}

/* change scollbars on hidden on Chrome for Windows */ 
 td::-webkit-scrollbar{ width: 0 !important }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .20s ease;
       -o-transition: height .20s ease;
          transition: height .20s ease;
}

form input, form select {
    font-family: 'Inter';
}

.navbar-static-top {
    z-index: 1;
}

.td-width {
    -ms-overflow-style: none;
    width: 50%;
}

.float{
    float: right;
}

.notes {
    border-top: none !important;
    padding-top: 0px !important;
    font-size: 80%;
    font-style: italic;
}

.green, .Successful {
    color: green;
    font-weight: bold;
}

.greenBackground {
    color:white;
    background-color: green;
    font-weight: bold;
}

.blue {
    color: #3b98e6;
    font-weight: bold;
}

.blueBackground {
    color:white;
    background-color: #3b98e6;
    font-weight: bold;
}

.red, .Failed, .Complete{
    color: darkred;
    font-weight: bold;
}

.redBackground {
    color:white;
    background-color: darkred;
    font-weight: bold;
}

.summary td {
    text-align: center;
}

.summary td:first-child {
    text-align: left;
}

.progress {
    width: 7em;
    margin: 0;
    margin-left: 10px;
}

.progress-bar {
    color: blue;
}

.progress-bar.red {
    background-color: red;
    font-weight: bold;
}

.progress-bar.blue {
    background-color: #3b98e6;
    font-weight: bold;
}
.progress-bar.amber {
    background-color: #FFC200;
    font-weight: bold;
}


.btn {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.star:after {
    content:" *"; 
    font-weight: bold;
    color: red;
}

body {
    background-color: white;
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 100vh;
    padding-top: 10px;
    padding-bottom: 0px;
}

.jsonSaveBtn {
    color: white;
    background-color: #3883fa;
    border: 0px;
    border-right-width: 1px;
    border-right-style: solid;
    padding-top: 7px;
    font-family: 'Inter';
    font-size: 10pt;   
}


div.jsoneditor {
    color: #1A1A1A;
    border: 1px solid #3883fa;
    box-sizing: border-box;
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
    padding: 0;
    line-height: 100%;
}

 /*.MsgEditRow td{
    background-color: black;
    overflow: scroll;
 }*/

/*Getting Started*/
.helpImage {
    width:95%;
    border: 1px solid;
    margin: auto;
    margin-bottom: 20px;
    display: block;
    box-shadow: 7px 7px 5px #888888;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand{
    color: white !important;
}

nav.navbar {
    /* Primary - Master Mint/Master Mint 500 */

    background: #45BEAA;
}

body {
    margin:0px;
    padding:0px;
}
ul.nav {
    margin-top: 5px;
}
.navbar {
    margin-bottom:0px;
}
.panel-heading .panel-title {
    margin: 5px 13px !important;
}
.w-50{
    width:49.5%;
}
.in-block{
    display: inline-block;
}
.compact_table_toggle{
    height: 0px;
    overflow: hidden;
}
.dis-none{
    display: none; 
}
.in-bock{
    display: inline-block; 
}
.space-normal{
    white-space: normal!important;
}
.break-word{
    word-wrap: break-word;
}
.w-70{
    width: 70%;
}
.in-block{
    display: inline-block;
}
.align-baseline{
    vertical-align: baseline;
}
.w-15{
    width: 15%;
}
.pd-l5{
    padding-left: 5px!important;
}
.pd-r5{
    padding-right: 5px!important;
}
.mg-t20{
    margin-top: 20px;
}
.mg-b20{
    margin-bottom: 20px!important;
}

.mwidth-400{
    max-width: 400px!important;
}

.border-grey{
    border-color: grey!important;
}
.bg-grey{
    background: grey!important;
}
.color-red{
    color:#D81B2F;;
}
.my-dropdown-menu{
    width: 1300px;
    left: -420px;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 999;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
}
.my-dropdown-menu.active{
    display: block!important;
}
.my-dropdown{
    position: relative;
}
.my-thead-center tr td{
    text-align: center!important;
}
.thead-white-space tr td a{
    white-space: pre-line;
}
.table-text-center td{
    text-align: center!important;
}
.position-relative{
    position: relative;
}
.thead-decoration-none tr td a{
    text-decoration: none;
}

.bootstrap-tagsinput {
  width: 100% !important;
}

.bigdrop {
    width: 100% !important;
}

.search-table-header {
    width: 150px !important;
}

.mt-2px {
    margin-top: 2px;
}

.mt-5px {
    margin-top: 5px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-25px {
    margin-top: 25px;
}

.mr-5px {
    margin-right: 5px;
}

.ml-20px {
    margin-left: 20px;
}

.ml-40px {
    margin-left: 40px;
}

.d-none {
    display: none;
}

.d-nonei {
    display: none !important;
}

.fs-25px {
    font-size: 25px !important;
}

.captureActions:hover {
    cursor: pointer;
}

.addCaptureRowBtn:disabled {
    pointer-events: none;
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.addCaptureRowBtn:disabled:hover {
    background-color: #ccc;
    color: #666;
}
