/* Empty. Add your own CSS if you like */

body {
    font-size: 16px;
}

.header .col {
    font-weight: bold;
}

.italic{
    font-style: italic;
}

/* Ubah agar list item tidak full border, input tidak mepet kanan */

.item {
    border-left: 0;
    border-right: 0;
    border-style: dotted;
    padding-right: 10px;
}

.item-group {
    margin: 0 10px 10px;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    background-color: #fff;
}

.app-home h3 {
    margin: 0;
    font-size: 20px;
}


/* Agar list item tidak terlalu lebar */

.item-select,
.item-row {
    padding: 6px 16px;
}

/* Hint */
.hint{
    font-size: 20px;
}
.hint-status {
    font: italic 14px sans-serif;
    color: #E53935;
}

/* Modul Home */

.nama,
.alamat {
    text-transform: capitalize;
}

.jml-art span {
    color: #000;
    background-color: #D8E7FF;
    padding: 1px 5px;
    border-radius: 3px;
}


/* Module List ART */

.list-art .col {
    border-bottom: 1px dotted #ddd;
}

input {
    text-align: right;
}

.setting input {
    text-align: center;
    width: 100%;
}

.setting .about {
    font-size: small;
    font-family: monospace;
}

.user-edit .item-input input {
    text-align: left;
    max-width: 95%;
}

.user-edit .input-label {
    max-width: 200px;
}

.input-label {
    width: 50%;
    max-width: 100%;
    z-index: 999;
}

.input-border{
    border: 1px solid #2196f3 !important;
}

.input-border-blue{
    border: 1px solid #2196f3 !important;
}

.input-border-red{
    border: 1px solid #E53935 !important;
}

.input-border-none{
    border: 0px !important;
}

.text-area{
    height: 100px;
    width: 100%;
}

#part .input-label {
    width: 100%;
}

.item-select select {
    background: transparent;
    width: 50%;
    overflow: visible;
    white-space: normal;
}

.input-label {
    /*	font-size:14px;*/
}

.desc {
    font-size: 13px;
    font-weight: 300;
}

.pull-right {
    float: right;
}

.center {
    justify-content: center;
}

.left {
    text-align: left!important;
}

.right {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
}

.text-small {
    font-size: 12px;
}


/* agar tidak berantakan di screen kecil */

.col input,
.col select {
    max-width: 95%;
    height: 34px;
}

/* col banyak untuk screen kecil*/
.m100{
    max-width: 100px;
}

.m75{
    max-width: 75px;
}

.m50{
    max-width: 50px;
}


/*.min-left{
    padding-left:0!important;
}
.min-right{
    padding-right: 0!important;
}*/

.no-border {
    border: 0!important;
}

.border {
    border: 1px solid #ededed!important;
}

textarea {
    border: 1px solid #ddd;
}

.button-square {
    border-radius: 0!important;
}

.button.button-block,
.button.button-full {
    margin: 0;
}


/*.item-light {
	background-color: #f3f3f3!important;
}*/

#menu .item a {
    padding: 5px 16px;
}

#menu .item a span {
    display: block;
    font-size: 10px;
}

.paginasi{
    border: 1px solid #ededed;
    min-width: 90px;
    height: 2rem;
}

.simpan {
    border-radius: 0;
    /*    margin: 10px;
    margin-top: 15px;*/
    border: 1px solid #ededed;
}

.simpan .icon {
    padding-right: 10px;
}

.pull-right .icon {
    padding-left: 10px;
}

.item .row,
.item .col {
    padding: 0;
}


/*.col .item {
    border: 0;
}*/

.col-67 span {
    line-height: 35px
}

.col-67 select {
    width: 75%;
}

.col-67 .item {
    height: 45px;
}

/*.col-33 select, .col-33 input {
position: relative;
height: 50px;
padding: 0
}*/


/* MODUL HIV */

.item-radio {
    padding: 5px;
    border: 0;
    min-width: 110px;
}
/*untuk tombol radio ya yg terlalu lebar*/
.radio-ya {
    padding: 5px;
    border: 0;
    min-width: 90px;
}

.radio-content {
    border: 1px solid #EC407A;
    text-align: center;
}

.radio-content .item-content {
    padding: 10px;
    background: #f8f8f8;
}

.item-radio input:checked+.radio-content{
    border: 1px solid #ededed !important;
}

.item-radio input:checked+.radio-content .item-content {
    background: #2196F3;
    color: #fff;
}

.item-radio input:checked+.radio-content .radio-icon {
    display: none;
}


/* Module ART */

.art .row.baru {
    background: #F5F5F5;
    color: #9C27B0;
}

.art .row.art-tdk-ada {
    color: #F44336;
}

.art .row.baru.art-tdk-ada {
    background: #E1BEE7;
    color: #C62828;
}

.art .row.agh, .art .row.modb{
    background: #e6ffe6 !important;
    color: #00b300 !important;
}

.col.hub-rt,
.col.status-kawin,
.col.hamil,
.col.tgl-lahir {
    font-size: 80%;
    text-align: center;
}

#hiv .input-label {
    width: 100%;
    padding-bottom: 16px;
}

#hiv .item-input .input-label {
    max-width: 50%;
}

.item-input input {
    max-width: 50%;
}

.ptm .item-input input {
    max-width: 90%;
}

.ir .item-input input {
    max-width: 100%;
}

.full {
    width: 100%;
}

.col-row {
    display: block!important
}

#ins .padding .item:nth-child(even) {
    background: #f8f8f8;
}

#ins .padding .item:nth-child(odd) {
    background: #f3f3f3;
}

#ins input {
    text-align: left;
}

#mb .item input {
    border: 1px solid #ddd;
    width: 100%;
    text-align: center;
}

#mb .item select {
    width: 100%;
    height: 34px;
    padding-left: 10px;
}

span.nama {
    font-style: italic;
    color: #9C27B0;
    border-bottom: 1px dotted;
}

.item-row .input-label {
    width: 100%;
}


/* TABLE STYLE */

.table .row {
    border-top: 1px solid #ddd;
}

.table .row:last-child {
    border-bottom: 1px solid #ddd;
}

.table .header .col {
    border-bottom: 0px;
    overflow: hidden;
}

.table .col:first-child {
    border-left: 0;
}

.table .item-checkbox {
    border: 0px;
    background-color: transparent;
}

.table-striped .row:nth-child(even) {
    background: #f3f3f3;
}

.table .row+.row {
    margin-top: 0;
}

.table .row {
    padding: 0 5px;
}

.table select,
.col select,
.table input,
.col input {
    min-height: 34px;
    padding-left: 5px;
    border: 1px solid #ededed;
}

.item-group+.item-group {
    padding-top: 0;
}

.lowercase {
    text-transform: lowercase;
}

.variabel {
    font-weight: bold;
    text-transform: uppercase;
}

/*style untuk warning / notifikasi */

.notifikasi {
    padding: 10px;
    font-style: italic;
    color: #ff0000;
}


/* input field yg isiannya invalid */

input.ng-invalid, select.ng-invalid, textarea.ng-invalid{
    background: pink;
    border-bottom: 1px solid #EC407A;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

input.ng-valid, select.ng-valid, textarea.ng-valid{
    background: #2195f341;
    border-bottom: 1px solid #2196f3;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}


/* pesan ketika field isinya invalid */

.invalid-val {
    text-align: right;
    font: italic 12px sans-serif;
    color: #E53935;
    margin: 5px;
}


/*Nganu ukuran Modal*/

@media (min-width: 1020px) {
    .modal {
        width: 90%!important;
        height: 90vh!important;
        top: 5%!important;
        left: 5%!important;
        right: 5%!important;
        bottom: 5%!important;
    }
}


/* User Otoritas / Edit*/

.user-edit .desc {
    padding: 10px 10px 20px 20px;
    font-size: 16px;
}

.download-export .col-80 {
    padding-top: 10px;
}

.download-export {
    font-style: italic;
    color: #512DA8;
    text-align: right;
}

.rt-available {
    padding: 10px;
    background: #FFECB3;
    margin: 10px 20px;
    font-size: 13px;
}

.rt-available .info {
    padding: 10px 0 0;
    font-style: italic;
    color: #C62828;
    text-align: right;
}

.user-available-container {
    padding: 10px;
}

.user-available {
    display: inline;
}

.user-available .button {
    margin: 7px 3px 0 0;
    padding-left: 10px;
    color: #D81B60;
    padding-right: 5px;
    font-size: 14px;
}

.user-list .table-striped .supervisor {
    background: #FFECB3;
    font-weight: bold;
}

.user-list .table-striped .admin {
    background: #FFAB91;
    font-weight: bold;
}

@media (min-width: 680px) {
    .modal {
        top: 10%;
        right: 10%;
        bottom: 10%;
        left: 10%;
        min-height: 240px;
        width: 80%;
    }
}

.status-ikut-serta{
    background-color: #ffc9006b
}

.status-ikut-serta-ikut{
    background-color: #27ff0066
}

.status-ikut-serta-skip{
    background-color: #ff00006e
}

/* custom ion-radio*/
.cc-selector-2 input{
    position:absolute;
    z-index:999;
}

.tidaknyeri{background-image:url('../../www/img/tidak_nyeri.jpg');}
.sedikitnyeri{background-image:url('../../www/img/sedikit_nyeri.jpg');}
.sedikitlebihnyeri{background-image:url('../../www/img/sedikit_lebih_nyeri.jpg');}
.nyeri{background-image:url('../../www/img/nyeri.jpg');}
.lebihnyeri{background-image:url('../../www/img/lebih_nyeri.jpg');}
.sangatnyeri{background-image:url('../../www/img/sangat_nyeri.jpg');}

.tidaknyeri-web{background-image:url('../img/tidak_nyeri.jpg');}
.sedikitnyeri-web{background-image:url('../img/sedikit_nyeri.jpg');}
.sedikitlebihnyeri-web{background-image:url('../img/sedikit_lebih_nyeri.jpg');}
.nyeri-web{background-image:url('../img/nyeri.jpg');}
.lebihnyeri-web{background-image:url('../img/lebih_nyeri.jpg');}
.sangatnyeri-web{background-image:url('../img/sangat_nyeri.jpg');}

.cc-selector-2 input:active +.drinkcard-cc, .cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector-2 input:checked +.drinkcard-cc, .cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:113px;height:170px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1) grayscale(1) opacity(.9);
       -moz-filter: brightness(1) grayscale(1) opacity(.9);
            filter: brightness(1) grayscale(1) opacity(.9);
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(0.5) opacity(1);
       -moz-filter: brightness(1.2) grayscale(0.5) opacity(1);
            filter: brightness(1.2) grayscale(0.5) opacity(1);
}

/* Custom CSS untuk eHDSS mini */
/* eHDSS yang diisi langsung oleh responden */

@media only screen and (max-width: 767px) {
    .radio-likert {
        padding: 5px;
        border: 0;
        min-width: 70px;
    }

    .big-screen{
        display: none;
    }

    #btn-sedang{
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .radio-likert {
        padding: 5px;
        border: 0;
        min-width: 90px;
    }

    .small-screen{
        display: none;
    }

    .pad-desktop{
        padding-left: 10%;
        padding-right: 10%;
    }

    #btn-kecil{
        display: none;
    }
}

.input-label-home {
     display:table;
     padding:7px 10px 7px 0;
     max-width:100%;
     color:#444;
     font-size:16px
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.minW20p {
    min-width: 20px !important;
}

.minW50 {
    min-width: 50% !important;
}

.minW75 {
    min-width: 75% !important;
}

.minW80 {
    min-width: 80% !important;
}

.minW100 {
    min-width: 100% !important;
}

select{
    height: 34px !important;
}

/*input range custom*/
.bord-none{
    border: none !important;
}

.range {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none !important;
    /*   position: absolute; */
    /*   left: 35%; */
    /*   top: 35%; */
    width: 50%;
    /* margin: auto; */
    display: block;
    /* margin-top: 35px; */
    /*   transform: translate(-50%, -50%); */
  }
  
  input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    border-radius:10px;
    box-shadow:0px 0px 5px 5px gainsboro;
    background: #4776e6; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #8e54e9,
      #4776e6
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #8e54e9,
      #4776e6
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 7.5px;
  }
  
  input[type="range"]:focus {
    outline: none;
  }
  
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    background: rgba(59, 173, 227, 1);
    background: -moz-linear-gradient(
      45deg,
      rgba(59, 173, 227, 1) 0%,
      rgba(87, 111, 230, 1) 25%,
      rgba(152, 68, 183, 1) 51%,
      rgba(255, 53, 127, 1) 100%
    );
    background: -webkit-gradient(
      left bottom,
      right top,
      color-stop(0%, rgba(59, 173, 227, 1)),
      color-stop(25%, rgba(87, 111, 230, 1)),
      color-stop(51%, rgba(152, 68, 183, 1)),
      color-stop(100%, rgba(255, 53, 127, 1))
    );
    background: -webkit-linear-gradient(
      45deg,
      rgba(59, 173, 227, 1) 0%,
      rgba(87, 111, 230, 1) 25%,
      rgba(152, 68, 183, 1) 51%,
      rgba(255, 53, 127, 1) 100%
    );
    background: -o-linear-gradient(
      45deg,
      rgba(59, 173, 227, 1) 0%,
      rgba(87, 111, 230, 1) 25%,
      rgba(152, 68, 183, 1) 51%,
      rgba(255, 53, 127, 1) 100%
    );
    background: -ms-linear-gradient(
      45deg,
      rgba(59, 173, 227, 1) 0%,
      rgba(87, 111, 230, 1) 25%,
      rgba(152, 68, 183, 1) 51%,
      rgba(255, 53, 127, 1) 100%
    );
    background: linear-gradient(
      45deg,
      rgba(59, 173, 227, 1) 0%,
      rgba(87, 111, 230, 1) 25%,
      rgba(152, 68, 183, 1) 51%,
      rgba(255, 53, 127, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1 );
    height: 2px;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    max-width: 80px;
    position: relative;
    bottom: 11px;
    background-color: white;
    cursor: -webkit-grab;
  
    -webkit-transition: border 1000ms ease;
    transition: border 1000ms ease;
  }
  
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    border: 2px solid;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    max-width: 80px;
    position: relative;
    bottom: 11px;
    background-color: #1d1c25;
    cursor: -moz-grab;
    -moz-transition: border 1000ms ease;
    transition: border 1000ms ease;
  }
  
  .range.blue::-webkit-slider-thumb {
    border-color: rgb(59, 173, 227);
  }
  
  .range.ltpurple::-webkit-slider-thumb {
    border-color: rgb(87, 111, 230);
  }
  
  .range.purple::-webkit-slider-thumb {
    border-color: rgb(152, 68, 183);
  }
  
  .range.pink::-webkit-slider-thumb {
    border-color: rgb(255, 53, 127);
  }
  
  .range.blue::-moz-range-thumb {
    border-color: rgb(59, 173, 227);
  }
  
  .range.ltpurple::-moz-range-thumb {
    border-color: rgb(87, 111, 230);
  }
  
  .range.purple::-moz-range-thumb {
    border-color: rgb(152, 68, 183);
  }
  
  .range.pink::-moz-range-thumb {
    border-color: rgb(255, 53, 127);
  }
  
  input[type="range"]::-webkit-slider-thumb:active {
    cursor: -webkit-grabbing;
  }
  
  input[type="range"]::-moz-range-thumb:active {
    cursor: -moz-grabbing;
  }
/*end: input range custom*/

.btn-lanjut{
    background-color: #279EFF !important;
}
  
.title {
    font-size: 16px !important;
}
.txt-tgh{
    text-align: center;
}

.item-checkbox .checkbox {
    position:relative !important;
    margin-top: 0px !important;
}


/* End of custom CSS untuk eHDSS mini */