#logo-header img{
	max-width: 44px;
    margin-top: 2px;
    float: left;
    margin-right: 10px;
}

#judul_aplikasi{
	margin-top: 15px;
    font-size: 19px;
    color: #fff;
    float: left;
    font-weight: bold;
}

.margin-left-1{
	margin-left: 1px;
}

.margin-left-2{
	margin-left: 2px;
}

.border-bagian{
	padding: 50px 30px 15px 30px;
    border: 1px #757575 solid;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.uk-form-file-icon{
    padding: 2px 16px !important;
    //float: left;
}

#file-upload-filename{
    margin: 10px 0px 0px 0px;
    //float: left;
    font-size: 16px;
}

.pembatas-kiri{
    border-left: 2px #444 solid;
}

.clear-left{
    clear: left;
}

.list{
    color: #303030;
    font-size: 15px;
    border-width: 0 0 1px;
    padding: 8px 4px 8px;
    border-color: rgba(0,0,0,.12);
    line-height: 25px;
    background: #fff;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border: 1px #e1e1e1 solid;
    font: 400 14px / 1.42857143 "SourceSansPro", sans-serif;
}

.popup_grafik{
    width: 100%;
    padding: 10px;
}

.margin-top-5{
    margin-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  	.pengukuran{
		padding: 0px;
	}

    .pembatas-kiri{
        border-left: 0px solid;
    }
}

@media only screen and (max-width: 411px) {
  	#judul_aplikasi{
		display: none;	
	}
}

@media only screen and (max-width: 367px) {
    .aksi_kalkulator a{
        padding: 1px 4px !important;
    }
}

@media only screen and (max-width: 313px) {
    .aksi_kalkulator a{
        font-size: 12px !important;
    }

    .aksi_kalkulator a i{
        font-size: 13px !important;
        margin-right: 2px;
        vertical-align: 0px;
    }
}


@media only screen and (max-width: 335px) {
  .pilih_menu{
    font-size: 15px !important;
  }
}

.tambah_anak .uk-margin-medium-bottom{
    margin-bottom: 24px !important;
}

.tambah_anak .uk-modal-footer {
    margin: 2px -16px -16px;
    padding: 10px 10px 16px 10px;
}