﻿
.topstrap-languages {
    display: none;
}


.form-control::-webkit-input-placeholder {
    color: silver;
    opacity: 0.9;
}
/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: silver;
    opacity: 0.9;
}
/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: silver;
    opacity: 0.9;
}
/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: silver;
    opacity: 0.9;
}
/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: silver;
    opacity: 0.9;
}
/* Microsoft Edge */




.hasDatepicker.form-control[readonly], .datetimepicker-input[readonly] {
    background-color: #FFF !important;
}




a {
    text-decoration: none;
}

#ddlLanguages {
    width: 150px;
}

.hidden {
    display: none;
}

#detailedData {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    position: absolute;
    box-shadow: 8px 8px 5px #888888;
}


.logo80 {
    background-repeat: no-repeat;
    margin-left: 5px;
}

#lblTopStrapEmail {
    text-decoration: underline;
}



#topstrap {
    height: 40px;
}

#modalLoginHeader, .switch input + label {
    color: #000;
}

.navbar {
    border-radius: 0;
    transition: all 0.3s ease-out;
}

.navbar-nav i {
    margin-right: 3px;
}

.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    -moz-box-shadow: 0px 3px 3px #AAA;
    -webkit-box-shadow: 0px 3px 3px #AAA;
    box-shadow-bottom: 5px #AAA;
}

.footer {
    position: fixed;
    bottom: 0;
    height: 60px;
    background-color: #f5f5f5;
    -moz-box-shadow: 0px -3px 3px #DDD;
    -webkit-box-shadow: 0px -3px 3px #DDD;
    box-shadow-top: 5px #DDD;
    z-index: 100;
}


span.required {
    font-weight: bold;
}

    span.required:after, span.required:after {
        color: red;
        content: ' *';
        display: inline;
    }

.required label, .required span {
    font-weight: bold;
}

    .required label:after, .required span:after {
        color: red;
        content: ' *';
        display: inline;
    }

.clickableRow td, .dropdown-toggle {
    cursor: pointer;
}

.fa-spin-reverse {
    -webkit-animation: fa-spin 2s infinite linear reverse;
    animation: fa-spin 2s infinite linear reverse;
}


.table td, .table th {
    border-top: none;
}

.modalDatePicker {
    z-index: 1151 !important;
}










.row-offcanvas {
    height: 100%;
}

#sidebar {
    width: inherit;
    min-width: 295px;
    max-width: 295px;
    background-color: #f5f5f5;
    float: left;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebartoggle {
    left: -17px;
    position: relative;
}

#main {
    height: 100%;
    overflow: auto;
}

/*
 * off Canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        width: calc(100% + 300px);
    }

    .row-offcanvas-left {
        left: -300px;
    }

        .row-offcanvas-left.active {
            left: 0;
        }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
    }
}

.btn[aria-expanded=true] .fa-chevron-down {
    transform: rotate( -180deg );
    -moz-transform: rotate( -180deg );
    -ms-transform: rotate( -180deg );
    -o-transform: rotate( -180deg );
    -webkit-transform: rotate( -180deg );
    transition: transform 550ms ease;
    -moz-transition: -moz-transform 550ms ease;
    -ms-transition: -ms-transform 550ms ease;
    -o-transition: -o-transform 550ms ease;
    -webkit-transition: -webkit-transform 550ms ease;
}

.btn[aria-expanded=false] .fa-chevron-down {
    transform: rotate( -360deg );
    -moz-transform: rotate( -360deg );
    -ms-transform: rotate( -360deg );
    -o-transform: rotate( -360deg );
    -webkit-transform: rotate( -360deg );
    transition: transform 550ms ease;
    -moz-transition: -moz-transform 550ms ease;
    -ms-transition: -ms-transform 550ms ease;
    -o-transition: -o-transform 550ms ease;
    -webkit-transition: -webkit-transform 550ms ease;
}

td .badge {
    vertical-align: middle;
}

.instancesettinginput {
    display: table;
    white-space: pre-line;
    word-break: break-all;
}




/*Credit Card display*/
@font-face {
    font-family: 'credit_card';
    src: url('/fonts/CREDC___.ttf') format('truetype');
}

.creditcard {
    width: 320px;
    height: 190px;
}

.card__part__visa {
    box-shadow: 1px 1px #aaa3a3;
    z-index: 1000;
    display: inline-block;
    width: 320px;
    height: 190px;
    background-image: url('/Images/cc_background.png'), linear-gradient(to right bottom, #fd696b, #fa616e, #f65871, #f15075, #ec4879);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    padding: 18px;
}

.card__part__mastercard {
    box-shadow: 1px 1px #aaa3a3;
    z-index: 1000;
    display: inline-block;
    width: 320px;
    height: 190px;
    background-image: url('/Images/cc_background.png'), linear-gradient(to right bottom, #000,#000);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    padding: 18px;
}

.card__part__jcb, .card__part__unionpay {
    box-shadow: 1px 1px #aaa3a3;
    z-index: 1000;
    display: inline-block;
    width: 320px;
    height: 190px;
    background-image: url('/Images/cc_background.png'), linear-gradient(to right bottom, #000f47, #006ac7);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    padding: 18px;
}

.card__part__diners {
    box-shadow: 1px 1px #aaa3a3;
    z-index: 1000;
    display: inline-block;
    width: 320px;
    height: 190px;
    background-image: url('/Images/cc_background.png'), linear-gradient(135deg, rgba(89,106,114,1) 0%,rgba(172,204,229,1) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    padding: 18px;
}

    .card__part__diners .card__square {
        display: none;
    }

    .card__part__diners .card__logo {
        height: 30px !important;
        float: none !important;
    }

.card__part__amex {
    box-shadow: 1px 1px #aaa3a3;
    z-index: 1000;
    display: inline-block;
    width: 320px;
    height: 190px;
    background-image: url('/Images/cc_background_amex.png'), linear-gradient(to right bottom, #629f86,#97c6b1,#cae9d9); /*linear-gradient(to right bottom, #fd8369, #fc7870, #f96e78, #f56581, #ee5d8a)*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-blend-mode: multiply;
    border-radius: 8px;
    padding: 18px;
}

.card__part__discover {
    box-shadow: 1px 1px #aaa3a3;
    z-index: 1000;
    display: inline-block;
    width: 320px;
    height: 190px;
    background-image: url('/Images/cc_background_discover.png'); /*linear-gradient(to right bottom, #fd8369, #fc7870, #f96e78, #f56581, #ee5d8a)*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    padding-top: 56px;
    padding-left: 16px;
    padding-right: 16px;
}

    .card__part__discover .card__logo, .card__part__discover .card__square {
        display: none;
    }

.card__part__sepa {
    box-shadow: 1px 1px #aaa3a3;
    z-index: 1000;
    display: inline-block;
    background: rgb(59,94,150);
    border-radius: 8px;
    padding: 16px;
}

    .card__part__sepa .card__square, .card__part__sepa .card__label {
        display: none;
    }

    .card__part__sepa .card__logo {
        height: 75px;
    }



.card__logo {
    height: 25px;
    float: right;
}

.card__square {
    border-radius: 5px;
    height: 30px;
}

.card_number {
    display: block;
    width: 100%;
    word-spacing: 4px;
    font-size: 16px;
    letter-spacing: 4px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'credit_card', monospace;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.card__space-75 {
    width: 75%;
    float: left;
}

.card__space-25 {
    width: 25%;
    float: left;
}

.card__label {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    letter-spacing: 1px;
}

.card__info {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'credit_card', monospace;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}



/*Alerts on stripped tables - override alternate shading*/
.table-striped tbody tr:nth-of-type(odd).alert-danger {
    background-color: #f5c6cb;
}

/*Practice search box*/
ul.ui-menu {
    background-color: #FFF;
    color: #000;
    padding-left: 5px;
    font-size: 0.8em;
}

li.ui-menu-item {
    list-style-type: none;
    cursor: pointer;
}

    li.ui-menu-item:hover {
        font-weight: bold;
    }

#pnlPaymentBreakdown {
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 315px;
    z-index: 1100;
}

.signature {
    border: 1px solid #d6d6d6;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}


@font-face {
    font-family: "Barcode 39";
    src: url("/fonts/Code39-Regular-D.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.code39 {
    font-family: "Barcode 39";
    font-size: 40px;
}

.code39text {
    position: relative;
    top: -23px;
    background-color: #FFF;
    font-family: monospace;
    font-size: 16px;
}

.radiobutton > input, .checkbox > input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.radiobutton > label, .checkbox > label {
    margin-bottom: 0;
}

.card.token {
    border: 1px solid black;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    .card.token:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
        transition: 0.3s;
    }


.ui-helper-hidden-accessible {
    display: none;
}

.opaque {
    opacity: 0.3;
}