body, html {
    height: 100%;
    min-height: 100%;
}
body {
    background-color: #f8f9fa;
    color: #474747;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    margin: 0;
    display:block;
}
.mainContainer
{
    background-color: #fff;
    display: grid;
    grid-template-columns: 50% 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
.mainContainer2
{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 80px 1fr;
    grid-template-areas:
        "sidebar header"
        "sidebar dashboard";
    height: 100%;
}
.containerFullPageLeftImg
{
    background-image: url("/imgs/doctor-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
.containerFullPageLeftImg::before
{
    content: "";
    background-color: #000;
    width: 50%;
    height: 100vh;
    position: absolute;
    opacity: .35;
}
.containerFullPageLeftImg h1
{
    color: #fff;
    position: relative;
    max-width: 380px;
    margin: 0 auto;
}
h1
{
    font-size: 36px;
}
h4
{
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.containerFullPageRight
{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}
.containerLogo
{
    margin: 60px 0 60px auto;
    max-width: 227px;
    display:block;
}
.containerLogo img
{
    width: 100%;
}
.containerLogin
{
    
}
.containerInputField
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.containerInput
{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0;
}
.spacer32
{
    margin-bottom: 32px;
}
input.ui-inputtext:focus {
    outline-width: 0;
}
select:focus{
    outline-width: 0;
}
body .ui-inputtext
{
    font-size: 14px;
    color: #333;
    background: #fff;
    padding: 0.429em;
    border: 1px solid #a6a6a6;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.ui-inputtext
{
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    width: 100%;
}
.ui-corner-all
{
    
}
.ui-widget
{
    font-family: "Open Sans","Helvetica Neue",sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.actionContainer
{
    margin-top: 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.actionLink
{
    margin-right: 10px;
    color: #0170dd;
    font-weight: 700;
    height: 40px;
    padding: 0 16px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.btnPrimary
{
    background-color: #0170dd;
    height: 40px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    min-width: 60px;
}

body a
{
    text-decoration: none;
}
.ui-button
{
    margin: 0;
    color: #fff;
    background-color: #007ad9;
    border: 1px solid #007ad9;
    font-size: 14px;
    -webkit-transition: background-color .2s,box-shadow .2s;
    transition: background-color .2s,box-shadow .2s;
    
    display: inline-block;
    position: relative;
    /*padding: 0;*/
    text-decoration: none!important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}
.ui-button:hover
{
    background-color: #116fbf;
    color: #fff;
    border-color: #116fbf;
}
.ui-button:disabled
{
    background-color: #777;
}
.ui-button disabled
{
    background-color: #777 !important;
}
.containerLower
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #474747;
    font-weight: regular;
    font-size: 10px;
    margin-top: 80px;
}
.messageValid
{
    color: #008930;
    margin-top: 10px;
}
.messageInValid
{
    color: #FF0000;
    margin-top: 10px;
}
.passtrengthMeter > input
{
    border: 1px solid #a6a6a6;
}
.header
{
    background-image: url(/imgs/bg-header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    grid-area: header;
    height: 60px;
    padding: 20px 40px;
    position:relative;
    /*overflow:hidden;*/
}
.containerSideBar
{
    background-color: #fff;
    color: #032752;
    font-size: 12px;
    font-weight: 600;
    height: 100%;
    /*justify-content: space-between;*/
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-area: sidebar;
}
.logoBottom
{
    margin: 0 auto 40px;
    max-width: 120px;
}
.containerLogo
{
    
}
.containerLogo img
{
    width: 100%;
} 
.containerUser
{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: right;
}
.nameUser
{
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    margin: 0;
    padding-top: 7px;
}
.userIcon
{
    cursor: pointer;
    margin-left: 1rem;
    vertical-align: middle;
    display: inline-block;
    height: 30px;
}
.headerInfo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v1
{
    margin-left: 1rem;
    border-left: 1px solid #fff;
    top: 0;
}
.pageTitle
{
    color: #fff;
    font-weight: 400;
    margin: 0 20px 0 0;
    font-weight: 700;
    font-size: 20px;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropDown:hover
{
    display:block;
}
.dropDownMenuContainer
{
    display:none;
    position: absolute;
    z-index: 1000;
    
    top: 0px;
    
    
}
.dropDownMenuContainer.align-right
{
    right:0px;
}
.dropdown:hover .dropDownMenuContainer
{
    display:block;
}
.menuItem
{
    display: inline-flex;
    width: 100px;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
}
.menuItem:hover
{
    color: #0170dd;
}
.menuItem a:hover
{
    color: #0170dd;
}
.menuSpacer
{
    height: 37px;
}
.menuItem .pi
{
    margin-right: 10px;
    padding-top: 3px;
}
.menuItem a
{
    text-decoration: none;
    color:#000;
}
.dashboard
{
    grid-area: dashboard;
    /*overflow-y: auto;*/
    position: relative;
    top: 15px;
    padding:20px;
}
.tab-panel
{
    
}
.tab-panel h3
{
    margin: auto;
    font-size: 14px;
    padding: 5px 0 8px;
}
.containerUserInfo
{
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    /*max-width: 80%;*/
    margin: 30px auto 0;
}
.containerUserPassword
{
    margin: 30px auto 0;
    width: 480px;
}
.containerUserInfo .cellarianUi
{
    padding-bottom: 40px;
}
.cellarianUi .inputLabel
{
    height: 27px;
}
.cellarianUiSelect
{
    width: 100%;
    height: 39px;
    border: none;
    border-bottom-style: solid;
    border-width: 1px;
    border-bottom: 1px solid #a6a6a6;
}
.cellarianUi input::placeholder
{
    color :#F00;
}
.actionRows
{
    margin-top:10px;
    display:flex;
}
.actionRows button
{
    margin-right: 10px;
}

.ui-tabs-nav
{
    background-color:#f8f9fa;
}
.ui-tabs-tab
{
    
}
.ui-state-active a, .ui-state-active a:link
{
    
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
    color:#000;
    background-color:#f8f9fa;
    border-style: none;
    border-bottom-style: solid;
    border-color:#116fbf;
    
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    border:none;
    background-color:#f8f9fa;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
{
    background-color:#f8f9fa;
    border-style: none;
}
.ui-state-default
{
    
}
.ui-tabs .ui-tabs-nav
{
    padding:0px;
    margin: -3px;
}
.ui-widget.ui-widget-content
{
    border:none;
}
.ui-tabs .ui-tabs-panel
{
    margin-bottom: 20px;
}
.inputText:disabled
{
    color:rgb(170, 170, 170);
}
#progressContainer
{
    position: absolute;
    left: 0px;
    width:100%;
    bottom:0px;
}
#progressParent
{
    position: relative;
    /*height: 30px;*/
    width: 100%;
    left: 0px;
}
#progressBarContainer
{
    
}
.progressBar
{
    background-color: #28892a;
    position: absolute;
    /*height: 30px;*/
}
#progressBarContainer .msg
{
    position: absolute;
    margin-left: 37px;
    padding-top: 4px;
}
#toastParent
{
    
    position: relative;
    /*top: 0px;*/
    height: 30px;
    width: 100%;
    
    left: 0px;
    overflow: hidden;
}
#toast
{
    visibility: hidden;
    position: absolute;
    
    height: 30px;
    width: 100%;

    left: 0px;
}
#toast.show
{
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 3s;
    animation: fadein 0.5s, fadeout 0.5s 3s;
}
@-webkit-keyframes fadein {
  from {bottom: -30px; opacity: 0;}
  to {bottom: 0px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: -30px; opacity: 0;}
  to {bottom: 0px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 0px; opacity: 1;}
  to {bottom: -30px; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 0px; opacity: 1;}
  to {bottom: -30px; opacity: 0;}
}
#toast.valid
{
    background-color: #28892a;
}
#toast.invalid
{
    background-color: #F00;
}
#toast .msgContainer
{
    display: flex;
    padding-left: 30px;
    padding-top: 6px;
}
#toast .msg
{
    margin-left: 10px;
    margin-top: -3px;
    font-weight: 800;
}

.colCenter
{
    margin-bottom: 30px;
}
.icon-size-1
{
    
}
.icon-size-2
{
   font-size: 1.4em;
   font-weight: 600;
   color: #8893af; 
}
.icon-size-3
{
    padding-left: 11px;
}
.menuItems
{
    margin-left:-10px;
    font-size: 14px;
    font-weight: 400;
}
.menuItemCurrentPage
{
    background-color:#e9f1fc;
    color:#333 !important;
}
.menuItemContainer
{
    display: flex;
    margin-bottom: 10px;
    /* background-color: #f00; */
    padding: 17px;
    border-radius: 10px;
    height: 25px;
    width: 140px;
}
.menuItemContainer:hover
{
    background-color:#e9f1fc;
}
.menuItemContainer img
{
    margin-top: -4px;
}
.menuItemText
{
    color:#000;
    text-decoration: none;
}
.menuItemContainer .icon-size-2
{
    padding-right: 9px;
    
}
button span
{
    padding-left: 10px;
    pointer-events: none;

}
.topTableButtonRow
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.popupParent
{
    position: absolute;
    z-index: 2000;
    padding-top: 12px;
    left:0px;
    top: 0px;
    width:100%;
    height:150%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.hidden
{
    display:none !important;
}
.popupContainer
{
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    position: absolute;
    border-radius: 16px;
    margin-top: 87px;
}
.popupTitle
{
    font-size: 17px;
    font-weight: 700;
}
.popupContent
{
    padding-right:10px;
    height:100%;
}
.popup-icon
{
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.popupContent .filterRow
{
    display:flex;
    margin-bottom: 0px;
}
.popupContent label
{
    padding-top: 14px;
    width: 140px;
    text-align: right;
    padding-right: 10px;
    font-weight: 700;
}
.popupContent label2
{
    padding-top: 14px;
    width: auto;
   
    padding-right: 10px;
    font-weight: 700;
}
.popupContent label3
{
    font-weight: 700;
}
.billerAlertDetail
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    border-style: solid;
    border-width: 2px;
    padding: 20px;
    border-radius: 15px;
    border-color: red;
    background-color: #feee;
}
.popupContent .data3
{
    margin-right: 25px;
    margin-left: 10px;
}
.popupBtnRow
{
    display: flex;
    justify-content: space-around;
}
.filterRow .ui-inputtext
{
    
}
.filterRow .cellarianUiSelect
{
    /*width: 64%;*/
    height: 34px;
}

.colorOrange
{
    color:darkorange;
}
.colorRed
{
    color:#f00;
}
.colorGreen
{
    color:green;
}

.tdIcons
{
    width: 125px;
}
.tdIcons span
{
    min-width: 29.4px;
    text-align: center;
}
.tableBtn
{
    font-size: 1.1em;
    cursor: pointer;
}

.containerButton
{
    display: flex;
    margin-top: 28px;
    justify-content: flex-end;

}
.popupContent .inputContainer
{
    margin-top: 10px;
    position:relative;
    margin-right:30px;
    margin-bottom:10px;
    width:100%;
}
.testingContainer .inputContainer
{
    position:relative;
}td .inputContainer
{
    position:relative;
}
.popupContent .containerButton
{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.popupContent .ui-tabs .ui-tabs-panel
{
    margin-bottom:0px;
}

.cellarianCB
{
    display: flex;
    justify-content: space-between;
    width: 95%;
    cursor: pointer;
}

/* Checkbox checkmark */
.cellarianCheckmark
{
    margin-top: 20px;
}
.cellarianCheckmark a
{
    color:#116fbf;
}

.checkmarkContainer
{
    display:block;
    position: relative;
    padding-left:35px;
    margin-bottom:12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkmarkContainer input
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height:0;
    width:0;
    left:0;
}

.checkmark
{
    position: absolute;
    top:0;
    left:0;
    height:25px;
    width:25px;
    background-color: #eee;
}
.cd2Box
{
    top: 10px;
    left: 21px;
}
.cb2Box span
{
    top: 10px;
    left:20px;
}
.cd2Label
{
    position: absolute;
    left: 53px;
}
.checkmarkContainer:hover input ~ .checkmark
{
    background-color:#ccc;
}
.checkmarkContainer input:checked ~ .checkmark
{
    background-color:#116fbf;
}
.checkmark:after
{
    content: "";
    position: absolute;
    display: none;
    
}
.checkmarkContainer input:checked ~ .checkmark:after
{
    display:block;
    
}
.checkmarkContainer .checkmark:after
{
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
    
}
.checkmarkSolo
{
    width: 0px !important;
    top: 12px;
}
.cellarianCheckmarkSide
{
    display: flex;
}
.checkmarkContainerLeft
{
    
}

/* Radio Buttons */
.cellarianRadioContainer
{
    width: 70px;
    border: 1px solid #a6a6a6 !important;
    border-radius: 10px;
    margin-right: 10px;
    display: flex;
    margin-top: 10px;
}
.inputRowCheckbox
{
    display:flex;
}
.radioInnerContainer
{
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radioInnerContainer  label
{
    
}
.radioInnerContainer input
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio
{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.radioInnerContainer:hover input ~ .radio
{
    background-color: #ccc;
}
.radioInnerContainer input:checked ~ .radio
{
    background-color: #2196F3;
}
.radio:after
{
    content: "";
    position: absolute;
    display: none;
}
.radioInnerContainer input:checked ~ .radio:after
{
    display:block;
}
.radioInnerContainer .radio:after
{
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.radioLabel
{
    font-weight: 700;
    padding-top: 2px;
    padding-left: 2px;
}




/* Checkbox slider */
.cellarianCB label
{
    width: 60px;
    height: 34px;
    padding: 0px;
}
.cellarianCB .inputLabel
{
    margin-top: 9px;
}
.switch
{
    position: relative;
    display: inline-block;
    width:60px;
    height:34px;
    pointer-events:none;
}
.switch label
{
    justify-content: space-between;
    width: 100%;
    position: relative;
    display: flex;
}
.switch input
{
    opacity: 0;
    width: 0;
    height: 0;
}
.slider
{
    position: absolute;
    cursor: pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before
{
    position: absolute;
    content: "";
    height:26px;
    width:26px;
    left:4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider
{
    background-color:#116fbf;
}
input:focus + .slider
{
    box-shadow: 0 0 1px #116fbf;
}
input:checked + .slider:before
{
    -webkit-transform: translatX(26px);
    -ms-transform: translatX(26px);
    transform: translateX(26px);
}
.toggleOn
{
    background-color:#116fbf;
    color:#ddd;
    border-radius: 7px;
}
.toggleOn2
{
    color:#116fbf;
}
.slider.round
{
    border-radius: 34px;
}
.slider.round:before
{
    border-radius:50%;
}
.containerPermissions
{
    max-height: 410px;
    overflow-y: scroll;
}

.containerInput .inputContainer
{
    padding-top:10px;
}

.containerLegal
{
    height: 400px;
    overflow: auto;
}

.containerIcon
{
    
}
#popupContent_confirm
{
    text-align: center;
}
.icon-size-confirm
{
    font-size: 80px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #116fbf;
}
.confirmTitle
{
    font-size: 1.6em;
    font-weight: 800;
    
}
.confirmDetails
{
    padding-top: 20px;
    padding-bottom: 10px;
}
#popupContent_confirm .containerButton
{
    display: flex;
    justify-content: space-evenly;
}
.buttonIconImg
{
    margin: -13px;
    color: #fff;
    margin-left: -5px;
    filter: brightness(6.5);
}
.containerIo
{
    display: flex;
}

.containerIo .col
{
    margin-right: 20px;
    
}
.containerIo fieldset
{
    width: 85%;
    min-height: 186px;
    overflow-y: auto;
    border-radius: 15px;
}
.containerIcon
{
    font-size: 1.4em;
    padding-left: 9px;
    margin-top:3px;
}
.containerConnections
{
    display:flex;
}
.containerConnection
{
    background-color: #116fbf;
    display: flex;
    position: relative;
    border-radius: 12px;
    color: white;
    width: 50%;
    margin-bottom:5px;
    height: 37px;
}
.icon-size-4
{
    padding: 0px;
    margin-left: -6px;
    font-size: 1.2em;
}
.icon-size-5
{
    
}
.containerConnection .title
{
    margin-left: 15px;
    margin-top: 4px;
}
.containerConnection .btnRow
{
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 1.2em;
}


.btnRow .icon-size-4
{
    padding-left: 10px;
    cursor:pointer;
}


.fileTypesContainer
{
    width: 50%;
    margin-left: 10px
}
.containerFileType
{
   background-color: #2a860e;
   display: flex;
   position: relative;
   border-radius: 12px;
   color: white;
   margin-bottom:2px;
   width:100%;
}

.ioSelect
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 98%;
    display: flex;
    justify-content: flex-start;
    /* background: rgba(76, 175, 80, 1.3); */
    color: #000;
    background: #eee;
    border-width: 2px;
    border-color: #000;
    
}
.ioSelect span img
{
    height: 14px;
    margin-left: -14px;
}
.containerIcon span img
{
    height: 14px;
}
.containerDataMap
{
    /*max-height: 300px;
    overflow-y: auto;*/
}
.ioMapTableCell
{
    width: 28vw;
}
#tableDataMap
{
    width: 98% !important;
}
.containerDataMap .even
{

}
.ui-button:hover .inputNumber
{
    background-color: #116fbf;
    border-color: #116fbf;
}
.numberContainer
{
    border-radius: 8px;
    display: flex;
    width: 140px;
    height: 27px;
    min-width: 60px;
    margin-right: 10px;
}
.inputNumberLabel
{
    margin-top: 3px;
}

.inputNumber
{
    width: 16%;
    border: none;
    color: #fff;
    background-color: #007ad9;
    padding-left: 8px;
    font-size: 1em;
    padding-right: 8px;
    text-align: right;
    
    -webkit-transition: background-color .2s,box-shadow .2s;
    transition: background-color .2s,box-shadow .2s;
}
.inputNumber:hover 
{
    background-color: #116fbf;
    border-color: #116fbf;
}
.inputNumberArrowContainer
{
    position: relative;
    margin-left: 5px;
}
.inputNumberArrowContainer .iconSize
{
    position: absolute;
}
.inputNumberArrowContainer .upper
{
    top: 0px;    
}
.inputNumberArrowContainer .lower
{
    bottom: 0px;
}
.numberContainer input:focus {
    outline-width: 0;
}
.numberContainer input::-webkit-outer-spin-button,
.numberContainer input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.numberContainer input[type=number] {
  -moz-appearance: textfield;
}
table.dataTable th
{
    font-size:1em !important;
}
.dataTables_scrollBody
{
    border:none !important;
}
#table_tableLinks
{
    width:100% !important;
}
.ui-autocomplete
{
    z-index:10000;
    background-color:#f00;
    margin-top: -5px;
}
.cAutoCompleteContainer
{
        position: absolute;
    /* top: -137px; */
    /* max-height: 147px; */
    width: 400px;
    bottom: 31px;
    z-index: 100;
    border-width: 0.001px;
    border-style: solid;
    border-color: #999;
    display: grid;
    background-color: #fff;
    max-height: 224px;
    overflow: hidden;
    overflow-y: scroll;
    /* max-width: 431px; */
    height: auto;
}

.cAutoCompleteContainer.top
{
    bottom: 31px;
}
.cAutoCompleteContainer.bottom
{
    top: 28px;
    bottom: auto;
}
.cAutoCompleteContainer.bottom2
{
    top: 55px;
    bottom: auto;
}
.cAutoCompleteContainer ul
{
    margin:0px;
    

}
.cAutoCompleteContainer li
{
    list-style-type: none;
    margin-left: -30px;
    display:block;
    white-space: nowrap;
    padding-top: 9px;
}
.orderIcons
{
    width: 16px;
    padding-left: 10px;
}

.multiSelectContainer
{
    width: 200px;
}
.filterRow .multiSelectContainer
{
    padding-top: 0px;
    position: relative;
    /*background-color: #f00;*/
    width: 225px;
}
.mSelectLabelContainer
{
    display:flex;
    position: relative;

    cursor: pointer;

    height: 36px;
    border-bottom: 1px solid #a6a6a6;
}
.filterRow .mSelectLabelContainer
{
    position: relative;
}
.mSelectLabelContainer .checkmarkContainer
{
    padding-top: 2px;
    text-align: left;
    width:0%;
}
.mSelectLabelNoCheckmark
{
    margin-top: 24px;
    min-height: 19px;
}
.mSelectIcon
{
    position: absolute;
    right: -3.9px;
    font-size: 1.4em;

    cursor: pointer;
    padding: 7px;
    pointer-events: none;
    /*pointer-events: none;*/
    
}
.mSelectIcon:hover
{
    color:#116fbf;
}
.mSelectItemsContainer
{
    background-color: #fff;
    border-width: 0.001px;
    border-style: solid;
    border-color: #999;
    z-index: 300;
    position: absolute;
    /*width: 100%;*/
    padding-right: 10px;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 180px;
    min-width: 211px;
    top:36px;
}
.multiSelectContainer .containerSide
{
    border-style: hidden;
    width: 93px;
    margin-left: -42px;
}
.multiSelectContainer .ui-inputtext
{
    border-style: hidden;

}
.mSelectItem
{
    cursor: pointer;
    font-size: 1.1em;
    padding: 1px;
    padding-left: 12px;
    margin-bottom: 1px;
    width: 100%;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.mSelectItem:hover
{
    color:#116fbf;
}
.mSelectItem.selected
{
    background-color: #116fbf;
    color: #fff;
}
.tableMultiSelectContainer
{
    position: relative;
}
.cellarianTooltip
{
    width:300px;
}
.mSelectLabelLeft
{
    font-weight: 700;
    text-align: right;
    margin-right: 10px;
    padding-top: 2px;
    cursor: pointer;
}
.mSelectSideLabel
{
    padding-top: 0 !important;
    margin: 0px;
}
.dateGroupContainer
{
    display: flex;
}
.dataGroupContainerCB
{
    width: 30px;
}
.removeBorder
{
    border-width: 0px !important;
}
.dateGroupInnerContainer
{
    width: 33px;
}
.dateGroupRow
{
    display: flex;
}
.dateGroupRow label
{
    width: 26px;
}
.dateGroupRow input
{
    width: 136px;
}
.containerButton .btnPrimary
{
    margin-left: 10px;
}
.colContainer
{
    display: flex;
}
.colContainer2
{
    display: flex;
    height:100%;
}
.col1
{
    width: 429px;
    position: relative;
    margin-right:20px;
}
.col1b
{
    width: 200px;
    position: relative;
    margin-right:20px;
}
.col2
{
    width: 600px;
    position: relative;
    margin-right:20px;
}
.col2Overflow
{
    max-height: 60vh;
    overflow-y: scroll;
}
.col1S
{
    width: 320px;
    position: relative;
    margin-right:20px;
}
.col2L 
{
    flex:1;
    margin-top:-90px;
    height:100%;
}
.inputRow
{
    display: flex;
}
.inputRowSpacer
{
    margin-bottom:10px;
}
.inputRow select
{
    width: 193px;
}
.inputRow .btnPrimary
{
    margin-left:20px;
}
.multiItemGroupContainerParent
{
    
    width: 100%;
    /* background-color: #f00; */
    border: 1px solid #a6a6a6;
    position:relative;
    
    margin-right: 12px;
}
.multiItemGroupContainer
{
    display: inline-flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
}
.multiItemGroupContainer span
{
    padding-right: 9px
}
.multiItemGroupContainer .cAutoCompleteContainer
{
    
}
.multiItemGroupContainer .itemContainer
{
    background-color: #2196F3;
    color: #fff;
    margin: 3px;
    border-radius: 8px;
    padding-left: 9px;
    padding-right: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.9em;
}
.multiItemGroupContainer .menuItem
{
    
}
.hrMultiItemGroup .inputContainer
{
    margin-top:0px;
}
.multiItemGroupContainerInput
{
    border: none;
    width:100px;
    height: 90%;
}
.multiItemGroupContainer .icon-btn
{
    cursor: pointer;
}
.multiItemGroupContainer .icon-btn:hover
{
    color: #0170dd;
}
.historicalTestResultsContainer
{
    
}
.sectionBreak
{
    margin-top:10px;
}
.buttonNarrow
{
    height: 21px;
    margin-top: 20px;
    margin-left: 20px;
}
.buttonRowNarrow
{
    border:none;
}
.buttonRowNarrow .buttonNarrow
{
    margin-top:0px;
    margin-left:0px;
    margin-right:5px;
}
.historicalTestResultsContainer
{
    
}
.hrRow
{
    display: flex;
}
.hrCol
{
    margin-left: 20px;
    width: 140px;
}
.hrColDos
{
    
}
.hrColMultiGroup
{
    
}
.hrActions
{
    
}
.hrHeader
{
    color: #333333;
    font-weight: 700;
    text-align: center;
}
.icon-btn2
{
    font-size: 1.2em;
    cursor: pointer;
}
.tabActionRow
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.testRow
{
    display: flex;
}
.icon-btn3
{
    font-size: 1.4em;
    cursor: pointer;
    margin-top: 12px;
    margin-left: 5px;
}
.icon-btn4
{
    cursor: pointer;
}
.pointer
{
   cursor: pointer; 
}
.btnContainer
{
    display: inline-flex;
}
.btnContainer .pi
{
    margin-top: 2%;
}
.btnContainer2
{
    margin-top:1%;
}
.btnContainer2 .pi
{
    margin-top:1%;
}
.money
{
    font-weight:900;
}
.containerImg
{
    position: relative;
    width: 150px;
}
.containerImg img
{
    width: 150px;
    /*height: 150px;*/
}
.containerSignature
{
    position: absolute;
    width: 300px;
    overflow: hidden;
}
.containerSignature img
{
    width: 300px;
    
}

.btnLogo
{
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    position: relative;
    margin-left: 8px;
}
.btnRowLwrRight
{
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
}
.btnLogoIcon
{
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 0.9em;
}
.cropPreview 
{
    
  overflow: hidden;
  width: 160px; 
  height: 160px;
  margin: 10px;
  border: 1px solid red;
}
.modalImgContainer 
{
    min-height: 300px;
    max-height: 300px;
}

.actionRows2
{
    margin-top:10px;
    display:flex;
}
.actionRows2 button
{
    margin-right: 10px;
}
.tabActionRow2
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}
.tabActionRow2 label
{
   
}
.tabActionRow2 select
{
    width: 160px;
    margin-top: -8px;
    margin-right: 20px;
}
.textEditorContainer
{
    padding-left: 150px;
    margin-top: 19px;
}
.quillEditor
{
    
}
.htmlPreviewContainer
{
    padding-top: 30px;
}
.previewHtml
{
    width: 96%;
    border-style: solid;
    border-width: 0.05px;
    border-color: #bbb;
    padding-right: 10px;
    padding-left: 12px;
    background-color: #eee;
    min-height: 32px;
}
.tableSimpleSearch
{
    display:flex;
}
.previewHtml p
{
    padding: 0px;
    margin: 0px;
}
.textInputRow
{
    
}
.textInputRow .label
{
    
}
.textInputRow .ui-inputtext
{
    width: 500px;
}
#inputVersionName
{
    width: 181px;
}
#jViewerLabLog
{
    height: 500px;
    overflow: scroll;
}
.vertLineGuide
{
    position: absolute;
    background-color: #00f;
    width:100%;
    height:1px;
}
.vertLineHandle
{
    position: absolute;
    /*background-color:#f00;*/
    cursor: pointer;
    width:100%;
    height:9px;
    top:-4px;
}
.btnIconSq
{
    width: 24px;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 7px;
    position: relative;
    margin-left: 8px;
    background-color: #007ad9;
    color: #fff;
}
.btnIconSq.layerCol
{
    margin-bottom: 7px;
}
.btnIconSq.disabled
{
    background-color: #999;
}
.layerContainerParent
{
    display:flex;

}
.layerContainerParent legend
{
    display:flex;
}
.layerContainerParent legend .btnIconSq
{
    margin-right:10px;
}
.layerContainer
{
    overflow: hidden;
    display: flex;
}
.layerCol1
{
    
}
.layerCol2
{
    
}
.layerDataRows
{
    display: flex;
    margin-top: -2px;
}
.layerDataRows .inputRow
{
    display: flex;
    margin-left: 10px;
    margin-right: 14px;
}
.layerDataRows label
{
    padding-top: 0px;
    width: auto;
}
.layerData
{
    
}
.jsTreeContainer
{
    
}

.somnEditorContainer
{
    font-family: arial;
    position: relative;
}

#somnTitle
{
    
}
#providerInfoContainer
{
    position: absolute;
    top: 19.4px;
    right: 30px;
    line-height: 0.4em;
}
.somnT1
{
    font-size: 1.3em;
    font-weight: bold;
    line-height: 0.2em;
}
.somnT2
{
    font-size: 1.1em;
}
.somnT3
{
    font-size: 0.9em;
}
.somnT4
{
    font-weight: bold;
    font-size: 1.1em;
}
.somnBlkLine
{
    border-style: solid;
    border-width: 0px;
    border-top-width: 8.1px;
    margin-top: 10px;
    margin-bottom: 11px;
}
.somnBlkLineMed
{
    
}
.somnBlkLineThin
{
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.somnBlkLineVeryThin
{
    
}
.somnHeaderRowContainer
{
    display: flex;
    justify-content: space-between;
}
.somnHeaderItemContainer
{
    width: 100%;
}
.headerItemTitle
{
    font-size: .9em;
    font-weight: bold;
}
.headerItemValue
{
    font-size: 1.3em
}
.somnMidSection
{
    display: flex;
}
.somnCol
{
    width: 61%;
    padding-left: 10px;
    margin-right: 10.1px;
}
.somnCol2
{
    width: 37%;
    padding-left: 10px;
    margin-right: 10.1px;
}
.rtfContainer
{
    
}
.somnAttestation
{
    
}
.somnSignRow
{
    
}
.sideColContainer
{
    
}
.somnColHeader
{
    border-width: 0px;
    border-style: solid;
    border-top-width: 4.1px;
    border-bottom-width: 4.1px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    background-color: #eee;
    font-weight: bold;
    font-size: 1.2em;
}
.somnSideContainer
{
    
}
.somnHeaderTestsContainer
{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.somnHeaderTestsContainer .somnT1
{
    text-align: center;
}
.somnTestRow
{
    display: flex;
}
.somnTestLeft
{
    border-style: solid;
    border-width: 1px;
    border-left-width: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 30px;
    min-width:13.6%;
}
.somnTestRight
{
    border-style: solid;
    border-width: 1px;
    border-right-width: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 39px;
    padding-right: 30px;
    width: 76%;
    display:flex;
}
.somnProviderNotesContainer
{
    margin-top: 30px;
}
.somnProviderNotes
{
    width: 100%;
    margin-top: 12px;
    height: 100px;
}
#somnLegendContainer
{
    
}
#rtfContainer
{
    
    
}
.rftRow
{
    display:flex;
    position: relative;
}
.rftInput
{
    width:90%;
}
.rftInput2
{
    width:100%;
    padding: 5px;
    border-width: 1px;
}
.rftRow .icon-btn2
{
    position: absolute;
    right: -6px;
    top: 16px;
}
.somnMedicationContainerParent
{
    position: relative;
    margin-bottom: 20px;
}
.somnMedicationsContainer
{
    
}
.multiItemGroupContainerInput
{
    
}
.somnMedicationContainerParent .cAutoCompleteContainer
{
    
}
.somnMedicationRow
{
    display: flex;
    margin-top: 4px;
    border-width: 0px;
    border-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.somnMedicationDot
{
    width: 15px;
    height: 15px;
    background-color: black;
    display: block;
    border-radius: 7px;
    margin-left: 6px;
    margin-right: 10px;
    margin-top: 3px;
}
.somnMedication
{
    font-size: 1.2em;
    margin-right: 10px;
}
#somnSideContainerPresScreen
{
    font-size: 1.2em;
    margin-top: 10px;
    position: relative;
}
.somnMedicationRow .icon-btn
{
    cursor: pointer;
}
.presumptiveScreenRow
{
    display:flex;
    border-width: 0px;
    border-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.somnScreenName
{
    min-width: 30%;
}
.somnScreenResult
{
    min-width: 30%;
}
.somnScreenConsistent
{
    
}
#somnLegendHeader
{
    
}
#somnTestContainer
{
    
}
.somnRow
{
    
}
.somnInput
{
    
}
.somnInput2
{
    
}
.somnLegendContainer
{
    margin-top:10px;
    margin-bottom:10px;
}
.somnLegendContainer .somnT4
{
    margin-bottom:4px;
}
.manualProviderTextBox
{
    width: 100%;
    margin-top: 12px;
    height: 400px;
}
.btnRowProfile
{
    margin-left: 10px;
    margin-top: 23px;
}
.btnRowProfile span
{
    margin-right: 10px;
    font-size: 1.1em;
    cursor: pointer;
}
.pasteBufferDiv
{
    position:absolute;
    left:-10000px;
    display:none;
}
.btnBuffer
{
    margin-top:10px;
}
.popupFormTextarea
{
    width: 64%;
    margin-top: 12px;
    height: 100px;
    margin-top: 12px;

}
.popupFormTextarea2
{
    width: 64%;
    margin-top: 12px;
    margin-top: 12px;
    overflow-y: scroll;
    height: 100px;
}
.popupFormTextarea.large
{
    height:300px;
}
.large
{
    height:300px;
    width:300px;
}
.large2
{
    height:300px;
    width:100%;
}
.wideCol
{
    width: 84%;
    
}

table.dataTable
{
    margin: inherit;
}
.cellarianFieldSetLegend
{
    display:flex;
}
.testResultBox
{
    
}
.console
{
    max-height: 400px;
    overflow-y: auto;
    text-align: left;
}
.console span
{
    font-weight: bold;
}


.importerFileRow
{
    display:flex;
}
.importerFileRow label
{
    padding-top: 14px;
    width: 50px;
    text-align: left;
    padding-right: 10px;
    font-weight: 700;
}
.importIcons
{
    margin-top: 20px;
}
.importIcons span
{
    min-width: 29.4px;
    text-align: center;
}
.importIcons2
{
    margin-top: 10px;
    margin-left: 10px;
}
.importIcons2 span
{
    min-width: 29.4px;
    text-align: center;
}
.importTable
{
    width: 80%;
}
.importResultsPanel
{
    
}
.payerPolicyTextArea
{
    width: 100%;
    margin-top: 12px;
    height: 400px;
}
.blockContainer
{
    max-height: 500px;
    overflow: hidden;
    width: 640px;
    overflow-y: auto;
}

.longLabel
{
    width:auto;
}
.textEditorContainer2
{
    
}
.grayText
{
    color:#888;

}

.statusLight
{
    width: 12px;
    height: 12px;
    background-color: grey;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
}
.bkgColorGreen
{
    background-color: lightgreen;
    border-color: lawngreen;
}
.bkgColorRed
{
    background-color:red;
    border-color: mediumvioletred;
}
.bkgColorOrange
{
    background-color:orange;
    border-color: orange;
}
.widgetsContainer
{
    display: flex;
    flex-wrap: wrap;
}
.widgetFieldSet
{
    position: relative;
    margin-right:10px;
}
.widgetLegend
{
    
}
.widgetBoxControls
{
    position: absolute;
    right: 4px;
    top: -8px;
}
.widgetBoxControlsBtn
{
    
}
.widgetInsideContainerBtn
{
    margin-left: 10px;
}
.widgetContainer
{
    
    /*background-color: #f00;*/
    position: relative;
    position: relative;
    display: flex;
    
}
.fieldSetServer
{
     width:auto;   
}
.serversContainer
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.serverContainer
{
    display: flex; 
}
.serverStatusTitle
{
    padding-left: 10px;
}
.fieldSetReporting
{
    display: flex;
    flex-direction: column;
}
.fieldSetReporting button
{
    width: 200px;
    margin-right:10px;
    margin-bottom:5px;
}
.fieldSetLab
{
    width:100%;
}
.labContainer
{
    display:flex;
}
.labSubContainer
{
    width:23%;
    margin-top:15px;
}
.labBtnContainer
{
    margin-left: 2%;
    margin-top: 15px;
}
.eHandlerContainer
{
    display:flex;
}
.eHandlerIcon
{
    margin-left:10px;
}
.statContainer
{
    width:50%;
    position: relative;
}
.statContainer table
{
    
}
.statContainer td 
{
    padding: 0px !important;
}
.statTableLastUpdate
{
    font-size: SMALLER;
    text-align: right;
}

.sidePanel
{
    
}
.sidePanel button
{
    margin-bottom: 10px;
}
.sidePanel td
{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
.sidePanel2
{
    
}
.btnFlowchartCloseIcon
{
    cursor: pointer;
    margin-left: 10px;
}
.colPadding
{
    width:14vw;
}
.bkgOff
{
    background-color:#777 !important;
}
.halfWidth
{
    
}
.svelte-57bmz4
{
    width:100%;
    height:86%;
}
#jsoneditor {
    width: 500px;
    height: 300px;
  }

.allCaps
{
    text-transform: uppercase;
}
.padBottom
{
    padding-bottom:40px;
}