.i-search-highlight {
    background-color: #ffeb00;
    color: black;
}
/*START PATCH SELECT2*/
.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 38px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #c3c3c3;
}
/*END PATCH SELECT2*/

body {
    font-family: 'Roboto', sans-serif;
    height: 100vh;
}

a {
    color: #ca232b;
}

a:hover {
    color: red;
}

.PanelV, .PanelH {
    align-content: space-between;
    align-items: stretch;
    display: flex;
    overflow-y:hidden;
}
.PanelV { flex: 1 1 0px; flex-flow: column nowrap; }
.PanelH { flex: 1 1 0px; flex-flow: row nowrap; }
.PanelFix, .flexFix { flex: 0 1 auto; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/Ressources/NetClinic/font/roboto.ttf) format('truetype');
}

.NATB-AppContainer {
    margin: 8px;
    border: 1px solid silver;
    border-radius: 4px;
}

#PrintDiv {
    display: none;
}

#AppDiv {
   
}

.NATB-Transition {
    transition-duration: 250ms;
}

@media print {
    @page { 
        margin: 16px; 
    }
    
    #PrintDiv {
        display: block;
    }
    
    #AppDiv {
        display: none;
    }
}

#ModeDiv {
    align-items: center;
    justify-content: center;
    height: 32px;
    background-color: black;
    border: 1px solid silver;
    border-radius: 4px;
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 8px;
    color: white;
    font-weight: bold;
    background: repeating-linear-gradient(
        -55deg,
        #222,
        #222 10px,
        #333 10px,
        #333 20px
    );
    display: none;
}

#detailContainer {
    
}

.NATB-Background-Primary {
    background-color: #FFFFFF;
}

.NATB-Background-Secondary {
    background-color: #F9F9F9;
}

.NATB-Background-Surface {
    background-color: #FFFFFF;
}

.NATB-Background-Interact {
    background-color: #FFFFFF;
}

.NATB-Background-Interact:hover {
    background-color: #F2F2F2;
}

.NATB-Background-Active {
    background-color: #E5E5E5;
}

.NATB-Card {
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
}

.NATB-Shadow {
  box-shadow: 1px 1px 3px #00000038;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.NATB-Select {
    border: 1px solid silver;
    border-radius: 4px;
    padding: 8px;
}

input[type="checkbox"] {
    margin: 0;
    margin-right: 12px;
    accent-color: #CA232B;
}

.NATB-Checkbox {
    height: 19px;
    width: 19px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    transform: scale(2);
}

.NATB-Checkbox-Container label {
    margin-bottom: 0;
    padding: 2px 8px;
    background-color: #ca232b;
    border-radius: 0 4px 4px 0;
    color: white;
    border-bottom: 1px solid #83171c;
    border-right: 1px solid #83171c;
    user-select: none;
    height: 37px;
    box-shadow: 1px 1px 3px #00000038;
    cursor: pointer;
    font-weight: unset;
    display: flex;
    align-items: center;
}

.NATB-Checkbox:disabled + label {
    background-color: #D1D1D1;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
}

.NATB-Checkbox-Container-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.NATB-Checkbox-Container:active {
    opacity: 0.5;
}

.NATB-Checkbox-Container {
    display: flex;
    align-items: center;
    padding-left: 9px;
}

input:focus {
    outline: none !important;
    border: 1px solid grey;
}

textarea:focus {
    outline: none !important;
    border: 1px solid grey;
}

textarea {
    resize: none;
}

input:read-only, textarea:read-only {
    background-color: #eeeeee;
    border: 1px solid #c3c3c3;
    color: #555555;
}

.NATB-TextBox {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    width: 100%;
    height: 38px;
}

.NATB-NumberBox {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    width: 100%;
    height: 38px;
}

.NATB-PriceBox {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    text-align: right;
    width: 100px;
    height: 38px;
}

.NATB-Button {
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 12px 8px 13px;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 3px #00000038;
    height: 38px;
    background-color: white;
}

.NATB-Button:active {
    opacity: 0.5;
}

.NATB-Fa-Text {
    margin-right: 4px;
}

.NATB-Fa {
   transform: translate(0, -1px); 
}

.NATB-Button-Disabled, .NATB-Button-disabled, .NATB-Button-Disabled-true, .NATB-Button-readonly, .NATB-MenuItem-Disabled {
    opacity: 0.5;
    pointer-events: none;
}

.NATB-Button-Group-Stick {
    display: flex;
    justify-content: flex-end;
}

.NATB-Button-Group-Stick .NATB-Button {
    border-radius: 0;
}

.NATB-Button-Group-Stick :first-child {
    border-radius: 4px 0 0 4px;
}

.NATB-Button-Group-Stick :last-child {
    border-radius: 0 4px 4px 0;
}

.NATB-Button-Group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.NATB-Button-Group .NATB-Button {
    margin-left: 8px;
}

.NATB-Button-Group-Left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.NATB-Button-Group-Left .NATB-Button {
    margin-right: 8px;
}

.NATB-Button-Group-Vertical {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: -4px;
}

.NATB-Button-Group-Vertical .NATB-Button {
    margin-bottom: 4px;
    width: 100%;
}

.NATB-Button-Default {
    background-color: #CA232B;
    color: white;
    border-right: 1px solid #83171c;
    border-bottom: 1px solid #83171c;
}

.NATB-Button-Delete {
    background-color: #ca232b;
    color: white;
    border-right: 1px solid #83171c;
    border-bottom: 1px solid #83171c;
}

.NATB-Button-Action {
    background-color: #46a92b;
    color: white;
    border-right: 1px solid #29621a;
    border-bottom: 1px solid #29621a;
}

.NATB-Button-Print, .NATB-Button-Signature {
    color: white;
    background-color: #193e70;
    border-right: 1px solid #0b1b30;
    border-bottom: 1px solid #0b1b30;
}

.NATB-Button-Title {
    background-color: #323232;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    color: white;
    font-size: 20px;
}

.NATB-Button-Cancel {
    background-color: #e39b22;
    color: white;
    border-right: 1px solid #8f6c28;
    border-bottom: 1px solid #8f6c28;
}

.NATB-Text-Info {
    color: #ffc800;
}

.NATB-Text-Primary {
    color: #030303;
}

.NATB-Text-Bold {
    font-weight: bold;
}

.NATB-Text-Secondary {
    color: #606060;
}

.NATB-Text-Disabled {
    color: #909090;
}

.NATB-Text-Alert {
    color: #bd0000;
}

.NATB-Text-Normal {
    font-size: 14px;
}

.NATB-Text-Big {
    font-size: 18px;
}

.NATB-Text-VeryBig {
    font-size: 30px;
}

.modal-footer {
    display:flex;
    flex-direction:row;
    justify-content:end
}

.modal-footer button.NATB-Button-Action {
    min-width:100px;
}