#content {
    padding: 10;
}

.blueTable td {
    font-size: 12px;
}
 
.hide {
    display: none !important;
}

@media screen and (min-width: 100px) and (max-width: 999px) { 
    /* #content{
        padding-top: 10;
    } */

    #layout9_16 .col2 {
        width: 50%;
    }
    .layout9_16 .col2 {
        width: 50%;
    }
}

input::-webkit-calendar-picker-indicator {
    display: none;/* remove default arrow */
  }
.dlist:after {
    content: url(https://i.stack.imgur.com/i9WFO.png);
    margin-left: -20px; 
    padding: .1em;
    pointer-events:none;
}
/*#region TOAST  */
#toast {
    visibility: hidden;
    max-width: 600px;
    height: 45px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;

    position: fixed;
    z-index: 100;
    left: 0;right:0;
	/* position: absolute; */
	top:0;
	bottom: 0; 
    /* bottom: 0px; */ 
    font-size: 13px;
    white-space: nowrap;
}
#toast #img{
	width: 50px;
	height: 50px;
    
    float: left;
    
    padding-top: 16px;
    padding-bottom: 16px;
    
    box-sizing: border-box;

    
    background-color: #111;
    color: #fff;
}
#toast #desc{

    
    color: #fff;
   
    padding: 10px;
    
    overflow: hidden;
	white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 2s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 2s 1s, shrink 0.5s 3s, fadeout 0.5s 3.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0px; opacity: 0;}
}
/*#endregion  */

/*#region NAVBAR */ 
    .navbar .nav-item {
        /* margin: 10; */
        cursor: pointer;
        /* margin-right: 10; */
    }
    #btnMenu { 
        margin: 10;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #bfbfbf;
    }
    #listmenu {
        min-width: 250px;
    }
    #listmenu li,#listmenu ul li{
        padding:0;
        margin: 0;
        list-style: none;
        margin-left: 30;
        margin-bottom: 15;
    }
    #listmenu ul li { 
        margin-top:5;
        margin-bottom:5;
        margin-left: 20; 
    }
    #listmenu ul {
        padding:0;
        margin: 0;
        list-style: none;
    } 
    #listmenu li a {
        color: inherit;
        text-decoration: none;
    } 
    @media screen and (min-width: 1000px) { 
        #btnMenu{
            display: none;
        }
    }
    
    @media screen and (min-width: 100px) and (max-width: 999px) { 
        .navbar {
            display: none;
        }
    } 
/* #endregion */
        
/*#region ALIGNMENT */
.al-left {
    text-align: left !important;
}
.al-center {
    text-align: center;
}
.al-right {
    text-align: right;
}
/*#endregion */

/*#region LAYOUT */
.col1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    align-items: center;
    color: #616161;
    font-family: 'Trebuchet MS';
}
.col1 input, .col1 button { 
    margin: 0 auto;
    width: 40%;
    max-width: 300px;
    margin-top:7.5px;
}

.col2 {
    width: 50%;
    /* padding: 10px; */
    display: inline-block;
    vertical-align: top;
    height: fit-content;
}
.col2.w60 {
    width: 60%;

}
.col2.w40{
    width: 37%;
    margin-right: 3%;
}
.col2.w_right_space{
    width: 45%;
    margin-right: 5%;
    /* border: 1px solid red */
}
.col2.w_left_space{
    width: 45%;
    margin-left: 5%;
    /* border: 1px solid red */
}
.col2 .col2 {
    padding: 0;
}
.col3 {
    width: 33.33%; 
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.col3-2 {
    width: 66.67%; 
    display: inline-block;
    vertical-align: middle;
}
.left, .right {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
#berita .left{
    width: 25%;
}
#berita .right{
    width: 75%;
    /* align-content: flex-end; */
}
#imgprev {
    width: 150px;
}
.left{
    width: 35%;
}
.right{
    width: 65%;
    /* align-content: flex-end; */
}
.left.l2{
    width: 20%;
    /* border: 1px solid red */
}
.right.r2{
    /* border: 1px solid lightcoral; */
    width: 80%;
    min-height: 30px;
    /* align-content: flex-end; */
}

.right input {
    /* margin-top: 5px; */
    max-width: 210px;
    margin-right: 5px;
}
.form-control.fullwidth {
    display: inline-block;
}
.fullwidth, .form-control.fullwidth{
    width: 100%;
    max-width: unset;
}
#dari_top_scroll {
    height: 100vh;
    display: block;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}
#dari {
    display: block;
    width: 100%;
}
#dari .info, #template .info{
    display: none;
}
@media screen and (min-width: 650px) and (max-width: 999px) { 
    #dtfooter .col2{
        width: 100%;
    }
    #dtfooter .col2 .col2{
        width: 50%;
    }
    #dtfooter .col2 {
        max-width: unset;
    }
    .col2 .col2 {
        width: 100%;
    }
    .col2 .left {
        width: 40%;
    }
    .col2 .right {
        width: 60%;
    }
    .right input{
        max-width: unset;
    }
    .col2.w_left_space {
        margin-top: 50;
        margin-left: 0;
    }
    #berita, #berita .form-control {
        font-size: 14px;
    }
    #berita .left {
        width: 35%;
    }
    #berita .right {
        width: 65%;
    }
    #berita .datepicker {
        padding: 5;
    }
    .col2 .left.l2 {
        font-size: 14px;
        width: 25%;
    }
    .col2 .right.r2{
        font-size: 14px;
        width: 75%;
    }  
    #berita_ch .sp20 {
        width: 25%;
    }
    #berita_ch .sp25 {
        width: 32%;
    }
    
    #berita_ch .sp40 {
        width: 50%;
    }
    #berita_ch .u {
        min-height: unset;
    }
}

@media screen and (min-width: 100px) and (max-width: 649px) {    
    .col2, .col2.w40, .col2.w60{
        width: 100%;
        margin: 0;
        /* margin-bottom: 20; */
    }
    .col2.w_left_space{
        width: 100%;
        margin: 0;
    }
    .col2 .left {
        width: 50%;
    }
    .col2 .right{
        width: 50%;
    }
  
    #dari .info,#template .info {
        display: block;
        color: red;
        font-weight: bold;
    }
    .col1 input, .col1 button {  
        width: 100%; 
    }
    
    #berita .datepicker {
        padding: 5;
    }
    #berita, #berita .form-control {
        font-size: 14px;
    }
    #berita .left {
        width: 35%;
    }
    #berita .right {
        width: 65%;
    }
    #berita .col3 {
        width: 50%;
    }
    .col2 .left.l2 {
        font-size: 14px;
        width: 25%;
    }
    .col2 .right.r2{
        font-size: 14px;
        width: 75%;
    }  
    #berita_ch .sp20 {
        width: 25%;
    }
    #berita_ch .sp25 {
        width: 32%;
    }
    
    #berita_ch .sp40 {
        width: 50%;
    }
    #berita_ch .u {
        min-height: unset;
    }
}

/* #endregion */

/*#region STYLING, DECORATION */
.u {
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid black;
    min-width: 40px;
    min-height: 25px;;
    vertical-align: bottom ;
}
.path-info {
    font-style: oblique;
    font-size: 12px;

}
.bold{
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.bold_l {
    /* font-weight:550; */
}
.cred, .form-control.cred{
    color: red;
}
.cblue1 {
    color: #1877F2;
}
.cblue2 {
    color: #3986E0;
}
.cgreen {
    color: green;
}
/* #endregion */

/*#region ICO - FONT AWESOME */
button .fa {
    color: unset;
}
.fa {
    cursor: pointer;
}
 
.fa-pencil {
    color: peru;
    font-size: unset;
}

.fa-trash {
    color: red;
}
.fa-plus {
    color: royalblue;
}
.fa-check {
    color: green;
}
/*#endregion */

#berita span {
    display: inline-block;
    margin-right: 10px;
}


#beritaData2 .his{
    cursor: pointer;
}

select.form-control{
    width: unset;
    display: inline-block;
}

#input_kel span, #input_kel .form-control, #input .form-control {
    display: inline-block;
    width: 10%;
}
#input_kel #dl_h,
 #input_kel #dl_hp {
    width: 15%;
}
/* #input_kel .form-control {
    width: 22%;
    margin-right: 1%;
    margin-bottom: 5;
} */
#input_kel i {
    margin-right: 5;

}
/*#region SPACE LEFT-RIGHT */
.space-left {
    margin-left: 10;
}
.space-left2 {
    margin-left: 20;
}
.space-left-p {
    padding-left: 10;
}
.space-right {
    margin-right: 10;
}
/*#endregion */

/*#region GRID DATA */
#grid_data {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#grid_data li {
    display: inline-block;
    border: 1px darkgray dotted;
    text-align: center;
    padding-left: 5;
    padding-right: 5;
    padding-bottom: 5;
    width: 23%;
    margin: 1%;
    vertical-align: top;
}
.sp_button {
    text-align: left;
    display: inline-block;
    width: 20%;
    margin-left: 5%;
    vertical-align: top;
    margin-top: 15;
}
.sp_button span {
    width: 5%;
    display: inline-block;
    /* font-weight: bold; */
}
button{
    margin-bottom: 5px;
}

.sp_button .button-danger {
    margin-top: 5;
}
#grid_data li img {
    margin-bottom: 10;
    width: 50%;
}

#grid_data li span{
    font-size: 14px;
}
#grid_data button {
    width: 40px;
    margin-left: 4;
    margin-right: 4;
    padding: 8;
}
/*#endregion */

.div-align-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    /* color: white; */
}

/*#region SPAN WITH VARIOUS WIDTH */
.sp5{
    display: inline-block;
    width: 5%;
}
.sp10{
    display: inline-block;
    width: 10%;
}
.sp15 {
    display: inline-block;
    width: 15%;
    vertical-align: bottom;
}
.sp17 {
    display: inline-block;
    width: 17%; 
}
#layout9_16 .sp17 {
    margin-right: 2%;
}

.sp10 {
    display: inline-block;
    width: 10%;
}
.sp20 {
    display: inline-block;
    width: 20%;
}
.sp25 {
    display: inline-block;
    width: 25%;
}
.sp30 {
    display: inline-block;
    width: 30%;
}
.sp40 {
    display: inline-block;
    width: 40%;
}
.sp50 {
    display: inline-block;
    width: 50%;
    /* border: 1px solid blue; */
}
.sp60 {
    display: inline-block;
    width: 60%;
    /* border: 1px solid blue; */
}
.sp75 {
    display: inline-block;
    width: 75%;
}
.sp80 {
    display: inline-block;
    width: 80%;
}
.sp25 span {
    vertical-align: middle;
}
/*#endregion */


.db-top{
    display: unset;
}
/* #client input[type='radio'] {
    margin-right: 10;
} */
/* 
#client .custom-file {
    width: 85%;
    vertical-align: top; */
    /* display: inline-block; */
/* } */
/* #client #upload {
    height: 38px;
} */
#templ span, #templ li, #tempdiv li {
    display: inline-block;
    vertical-align: top;
    /* margin-right: 10; */
    width: 7%;
    margin:0.5%;
    border:1px solid silver;
    text-align: center;
    padding:5;
}
#templ input[type=radio], #tempdiv input[type=radio]{
    margin-bottom: 10;
    padding: 5;
}
#templ img, #tempdiv img {
    width: 100%;
    height: auto;
    max-height: 150px;
}
@media screen and (min-width: 650px) and (max-width: 899px) { 
      #grid_data li {   
        width: 31%;
        margin: 1%; 
    }
}
@media screen and (min-width: 100px) and (max-width: 649px) {   
    
    #grid_data li {   
        width: 48%;
        margin: 1%; 
    }
    .db-top{
        display: inline-block;
        width: 100%;
    }   
    #templ img, #tempdiv img { 
        max-height: 100px;
    }
}
 
#kel #pic {
    width:  10%;
    display: inline-block;
    vertical-align: top;

}#dari #pic {
    width:  20%;
    display: inline-block;
    vertical-align: top;
}
#kel span {
    display: inline-block;
}

@media screen and (min-width: 100px) and (max-width: 649px) {   
    #kel #info {
        text-align: center;
    }
    #kel #detail {
        width: 100%;
        text-align: left;
        display: inline-block;
        
    }
    #kel #input_kel span {
        width: 100%;
    }
    #kel #info #span {
        width: unset;
    }
}

#dari .card_{
    width: 75%;
}
#dari span{
    display: inline-block;
}
#dari .card_, #dari .card_ span{
    display: inline-block;
}

#user .form-control {
    width: unset;
    margin-bottom: 5;
}
#user select.form-control {
    width: 150px;
}

button span {
    /* padding-top: 8; */
    display: inline-block;
    margin-left: 5;
}


#layout9_16 #layout9_16_2 {
    background-color: white;
    border: 1px solid white;
    padding: 1%;
    /* position: relative; */
    /* width: 100%;
    padding-left: 10;
    padding-right: 10; */
    /*padding-top: 177.77%; /*16:9 Aspect Ratio*/
    /* transform: rotate(90deg); */
}
#layout9_16 .border, #layout9_16_2 .border {
    border: 1px solid black !important;
    width: 100%;
    height: 100%;
    padding: 1.5%;
    /* padding-left: 1.5%;
    padding-right: 1.5%; */
}
#layout9_16 .right, #layout9_16 .right2,  #layout9_16_2 .right,  #layout9_16_2 .right2 {
    margin: 0;
    font-size: 0;
}

#layout9_16 .h50,  #layout9_16_2 .h50 {
    height: 50%; 
    display: inline-block;
    width: 100%;
    /* border: 1px solid black; */
}
/* #layout9_16 .h40 {
    height: 50%; 
    display: inline-block;
    width: 100%;
} */
#layout9_16 #title,  #layout9_16_2 #title {
    font-size: 7.2vw;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 1%;
}
.ver-down-space{
    margin-bottom: 0.5%;
}
.ver-down-space1-x5{
    margin-bottom: 1.5%;
}
.ver-down-space2{
    margin-bottom: 2%;
}
.ver-down-space3{
    margin-bottom: 3%;
}
.ver-down-space4{
    margin-bottom: 4%;
}
.ver-down-space6{
    margin-bottom: 6%;
}
.ver-down-space8{
    margin-bottom: 8%;
}
.ver-down-space15{
    margin-bottom: 15%;
}
.inline-block {
    display: inline-block;
    
}
#layout9_16 .left{
    width: 25%;
} 
#layout9_16 .right{
    width: 75%;
} 
#layout9_16 .left2,  #layout9_16_2 .left2{
    width: 35%;
} 
#layout9_16 .right2,  #layout9_16_2 .right2{
    width: 65%;
} 
#layout9_16 .left, #layout9_16 .right, #layout9_16 .right span, #layout9_16 .right2 span,  #layout9_16_2 .right2 span{
    vertical-align: middle;
}
#layout9_16 .left2, #layout9_16 .right2,  #layout9_16_2 .left2,  #layout9_16_2 .right2 {
    display: inline-block;
}
#layout9_16 h1,  #layout9_16_2 h1{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
#layout9_16 .u,  #layout9_16_2 .u {
    /* text-align: unset; */
    min-width: 50% !important;
    min-height: 6.5%;
    vertical-align: middle;
    margin-right: 5%;
    /* padding-bottom: 5; */
}
#layout9_16 .u2,  #layout9_16_2 .u2 {
    min-width: 57% !important;
}
#layout9_16 .u4,  #layout9_16_2 .u4 {
    min-width: 70% !important;
}
#layout9_16 .u3,  #layout9_16_2 .u3 {
    min-width: 100% !important;
}
#layout9_16 .u.no_margin,  #layout9_16_2 .u.no_margin {
    margin-right: unset;
}
#layout9_16 .sp-left, #layout9_16 .sp-mid, #layout9_16 .sp-right {
    display: inline-block;
}
#layout9_16 .sp-left, #layout9_16 .sp-right {
    width: 15%;
}
#layout9_16 .sp-mid{
    width: 70%;
}
#layout9_16 .left{
    /* font-size: 18px; */
}
#layout9_16 span {
    display: inline-block;
}
.h7{
    font-size: 11px;
    display: inline-block;
}
h5 {
    display: inline-block;
    margin: 0;
}
.no_margin {
    margin: 0;
}
.word_spc_ch {
    /* word-spacing: 5; */
}
.word_spc {
    word-spacing: 10;
    line-height: 125%;
}

.font14 {
    font-size: 14px;
}
.font12 {
    font-size: 12px;
}
.bottom {

    padding: 10;
}
/* #layout9_16 */
#f_fb {
    display: inline-block;
    width:60%;
    word-wrap:break-word;
    word-wrap: break-all;
}
#f_fb_link, #f_mail, .f_fb_link, .f_mail{
    font-size: 8px;
}
#f_nm_toko, .f_nm_toko {
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    font-weight: 600;
}
@media screen and (min-width: 100px) and (max-width: 649px) {   
    /* #layout9_16 #title {
        font-size: 32px;
        font-family: 'Times New Roman', Times, serif;
    }*/
}
#linkpath {
    display: inline-block;
    word-break: break-word;
    width: fit-content;
    vertical-align: top;
    font-size: 13px;
}
.capitalize {
    text-transform: capitalize;
}
#layout9_16-3{
    background-color: #E4E4E4;
}

#layout9_16-3 .content{
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
    font-family: 'Calibri';
    word-break: break-word;
    width: 100%;
    /* text-transform: capitalize; */
}
#layout9_16-3 .content .fl{ 
    line-height: 125%;
}
#layout9_16 .content .layout9_16{
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
    font-family: 'Calibri';
    word-break: break-word;
    width: 100%;
    font-size: 0;
    /* text-transform: capitalize; */
}
#layout9_16-3 #title {
    text-align: center;
    background-color: black;
    color: white;
    font-size: 9.5vw;
    margin: 2%;
    width: 96%;
    height: 7.7%;
    display: inline-block;
    font-weight: bold;
    font-family: 'Arial';
}

#layout9_16-3 #bottom {
    text-align: center;
    position: relative;
    bottom: 10;
    border: 7px solid black;
    color: black;
    font-size: 0;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    bottom: -5%;
    width: 96%;
    /* height: 7.7%; */
    display: inline-block;
    font-weight: bold;
    font-family: 'Arial';
    @media (max-width: 800px) {
        border: 3px solid black;
    } 
}

#layout9_16-3 #bottom .title { 
    margin-top: -5vw;
    width: fit-content;
    position: absolute;
    left: 27.5%;
    background: #e4e4e4;
    padding-left: 2%;
    padding-right: 2%;
}
#layout9_16.style2 {
    background-repeat: no-repeat;
    background-size: cover;    
    border: 0px solid grey;
    /* display: flex;
    justify-content: flex-end; */
    /* flex-direction: column; */
    position: relative;
    /* padding:5; */
    padding:0;
}
#layout9_16 .from_temp {
    padding: 1.8%/* 10*/;
}
#templ, #tempdiv ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#template .top, .bot {
    display: inline-block;
    width: 100%;
}
#template .top {
    /* font-size: 12.5px; */
}
#template .bot {
    margin-bottom: 10;
}
#template .left {
    width: 20%;
    font-size: 14px;
}
#template .form-control {
    display:inline-block;
    padding: 0px 5px; 
    text-align: center;
    height: 40px;
    vertical-align: middle;
}

#template .font-c {
    padding:0;
}
#template .right{
    width: 80%;
}
#template .left, #template .right {
    /* vertical-align: top; */
}
#template .group  {
    border: 1px solid silver;
    display: inline-block;
    padding: 3;
    border-radius: 5px;
    margin-right: 3;
    margin-bottom: 3;
    margin-left: 3;
}

#template button {
    margin-right: 5;
}

#template .group i {
    padding: 8;
}

#template .group i:hover {
    background-color: grey;
    color: white; 
}



#layout9_16 #rr5 {
    letter-spacing: 7;
}
#layout9_16 #rr5 span, #layout9_16 #rr5_1 span, #layout9_16 #rr6 span{
    display: initial;
}

#layout9_16 .btt-lcd{
    bottom: 0;
    left: 0;
    background-color: black;
    height: 6.7%;
    position: absolute;
    width: 100%;
    vertical-align: bottom;
    color: #01C1A6;
    padding:8;
}
#layout9_16 .btt-lcd div{
    display: inline-block;
    vertical-align: middle; 
}
 #layout9_16 .btt-lcd span{
    display: inline-block;
    vertical-align: bottom; 
}
#layout9_16 .title {
    font-size: 1.25vw;
    font-weight: bold;
}
#layout9_16 .btt-lcd .title {
    font-weight: normal;
    font-size: 1.6vw;
}
#layout9_16 #urut{
    font-size: 3vw;
    width: 10%;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}
#layout9_16 .lcd {
    font-weight: 600;
    margin-bottom:5px;
    font-size: 1.8vw;
}
#layout9_16 .btt-lcd .col2  {
    
    margin-top: -0.5vw;
}
#layout9_16 #lcd1, #layout9_16 #lcd2{
    font-weight: bold;
    text-align: center;
    font-size: 2.7vw;
    overflow: hidden;
}
#layout9_16 .relative {
    position: relative;
}

.width15, .width85 {
    display:inline-block;
    vertical-align: top;
}

.width85{
    width: 85%;
}

.width15{
    width: 15%;
}


.hide-scrollbar {
	overflow: -moz-hidden-unscrollable;
	overflow: hidden;
}
img.colorpick-eyedropper-input-trigger {
    display: none;
}

.fxs{
    font-size: 1.75vw  !important;
}
 
.fxs-1half{
    font-size: 2vw  !important;
}

.fxs-2x{
    font-size: 2.2vw  !important;
}
 
.fs{
    font-size: 2.9vw !important;
} 
 
.fs-1half{
    font-size: 3.3vw !important;
}
 
.fs-2x{
    font-size: 3.8vw !important;
}
 
.fm{
    font-size: 4.5vw !important;
}
 
.fl{
    font-size: 4.7vw;
    @media (max-width: 800px) {
        font-size: 4.7vw; /* Adjust font size for smaller screens */
    } 
}
 
.fl-2x{
    font-size: 5.5vw !important;
}
.fl-3x{
    font-size: 6vw !important;
}
.fl-4x{
    font-size: 7vw !important;
}
.fxl {
    font-size: 8vw !important;
}
.fxl-2x {
    font-size: 10vw !important;
}
.fxl-3x {
    font-size: 12vw !important;
}


.link_bill {
    font-size: 12px;
    display: inline-block;
    width: 100%;
}
.ch-spacing1 {
    letter-spacing: 1vw;
}

.ch-spacing {
    letter-spacing: 2vw;
}

.letter-spacing {
    letter-spacing: 0.35vw;
}
@media screen and (min-width: 100px) and (max-width: 649px) { 
    #layout9_16-3 .fxl-2x {
        font-size: 12vw;
    }
    #layout9_16-3 .fl-3x {
        font-size: 7.5vw;
        /* letter-spacing: 5; */
    }
}


#tempdata {
    margin: 0;
    padding: 0;
}

#tempdata li {
    margin: 0;
    padding: 0;
    width: 20%;
    padding: 10;
    display: inline-block;
    text-decoration: none;
    list-style: none;
    /* border-bottom: 1px solid grey; */
    margin-bottom: 3%;
    vertical-align: top;

}

#tempdata img {
    width: 70%;
    display: inline-block;
}

#tempdata button{
    width: 40px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}
@media screen and (min-width: 650px) and (max-width: 899px) { 
      #tempdata li {   
        width: 33.3%; 
    }
}
@media screen and (min-width: 100px) and (max-width: 649px) {   
    
    #tempdata li {   
        width: 50%; 
        /* max-height: 200; */
    } 
}
 

.lblLemon {
    background-color: lemonchiffon;
    display: inline-block;
    padding: 5;
}

.lblHoney {
    background-color: honeydew;
    display: inline-block;
    padding: 5;
}

.lblCyan {
    background-color: lightcyan;
    display: inline-block;
    padding: 5;
}

.v-mid {
    vertical-align: middle !important;
}


#layout9_16 #rr7 {
    position: relative;
}

#lap #filter .form-control {
    width: 10vw;
    display: inline-block;
}