.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

#siteseal{
    overflow-x: hidden;
    width: 122px;
    display: inline-block;
	margin-top: 5px;
}

/*****VERTEX - CUSTOM DROPDOWN *******/
.drop-down .CREDITCARD {
    background-image: url('../images/Backend/Icons/visa.png');
}

.drop-down .MASTERPASS {
    background-image: url('../images/Backend/Icons/Masterpass.png');
}

.drop-down .EFT_PRO {
    background-image: url('../images/Backend/Icons/payU.png');
}

.drop-down .EFT_Other {
    background-image: url('../images/Backend/Icons/BS2b.jpg');
}

.drop-down .DebiCheck {
    background-image: url('../images/Backend/Icons/debi-check.png');
}

.drop-down .Zapper {
    background-image: url('../images/Backend/Icons/zapper.svg');
}

.drop-down .fas.fa-question-circle {
    position: absolute;
    right: -23px;
    top: -3px;
    font-size: 20px;
}

/******************** DONT CHANGE BELOW **************************/
.drop-down {
    position: relative;
    display: inline-block;
    margin-top: 0;
    width: 100%;
}

    .drop-down a, .drop-down a:hover {
        text-decoration: none !important;
    }

    .drop-down button {
        display: inline-flex;
        padding: 0;
        overflow: hidden;
        -webkit-padding-before: 0px !important;
        position: relative;
    }

    .drop-down .selectedvalue {
        height: 34px;
        margin: 0;
        padding: 6px 13px;
    }

@-moz-document url-prefix() {
    button {
        padding-top: 10px;
    }
}

.drop-down select {
    display: none;
}

.drop-down .select-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 33px;
    padding: 0;
    background-color: #595959;
    background-color: #fff;
}

    .drop-down .select-list li {
        display: none;
        cursor: pointer;
    }

    .drop-down .select-list ul {
        box-shadow: inset 0 0 0px 1px rgba(0, 0, 0,0.9);
    }

    .drop-down .select-list li {
        border: 1px solid #999;
        border-bottom: 0px solid #999;
        border-top: 0px solid #999;
    }

        .drop-down .select-list li:first-child {
            border: 1px solid #999;
            border-bottom: 0px solid #999;
        }

        .drop-down .select-list li:last-child {
            border: 1px solid #999;
            border-top: 0px solid #999;
        }

        .drop-down .select-list li span {
            display: inline-block;
            min-height: 35px;
            min-width: 195px;
            width: 100%;
            padding: 7px 15px 5px 45px;
            background-color: #fff;
            background-position: left 5px center;
            background-repeat: no-repeat;
            font-size: 14px;
            text-align: left;
            color: #FFF;
            color: #262626;
            background-size: 35px;
            box-sizing: border-box;
        }

            .drop-down .select-list li span:hover,
            .drop-down .select-list li span:focus {
                background-color: #106ee8d6;
                color: white;
            }

.drop-down .select-list-link {
    background-color: #eaeaea;
    float: right;
    right: 0;
    position: absolute;
    height: 34px;
    top: 0px;
    width: 20px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    box-shadow: inset 0 0 1px 1px #80808096;
}

.drop-down i.fa-sort-down {
    margin-top: 4px;
    font-size: 16px;
}

.form-control.drop-down a {
    color: #2f2f2f;
}

.form-control.drop-down i {
    font-size: 16px;
    margin-top: 8px;
}

.drop-down i {
    margin-top: 9px
}


.drop-down .SelectedOption {
    padding: 5px 0 5px 43px;
    background-position: left 5px center;
    background-repeat: no-repeat;
    color: #262626;
    background-size: 35px;
    white-space: nowrap;
}

.drop-down .info {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
/******************************************/
.false {
    border-color: #e96666 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6) !important;
}

.true {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.accountsboxtheme {
    border: unset;
    background-color: rgba(255,255,255,0.9);
    float: unset;
    width: 100%;
    font-size: 15px;
    display: inline-table;
    max-width: 650px;
    border-radius: 5px;
    margin-bottom: 2px;
    margin-right: 5px;
    padding: 5px !important;
    position: relative;
    box-shadow: inset 0 0 2px 0px;
}
.modal {
    z-index: 9000000002 !important;
	overflow-y: scroll !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-header .close {
    float: right;
    position: absolute;
    right: 14px;
    top: 7px;
	cursor:pointer;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.fade.show {
  opacity: 1;
}
input[type="radio"].ListOfCases {
    position:absolute;
    margin-top:2px;
}

::-webkit-scrollbar {
    width: 0px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/**** Home Screen Hints ***>*/
@media (min-width:730px) {
    #diduk {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: -232px;
        width: 230px;
    }
}

#diduk {
    margin-top: 5px;
    background-color: rgba(49, 165, 17, 0.93);
    box-shadow: 0 0 1px 1px rgba(63, 255, 129, 0.99);
    color: #fff;
    padding: 5px;
}

#didukhead {
    text-align: center;
    border-bottom: 2px solid rgb(255, 255, 255);
    font-size: 24px;
    padding: 3px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

#didukbody {
    font-size: 14px;
    padding: 5px;
}
/*<*** Home Screen Hints ****/
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.show {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #dc2626;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}