html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.btn-primarybtn, .btn-primarybtn:hover :not(:disabled), .form-check-input:checked {
    color: #fff !important;
    background-color: #ca1845 !important;
    border-color: #ca1845 !important;
    margin: 0;
    position: absolute;
    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: 2px;
}

    .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;
    width: 50%;   
}


    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: 15px;
}

.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;    
}
    .buttonred:hover {
        color: #fff !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-family: Arial,sans-serif !important;
    font-size: 0.9em !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right !important;
    padding-right: 100px !important;
}
.popup-buttons{
    background: #CA1843 !important;
    color: #fff !important;
}
