@font-face {
    font-family: 'CS PraJad';
    src: url(../fonts/CSPraJad.otf);
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    /* background-image: url(/yakult/public/images/bg-default.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

/* div {
    padding: 5px;
} */

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc;
}

.info {
    padding: 20px 0%;
}
.info>* input,
.info>* textarea {
    border: 1px solid #BEBEBE;
    border-radius: 3px;
    text-indent: 8px;
}

.detail-header>div {
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.row {
    margin: 0;
}

.detail-detail {
    text-overflow: ellipsis;
    overflow: hidden;
}

.detail-row {
    border-bottom: 1px solid #ddd;
}

/* input[type="text"] {
    border-width: 0px 0px 1px 0px !important;
} */

input[type="text"]:focus {
    border-color: rgb(77, 144, 254);
    outline: 0 none;
}

input[type="text"]:disabled,
input[type="number"]:disabled,
textarea:disabled {
    background: #F3F3F3;
    opacity: 0.8;
}

.label-disabled {
    min-width: 153px;
    text-indent: 8px;
    border: 1px solid #aaa;
    border-width: 0px 0px 1px 0px;
    opacity: 0.7;
}

.show-date-picker>* {
    display: inline-block;
}

.show-date-picker>input {
    width: calc(95% - 25px);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 42px;
    margin-top: 20px;
    /* margin-left: 5%; */
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
}

.overlay_list_detail {
    background: none;
    width: 100%;
    /* height: calc(100% - 130px); */
    height: calc(100% - 50px);
    background: pink;
    overflow: hidden;
    overflow-y: scroll;
}

.first {
    position: relative;
    width: 90%;
    /* background: antiquewhite; */
    display: table;
    margin: auto;
    /* padding: 42px 0; */
}

.box-info {
    width: 90%;
    margin: auto;
}

.option {
    padding-top: 30px;
}

.option>* {
    display: inline-block;
    width:auto
}

.option-status>div {
    display: inline-block;
    padding: 5px 0;
    width: 140px;
}

.edit-status>* {
    display: inline-block;
}

.slice-first {
    position: relative;
    display: block;
    width: 100%;
    margin: 15px auto;
    padding: 0;
}

.slice-first>input {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #f7f9fc;
    border-radius: 5px;
    line-height: 42px;
}

.slice-first>input:focus {
    border-color: rgb(77, 144, 254);
    outline: 0 none;
}

.slice-third {
    position: relative;
    display: inline-block;
    width: 33%;
    margin: 15px 0;
    text-align: center;
}

.slice-first>label,
.slice-third>label {
    position: absolute;
    top: 0;
    left: 0;
    /* background: white; */
    margin-left: 10px;
    font-size: 14px;
    color: grey;
    /* z-index: 1; */
}

.slice-third>input {
    /* width: 90%; */
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    /* margin-left: 5%;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;    
    background: #f7f9fc; */

    width: 95%;
    background: #fff;
    border: 1px solid #f7f9fc;
    border-radius: 5px;
    line-height: 42px;
    margin-left: 0;
}

.slice-third>textarea {
    width: 98%;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.radio {
    margin: 0.5rem;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

/* .width-name {
    width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 2vh;
    margin-top: 2vh;
} */

.line-odd {
    display: flow-root;
    border-radius: 5px;
    background: aliceblue;
    background: #FFE6FA;
    background: #E6FFFA;
}

/* .line-odd > * input, */
.line-odd>* label {
    background: aliceblue;
    background: #FFE6FA;
    background: #E6FFFA;
}

.toggle1_fam:hover,
.toggle2_fam:hover,
.toggle1_cert:hover,
.toggle2_cert:hover {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    outline: 0 none;
    border-width: 0px 0px 1px 0px;
}

input:-internal-autofill-selected {
    background-color: white;
}

.title {
    position: relative;
    height: 130px;
    font-size: 33px;
    font-weight: 400;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 80px;
}

.title-detail {
    position: absolute;
    width: inherit;
    top: 55%;
    left: 52%;
    transform: rotate(0deg) translate(-50%, -50%);
    font-size: 46px;
    font-weight: 700;
    text-shadow: #4d94ff 3px 3px 3px;
}

.title-bg1 {
    height: 100%;
    position: absolute;
    top: 50%;
    left: calc(52% - 237px);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.title-bg2,.title-bg3 {
    width: 64px;
    height: 50%;
    position: absolute;
    bottom: 0%;
    left: calc(52% - 338px);
    /* background-image: url(/yakult/public/images/bg6.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.btn-date {
    cursor: pointer;
}

table.dataTable {
    width: 92% !important;
    margin: 0 4% !important;
}

.bf-btn-info{
    display: inline-block;
}
