
/***** General *****/
.relative {
    position: relative;
}

.floatNone {
    float: none;
}

/****** Fonts ******/
.headerFont {
    font-size: 28px;
    /*font-family: 'FundamentalBrigadeSchwer';*/
    font-family: 'SegoeUI';
}

.subHeaderFont {
    font-size: 20px;
    /*font-family: 'FundamentalBrigadeSchwer';*/
    font-family: 'SegoeUI';
}

.subHeaderFontLight {
    font-size: 20px;
    /*font-family: 'FundamentalBrigadeSchlank';*/
    font-family: 'SegoeUI';
}
/* used by search bar */

.bodyFont {
    font-size: 14px;
    /*font-family: 'FundamentalBrigadeSchlank';*/
    font-family: 'SegoeUI';
}

.bodyFontLarge {
    font-size: 22px;
    /*font-family: 'FundamentalBrigadeSchlank';*/
    font-family: 'SegoeUI';
}

.bodyFontMedium {
    font-size: 14px;
    /*font-family: 'FundamentalBrigadeSchlank';*/
    font-family: 'SegoeUI';
}

.bodyFontSmall {
    font-size: 10px;
    /*font-family: 'FundamentalBrigadeSchlank';*/
    font-family: 'SegoeUI';
}

.bodyFontTiny {
    font-size: 10px;
    /*font-family: 'FundamentalBrigadeSchwer';*/
    font-family: 'SegoeUI';
}

.bold { font-weight: bold;}

.errorBorder {
    border-color:#f00 !important;
}

#error {
    color:#f00;
}

.greenTick {
    color: #50C878;

    list-style-type: none;
    padding-left: 20px;
    background: url('/static/app/images/icons/tick.svg') no-repeat left center !important;
}

#userAvatar {
    padding-left:10px;
}

#passwordRequirements {
    margin: 0;
    padding: 0;
}

#passwordRequirements li {
    list-style-type: none;
    padding: 2px 0 2px 20px;
    background: url('/static/app/images/icons/cancel.svg') no-repeat left center;
    background-size: 15px 15px !important;
}


/****** UI ******/

#logoutForm .button {
    width: 235px;
    height: 43px;
    display: block;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    background: #EDAD25 !important;
    color: #FFFFFF;
    box-shadow: 5px 8px 10px #00000029;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    position: relative;
}

#logoutForm .button:hover {
    cursor: pointer;
}


/*** Change avatar ***/
#userAvatar img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
}

#changeAvatarContainer {
    display: none;
    position: absolute;
    top: 50%;
    margin-left: -152px;
    left: 50%;
    margin-top: -150px;
    width: 305px;
    height: 300px;
    background: #3D3E53;
    box-shadow: 6px 10px 20px #00000080;
    border: 2px solid #EDAD25;
    border-radius: 10px 0px 0px 10px;
    padding: 10px;
}

#ddlChangeAvatarImages {
    margin: 10px 0;
}

#imgChangeAvatarPreview {
    height: 100px;
    margin: 10px 0 20px 0;
}


#get-license {
    padding-top: 0px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    justify-content: center;
    align-items: center;
    display: flex !important;
    text-align: center;
    height: 100% !important;
}

/* Search */

.searchContainer {
    position: relative;
}

.searchTextBox {
    height: 43px;
    padding-left: 36px;
    background: #1A1A34;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #B4B4B4;
}

.searchIcon {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 9px;
}



/* Buttons */
.button {
    /*width: 235px;*/
    max-width:100%;
    height: 43px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    background: #EDAD25 !important;
    color: #FFFFFF;
    box-shadow: 5px 8px 10px #00000029;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: transform .2s; /* Animation */
    overflow:hidden;

    padding-top:6px;
}

.button:hover {
    color:#fff;
    transform: scale(1.1);
    border:solid 2px #fff;
}

.button .icon {
    /*width: 24px;
    height: 27px;*/

    width: 16px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.darkButton {
    background: #1A1A34 !important;
    color: #FFFFFF;
    border: 1px solid #EDAD25;
}

.darkButton:hover {
    background: #242446;
    border: solid 2px #EDAD25;
}

.disabledInput {
    pointer-events: none;
    background-image: none !important;
}

.disabledButton {
    opacity: 0.5;
    pointer-events: none;
}

.lockedButton {
    background: #262640 !important;
    pointer-events: none;
    background-image: url('/static/app/images/icons/Lock.svg') !important;
    background-repeat: no-repeat !important;
    /*background-attachment: fixed !important;*/
    background-position: right 10px top 10px !important;
    background-size: 15px !important;
}

.smallButton {
    width: 180px;
    height: 35px;
    font-size: 15px;
    float: left;
    margin-right: 15px;
}


.buttonList {
    list-style: none;
    margin: 0 0 120px 33px;
    padding: 0;
}

.buttonList li {
    margin-top: 10px;
}



/** Checkbox **/
.form-check-input:checked {
    background-color: #EDAD25;
    border-color: #EDAD25;
}

#reportContainer .form-check-input[type=checkbox] {
    background: none;
    border: solid 1px #EDAD25;
    cursor: pointer;
}

#reportContainer .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #EDAD25;
}

/** Tables **/
.table {
    /* font-family: 'FundamentalBrigadeSchlank';*/
    font-family: 'SegoeUI';
    width: auto !important;
}

.table .button {
    width:42px;
    margin-left:2px;
}

#addRowContainer {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
    background: #F3F3F3;
}

#btnAddRowPlus {
    width: 20px;
    margin: 3px 0 0 20px;
    float: left;
    cursor: pointer;
    transition: transform .2s; /* Animation */
    display:none;
}

#btnAddRowPlus:hover {
    transform: scale(1.2);
}

#btnAddNewRow
{
    user-select:none;
}


.table thead {
    position: sticky;
    top: 0;
    z-index: 200;
    color: #000;
    background: #F3F3F3;
    text-align: center;
    border-bottom: solid 2px #E6E6E6;
    font-size:14px;
}

.table .sortable
{
    position:relative;
}

.table .sortable:hover {
    cursor: pointer;
}

.table .resizeColumn {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px; /*4px;*/
    height: 100%;
    background: #b8b6b6;
    cursor: col-resize;
}

.table .filterColumn {
    position: absolute;
    top: 0;
    right: 22px;
    width: 10px; /*4px;*/
    height: 100%;    
}

.table th {
    /*padding-left: 0;
    padding-right: 0;*/
    font-weight: bold;
    color:#000;
}

.table .titleRow th {
    padding: 0;    
}

.table .titleRow .noFilter {
    background-image: url('/static/app/images/icons/filter-black.png');
    background-position: right center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.table .titleRow .hasFilter {
    background-image: url('/static/app/images/icons/filter-black-fill.png');
    background-position: right center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-right: 20px;
}


.table .filterRow th {    
    padding-left: 0;
    padding-right: 0;
    font-weight: lighter;
}



.table th .form-control {
    border: none;
    color: #000;
    background: #fff;
    height: 20px !important;
}

.table .titleRow {
    background: #F3F3F3;
    /*border-bottom: 10px solid;
    border-color: transparent;*/
    border-style: hidden;
}


.table .filterRow {
    background: #F3F3F3;
    /*border-bottom: 2px solid;
    border-color: transparent;*/
}

.table .filterRow .txtFilter
{
    background-color: #fff;
    margin-bottom:5px;
    border-right: solid 1px #CCCCCC;
    color:#000;    
}

.table .filterRow .noFilter {
    background-image: url('/static/app/images/icons/filter-black.png');
    background-position: right center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.table .filterRow .hasFilter {
    background-image: url('/static/app/images/icons/filter-black-fill.png');
    background-position: right center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-right: 20px;
}



/*.table .filterRow th:nth-child(1n) .form-control {
    background-color: #3D3E53;
}

.table .filterRow th:nth-child(2n) .form-control {
    background-color: #242446;
}*/




.table .icon {
    width: 27px; /*40px;*/
    left:0px !important;
}

.table tbody {
    border-bottom: solid 20px #fff;    
}

.table tbody tr {
    background: #fff;    
}

/*.table tbody td:nth-child(1n) {
    background-color: #3D3E53;
}

.table tbody td:nth-child(2n) {
    background-color: #242446;
}*/


.table tbody tr:hover {
    /*background: #e9ecef !important;*/
}

.table tbody tr:hover .frozenCell {
    background: #e9ecef !important;
}

.rowEdited {
    /*background: #FFFDDF !important;*/
}

.table tbody td {
    color: #000;
    background-color: #fff; /*#3D3E53*/
    border: solid 1px #CCCCCC;
    /*min-width: 300px;*/
    text-align: center;
    padding: 0;
    /*border-bottom: solid 2px #242446;*/
    position: relative; /* relative so you can position the drag-to-copy icon */

    user-select: none; /* Prevent dragging text between cells */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For Internet Explorer/Edge */

    font-size: 14px;
}

.generictable td {
    min-width: 300px;     
}

.previewCellAudioContainer {
    padding: 10px 10px 0 10px;
}

.table tbody td a {
    color: #1A1A34;
}


.table tbody .thinColumn {
    min-width: 65px;
    background: #F3F3F3 !important; /*1A1A34*/
    position: relative;
}

.table .sysIdCell {
    min-width: 330px !important;
    height: 20px !important;
    display: block;
}


.table .form-control {
    max-width: 100%;
    height: 20px !important;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    color: #000;
    background: transparent;
    text-align: center;
    /*font-family: 'FundamentalBrigadeSchlank';*/
    font-family: 'SegoeUI';
    font-size: 14px;
}

.table .chkBox {

}

.table .form-select {
    max-width: 100%;
    padding: 0;
    margin: 0 !important;
    border: none;
    border-radius: 0;
    color: #fff;
    background: transparent;
    text-align: center;
    cursor: pointer;
    /*font-family: 'FundamentalBrigadeSchlank';*/
    font-family: 'SegoeUI';
    height: 20px !important;
}

.table .form-select {
    max-width: 100%;
    padding: 0;
    margin: 0 !important;
    border: none;
    border-radius: 0;
    color: #000;
    background: transparent;
    text-align: center;
    cursor: pointer;
    font-size:14px;
}

.table textarea{
    background:none;
    border:none;
    color:#000;
}

.table tbody td .form-select option {
    background-color: #fff;
    color: #000;
    text-align: center;    
}

.table tbody td .report-multiselect {
    width: 100%;
    height: 20px !important;

    text-align: center;
    white-space: nowrap;
    background-image: url("/static/app/images/icons/select-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 5px center;
    font-size:14px;
}


.table .form-control:focus, .table .form-select:focus, .table .report-multiselect:focus {
    outline: none !important;
}


.deleteRow {
    color: #fff;
    cursor: pointer;
}

.rowNumber {

}

.trash {
    background-image: url('/static/app/images/icons/Delete.svg') !important;
    background-repeat: no-repeat !important;
    /*background-attachment: fixed !important;*/
    /*background-position: right 10px top 10px !important;*/
    /*background-size: 15px !important;*/
    width: 11px;
    height: 16px;
    margin:4px auto 0 auto;
    display:none;
}

.viewDiagram { cursor:pointer; }

.table .inputFocused {
    /*background: #fff;
    color: #1A1A34;
    font-weight: bold;
    */
}

.table .inputFocused option {
    color: #fff;
}

.table .headerFocused
{
    font-weight:bold;
}




/** Collaterals **/

.centreRow{
    text-align:center;
    vertical-align:middle;
}

.collateralPreview {
    padding: 10px 0;
}



/** ELSI **/
.copyFlow {
    cursor: pointer;
}

.viewSwimLane, .viewJourney {
    cursor: pointer;
}

.ui-widget {
    /*font-family: 'FundamentalBrigadeSchlank' !important;*/
    font-family: 'SegoeUI';
}








/** Small screens */

@media screen and (max-width: 1650px) { /*1366px*/

    .headerFont {
        font-size: 25px;
    }

    .subHeaderFont {
        font-size: 17px;
    }

    .subHeaderFontLight {
        font-size: 17px;
    }

    .bodyFontLarge {
        font-size: 17px;
    }

    /*.bodyFont {
        font-size: 14px;
    }*/
}


#progressBar {
    /*display: block;*/
    display:none;

    width: 57px;
    height: 5px;
    background: blue;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 20001;
    margin-top: 30px;
    margin-left: 26px;
}

#progress {
    background: #EDAD25;
    height: 5px;
    top: 50%;
    left: 50%;
    z-index: 20002;
}

.erinLoadingSpinner {
    width: 110px !important;
    height: 110px !important;
    background:#dedede;
}

#progressText {
    width: 72px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 11px;
    margin-left:-6px;
    color: #000;
    font-weight: bold;
}

.version-control {
    font-size: 12px;
}


#qrPopup {
    color: #000;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 240px;
    height: 285px;
}
#qrOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
#qrPopup img {
    width: 200px;
    height: 200px;
}