﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
}

.btn-primarybtn, .btn-primarybtn:hover :not(:disabled), .form-check-input:checked {
    color: #fff !important;
    background-color: #ca1845 !important;
    border-color: #ca1845 !important;
    margin: 0;
    text-align: center;
    box-shadow: none !important;
}

    .btn-primarybtn:disabled {
        color: black;
        background-color: #dd8ca0;
        border-color: #dd8ca0;
    }

    .btn-primarybtn :focus {
        box-shadow: none !important;
    }

.btn-check:focus {
    box-shadow: none !important;
}

.form-control[type=file]:disabled {
    cursor: default;
}

.form-control:focus, .form-check-input:focus {
    border-color: none;
    box-shadow: none;
}

.row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.upload {
    position: relative;
    display: block;
    border: 1px solid black;
    background-color: #fbe2e6;
    padding: 1em;
    margin: 1em auto;
    border-radius: 4px;
}

    .upload label {
        padding: 1em;
        text-align: center;
        font-weight: bold;
        font-size: 0.8em;
    }

    .upload:hover {
        background-color: #dd8ca0;
    }

    .upload input {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 0;
    }

table#tblDetails, th, td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}


    table#tblDetails tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    table#tblDetails.align-right-2nd-column td:nth-child(2) {
        text-align: right;
    }


table#userLog {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    width: 50%;
}

    table#userLog tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    table#userLog.align-right-2nd-column td:nth-child(2) {
        text-align: right;
    }

.hideHeader {
    display: none;
}

.error {
    color: red;
}

.labelsuccess {
    color: green;
    text-align: center;
    font-size: 30px;
}

.hide {
    display: none;
    border: none;
}

.buttonborder {
    border-style: none;
}

.textboxwidth {
    font-size: 15px;
    width: 95%;
}

.buttonred {
    color: #fff;
    background-color: #ca1845;
    border-color: #ca1845;
    margin: 0;
    position: relative;
    text-align: center;
    box-shadow: none !important;
}

.header-margin {
    margin-bottom: 40px;
    padding: 10px;
}

.table-border {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.user-table, .user-table th, .user-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    width: 50%;
    border: none;
}

.frame-container {
    position: relative;
    /*overflow: hidden;*/
    width: 150%;
    padding-top: 70.25%;
    height: 100%;
}


.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 65%;
    height: 100%;
    border: 1px solid #b9cd6d;
    background: #FFFFFF;
    /* overflow:visible;*/
}

.framebutton, .framebutton:hover :not(:disabled) {
    color: #fff !important;
    background-color: #ca1845 !important;
    background: #ca1845 url("images/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x !important;
    border-color: #ca1845 !important;
    text-align: center !important;
    left: -110% !important;
    font-weight: normal !important;
}

    .framebutton:disabled {
        color: black !important;
        background-color: #dd8ca0 !important;
        border-color: #dd8ca0 !important;
    }

.ui-widget-header {
    /*border: 1px solid #e3a1a1;*/
    /*  background: #ca1845 url("images/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x !important;*/
    /*background: #e3a1a1 url("images/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x !important;*/
    background: #ca1845 !important;
    border: none !important;
    color: #fff !important;
    font-weight: bold;
}


.ui-dialog .ui-dialog-titlebar {
    padding: 0 !important;
    padding-left: 6px !important;
    font-weight: normal !important;
}

.input {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border: 1px #ca1845 solid !important;
    border-radius: 5px;
    width: 120%;
}

    .input[type="text"]:focus, .input[type="password"]:focus, .input[type="Email"]:focus {
        border: 1px #ca1845 solid !important;
    }

    .input:focus {
        outline: none !important;
        border: 1px #ca1845 solid !important;
    }

.ui-button:focus {
    box-shadow: none !important;
}

.ui-button:disabled {
    border: 1px solid #dd8ca0 !important;
    background: #dd8ca0 url("images/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x !important;
}

.ui-button {
    padding: 0.4em 0.4em !important;
}

.spinner-border {
    border: 0.25em #ca1845 solid !important;
    border-right-color: transparent !important;
}

.dialog-border {
    width: 790px !important;
    min-height: 0px !important;
    max-height: none !important;
    height: 733.6px !important;
    overflow: hidden !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right !important;
    padding-right: 160px !important;
}

.ui-widget {
    font-size: 0.9em !important;
}

.header_login {
    text-align: center;
    color: black;
    margin: 25px 0px 25px 0px;
    font-size: 15px;
}

.login-error {
    color: #c20047;
    width: 298px;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    border: solid 1px #c20047;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin-top: 25px;
}

.table-button {
    color: #fff !important;
    background-color: #ca1845 !important;
    border-color: #ca1845 !important;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

input[type=number] {
    text-align: right !important;
}

th, td {
    border: 1px solid #ddd;
}

#quotes-table td {
    padding: unset;
}

tbody tr:hover {
    background-color: #e9b5c3;
}

.align-center {
    text-align: center;
}

.centered {
    /*justify-content: center;
    align-items: center;
    display: flex;*/

    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 450px;
    min-width: 500px;
}


.label {
    text-align: end;
}

.btn-center {
    justify-content: center;
    align-items: center;
    display: flex;
}

.btn-long {
    width: 60%
}




/* TOAST */
.toastContainer {
    z-index: 99;
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
}


.toast {
    margin-bottom: 10px; /* Override margin to add a little spacing to the toasts */
}

.toast-header.Info {
}

.toast-header.Success {
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #6c757d, 1px -1px 0 #6c757d, -1px 1px 0 #6c757d, 1px 1px 0 #6c757d;
    background-color: #00cc00;
}

.toast-header.Warning {
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #6c757d, 1px -1px 0 #6c757d, -1px 1px 0 #6c757d, 1px 1px 0 #6c757d;
    background-color: #ffcc00;
}

.toast-header.Error {
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #6c757d, 1px -1px 0 #6c757d, -1px 1px 0 #6c757d, 1px 1px 0 #6c757d;
    background-color: #cc0000;
}

.toast-header .btn-close {
    background-color: #FFFFFF;
    opacity: unset;
}


.toast-body {
}
