*{
    padding: 0;
    margin: 0;
}

p {
    margin: 1.12em 0;
}

html{
    font-size: 100%;
    height: 100%;
}

label{
    font-weight: 400 !important;
}

body {
    background-color: #f5f5f5;
    font-family: 'Barlow', sans-serif;
    /*font-family: 'Nunito', sans-serif;*/
    /*font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    margin: 0;
    padding: 0;
    color: #373737;
    min-height: 100%;
    /*font-size: 16px;*/
    /*font-size: 0.8125em;*/
    font-weight: 400;
    line-height: 1.5385;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}
.ui-widget-content {
    border: none /*{borderColorContent}; */;

}
.ui-widget {
    font-size: 1em;
}
/*.form-control {
    font-size: 16px;
}*/

.center {
    text-align: center;
}

input, textarea, select{
    background-color:transparent;
}
select option {
    background-color: #fff;
}


input, select, button {
    font-family: 'Barlow', sans-serif;
    /*font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    /*font-size: 14px;*/
    font-weight: 400;
}

.level1 {
    font: normal normal bold 35px/47px Nunito;
}
.level2 {
    font: normal normal bold 20px/27px Nunito;
}

#logindisplay a, ul#menu li a {
    font-size: 1.1em;
}

#companyTabs ul li, #schedulerTabs ul li {
    font: normal normal bold 16px/22px Nunito;
}

header,
footer,
section {
    display: block;
    clear: both;
}


#footer {
    line-height: 3em;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 0;
    margin-top: 0;
    height: 10em;
    padding: 0.8em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #a7c85e;
}

.version {
     position: absolute;
    bottom: 37px;
    left: 37px;
}

#footerImg {
    right: 40px;
    top: 32px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2 {
    color: #373737;
    font-size: 1.0rem;
    font-weight: 700;
    font-size: 2.0rem;
    font-weight: 700;
    padding-bottom: 0.1em;
    margin-bottom: 0.65em;
}

.validation-summary-errors ul {
    list-style: inside;
}

    .validation-summary-errors ul li {
        overflow: visible;
        white-space: nowrap;
    }

#setpwcontent, #setpwsuccesscont, #resetpwcontent, #resetpwsuccesscont, setpwsuccesscont, setpwerrorcont {
    margin: 0 0.8em;
}

#setpasswordform, #changepasswordform, #resetpasswordform {
    max-width: 18em;
}

#payCreate, #payStatus, #paySearch, #adminPage, #setpwcontent, #changepwsuccesscont, #setpwerrorcont, #resetpwcontent, #resetpwsuccesscont, #setpwcontent, #setpwsuccesscont {
    background-color: #fff;
    box-sizing: border-box;
    min-height: 600px;
    -webkit-box-shadow: 0px 0px 40px -29px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 40px -29px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 40px -29px rgba(0,0,0,0.55);
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 25px;
    padding-right: 2.5em;
    padding-left: 2.5em;
    padding-top: 2.5em;
}


#payStatus, #paySearch {
    float: right;
    width: 39%;
    width: calc(40% - .4em);
    box-sizing: border-box;
}

#searchList {
    overflow: auto;
}

#paySearch.expanded #searchList {
    overflow: hidden;
}

#paySearch.expanded {
    width: 70%;
    z-index: 400;
    position: absolute;
    overflow: visible;
    right: 0;
    border-left: 0.4em solid #f5f5f5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    animation: expanded 800ms ease;
}

@keyframes expanded {
    0% {
        width: 39%;
        width: calc(40% - .4em);
    }
    
    100% {
        width: 70%;
    }
}

#paySearch.expanded.narrow {
    width: 39%;
    width: calc(40% - .4em);
    border: 1px solid rgba(0,0,0,.125);
    animation: narrow 800ms ease;
}

@keyframes narrow {
    0% {
        width: 70%;
        border-left: 0.4em solid #f5f5f5;
    }
    95% {
        border-left: 1px solid rgba(0,0,0,.125);
    }

    100% {
        width: 39%;
        width: calc(40% - .4em);
        border-left: 1px solid rgba(0,0,0,.125);
    }
}





#payStatus {
    overflow: auto;
}

#payStatus h1 a, #paySearch h1 a
{
    float: right;
}

#search img{
    width: 31px;
}

#status img{
    height: 1.0em;
}

#search img.hover, #status img.hover {
    display: none;
}

#search:hover img.hover, #status:hover img.hover {
    display: inline;
}

#search:hover img.nohover, #status:hover img.nohover {
    display: none;
}

#paySearch #inputCont
{
    overflow: hidden;
}

#paySearch #inputCont input{
    width: 100%;
}

#searchList
{
    margin-top: 0.6em;
}

#searchList td
{
    font-size: 0.9em;
}

#searchButton, #selectSendLinkFile {
}

#searchTerm {
    margin: 0;
    width: 100%;
}

#searchButton { /*.float-right-button*/
    margin-left: 5px;
}

#filterButton { /*.float-right-button*/
}

.btn-getdata { /*.float-right-button*/
}


.medium-button, .button.medium-button, .float-right-button, .button.float-right-button {
    margin-top: -2px;
    width: auto;
    min-width: 0;
    padding: 8px;
    border-radius: 9px;
    font-size: 16px;
}

.small-button, .button.small-button {
    margin-top: -2px;
    width: auto;
    min-width: 0;
    padding: 3px 10px 3px 10px;
    border-radius: 9px;
    font-size: 14px;
}


.float-right-button, .button.float-right-button {
    float: right;
}

#check-clientid-button { /*.float-right-button*/
    margin-top: 18px;
    width: 10%;
}
#Clientid {
    width: 89%;
}

#check-mediacode-button { /*.float-right-button*/
   /* padding-top: 12px;
    padding-bottom: 12px;*/
    padding-left: 7px;
    padding-right: 8px;
    margin-left: 3px;
    font-size: 13px;
}

#clientid-status {
    font-size: 12px;
}

#clientid-with-check {
    margin-bottom: 1.9em;
}

.field-status {
    font-size: 12px;
}


#sendLinkDataContainer #selectedfile
{
    height: 2.2em;
    font-size: 1.2em;
}

#dateSelector, #timeSelector
{
    float: left;
    width: 12em;
}

#dateTimeSelector{
    height: 10em;
    clear:both;
}

    #dateTimeSelector .ui-datepicker-trigger, #dateTimeSelector #picktime {
        display: inline-block;
        margin-top: 0.2em;
        margin-left: 0.6em;
        vertical-align: top;
    }

    #dateSelector input, #timeSelector input {
        display: inline-block;
        width: 7.5em;
    }

#payStatus table, #searchList table{
    width: 100%;
}

#payCreate.withstatus {
    width: 58%;
    float: left;
}


#payCreate input[type="text"], #payCreate label
{
    width: 100%;
}

#payCreate .input-text-btn input[type="text"], #payCreate .input-text-btn label
{
    width:100%;
}

#payCreate input[type='submit'], #payCreate input[type='button'], #payCreate .button {
    width: 50%;
}


#payConfirm div#ivrguide
{
    margin-top: 1.0em;
}

h2#paydata
{
    margin-bottom: 0.25em;
    margin-top: 1.25em;
    font-size: 1.2em;
}

#emptyPage
{
    min-height: 20em;
}

#getcontainer
{
    position: relative;
    display: inline-block;
}

#getcontainer .buttxt
{
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -1.4em;
    color: #008000;
    width: 28em;
}

.input-text-btn {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 2.9em;
}

.input-text-btn .form-control, .input-text-btn-addon, .input-text-btn-btn {
    display: table-cell;
}

.input-text-btn-btn:last-child>.btn, .input-text-btn-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-text-btn-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding-left: 0.2em;
}

.input-text-btn .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-text-btn input, .input-text-btn label {
    width: 100%;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    background-color: #f5f5f5;
    min-height: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#header {
    position: relative;
    color: #000;
    line-height: 3.0em;
    padding: 20px 20px 20px 20px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 6px 40px -29px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 6px 40px -29px rgba(0,0,0,0.55);
    box-shadow: 0px 6px 40px -29px rgba(0,0,0,0.55);
    background-color: #ffffff;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    text-shadow: 1px 1px 2px #111;
    background-color: #ffffff;
}


img#logo {
/*    max-width: 30%;
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    box-sizing: border-box;
    max-height: 3.0em;
    margin-right: 1em;
*/}

nav {
    display: inline-block;
    line-height: normal;
    vertical-align: bottom;
}

div#menucontainer
{
  display: inline-block;
  vertical-align:text-bottom;
  width:auto;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#menu li {
    display: inline;
    list-style: none;
}

    ul#menu li a {
        text-decoration: none;
        display: inline-block;
        position: relative;
        box-sizing: content-box;
        margin-left: 10px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        padding: .3em .75em;
        line-height: 1.6667;
        border-radius: 2px;
        font-size: 1.4em;
        font-weight: 700;
        margin-right: 25px;
        opacity: 1;
    }

    ul#menu li a img.nohover, ul#menu li a img.hover {
        width: 1.5em;
        margin-right: 10px;
        margin-bottom: 4px;
        vertical-align: middle;
    }

    a#menuEasy img.nohover, #menuEasy img.hover {
        width: 4em !important;
    }


ul#menu li a .hover {
    display: none;
}

ul#menu li a .arrow {
    position: absolute;
    left: 1.1em;
    bottom: -4px;
    width: 1.1em;
    display: none;
}

ul#menu li.selected a .arrow {
    display: none; /* Not used for now */
}

ul#menu li a:hover, ul#menu li.selected a  {
    text-decoration: none;
}

ul#menu li a:hover .nohover, ul#menu li.selected a .nohover{
    display: none;
}

ul#menu li a:hover .hover, ul#menu li.selected a .hover{
    display: inline;
}

#logindisplay {
    display: block;
    position: absolute;
    right: 45px;
    bottom: 24px;
    text-align: right;
    text-decoration: none;
}


    #logindisplay a {
        display: inline-block;
        margin-left: 10px;
        font-weight: 400;
        display: inline-block;
        box-sizing: content-box;
        margin-left: 10px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: bottom;
        user-select: none;
        padding: .3em .75em;
        padding-left: 0px;
        line-height: 1.6667;
        border-radius: 2px;
        text-decoration: underline;
        right: 45px;
        bottom: 30px;
    }

    #logindisplay a:hover {
        text-decoration: none;
    }


    #logindisplay a img.nohover, #logindisplay a img.hover {
        margin-right: 10px;
        width: 1.6em;
        vertical-align: middle;
    }

#visibleLinkCont {
    margin-top: 2em;
}

#visibleLinkCont h2 {
   padding: 0;
   margin-bottom: 0.2em;
   font-size: 1.1em;
}

#visibleLink {
    font-size: 1.0em;
    color:inherit;
}

#visibleLink a {
    text-decoration: none;
}

#visibleLink a img {
    height: 1.1em;
    vertical-align: middle;
}

#logindisplay a .hover, #visibleLink a .hover {
    display: none;
}

#logindisplay a:hover .hover, #visibleLink a:hover .hover {
    display: inline;
}

#logindisplay a:hover .nohover, #visibleLink a:hover .nohover {
    display: none;
}


#logindisplay #userInfo {
    display: inline-block;
    line-height: normal;
    vertical-align: bottom;
    padding-bottom: .5em;
}

#main {
    position: relative;
    padding-top: 1.8em;
    padding-right: 0px;
    padding-bottom: 0.4em;
    padding-left: 0px;
    background-color: transparent;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    min-height: 600px;
}

input[type=text], select, input[type=password], textarea, input[type=email] {
    display: block;
    width: 100%;
    line-height: 1.5385;
    background-clip: padding-box;
    box-shadow: transparent 0px 0px 0px 0px;
    padding: 0.4em 0.8em;
    border-image: initial;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-radius: 9px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-bottom: 1.9em;
    box-sizing: border-box; /* css3 rec */
    -moz-box-sizing: border-box; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */
    -khtml-box-sizing: border-box; /* konqueror */
}

input[type=text], select, input[type=password], input[type=email] {
    height: 2.77em;
}

select.timeInput{
    width: 4.5em;
    display: inline-block;
    text-overflow:clip;
}

#statPage select{
    margin-bottom: 0.3em;
}

#createForm .roField {
    font-weight: bold;
    margin-bottom: 1.9em;
    margin-left: 1px;
    padding: 0 0.8em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
.account-form input[type=text], .account-form input[type=password] {
    margin-bottom: 0em;
}

.account-form .editor-field {
    padding-top: 1.9em;
}


#createForm .roField .roValue {
    display: inline-block;
    margin: 0 1px;
    font-size: 1.2em;
    color: #949494;
}

input [type="radio"] {
    vertical-align: middle;
    color: #373737;
}

input[type=radio]:checked {
    color: #373737;
}

div.radioOption {
    margin: 0.6em 0 0.1em 0;
    padding: 0 0 0 .1em;
    color: rgb(51, 51, 51);
    width: 100%;
    display: block;
    box-sizing: border-box; /* css3 rec */
    -moz-box-sizing: border-box; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */
    -khtml-box-sizing: border-box; /* konqueror */
}

    div.radioOption input {
        margin-right: 1em;
    }

select:not([multiple]) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

textarea{
    border: 2px solid #cccccc;
}

select option{
    overflow:visible;
}

div#buttons
{
    margin-top: 1.6em;
    margin-bottom: 2em;
    line-height: 1.6em;
}

div#buttons input, div#buttons.button, div#buttons button {
    margin-right: 0.6em;
    margin-bottom: 0.3em;
}

input[type="submit"], input[type="button"], button, .button {
    font-size: 1.2em;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px;
    background-color: #83A7CA;
    border-radius: 35px;
    border-style: none;
    /*border-color: #ffffff;*/
    min-width: 10em;
}

    input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover {
        background-color: #83A7CA; /* No hover effect by default */
    }

    input[type="submit"]:focus, input[type="button"]:focus, button:focus, .button:focus {
        outline: none;
    }

    a.sub_refund.button, a.sub_capture.button, button.smallBut {
        display: inline;
        padding: 2px 3px;
    }

    #delConfirm input[type="submit"], #delConfirm input[type="button"], #delConfirm button, #delConfirm.button {
        margin-bottom: 1em;
    }

    #ticketRemoveContainer input[type="submit"], #ticketRemoveContainer input[type="button"], #ticketRemoveContainer button, #ticketRemoveContainer.button {
        margin-bottom: 1em;
    }

    input[type="text"]::-webkit-input-placeholder {
        color: #444;
    }

input[type="email"]::-webkit-input-placeholder {
    color: #444;
}

input[type="text"]:-moz-placeholder {
    /*Firefox 18- */
    color: #444;
}

input[type="email"]:-moz-placeholder {
    /*Firefox 18- */
    color: #444;
}

input[type="text"]::-moz-placeholder {
    /*Firefox 19+*/
    color: #444;
}

input[type="email"]::-moz-placeholder {
    /*Firefox 19+*/
    color: #444;
}


input[type="text"]:-ms-input-placeholder {
    color: #444;
}

input[type="email"]:-ms-input-placeholder {
    color: #444;
}

input[type="password"]::-webkit-input-placeholder {
    color: #444;
}

input[type="password"]:-moz-placeholder {
    /*Firefox 18-*/
    color: #444;
}

input[type="password"]::-moz-placeholder {
    /*Firefox 19+*/
    color: #444;
}

    input[type="password"]:-ms-input-placeholder {
        color: #444;
    }

    input.placeholder {
        color: #444;
    }

    .label {
        font-size: 1.2em;
        color: #000000;
    }

    #payTypeSelector {
        margin-top: 10px;
        line-height: 1.2;
        padding-bottom: 2.2em;
    }

        #payTypeSelector .label {
            line-height: 1.5385;
            color: rgb(51, 51, 51);
            display: inline-block;
            padding-bottom: 0.2em;
        }

    #webid {
        font-size: 1.6em;
        color: Red;
    }

    .paidDetail table {
        border-collapse: collapse;
    }
    /*.paidDetail .header h1{
    color: #000000;
    margin-top: 1.4em;
    margin-bottom: 0.3em;
}*/

    a.detailsLink img {
        border: none;
        width: 0.9em;
    }

    tr.marker {
        border-bottom: 1px solid #444;
    }

    button:disabled,
    input:disabled,
    button[disabled],
    input[disabled] {
        background-color: #d2d2d2;
        color: #a5a5a5;
    }
    /* MISC  
----------------------------------------------------------*/
    .clear {
        clear: both;
    }

    #errSummery {
        color: Red;
    }

    #errSummery2 {
        margin-bottom: 1.6em;
    }

    #payCreate #errSummery div:last-of-type {
        margin-bottom: 1.6em;
    }


    .error {
        color: Red;
    }


    div#title {
        display: block;
        float: left;
        text-align: left;
    }
    /* Styles for validation helpers
-----------------------------------------------------------*/
    .field-validation-error {
        color: #ff0000;
    }

    #logonPage .field-validation-error {
        display: none;
    }

    .field-validation-valid {
        display: none;
    }

.input-validation-error, input[type="text"].input-validation-error, input[type="email"].input-validation-error, input[type="password"].input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

    .validation-summary-errors {
        font-weight: normal;
        color: #ff0000;
    }

    .validation-summary-valid {
        display: none;
    }

    #fields span.label {
        display: inline-block;
        width: 11em;
        padding: 0;
        font-weight: normal;
        line-height: 1;
        text-align: left;
        white-space: normal;
    }

    .confirmBook {
        font-size: 2.4em;
        font-weight: bold;
        color: Green;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
    }

    #orderList .order {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-bottom: 12px;
        font-size: 0.85em;
        position: relative;
        overflow: visible;
        padding-left: 5px;
        padding-right: 5px;
    }

        #orderList .order .status {
            font-size: 1.2em;
            font-weight: 700;
        }

        #orderList .order .right {
            cursor: copy;
        }


div#orderList div.ost-2, div#searchList tr.ost-2, #popup.transactionDetail .db-detail-status.ost-2 { /*BSSignUp = 2, // BS link sent to user*/
    /*background: #d4e3fa;*/
    background: #EAEA97;
    color: #000000;
}

div#orderList div.ost-3, div#searchList tr.ost-3, #popup.transactionDetail .db-detail-status.ost-3 { /*Paid = 3, // Auth done*/
    background: #9AB769;
    color: #000000;
}

div#orderList div.ost-4, div#searchList tr.ost-4, #popup.transactionDetail .db-detail-status.ost-4 { /*Pending = 4, // Pending A2A*/
    /*background: #fbb383;*/
    background: #ECF0F1;
    color: #000000;
}

div#orderList div.ost-5, div#searchList tr.ost-5, #popup.transactionDetail .db-detail-status.ost-5 { /*Booked = 5*/
    background: #EAEA97;
    color: #000000;
}

div#orderList div.ost-7, div#searchList tr.ost-7, #popup.transactionDetail .db-detail-status.ost-7 { /*Rejected = 7, // Auth failed or interrupted*/
    background-color: #d85a6e;
    color: #000000;
}

div#orderList div.ost-9, div#searchList tr.ost-9 { /*Overdue = 9, // Link Expired*/
    /*background: #dc9e57;*/
    background-color: #e4b67e;
    color: #000000;
}

div#orderList div.ost-11, div#searchList tr.ost-11, #popup.transactionDetail .db-detail-status.ost-11 { /*Preauth = 11, // Temp state after preauth before ticketauth D2 only*/
    background: #9AB769;
    color: #000000;
}

div#orderList div.ost-12, div#searchList tr.ost-12, #popup.transactionDetail .db-detail-status.ost-12 { /*CaptureFailed = 12, // Capture failed - retry if possible*/
    /*background: #6c911a;*/
    background: #ECF0F1;
}

div#orderList div.ost-13, div#searchList tr.ost-13, #popup.transactionDetail .db-detail-status.ost-13 { /*SentBS = 13, // User sent to BS link*/
    /*background: #e7e7e7;*/
    background: #ECF0F1;
}

div#orderList div.ost-15, div#searchList tr.ost-15, #popup.transactionDetail .db-detail-status.ost-15 { /*Cancelled = 15, // following rates cancelled due to failed ticketauth*/
    /*background: #949494;*/
    background: #ECF0F1;
}

div#orderList div.ost-16, div#searchList tr.ost-16, #popup.transactionDetail .db-detail-status.ost-16, div#orderList div.ost-6, div#searchList tr.ost-6, #popup.transactionDetail .db-detail-status.ost-6 {
    /*Installment = 16, // multiple payments*/
    /*Subscription = 6, // == Paid and Subscription flag*/
    background: #9AB769;
    color: #000000;
}

div#orderList div.ost-17, div#searchList tr.ost-17, #popup.transactionDetail .db-detail-status.ost-17 { /*DataCaptured = 17 // Data captured when datac capture only*/
    /*background: #feddc6;*/
    background: #ECF0F1;
}

div#orderList div.ost-18, div#searchList tr.ost-18, #popup.transactionDetail .db-detail-status.ost-18 { /*CancelledByPayer = 18 // Subscription (Agreement) cancelled by payer  - Mobilepay supported by 2022-06-16 */
    background: #e4b67e;
}

#transactionlist .detailsLink svg circle {
    fill: #ECF0F1;
}

#transactionlist .detailsLink svg.ost-3 circle, #transactionlist .detailsLink svg.ost-6 circle, #transactionlist .detailsLink svg.ost-16 circle {
    fill: #9AB769;
}

#transactionlist .detailsLink svg.ost-5 circle {
    fill: #EAEA97;
}

#transactionlist .detailsLink svg.ost-7 circle {
    fill: #d85a6e;
}

#transactionlist .detailsLink svg.ost-9 circle {
    fill: #e4b67e;
}


    #statusList {
        padding-top: 0.5em;
    }

    .moreStatus {
        text-align: right;
    }

        .moreStatus img {
            height: 1.0em;
        }

    #statuschangetext {
        line-height: 1.5385;
        font-weight: normal;
        float: right;
        display: inline-block;
        padding-right: 8px;
        font-size: 0.50em;
        color: #b1b1b1;
    }

        #statuschangetext input {
            vertical-align: middle;
        }

    .orderDetail {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-size: 1.15em;
        overflow-y: visible;
        cursor: default;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

        .orderDetail .right {
            pointer-events: all;
            cursor: copy;
        }

    .ontop {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 3;
        overflow-y: visible;
    }



    .orderDetail.odst-3, .orderDetail.odst-11 { /*Preauth = 11, // Temp state after preauth before ticketauth*/
        background-color: #9fcf6e;
    }

    .orderDetail.odst-5 { /*booked = 5, // more details of a booked installment order*/
        background-color: #EAEA97;
    }

    .orderDetail.odst-7 { /*Rejected = 7, // Auth failed or interrupted*/
        /*background-color: #F49A9C;*/
        background-color: #E5B3B4;
    }

    .orderDetail.odst-12 { /*CaptureFailed = 12, // Capture failed - retry if possible*/
        /*background-color: #6c911a;*/
        background-color: #9AB769;
    }

    .orderDetail.odst-16, .orderDetail.odst-6 {
        /*Installment = 16, // multiple payments*/
        /*Subscription = 6, // == Paid and Subscription flag*/
        /*background-color: #F8F815;*/
        background-color: #9fcf6e;
    }

    #orderStatusEdit.ost-3, #orderStatusEdit.ost-11 {
        /*Paid = 3, // Auth done*/
        /*Preauth = 11, // Temp state after preauth before ticketauth*/
        color: #629c44;
    }

    #orderStatusEdit.ost-5 { /*Booked = 5*/
        color: #0c59cf;
    }

    #orderStatusEdit.ost-7, #orderStatusEdit.ost-8, #orderStatusEdit.ost-9 { /*Rejected = 7 // Auth failed or interrupted, CardExpired = 8, Overdue = 9*/
        color: #ff0000;
    }

    #orderStatusEdit.ost-12 { /*CaptureFailed = 12, // Capture failed - retry if possible*/
        color: #6c911a;
    }


    #detailClose {
        position: absolute;
        right: -8px;
        top: -8px;
        z-index: 3;
    }

        #detailClose img {
            width: 18px;
        }

    .right {
        text-align: right;
    }


    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1005;
        background-color: rgba(0,0,0,0.6);
    }

#deleteConfirmation {
    position: absolute;
    top: 20% !important;
    width:25em;
    left: 50%;
    max-width: 400px;
    margin: auto;
    padding: 0.6em;
    transform: translate(-50%, 0);
    background-color: White;
    border-radius: 35px;
    z-index: 1006;
}

#deleteConfirmationOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(204,204,204,0.5);
    z-index: 1005;
}

        #deleteConfirmation img {
            height: 3.5em;
        }

div.confirmContent {
    text-align: center;
    margin-top: 0.8em;
}

div#confirmKeys {
    margin-top: 1.0em;
}

    div#confirmKeys .button {
        margin-right: 0.8em;
    }

#deleteConfirmation input[type="submit"], #deleteConfirmation input[type="button"], #deleteConfirmation button, #deleteConfirmation.button {
    margin-bottom: 1em;
}

    .simplemodal-overlay {
        background-color: rgba(0,0,0,0.5);
    }

    #refundPopup, #capturePopup, #ticketPayPopup {
        background-color: White;
        max-width: 400px;
        min-width: 350px;
        width: auto;
        margin: auto;
        padding-left: 2.5em;
        padding-right: 2.5em;
        padding-bottom: 2.5em;
        border-radius: 35px;
        position: fixed;
    }

    #ticketRemovePopup {
        background-color: White;
        width: 25em;
        max-width: 400px;
        margin: auto;
        padding: 0.6em;
        border-radius: 35px;
    }

    #ticketRemoveContainer {
        text-align: center;
        margin-top: 0.8em;
    }

        #ticketRemoveContainer img {
            height: 3.5em;
        }

    #ticketRemoveBody {
        margin-top: 0.8em;
    }

    #refundHeader, #captureHeader, #ticketPayHeader, #ticketRemoveHeader {
        font: normal normal bold 20px/27px Nunito;
    }

        #refundHeader img, #captureHeader img, #ticketPayHeader img, #ticketRemoveHeader img {
            vertical-align: top;
            height: 1.2em;
            display: inline-block;
            margin-bottom: 3px;
        }

    #bsmultiAdd img {
        height: 1.1em;
    }

    #createBSHeadLine {
        padding-bottom: 1.5em;
        color: #a8a8a8;
        font-weight: 700;
    }

    #showDetails img {
        height: 0.9em;
        vertical-align: baseline;
        margin: 0 0.5em 0 0.5em;
    }

    #showDetails {
        cursor: pointer;
        text-decoration: none;
        color: #000000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    div.paidDetail {
        background-color: #fff;
        padding: 0.42em 2.5em 2.5em 2.5em;
        border-radius: 25px;
        overflow: hidden;
    }

        div.paidDetail table td {
            padding-top: 3px;
            padding-bottom: 3px;
        }

        div.paidDetail h1 {
            text-transform: uppercase;
        }

        div.paidDetail .body {
            height: calc(100vh - 200px);
            overflow-x: auto;
            overflow-y: auto;
            box-sizing: content-box;
            padding: 0.8em 5px 0.4em 5px;
            font-size: 1.1rem;
        }

        div.paidDetail .header {
            /*        font-size: 14px;
        font-size: 1.2rem;
        padding: 0.2em;
        color: white;
*/ font: normal normal bold 20px/27px Nunito;
        }
    /*option.placeholder{
    color: #444;
}*/

    #installInput {
        margin-top: 1.6em;
    }

    #installmentPlanContent {
        margin-bottom: 2em;
        color: rgb(51, 51, 51);
        background-color: rgb(255, 255, 255);
        background-clip: padding-box;
        box-shadow: transparent 0px 0px 0px 0px;
        padding: 0.4em 0.8em;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(221, 221, 221);
        border-image: initial;
        border-radius: 2px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }

    .installmentField {
        width: 50%;
        display: inline-block;
        box-sizing: border-box;
        float: left;
    }

    .floatRight {
        float: right;
    }

    .installmentField.floatRight {
        padding-left: 0.6em;
        text-align: right;
    }

    .installmentField select {
        margin-bottom: 0;
    }

    #payCreate input[type='text']#immidiateAmount, #payCreate input[type='text']#rateAmount {
        width: 100%;
    }

    select#interval, select#rates {
        display: block;
        float: right;
        width: 100%;
    }

    #createForm select[name="DepartmentId"] {
        display: block;
    }

    #installmentStart {
        width: 50%;
    }

        #installmentStart input.hasDatepicker {
        }

    #installFirstDateBut {
        background-color: transparent;
        padding: 0.15em 0 0 0;
    }

    #installmentStart button.ui-datepicker-trigger:hover {
        background-color: transparent;
    }

    #statusSelector img.ui-datepicker-trigger {
        margin-top: 0px;
        padding: 0.15em 0 0 0;
        height: 100%;
        box-sizing: border-box;
    }

    img.ui-datepicker-trigger {
        width: 33px;
    }

    img.ui-timepicker-trigger {
        width: 35px;
    }

    .dateInput {
        width: 50%;
    }

    .top {
        vertical-align: top;
    }

    .datefieldbut {
        margin: 0.4em 0 0 0.2em;
        height: 2.0em;
    }

    .dateInput table {
        width: 100%;
        border-collapse: collapse;
    }

        .dateInput table td {
            padding: 0;
            margin: 0;
            width: auto;
        }

            .dateInput table td.min {
                width: 2em;
                white-space: nowrap;
                vertical-align: top;
            }

    #payCreate input[type='text'].datefieldInput {
        width: 100%;
    }

    label.dynLabel, div.noDynLabel {
        font-size: 1.0em;
        display: block;
        margin-top: -1.3em;
        line-height: 1.00;
        margin-bottom: 0.3em;
        color: #b1b1b1;
    }

    #footerImg {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0.8em 0;
    }

        #footerImg img {
            height: 3em;
        }

    #fooderText {
        text-align: center;
    }

    select#prodSelector, select.customSelector {
        display: block;
    }

    strong {
        font-weight: bold;
    }

    #spinner {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 12000;
        background-color: rgba(255, 255, 255, 0.71);
        text-align: center;
    }

        #spinner .center {
            content: ' ';
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }

        #spinner img {
            vertical-align: middle;
            display: inline-block;
        }

    .small {
        font-size: 0.85em;
    }

    #mpayAuth {
        z-index: 20000;
    }

        #mpayAuth iframe {
            width: 100%;
            height: auto;
        }

    div:focus {
        outline: none !important;
    }

    a.editOrder {
        z-index: 3;
    }

    .editOrder img, .deleteOrder img {
        height: 1.4em;
    }

    .delete_icon {
        height: 1.4em;
    }

    .closeIcon {
        display: block;
        float: right;
        margin-right: 3px;
        height: 1em;
    }

.edit_closeIcon {
    display: block;
    float: right;
    margin-right: 3px;
    height: 2.5em;
    margin-top: 4px;
}
    /* mce fix */
    .mce-container button {
        min-width: 0;
    }

    .mce-btn button:hover {
        background-color: inherit;
    }

    input.isDefaultAmount {
        font-weight: 200;
        color: #b1b1b1;
    }
    /* On screens that are 500px or less */
    @media screen and (max-width: 675px) {
        #payStatus, #paySearch {
            float: none;
            width: 100%;
            margin-top: 0.4em;
        }

            #paySearch.expanded {
                width: 100%;
                z-index: auto;
                position: static;
                border: 1px solid rgba(0,0,0,.125);
                border-radius: 5px;
                animation-name: expanded;
                animation-play-state: paused;
            }

                #paySearch.expanded.narrow {
                    width: 100%;
                    animation-name: narrow;
                    animation-play-state: paused;
                }

        #payCreate.withstatus {
            width: 100%;
            float: none;
        }
    }
    /* Create Company - check client styles */

    .nopadding {
        padding-right: 0;
        padding-left: 0;
    }

    .nomargin {
        margin-bottom: 0 !important;
    }

    img.img-add {
        margin-top: -3px;
        margin-right: 5px;
    }

    #ccMobileCont, .amountCurCont {
        display: table;
    }

    #payCreate input#ccmobileCC {
        width: 6em;
    }

    #ccMobileCont div.autoWidth, .amountCurCont div.autoWidth {
        display: table-cell;
        width: auto;
    }

    #ccMobileCont div.autoWidth {
        padding-right: 1em;
    }

    #ccMobileCont div.p100Width, .amountCurCont div.p100Width {
        display: table-cell;
        width: 100%;
    }

    #payCreate select[name="AmountCurrencyCode"] {
        width: 6em;
    }

    .amountCurCont div.autoWidth {
        padding-left: 1em;
    }

#subscribersPopup .no_of_selected
{
    font-size: 1.8rem;
}

div#ivrguide {
    font-size: 1.2em;
}
div#ivrguide ol
{
    margin-top: 0.8em;
    list-style-position: inside;
}

div#ivrguide ol li {
    padding-left: 0.5em;
}

@media print {
    #payStatus, #paySearch, #header {
        display: none;
    }
    #main{
        padding: 0;
        margin: 0;
    }
}